@provoly/dashboard 1.3.0 → 1.3.1

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.
@@ -4,6 +4,6 @@ export declare class MockPryI18nService {
4
4
  addCoreTranslations: () => void;
5
5
  addLangObject: () => void;
6
6
  instantObject: () => {};
7
- instant: () => string;
7
+ instant: (value: any) => any;
8
8
  get: () => import("rxjs").Observable<string>;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -181,7 +181,7 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
181
181
  get rightSlideLayers(): BaseLayer[];
182
182
  get leftSlideLayers(): BaseLayer[];
183
183
  changeVisibility(group: LayerGroup, _layer?: MapWidgetLayerOptions): void;
184
- isLayerVisible(layer: MapWidgetLayerOptions, group?: LayerGroup): boolean | undefined;
184
+ isLayerVisible(layer: MapWidgetLayerOptions, group?: LayerGroup): boolean;
185
185
  changeAutoLayer($event: any): void;
186
186
  get layerVisibleIdx(): number;
187
187
  ngOnDestroy(): void;