@provoly/dashboard 1.4.61 → 1.4.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.
@@ -52,6 +52,8 @@ export declare const frTranslations: {
52
52
  resultsNonAccurate: string;
53
53
  };
54
54
  modalTitle: string;
55
+ deleteDashBoard: string;
56
+ deleteDashBoardAsk: string;
55
57
  itemId: string;
56
58
  class: string;
57
59
  colorScheme: string;
@@ -10,6 +10,7 @@ import { ToolboxMenuService } from '../../../../core/toolbox/toolbox-menu.servic
10
10
  import { SubscriptionnerDirective } from '../../subscriptionner.directive';
11
11
  import { WidgetContextMenuDisplayOptions } from '../../../../core/model/display-options.interface';
12
12
  import { ManifestService } from '../../../store/manifest.service';
13
+ import { ActivatedRoute } from "@angular/router";
13
14
  import * as i0 from "@angular/core";
14
15
  export declare const WIDGET_HEADER_HEIGHT: {
15
16
  value: number;
@@ -26,6 +27,7 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
26
27
  private viewContainerRef;
27
28
  toolboxMenuService: ToolboxMenuService;
28
29
  manifestService: ManifestService;
30
+ private route;
29
31
  template: TemplateRef<any>;
30
32
  templateModal: TemplateRef<any>;
31
33
  toggle: TemplateRef<any>;
@@ -91,7 +93,8 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
91
93
  index: number;
92
94
  zoom: boolean;
93
95
  }[];
94
- constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, toolboxMenuService: ToolboxMenuService, manifestService: ManifestService);
96
+ isWall$: Observable<boolean>;
97
+ constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, toolboxMenuService: ToolboxMenuService, manifestService: ManifestService, route: ActivatedRoute);
95
98
  onArrowUp(): void;
96
99
  onArrowDown(): void;
97
100
  get currentLayout(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.4.61",
3
+ "version": "1.4.64",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
6
6
  "repository": {
@@ -65,6 +65,10 @@
65
65
  .m-btn-group {
66
66
  padding-right: toRem(15);
67
67
 
68
+ > button {
69
+ color: #183C6B!important;
70
+ }
71
+
68
72
  .a-btn {
69
73
  border-radius: 50%;
70
74
 
@@ -60,7 +60,7 @@ $theme-colors-grey: (
60
60
 
61
61
  // Status palette
62
62
  $theme-colors-status: (
63
- 'ok': #0AC865,
63
+ 'ok': #47D78C,
64
64
  'warning': #f8cd59,
65
65
  'error': #fc5640,
66
66
  'active': #242a47,
@@ -5,7 +5,7 @@
5
5
  }
6
6
 
7
7
  .check {
8
- color: #0ac865;
8
+ color: #47D78C;
9
9
  }
10
10
 
11
11
  .stop {