@skyux/core 7.0.0-beta.1 → 7.0.0-beta.3

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.
@@ -1,12 +1,12 @@
1
1
  import { ElementRef, OnDestroy, RendererFactory2 } from '@angular/core';
2
- import { MutationObserverService } from '../mutation/mutation-observer-service';
2
+ import { SkyMutationObserverService } from '../mutation/mutation-observer-service';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * @internal
6
6
  */
7
7
  export declare class SkyDockDomAdapterService implements OnDestroy {
8
8
  #private;
9
- constructor(mutationSvc: MutationObserverService, rendererFactory: RendererFactory2);
9
+ constructor(mutationSvc: SkyMutationObserverService, rendererFactory: RendererFactory2);
10
10
  ngOnDestroy(): void;
11
11
  setSticky(elementRef: ElementRef): void;
12
12
  setZIndex(zIndex: number, elementRef: ElementRef): void;
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class MutationObserverService {
3
- create(callback: any): MutationObserver;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<MutationObserverService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<MutationObserverService>;
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare class SkyMutationObserverService {
6
+ create(callback: MutationCallback): MutationObserver;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyMutationObserverService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<SkyMutationObserverService>;
6
9
  }
@@ -1,11 +1,11 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { MutationObserverService } from '../mutation/mutation-observer-service';
3
+ import { SkyMutationObserverService } from '../mutation/mutation-observer-service';
4
4
  import { SkyAppWindowRef } from '../window/window-ref';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SkyScrollableHostService {
7
7
  #private;
8
- constructor(mutationObserverSvc: MutationObserverService, windowRef: SkyAppWindowRef);
8
+ constructor(mutationObserverSvc: SkyMutationObserverService, windowRef: SkyAppWindowRef);
9
9
  /**
10
10
  * Returns the given element's current scrollable host
11
11
  * @param elementRef The element whose scrollable host is being requested
@@ -1,12 +1,12 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { MutationObserverService } from '../mutation/mutation-observer-service';
2
+ import { SkyMutationObserverService } from '../mutation/mutation-observer-service';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Trims whitespace in each text node that is a direct descendent of the current element.
6
6
  */
7
7
  export declare class SkyTrimDirective implements OnInit, OnDestroy {
8
8
  #private;
9
- constructor(elRef: ElementRef, mutationObs: MutationObserverService);
9
+ constructor(elRef: ElementRef, mutationObs: SkyMutationObserverService);
10
10
  ngOnInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyTrimDirective, never>;
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { MutationObserverService } from '../mutation/mutation-observer-service';
2
+ import { SkyMutationObserverService } from '../mutation/mutation-observer-service';
3
3
  import { SkyScrollableHostService } from '../scrollable-host/scrollable-host.service';
4
4
  import { SkyViewkeeperService } from './viewkeeper.service';
5
5
  import * as i0 from "@angular/core";
@@ -7,7 +7,7 @@ export declare class SkyViewkeeperDirective implements OnInit, OnDestroy {
7
7
  #private;
8
8
  set skyViewkeeper(value: string[] | undefined);
9
9
  get skyViewkeeper(): string[] | undefined;
10
- constructor(el: ElementRef, mutationObserverSvc: MutationObserverService, viewkeeperSvc: SkyViewkeeperService, scrollableHostSvc?: SkyScrollableHostService);
10
+ constructor(el: ElementRef, mutationObserverSvc: SkyMutationObserverService, viewkeeperSvc: SkyViewkeeperService, scrollableHostSvc?: SkyScrollableHostService);
11
11
  ngOnInit(): void;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperDirective, [null, null, null, { optional: true; }]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "7.0.0-beta.1",
3
+ "version": "7.0.0-beta.3",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,7 +45,7 @@
45
45
  "@angular/core": "^14.2.0",
46
46
  "@angular/platform-browser": "^14.2.0",
47
47
  "@angular/router": "^14.2.0",
48
- "@skyux/i18n": "7.0.0-beta.1"
48
+ "@skyux/i18n": "7.0.0-beta.3"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1"