@skyux/layout 7.1.0 → 7.1.2

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.
@@ -9,9 +9,6 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export declare class SkyDescriptionListComponent implements AfterContentInit, OnDestroy {
11
11
  #private;
12
- private adapterService;
13
- private changeDetector;
14
- private descriptionListService;
15
12
  /**
16
13
  * Specifies a default description to display when no description is provided
17
14
  * for a term-description pair.
@@ -36,7 +33,6 @@ export declare class SkyDescriptionListComponent implements AfterContentInit, On
36
33
  ngAfterContentInit(): void;
37
34
  ngOnDestroy(): void;
38
35
  onWindowResize(): void;
39
- private updateResponsiveClass;
40
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListComponent, never>;
41
37
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListComponent, "sky-description-list", never, { "defaultDescription": "defaultDescription"; "listItemWidth": "listItemWidth"; "mode": "mode"; }, {}, ["contentComponents"], never, false>;
42
38
  }
@@ -5,8 +5,8 @@ import * as i0 from "@angular/core";
5
5
  * @internal
6
6
  */
7
7
  export declare class SkyDescriptionListService implements OnDestroy {
8
+ #private;
8
9
  get defaultDescription(): Observable<string>;
9
- private _defaultDescription;
10
10
  ngOnDestroy(): void;
11
11
  updateDefaultDescription(value: string): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -47,14 +47,14 @@
47
47
  "@angular/forms": "^14.2.11",
48
48
  "@angular/platform-browser": "^14.2.11",
49
49
  "@angular/router": "^14.2.11",
50
- "@skyux-sdk/testing": "7.1.0",
51
- "@skyux/core": "7.1.0",
52
- "@skyux/forms": "7.1.0",
53
- "@skyux/i18n": "7.1.0",
54
- "@skyux/indicators": "7.1.0",
55
- "@skyux/modals": "7.1.0",
56
- "@skyux/router": "7.1.0",
57
- "@skyux/theme": "7.1.0"
50
+ "@skyux-sdk/testing": "7.1.2",
51
+ "@skyux/core": "7.1.2",
52
+ "@skyux/forms": "7.1.2",
53
+ "@skyux/i18n": "7.1.2",
54
+ "@skyux/indicators": "7.1.2",
55
+ "@skyux/modals": "7.1.2",
56
+ "@skyux/router": "7.1.2",
57
+ "@skyux/theme": "7.1.2"
58
58
  },
59
59
  "dependencies": {
60
60
  "tslib": "^2.3.1"