@skyux/indicators 12.23.0 → 13.0.0-alpha.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.
Files changed (71) hide show
  1. package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
  2. package/fesm2022/skyux-indicators.mjs +95 -95
  3. package/fesm2022/skyux-indicators.mjs.map +1 -1
  4. package/index.d.ts +648 -35
  5. package/package.json +12 -12
  6. package/testing/index.d.ts +470 -3
  7. package/lib/modules/alert/alert.component.d.ts +0 -49
  8. package/lib/modules/alert/alert.module.d.ts +0 -11
  9. package/lib/modules/chevron/chevron.component.d.ts +0 -40
  10. package/lib/modules/chevron/chevron.module.d.ts +0 -14
  11. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +0 -15
  12. package/lib/modules/expansion-indicator/expansion-indicator.module.d.ts +0 -9
  13. package/lib/modules/illustration/illustration-resolver.service.d.ts +0 -12
  14. package/lib/modules/illustration/illustration-size.d.ts +0 -1
  15. package/lib/modules/illustration/illustration.component.d.ts +0 -22
  16. package/lib/modules/illustration/illustration.module.d.ts +0 -7
  17. package/lib/modules/key-info/key-info-label.component.d.ts +0 -11
  18. package/lib/modules/key-info/key-info-layout-type.d.ts +0 -1
  19. package/lib/modules/key-info/key-info-value.component.d.ts +0 -9
  20. package/lib/modules/key-info/key-info.component.d.ts +0 -29
  21. package/lib/modules/key-info/key-info.module.d.ts +0 -12
  22. package/lib/modules/label/label-type.d.ts +0 -1
  23. package/lib/modules/label/label.component.d.ts +0 -32
  24. package/lib/modules/label/label.module.d.ts +0 -11
  25. package/lib/modules/shared/indicator-description-type.d.ts +0 -1
  26. package/lib/modules/shared/indicator-icon-type.d.ts +0 -1
  27. package/lib/modules/shared/indicator-icon-utility.d.ts +0 -7
  28. package/lib/modules/shared/sky-indicators-resources.module.d.ts +0 -10
  29. package/lib/modules/status-indicator/status-indicator.component.d.ts +0 -53
  30. package/lib/modules/status-indicator/status-indicator.module.d.ts +0 -13
  31. package/lib/modules/text-highlight/text-highlight.directive.d.ts +0 -18
  32. package/lib/modules/text-highlight/text-highlight.module.d.ts +0 -7
  33. package/lib/modules/tokens/token.component.d.ts +0 -58
  34. package/lib/modules/tokens/tokens.component.d.ts +0 -96
  35. package/lib/modules/tokens/tokens.module.d.ts +0 -12
  36. package/lib/modules/tokens/types/token-selected-event-args.d.ts +0 -7
  37. package/lib/modules/tokens/types/token.d.ts +0 -7
  38. package/lib/modules/tokens/types/tokens-message-type.d.ts +0 -22
  39. package/lib/modules/tokens/types/tokens-message.d.ts +0 -7
  40. package/lib/modules/wait/wait-adapter.service.d.ts +0 -16
  41. package/lib/modules/wait/wait-page.component.d.ts +0 -10
  42. package/lib/modules/wait/wait.component.d.ts +0 -51
  43. package/lib/modules/wait/wait.module.d.ts +0 -7
  44. package/lib/modules/wait/wait.service.d.ts +0 -42
  45. package/testing/legacy/alert-fixture.d.ts +0 -30
  46. package/testing/legacy/label-fixture.d.ts +0 -17
  47. package/testing/legacy/wait-fixture.d.ts +0 -12
  48. package/testing/modules/alert/alert-harness-filters.d.ts +0 -6
  49. package/testing/modules/alert/alert-harness.d.ts +0 -47
  50. package/testing/modules/chevron/chevron-harness.d.ts +0 -24
  51. package/testing/modules/help-inline/help-inline-harness-filters.d.ts +0 -8
  52. package/testing/modules/help-inline/help-inline-harness.d.ts +0 -24
  53. package/testing/modules/illustration/illustration-harness-filters.d.ts +0 -6
  54. package/testing/modules/illustration/illustration-harness.d.ts +0 -27
  55. package/testing/modules/key-info/key-info-harness-filters.d.ts +0 -6
  56. package/testing/modules/key-info/key-info-harness.d.ts +0 -31
  57. package/testing/modules/key-info/key-info-label-harness.d.ts +0 -15
  58. package/testing/modules/key-info/key-info-value-harness.d.ts +0 -15
  59. package/testing/modules/label/label-harness-filters.d.ts +0 -6
  60. package/testing/modules/label/label-harness.d.ts +0 -35
  61. package/testing/modules/status-indicator/status-indicator-harness-filters.d.ts +0 -6
  62. package/testing/modules/status-indicator/status-indicator-harness.d.ts +0 -47
  63. package/testing/modules/text-highlight/text-highlight-harness-filters.d.ts +0 -6
  64. package/testing/modules/text-highlight/text-highlight-harness.d.ts +0 -21
  65. package/testing/modules/tokens/token-harness-filters.d.ts +0 -10
  66. package/testing/modules/tokens/token-harness.d.ts +0 -41
  67. package/testing/modules/tokens/tokens-harness-filters.d.ts +0 -6
  68. package/testing/modules/tokens/tokens-harness.d.ts +0 -31
  69. package/testing/modules/wait/wait-harness-filters.d.ts +0 -10
  70. package/testing/modules/wait/wait-harness.d.ts +0 -34
  71. package/testing/public-api.d.ts +0 -24
@@ -1,30 +0,0 @@
1
- import { ComponentFixture } from '@angular/core/testing';
2
- /**
3
- * Allows interaction with a SKY UX alert component.
4
- * @deprecated Use `SkyAlertHarness` instead.
5
- * @internal
6
- */
7
- export declare class SkyAlertFixture {
8
- #private;
9
- /**
10
- * The alert's current text.
11
- */
12
- get text(): string | undefined;
13
- /**
14
- * A flag indicating whether the alert can be closed.
15
- */
16
- get closeable(): boolean | undefined;
17
- /**
18
- * Returns a flag indicating whether the alert is closed.
19
- */
20
- get closed(): boolean;
21
- /**
22
- * The alert's current type.
23
- */
24
- get alertType(): string | undefined;
25
- constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
26
- /**
27
- * Closes the alert. If the alert is not closeable, an error is thrown.
28
- */
29
- close(): void;
30
- }
@@ -1,17 +0,0 @@
1
- import { ComponentFixture } from '@angular/core/testing';
2
- /**
3
- * Allows interaction with a SKY UX label component.
4
- * @internal
5
- */
6
- export declare class SkyLabelFixture {
7
- #private;
8
- /**
9
- * The label's current type.
10
- */
11
- get labelType(): string | undefined;
12
- /**
13
- * The label's current text.
14
- */
15
- get text(): string | undefined;
16
- constructor(fixture: ComponentFixture<any>, skyTestId: string);
17
- }
@@ -1,12 +0,0 @@
1
- import { ComponentFixture } from '@angular/core/testing';
2
- /**
3
- * @internal
4
- */
5
- export declare class SkyWaitFixture {
6
- #private;
7
- get isWaiting(): boolean;
8
- get isFullPage(): boolean;
9
- get ariaLabel(): string;
10
- get isNonBlocking(): boolean;
11
- constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
12
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyAlertHarness instances.
4
- */
5
- export interface SkyAlertHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,47 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import type { SkyIndicatorDescriptionType, SkyIndicatorIconType } from '@skyux/indicators';
4
- import { SkyAlertHarnessFilters } from './alert-harness-filters';
5
- /**
6
- * Harness for interacting with an alert component in tests.
7
- */
8
- export declare class SkyAlertHarness extends SkyComponentHarness {
9
- #private;
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyAlertHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyAlertHarnessFilters): HarnessPredicate<SkyAlertHarness>;
19
- /**
20
- * Gets the current alert type.
21
- */
22
- getAlertType(): Promise<SkyIndicatorIconType | undefined>;
23
- /**
24
- * Gets the current alert text.
25
- */
26
- getText(): Promise<string>;
27
- /**
28
- * Closes the alert.
29
- */
30
- close(): Promise<void>;
31
- /**
32
- * Whether the user closed the alert.
33
- */
34
- isClosed(): Promise<boolean>;
35
- /**
36
- * Whether the user can close the alert.
37
- */
38
- isCloseable(): Promise<boolean>;
39
- /**
40
- * Gets the `descriptionType` of the label component.
41
- */
42
- getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
43
- /**
44
- * Gets the custom text used for the screen reader description of the label component icon.
45
- */
46
- getCustomDescription(): Promise<string>;
47
- }
@@ -1,24 +0,0 @@
1
- import { SkyComponentHarness } from '@skyux/core/testing';
2
- /**
3
- * Harness for interacting with a chevron component in tests.
4
- * @internal
5
- */
6
- export declare class SkyChevronHarness extends SkyComponentHarness {
7
- #private;
8
- /**
9
- * @internal
10
- */
11
- static hostSelector: string;
12
- /**
13
- * Gets the chevron direction.
14
- */
15
- getDirection(): Promise<string>;
16
- /**
17
- * Whether the chevron is disabled.
18
- */
19
- isDisabled(): Promise<boolean>;
20
- /**
21
- * Toggles the chevron.
22
- */
23
- toggle(): Promise<void>;
24
- }
@@ -1,8 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyHelpInlineHarness instances.
4
- * @docsId SkyHelpInlineHarnessFiltersLegacy
5
- * @deprecated Use the `SkyHelpInlineHarnessFilters` from `@skyux/help-inline/testing` instead.
6
- */
7
- export interface SkyHelpInlineHarnessFilters extends SkyHarnessFilters {
8
- }
@@ -1,24 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyHelpInlineHarnessFilters } from './help-inline-harness-filters';
4
- /**
5
- * Harness for interacting with a help inline component in tests.
6
- * @docsId SkyHelpInlineHarnessLegacy
7
- * @deprecated Use the `SkyHelpInlineHarness` from `@skyux/help-inline/testing` instead.
8
- */
9
- export declare class SkyHelpInlineHarness 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
- * `SkyInlineHelpHarness` that meets certain criteria
18
- */
19
- static with(filters: SkyHelpInlineHarnessFilters): HarnessPredicate<SkyHelpInlineHarness>;
20
- /**
21
- * Clicks the help inline icon button
22
- */
23
- click(): Promise<void>;
24
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of `SkyIllustrationHarness` instances.
4
- */
5
- export interface SkyIllustrationHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,27 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyIllustrationSize } from '@skyux/indicators';
4
- import { SkyIllustrationHarnessFilters } from './illustration-harness-filters';
5
- /**
6
- * Harness for interacting with an illustration component in tests.
7
- */
8
- export declare class SkyIllustrationHarness extends SkyComponentHarness {
9
- #private;
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyIllustrationHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyIllustrationHarnessFilters): HarnessPredicate<SkyIllustrationHarness>;
19
- /**
20
- * Gets the specified name of the illustration.
21
- */
22
- getName(): Promise<string>;
23
- /**
24
- * Gets the specified size of the illustration.
25
- */
26
- getSize(): Promise<SkyIllustrationSize>;
27
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyKeyInfoHarness instances.
4
- */
5
- export interface SkyKeyInfoHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,31 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyKeyInfoLayoutType } from '@skyux/indicators';
4
- import { SkyKeyInfoHarnessFilters } from './key-info-harness-filters';
5
- /**
6
- * Harness for interacting with a key info component in tests.
7
- */
8
- export declare class SkyKeyInfoHarness extends SkyComponentHarness {
9
- #private;
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyKeyInfoHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyKeyInfoHarnessFilters): HarnessPredicate<SkyKeyInfoHarness>;
19
- /**
20
- * Gets the current value text.
21
- */
22
- getValueText(): Promise<string>;
23
- /**
24
- * Gets the current label text.
25
- */
26
- getLabelText(): Promise<string>;
27
- /**
28
- * Gets the current layout type.
29
- */
30
- getLayout(): Promise<SkyKeyInfoLayoutType>;
31
- }
@@ -1,15 +0,0 @@
1
- import { SkyComponentHarness } from '@skyux/core/testing';
2
- /**
3
- * Harness for interacting with a key info label component in tests.
4
- * @internal
5
- */
6
- export declare class SkyKeyInfoLabelHarness extends SkyComponentHarness {
7
- /**
8
- * @internal
9
- */
10
- static hostSelector: string;
11
- /**
12
- * Gets the text value of the component content.
13
- */
14
- getText(): Promise<string>;
15
- }
@@ -1,15 +0,0 @@
1
- import { SkyComponentHarness } from '@skyux/core/testing';
2
- /**
3
- * Harness for interacting with a key info value component in tests.
4
- * @internal
5
- */
6
- export declare class SkyKeyInfoValueHarness extends SkyComponentHarness {
7
- /**
8
- * @internal
9
- */
10
- static hostSelector: string;
11
- /**
12
- * Gets the text value of the component content.
13
- */
14
- getText(): Promise<string>;
15
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of `SkyLabelHarness` instances.
4
- */
5
- export interface SkyLabelHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,35 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import type { SkyIndicatorDescriptionType, SkyLabelType } from '@skyux/indicators';
4
- import { SkyLabelHarnessFilters } from './label-harness-filters';
5
- /**
6
- * Harness for interacting with a label component in tests.
7
- */
8
- export declare class SkyLabelHarness extends SkyComponentHarness {
9
- #private;
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyLookupHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyLabelHarnessFilters): HarnessPredicate<SkyLabelHarness>;
19
- /**
20
- * Gets the text of the label component.
21
- */
22
- getLabelText(): Promise<string>;
23
- /**
24
- * Gets the `labelType` of the label component.
25
- */
26
- getLabelType(): Promise<SkyLabelType>;
27
- /**
28
- * Gets the `descriptionType` of the label component.
29
- */
30
- getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
31
- /**
32
- * Gets the custom text used for the screen reader description of the label component icon.
33
- */
34
- getCustomDescription(): Promise<string>;
35
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyStatusIndicatorHarness instances.
4
- */
5
- export interface SkyStatusIndicatorHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,47 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import type { SkyIndicatorDescriptionType, SkyIndicatorIconType } from '@skyux/indicators';
4
- import { SkyStatusIndicatorHarnessFilters } from './status-indicator-harness-filters';
5
- /**
6
- * Harness for interacting with a status indicator component in tests.
7
- */
8
- export declare class SkyStatusIndicatorHarness extends SkyComponentHarness {
9
- #private;
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyStatusIndicatorHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyStatusIndicatorHarnessFilters): HarnessPredicate<SkyStatusIndicatorHarness>;
19
- /**
20
- * Gets the current status indicator type.
21
- */
22
- getIndicatorType(): Promise<SkyIndicatorIconType | undefined>;
23
- /**
24
- * Gets the current status indicator text.
25
- */
26
- getText(): Promise<string>;
27
- /**
28
- * Gets the `descriptionType` of the status indicator component.
29
- */
30
- getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
31
- /**
32
- * Gets the custom text used for the screen reader description of the status indicator component icon.
33
- */
34
- getCustomDescription(): Promise<string>;
35
- /**
36
- * Clicks the help inline button.
37
- */
38
- clickHelpInline(): Promise<void>;
39
- /**
40
- * Gets the help inline popover content.
41
- */
42
- getHelpPopoverContent(): Promise<string | undefined>;
43
- /**
44
- * Gets the help inline popover title.
45
- */
46
- getHelpPopoverTitle(): Promise<string | undefined>;
47
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyTextHighlightHarness instances.
4
- */
5
- export interface SkyTextHighlightHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,21 +0,0 @@
1
- import { HarnessPredicate, TestElement } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyTextHighlightHarnessFilters } from './text-highlight-harness-filters';
4
- /**
5
- * Harness to interact with a text highlight directive in tests.
6
- */
7
- export declare class SkyTextHighlightHarness extends SkyComponentHarness {
8
- /**
9
- * @internal
10
- */
11
- static hostSelector: string;
12
- /**
13
- * Gets a `HarnessPredicate` that can be used to search for a
14
- * `SkyTextHighlightHarness` that meets certain criteria.
15
- */
16
- static with(filters: SkyTextHighlightHarnessFilters): HarnessPredicate<SkyTextHighlightHarness>;
17
- /**
18
- * Gets an array of all instances of highlighted text.
19
- */
20
- getHighlights(): Promise<TestElement[]>;
21
- }
@@ -1,10 +0,0 @@
1
- import { BaseHarnessFilters } from '@angular/cdk/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of `SkyTokenHarness` instances.
4
- */
5
- export interface SkyTokenHarnessFilters extends BaseHarnessFilters {
6
- /**
7
- * Only find instances whose text content matches the given value.
8
- */
9
- text?: string | RegExp;
10
- }
@@ -1,41 +0,0 @@
1
- import { ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyTokenHarnessFilters } from './token-harness-filters';
3
- /**
4
- * Harness for interacting with a token component in tests.
5
- */
6
- export declare class SkyTokenHarness extends ComponentHarness {
7
- #private;
8
- /**
9
- * @internal
10
- */
11
- static hostSelector: string;
12
- /**
13
- * Gets a `HarnessPredicate` that can be used to search for a
14
- * `SkyTokenHarness` that meets certain criteria.
15
- */
16
- static with(filters: SkyTokenHarnessFilters): HarnessPredicate<SkyTokenHarness>;
17
- /**
18
- * Selects the token.
19
- */
20
- select(): Promise<void>;
21
- /**
22
- * Dismisses the token.
23
- */
24
- dismiss(): Promise<void>;
25
- /**
26
- * Returns the text content of the token.
27
- */
28
- getText(): Promise<string>;
29
- /**
30
- * Whether the token is disabled.
31
- */
32
- isDisabled(): Promise<boolean>;
33
- /**
34
- * Whether the token is dismissible.
35
- */
36
- isDismissible(): Promise<boolean>;
37
- /**
38
- * Whether the token is focused.
39
- */
40
- isFocused(): Promise<boolean>;
41
- }
@@ -1,6 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of `SkyTokensHarness` instances.
4
- */
5
- export interface SkyTokensHarnessFilters extends SkyHarnessFilters {
6
- }
@@ -1,31 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyTokenHarness } from './token-harness';
4
- import { SkyTokenHarnessFilters } from './token-harness-filters';
5
- import { SkyTokensHarnessFilters } from './tokens-harness-filters';
6
- /**
7
- * Harness for interacting with a tokens component in tests.
8
- */
9
- export declare class SkyTokensHarness extends SkyComponentHarness {
10
- /**
11
- * @internal
12
- */
13
- static hostSelector: string;
14
- /**
15
- * Gets a `HarnessPredicate` that can be used to search for a
16
- * `SkyTokensHarness` that meets certain criteria.
17
- */
18
- static with(filters: SkyTokensHarnessFilters): HarnessPredicate<SkyTokensHarness>;
19
- /**
20
- * Dismisses all tokens, or tokens that meet certain criteria.
21
- */
22
- dismissTokens(filters?: SkyTokenHarnessFilters): Promise<void>;
23
- /**
24
- * Returns a list of tokens.
25
- */
26
- getTokens(filters?: SkyTokenHarnessFilters): Promise<SkyTokenHarness[]>;
27
- /**
28
- * Returns the text content of all tokens.
29
- */
30
- getTokensText(): Promise<string[]>;
31
- }
@@ -1,10 +0,0 @@
1
- import { SkyHarnessFilters } from '@skyux/core/testing';
2
- /**
3
- * A set of criteria that can be used to filter a list of SkyWaitHarness instances.
4
- */
5
- export interface SkyWaitHarnessFilters extends SkyHarnessFilters {
6
- /**
7
- * Only find blocking or non-blocking instances created by the `SkyWaitService`.
8
- */
9
- servicePageWaitType?: 'blocking' | 'non-blocking';
10
- }
@@ -1,34 +0,0 @@
1
- import { HarnessPredicate } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
3
- import { SkyWaitHarnessFilters } from './wait-harness-filters';
4
- /**
5
- * Harness for interacting with a wait component in tests.
6
- */
7
- export declare class SkyWaitHarness 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
- * `SkyWaitHarness` that meets certain criteria.
16
- */
17
- static with(filters: SkyWaitHarnessFilters): HarnessPredicate<SkyWaitHarness>;
18
- /**
19
- * Gets the ARIA label for the wait component or throws an error if not waiting.
20
- */
21
- getAriaLabel(): Promise<string>;
22
- /**
23
- * Gets the waiting state of the wait component.
24
- */
25
- isWaiting(): Promise<boolean>;
26
- /**
27
- * Gets the full page state of the wait component.
28
- */
29
- isFullPage(): Promise<boolean>;
30
- /**
31
- * Gets the blocking state of the wait component.
32
- */
33
- isNonBlocking(): Promise<boolean>;
34
- }
@@ -1,24 +0,0 @@
1
- export { SkyAlertHarness } from './modules/alert/alert-harness';
2
- export { SkyAlertHarnessFilters } from './modules/alert/alert-harness-filters';
3
- export { SkyChevronHarness } from './modules/chevron/chevron-harness';
4
- export { SkyHelpInlineHarness } from './modules/help-inline/help-inline-harness';
5
- export { SkyHelpInlineHarnessFilters } from './modules/help-inline/help-inline-harness-filters';
6
- export { SkyIllustrationHarness } from './modules/illustration/illustration-harness';
7
- export { SkyIllustrationHarnessFilters } from './modules/illustration/illustration-harness-filters';
8
- export { SkyKeyInfoHarness } from './modules/key-info/key-info-harness';
9
- export { SkyKeyInfoHarnessFilters } from './modules/key-info/key-info-harness-filters';
10
- export { SkyLabelHarness } from './modules/label/label-harness';
11
- export { SkyLabelHarnessFilters } from './modules/label/label-harness-filters';
12
- export { SkyStatusIndicatorHarness } from './modules/status-indicator/status-indicator-harness';
13
- export { SkyStatusIndicatorHarnessFilters } from './modules/status-indicator/status-indicator-harness-filters';
14
- export { SkyTextHighlightHarness } from './modules/text-highlight/text-highlight-harness';
15
- export { SkyTextHighlightHarnessFilters } from './modules/text-highlight/text-highlight-harness-filters';
16
- export { SkyTokenHarness } from './modules/tokens/token-harness';
17
- export { SkyTokenHarnessFilters } from './modules/tokens/token-harness-filters';
18
- export { SkyTokensHarness } from './modules/tokens/tokens-harness';
19
- export { SkyTokensHarnessFilters } from './modules/tokens/tokens-harness-filters';
20
- export { SkyWaitHarness } from './modules/wait/wait-harness';
21
- export { SkyWaitHarnessFilters } from './modules/wait/wait-harness-filters';
22
- export { SkyAlertFixture } from './legacy/alert-fixture';
23
- export { SkyLabelFixture } from './legacy/label-fixture';
24
- export { SkyWaitFixture } from './legacy/wait-fixture';