@vsn-ux/ngx-gaia 0.11.1 → 0.11.2
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
|
@@ -1551,6 +1551,8 @@ declare class GaSwitchComponent implements ControlValueAccessor {
|
|
|
1551
1551
|
Check: lucide_angular.LucideIconData;
|
|
1552
1552
|
};
|
|
1553
1553
|
/** @ignore */
|
|
1554
|
+
private readonly formFieldConnector;
|
|
1555
|
+
/** @ignore */
|
|
1554
1556
|
private readonly implicitNgControlState;
|
|
1555
1557
|
/** @ignore */
|
|
1556
1558
|
readonly _uniqueId: string;
|
|
@@ -1579,6 +1581,7 @@ declare class GaSwitchComponent implements ControlValueAccessor {
|
|
|
1579
1581
|
readonly name: _angular_core.Signal<string | number>;
|
|
1580
1582
|
/** @ignore */
|
|
1581
1583
|
readonly invalidComputed: _angular_core.Signal<boolean>;
|
|
1584
|
+
constructor();
|
|
1582
1585
|
/** @ignore */
|
|
1583
1586
|
onInputChange(event: Event): void;
|
|
1584
1587
|
/** @ignore */
|