@skyux/layout 12.0.0-alpha.3 → 12.0.0-alpha.4
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/documentation.json +6348 -3608
- package/fesm2022/skyux-layout-testing.mjs +227 -2
- package/fesm2022/skyux-layout-testing.mjs.map +1 -1
- package/fesm2022/skyux-layout.mjs +2 -36
- package/fesm2022/skyux-layout.mjs.map +1 -1
- package/lib/modules/action-button/action-button.module.d.ts +0 -3
- package/lib/modules/back-to-top/back-to-top.module.d.ts +0 -3
- package/lib/modules/box/box.module.d.ts +0 -3
- package/lib/modules/card/card.module.d.ts +0 -1
- package/lib/modules/definition-list/definition-list.module.d.ts +0 -1
- package/lib/modules/description-list/description-list.module.d.ts +0 -3
- package/lib/modules/fluid-grid/fluid-grid.module.d.ts +0 -3
- package/lib/modules/format/format.module.d.ts +0 -3
- package/lib/modules/inline-delete/inline-delete.module.d.ts +0 -3
- package/lib/modules/page/page.module.d.ts +0 -1
- package/lib/modules/page-summary/page-summary.module.d.ts +0 -1
- package/lib/modules/text-expand/text-expand.module.d.ts +0 -3
- package/lib/modules/text-expand-repeater/text-expand-repeater.module.d.ts +0 -3
- package/lib/modules/toolbar/toolbar.module.d.ts +0 -3
- package/package.json +11 -11
- package/testing/modules/action-button/action-button-container-harness.d.ts +32 -0
- package/testing/modules/action-button/action-button-container-harness.filters.d.ts +6 -0
- package/testing/modules/action-button/action-button-harness.d.ts +38 -0
- package/testing/modules/action-button/action-button-harness.filters.d.ts +10 -0
- package/testing/modules/description-list/description-list-content-harness.d.ts +31 -0
- package/testing/modules/description-list/description-list-description-harness.d.ts +12 -0
- package/testing/modules/description-list/description-list-harness-filters.d.ts +6 -0
- package/testing/modules/description-list/description-list-harness.d.ts +25 -0
- package/testing/modules/description-list/description-list-term-harness.d.ts +12 -0
- package/testing/public-api.d.ts +7 -0
|
@@ -9,9 +9,6 @@ import * as i7 from "@angular/router";
|
|
|
9
9
|
import * as i8 from "./action-button-icon.component";
|
|
10
10
|
import * as i9 from "@skyux/router";
|
|
11
11
|
import * as i10 from "@skyux/theme";
|
|
12
|
-
/**
|
|
13
|
-
* @docsIncludeIds SkyActionButtonContainerComponent, SkyActionButtonComponent, SkyActionButtonIconComponent, SkyActionButtonHeaderComponent, SkyActionButtonDetailsComponent, SkyActionButtonPermalink, SkyActionButtonContainerAlignItemsType
|
|
14
|
-
*/
|
|
15
12
|
export declare class SkyActionButtonModule {
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonModule, never>;
|
|
17
14
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyActionButtonModule, [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent], [typeof i5.CommonModule, typeof i6.ObserversModule, typeof i7.RouterModule, typeof i8.SkyActionButtonIconComponent, typeof i9.SkyHrefModule, typeof i10.SkyThemeModule], [typeof i1.SkyActionButtonComponent, typeof i2.SkyActionButtonContainerComponent, typeof i3.SkyActionButtonDetailsComponent, typeof i4.SkyActionButtonHeaderComponent, typeof i8.SkyActionButtonIconComponent]>;
|
|
@@ -3,9 +3,6 @@ import * as i1 from "./back-to-top.component";
|
|
|
3
3
|
import * as i2 from "./back-to-top.directive";
|
|
4
4
|
import * as i3 from "../shared/sky-layout-resources.module";
|
|
5
5
|
import * as i4 from "@skyux/theme";
|
|
6
|
-
/**
|
|
7
|
-
* @docsIncludeIds SkyBackToTopDirective, SkyBackToTopOptions, SkyBackToTopMessage, SkyBackToTopMessageType
|
|
8
|
-
*/
|
|
9
6
|
export declare class SkyBackToTopModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyBackToTopModule, never>;
|
|
11
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyBackToTopModule, [typeof i1.SkyBackToTopComponent, typeof i2.SkyBackToTopDirective], [typeof i3.SkyLayoutResourcesModule, typeof i4.SkyThemeModule], [typeof i1.SkyBackToTopComponent, typeof i2.SkyBackToTopDirective]>;
|
|
@@ -6,9 +6,6 @@ import * as i4 from "./box-controls.component";
|
|
|
6
6
|
import * as i5 from "@skyux/help-inline";
|
|
7
7
|
import * as i6 from "@skyux/theme";
|
|
8
8
|
import * as i7 from "@skyux/core";
|
|
9
|
-
/**
|
|
10
|
-
* @docsIncludeIds SkyBoxComponent, SkyBoxHeaderComponent, SkyBoxContentComponent, SkyBoxControlsComponent, SkyBoxHeadingLevel, SkyBoxHeadingStyle, SkyBoxHarness, SkyBoxHarnessFilters
|
|
11
|
-
*/
|
|
12
9
|
export declare class SkyBoxModule {
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxModule, never>;
|
|
14
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyBoxModule, [typeof i1.SkyBoxComponent, typeof i2.SkyBoxHeaderComponent, typeof i3.SkyBoxContentComponent, typeof i4.SkyBoxControlsComponent], [typeof i5.SkyHelpInlineModule, typeof i6.SkyThemeModule, typeof i7.SkyTrimModule], [typeof i1.SkyBoxComponent, typeof i2.SkyBoxHeaderComponent, typeof i3.SkyBoxContentComponent, typeof i4.SkyBoxControlsComponent]>;
|
|
@@ -10,7 +10,6 @@ import * as i8 from "../shared/sky-layout-resources.module";
|
|
|
10
10
|
import * as i9 from "../inline-delete/inline-delete.module";
|
|
11
11
|
/**
|
|
12
12
|
* @deprecated `SkyCardModule` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.
|
|
13
|
-
* @docsIncludeIds SkyCardComponent, SkyCardTitleComponent, SkyCardContentComponent, SkyCardActionsComponent
|
|
14
13
|
*/
|
|
15
14
|
export declare class SkyCardModule {
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardModule, never>;
|
|
@@ -7,7 +7,6 @@ import * as i5 from "./definition-list-value.component";
|
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
8
|
import * as i7 from "../shared/sky-layout-resources.module";
|
|
9
9
|
/**
|
|
10
|
-
* @docsIncludeIds SkyDefinitionListComponent, SkyDefinitionListHeadingComponent, SkyDefinitionListContentComponent, SkyDefinitionListLabelComponent, SkyDefinitionListValueComponent
|
|
11
10
|
* @deprecated Use `SkyDescriptionListModule` instead.
|
|
12
11
|
*/
|
|
13
12
|
export declare class SkyDefinitionListModule {
|
|
@@ -8,9 +8,6 @@ import * as i6 from "@skyux/help-inline";
|
|
|
8
8
|
import * as i7 from "@skyux/core";
|
|
9
9
|
import * as i8 from "../shared/sky-layout-resources.module";
|
|
10
10
|
import * as i9 from "@skyux/theme";
|
|
11
|
-
/**
|
|
12
|
-
* @docsIncludeIds SkyDescriptionListComponent, SkyDescriptionListContentComponent, SkyDescriptionListDescriptionComponent, SkyDescriptionListTermComponent, SkyDescriptionListModeType
|
|
13
|
-
*/
|
|
14
11
|
export declare class SkyDescriptionListModule {
|
|
15
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListModule, never>;
|
|
16
13
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyDescriptionListModule, [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent], [typeof i5.CommonModule, typeof i6.SkyHelpInlineModule, typeof i7.SkyIdModule, typeof i8.SkyLayoutResourcesModule, typeof i9.SkyThemeModule, typeof i7.SkyTrimModule], [typeof i1.SkyDescriptionListComponent, typeof i2.SkyDescriptionListContentComponent, typeof i3.SkyDescriptionListTermComponent, typeof i4.SkyDescriptionListDescriptionComponent]>;
|
|
@@ -3,9 +3,6 @@ import * as i1 from "./row.component";
|
|
|
3
3
|
import * as i2 from "./column.component";
|
|
4
4
|
import * as i3 from "./fluid-grid.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
-
/**
|
|
7
|
-
* @docsIncludeIds SkyFluidGridComponent, SkyRowComponent, SkyColumnComponent, SkyFluidGridGutterSizeType, SkyColumnHarness, SkyColumnHarnessFilters, SkyFluidGridHarness, SkyFluidGridHarnessFilters, SkyRowHarness, SkyRowHarnessFilters
|
|
8
|
-
*/
|
|
9
6
|
export declare class SkyFluidGridModule {
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFluidGridModule, never>;
|
|
11
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFluidGridModule, [typeof i1.SkyRowComponent, typeof i2.SkyColumnComponent, typeof i3.SkyFluidGridComponent], [typeof i4.CommonModule], [typeof i1.SkyRowComponent, typeof i2.SkyColumnComponent, typeof i3.SkyFluidGridComponent]>;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./format.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
/**
|
|
5
|
-
* @docsIncludeIds SkyFormatComponent, SkyAppFormat
|
|
6
|
-
*/
|
|
7
4
|
export declare class SkyFormatModule {
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFormatModule, never>;
|
|
9
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFormatModule, [typeof i1.SkyFormatComponent], [typeof i2.CommonModule], [typeof i1.SkyFormatComponent]>;
|
|
@@ -2,9 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./inline-delete.component";
|
|
3
3
|
import * as i2 from "../shared/sky-layout-resources.module";
|
|
4
4
|
import * as i3 from "@skyux/indicators";
|
|
5
|
-
/**
|
|
6
|
-
* @docsIncludeIds SkyInlineDeleteComponent
|
|
7
|
-
*/
|
|
8
5
|
export declare class SkyInlineDeleteModule {
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyInlineDeleteModule, never>;
|
|
10
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyInlineDeleteModule, [typeof i1.SkyInlineDeleteComponent], [typeof i2.SkyLayoutResourcesModule, typeof i3.SkyWaitModule], [typeof i1.SkyInlineDeleteComponent]>;
|
|
@@ -3,7 +3,6 @@ import * as i1 from "./page.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
/**
|
|
5
5
|
* @docsId SkyPageModuleLegacy
|
|
6
|
-
* @docsIncludeIds SkyPageComponentLegacy, SkyPageLayoutLegacy
|
|
7
6
|
* @deprecated Use the SkyPageModule in `@skyux/pages` instead.
|
|
8
7
|
*/
|
|
9
8
|
export declare class SkyPageModule {
|
|
@@ -9,7 +9,6 @@ import * as i7 from "./page-summary-subtitle.component";
|
|
|
9
9
|
import * as i8 from "./page-summary-title.component";
|
|
10
10
|
import * as i9 from "@angular/common";
|
|
11
11
|
/**
|
|
12
|
-
* @docsIncludeIds SkyPageSummaryComponent, SkyPageSummaryTitleComponent, SkyPageSummarySubtitleComponent, SkyPageSummaryAlertComponent, SkyPageSummaryContentComponent, SkyPageSummaryImageComponent, SkyPageSummaryKeyInfoComponent, SkyPageSummaryStatusComponent
|
|
13
12
|
* @deprecated `SkyPageSummaryModule` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.
|
|
14
13
|
*/
|
|
15
14
|
export declare class SkyPageSummaryModule {
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./text-expand.component";
|
|
3
|
-
/**
|
|
4
|
-
* @docsIncludeIds SkyTextExpandComponent, SkyTextExpandHarness, SkyTextExpandModalHarness
|
|
5
|
-
*/
|
|
6
3
|
export declare class SkyTextExpandModule {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandModule, never>;
|
|
8
5
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextExpandModule, [typeof i1.SkyTextExpandComponent], never, [typeof i1.SkyTextExpandComponent]>;
|
|
@@ -2,9 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./text-expand-repeater.component";
|
|
3
3
|
import * as i2 from "../shared/sky-layout-resources.module";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
|
-
/**
|
|
6
|
-
* @docsIncludeIds SkyTextExpandRepeaterComponent, SkyTextExpandRepeaterListStyleType
|
|
7
|
-
*/
|
|
8
5
|
export declare class SkyTextExpandRepeaterModule {
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextExpandRepeaterModule, never>;
|
|
10
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTextExpandRepeaterModule, [typeof i1.SkyTextExpandRepeaterComponent], [typeof i2.SkyLayoutResourcesModule, typeof i3.CommonModule], [typeof i1.SkyTextExpandRepeaterComponent]>;
|
|
@@ -4,9 +4,6 @@ import * as i2 from "./toolbar-item.component";
|
|
|
4
4
|
import * as i3 from "./toolbar-section.component";
|
|
5
5
|
import * as i4 from "./toolbar-view-actions.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
|
-
/**
|
|
8
|
-
* @docsIncludeIds SkyToolbarComponent, SkyToolbarSectionComponent, SkyToolbarItemComponent, SkyToolbarViewActionsComponent, SkyToolbarHarness, SkyToolbarHarnessFilters, SkyToolbarSectionHarness, SkyToolbarSectionHarnessFilters, SkyToolbarItemHarness, SkyToolbarItemHarnessFilters, SkyToolbarViewActionsHarness
|
|
9
|
-
*/
|
|
10
7
|
export declare class SkyToolbarModule {
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyToolbarModule, never>;
|
|
12
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyToolbarModule, [typeof i1.SkyToolbarComponent, typeof i2.SkyToolbarItemComponent, typeof i3.SkyToolbarSectionComponent, typeof i4.SkyToolbarViewActionsComponent], [typeof i5.CommonModule], [typeof i1.SkyToolbarComponent, typeof i2.SkyToolbarItemComponent, typeof i3.SkyToolbarSectionComponent, typeof i4.SkyToolbarViewActionsComponent]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "12.0.0-alpha.
|
|
3
|
+
"version": "12.0.0-alpha.4",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@angular/forms": "^19.0.5",
|
|
40
40
|
"@angular/platform-browser": "^19.0.5",
|
|
41
41
|
"@angular/router": "^19.0.5",
|
|
42
|
-
"@skyux-sdk/testing": "12.0.0-alpha.
|
|
43
|
-
"@skyux/core": "12.0.0-alpha.
|
|
44
|
-
"@skyux/forms": "12.0.0-alpha.
|
|
45
|
-
"@skyux/help-inline": "12.0.0-alpha.
|
|
46
|
-
"@skyux/i18n": "12.0.0-alpha.
|
|
47
|
-
"@skyux/icon": "12.0.0-alpha.
|
|
48
|
-
"@skyux/indicators": "12.0.0-alpha.
|
|
49
|
-
"@skyux/modals": "12.0.0-alpha.
|
|
50
|
-
"@skyux/router": "12.0.0-alpha.
|
|
51
|
-
"@skyux/theme": "12.0.0-alpha.
|
|
42
|
+
"@skyux-sdk/testing": "12.0.0-alpha.4",
|
|
43
|
+
"@skyux/core": "12.0.0-alpha.4",
|
|
44
|
+
"@skyux/forms": "12.0.0-alpha.4",
|
|
45
|
+
"@skyux/help-inline": "12.0.0-alpha.4",
|
|
46
|
+
"@skyux/i18n": "12.0.0-alpha.4",
|
|
47
|
+
"@skyux/icon": "12.0.0-alpha.4",
|
|
48
|
+
"@skyux/indicators": "12.0.0-alpha.4",
|
|
49
|
+
"@skyux/modals": "12.0.0-alpha.4",
|
|
50
|
+
"@skyux/router": "12.0.0-alpha.4",
|
|
51
|
+
"@skyux/theme": "12.0.0-alpha.4"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tslib": "^2.8.1"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
+
import { SkyComponentHarness } from '@skyux/core/testing';
|
|
3
|
+
import { SkyActionButtonContainerAlignItemsType } from '@skyux/layout';
|
|
4
|
+
import { SkyActionButtonContainerHarnessFilters } from './action-button-container-harness.filters';
|
|
5
|
+
import { SkyActionButtonHarness } from './action-button-harness';
|
|
6
|
+
import { SkyActionButtonHarnessFilters } from './action-button-harness.filters';
|
|
7
|
+
/**
|
|
8
|
+
* Harness for interacting with a action button container component in tests.
|
|
9
|
+
*/
|
|
10
|
+
export declare class SkyActionButtonContainerHarness extends SkyComponentHarness {
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
static hostSelector: string;
|
|
15
|
+
/**
|
|
16
|
+
* Gets a `HarnessPredicate` that can be used to search for a
|
|
17
|
+
* `SkyActionButtonContainerHarness` that meets certain criteria.
|
|
18
|
+
*/
|
|
19
|
+
static with(filters: SkyActionButtonContainerHarnessFilters): HarnessPredicate<SkyActionButtonContainerHarness>;
|
|
20
|
+
/**
|
|
21
|
+
* Gets an action button that matches the given filter.
|
|
22
|
+
*/
|
|
23
|
+
getActionButton(filter: SkyActionButtonHarnessFilters): Promise<SkyActionButtonHarness>;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the action buttons.
|
|
26
|
+
*/
|
|
27
|
+
getActionButtons(): Promise<SkyActionButtonHarness[]>;
|
|
28
|
+
/**
|
|
29
|
+
* Gets the alignment of the buttons inside the container.
|
|
30
|
+
*/
|
|
31
|
+
getAlignment(): Promise<SkyActionButtonContainerAlignItemsType>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
+
import { SkyComponentHarness } from '@skyux/core/testing';
|
|
3
|
+
import { SkyActionButtonHarnessFilters } from './action-button-harness.filters';
|
|
4
|
+
/**
|
|
5
|
+
* Harness for interacting with a action button component in tests.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SkyActionButtonHarness extends SkyComponentHarness {
|
|
8
|
+
#private;
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
static hostSelector: string;
|
|
13
|
+
/**
|
|
14
|
+
* Gets a `HarnessPredicate` that can be used to search for a
|
|
15
|
+
* `SkyActionButtonHarness` that meets certain criteria.
|
|
16
|
+
*/
|
|
17
|
+
static with(filters: SkyActionButtonHarnessFilters): HarnessPredicate<SkyActionButtonHarness>;
|
|
18
|
+
/**
|
|
19
|
+
* Clicks the action button.
|
|
20
|
+
*/
|
|
21
|
+
click(): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the action button details text.
|
|
24
|
+
*/
|
|
25
|
+
getDetailsText(): Promise<string | null>;
|
|
26
|
+
/**
|
|
27
|
+
* Gets the action button header text.
|
|
28
|
+
*/
|
|
29
|
+
getHeaderText(): Promise<string | null>;
|
|
30
|
+
/**
|
|
31
|
+
* Gets the action button icon type.
|
|
32
|
+
*/
|
|
33
|
+
getIconType(): Promise<string | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Gets the action button link.
|
|
36
|
+
*/
|
|
37
|
+
getLink(): Promise<string | undefined>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SkyHarnessFilters } from '@skyux/core/testing';
|
|
2
|
+
/**
|
|
3
|
+
* A set of criteria that can be used to filter a list of `SkyActionButtonHarness` instances.
|
|
4
|
+
*/
|
|
5
|
+
export interface SkyActionButtonHarnessFilters extends SkyHarnessFilters {
|
|
6
|
+
/**
|
|
7
|
+
* Finds action buttons whose header matches given value.
|
|
8
|
+
*/
|
|
9
|
+
header?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SkyComponentHarness } from '@skyux/core/testing';
|
|
2
|
+
/**
|
|
3
|
+
* Harness for interacting with a description list content component in tests.
|
|
4
|
+
*/
|
|
5
|
+
export declare class SkyDescriptionListContentHarness extends SkyComponentHarness {
|
|
6
|
+
#private;
|
|
7
|
+
/**
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
static hostSelector: string;
|
|
11
|
+
/**
|
|
12
|
+
* Clicks the help inline button.
|
|
13
|
+
*/
|
|
14
|
+
clickHelpInline(): Promise<void>;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the description component text.
|
|
17
|
+
*/
|
|
18
|
+
getDescriptionText(): Promise<string>;
|
|
19
|
+
/**
|
|
20
|
+
* Gets the help popover content.
|
|
21
|
+
*/
|
|
22
|
+
getHelpPopoverContent(): Promise<string | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the help popover title.
|
|
25
|
+
*/
|
|
26
|
+
getHelpPopoverTitle(): Promise<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Gets the term component text.
|
|
29
|
+
*/
|
|
30
|
+
getTermText(): Promise<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
2
|
+
/**
|
|
3
|
+
* Harness for interacting with a description list description component in tests.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class SkyDescriptionListDescriptionHarness extends ComponentHarness {
|
|
7
|
+
/**
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
static hostSelector: string;
|
|
11
|
+
getText(): Promise<string>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
+
import { SkyComponentHarness } from '@skyux/core/testing';
|
|
3
|
+
import { SkyDescriptionListModeType } from '@skyux/layout';
|
|
4
|
+
import { SkyDescriptionListContentHarness } from './description-list-content-harness';
|
|
5
|
+
import { SkyDescriptionListHarnessFilters } from './description-list-harness-filters';
|
|
6
|
+
/**
|
|
7
|
+
* Harness for interacting with a description list component in tests.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SkyDescriptionListHarness extends SkyComponentHarness {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
static hostSelector: string;
|
|
15
|
+
/**
|
|
16
|
+
* Gets a `HarnessPredicate` that can be used to search for a
|
|
17
|
+
* `SkyDescriptionListHarness` that meets certain criteria
|
|
18
|
+
*/
|
|
19
|
+
static with(filters: SkyDescriptionListHarnessFilters): HarnessPredicate<SkyDescriptionListHarness>;
|
|
20
|
+
getContent(): Promise<SkyDescriptionListContentHarness[]>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the mode of the description list.
|
|
23
|
+
*/
|
|
24
|
+
getMode(): Promise<SkyDescriptionListModeType>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
2
|
+
/**
|
|
3
|
+
* Harness for interacting with a description list term component in tests.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class SkyDescriptionListTermHarness extends ComponentHarness {
|
|
7
|
+
/**
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
static hostSelector: string;
|
|
11
|
+
getText(): Promise<string>;
|
|
12
|
+
}
|
package/testing/public-api.d.ts
CHANGED
|
@@ -3,6 +3,9 @@ export { SkyCardFixture } from './legacy/card-fixture';
|
|
|
3
3
|
export { SkyPageSummaryFixture } from './legacy/page-summary-fixture';
|
|
4
4
|
export { SkyBoxHarness } from './modules/box/box-harness';
|
|
5
5
|
export { SkyBoxHarnessFilters } from './modules/box/box-harness.filters';
|
|
6
|
+
export { SkyDescriptionListContentHarness } from './modules/description-list/description-list-content-harness';
|
|
7
|
+
export { SkyDescriptionListHarness } from './modules/description-list/description-list-harness';
|
|
8
|
+
export { SkyDescriptionListHarnessFilters } from './modules/description-list/description-list-harness-filters';
|
|
6
9
|
export { SkyColumnHarness } from './modules/fluid-grid/column-harness';
|
|
7
10
|
export { SkyColumnHarnessFilters } from './modules/fluid-grid/column-harness-filters';
|
|
8
11
|
export { SkyFluidGridHarness } from './modules/fluid-grid/fluid-grid-harness';
|
|
@@ -19,3 +22,7 @@ export { SkyToolbarHarnessFilters } from './modules/toolbar/toolbar-harness-filt
|
|
|
19
22
|
export { SkyToolbarSectionHarness } from './modules/toolbar/toolbar-section-harness';
|
|
20
23
|
export { SkyToolbarSectionHarnessFilters } from './modules/toolbar/toolbar-section-harness-filters';
|
|
21
24
|
export { SkyToolbarViewActionsHarness } from './modules/toolbar/toolbar-view-actions-harness';
|
|
25
|
+
export { SkyActionButtonContainerHarnessFilters } from './modules/action-button/action-button-container-harness.filters';
|
|
26
|
+
export { SkyActionButtonContainerHarness } from './modules/action-button/action-button-container-harness';
|
|
27
|
+
export { SkyActionButtonHarnessFilters } from './modules/action-button/action-button-harness.filters';
|
|
28
|
+
export { SkyActionButtonHarness } from './modules/action-button/action-button-harness';
|