chrv-components 1.12.19 → 1.12.21
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
|
@@ -2266,7 +2266,7 @@ declare class ChrDebounceDirective implements OnInit, OnDestroy {
|
|
|
2266
2266
|
private defaults;
|
|
2267
2267
|
private readonly renderer;
|
|
2268
2268
|
private subject;
|
|
2269
|
-
chrDebounceTime: _angular_core.InputSignal<
|
|
2269
|
+
chrDebounceTime: _angular_core.InputSignal<any>;
|
|
2270
2270
|
private debounceTimeValue;
|
|
2271
2271
|
private subscription;
|
|
2272
2272
|
private isDispatching;
|
|
@@ -2315,6 +2315,7 @@ declare class DebounceDefaults implements IDebounceDefaults {
|
|
|
2315
2315
|
baseInputs: number;
|
|
2316
2316
|
searchableInputs: number;
|
|
2317
2317
|
hoverTitle: number;
|
|
2318
|
+
constructor(init?: Partial<IDebounceDefaults>);
|
|
2318
2319
|
}
|
|
2319
2320
|
declare const CHR_DEBOUNCE_DEFAULTS: InjectionToken<DebounceDefaults>;
|
|
2320
2321
|
|
|
Binary file
|