@skyux/layout 6.7.0 → 6.10.0

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,5 +1,4 @@
1
- import { AfterContentInit, AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
2
- import { MutationObserverService } from '@skyux/core';
1
+ import { AfterContentInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
3
2
  import { SkyDescriptionListAdapterService } from './description-list-adapter-service';
4
3
  import { SkyDescriptionListContentComponent } from './description-list-content.component';
5
4
  import { SkyDescriptionListService } from './description-list.service';
@@ -8,11 +7,10 @@ import * as i0 from "@angular/core";
8
7
  /**
9
8
  * Creates a description list to display term-description pairs.
10
9
  */
11
- export declare class SkyDescriptionListComponent implements AfterContentInit, AfterViewInit, OnDestroy {
10
+ export declare class SkyDescriptionListComponent implements AfterContentInit, OnDestroy {
12
11
  private adapterService;
13
12
  private changeDetector;
14
13
  private descriptionListService;
15
- private mutationSvc;
16
14
  /**
17
15
  * Specifies a default description to display when no description is provided
18
16
  * for a term-description pair.
@@ -32,13 +30,11 @@ export declare class SkyDescriptionListComponent implements AfterContentInit, Af
32
30
  set mode(value: SkyDescriptionListModeType);
33
31
  get mode(): SkyDescriptionListModeType;
34
32
  contentComponents: QueryList<SkyDescriptionListContentComponent>;
35
- private contentObserver;
36
33
  private elementRef;
37
34
  private ngUnsubscribe;
38
35
  private _mode;
39
- constructor(adapterService: SkyDescriptionListAdapterService, changeDetector: ChangeDetectorRef, descriptionListService: SkyDescriptionListService, mutationSvc: MutationObserverService);
36
+ constructor(adapterService: SkyDescriptionListAdapterService, changeDetector: ChangeDetectorRef, descriptionListService: SkyDescriptionListService);
40
37
  ngAfterContentInit(): void;
41
- ngAfterViewInit(): void;
42
38
  ngOnDestroy(): void;
43
39
  onWindowResize(): void;
44
40
  private updateResponsiveClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "6.7.0",
3
+ "version": "6.10.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -47,14 +47,14 @@
47
47
  "@angular/forms": "^13.3.2",
48
48
  "@angular/platform-browser": "^13.3.2",
49
49
  "@angular/router": "^13.3.2",
50
- "@skyux-sdk/testing": "6.7.0",
51
- "@skyux/core": "6.7.0",
52
- "@skyux/forms": "6.7.0",
53
- "@skyux/i18n": "6.7.0",
54
- "@skyux/indicators": "6.7.0",
55
- "@skyux/modals": "6.7.0",
56
- "@skyux/router": "6.7.0",
57
- "@skyux/theme": "6.7.0"
50
+ "@skyux-sdk/testing": "6.10.0",
51
+ "@skyux/core": "6.10.0",
52
+ "@skyux/forms": "6.10.0",
53
+ "@skyux/i18n": "6.10.0",
54
+ "@skyux/indicators": "6.10.0",
55
+ "@skyux/modals": "6.10.0",
56
+ "@skyux/router": "6.10.0",
57
+ "@skyux/theme": "6.10.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "tslib": "^2.3.1"