From 97c722940ab22cf76cb447f5dbadc3801a7168e6 Mon Sep 17 00:00:00 2001 From: Boris Serdiuk Date: Wed, 10 Sep 2025 12:58:14 +0200 Subject: [PATCH] chore: Update test-utils doc snapshots --- .../__snapshots__/documenter.test.ts.snap | 11008 ++++++++++------ 1 file changed, 7298 insertions(+), 3710 deletions(-) diff --git a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap index fbc36e36b9..00180c5050 100644 --- a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap @@ -88498,22 +88498,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "name": "findAddButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findAdditionalInfo", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -88666,7 +88650,10 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findEmptySlot", + "inheritedFrom": { + "name": "ChartPopoverSeriesItemWrapper.findKey", + }, + "name": "findKey", "parameters": [], "returnType": { "isNullable": false, @@ -88674,39 +88661,29 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a row for a given index.", - "name": "findRow", - "parameters": [ - { - "description": "1-based row index", - "flags": { - "isOptional": false, - }, - "name": "row", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "AttributeEditorRowWrapper", - }, - }, - { - "description": "Returns all rows. - -To find a specific row use the \`findRow(n)\` function as chaining \`findRows().get(n)\` can return unexpected results.", - "name": "findRows", + "name": "findSubItems", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "AttributeEditorRowWrapper", + "name": "ChartPopoverSeriesItemWrapper", }, ], }, }, + { + "inheritedFrom": { + "name": "ChartPopoverSeriesItemWrapper.findValue", + }, + "name": "findValue", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -88749,7 +88726,7 @@ To find a specific row use the \`findRow(n)\` function as chaining \`findRows(). }, }, ], - "name": "AttributeEditorWrapper", + "name": "ChartPopoverSeriesWrapper", }, { "methods": [ @@ -88924,7 +88901,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findCustomAction", + "name": "findKey", "parameters": [], "returnType": { "isNullable": false, @@ -88932,43 +88909,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a field for a given index", - "name": "findField", - "parameters": [ - { - "description": "1-based column index", - "flags": { - "isOptional": false, - }, - "name": "column", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "FormFieldWrapper", - }, - }, - { - "description": "Returns all fields. Fields are supplied in the \`definition\` property of the component.", - "name": "findFields", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FormFieldWrapper", - }, - ], - }, - }, - { - "name": "findRemoveButton", + "name": "findValue", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -89013,7 +88958,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "AttributeEditorRowWrapper", + "name": "ChartPopoverSeriesItemWrapper", }, { "methods": [ @@ -89036,6 +88981,22 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "name": "findAddButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findAdditionalInfo", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -89188,47 +89149,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findConstraint", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findControl", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findDescription", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findError", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findInfo", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findLabel", + "name": "findEmptySlot", "parameters": [], "returnType": { "isNullable": false, @@ -89236,19 +89157,37 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findSecondaryControl", - "parameters": [], + "description": "Returns a row for a given index.", + "name": "findRow", + "parameters": [ + { + "description": "1-based row index", + "flags": { + "isOptional": false, + }, + "name": "row", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "AttributeEditorRowWrapper", }, }, { - "name": "findWarning", + "description": "Returns all rows. + +To find a specific row use the \`findRow(n)\` function as chaining \`findRows().get(n)\` can return unexpected results.", + "name": "findRows", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "AttributeEditorRowWrapper", + }, + ], }, }, { @@ -89293,7 +89232,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FormFieldWrapper", + "name": "AttributeEditorWrapper", }, { "methods": [ @@ -89436,17 +89375,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "InputWrapper.findClearButton", - }, - "name": "findClearButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -89479,94 +89407,51 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDropdown", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findCustomAction", + "parameters": [], "returnType": { "isNullable": false, - "name": "AutosuggestDropdownWrapper", + "name": "ElementWrapper", }, }, { - "name": "findEnteredTextOption", + "description": "Returns a field for a given index", + "name": "findField", "parameters": [ { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "description": "1-based column index", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", + "name": "column", + "typeName": "number", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "FormFieldWrapper", }, }, { - "name": "findErrorRecoveryButton", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "description": "Returns all fields. Fields are supplied in the \`definition\` property of the component.", + "name": "findFields", + "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FormFieldWrapper", + }, + ], }, }, { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", - }, - "name": "findNativeInput", + "name": "findRemoveButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findStatusIndicator", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { @@ -89611,7 +89496,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "AutosuggestWrapper", + "name": "AttributeEditorRowWrapper", }, { "methods": [ @@ -89786,21 +89671,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns all the selected options.", - "name": "findDisabledOptions", + "name": "findConstraint", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "OptionWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findFooterRegion", + "name": "findControl", "parameters": [], "returnType": { "isNullable": false, @@ -89808,7 +89687,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHighlightedAriaLiveRegion", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -89816,30 +89695,23 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns highlighted text fragments from all of the options. -Options get highlighted when they match the value of the input field.", - "name": "findHighlightedMatches", + "name": "findError", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findHighlightedOption", + "name": "findInfo", "parameters": [], "returnType": { "isNullable": false, - "name": "OptionWrapper", + "name": "ElementWrapper", }, }, { - "name": "findOpenDropdown", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -89847,83 +89719,15 @@ Options get highlighted when they match the value of the input field.", }, }, { - "description": "Returns an option from the dropdown.", - "name": "findOption", - "parameters": [ - { - "description": "1-based index of the option to select.", - "flags": { - "isOptional": false, - }, - "name": "optionIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "OptionWrapper", - }, - }, - { - "description": "Returns an option from the autosuggest by it's value", - "name": "findOptionByValue", - "parameters": [ - { - "description": "The 'value' of the option.", - "flags": { - "isOptional": false, - }, - "name": "value", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "OptionWrapper", - }, - }, - { - "description": "Returns an option from the dropdown.", - "name": "findOptionInGroup", - "parameters": [ - { - "description": "1-based index of the group to select an option in.", - "flags": { - "isOptional": false, - }, - "name": "groupIndex", - "typeName": "number", - }, - { - "description": "1-based index of the option to select.", - "flags": { - "isOptional": false, - }, - "name": "optionIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "OptionWrapper", - }, - }, - { - "name": "findOptions", + "name": "findSecondaryControl", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "OptionWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "description": "Use this element to scroll through the list of options", - "name": "findOptionsContainer", + "name": "findWarning", "parameters": [], "returnType": { "isNullable": false, @@ -89972,7 +89776,7 @@ Options get highlighted when they match the value of the input field.", }, }, ], - "name": "AutosuggestDropdownWrapper", + "name": "FormFieldWrapper", }, { "methods": [ @@ -90115,6 +89919,17 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "InputWrapper.findClearButton", + }, + "name": "findClearButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -90146,6 +89961,97 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findDropdown", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "AutosuggestDropdownWrapper", + }, + }, + { + "name": "findEnteredTextOption", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findErrorRecoveryButton", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", + }, + "name": "findNativeInput", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findStatusIndicator", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -90188,7 +90094,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "BadgeWrapper", + "name": "AutosuggestWrapper", }, { "methods": [ @@ -90313,59 +90219,19 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns a focusable element that controls keyboard interactions.", "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findApplication", + "name": "AbstractWrapper.findByClassName", }, - "name": "findApplication", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns an array of bar groups, which are used for mouse navigation if a chart contains bar series.", - "inheritedFrom": { - "name": "MixedLineBarChartWrapper.findBarGroups", - }, - "name": "findBarGroups", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.findByClassName", - }, - "name": "findByClassName", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "className", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findChart", - }, - "name": "findChart", - "parameters": [], + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -90403,32 +90269,21 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findDefaultFilter", - }, - "name": "findDefaultFilter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartFilterWrapper", - }, - }, - { - "inheritedFrom": { - "name": "CommonChartWrapper.findDetailPopover", - }, - "name": "findDetailPopover", + "description": "Returns all the selected options.", + "name": "findDisabledOptions", "parameters": [], "returnType": { "isNullable": false, - "name": "ChartPopoverWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "OptionWrapper", + }, + ], }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findFilterContainer", - }, - "name": "findFilterContainer", + "name": "findFooterRegion", "parameters": [], "returnType": { "isNullable": false, @@ -90436,10 +90291,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findHighlightedSeries", - }, - "name": "findHighlightedSeries", + "name": "findHighlightedAriaLiveRegion", "parameters": [], "returnType": { "isNullable": false, @@ -90447,22 +90299,9 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findLegend", - }, - "name": "findLegend", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartLegendWrapper", - }, - }, - { - "description": "Returns an array of chart series. Note that thresholds count as series as well.", - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findSeries", - }, - "name": "findSeries", + "description": "Returns highlighted text fragments from all of the options. +Options get highlighted when they match the value of the input field.", + "name": "findHighlightedMatches", "parameters": [], "returnType": { "isNullable": false, @@ -90475,21 +90314,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findStatusContainer", - }, - "name": "findStatusContainer", + "name": "findHighlightedOption", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "OptionWrapper", }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXAxisTitle", - }, - "name": "findXAxisTitle", + "name": "findOpenDropdown", "parameters": [], "returnType": { "isNullable": false, @@ -90497,48 +90330,89 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXTicks", - }, - "name": "findXTicks", - "parameters": [], + "description": "Returns an option from the dropdown.", + "name": "findOption", + "parameters": [ + { + "description": "1-based index of the option to select.", + "flags": { + "isOptional": false, + }, + "name": "optionIndex", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "OptionWrapper", }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYAxisTitle", - }, - "name": "findYAxisTitle", - "parameters": [], + "description": "Returns an option from the autosuggest by it's value", + "name": "findOptionByValue", + "parameters": [ + { + "description": "The 'value' of the option.", + "flags": { + "isOptional": false, + }, + "name": "value", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "OptionWrapper", }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYTicks", + "description": "Returns an option from the dropdown.", + "name": "findOptionInGroup", + "parameters": [ + { + "description": "1-based index of the group to select an option in.", + "flags": { + "isOptional": false, + }, + "name": "groupIndex", + "typeName": "number", + }, + { + "description": "1-based index of the option to select.", + "flags": { + "isOptional": false, + }, + "name": "optionIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "OptionWrapper", }, - "name": "findYTicks", + }, + { + "name": "findOptions", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "ElementWrapper", + "name": "OptionWrapper", }, ], }, }, + { + "description": "Use this element to scroll through the list of options", + "name": "findOptionsContainer", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -90581,7 +90455,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "BarChartWrapper", + "name": "AutosuggestDropdownWrapper", }, { "methods": [ @@ -90797,7 +90671,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "BoxWrapper", + "name": "BadgeWrapper", }, { "methods": [ @@ -90922,30 +90796,23 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns an item for a given index. Note that this may return the 'current' page item for backwards compatibility, -even though it is not technically a link.", - "name": "findBreadcrumbLink", - "parameters": [ - { - "description": "1-based item index", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], + "description": "Returns a focusable element that controls keyboard interactions.", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findApplication", + }, + "name": "findApplication", + "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "description": "Returns all breadcrumb items. Note that this includes the 'current' page item for backwards compatibility, -even though it is not technically a link. - -To find a specific item use the \`findBreadcrumbLink(n)\` function as chaining \`findBreadcrumbLinks().get(n)\` can return unexpected results.", - "name": "findBreadcrumbLinks", + "description": "Returns an array of bar groups, which are used for mouse navigation if a chart contains bar series.", + "inheritedFrom": { + "name": "MixedLineBarChartWrapper.findBarGroups", + }, + "name": "findBarGroups", "parameters": [], "returnType": { "isNullable": false, @@ -90976,6 +90843,17 @@ To find a specific item use the \`findBreadcrumbLink(n)\` function as chaining \ "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findChart", + }, + "name": "findChart", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -91008,33 +90886,162 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDropdown", + "inheritedFrom": { + "name": "CommonChartWrapper.findDefaultFilter", + }, + "name": "findDefaultFilter", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonDropdownWrapper", + "name": "ChartFilterWrapper", }, }, { "inheritedFrom": { - "name": "AbstractWrapper.getElement", + "name": "CommonChartWrapper.findDetailPopover", }, - "name": "getElement", + "name": "findDetailPopover", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "ChartPopoverWrapper", }, }, { "inheritedFrom": { - "name": "AbstractWrapper.matches", + "name": "BaseCartesianChartWrapper.findFilterContainer", }, - "name": "matches", - "parameters": [ - { - "flags": { - "isOptional": false, + "name": "findFilterContainer", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findHighlightedSeries", + }, + "name": "findHighlightedSeries", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "CommonChartWrapper.findLegend", + }, + "name": "findLegend", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ChartLegendWrapper", + }, + }, + { + "description": "Returns an array of chart series. Note that thresholds count as series as well.", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findSeries", + }, + "name": "findSeries", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "CommonChartWrapper.findStatusContainer", + }, + "name": "findStatusContainer", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findXAxisTitle", + }, + "name": "findXAxisTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findXTicks", + }, + "name": "findXTicks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findYAxisTitle", + }, + "name": "findYAxisTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findYTicks", + }, + "name": "findYTicks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, }, "name": "selector", "typeName": "string", @@ -91057,7 +91064,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "BreadcrumbGroupWrapper", + "name": "BarChartWrapper", }, { "methods": [ @@ -91181,23 +91188,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Finds a button item by its id.", - "name": "findButtonById", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -91248,80 +91238,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "description": "Finds a file input item by its id.", - "name": "findFileInputById", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "FileInputWrapper", - }, - }, - { - "description": "Finds all button and menu items.", - "name": "findItems", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "description": "Finds a menu item by its id.", - "name": "findMenuById", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ButtonDropdownWrapper", - }, - }, - { - "description": "Finds a toggle button item by its id.", - "name": "findToggleButtonById", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ToggleButtonWrapper", - }, - }, - { - "description": "Finds the currently opened tooltip.", - "name": "findTooltip", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -91364,7 +91280,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ButtonGroupWrapper", + "name": "BoxWrapper", }, { "methods": [ @@ -91489,17 +91405,17 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.findByClassName", - }, - "name": "findByClassName", + "description": "Returns an item for a given index. Note that this may return the 'current' page item for backwards compatibility, +even though it is not technically a link.", + "name": "findBreadcrumbLink", "parameters": [ { + "description": "1-based item index", "flags": { "isOptional": false, }, - "name": "className", - "typeName": "string", + "name": "index", + "typeName": "number", }, ], "returnType": { @@ -91508,13 +91424,49 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + "description": "Returns all breadcrumb items. Note that this includes the 'current' page item for backwards compatibility, +even though it is not technically a link. -Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", - "inheritedFrom": { - "name": "AbstractWrapper.findComponent", +To find a specific item use the \`findBreadcrumbLink(n)\` function as chaining \`findBreadcrumbLinks().get(n)\` can return unexpected results.", + "name": "findBreadcrumbLinks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, - "name": "findComponent", + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", "parameters": [ { "description": "CSS selector", @@ -91539,36 +91491,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "ButtonWrapper.findDisabledReason", - }, - "name": "findDisabledReason", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "ButtonWrapper.findLoadingIndicator", - }, - "name": "findLoadingIndicator", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "ButtonWrapper.findTextRegion", - }, - "name": "findTextRegion", + "name": "findDropdown", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonDropdownWrapper", }, }, { @@ -91613,7 +91540,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ToggleButtonWrapper", + "name": "BreadcrumbGroupWrapper", }, { "methods": [ @@ -91737,6 +91664,23 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "description": "Finds a button item by its id.", + "name": "findButtonById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -91788,19 +91732,77 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNativeInput", + "description": "Finds a file input item by its id.", + "name": "findFileInputById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "FileInputWrapper", + }, + }, + { + "description": "Finds all button and menu items.", + "name": "findItems", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findTrigger", + "description": "Finds a menu item by its id.", + "name": "findMenuById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonDropdownWrapper", + }, + }, + { + "description": "Finds a toggle button item by its id.", + "name": "findToggleButtonById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ToggleButtonWrapper", + }, + }, + { + "description": "Finds the currently opened tooltip.", + "name": "findTooltip", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -91845,7 +91847,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FileInputWrapper", + "name": "ButtonGroupWrapper", }, { "methods": [ @@ -92020,33 +92022,10 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a date container on the calendar.", - "name": "findDateAt", - "parameters": [ - { - "description": "1-based row index of the day or month.", - "flags": { - "isOptional": false, - }, - "name": "row", - "typeName": "number", - }, - { - "description": "1-based column index of the day or month.", - "flags": { - "isOptional": false, - }, - "name": "column", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "CalendarDateWrapper", + "inheritedFrom": { + "name": "ButtonWrapper.findDisabledReason", }, - }, - { - "name": "findHeader", + "name": "findDisabledReason", "parameters": [], "returnType": { "isNullable": false, @@ -92054,41 +92033,21 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNextButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "description": "Alias for findNextButton for compatibility with previous versions", - "name": "findNextMonthButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", + "inheritedFrom": { + "name": "ButtonWrapper.findLoadingIndicator", }, - }, - { - "name": "findPreviousButton", + "name": "findLoadingIndicator", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { - "description": "Alias for findPreviousButton for compatibility with previous versions", - "name": "findPreviousMonthButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", + "inheritedFrom": { + "name": "ButtonWrapper.findTextRegion", }, - }, - { - "name": "findSelectedDate", + "name": "findTextRegion", "parameters": [], "returnType": { "isNullable": false, @@ -92137,7 +92096,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CalendarWrapper", + "name": "ToggleButtonWrapper", }, { "methods": [ @@ -92312,13 +92271,21 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDisabledReason", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, + { + "name": "findTrigger", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -92361,7 +92328,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CalendarDateWrapper", + "name": "FileInputWrapper", }, { "methods": [ @@ -92504,14 +92471,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findCollectionPreferences", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "CollectionPreferencesWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -92544,16 +92503,33 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Alias for findEmptySlot method for compatibility with previous versions", - "name": "findEmptyRegion", - "parameters": [], + "description": "Returns a date container on the calendar.", + "name": "findDateAt", + "parameters": [ + { + "description": "1-based row index of the day or month.", + "flags": { + "isOptional": false, + }, + "name": "row", + "typeName": "number", + }, + { + "description": "1-based column index of the day or month.", + "flags": { + "isOptional": false, + }, + "name": "column", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "CalendarDateWrapper", }, }, { - "name": "findEmptySlot", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -92561,70 +92537,45 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHeader", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Alias for findHeader method for compatibility with previous versions", - "name": "findHeaderRegion", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findItems", + "name": "findNextButton", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "CardWrapper", - }, - ], + "name": "ButtonWrapper", }, }, { - "name": "findLoadingText", + "description": "Alias for findNextButton for compatibility with previous versions", + "name": "findNextMonthButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { - "name": "findPagination", + "name": "findPreviousButton", "parameters": [], "returnType": { "isNullable": false, - "name": "PaginationWrapper", + "name": "ButtonWrapper", }, }, { - "name": "findSelectedItems", + "description": "Alias for findPreviousButton for compatibility with previous versions", + "name": "findPreviousMonthButton", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "CardWrapper", - }, - ], + "name": "ButtonWrapper", }, }, { - "name": "findTextFilter", + "name": "findSelectedDate", "parameters": [], "returnType": { "isNullable": false, - "name": "TextFilterWrapper", + "name": "ElementWrapper", }, }, { @@ -92669,7 +92620,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CardsWrapper", + "name": "CalendarWrapper", }, { "methods": [ @@ -92844,15 +92795,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findInput", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "InputWrapper", - }, - }, - { - "name": "findResultsCount", + "name": "findDisabledReason", "parameters": [], "returnType": { "isNullable": false, @@ -92901,7 +92844,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TextFilterWrapper", + "name": "CalendarDateWrapper", }, { "methods": [ @@ -93045,11 +92988,11 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "name": "findClearButton", + "name": "findCollectionPreferences", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "CollectionPreferencesWrapper", }, }, { @@ -93084,16 +93027,89 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", + "description": "Alias for findEmptySlot method for compatibility with previous versions", + "name": "findEmptyRegion", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", }, - "name": "findNativeInput", + }, + { + "name": "findEmptySlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Alias for findHeader method for compatibility with previous versions", + "name": "findHeaderRegion", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, + { + "name": "findItems", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "CardWrapper", + }, + ], + }, + }, + { + "name": "findLoadingText", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findPagination", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "PaginationWrapper", + }, + }, + { + "name": "findSelectedItems", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "CardWrapper", + }, + ], + }, + }, + { + "name": "findTextFilter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "TextFilterWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -93136,7 +93152,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "InputWrapper", + "name": "CardsWrapper", }, { "methods": [ @@ -93279,6 +93295,14 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findCardHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -93311,54 +93335,23 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findCurrentPage", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findNextPageButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns a page number for a given index.", - "name": "findPageNumberByIndex", - "parameters": [ - { - "description": "1-based index of the page number to return.", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findPageNumbers", + "description": "Note: for integration/selector-based tests you should add \`1\` to the expected section index, +for example, \`.findSections().get(sectionIndex+1)\`. The \`get\` call in this context +is '2-indexed', that is, the first section in a card has an index of \`2\`.", + "name": "findSections", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "ElementWrapper", + "name": "CardSectionWrapper", }, ], }, }, { - "name": "findPreviousPageButton", + "name": "findSelectionArea", "parameters": [], "returnType": { "isNullable": false, @@ -93407,7 +93400,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PaginationWrapper", + "name": "CardWrapper", }, { "methods": [ @@ -93582,19 +93575,19 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findModal", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, - "name": "PreferencesModalWrapper", + "name": "ElementWrapper", }, }, { - "name": "findTriggerButton", + "name": "findSectionHeader", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -93639,7 +93632,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CollectionPreferencesWrapper", + "name": "CardSectionWrapper", }, { "methods": [ @@ -93782,14 +93775,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findCancelButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -93822,18 +93807,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findConfirmButton", + "name": "findInput", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "InputWrapper", }, }, { - "inheritedFrom": { - "name": "ModalWrapper.findContent", - }, - "name": "findContent", + "name": "findResultsCount", "parameters": [], "returnType": { "isNullable": false, @@ -93841,147 +93823,33 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContentBefore", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, { - "name": "findContentDensityPreference", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "CheckboxWrapper", - }, - }, - { - "name": "findContentDisplayPreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ContentDisplayPreferenceWrapper", - }, - }, - { - "name": "findCustomPreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "ModalWrapper.findDismissButton", - }, - "name": "findDismissButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "ModalWrapper.findFooter", - }, - "name": "findFooter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "ModalWrapper.findHeader", - }, - "name": "findHeader", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findPageSizePreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "PageSizePreferenceWrapper", - }, - }, - { - "name": "findStickyColumnsPreference", - "parameters": [ - { - "defaultValue": "'first'", - "flags": { - "isOptional": false, - }, - "name": "firstOrLast", - "typeName": ""first" | "last"", - }, - ], - "returnType": { - "isNullable": false, - "name": "StickyColumnsPreferenceWrapper", - }, - }, - { - "name": "findStripedRowsPreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "CheckboxWrapper", - }, - }, - { - "name": "findVisibleContentPreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "VisibleContentPreferenceWrapper", - }, - }, - { - "name": "findWrapLinesPreference", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "CheckboxWrapper", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "string", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.matches", - }, - "name": "matches", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "name": "ElementWrapper", }, }, { @@ -93996,7 +93864,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PreferencesModalWrapper", + "name": "TextFilterWrapper", }, { "methods": [ @@ -94139,6 +94007,14 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findClearButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -94171,22 +94047,9 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDescription", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findLabel", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", }, - }, - { "name": "findNativeInput", "parameters": [], "returnType": { @@ -94236,7 +94099,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CheckboxWrapper", + "name": "InputWrapper", }, { "methods": [ @@ -94411,20 +94274,54 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findOptions", + "name": "findCurrentPage", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findNextPageButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a page number for a given index.", + "name": "findPageNumberByIndex", + "parameters": [ + { + "description": "1-based index of the page number to return.", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findPageNumbers", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "RadioButtonWrapper", + "name": "ElementWrapper", }, ], }, }, { - "name": "findTitle", + "name": "findPreviousPageButton", "parameters": [], "returnType": { "isNullable": false, @@ -94473,7 +94370,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PageSizePreferenceWrapper", + "name": "PaginationWrapper", }, { "methods": [ @@ -94648,63 +94545,19 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findOptions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "name": "findOptionsGroups", + "name": "findModal", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "PreferencesModalWrapper", }, }, { - "name": "findTitle", + "name": "findTriggerButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns a content selector toggle.", - "name": "findToggleByIndex", - "parameters": [ - { - "description": "1-based index of the content group.", - "flags": { - "isOptional": false, - }, - "name": "groupIndex", - "typeName": "number", - }, - { - "description": "1-based index of the option to return within the group.", - "flags": { - "isOptional": false, - }, - "name": "optionIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ToggleWrapper", + "name": "ButtonWrapper", }, }, { @@ -94749,7 +94602,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "VisibleContentPreferenceWrapper", + "name": "CollectionPreferencesWrapper", }, { "methods": [ @@ -94893,13 +94746,21 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. - -Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", - "inheritedFrom": { - "name": "AbstractWrapper.findComponent", - }, - "name": "findComponent", + "name": "findCancelButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", "parameters": [ { "description": "CSS selector", @@ -94924,7 +94785,18 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDescription", + "name": "findConfirmButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findContent", + }, + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -94932,7 +94804,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findLabel", + "name": "findContentBefore", "parameters": [], "returnType": { "isNullable": false, @@ -94940,13 +94812,111 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNativeInput", + "name": "findContentDensityPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "CheckboxWrapper", + }, + }, + { + "name": "findContentDisplayPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ContentDisplayPreferenceWrapper", + }, + }, + { + "name": "findCustomPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findDismissButton", + }, + "name": "findDismissButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findFooter", + }, + "name": "findFooter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findHeader", + }, + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, + { + "name": "findPageSizePreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "PageSizePreferenceWrapper", + }, + }, + { + "name": "findStickyColumnsPreference", + "parameters": [ + { + "defaultValue": "'first'", + "flags": { + "isOptional": false, + }, + "name": "firstOrLast", + "typeName": ""first" | "last"", + }, + ], + "returnType": { + "isNullable": false, + "name": "StickyColumnsPreferenceWrapper", + }, + }, + { + "name": "findStripedRowsPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "CheckboxWrapper", + }, + }, + { + "name": "findVisibleContentPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "VisibleContentPreferenceWrapper", + }, + }, + { + "name": "findWrapLinesPreference", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "CheckboxWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -94989,7 +94959,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ToggleWrapper", + "name": "PreferencesModalWrapper", }, { "methods": [ @@ -95172,15 +95142,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findRadioGroup", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, - "name": "RadioGroupWrapper", + "name": "ElementWrapper", }, }, { - "name": "findTitle", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, @@ -95229,7 +95199,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "StickyColumnsPreferenceWrapper", + "name": "CheckboxWrapper", }, { "methods": [ @@ -95353,19 +95323,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findButtons", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "RadioButtonWrapper", - }, - ], - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -95417,16 +95374,21 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findInputByValue", - "parameters": [ - { - "flags": { - "isOptional": false, + "name": "findOptions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "RadioButtonWrapper", }, - "name": "value", - "typeName": "string", - }, - ], + ], + }, + }, + { + "name": "findTitle", + "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -95474,7 +95436,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "RadioGroupWrapper", + "name": "PageSizePreferenceWrapper", }, { "methods": [ @@ -95649,7 +95611,6 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the preference description displayed below the title.", "name": "findDescription", "parameters": [], "returnType": { @@ -95658,8 +95619,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns no match with the clear filter button.", - "name": "findNoMatch", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -95667,49 +95627,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns an option for a given index.", - "name": "findOptionByIndex", - "parameters": [ - { - "description": "1-based index of the option to return.", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ContentDisplayOptionWrapper", - }, - }, - { - "description": "Returns options that the user can reorder.", - "name": "findOptions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ContentDisplayOptionWrapper", - }, - ], - }, - }, - { - "description": "Returns the text filter input.", - "name": "findTextFilter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "TextFilterWrapper", - }, - }, - { - "description": "Returns the title.", - "name": "findTitle", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, @@ -95758,7 +95676,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ContentDisplayPreferenceWrapper", + "name": "RadioButtonWrapper", }, { "methods": [ @@ -95933,36 +95851,69 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the drag handle for the option item.", - "name": "findDragHandle", + "name": "findOptions", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "description": "Returns the text label displayed in the option item.", - "name": "findLabel", + "name": "findOptionsGroups", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "description": "Returns the visibility toggle for the option item.", - "name": "findVisibilityToggle", + "name": "findTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "ToggleWrapper", + "name": "ElementWrapper", }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, + "description": "Returns a content selector toggle.", + "name": "findToggleByIndex", + "parameters": [ + { + "description": "1-based index of the content group.", + "flags": { + "isOptional": false, + }, + "name": "groupIndex", + "typeName": "number", + }, + { + "description": "1-based index of the option to return within the group.", + "flags": { + "isOptional": false, + }, + "name": "optionIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ToggleWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, "name": "getElement", "parameters": [], "returnType": { @@ -96001,7 +95952,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ContentDisplayOptionWrapper", + "name": "VisibleContentPreferenceWrapper", }, { "methods": [ @@ -96176,47 +96127,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findEditor", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findErrorScreen", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findErrorsTab", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findLoadingScreen", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findNativeTextArea", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findPane", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -96224,15 +96135,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findSettingsButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findStatusBar", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -96240,7 +96143,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findWarningsTab", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, @@ -96289,7 +96192,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "CodeEditorWrapper", + "name": "ToggleWrapper", }, { "methods": [ @@ -96432,27 +96335,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Returns a column from the grid for a given index.", - "inheritedFrom": { - "name": "GridWrapper.findColumn", - }, - "name": "findColumn", - "parameters": [ - { - "description": "1-based index of the column to return.", - "flags": { - "isOptional": false, - }, - "name": "columnIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -96484,6 +96366,30 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findDescription", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findRadioGroup", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "RadioGroupWrapper", + }, + }, + { + "name": "findTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -96526,7 +96432,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ColumnLayoutWrapper", + "name": "StickyColumnsPreferenceWrapper", }, { "methods": [ @@ -96650,6 +96556,19 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findButtons", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "RadioButtonWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -96701,32 +96620,16 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findFooter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findHeader", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findMedia", - "parameters": [], + "name": "findInputByValue", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "value", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -96774,7 +96677,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ContainerWrapper", + "name": "RadioGroupWrapper", }, { "methods": [ @@ -96898,14 +96801,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findBreadcrumbs", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -96957,7 +96852,8 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", + "description": "Returns the preference description displayed below the title.", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -96965,7 +96861,8 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHeader", + "description": "Returns no match with the clear filter button.", + "name": "findNoMatch", "parameters": [], "returnType": { "isNullable": false, @@ -96973,15 +96870,49 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNotifications", + "description": "Returns an option for a given index.", + "name": "findOptionByIndex", + "parameters": [ + { + "description": "1-based index of the option to return.", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ContentDisplayOptionWrapper", + }, + }, + { + "description": "Returns options that the user can reorder.", + "name": "findOptions", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ContentDisplayOptionWrapper", + }, + ], }, }, { - "name": "findSecondaryHeader", + "description": "Returns the text filter input.", + "name": "findTextFilter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "TextFilterWrapper", + }, + }, + { + "description": "Returns the title.", + "name": "findTitle", "parameters": [], "returnType": { "isNullable": false, @@ -97030,7 +96961,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ContentLayoutWrapper", + "name": "ContentDisplayPreferenceWrapper", }, { "methods": [ @@ -97205,17 +97136,17 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findCopyButton", + "description": "Returns the drag handle for the option item.", + "name": "findDragHandle", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { - "description": "Used to get the text displayed next to the copy icon button when \`variant='inline'\`. -Returns either the \`textToCopy\` value or the \`textToDisplay\` value if it has been set.", - "name": "findDisplayedText", + "description": "Returns the text label displayed in the option item.", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -97223,30 +97154,12 @@ Returns either the \`textToCopy\` value or the \`textToDisplay\` value if it has }, }, { - "name": "findStatusText", - "parameters": [ - { - "defaultValue": "{ - popoverRenderWithPortal: false - }", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ popoverRenderWithPortal: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findTextToCopy", + "description": "Returns the visibility toggle for the option item.", + "name": "findVisibilityToggle", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ToggleWrapper", }, }, { @@ -97291,7 +97204,7 @@ Returns either the \`textToCopy\` value or the \`textToDisplay\` value if it has }, }, ], - "name": "CopyToClipboardWrapper", + "name": "ContentDisplayOptionWrapper", }, { "methods": [ @@ -97466,10 +97379,71 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", + "name": "findEditor", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", }, - "name": "findNativeInput", + }, + { + "name": "findErrorScreen", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findErrorsTab", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findLoadingScreen", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findNativeTextArea", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findPane", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSettingsButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findStatusBar", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findWarningsTab", "parameters": [], "returnType": { "isNullable": false, @@ -97518,7 +97492,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "DateInputWrapper", + "name": "CodeEditorWrapper", }, { "methods": [ @@ -97662,28 +97636,21 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "name": "findCalendar", + "description": "Returns a column from the grid for a given index.", + "inheritedFrom": { + "name": "GridWrapper.findColumn", + }, + "name": "findColumn", "parameters": [ { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "description": "1-based index of the column to return.", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", + "name": "columnIndex", + "typeName": "number", }, ], - "returnType": { - "isNullable": false, - "name": "CalendarWrapper", - }, - }, - { - "name": "findCalendarDropdown", - "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -97720,25 +97687,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", - }, - "name": "findNativeInput", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findOpenCalendarButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -97781,7 +97729,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "DatePickerWrapper", + "name": "ColumnLayoutWrapper", }, { "methods": [ @@ -97956,28 +97904,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDropdown", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findContent", + "parameters": [], "returnType": { "isNullable": false, - "name": "DrpDropdownWrapper", + "name": "ElementWrapper", }, }, { - "description": "Alias for \`findTrigger\`", - "name": "findLabel", + "name": "findFooter", "parameters": [], "returnType": { "isNullable": false, @@ -97985,8 +97920,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the trigger element that can be used to open the picker dropdown.", - "name": "findTrigger", + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findMedia", "parameters": [], "returnType": { "isNullable": false, @@ -98035,7 +97977,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "DateRangePickerWrapper", + "name": "ContainerWrapper", }, { "methods": [ @@ -98160,11 +98102,11 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "name": "findApplyButton", + "name": "findBreadcrumbs", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -98186,22 +98128,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findCancelButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findClearButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -98234,215 +98160,292 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the day container that corresponds to the current day.", - "name": "findCurrentDay", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, - "name": "CalendarDateWrapper", + "name": "ElementWrapper", }, }, { - "description": "Returns the month container that corresponds to the current month.", - "name": "findCurrentMonth", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, - "name": "CalendarDateWrapper", + "name": "ElementWrapper", }, }, { - "name": "findCustomRelativeRangeDuration", + "name": "findNotifications", "parameters": [], "returnType": { "isNullable": false, - "name": "InputWrapper", + "name": "ElementWrapper", }, }, { - "name": "findCustomRelativeRangeUnit", + "name": "findSecondaryHeader", "parameters": [], "returnType": { "isNullable": false, - "name": "SelectWrapper", + "name": "ElementWrapper", }, }, { - "description": "Returns a day container on the calendar.", - "name": "findDateAt", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", "parameters": [ { - "description": "the calendar grid. If only one calendar grid is visible (on small screens), use \`'right'\`.", - "flags": { - "isOptional": false, - }, - "name": "grid", - "typeName": ""left" | "right"", - }, - { - "description": "1-based row index of the day.", - "flags": { - "isOptional": false, - }, - "name": "row", - "typeName": "2 | 1 | 3 | 4 | 5 | 6", - }, - { - "description": "1-based column index of the day.", "flags": { "isOptional": false, }, - "name": "column", - "typeName": "2 | 1 | 3 | 4 | 5 | 6 | 7", + "name": "selector", + "typeName": "string", }, ], "returnType": { "isNullable": false, - "name": "CalendarDateWrapper", + "name": "ElementWrapper", }, }, { - "name": "findEndDateInput", + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", "parameters": [], "returnType": { "isNullable": false, - "name": "InputWrapper", - }, - }, - { - "name": "findEndTimeInput", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "InputWrapper", + "name": "string", }, }, + ], + "name": "ContentLayoutWrapper", + }, + { + "methods": [ { - "name": "findHeader", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "description": "Returns a month container on the calendar.", - "name": "findMonthAt", + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", "parameters": [ { - "description": "the calendar grid. If only one calendar grid is visible (on small screens), use \`'right'\`.", "flags": { "isOptional": false, }, - "name": "grid", - "typeName": ""left" | "right"", + "name": "selector", + "typeName": "string", }, - { - "description": "1-based row index of the month.", - "flags": { - "isOptional": false, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", }, - "name": "row", - "typeName": "2 | 1 | 3 | 4", - }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ { - "description": "1-based column index of the month.", "flags": { "isOptional": false, }, - "name": "column", - "typeName": "2 | 1 | 3", + "name": "className", + "typeName": "string", }, ], "returnType": { "isNullable": false, - "name": "CalendarDateWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findNextButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", }, - }, - { - "description": "Alias for findNextButton for compatibility with previous versions.", - "name": "findNextMonthButton", - "parameters": [], + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], }, }, { - "name": "findPreviousButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", + "inheritedFrom": { + "name": "AbstractWrapper.findAny", }, - }, - { - "description": "Alias for findPreviousButton for compatibility with previous versions.", - "name": "findPreviousMonthButton", - "parameters": [], + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { - "name": "findRelativeRangeRadioGroup", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "RadioGroupWrapper", + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", }, - }, - { - "name": "findSelectedEndDate", - "parameters": [], + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findSelectedStartDate", - "parameters": [], + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "Wrapper", }, }, { - "name": "findSelectionModeSwitch", + "name": "findCopyButton", "parameters": [], "returnType": { "isNullable": false, - "name": "SelectionModeSwitchWrapper", + "name": "ButtonWrapper", }, }, { - "name": "findStartDateInput", + "description": "Used to get the text displayed next to the copy icon button when \`variant='inline'\`. +Returns either the \`textToCopy\` value or the \`textToDisplay\` value if it has been set.", + "name": "findDisplayedText", "parameters": [], "returnType": { "isNullable": false, - "name": "InputWrapper", + "name": "ElementWrapper", }, }, { - "name": "findStartTimeInput", - "parameters": [], + "name": "findStatusText", + "parameters": [ + { + "defaultValue": "{ + popoverRenderWithPortal: false + }", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ popoverRenderWithPortal: boolean; }", + }, + ], "returnType": { "isNullable": false, - "name": "InputWrapper", + "name": "ElementWrapper", }, }, { - "name": "findValidationError", + "name": "findTextToCopy", "parameters": [], "returnType": { "isNullable": false, @@ -98491,7 +98494,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "DrpDropdownWrapper", + "name": "CopyToClipboardWrapper", }, { "methods": [ @@ -98666,24 +98669,14 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the mode selector as a SegmentedControl wrapper. - -The mode selector is only rendered as a SegmentedControl on wide viewports. On narrow viewports, use \`findModesAsSelect()\` instead.", - "name": "findModesAsSegments", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "SegmentedControlWrapper", + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", }, - }, - { - "description": "Returns the mode selector as a Select wrapper. -The mode selector is only rendered as a Select on narrow viewports. On wide viewports, use \`findModesAsSegments()\` instead.", - "name": "findModesAsSelect", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, - "name": "SelectWrapper", + "name": "ElementWrapper", }, }, { @@ -98728,7 +98721,7 @@ The mode selector is only rendered as a Select on narrow viewports. On wide view }, }, ], - "name": "SelectionModeSwitchWrapper", + "name": "DateInputWrapper", }, { "methods": [ @@ -98872,73 +98865,81 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. - -Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", - "inheritedFrom": { - "name": "AbstractWrapper.findComponent", - }, - "name": "findComponent", + "name": "findCalendar", "parameters": [ { - "description": "CSS selector", + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", "flags": { "isOptional": false, }, - "name": "selector", - "typeName": "string", - }, - { - "description": "Component's wrapper class", - "flags": { - "isOptional": false, - }, - "name": "ComponentClass", - "typeName": "WrapperClass", + "name": "options", + "typeName": "{ expandToViewport: boolean; }", }, ], "returnType": { "isNullable": false, - "name": "Wrapper", + "name": "CalendarWrapper", }, }, { - "description": "Finds the segment with the given ID.", - "name": "findSegmentById", + "name": "findCalendarDropdown", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", "parameters": [ { - "description": "ID of the element to return.", + "description": "CSS selector", "flags": { "isOptional": false, }, - "name": "id", + "name": "selector", "typeName": "string", }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, ], "returnType": { "isNullable": false, - "name": "SegmentWrapper", + "name": "Wrapper", }, }, { - "name": "findSegments", + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", + }, + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findSelectedSegment", + "name": "findOpenCalendarButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { @@ -98983,7 +98984,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SegmentedControlWrapper", + "name": "DatePickerWrapper", }, { "methods": [ @@ -99158,7 +99159,37 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDisabledReason", + "name": "findDropdown", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "DrpDropdownWrapper", + }, + }, + { + "description": "Alias for \`findTrigger\`", + "name": "findLabel", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the trigger element that can be used to open the picker dropdown.", + "name": "findTrigger", "parameters": [], "returnType": { "isNullable": false, @@ -99207,7 +99238,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SegmentWrapper", + "name": "DateRangePickerWrapper", }, { "methods": [ @@ -99331,6 +99362,14 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findApplyButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -99350,6 +99389,22 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findCancelButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findClearButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -99382,79 +99437,91 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "DropdownHostComponentWrapper.findDropdown", + "description": "Returns the day container that corresponds to the current day.", + "name": "findCurrentDay", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "CalendarDateWrapper", }, - "name": "findDropdown", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + }, + { + "description": "Returns the month container that corresponds to the current month.", + "name": "findCurrentMonth", + "parameters": [], "returnType": { "isNullable": false, - "name": "DropdownContentWrapper", + "name": "CalendarDateWrapper", }, }, { - "name": "findErrorRecoveryButton", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findCustomRelativeRangeDuration", + "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "InputWrapper", }, }, { - "description": "Returns the input that is used for filtering.", - "name": "findFilteringInput", + "name": "findCustomRelativeRangeUnit", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "SelectWrapper", + }, + }, + { + "description": "Returns a day container on the calendar.", + "name": "findDateAt", "parameters": [ { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "description": "the calendar grid. If only one calendar grid is visible (on small screens), use \`'right'\`.", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", + "name": "grid", + "typeName": ""left" | "right"", + }, + { + "description": "1-based row index of the day.", + "flags": { + "isOptional": false, + }, + "name": "row", + "typeName": "2 | 1 | 3 | 4 | 5 | 6", + }, + { + "description": "1-based column index of the day.", + "flags": { + "isOptional": false, + }, + "name": "column", + "typeName": "2 | 1 | 3 | 4 | 5 | 6 | 7", }, ], + "returnType": { + "isNullable": false, + "name": "CalendarDateWrapper", + }, + }, + { + "name": "findEndDateInput", + "parameters": [], "returnType": { "isNullable": false, "name": "InputWrapper", }, }, { - "name": "findInlineLabel", + "name": "findEndTimeInput", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "InputWrapper", }, }, { - "name": "findPlaceholder", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -99462,48 +99529,144 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findStatusIndicator", + "description": "Returns a month container on the calendar.", + "name": "findMonthAt", "parameters": [ { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "description": "the calendar grid. If only one calendar grid is visible (on small screens), use \`'right'\`.", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", + "name": "grid", + "typeName": ""left" | "right"", + }, + { + "description": "1-based row index of the month.", + "flags": { + "isOptional": false, + }, + "name": "row", + "typeName": "2 | 1 | 3 | 4", + }, + { + "description": "1-based column index of the month.", + "flags": { + "isOptional": false, + }, + "name": "column", + "typeName": "2 | 1 | 3", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "CalendarDateWrapper", }, }, { - "name": "findTrigger", + "name": "findNextButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", + "description": "Alias for findNextButton for compatibility with previous versions.", + "name": "findNextMonthButton", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "ButtonWrapper", }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.matches", - }, + "name": "findPreviousButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Alias for findPreviousButton for compatibility with previous versions.", + "name": "findPreviousMonthButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findRelativeRangeRadioGroup", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "RadioGroupWrapper", + }, + }, + { + "name": "findSelectedEndDate", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSelectedStartDate", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSelectionModeSwitch", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "SelectionModeSwitchWrapper", + }, + }, + { + "name": "findStartDateInput", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "InputWrapper", + }, + }, + { + "name": "findStartTimeInput", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "InputWrapper", + }, + }, + { + "name": "findValidationError", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, "name": "matches", "parameters": [ { @@ -99531,7 +99694,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SelectWrapper", + "name": "DrpDropdownWrapper", }, { "methods": [ @@ -99706,27 +99869,24 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findHeader", + "description": "Returns the mode selector as a SegmentedControl wrapper. + +The mode selector is only rendered as a SegmentedControl on wide viewports. On narrow viewports, use \`findModesAsSelect()\` instead.", + "name": "findModesAsSegments", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "SegmentedControlWrapper", }, }, { - "name": "findHeaderActions", + "description": "Returns the mode selector as a Select wrapper. +The mode selector is only rendered as a Select on narrow viewports. On wide viewports, use \`findModesAsSegments()\` instead.", + "name": "findModesAsSelect", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "SelectWrapper", }, }, { @@ -99771,7 +99931,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "DrawerWrapper", + "name": "SelectionModeSwitchWrapper", }, { "methods": [ @@ -99946,55 +100106,38 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findExpandButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findExpandedContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findExpandIcon", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findHeader", - "parameters": [], + "description": "Finds the segment with the given ID.", + "name": "findSegmentById", + "parameters": [ + { + "description": "ID of the element to return.", + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "SegmentWrapper", }, }, { - "name": "findHeaderDescription", + "name": "findSegments", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findHeaderText", + "name": "findSelectedSegment", "parameters": [], "returnType": { "isNullable": false, @@ -100043,7 +100186,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ExpandableSectionWrapper", + "name": "SegmentedControlWrapper", }, { "methods": [ @@ -100218,7 +100361,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", + "name": "findDisabledReason", "parameters": [], "returnType": { "isNullable": false, @@ -100267,7 +100410,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FileDropzoneWrapper", + "name": "SegmentWrapper", }, { "methods": [ @@ -100442,85 +100585,163 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a file token from for a given index.", - "name": "findFileToken", + "inheritedFrom": { + "name": "DropdownHostComponentWrapper.findDropdown", + }, + "name": "findDropdown", "parameters": [ { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", "flags": { "isOptional": false, }, - "name": "fileTokenIndex", - "typeName": "number", + "name": "options", + "typeName": "{ expandToViewport: boolean; }", }, ], "returnType": { "isNullable": false, - "name": "FileTokenWrapper", + "name": "DropdownContentWrapper", }, }, { - "name": "findFileTokens", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FileTokenWrapper", + "name": "findErrorRecoveryButton", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, }, - ], - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", - "parameters": [], + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], "returnType": { "isNullable": false, - "name": "string", + "name": "ElementWrapper", }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.matches", - }, - "name": "matches", + "description": "Returns the input that is used for filtering.", + "name": "findFilteringInput", "parameters": [ { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", "flags": { "isOptional": false, }, - "name": "selector", - "typeName": "string", + "name": "options", + "typeName": "{ expandToViewport: boolean; }", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "InputWrapper", }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.toSelector", - }, - "name": "toSelector", + "name": "findInlineLabel", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "ElementWrapper", }, }, - ], - "name": "FileTokenGroupWrapper", - }, - { - "methods": [ { - "inheritedFrom": { - "name": "AbstractWrapper.find", - }, + "name": "findPlaceholder", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findStatusIndicator", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTrigger", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "SelectWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, "name": "find", "parameters": [ { @@ -100688,39 +100909,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findFileError", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findFileLastModified", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findFileName", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findFileSize", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findFileThumbnail", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -100728,7 +100917,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findFileWarning", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -100736,7 +100925,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findRemoveButton", + "name": "findHeaderActions", "parameters": [], "returnType": { "isNullable": false, @@ -100785,7 +100974,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FileTokenWrapper", + "name": "DrawerWrapper", }, { "methods": [ @@ -100960,7 +101149,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findConstraint", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -100968,7 +101157,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findError", + "name": "findExpandButton", "parameters": [], "returnType": { "isNullable": false, @@ -100976,37 +101165,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a file token from for a given index.", - "name": "findFileToken", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "fileTokenIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "FileTokenWrapper", - }, - }, - { - "name": "findFileTokens", + "name": "findExpandedContent", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FileTokenWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findNativeInput", + "name": "findExpandIcon", "parameters": [], "returnType": { "isNullable": false, @@ -101014,8 +101181,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the token toggle button.", - "name": "findTokenToggle", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -101023,15 +101189,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findUploadButton", + "name": "findHeaderDescription", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { - "name": "findWarning", + "name": "findHeaderText", "parameters": [], "returnType": { "isNullable": false, @@ -101080,7 +101246,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FileUploadWrapper", + "name": "ExpandableSectionWrapper", }, { "methods": [ @@ -101255,50 +101421,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the individual flashes of this flashbar. - -If the items are stacked, only the item at the top of the stack is returned.", - "name": "findItems", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FlashWrapper", - }, - ], - }, - }, - { - "description": "Returns the individual flashes of this flashbar given the item type. - -If the items are stacked, only the item at the top of the stack is returned. - -If an item is loading its type is considered as "info".", - "name": "findItemsByType", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "type", - "typeName": ""error" | "success" | "info" | "warning"", - }, - ], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FlashWrapper", - }, - ], - }, - }, - { - "description": "Returns the toggle button that expands and collapses stacked notifications.", - "name": "findToggleButton", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -101347,7 +101470,7 @@ If an item is loading its type is considered as "info".", }, }, ], - "name": "FlashbarWrapper", + "name": "FileDropzoneWrapper", }, { "methods": [ @@ -101370,14 +101493,6 @@ If an item is loading its type is considered as "info".", "name": "ElementWrapper", }, }, - { - "name": "findActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -101530,46 +101645,44 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", - "parameters": [], + "description": "Returns a file token from for a given index.", + "name": "findFileToken", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "fileTokenIndex", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "FileTokenWrapper", }, }, { - "name": "findError", + "name": "findFileTokens", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FileTokenWrapper", + }, + ], }, }, { - "name": "findHeader", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findSecondaryActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "string", + "name": "string", }, }, { @@ -101603,7 +101716,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "FormWrapper", + "name": "FileTokenGroupWrapper", }, { "methods": [ @@ -101746,24 +101859,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Returns a column from the grid for a given index.", - "name": "findColumn", - "parameters": [ - { - "description": "1-based index of the column to return.", - "flags": { - "isOptional": false, - }, - "name": "columnIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -101795,6 +101890,62 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findFileError", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFileLastModified", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFileName", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFileSize", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFileThumbnail", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFileWarning", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findRemoveButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -101837,7 +101988,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "GridWrapper", + "name": "FileTokenWrapper", }, { "methods": [ @@ -101860,14 +102011,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "name": "findActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -102020,7 +102163,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findCounter", + "name": "findConstraint", "parameters": [], "returnType": { "isNullable": false, @@ -102028,7 +102171,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDescription", + "name": "findError", "parameters": [], "returnType": { "isNullable": false, @@ -102036,7 +102179,37 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHeadingText", + "description": "Returns a file token from for a given index.", + "name": "findFileToken", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "fileTokenIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "FileTokenWrapper", + }, + }, + { + "name": "findFileTokens", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FileTokenWrapper", + }, + ], + }, + }, + { + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, @@ -102044,7 +102217,24 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findInfo", + "description": "Returns the token toggle button.", + "name": "findTokenToggle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findUploadButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findWarning", "parameters": [], "returnType": { "isNullable": false, @@ -102093,7 +102283,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "HeaderWrapper", + "name": "FileUploadWrapper", }, { "methods": [ @@ -102268,23 +102458,50 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", + "description": "Returns the individual flashes of this flashbar. + +If the items are stacked, only the item at the top of the stack is returned.", + "name": "findItems", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FlashWrapper", + }, + ], }, }, { - "name": "findFooter", - "parameters": [], + "description": "Returns the individual flashes of this flashbar given the item type. + +If the items are stacked, only the item at the top of the stack is returned. + +If an item is loading its type is considered as "info".", + "name": "findItemsByType", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "type", + "typeName": ""error" | "success" | "info" | "warning"", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FlashWrapper", + }, + ], }, }, { - "name": "findHeader", + "description": "Returns the toggle button that expands and collapses stacked notifications.", + "name": "findToggleButton", "parameters": [], "returnType": { "isNullable": false, @@ -102333,7 +102550,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "HelpPanelWrapper", + "name": "FlashbarWrapper", }, { "methods": [ @@ -102356,6 +102573,26 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "description": "Returns the action slot.", + "name": "findAction", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the action button. + +The action button is only rendered when the \`buttonText\` property is set.", + "name": "findActionButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -102438,14 +102675,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th ], }, }, - { - "name": "findAnnotation", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "AnnotationWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAny", @@ -102516,7 +102745,26 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findTrigger", + "name": "findContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the dismiss button. + +The dismiss button is only rendered when the \`dismissible\` property is set to \`true\`.", + "name": "findDismissButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -102565,7 +102813,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "HotspotWrapper", + "name": "FlashWrapper", }, { "methods": [ @@ -102589,10 +102837,18 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.findAll", - }, - "name": "findAll", + "name": "findActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", "parameters": [ { "flags": { @@ -102739,6 +102995,38 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findError", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSecondaryActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -102781,7 +103069,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "IconWrapper", + "name": "FormWrapper", }, { "methods": [ @@ -102924,6 +103212,24 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "description": "Returns a column from the grid for a given index.", + "name": "findColumn", + "parameters": [ + { + "description": "1-based index of the column to return.", + "flags": { + "isOptional": false, + }, + "name": "columnIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -102955,19 +103261,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "name": "findItems", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "KeyValuePairsItemWrapper", - }, - ], - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -103010,7 +103303,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "KeyValuePairsWrapper", + "name": "GridWrapper", }, { "methods": [ @@ -103033,6 +103326,14 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "name": "findActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -103134,18 +103435,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Returns a focusable element that controls keyboard interactions.", - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findApplication", - }, - "name": "findApplication", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -103165,17 +103454,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findChart", - }, - "name": "findChart", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -103208,43 +103486,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findDefaultFilter", - }, - "name": "findDefaultFilter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartFilterWrapper", - }, - }, - { - "inheritedFrom": { - "name": "CommonChartWrapper.findDetailPopover", - }, - "name": "findDetailPopover", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartPopoverWrapper", - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findFilterContainer", - }, - "name": "findFilterContainer", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findHighlightedSeries", - }, - "name": "findHighlightedSeries", + "name": "findCounter", "parameters": [], "returnType": { "isNullable": false, @@ -103252,38 +103494,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findLegend", - }, - "name": "findLegend", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartLegendWrapper", - }, - }, - { - "description": "Returns an array of chart series. Note that thresholds count as series as well.", - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findSeries", - }, - "name": "findSeries", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "CommonChartWrapper.findStatusContainer", - }, - "name": "findStatusContainer", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -103291,10 +103502,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXAxisTitle", - }, - "name": "findXAxisTitle", + "name": "findHeadingText", "parameters": [], "returnType": { "isNullable": false, @@ -103302,48 +103510,13 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXTicks", - }, - "name": "findXTicks", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYAxisTitle", - }, - "name": "findYAxisTitle", + "name": "findInfo", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYTicks", - }, - "name": "findYTicks", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -103386,7 +103559,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "LineChartWrapper", + "name": "HeaderWrapper", }, { "methods": [ @@ -103560,6 +103733,30 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFooter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -103602,7 +103799,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "LinkWrapper", + "name": "HelpPanelWrapper", }, { "methods": [ @@ -103708,11 +103905,19 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.findAny", - }, - "name": "findAny", - "parameters": [ + "name": "findAnnotation", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "AnnotationWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ { "flags": { "isOptional": false, @@ -103777,52 +103982,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns an item for a given id.", - "name": "findItemById", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ListItemWrapper", - }, - }, - { - "description": "Returns an item for a given index.", - "name": "findItemByIndex", - "parameters": [ - { - "description": "1-based index of the item to return.", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ListItemWrapper", - }, - }, - { - "description": "Returns all list items.", - "name": "findItems", + "name": "findTrigger", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ListItemWrapper", - }, - ], + "name": "ElementWrapper", }, }, { @@ -103867,7 +104031,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ListWrapper", + "name": "HotspotWrapper", }, { "methods": [ @@ -103890,17 +104054,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "StructuredItemWrapper.findActions", - }, - "name": "findActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -104052,47 +104205,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "inheritedFrom": { - "name": "StructuredItemWrapper.findContent", - }, - "name": "findContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findDragHandle", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "StructuredItemWrapper.findIcon", - }, - "name": "findIcon", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "StructuredItemWrapper.findSecondaryContent", - }, - "name": "findSecondaryContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -104135,7 +104247,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ListItemWrapper", + "name": "IconWrapper", }, { "methods": [ @@ -104309,6 +104421,19 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findItems", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "KeyValuePairsItemWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -104351,7 +104476,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "LiveRegionWrapper", + "name": "KeyValuePairsWrapper", }, { "methods": [ @@ -104475,32 +104600,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Returns a focusable element that controls keyboard interactions.", - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findApplication", - }, - "name": "findApplication", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns an array of bar groups, which are used for mouse navigation if a chart contains bar series.", - "name": "findBarGroups", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -104520,17 +104619,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findChart", - }, - "name": "findChart", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -104563,32 +104651,31 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findDefaultFilter", - }, - "name": "findDefaultFilter", + "name": "findGroupPairs", "parameters": [], "returnType": { "isNullable": false, - "name": "ChartFilterWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "KeyValuePairsPairWrapper", + }, + ], }, }, { - "inheritedFrom": { - "name": "CommonChartWrapper.findDetailPopover", - }, - "name": "findDetailPopover", + "name": "findGroupTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "ChartPopoverWrapper", + "name": "ElementWrapper", }, }, { "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findFilterContainer", + "name": "KeyValuePairsPairWrapper.findInfo", }, - "name": "findFilterContainer", + "name": "findInfo", "parameters": [], "returnType": { "isNullable": false, @@ -104597,9 +104684,9 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findHighlightedSeries", + "name": "KeyValuePairsPairWrapper.findLabel", }, - "name": "findHighlightedSeries", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -104608,38 +104695,40 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "CommonChartWrapper.findLegend", + "name": "KeyValuePairsPairWrapper.findValue", }, - "name": "findLegend", + "name": "findValue", "parameters": [], "returnType": { "isNullable": false, - "name": "ChartLegendWrapper", + "name": "ElementWrapper", }, }, { - "description": "Returns an array of chart series. Note that thresholds count as series as well.", "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findSeries", + "name": "AbstractWrapper.getElement", }, - "name": "findSeries", + "name": "getElement", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "string", }, }, { "inheritedFrom": { - "name": "CommonChartWrapper.findStatusContainer", + "name": "AbstractWrapper.matches", }, - "name": "findStatusContainer", - "parameters": [], + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -104647,118 +104736,34 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXAxisTitle", + "name": "AbstractWrapper.toSelector", }, - "name": "findXAxisTitle", + "name": "toSelector", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, + ], + "name": "KeyValuePairsItemWrapper", + }, + { + "methods": [ { "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findXTicks", + "name": "AbstractWrapper.find", }, - "name": "findXTicks", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYAxisTitle", - }, - "name": "findYAxisTitle", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "BaseCartesianChartWrapper.findYTicks", - }, - "name": "findYTicks", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "string", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.matches", - }, - "name": "matches", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.toSelector", - }, - "name": "toSelector", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "string", - }, - }, - ], - "name": "MixedLineBarChartWrapper", - }, - { - "methods": [ - { - "inheritedFrom": { - "name": "AbstractWrapper.find", - }, - "name": "find", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -104916,15 +104921,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findDismissButton", + "name": "findInfo", "parameters": [], "returnType": { "isNullable": false, @@ -104932,7 +104929,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findFooter", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, @@ -104940,7 +104937,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHeader", + "name": "findValue", "parameters": [], "returnType": { "isNullable": false, @@ -104989,7 +104986,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "ModalWrapper", + "name": "KeyValuePairsPairWrapper", }, { "methods": [ @@ -105113,6 +105110,18 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "description": "Returns a focusable element that controls keyboard interactions.", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findApplication", + }, + "name": "findApplication", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -105132,6 +105141,17 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findChart", + }, + "name": "findChart", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -105165,70 +105185,31 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "DropdownHostComponentWrapper.findDropdown", + "name": "CommonChartWrapper.findDefaultFilter", }, - "name": "findDropdown", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findDefaultFilter", + "parameters": [], "returnType": { "isNullable": false, - "name": "DropdownContentWrapper", + "name": "ChartFilterWrapper", }, }, { - "name": "findErrorRecoveryButton", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "CommonChartWrapper.findDetailPopover", }, - }, - { - "description": "Returns the input that is used for filtering.", - "name": "findFilteringInput", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findDetailPopover", + "parameters": [], "returnType": { "isNullable": false, - "name": "InputWrapper", + "name": "ChartPopoverWrapper", }, }, { - "name": "findInlineLabel", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findFilterContainer", + }, + "name": "findFilterContainer", "parameters": [], "returnType": { "isNullable": false, @@ -105236,7 +105217,10 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findPlaceholder", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findHighlightedSeries", + }, + "name": "findHighlightedSeries", "parameters": [], "returnType": { "isNullable": false, @@ -105244,59 +105228,38 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findStatusIndicator", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "CommonChartWrapper.findLegend", }, - }, - { - "description": "Returns a token.", - "name": "findToken", - "parameters": [ - { - "description": "1-based index of the token to return", - "flags": { - "isOptional": false, - }, - "name": "tokenIndex", - "typeName": "number", - }, - ], + "name": "findLegend", + "parameters": [], "returnType": { "isNullable": false, - "name": "TokenWrapper", + "name": "ChartLegendWrapper", }, }, { - "name": "findTokens", + "description": "Returns an array of chart series. Note that thresholds count as series as well.", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findSeries", + }, + "name": "findSeries", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "TokenWrapper", + "name": "ElementWrapper", }, ], }, }, { - "description": "Returns a token toggle button.", - "name": "findTokenToggle", + "inheritedFrom": { + "name": "CommonChartWrapper.findStatusContainer", + }, + "name": "findStatusContainer", "parameters": [], "returnType": { "isNullable": false, @@ -105304,13 +105267,59 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findTrigger", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findXAxisTitle", + }, + "name": "findXAxisTitle", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findXTicks", + }, + "name": "findXTicks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findYAxisTitle", + }, + "name": "findYAxisTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findYTicks", + }, + "name": "findYTicks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -105353,7 +105362,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "MultiselectWrapper", + "name": "LineChartWrapper", }, { "methods": [ @@ -105527,30 +105536,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "name": "findDismiss", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findLabel", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findOption", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "OptionWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -105593,7 +105578,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TokenWrapper", + "name": "LinkWrapper", }, { "methods": [ @@ -105768,11 +105753,52 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", + "description": "Returns an item for a given id.", + "name": "findItemById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ListItemWrapper", + }, + }, + { + "description": "Returns an item for a given index.", + "name": "findItemByIndex", + "parameters": [ + { + "description": "1-based index of the item to return.", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ListItemWrapper", + }, + }, + { + "description": "Returns all list items.", + "name": "findItems", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ListItemWrapper", + }, + ], }, }, { @@ -105817,7 +105843,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "NavigableGroupWrapper", + "name": "ListWrapper", }, { "methods": [ @@ -105840,6 +105866,17 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "StructuredItemWrapper.findActions", + }, + "name": "findActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -105941,15 +105978,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "description": "Returns a focusable element that controls keyboard interactions.", - "name": "findApplication", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -105969,14 +105997,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findChart", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -106010,44 +106030,9 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "CommonChartWrapper.findDefaultFilter", - }, - "name": "findDefaultFilter", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartFilterWrapper", - }, - }, - { - "inheritedFrom": { - "name": "CommonChartWrapper.findDetailPopover", - }, - "name": "findDetailPopover", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartPopoverWrapper", - }, - }, - { - "name": "findFilterContainer", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findHighlightedSegment", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "name": "StructuredItemWrapper.findContent", }, - }, - { - "name": "findHighlightedSegmentLabel", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -106055,7 +106040,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findInnerContent", + "name": "findDragHandle", "parameters": [], "returnType": { "isNullable": false, @@ -106064,46 +106049,20 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "CommonChartWrapper.findLegend", - }, - "name": "findLegend", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ChartLegendWrapper", - }, - }, - { - "name": "findSegmentLabels", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "StructuredItemWrapper.findIcon", }, - }, - { - "name": "findSegments", + "name": "findIcon", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "ElementWrapper", }, }, { "inheritedFrom": { - "name": "CommonChartWrapper.findStatusContainer", + "name": "StructuredItemWrapper.findSecondaryContent", }, - "name": "findStatusContainer", + "name": "findSecondaryContent", "parameters": [], "returnType": { "isNullable": false, @@ -106152,7 +106111,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PieChartWrapper", + "name": "ListItemWrapper", }, { "methods": [ @@ -106327,96 +106286,28 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findContent", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", "parameters": [ { - "defaultValue": "{ - renderWithPortal: false - }", - "description": "* renderWithPortal (boolean) - Flag to find the content when the popover is rendered with a portal", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ renderWithPortal: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findDismissButton", - "parameters": [ - { - "defaultValue": "{ - renderWithPortal: false - }", - "description": "* renderWithPortal (boolean) - Flag to find the dismiss button when the popover is rendered with a portal", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ renderWithPortal: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findHeader", - "parameters": [ - { - "defaultValue": "{ - renderWithPortal: false - }", - "description": "* renderWithPortal (boolean) - Flag to find the header when the popover is rendered with a portal", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ renderWithPortal: boolean; }", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findTrigger", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "string", - }, - }, - { - "inheritedFrom": { - "name": "AbstractWrapper.matches", - }, - "name": "matches", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", + "name": "selector", + "typeName": "string", }, ], "returnType": { @@ -106436,7 +106327,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PopoverWrapper", + "name": "LiveRegionWrapper", }, { "methods": [ @@ -106459,14 +106350,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "name": "findAdditionalInfo", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -106568,6 +106451,32 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "description": "Returns a focusable element that controls keyboard interactions.", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findApplication", + }, + "name": "findApplication", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns an array of bar groups, which are used for mouse navigation if a chart contains bar series.", + "name": "findBarGroups", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -106587,6 +106496,17 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findChart", + }, + "name": "findChart", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -106619,35 +106539,33 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findPercentageText", + "inheritedFrom": { + "name": "CommonChartWrapper.findDefaultFilter", + }, + "name": "findDefaultFilter", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ChartFilterWrapper", }, }, { - "name": "findResultButton", + "inheritedFrom": { + "name": "CommonChartWrapper.findDetailPopover", + }, + "name": "findDetailPopover", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ChartPopoverWrapper", }, }, { - "description": "Returns the result text.", - "name": "findResultText", - "parameters": [ - { - "description": "[optional] Status of the result text. It can be aither "error" or "succes". -If not specified, the method returns the result text that is currently displayed, independently of the result status.", - "flags": { - "isOptional": true, - }, - "name": "status", - "typeName": "string", - }, - ], + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findFilterContainer", + }, + "name": "findFilterContainer", + "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", @@ -106655,72 +106573,59 @@ If not specified, the method returns the result text that is currently displayed }, { "inheritedFrom": { - "name": "AbstractWrapper.getElement", + "name": "BaseCartesianChartWrapper.findHighlightedSeries", }, - "name": "getElement", + "name": "findHighlightedSeries", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "ElementWrapper", }, }, { "inheritedFrom": { - "name": "AbstractWrapper.matches", + "name": "CommonChartWrapper.findLegend", }, - "name": "matches", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], + "name": "findLegend", + "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ChartLegendWrapper", }, }, { + "description": "Returns an array of chart series. Note that thresholds count as series as well.", "inheritedFrom": { - "name": "AbstractWrapper.toSelector", + "name": "BaseCartesianChartWrapper.findSeries", }, - "name": "toSelector", + "name": "findSeries", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, - ], - "name": "ProgressBarWrapper", - }, - { - "methods": [ { "inheritedFrom": { - "name": "AbstractWrapper.find", + "name": "CommonChartWrapper.findStatusContainer", }, - "name": "find", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], + "name": "findStatusContainer", + "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "description": "Finds the action button. Note that, despite its typings, this may return null.", - "name": "findActionButton", + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findXAxisTitle", + }, + "name": "findXAxisTitle", "parameters": [], "returnType": { "isNullable": false, @@ -106729,18 +106634,10 @@ If not specified, the method returns the result text that is currently displayed }, { "inheritedFrom": { - "name": "AbstractWrapper.findAll", + "name": "BaseCartesianChartWrapper.findXTicks", }, - "name": "findAll", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "selector", - "typeName": "string", - }, - ], + "name": "findXTicks", + "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", @@ -106753,18 +106650,21 @@ If not specified, the method returns the result text that is currently displayed }, { "inheritedFrom": { - "name": "AbstractWrapper.findAllByClassName", + "name": "BaseCartesianChartWrapper.findYAxisTitle", }, - "name": "findAllByClassName", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "className", - "typeName": "string", - }, - ], + "name": "findYAxisTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseCartesianChartWrapper.findYTicks", + }, + "name": "findYTicks", + "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", @@ -106776,15 +106676,128 @@ If not specified, the method returns the result text that is currently displayed }, }, { - "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. -If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", "inheritedFrom": { - "name": "AbstractWrapper.findAllComponents", + "name": "AbstractWrapper.getElement", }, - "name": "findAllComponents", - "parameters": [ - { - "flags": { + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "MixedLineBarChartWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { "isOptional": false, }, "name": "ComponentClass", @@ -106879,7 +106892,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findCustomPrimaryAction", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -106887,7 +106900,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNativeTextarea", + "name": "findDismissButton", "parameters": [], "returnType": { "isNullable": false, @@ -106895,8 +106908,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the secondary actions slot. Note that, despite its typings, this may return null.", - "name": "findSecondaryActions", + "name": "findFooter", "parameters": [], "returnType": { "isNullable": false, @@ -106904,7 +106916,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findSecondaryContent", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -106953,7 +106965,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PromptInputWrapper", + "name": "ModalWrapper", }, { "methods": [ @@ -107096,17 +107108,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "InputWrapper.findClearButton", - }, - "name": "findClearButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -107138,36 +107139,9 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "description": "Returns the element containing the \`filteringConstraintText\` slot.", - "name": "findConstraint", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns the element containing the \`customControl\` slot.", - "name": "findCustomControl", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns the element containing the \`customFilterActions\` slot.", - "name": "findCustomFilterActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { - "name": "AutosuggestWrapper.findDropdown", + "name": "DropdownHostComponentWrapper.findDropdown", }, "name": "findDropdown", "parameters": [ @@ -107185,14 +107159,11 @@ Note: This function returns the specified component's wrapper even if the specif ], "returnType": { "isNullable": false, - "name": "AutosuggestDropdownWrapper", + "name": "DropdownContentWrapper", }, }, { - "inheritedFrom": { - "name": "AutosuggestWrapper.findEnteredTextOption", - }, - "name": "findEnteredTextOption", + "name": "findErrorRecoveryButton", "parameters": [ { "defaultValue": "{ @@ -107212,10 +107183,8 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "AutosuggestWrapper.findErrorRecoveryButton", - }, - "name": "findErrorRecoveryButton", + "description": "Returns the input that is used for filtering.", + "name": "findFilteringInput", "parameters": [ { "defaultValue": "{ @@ -107231,14 +107200,11 @@ Note: This function returns the specified component's wrapper even if the specif ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "InputWrapper", }, }, { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", - }, - "name": "findNativeInput", + "name": "findInlineLabel", "parameters": [], "returnType": { "isNullable": false, @@ -107246,29 +107212,15 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns custom property form cancel button.", - "name": "findPropertyCancelButton", - "parameters": [ - { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", - }, - ], + "name": "findPlaceholder", + "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { - "description": "Returns custom property form submit button.", - "name": "findPropertySubmitButton", + "name": "findStatusIndicator", "parameters": [ { "defaultValue": "{ @@ -107282,49 +107234,27 @@ Note: This function returns the specified component's wrapper even if the specif "typeName": "{ expandToViewport: boolean; }", }, ], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "description": "Returns the button that removes all current tokens.", - "name": "findRemoveAllButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findResultsCount", - "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "inheritedFrom": { - "name": "AutosuggestWrapper.findStatusIndicator", - }, - "name": "findStatusIndicator", + "description": "Returns a token.", + "name": "findToken", "parameters": [ { - "defaultValue": "{ - expandToViewport: false - }", - "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "description": "1-based index of the token to return", "flags": { "isOptional": false, }, - "name": "options", - "typeName": "{ expandToViewport: boolean; }", + "name": "tokenIndex", + "typeName": "number", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "TokenWrapper", }, }, { @@ -107335,13 +107265,13 @@ Note: This function returns the specified component's wrapper even if the specif "name": "MultiElementWrapper", "typeArguments": [ { - "name": "FilteringTokenWrapper", + "name": "TokenWrapper", }, ], }, }, { - "description": "Returns the button that toggles if the tokens above \`tokenLimit\` are visible.", + "description": "Returns a token toggle button.", "name": "findTokenToggle", "parameters": [], "returnType": { @@ -107350,14 +107280,22 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "AbstractWrapper.getElement", - }, - "name": "getElement", + "name": "findTrigger", "parameters": [], "returnType": { "isNullable": false, - "name": "string", + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", }, }, { @@ -107391,7 +107329,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "PropertyFilterWrapper", + "name": "MultiselectWrapper", }, { "methods": [ @@ -107414,14 +107352,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "name": "findAlertSlot", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -107574,27 +107504,27 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findInContext", + "name": "findDismiss", "parameters": [], "returnType": { "isNullable": false, - "name": "S3InContextWrapper", + "name": "ElementWrapper", }, }, { - "name": "findModal", + "name": "findLabel", "parameters": [], "returnType": { "isNullable": false, - "name": "S3ModalWrapper", + "name": "ElementWrapper", }, }, { - "name": "findTable", + "name": "findOption", "parameters": [], "returnType": { "isNullable": false, - "name": "TableWrapper", + "name": "OptionWrapper", }, }, { @@ -107639,7 +107569,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "S3ResourceSelectorWrapper", + "name": "TokenWrapper", }, { "methods": [ @@ -107763,14 +107693,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findBrowseButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -107822,27 +107744,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findUriInput", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "InputWrapper", - }, - }, - { - "name": "findVersionsSelect", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "SelectWrapper", - }, - }, - { - "name": "findViewButton", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -107887,7 +107793,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "S3InContextWrapper", + "name": "NavigableGroupWrapper", }, { "methods": [ @@ -108011,6 +107917,15 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "description": "Returns a focusable element that controls keyboard interactions.", + "name": "findApplication", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -108030,6 +107945,14 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findChart", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -108063,20 +107986,28 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "ModalWrapper.findContent", + "name": "CommonChartWrapper.findDefaultFilter", }, - "name": "findContent", + "name": "findDefaultFilter", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ChartFilterWrapper", }, }, { "inheritedFrom": { - "name": "ModalWrapper.findDismissButton", + "name": "CommonChartWrapper.findDetailPopover", }, - "name": "findDismissButton", + "name": "findDetailPopover", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ChartPopoverWrapper", + }, + }, + { + "name": "findFilterContainer", "parameters": [], "returnType": { "isNullable": false, @@ -108084,10 +108015,23 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "ModalWrapper.findFooter", + "name": "findHighlightedSegment", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", }, - "name": "findFooter", + }, + { + "name": "findHighlightedSegmentLabel", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findInnerContent", "parameters": [], "returnType": { "isNullable": false, @@ -108096,21 +108040,50 @@ Note: This function returns the specified component's wrapper even if the specif }, { "inheritedFrom": { - "name": "ModalWrapper.findHeader", + "name": "CommonChartWrapper.findLegend", }, - "name": "findHeader", + "name": "findLegend", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ChartLegendWrapper", }, }, { - "name": "findSubmitButton", + "name": "findSegmentLabels", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "name": "findSegments", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "CommonChartWrapper.findStatusContainer", + }, + "name": "findStatusContainer", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", }, }, { @@ -108155,7 +108128,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "S3ModalWrapper", + "name": "PieChartWrapper", }, { "methods": [ @@ -108280,33 +108253,17 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns the column that is used for ascending sorting.", - "name": "findAscSortedColumn", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", }, - }, - { - "description": "Returns a table cell based on given row and column indices.", - "name": "findBodyCell", + "name": "findByClassName", "parameters": [ { - "description": "1-based index of the row of the cell to select.", - "flags": { - "isOptional": false, - }, - "name": "rowIndex", - "typeName": "number", - }, - { - "description": "1-based index of the column of the cell to select.", "flags": { "isOptional": false, }, - "name": "columnIndex", - "typeName": "number", + "name": "className", + "typeName": "string", }, ], "returnType": { @@ -108315,56 +108272,49 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", "inheritedFrom": { - "name": "AbstractWrapper.findByClassName", + "name": "AbstractWrapper.findComponent", }, - "name": "findByClassName", + "name": "findComponent", "parameters": [ { + "description": "CSS selector", "flags": { "isOptional": false, }, - "name": "className", + "name": "selector", "typeName": "string", }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findCollectionPreferences", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "CollectionPreferencesWrapper", - }, - }, - { - "name": "findColumnHeaders", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "Wrapper", }, }, { - "description": "Returns the element the user clicks when resizing a column.", - "name": "findColumnResizer", + "name": "findContent", "parameters": [ { - "description": "1-based index of the column containing the resizer.", + "defaultValue": "{ + renderWithPortal: false + }", + "description": "* renderWithPortal (boolean) - Flag to find the content when the popover is rendered with a portal", "flags": { "isOptional": false, }, - "name": "columnIndex", - "typeName": "number", + "name": "options", + "typeName": "{ renderWithPortal: boolean; }", }, ], "returnType": { @@ -108373,26 +108323,3369 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "name": "findColumnSortingArea", + "name": "findDismissButton", "parameters": [ { + "defaultValue": "{ + renderWithPortal: false + }", + "description": "* renderWithPortal (boolean) - Flag to find the dismiss button when the popover is rendered with a portal", "flags": { "isOptional": false, }, - "name": "colIndex", - "typeName": "number", + "name": "options", + "typeName": "{ renderWithPortal: boolean; }", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { - "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. - -Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", - "inheritedFrom": { + "name": "findHeader", + "parameters": [ + { + "defaultValue": "{ + renderWithPortal: false + }", + "description": "* renderWithPortal (boolean) - Flag to find the header when the popover is rendered with a portal", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ renderWithPortal: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTrigger", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "PopoverWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findAdditionalInfo", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findPercentageText", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findResultButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Returns the result text.", + "name": "findResultText", + "parameters": [ + { + "description": "[optional] Status of the result text. It can be aither "error" or "succes". +If not specified, the method returns the result text that is currently displayed, independently of the result status.", + "flags": { + "isOptional": true, + }, + "name": "status", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "ProgressBarWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the action button. Note that, despite its typings, this may return null.", + "name": "findActionButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findCustomPrimaryAction", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findNativeTextarea", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the secondary actions slot. Note that, despite its typings, this may return null.", + "name": "findSecondaryActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSecondaryContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "PromptInputWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "InputWrapper.findClearButton", + }, + "name": "findClearButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "description": "Returns the element containing the \`filteringConstraintText\` slot.", + "name": "findConstraint", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the element containing the \`customControl\` slot.", + "name": "findCustomControl", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the element containing the \`customFilterActions\` slot.", + "name": "findCustomFilterActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AutosuggestWrapper.findDropdown", + }, + "name": "findDropdown", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "AutosuggestDropdownWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AutosuggestWrapper.findEnteredTextOption", + }, + "name": "findEnteredTextOption", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AutosuggestWrapper.findErrorRecoveryButton", + }, + "name": "findErrorRecoveryButton", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", + }, + "name": "findNativeInput", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns custom property form cancel button.", + "name": "findPropertyCancelButton", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Returns custom property form submit button.", + "name": "findPropertySubmitButton", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Returns the button that removes all current tokens.", + "name": "findRemoveAllButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findResultsCount", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AutosuggestWrapper.findStatusIndicator", + }, + "name": "findStatusIndicator", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "description": "* expandToViewport (boolean) - Use this when the component under test is rendered with an \`expandToViewport\` flag.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTokens", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FilteringTokenWrapper", + }, + ], + }, + }, + { + "description": "Returns the button that toggles if the tokens above \`tokenLimit\` are visible.", + "name": "findTokenToggle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "PropertyFilterWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findEditButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns dropdown content of editing token if opened or \`null\` otherwise.", + "name": "findEditorDropdown", + "parameters": [ + { + "defaultValue": "{ + expandToViewport: false + }", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expandToViewport: boolean; }", + }, + ], + "returnType": { + "isNullable": true, + "name": "PropertyFilterEditorDropdownWrapper", + }, + }, + { + "name": "findGroupTokens", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FilteringGroupedTokenWrapper", + }, + ], + }, + }, + { + "name": "findLabel", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findRemoveButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTokenOperation", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "SelectWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "FilteringTokenWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findCancelButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findDismissButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findForm", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findOperatorField", + "parameters": [ + { + "defaultValue": "1", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "FormFieldWrapper", + }, + }, + { + "name": "findPropertyField", + "parameters": [ + { + "defaultValue": "1", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "FormFieldWrapper", + }, + }, + { + "name": "findSubmitButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findTokenAddActions", + "parameters": [], + "returnType": { + "isNullable": true, + "name": "ButtonDropdownWrapper", + }, + }, + { + "name": "findTokenRemoveActions", + "parameters": [ + { + "defaultValue": "1", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": true, + "name": "ButtonDropdownWrapper", + }, + }, + { + "name": "findValueField", + "parameters": [ + { + "defaultValue": "1", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "FormFieldWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "PropertyFilterEditorDropdownWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findLabel", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findRemoveButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTokenOperation", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "SelectWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "FilteringGroupedTokenWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findAlertSlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findInContext", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "S3InContextWrapper", + }, + }, + { + "name": "findModal", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "S3ModalWrapper", + }, + }, + { + "name": "findTable", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "TableWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "S3ResourceSelectorWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findBrowseButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findUriInput", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "InputWrapper", + }, + }, + { + "name": "findVersionsSelect", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "SelectWrapper", + }, + }, + { + "name": "findViewButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "S3InContextWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findContent", + }, + "name": "findContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findDismissButton", + }, + "name": "findDismissButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findFooter", + }, + "name": "findFooter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "ModalWrapper.findHeader", + }, + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSubmitButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "S3ModalWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the column that is used for ascending sorting.", + "name": "findAscSortedColumn", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a table cell based on given row and column indices.", + "name": "findBodyCell", + "parameters": [ + { + "description": "1-based index of the row of the cell to select.", + "flags": { + "isOptional": false, + }, + "name": "rowIndex", + "typeName": "number", + }, + { + "description": "1-based index of the column of the cell to select.", + "flags": { + "isOptional": false, + }, + "name": "columnIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findCollectionPreferences", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "CollectionPreferencesWrapper", + }, + }, + { + "name": "findColumnHeaders", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns the element the user clicks when resizing a column.", + "name": "findColumnResizer", + "parameters": [ + { + "description": "1-based index of the column containing the resizer.", + "flags": { + "isOptional": false, + }, + "name": "columnIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findColumnSortingArea", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "colIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "description": "Returns the column that is used for descending sorting.", + "name": "findDescSortedColumn", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the button that activates inline editing for a table cell based on given row and column indices.", + "name": "findEditCellButton", + "parameters": [ + { + "description": "1-based index of the row of the cell to select.", + "flags": { + "isOptional": false, + }, + "name": "rowIndex", + "typeName": "number", + }, + { + "description": "1-based index of the column of the cell to select.", + "flags": { + "isOptional": false, + }, + "name": "columnIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findEditingCell", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findEditingCellCancelButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findEditingCellSaveButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Alias for findEmptySlot method for compatibility with previous versions", + "name": "findEmptyRegion", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findEmptySlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns the expandable row toggle button.", + "name": "findExpandToggle", + "parameters": [ + { + "description": "1-based index of the row.", + "flags": { + "isOptional": false, + }, + "name": "rowIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFilterSlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findFooterSlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Alias for findHeaderSlot method for compatibility with previous versions", + "name": "findHeaderRegion", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findHeaderSlot", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns items loader of the specific item (matched by item's track ID).", + "name": "findItemsLoaderByItemId", + "parameters": [ + { + "description": "the (expandable) item ID provided with \`trackBy\` property. + +Note: when used with collection-hooks the \`trackBy\` is set automatically from \`expandableRows.getId\`.", + "flags": { + "isOptional": false, + }, + "name": "itemId", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findLoadingText", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findPagination", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "PaginationWrapper", + }, + }, + { + "name": "findPropertyFilter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "PropertyFilterWrapper", + }, + }, + { + "description": "Returns items loader of the root table level.", + "name": "findRootItemsLoader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findRows", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a row selection area for a given index.", + "name": "findRowSelectionArea", + "parameters": [ + { + "description": "1-based index of the row selection area to return.", + "flags": { + "isOptional": false, + }, + "name": "rowIndex", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSelectAllTrigger", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSelectedRows", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "name": "findTextFilter", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "TextFilterWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "string", + }, + }, + ], + "name": "TableWrapper", + }, + { + "methods": [ + { + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findActiveLink", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], + }, + }, + { + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { "name": "AbstractWrapper.findComponent", }, "name": "findComponent", @@ -108420,8 +111713,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the column that is used for descending sorting.", - "name": "findDescSortedColumn", + "name": "findHeader", "parameters": [], "returnType": { "isNullable": false, @@ -108429,33 +111721,31 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns the button that activates inline editing for a table cell based on given row and column indices.", - "name": "findEditCellButton", + "name": "findHeaderLink", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findItemByIndex", "parameters": [ { - "description": "1-based index of the row of the cell to select.", - "flags": { - "isOptional": false, - }, - "name": "rowIndex", - "typeName": "number", - }, - { - "description": "1-based index of the column of the cell to select.", "flags": { "isOptional": false, }, - "name": "columnIndex", + "name": "index", "typeName": "number", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "SideNavigationItemWrapper", }, }, { - "name": "findEditingCell", + "name": "findItemsControl", "parameters": [], "returnType": { "isNullable": false, @@ -108463,49 +111753,79 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findEditingCellCancelButton", - "parameters": [], + "name": "findLinkByHref", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "href", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findEditingCellSaveButton", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, { - "description": "Alias for findEmptySlot method for compatibility with previous versions", - "name": "findEmptyRegion", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findEmptySlot", + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, + ], + "name": "SideNavigationWrapper", + }, + { + "methods": [ { - "description": "Returns the expandable row toggle button.", - "name": "findExpandToggle", + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", "parameters": [ { - "description": "1-based index of the row.", "flags": { "isOptional": false, }, - "name": "rowIndex", - "typeName": "number", + "name": "selector", + "typeName": "string", }, ], "returnType": { @@ -108514,50 +111834,117 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findFilterSlot", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findFooterSlot", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "description": "Alias for findHeaderSlot method for compatibility with previous versions", - "name": "findHeaderRegion", - "parameters": [], + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], }, }, { - "name": "findHeaderSlot", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "description": "Returns items loader of the specific item (matched by item's track ID).", - "name": "findItemsLoaderByItemId", + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", "parameters": [ { - "description": "the (expandable) item ID provided with \`trackBy\` property. - -Note: when used with collection-hooks the \`trackBy\` is set automatically from \`expandableRows.getId\`.", "flags": { "isOptional": false, }, - "name": "itemId", + "name": "className", "typeName": "string", }, ], @@ -108567,7 +111954,38 @@ Note: when used with collection-hooks the \`trackBy\` is set automatically from }, }, { - "name": "findLoadingText", + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "name": "findDivider", "parameters": [], "returnType": { "isNullable": false, @@ -108575,63 +111993,68 @@ Note: when used with collection-hooks the \`trackBy\` is set automatically from }, }, { - "name": "findPagination", + "name": "findExpandableLinkGroup", "parameters": [], "returnType": { "isNullable": false, - "name": "PaginationWrapper", + "name": "ExpandableSectionWrapper", }, }, { - "name": "findPropertyFilter", + "name": "findInfo", "parameters": [], "returnType": { "isNullable": false, - "name": "PropertyFilterWrapper", + "name": "ElementWrapper", }, }, { - "description": "Returns items loader of the root table level.", - "name": "findRootItemsLoader", - "parameters": [], + "name": "findItemByIndex", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "SideNavigationItemWrapper", }, }, { - "name": "findRows", + "name": "findItems", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "ElementWrapper", + "name": "SideNavigationItemWrapper", }, ], }, }, { - "description": "Returns a row selection area for a given index.", - "name": "findRowSelectionArea", - "parameters": [ - { - "description": "1-based index of the row selection area to return.", - "flags": { - "isOptional": false, - }, - "name": "rowIndex", - "typeName": "number", - }, - ], + "name": "findLink", + "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findSelectAllTrigger", + "name": "findSection", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ExpandableSectionWrapper", + }, + }, + { + "name": "findSectionGroup", "parameters": [], "returnType": { "isNullable": false, @@ -108639,24 +112062,19 @@ Note: when used with collection-hooks the \`trackBy\` is set automatically from }, }, { - "name": "findSelectedRows", + "name": "findSectionGroupTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findTextFilter", + "name": "findSectionTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "TextFilterWrapper", + "name": "ElementWrapper", }, }, { @@ -108701,7 +112119,7 @@ Note: when used with collection-hooks the \`trackBy\` is set automatically from }, }, ], - "name": "TableWrapper", + "name": "SideNavigationItemWrapper", }, { "methods": [ @@ -108724,14 +112142,6 @@ Note: when used with collection-hooks the \`trackBy\` is set automatically from "name": "ElementWrapper", }, }, - { - "name": "findActiveLink", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -108884,61 +112294,13 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findHeader", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findHeaderLink", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findItemByIndex", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "SideNavigationItemWrapper", - }, - }, - { - "name": "findItemsControl", + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, - { - "name": "findLinkByHref", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "href", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -108981,7 +112343,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SideNavigationWrapper", + "name": "SliderWrapper", }, { "methods": [ @@ -109156,96 +112518,219 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDivider", + "inheritedFrom": { + "name": "AbstractWrapper.getElement", + }, + "name": "getElement", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, { - "name": "findExpandableLinkGroup", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.matches", + }, + "name": "matches", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ExpandableSectionWrapper", + "name": "ElementWrapper", }, }, { - "name": "findInfo", + "inheritedFrom": { + "name": "AbstractWrapper.toSelector", + }, + "name": "toSelector", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "string", }, }, + ], + "name": "SpaceBetweenWrapper", + }, + { + "methods": [ { - "name": "findItemByIndex", + "inheritedFrom": { + "name": "AbstractWrapper.find", + }, + "name": "find", "parameters": [ { "flags": { "isOptional": false, }, - "name": "index", - "typeName": "number", + "name": "selector", + "typeName": "string", }, ], "returnType": { "isNullable": false, - "name": "SideNavigationItemWrapper", + "name": "ElementWrapper", }, }, { - "name": "findItems", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAll", + }, + "name": "findAll", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "SideNavigationItemWrapper", + "name": "ElementWrapper", }, ], }, }, { - "name": "findLink", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAllByClassName", + }, + "name": "findAllByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findSection", - "parameters": [], + "description": "Returns a multi-element wrapper that matches the specified component type with the specified CSS selector. +If no CSS selector is specified, returns a multi-element wrapper that matches the specified component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findAllComponents", + }, + "name": "findAllComponents", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "ComponentWrapperClass", + }, + { + "description": "CSS Selector", + "flags": { + "isOptional": true, + }, + "name": "selector", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, - "name": "ExpandableSectionWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "Wrapper", + }, + ], }, }, { - "name": "findSectionGroup", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findAny", + }, + "name": "findAny", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "selectors", + "typeName": "Array", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findSectionGroupTitle", - "parameters": [], + "inheritedFrom": { + "name": "AbstractWrapper.findByClassName", + }, + "name": "findByClassName", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "className", + "typeName": "string", + }, + ], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, { - "name": "findSectionTitle", - "parameters": [], + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. + +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", + "inheritedFrom": { + "name": "AbstractWrapper.findComponent", + }, + "name": "findComponent", + "parameters": [ + { + "description": "CSS selector", + "flags": { + "isOptional": false, + }, + "name": "selector", + "typeName": "string", + }, + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, + }, + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "Wrapper", }, }, { @@ -109290,7 +112775,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SideNavigationItemWrapper", + "name": "SpinnerWrapper", }, { "methods": [ @@ -109464,14 +112949,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "name": "findNativeInput", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -109514,7 +112991,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SliderWrapper", + "name": "StatusIndicatorWrapper", }, { "methods": [ @@ -109688,6 +113165,20 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "description": "Finds all step items", + "name": "findItems", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "StepWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -109730,7 +113221,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SpaceBetweenWrapper", + "name": "StepsWrapper", }, { "methods": [ @@ -109904,6 +113395,24 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "description": "Finds the details of a step", + "name": "findDetails", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the header of a step", + "name": "findHeader", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -109946,7 +113455,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "SpinnerWrapper", + "name": "StepWrapper", }, { "methods": [ @@ -109969,6 +113478,77 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "description": "Finds the tab action by using the tab id", + "name": "findActionByTabId", + "parameters": [ + { + "description": "ID of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the tab action by using the tab index", + "name": "findActionByTabIndex", + "parameters": [ + { + "description": "1-based index of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the currently active tab and returns the clickable element from its tab label.", + "name": "findActiveTab", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the tab action for the active tab", + "name": "findActiveTabAction", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the dismissible button for the active tab", + "name": "findActiveTabDismissibleButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -110111,13 +113691,135 @@ Note: This function returns the specified component's wrapper even if the specif "flags": { "isOptional": false, }, - "name": "ComponentClass", - "typeName": "WrapperClass", + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], + "returnType": { + "isNullable": false, + "name": "Wrapper", + }, + }, + { + "description": "Finds the dismissible button by using the tab id", + "name": "findDismissibleButtonByTabId", + "parameters": [ + { + "description": "ID of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Finds the dismissible button by using the tab index.", + "name": "findDismissibleButtonByTabIndex", + "parameters": [ + { + "description": "1-based index of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "description": "Finds the currently focused tab, which might not be active if disabled with a reason.", + "name": "findFocusedTab", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the currently displayed tab content and returns it.", + "name": "findTabContent", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the tab header container at the given position (1-based) and returns the element.", + "name": "findTabHeaderContentByIndex", + "parameters": [ + { + "description": "1-based index of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the tab with the given ID and returns the clickable element from its tab label.", + "name": "findTabLinkById", + "parameters": [ + { + "description": "ID of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "TabWrapper", + }, + }, + { + "description": "Finds the tab at the given position (1-based) and returns the clickable element from its tab label.", + "name": "findTabLinkByIndex", + "parameters": [ + { + "description": "1-based index of the clickable element to return", + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", }, ], "returnType": { "isNullable": false, - "name": "Wrapper", + "name": "TabWrapper", + }, + }, + { + "description": "Finds all tab headers and returns the clickable elements from their labels.", + "name": "findTabLinks", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { @@ -110162,7 +113864,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "StatusIndicatorWrapper", + "name": "TabsWrapper", }, { "methods": [ @@ -110337,17 +114039,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds all step items", - "name": "findItems", + "name": "findDisabledReason", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "StepWrapper", - }, - ], + "name": "ElementWrapper", }, }, { @@ -110392,7 +114088,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "StepsWrapper", + "name": "TabWrapper", }, { "methods": [ @@ -110416,76 +114112,27 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the tab action by using the tab id", - "name": "findActionByTabId", - "parameters": [ - { - "description": "ID of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Finds the tab action by using the tab index", - "name": "findActionByTabIndex", - "parameters": [ - { - "description": "1-based index of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "AttributeEditorWrapper.findAddButton", }, - }, - { - "name": "findActions", + "name": "findAddButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { - "description": "Finds the currently active tab and returns the clickable element from its tab label.", - "name": "findActiveTab", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "inheritedFrom": { + "name": "AttributeEditorWrapper.findAdditionalInfo", }, - }, - { - "description": "Finds the tab action for the active tab", - "name": "findActiveTabAction", + "name": "findAdditionalInfo", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, - { - "description": "Finds the dismissible button for the active tab", - "name": "findActiveTabDismissibleButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -110638,44 +114285,10 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the dismissible button by using the tab id", - "name": "findDismissibleButtonByTabId", - "parameters": [ - { - "description": "ID of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "description": "Finds the dismissible button by using the tab index.", - "name": "findDismissibleButtonByTabIndex", - "parameters": [ - { - "description": "1-based index of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", + "inheritedFrom": { + "name": "AttributeEditorWrapper.findEmptySlot", }, - }, - { - "description": "Finds the currently focused tab, which might not be active if disabled with a reason.", - "name": "findFocusedTab", + "name": "findEmptySlot", "parameters": [], "returnType": { "isNullable": false, @@ -110683,8 +114296,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the currently displayed tab content and returns it.", - "name": "findTabContent", + "name": "findLoadingText", "parameters": [], "returnType": { "isNullable": false, @@ -110692,69 +114304,35 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the tab header container at the given position (1-based) and returns the element.", - "name": "findTabHeaderContentByIndex", - "parameters": [ - { - "description": "1-based index of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Finds the tab with the given ID and returns the clickable element from its tab label.", - "name": "findTabLinkById", - "parameters": [ - { - "description": "ID of the clickable element to return", - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "TabWrapper", - }, - }, - { - "description": "Finds the tab at the given position (1-based) and returns the clickable element from its tab label.", - "name": "findTabLinkByIndex", + "description": "Returns a row for a given index.", + "name": "findRow", "parameters": [ { - "description": "1-based index of the clickable element to return", + "description": "1-based row index", "flags": { "isOptional": false, }, - "name": "index", + "name": "row", "typeName": "number", }, ], "returnType": { "isNullable": false, - "name": "TabWrapper", + "name": "TagEditorRowWrapper", }, }, { - "description": "Finds all tab headers and returns the clickable elements from their labels.", - "name": "findTabLinks", + "description": "Returns all rows. + +To find a specific row use the \`findRow(n)\` function as chaining \`findRows().get(n)\` can return unexpected results.", + "name": "findRows", "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "ElementWrapper", + "name": "TagEditorRowWrapper", }, ], }, @@ -110801,7 +114379,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TabsWrapper", + "name": "TagEditorWrapper", }, { "methods": [ @@ -110972,15 +114550,75 @@ Note: This function returns the specified component's wrapper even if the specif ], "returnType": { "isNullable": false, - "name": "Wrapper", + "name": "Wrapper", + }, + }, + { + "inheritedFrom": { + "name": "AttributeEditorRowWrapper.findCustomAction", + }, + "name": "findCustomAction", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Returns a field for a given index", + "inheritedFrom": { + "name": "AttributeEditorRowWrapper.findField", + }, + "name": "findField", + "parameters": [ + { + "description": "1-based column index", + "flags": { + "isOptional": false, + }, + "name": "column", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "FormFieldWrapper", + }, + }, + { + "description": "Returns all fields. Fields are supplied in the \`definition\` property of the component.", + "inheritedFrom": { + "name": "AttributeEditorRowWrapper.findFields", + }, + "name": "findFields", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "FormFieldWrapper", + }, + ], + }, + }, + { + "inheritedFrom": { + "name": "AttributeEditorRowWrapper.findRemoveButton", + }, + "name": "findRemoveButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", }, }, { - "name": "findDisabledReason", + "name": "findUndoButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "LinkWrapper", }, }, { @@ -111025,7 +114663,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TabWrapper", + "name": "TagEditorRowWrapper", }, { "methods": [ @@ -111048,28 +114686,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "inheritedFrom": { - "name": "AttributeEditorWrapper.findAddButton", - }, - "name": "findAddButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "inheritedFrom": { - "name": "AttributeEditorWrapper.findAdditionalInfo", - }, - "name": "findAdditionalInfo", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -111221,59 +114837,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, - { - "inheritedFrom": { - "name": "AttributeEditorWrapper.findEmptySlot", - }, - "name": "findEmptySlot", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findLoadingText", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Returns a row for a given index.", - "name": "findRow", - "parameters": [ - { - "description": "1-based row index", - "flags": { - "isOptional": false, - }, - "name": "row", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "TagEditorRowWrapper", - }, - }, - { - "description": "Returns all rows. - -To find a specific row use the \`findRow(n)\` function as chaining \`findRows().get(n)\` can return unexpected results.", - "name": "findRows", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TagEditorRowWrapper", - }, - ], - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -111316,7 +114879,7 @@ To find a specific row use the \`findRow(n)\` function as chaining \`findRows(). }, }, ], - "name": "TagEditorWrapper", + "name": "TextContentWrapper", }, { "methods": [ @@ -111491,73 +115054,13 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "AttributeEditorRowWrapper.findCustomAction", - }, - "name": "findCustomAction", + "name": "findNativeTextarea", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, - { - "description": "Returns a field for a given index", - "inheritedFrom": { - "name": "AttributeEditorRowWrapper.findField", - }, - "name": "findField", - "parameters": [ - { - "description": "1-based column index", - "flags": { - "isOptional": false, - }, - "name": "column", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "FormFieldWrapper", - }, - }, - { - "description": "Returns all fields. Fields are supplied in the \`definition\` property of the component.", - "inheritedFrom": { - "name": "AttributeEditorRowWrapper.findFields", - }, - "name": "findFields", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "FormFieldWrapper", - }, - ], - }, - }, - { - "inheritedFrom": { - "name": "AttributeEditorRowWrapper.findRemoveButton", - }, - "name": "findRemoveButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findUndoButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "LinkWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -111600,7 +115103,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TagEditorRowWrapper", + "name": "TextareaWrapper", }, { "methods": [ @@ -111774,6 +115277,51 @@ Note: This function returns the specified component's wrapper even if the specif "name": "Wrapper", }, }, + { + "name": "findInputByValue", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "value", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findItemByValue", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "value", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "TileWrapper", + }, + }, + { + "name": "findItems", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TileWrapper", + }, + ], + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -111816,7 +115364,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TextContentWrapper", + "name": "TilesWrapper", }, { "methods": [ @@ -111991,7 +115539,31 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findNativeTextarea", + "name": "findDescription", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findImage", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findLabel", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, @@ -112040,7 +115612,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TextareaWrapper", + "name": "TileWrapper", }, { "methods": [ @@ -112205,58 +115777,24 @@ Note: This function returns the specified component's wrapper even if the specif "flags": { "isOptional": false, }, - "name": "ComponentClass", - "typeName": "WrapperClass", - }, - ], - "returnType": { - "isNullable": false, - "name": "Wrapper", - }, - }, - { - "name": "findInputByValue", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "value", - "typeName": "string", - }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findItemByValue", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "value", - "typeName": "string", + "name": "ComponentClass", + "typeName": "WrapperClass", }, ], "returnType": { "isNullable": false, - "name": "TileWrapper", + "name": "Wrapper", }, }, { - "name": "findItems", + "inheritedFrom": { + "name": "BaseInputWrapper.findNativeInput", + }, + "name": "findNativeInput", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TileWrapper", - }, - ], + "name": "ElementWrapper", }, }, { @@ -112301,7 +115839,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TilesWrapper", + "name": "TimeInputWrapper", }, { "methods": [ @@ -112476,31 +116014,39 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDescription", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findImage", - "parameters": [], + "description": "Returns a token from the group for a given index.", + "name": "findToken", + "parameters": [ + { + "description": "1-based index of the token to return.", + "flags": { + "isOptional": false, + }, + "name": "tokenIndex", + "typeName": "number", + }, + ], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "TokenWrapper", }, }, { - "name": "findLabel", + "name": "findTokens", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TokenWrapper", + }, + ], }, }, { - "name": "findNativeInput", + "description": "Returns the token toggle button.", + "name": "findTokenToggle", "parameters": [], "returnType": { "isNullable": false, @@ -112549,7 +116095,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TileWrapper", + "name": "TokenGroupWrapper", }, { "methods": [ @@ -112724,16 +116270,90 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "inheritedFrom": { - "name": "BaseInputWrapper.findNativeInput", + "name": "findIdentityLink", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", }, - "name": "findNativeInput", + }, + { + "name": "findLogo", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findOverflowMenu", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "OverflowMenu", + }, + }, + { + "name": "findOverflowMenuButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findSearch", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findSearchButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findTitle", "parameters": [], "returnType": { "isNullable": false, "name": "ElementWrapper", }, }, + { + "name": "findUtilities", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TopNavigationUtilityWrapper", + }, + ], + }, + }, + { + "name": "findUtility", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "index", + "typeName": "number", + }, + ], + "returnType": { + "isNullable": false, + "name": "TopNavigationUtilityWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.getElement", @@ -112776,7 +116396,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TimeInputWrapper", + "name": "TopNavigationWrapper", }, { "methods": [ @@ -112900,6 +116520,14 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findButtonLinkType", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "LinkWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -112951,43 +116579,19 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Returns a token from the group for a given index.", - "name": "findToken", - "parameters": [ - { - "description": "1-based index of the token to return.", - "flags": { - "isOptional": false, - }, - "name": "tokenIndex", - "typeName": "number", - }, - ], - "returnType": { - "isNullable": false, - "name": "TokenWrapper", - }, - }, - { - "name": "findTokens", + "name": "findMenuDropdownType", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TokenWrapper", - }, - ], + "name": "TopNavigationMenuDropdownWrapper", }, }, { - "description": "Returns the token toggle button.", - "name": "findTokenToggle", + "name": "findPrimaryButtonType", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { @@ -113032,7 +116636,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TokenGroupWrapper", + "name": "TopNavigationUtilityWrapper", }, { "methods": [ @@ -113207,7 +116811,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findIdentityLink", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -113215,7 +116819,11 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findLogo", + "description": "Finds the disabled reason tooltip for a dropdown item. Returns null if no disabled item with \`disabledReason\` is highlighted.", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findDisabledReason", + }, + "name": "findDisabledReason", "parameters": [], "returnType": { "isNullable": false, @@ -113223,15 +116831,87 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findOverflowMenu", + "description": "Finds an expandable category in the open dropdown by category id. Returns null if there is no open dropdown. + +This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findExpandableCategoryById", + }, + "name": "findExpandableCategoryById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds the highlighted item in the open dropdown. Returns null if there is no open dropdown. + +This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findHighlightedItem", + }, + "name": "findHighlightedItem", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds an item in the open dropdown by item id. Returns null if there is no open dropdown. + +This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findItemById", + }, + "name": "findItemById", + "parameters": [ + { + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + ], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "description": "Finds all the items in the open dropdown. Returns empty array if there is no open dropdown. + +This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findItems", + }, + "name": "findItems", "parameters": [], "returnType": { "isNullable": false, - "name": "OverflowMenu", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findOverflowMenuButton", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findMainAction", + }, + "name": "findMainAction", "parameters": [], "returnType": { "isNullable": false, @@ -113239,7 +116919,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findSearch", + "name": "findNativeButton", "parameters": [], "returnType": { "isNullable": false, @@ -113247,7 +116927,10 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findSearchButton", + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findOpenDropdown", + }, + "name": "findOpenDropdown", "parameters": [], "returnType": { "isNullable": false, @@ -113263,32 +116946,14 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findUtilities", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TopNavigationUtilityWrapper", - }, - ], + "inheritedFrom": { + "name": "ButtonDropdownWrapper.findTriggerButton", }, - }, - { - "name": "findUtility", - "parameters": [ - { - "flags": { - "isOptional": false, - }, - "name": "index", - "typeName": "number", - }, - ], + "name": "findTriggerButton", + "parameters": [], "returnType": { "isNullable": false, - "name": "TopNavigationUtilityWrapper", + "name": "ButtonWrapper", }, }, { @@ -113333,7 +116998,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TopNavigationWrapper", + "name": "TopNavigationMenuDropdownWrapper", }, { "methods": [ @@ -113457,14 +117122,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findButtonLinkType", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "LinkWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findByClassName", @@ -113516,19 +117173,54 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findMenuDropdownType", - "parameters": [], + "description": "Finds a visible tree view item by its ID.", + "name": "findItemById", + "parameters": [ + { + "description": "of the item to find", + "flags": { + "isOptional": false, + }, + "name": "id", + "typeName": "string", + }, + { + "defaultValue": "{}", + "description": "* expanded (optiona, boolean) - Use it to find the visible expanded or collapsed item.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expanded?: boolean | undefined; }", + }, + ], "returnType": { - "isNullable": false, - "name": "TopNavigationMenuDropdownWrapper", + "isNullable": true, + "name": "TreeViewItemWrapper", }, }, { - "name": "findPrimaryButtonType", - "parameters": [], + "description": "Finds all visible tree view items.", + "name": "findItems", + "parameters": [ + { + "defaultValue": "{}", + "description": "* expanded (optional, boolean) - Use it to find all visible expanded or collapsed items.", + "flags": { + "isOptional": false, + }, + "name": "options", + "typeName": "{ expanded?: boolean | undefined; }", + }, + ], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TreeViewItemWrapper", + }, + ], }, }, { @@ -113573,7 +117265,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TopNavigationUtilityWrapper", + "name": "TreeViewWrapper", }, { "methods": [ @@ -113596,6 +117288,15 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, + { + "description": "Finds the actions slot of the tree view item.", + "name": "findActions", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -113717,146 +117418,90 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. - -Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", - "inheritedFrom": { - "name": "AbstractWrapper.findComponent", - }, - "name": "findComponent", + "description": "Finds a visible child item by its ID.", + "name": "findChildItemById", "parameters": [ { - "description": "CSS selector", + "description": "of the item to find", "flags": { "isOptional": false, }, - "name": "selector", + "name": "id", "typeName": "string", }, { - "description": "Component's wrapper class", + "defaultValue": "{}", + "description": "* expanded (optional, boolean) - Use it to find the visible expanded or collapsed child item.", "flags": { "isOptional": false, }, - "name": "ComponentClass", - "typeName": "WrapperClass", + "name": "options", + "typeName": "{ expanded?: boolean | undefined; }", }, ], "returnType": { - "isNullable": false, - "name": "Wrapper", - }, - }, - { - "name": "findDescription", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Finds the disabled reason tooltip for a dropdown item. Returns null if no disabled item with \`disabledReason\` is highlighted.", - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findDisabledReason", - }, - "name": "findDisabledReason", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "isNullable": true, + "name": "TreeViewItemWrapper", }, }, { - "description": "Finds an expandable category in the open dropdown by category id. Returns null if there is no open dropdown. - -This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findExpandableCategoryById", - }, - "name": "findExpandableCategoryById", + "description": "Finds all visible child items of the tree view item.", + "name": "findChildItems", "parameters": [ { + "defaultValue": "{}", + "description": "* expanded (optional, boolean) - Use it to find all visible expanded or collapsed child items.", "flags": { "isOptional": false, }, - "name": "id", - "typeName": "string", + "name": "options", + "typeName": "{ expanded?: boolean | undefined; }", }, ], "returnType": { "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Finds the highlighted item in the open dropdown. Returns null if there is no open dropdown. - -This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findHighlightedItem", - }, - "name": "findHighlightedItem", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TreeViewItemWrapper", + }, + ], }, }, { - "description": "Finds an item in the open dropdown by item id. Returns null if there is no open dropdown. + "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. -This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", +Note: This function returns the specified component's wrapper even if the specified selector points to a different component type.", "inheritedFrom": { - "name": "ButtonDropdownWrapper.findItemById", + "name": "AbstractWrapper.findComponent", }, - "name": "findItemById", + "name": "findComponent", "parameters": [ { + "description": "CSS selector", "flags": { "isOptional": false, }, - "name": "id", + "name": "selector", "typeName": "string", }, - ], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "description": "Finds all the items in the open dropdown. Returns empty array if there is no open dropdown. - -This utility does not open the dropdown. To find dropdown items, call \`openDropdown()\` first.", - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findItems", - }, - "name": "findItems", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "ElementWrapper", + { + "description": "Component's wrapper class", + "flags": { + "isOptional": false, }, - ], - }, - }, - { - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findMainAction", - }, - "name": "findMainAction", - "parameters": [], + "name": "ComponentClass", + "typeName": "WrapperClass", + }, + ], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "Wrapper", }, }, { - "name": "findNativeButton", + "description": "Finds the content slot of the tree view item.", + "name": "findContent", "parameters": [], "returnType": { "isNullable": false, @@ -113864,10 +117509,8 @@ This utility does not open the dropdown. To find dropdown items, call \`openDrop }, }, { - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findOpenDropdown", - }, - "name": "findOpenDropdown", + "description": "Finds the icon slot of the tree view item.", + "name": "findIcon", "parameters": [], "returnType": { "isNullable": false, @@ -113875,7 +117518,8 @@ This utility does not open the dropdown. To find dropdown items, call \`openDrop }, }, { - "name": "findTitle", + "description": "Finds the expand toggle of the tree view item.", + "name": "findItemToggle", "parameters": [], "returnType": { "isNullable": false, @@ -113883,14 +117527,12 @@ This utility does not open the dropdown. To find dropdown items, call \`openDrop }, }, { - "inheritedFrom": { - "name": "ButtonDropdownWrapper.findTriggerButton", - }, - "name": "findTriggerButton", + "description": "Finds the secondary content slot of the tree view item.", + "name": "findSecondaryContent", "parameters": [], "returnType": { "isNullable": false, - "name": "ButtonWrapper", + "name": "ElementWrapper", }, }, { @@ -113935,7 +117577,7 @@ This utility does not open the dropdown. To find dropdown items, call \`openDrop }, }, ], - "name": "TopNavigationMenuDropdownWrapper", + "name": "TreeViewItemWrapper", }, { "methods": [ @@ -114078,6 +117720,22 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, + { + "name": "findCompletionScreenDescription", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, + { + "name": "findCompletionScreenTitle", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ElementWrapper", + }, + }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -114110,52 +117768,51 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds a visible tree view item by its ID.", - "name": "findItemById", - "parameters": [ - { - "description": "of the item to find", - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - { - "defaultValue": "{}", - "description": "* expanded (optiona, boolean) - Use it to find the visible expanded or collapsed item.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expanded?: boolean | undefined; }", - }, - ], + "name": "findDismissButton", + "parameters": [], "returnType": { - "isNullable": true, - "name": "TreeViewItemWrapper", + "isNullable": false, + "name": "ButtonWrapper", }, }, { - "description": "Finds all visible tree view items.", - "name": "findItems", - "parameters": [ - { - "defaultValue": "{}", - "description": "* expanded (optional, boolean) - Use it to find all visible expanded or collapsed items.", - "flags": { - "isOptional": false, + "name": "findDownloadLink", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "LinkWrapper", + }, + }, + { + "name": "findFeedbackLink", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "LinkWrapper", + }, + }, + { + "name": "findTaskList", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "TutorialTaskWrapper", }, - "name": "options", - "typeName": "{ expanded?: boolean | undefined; }", - }, - ], + ], + }, + }, + { + "name": "findTutorials", + "parameters": [], "returnType": { "isNullable": false, "name": "MultiElementWrapper", "typeArguments": [ { - "name": "TreeViewItemWrapper", + "name": "TutorialItemWrapper", }, ], }, @@ -114202,7 +117859,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TreeViewWrapper", + "name": "TutorialPanelWrapper", }, { "methods": [ @@ -114225,15 +117882,6 @@ Note: This function returns the specified component's wrapper even if the specif "name": "ElementWrapper", }, }, - { - "description": "Finds the actions slot of the tree view item.", - "name": "findActions", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "inheritedFrom": { "name": "AbstractWrapper.findAll", @@ -114355,54 +118003,19 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th }, }, { - "description": "Finds a visible child item by its ID.", - "name": "findChildItemById", - "parameters": [ - { - "description": "of the item to find", - "flags": { - "isOptional": false, - }, - "name": "id", - "typeName": "string", - }, - { - "defaultValue": "{}", - "description": "* expanded (optional, boolean) - Use it to find the visible expanded or collapsed child item.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expanded?: boolean | undefined; }", - }, - ], + "name": "findCollapseButton", + "parameters": [], "returnType": { - "isNullable": true, - "name": "TreeViewItemWrapper", + "isNullable": false, + "name": "ButtonWrapper", }, }, { - "description": "Finds all visible child items of the tree view item.", - "name": "findChildItems", - "parameters": [ - { - "defaultValue": "{}", - "description": "* expanded (optional, boolean) - Use it to find all visible expanded or collapsed child items.", - "flags": { - "isOptional": false, - }, - "name": "options", - "typeName": "{ expanded?: boolean | undefined; }", - }, - ], + "name": "findCompleted", + "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TreeViewItemWrapper", - }, - ], + "name": "ElementWrapper", }, }, { @@ -114437,8 +118050,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the content slot of the tree view item.", - "name": "findContent", + "name": "findDescription", "parameters": [], "returnType": { "isNullable": false, @@ -114446,26 +118058,39 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "description": "Finds the icon slot of the tree view item.", - "name": "findIcon", + "name": "findExpandButton", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "ButtonWrapper", }, }, { - "description": "Finds the expand toggle of the tree view item.", - "name": "findItemToggle", + "name": "findLearnMoreLink", "parameters": [], "returnType": { "isNullable": false, - "name": "ElementWrapper", + "name": "LinkWrapper", }, }, { - "description": "Finds the secondary content slot of the tree view item.", - "name": "findSecondaryContent", + "name": "findPrerequisitesAlert", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "AlertWrapper", + }, + }, + { + "name": "findStartButton", + "parameters": [], + "returnType": { + "isNullable": false, + "name": "ButtonWrapper", + }, + }, + { + "name": "findTitle", "parameters": [], "returnType": { "isNullable": false, @@ -114514,7 +118139,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TreeViewItemWrapper", + "name": "TutorialItemWrapper", }, { "methods": [ @@ -114657,22 +118282,6 @@ If no CSS selector is specified, returns a multi-element wrapper that matches th "name": "ElementWrapper", }, }, - { - "name": "findCompletionScreenDescription", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, - { - "name": "findCompletionScreenTitle", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ElementWrapper", - }, - }, { "description": "Returns a wrapper that matches the specified component type with the specified CSS selector. @@ -114705,53 +118314,32 @@ Note: This function returns the specified component's wrapper even if the specif }, }, { - "name": "findDismissButton", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "ButtonWrapper", - }, - }, - { - "name": "findDownloadLink", - "parameters": [], - "returnType": { - "isNullable": false, - "name": "LinkWrapper", - }, - }, - { - "name": "findFeedbackLink", + "name": "findSteps", "parameters": [], "returnType": { "isNullable": false, - "name": "LinkWrapper", + "name": "MultiElementWrapper", + "typeArguments": [ + { + "name": "ElementWrapper", + }, + ], }, }, { - "name": "findTaskList", + "name": "findStepsTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TutorialTaskWrapper", - }, - ], + "name": "ElementWrapper", }, }, { - "name": "findTutorials", + "name": "findTitle", "parameters": [], "returnType": { "isNullable": false, - "name": "MultiElementWrapper", - "typeArguments": [ - { - "name": "TutorialItemWrapper", - }, - ], + "name": "ElementWrapper", }, }, { @@ -114796,7 +118384,7 @@ Note: This function returns the specified component's wrapper even if the specif }, }, ], - "name": "TutorialPanelWrapper", + "name": "TutorialTaskWrapper", }, { "methods": [