@veloceapps/sdk 7.0.2-57 → 7.0.2-59

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "7.0.2-57",
3
+ "version": "7.0.2-59",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -27,6 +27,7 @@ export declare class MetricsComponent implements OnInit, OnDestroy {
27
27
  currencySymbol: string;
28
28
  sidebarVisible: boolean;
29
29
  searchControl: FormControl;
30
+ isFocused: boolean;
30
31
  nameControl: FormControl;
31
32
  private activeMetricRules;
32
33
  private activeMetricRuleNames;
@@ -47,6 +48,9 @@ export declare class MetricsComponent implements OnInit, OnDestroy {
47
48
  saveMetric(): void;
48
49
  cancelMetric(): void;
49
50
  resetToDefault(): void;
51
+ onFocus(): void;
52
+ onBlur(): void;
53
+ clearSearch(event: MouseEvent): void;
50
54
  private collectMetricKeys;
51
55
  private setMetrics;
52
56
  private collectAvailableMetrics;