@skyux/core 5.8.0 → 5.8.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.
@@ -44,7 +44,7 @@ export declare class SkyMediaQueryService implements OnDestroy {
44
44
  * @internal
45
45
  */
46
46
  destroy(): void;
47
- protected addListeners(): void;
47
+ private addListeners;
48
48
  private removeListeners;
49
49
  private notifyBreakpointChange;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyMediaQueryService, never>;
@@ -1,14 +1,13 @@
1
- import { ElementRef, NgZone, OnDestroy } from '@angular/core';
1
+ import { ElementRef, OnDestroy } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { SkyMediaBreakpoints } from '../media-query/media-breakpoints';
4
4
  import { SkyMediaQueryListener } from '../media-query/media-query-listener';
5
- import { SkyMediaQueryService } from '../media-query/media-query.service';
6
5
  import { SkyResizeObserverService } from './resize-observer.service';
7
6
  import * as i0 from "@angular/core";
8
7
  /**
9
8
  * Acts like `SkyMediaQueryService` for a container element, emitting the same responsive breakpoints.
10
9
  */
11
- export declare class SkyResizeObserverMediaQueryService extends SkyMediaQueryService implements OnDestroy {
10
+ export declare class SkyResizeObserverMediaQueryService implements OnDestroy {
12
11
  private resizeObserverService;
13
12
  /**
14
13
  * Returns the current breakpoint.
@@ -20,7 +19,7 @@ export declare class SkyResizeObserverMediaQueryService extends SkyMediaQuerySer
20
19
  private _resizeSubscription;
21
20
  private _stopListening;
22
21
  private _target?;
23
- constructor(zone: NgZone, resizeObserverService: SkyResizeObserverService);
22
+ constructor(resizeObserverService: SkyResizeObserverService);
24
23
  ngOnDestroy(): void;
25
24
  /**
26
25
  * @internal
@@ -39,8 +38,7 @@ export declare class SkyResizeObserverMediaQueryService extends SkyMediaQuerySer
39
38
  * Subscribes to element size changes that cross breakpoints.
40
39
  */
41
40
  subscribe(listener: SkyMediaQueryListener): Subscription;
42
- protected addListeners(): void;
43
- protected updateBreakpoint(breakpoint: SkyMediaBreakpoints): void;
41
+ private updateBreakpoint;
44
42
  private checkBreakpoint;
45
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyResizeObserverMediaQueryService, never>;
46
44
  static ɵprov: i0.ɵɵInjectableDeclaration<SkyResizeObserverMediaQueryService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "@angular/core": "^12.2.16",
21
21
  "@angular/platform-browser": "^12.2.16",
22
22
  "@angular/router": "^12.2.16",
23
- "@skyux/i18n": "5.8.0"
23
+ "@skyux/i18n": "5.8.1"
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.3.1"