@flywheel-io/vision 21.0.1 → 21.0.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
|
@@ -11,12 +11,12 @@ import * as i3 from '@angular/cdk/overlay';
|
|
|
11
11
|
import { OverlayContainer, ComponentType, CdkOverlayOrigin, ConnectedPosition, OverlayConfig, FlexibleConnectedPositionStrategyOrigin, ConnectedOverlayPositionChange } from '@angular/cdk/overlay';
|
|
12
12
|
import * as i1$1 from '@angular/cdk/menu';
|
|
13
13
|
import { CdkMenuTrigger } from '@angular/cdk/menu';
|
|
14
|
-
import { Subscription, Observable, BehaviorSubject, min } from 'rxjs';
|
|
15
14
|
import * as i4 from '@angular/cdk/table';
|
|
16
15
|
import { CdkCell, CdkCellDef, CdkColumnDef, CdkFooterCell, CdkFooterCellDef, CdkHeaderCell, CdkHeaderCellDef, CdkFooterRow, CdkFooterRowDef, CdkHeaderRow, CdkHeaderRowDef, CdkNoDataRow, CdkRow, CdkRowDef, CdkTable } from '@angular/cdk/table';
|
|
17
16
|
export { CdkTableModule } from '@angular/cdk/table';
|
|
18
17
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
19
|
-
import {
|
|
18
|
+
import { CountryCode } from 'libphonenumber-js';
|
|
19
|
+
import { Observable, BehaviorSubject, min } from 'rxjs';
|
|
20
20
|
import * as i3$1 from '@angular/cdk/text-field';
|
|
21
21
|
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
22
22
|
|
|
@@ -1329,11 +1329,12 @@ declare class FwTooltipDirective implements OnInit, OnDestroy {
|
|
|
1329
1329
|
positionStrategy: _angular_core.Signal<i3.FlexibleConnectedPositionStrategy>;
|
|
1330
1330
|
overlayConfig: _angular_core.Signal<OverlayConfig>;
|
|
1331
1331
|
/***** Effects and Methods *****/
|
|
1332
|
+
private readonly boundShowTooltip;
|
|
1333
|
+
private readonly boundHideTooltip;
|
|
1332
1334
|
addMouseEventListeners: _angular_core.EffectRef;
|
|
1333
1335
|
ngOnInit(): void;
|
|
1334
1336
|
private openDelayTimer;
|
|
1335
1337
|
showTooltip(): void;
|
|
1336
|
-
positionChangeSub: Subscription | undefined;
|
|
1337
1338
|
handlePositionChange: _angular_core.EffectRef;
|
|
1338
1339
|
hideTooltip(): void;
|
|
1339
1340
|
ngOnDestroy(): void;
|
|
@@ -2130,7 +2131,7 @@ declare class FwPhoneInputComponent implements OnInit, OnChanges, ControlValueAc
|
|
|
2130
2131
|
readonly placeholder: _angular_core.InputSignal<string>;
|
|
2131
2132
|
readonly readOnly: _angular_core.InputSignal<boolean>;
|
|
2132
2133
|
readonly error: _angular_core.InputSignal<boolean>;
|
|
2133
|
-
readonly value: _angular_core.ModelSignal<string
|
|
2134
|
+
readonly value: _angular_core.ModelSignal<string>;
|
|
2134
2135
|
get disabled(): boolean;
|
|
2135
2136
|
set disabled(value: boolean);
|
|
2136
2137
|
get format(): PhoneNumberFormat;
|