@skyux/lists 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -44,15 +44,15 @@
44
44
  "@angular/common": "^14.2.11",
45
45
  "@angular/core": "^14.2.11",
46
46
  "@angular/platform-browser": "^14.2.11",
47
- "@skyux-sdk/testing": "7.1.0",
48
- "@skyux/animations": "7.1.0",
49
- "@skyux/core": "7.1.0",
50
- "@skyux/forms": "7.1.0",
51
- "@skyux/i18n": "7.1.0",
52
- "@skyux/indicators": "7.1.0",
53
- "@skyux/inline-form": "7.1.0",
54
- "@skyux/popovers": "7.1.0",
55
- "@skyux/theme": "7.1.0"
47
+ "@skyux-sdk/testing": "7.1.2",
48
+ "@skyux/animations": "7.1.2",
49
+ "@skyux/core": "7.1.2",
50
+ "@skyux/forms": "7.1.2",
51
+ "@skyux/i18n": "7.1.2",
52
+ "@skyux/indicators": "7.1.2",
53
+ "@skyux/inline-form": "7.1.2",
54
+ "@skyux/popovers": "7.1.2",
55
+ "@skyux/theme": "7.1.2"
56
56
  },
57
57
  "dependencies": {
58
58
  "dragula": "3.7.3",
@@ -8,8 +8,6 @@ import { SkyListsFilterFixtureButton } from './lists-filter-fixture-button';
8
8
  */
9
9
  export declare class SkyFilterFixtureButton {
10
10
  #private;
11
- private fixture;
12
- private debugElement;
13
11
  constructor(fixture: ComponentFixture<any>, skyTestId: string);
14
12
  /**
15
13
  * Click the button to apply the filter.
@@ -7,10 +7,8 @@ import { ComponentFixture } from '@angular/core/testing';
7
7
  * @internal
8
8
  */
9
9
  export declare class SkyInfiniteScrollFixture {
10
- private fixture;
11
- private debugElement;
10
+ #private;
12
11
  constructor(fixture: ComponentFixture<any>, skyTestId: string);
13
12
  get loadMoreButtonIsVisible(): boolean;
14
13
  clickLoadMoreButton(): Promise<any>;
15
- private getButton;
16
14
  }
@@ -7,8 +7,7 @@ import { SkyPagingFixtureButton } from './paging-fixture-button';
7
7
  * @internal
8
8
  */
9
9
  export declare class SkyPagingFixture {
10
- private fixture;
11
- private _debugEl;
10
+ #private;
12
11
  /**
13
12
  * The id of the active page, if available.
14
13
  */
@@ -30,11 +29,4 @@ export declare class SkyPagingFixture {
30
29
  * Clicks the previous page button, if it is enabled.
31
30
  */
32
31
  selectPreviousPage(): Promise<void>;
33
- private get activePageButton();
34
- private get nextPageButton();
35
- private get previousPageButton();
36
- private get pagingLinks();
37
- private getPageLink;
38
- private getPageId;
39
- private waitForComponentInitialization;
40
32
  }
@@ -9,7 +9,6 @@ import { SkySortFixtureMenuItem } from './sort-fixture-menu-item';
9
9
  */
10
10
  export declare class SkySortFixture {
11
11
  #private;
12
- private fixture;
13
12
  /**
14
13
  * The active sort menu item, if one exists. Menu items are only available when the menu dropdown
15
14
  * is open. If the menu dropdown is closed, this property will be undefined.