@truenas/ui-components 0.1.62 → 0.1.64
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/package.json
CHANGED
|
@@ -2103,6 +2103,7 @@ declare class TnSlideToggleComponent implements AfterViewInit, OnDestroy, Contro
|
|
|
2103
2103
|
declare class TnSlideToggleHarness extends ComponentHarness {
|
|
2104
2104
|
static hostSelector: string;
|
|
2105
2105
|
private _input;
|
|
2106
|
+
private _labelEl;
|
|
2106
2107
|
private _label;
|
|
2107
2108
|
/**
|
|
2108
2109
|
* Gets a `HarnessPredicate` that can be used to search for a slide toggle
|