@gravitee/ui-particles-angular 16.0.0 → 16.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1544,7 +1544,7 @@ declare class GioFormSelectionInlineHarness extends ComponentHarness {
|
|
|
1544
1544
|
*/
|
|
1545
1545
|
static with(options?: GioFormSelectionInlineHarnessFilters): HarnessPredicate<GioFormSelectionInlineHarness>;
|
|
1546
1546
|
protected getCards: () => Promise<GioFormSelectionInlineCardHarness[]>;
|
|
1547
|
-
protected getCardByValue
|
|
1547
|
+
protected getCardByValue(value: string): Promise<_angular_cdk_testing.TestElement>;
|
|
1548
1548
|
getSelectedValue(): Promise<string | undefined>;
|
|
1549
1549
|
getUnselectedValues(): Promise<(string | undefined)[]>;
|
|
1550
1550
|
getSelectionCards(): Promise<{
|