@baloise/ds-testing 17.4.1 → 18.0.0-nightly.20250211

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 (105) hide show
  1. package/add-custom-commands.esm.js +1 -1
  2. package/add-override-commands.esm.js +541 -3
  3. package/bal-input-stepper.command.esm.js +165 -165
  4. package/helpers.esm.js +43 -42
  5. package/index.esm.js +2 -800
  6. package/package.json +3 -4
  7. package/selectors.esm.js +1 -1
  8. package/selectors.esm2.js +179 -0
  9. package/src/add-custom-commands.d.ts +34 -34
  10. package/src/add-override-commands.d.ts +9 -9
  11. package/src/commands/custom/bal-accordion.command.d.ts +1 -1
  12. package/src/commands/custom/bal-accordion.types.d.ts +15 -15
  13. package/src/commands/custom/bal-field.command.d.ts +1 -1
  14. package/src/commands/custom/bal-field.types.d.ts +11 -11
  15. package/src/commands/custom/bal-hint.command.d.ts +1 -1
  16. package/src/commands/custom/bal-hint.types.d.ts +15 -15
  17. package/src/commands/custom/bal-input-stepper.command.d.ts +1 -1
  18. package/src/commands/custom/bal-input-stepper.types.d.ts +15 -15
  19. package/src/commands/custom/bal-modal.command.d.ts +1 -1
  20. package/src/commands/custom/bal-modal.types.d.ts +24 -24
  21. package/src/commands/custom/bal-pagination.command.d.ts +1 -1
  22. package/src/commands/custom/bal-pagination.types.d.ts +23 -23
  23. package/src/commands/custom/bal-popover.command.d.ts +1 -1
  24. package/src/commands/custom/bal-popover.types.d.ts +27 -27
  25. package/src/commands/custom/bal-popup.command.d.ts +1 -1
  26. package/src/commands/custom/bal-popup.types.d.ts +15 -15
  27. package/src/commands/custom/bal-select.command.d.ts +1 -1
  28. package/src/commands/custom/bal-select.types.d.ts +19 -19
  29. package/src/commands/custom/bal-snackbar.command.d.ts +1 -1
  30. package/src/commands/custom/bal-snackbar.types.d.ts +11 -11
  31. package/src/commands/custom/bal-steps.command.d.ts +1 -1
  32. package/src/commands/custom/bal-steps.types.d.ts +27 -27
  33. package/src/commands/custom/bal-tabs.command.d.ts +1 -1
  34. package/src/commands/custom/bal-tabs.types.d.ts +31 -31
  35. package/src/commands/custom/bal-toast.command.d.ts +1 -1
  36. package/src/commands/custom/bal-toast.types.d.ts +11 -11
  37. package/src/commands/custom/component.command.d.ts +1 -1
  38. package/src/commands/custom/component.types.d.ts +47 -47
  39. package/src/commands/custom/get.command.d.ts +1 -1
  40. package/src/commands/custom/get.types.d.ts +43 -43
  41. package/src/commands/custom/platform.command.d.ts +1 -1
  42. package/src/commands/custom/platform.types.d.ts +11 -11
  43. package/src/commands/custom/visit.command.d.ts +1 -1
  44. package/src/commands/custom/visit.types.d.ts +10 -10
  45. package/src/commands/helpers.d.ts +48 -48
  46. package/src/commands/overrides/blur.command.d.ts +1 -1
  47. package/src/commands/overrides/check.command.d.ts +1 -1
  48. package/src/commands/overrides/clear.command.d.ts +1 -1
  49. package/src/commands/overrides/click.command.d.ts +1 -1
  50. package/src/commands/overrides/focus.command.d.ts +1 -1
  51. package/src/commands/overrides/select.command.d.ts +1 -1
  52. package/src/commands/overrides/should.command.d.ts +1 -1
  53. package/src/commands/overrides/type.command.d.ts +1 -1
  54. package/src/commands/overrides/uncheck.command.d.ts +1 -1
  55. package/src/index.d.ts +21 -25
  56. package/src/selectors/index.d.ts +354 -354
  57. package/src/selectors/selectors.util.d.ts +4 -4
  58. package/src/selectors.d.ts +1 -1
  59. package/src/viewports.d.ts +7 -7
  60. package/index.esm2.js +0 -317
  61. package/src/legacy/accessors/accordion.accessor.d.ts +0 -29
  62. package/src/legacy/accessors/button.accessor.d.ts +0 -23
  63. package/src/legacy/accessors/checkbox.accessor.d.ts +0 -25
  64. package/src/legacy/accessors/drop-down.accessor.d.ts +0 -31
  65. package/src/legacy/accessors/error.accessor.d.ts +0 -25
  66. package/src/legacy/accessors/icon-accessor.d.ts +0 -23
  67. package/src/legacy/accessors/input.accessor.d.ts +0 -30
  68. package/src/legacy/accessors/link.accessor.d.ts +0 -39
  69. package/src/legacy/accessors/list.accessor.d.ts +0 -23
  70. package/src/legacy/accessors/mixins/andable.d.ts +0 -5
  71. package/src/legacy/accessors/mixins/attachable.d.ts +0 -6
  72. package/src/legacy/accessors/mixins/attributable.d.ts +0 -7
  73. package/src/legacy/accessors/mixins/blurable.d.ts +0 -6
  74. package/src/legacy/accessors/mixins/checkable.d.ts +0 -7
  75. package/src/legacy/accessors/mixins/clearable.d.ts +0 -6
  76. package/src/legacy/accessors/mixins/clickable.d.ts +0 -7
  77. package/src/legacy/accessors/mixins/containable.d.ts +0 -5
  78. package/src/legacy/accessors/mixins/disableable.d.ts +0 -5
  79. package/src/legacy/accessors/mixins/eachable.d.ts +0 -5
  80. package/src/legacy/accessors/mixins/existable.d.ts +0 -5
  81. package/src/legacy/accessors/mixins/findable.d.ts +0 -5
  82. package/src/legacy/accessors/mixins/invokable.d.ts +0 -5
  83. package/src/legacy/accessors/mixins/lengthable.d.ts +0 -5
  84. package/src/legacy/accessors/mixins/mixins.d.ts +0 -12
  85. package/src/legacy/accessors/mixins/nthSelectable.d.ts +0 -7
  86. package/src/legacy/accessors/mixins/selectable.d.ts +0 -4
  87. package/src/legacy/accessors/mixins/shouldable.d.ts +0 -5
  88. package/src/legacy/accessors/mixins/thenable.d.ts +0 -5
  89. package/src/legacy/accessors/mixins/typeable.d.ts +0 -6
  90. package/src/legacy/accessors/mixins/urlable.d.ts +0 -6
  91. package/src/legacy/accessors/mixins/visible.d.ts +0 -5
  92. package/src/legacy/accessors/mixins/waitable.d.ts +0 -5
  93. package/src/legacy/accessors/multi-select-button.accessor.d.ts +0 -24
  94. package/src/legacy/accessors/navigation.accessor.d.ts +0 -22
  95. package/src/legacy/accessors/radio.accessor.d.ts +0 -23
  96. package/src/legacy/accessors/select-button.accessor.d.ts +0 -24
  97. package/src/legacy/accessors/table.accessor.d.ts +0 -27
  98. package/src/legacy/accessors/tabs.accessor.d.ts +0 -26
  99. package/src/legacy/accessors/text.accessor.d.ts +0 -23
  100. package/src/legacy/accessors/tile.accessor.d.ts +0 -27
  101. package/src/legacy/accessors/toast.accessor.d.ts +0 -24
  102. package/src/legacy/accessors/tooltip.accessor.d.ts +0 -23
  103. package/src/legacy/accessors/typeahead.accessor.d.ts +0 -26
  104. package/src/legacy/index.d.ts +0 -43
  105. package/type.command.esm.js +0 -541
@@ -1,7 +0,0 @@
1
- /// <reference types="cypress" />
2
- import { Mixin } from './mixins';
3
- export interface Clickable<T> {
4
- click(options?: Partial<Cypress.ClickOptions>): T;
5
- clickNth(index: number, options?: Partial<Cypress.ClickOptions>): T;
6
- }
7
- export declare const ClickableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Containable<T> {
3
- contains(content: string | number | RegExp, shouldContain?: boolean, options?: any): T;
4
- }
5
- export declare const ContainableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Disableable<T> {
3
- assertIsDisabled(enabled?: boolean): T;
4
- }
5
- export declare const DisableableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Eachable<T> {
3
- each(callBack: () => void): T;
4
- }
5
- export declare const EachableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Existable<T> {
3
- assertExists(exists?: boolean): T;
4
- }
5
- export declare const ExistableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Findable<T> {
3
- find(locator: string): T;
4
- }
5
- export declare const FindableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Invokable<T> {
3
- invoke(locator: string): T;
4
- }
5
- export declare const InvokableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Lengthable<T> {
3
- length(locator: string): T;
4
- }
5
- export declare const LengthableMixin: Mixin;
@@ -1,12 +0,0 @@
1
- export interface AccessorGetter<T> {
2
- get(element?: Cypress.Chainable): T;
3
- }
4
- export declare type Accessor<T> = (selector: string) => AccessorGetter<T>;
5
- export declare type Mixin = <T>(context: MixinContext<T>) => any;
6
- export declare type AccessorCreator<T> = () => T;
7
- export interface MixinContext<T> {
8
- selector: string;
9
- element: Cypress.Chainable;
10
- creator: AccessorCreator<T>;
11
- }
12
- export declare const createAccessor: <T>(...mixins: Mixin[]) => (selector: string) => AccessorGetter<T>;
@@ -1,7 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface NthSelectable<T> {
3
- selectNth(index: number): T;
4
- last(): T;
5
- parent(): T;
6
- }
7
- export declare const NthSelectableMixin: Mixin;
@@ -1,4 +0,0 @@
1
- export interface Selectable<T> {
2
- select(indexes: number[] | number | string): T;
3
- assertIsSelected(indexes: number[] | number | string): T;
4
- }
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Shouldable<T> {
3
- should(chainers: string, attribute?: string | number, content?: string | number): T;
4
- }
5
- export declare const ShouldableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Thenable<T> {
3
- then(callBack: (params: any) => void): T;
4
- }
5
- export declare const ThenableMixin: Mixin;
@@ -1,6 +0,0 @@
1
- /// <reference types="cypress" />
2
- import { Mixin } from './mixins';
3
- export interface Typeable<T> {
4
- type(text: string, options?: Partial<Cypress.TypeOptions>): T;
5
- }
6
- export declare const TypeableMixin: Mixin;
@@ -1,6 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Urlable<T> {
3
- assertFullUrl(url: string): T;
4
- assertPartUrl(url: string): T;
5
- }
6
- export declare const UrlableMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Visible<T> {
3
- assertVisible(visible?: boolean): T;
4
- }
5
- export declare const VisibleMixin: Mixin;
@@ -1,5 +0,0 @@
1
- import { Mixin } from './mixins';
2
- export interface Waitable<T> {
3
- wait(time: number): T;
4
- }
5
- export declare const WaitableMixin: Mixin;
@@ -1,24 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Clickable } from './mixins/clickable';
5
- import { Containable } from './mixins/containable';
6
- import { Disableable } from './mixins/disableable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Existable } from './mixins/existable';
9
- import { Findable } from './mixins/findable';
10
- import { Invokable } from './mixins/invokable';
11
- import { Lengthable } from './mixins/lengthable';
12
- import { Accessor, Mixin } from './mixins/mixins';
13
- import { NthSelectable } from './mixins/nthSelectable';
14
- import { Selectable } from './mixins/selectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Visible } from './mixins/visible';
19
- import { Waitable } from './mixins/waitable';
20
- interface MultiSelectButtonAccessorType extends Andable<MultiSelectButtonAccessorType>, Blurable<MultiSelectButtonAccessorType>, Selectable<MultiSelectButtonAccessorType>, Containable<MultiSelectButtonAccessorType>, Existable<MultiSelectButtonAccessorType>, Clickable<MultiSelectButtonAccessorType>, Shouldable<MultiSelectButtonAccessorType>, Visible<MultiSelectButtonAccessorType>, Disableable<MultiSelectButtonAccessorType>, NthSelectable<MultiSelectButtonAccessorType>, Attributable<MultiSelectButtonAccessorType>, Urlable<MultiSelectButtonAccessorType>, Findable<MultiSelectButtonAccessorType>, Waitable<MultiSelectButtonAccessorType>, Invokable<MultiSelectButtonAccessorType>, Thenable<MultiSelectButtonAccessorType>, Lengthable<MultiSelectButtonAccessorType>, Eachable<MultiSelectButtonAccessorType> {
21
- }
22
- export declare const MultiSelectButtonSelectableMixin: Mixin;
23
- export declare const MultiSelectButtonAccessor: Accessor<MultiSelectButtonAccessorType>;
24
- export {};
@@ -1,22 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Clickable } from './mixins/clickable';
4
- import { Containable } from './mixins/containable';
5
- import { Disableable } from './mixins/disableable';
6
- import { Eachable } from './mixins/eachable';
7
- import { Existable } from './mixins/existable';
8
- import { Findable } from './mixins/findable';
9
- import { Invokable } from './mixins/invokable';
10
- import { Lengthable } from './mixins/lengthable';
11
- import { Accessor } from './mixins/mixins';
12
- import { NthSelectable } from './mixins/nthSelectable';
13
- import { Selectable } from './mixins/selectable';
14
- import { Shouldable } from './mixins/shouldable';
15
- import { Thenable } from './mixins/thenable';
16
- import { Urlable } from './mixins/urlable';
17
- import { Visible } from './mixins/visible';
18
- import { Waitable } from './mixins/waitable';
19
- interface NavigationAccessorType extends Andable<NavigationAccessorType>, Clickable<NavigationAccessorType>, Disableable<NavigationAccessorType>, Existable<NavigationAccessorType>, Selectable<NavigationAccessorType>, Containable<NavigationAccessorType>, Shouldable<NavigationAccessorType>, Visible<NavigationAccessorType>, NthSelectable<NavigationAccessorType>, Attributable<NavigationAccessorType>, Urlable<NavigationAccessorType>, Findable<NavigationAccessorType>, Waitable<NavigationAccessorType>, Invokable<NavigationAccessorType>, Thenable<NavigationAccessorType>, Lengthable<NavigationAccessorType>, Eachable<NavigationAccessorType> {
20
- }
21
- export declare const NavigationAccessor: Accessor<NavigationAccessorType>;
22
- export {};
@@ -1,23 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Checkable } from './mixins/checkable';
5
- import { Clickable } from './mixins/clickable';
6
- import { Containable } from './mixins/containable';
7
- import { Disableable } from './mixins/disableable';
8
- import { Eachable } from './mixins/eachable';
9
- import { Existable } from './mixins/existable';
10
- import { Findable } from './mixins/findable';
11
- import { Invokable } from './mixins/invokable';
12
- import { Lengthable } from './mixins/lengthable';
13
- import { Accessor } from './mixins/mixins';
14
- import { NthSelectable } from './mixins/nthSelectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Visible } from './mixins/visible';
19
- import { Waitable } from './mixins/waitable';
20
- interface RadioAccessorType extends Andable<RadioAccessorType>, Blurable<RadioAccessorType>, Checkable<RadioAccessorType>, Containable<RadioAccessorType>, Clickable<RadioAccessorType>, Existable<RadioAccessorType>, Disableable<RadioAccessorType>, Shouldable<RadioAccessorType>, Visible<RadioAccessorType>, NthSelectable<RadioAccessorType>, Attributable<RadioAccessorType>, Urlable<RadioAccessorType>, Findable<RadioAccessorType>, Waitable<RadioAccessorType>, Invokable<RadioAccessorType>, Thenable<RadioAccessorType>, Lengthable<RadioAccessorType>, Eachable<RadioAccessorType> {
21
- }
22
- export declare const RadioAccessor: Accessor<RadioAccessorType>;
23
- export {};
@@ -1,24 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Clickable } from './mixins/clickable';
5
- import { Containable } from './mixins/containable';
6
- import { Disableable } from './mixins/disableable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Existable } from './mixins/existable';
9
- import { Findable } from './mixins/findable';
10
- import { Invokable } from './mixins/invokable';
11
- import { Lengthable } from './mixins/lengthable';
12
- import { Accessor, Mixin } from './mixins/mixins';
13
- import { NthSelectable } from './mixins/nthSelectable';
14
- import { Selectable } from './mixins/selectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Visible } from './mixins/visible';
19
- import { Waitable } from './mixins/waitable';
20
- interface SelectButtonAccessorType extends Andable<SelectButtonAccessorType>, Blurable<SelectButtonAccessorType>, Selectable<SelectButtonAccessorType>, Containable<SelectButtonAccessorType>, Clickable<SelectButtonAccessorType>, Existable<SelectButtonAccessorType>, Shouldable<SelectButtonAccessorType>, Visible<SelectButtonAccessorType>, Disableable<SelectButtonAccessorType>, NthSelectable<SelectButtonAccessorType>, Attributable<SelectButtonAccessorType>, Urlable<SelectButtonAccessorType>, Findable<SelectButtonAccessorType>, Waitable<SelectButtonAccessorType>, Invokable<SelectButtonAccessorType>, Thenable<SelectButtonAccessorType>, Lengthable<SelectButtonAccessorType>, Eachable<SelectButtonAccessorType> {
21
- }
22
- export declare const SelectButtonSelectableMixin: Mixin;
23
- export declare const SelectButtonAccessor: Accessor<SelectButtonAccessorType>;
24
- export {};
@@ -1,27 +0,0 @@
1
- /// <reference types="cypress" />
2
- import { Andable } from './mixins/andable';
3
- import { Attachable } from './mixins/attachable';
4
- import { Attributable } from './mixins/attributable';
5
- import { Clickable } from './mixins/clickable';
6
- import { Containable } from './mixins/containable';
7
- import { Disableable } from './mixins/disableable';
8
- import { Eachable } from './mixins/eachable';
9
- import { Existable } from './mixins/existable';
10
- import { Findable } from './mixins/findable';
11
- import { Invokable } from './mixins/invokable';
12
- import { Lengthable } from './mixins/lengthable';
13
- import { Accessor, Mixin } from './mixins/mixins';
14
- import { NthSelectable } from './mixins/nthSelectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Visible } from './mixins/visible';
19
- import { Waitable } from './mixins/waitable';
20
- interface TableAccessorType extends Andable<TableAccessorType>, Clickable<TableAccessorType>, Containable<TableAccessorType>, Existable<TableAccessorType>, Shouldable<TableAccessorType>, Disableable<TableAccessorType>, Visible<TableAccessorType>, NthSelectable<TableAccessorType>, Attributable<TableAccessorType>, Urlable<TableAccessorType>, Findable<TableAccessorType>, Waitable<TableAccessorType>, Eachable<TableAccessorType>, Invokable<TableAccessorType>, Thenable<TableAccessorType>, Lengthable<TableAccessorType>, Attachable<TableAccessorType> {
21
- rowContains(index: number, content: string): TableAccessorType;
22
- clickOnRow(index: number, options?: Partial<Cypress.ClickOptions>): TableAccessorType;
23
- }
24
- export declare const TableRowClickableMixin: Mixin;
25
- export declare const TableRowContainableMixin: Mixin;
26
- export declare const TableAccessor: Accessor<TableAccessorType>;
27
- export {};
@@ -1,26 +0,0 @@
1
- /// <reference types="cypress" />
2
- import { Andable } from './mixins/andable';
3
- import { Attributable } from './mixins/attributable';
4
- import { Clickable } from './mixins/clickable';
5
- import { Containable } from './mixins/containable';
6
- import { Disableable } from './mixins/disableable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Existable } from './mixins/existable';
9
- import { Findable } from './mixins/findable';
10
- import { Invokable } from './mixins/invokable';
11
- import { Lengthable } from './mixins/lengthable';
12
- import { Accessor, Mixin } from './mixins/mixins';
13
- import { NthSelectable } from './mixins/nthSelectable';
14
- import { Selectable } from './mixins/selectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Waitable } from './mixins/waitable';
19
- interface TabsAccessorType extends Andable<TabsAccessorType>, Selectable<TabsAccessorType>, Containable<TabsAccessorType>, Clickable<TabsAccessorType>, Existable<TabsAccessorType>, Shouldable<TabsAccessorType>, Disableable<TabsAccessorType>, NthSelectable<TabsAccessorType>, Attributable<TabsAccessorType>, Urlable<TabsAccessorType>, Findable<TabsAccessorType>, Waitable<TabsAccessorType>, Invokable<TabsAccessorType>, Thenable<TabsAccessorType>, Lengthable<TabsAccessorType>, Eachable<TabsAccessorType> {
20
- assertVisible(text: string): TabsAccessorType;
21
- select(index: number, options?: Partial<Cypress.ClickOptions>): TabsAccessorType;
22
- assertIsSelected(label: string): TabsAccessorType;
23
- }
24
- export declare const TabsAssertVisibleMixin: Mixin;
25
- export declare const TabsAccessor: Accessor<TabsAccessorType>;
26
- export {};
@@ -1,23 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attachable } from './mixins/attachable';
3
- import { Attributable } from './mixins/attributable';
4
- import { Blurable } from './mixins/blurable';
5
- import { Clickable } from './mixins/clickable';
6
- import { Containable } from './mixins/containable';
7
- import { Disableable } from './mixins/disableable';
8
- import { Eachable } from './mixins/eachable';
9
- import { Existable } from './mixins/existable';
10
- import { Findable } from './mixins/findable';
11
- import { Invokable } from './mixins/invokable';
12
- import { Lengthable } from './mixins/lengthable';
13
- import { Accessor } from './mixins/mixins';
14
- import { NthSelectable } from './mixins/nthSelectable';
15
- import { Shouldable } from './mixins/shouldable';
16
- import { Thenable } from './mixins/thenable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Visible } from './mixins/visible';
19
- import { Waitable } from './mixins/waitable';
20
- interface TextAccessorType extends Andable<TextAccessorType>, Containable<TextAccessorType>, Clickable<TextAccessorType>, Shouldable<TextAccessorType>, Blurable<TextAccessorType>, Existable<TextAccessorType>, Disableable<TextAccessorType>, Visible<TextAccessorType>, NthSelectable<TextAccessorType>, Attributable<TextAccessorType>, Urlable<TextAccessorType>, Findable<TextAccessorType>, Waitable<TextAccessorType>, Invokable<TextAccessorType>, Thenable<TextAccessorType>, Lengthable<TextAccessorType>, Eachable<TextAccessorType>, Attachable<TextAccessorType> {
21
- }
22
- export declare const TextAccessor: Accessor<TextAccessorType>;
23
- export {};
@@ -1,27 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attachable } from './mixins/attachable';
3
- import { Attributable } from './mixins/attributable';
4
- import { Clickable } from './mixins/clickable';
5
- import { Containable } from './mixins/containable';
6
- import { Disableable } from './mixins/disableable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Existable } from './mixins/existable';
9
- import { Findable } from './mixins/findable';
10
- import { Invokable } from './mixins/invokable';
11
- import { Lengthable } from './mixins/lengthable';
12
- import { Accessor, Mixin } from './mixins/mixins';
13
- import { NthSelectable } from './mixins/nthSelectable';
14
- import { Shouldable } from './mixins/shouldable';
15
- import { Thenable } from './mixins/thenable';
16
- import { Urlable } from './mixins/urlable';
17
- import { Visible } from './mixins/visible';
18
- import { Waitable } from './mixins/waitable';
19
- interface TileAccessorType extends Andable<TileAccessorType>, Clickable<TileAccessorType>, Existable<TileAccessorType>, Containable<TileAccessorType>, Disableable<TileAccessorType>, Shouldable<TileAccessorType>, Visible<TileAccessorType>, NthSelectable<TileAccessorType>, Attributable<TileAccessorType>, Urlable<TileAccessorType>, Findable<TileAccessorType>, Waitable<TileAccessorType>, Invokable<TileAccessorType>, Thenable<TileAccessorType>, Lengthable<TileAccessorType>, Eachable<TileAccessorType>, Attachable<TileAccessorType> {
20
- assertBodyExists(): TileAccessorType;
21
- assertBodyNotExists(): TileAccessorType;
22
- containsTileContent(content: string): TileAccessorType;
23
- }
24
- export declare const TileClickableMixin: Mixin;
25
- export declare const TileContainableMixin: Mixin;
26
- export declare const TileAccessor: Accessor<TileAccessorType>;
27
- export {};
@@ -1,24 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Clickable } from './mixins/clickable';
5
- import { Containable } from './mixins/containable';
6
- import { Disableable } from './mixins/disableable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Existable } from './mixins/existable';
9
- import { Findable } from './mixins/findable';
10
- import { Invokable } from './mixins/invokable';
11
- import { Lengthable } from './mixins/lengthable';
12
- import { Accessor, Mixin } from './mixins/mixins';
13
- import { NthSelectable } from './mixins/nthSelectable';
14
- import { Shouldable } from './mixins/shouldable';
15
- import { Thenable } from './mixins/thenable';
16
- import { Urlable } from './mixins/urlable';
17
- import { Visible } from './mixins/visible';
18
- import { Waitable } from './mixins/waitable';
19
- interface ToastAccessorType extends Andable<ToastAccessorType>, Blurable<ToastAccessorType>, Clickable<ToastAccessorType>, Containable<ToastAccessorType>, Existable<ToastAccessorType>, Shouldable<ToastAccessorType>, Disableable<ToastAccessorType>, Visible<ToastAccessorType>, NthSelectable<ToastAccessorType>, Attributable<ToastAccessorType>, Urlable<ToastAccessorType>, Findable<ToastAccessorType>, Waitable<ToastAccessorType>, Invokable<ToastAccessorType>, Thenable<ToastAccessorType>, Lengthable<ToastAccessorType>, Eachable<ToastAccessorType> {
20
- assertToast(content: string): ToastAccessorType;
21
- }
22
- export declare const SuccessToastableMixin: Mixin;
23
- export declare const ToastAccessor: Accessor<ToastAccessorType>;
24
- export {};
@@ -1,23 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Containable } from './mixins/containable';
5
- import { Eachable } from './mixins/eachable';
6
- import { Existable } from './mixins/existable';
7
- import { Findable } from './mixins/findable';
8
- import { Invokable } from './mixins/invokable';
9
- import { Lengthable } from './mixins/lengthable';
10
- import { Accessor, Mixin } from './mixins/mixins';
11
- import { NthSelectable } from './mixins/nthSelectable';
12
- import { Shouldable } from './mixins/shouldable';
13
- import { Thenable } from './mixins/thenable';
14
- import { Urlable } from './mixins/urlable';
15
- import { Visible } from './mixins/visible';
16
- import { Waitable } from './mixins/waitable';
17
- interface TooltipAccessorType extends Andable<TooltipAccessorType>, Containable<TooltipAccessorType>, Visible<TooltipAccessorType>, Blurable<TooltipAccessorType>, Existable<TooltipAccessorType>, Shouldable<TooltipAccessorType>, NthSelectable<TooltipAccessorType>, Attributable<TooltipAccessorType>, Urlable<TooltipAccessorType>, Findable<TooltipAccessorType>, Waitable<TooltipAccessorType>, Invokable<TooltipAccessorType>, Thenable<TooltipAccessorType>, Lengthable<TooltipAccessorType>, Eachable<TooltipAccessorType> {
18
- hover(): TooltipAccessorType;
19
- }
20
- export declare const HoverMixin: Mixin;
21
- export declare const HoverContainableMixin: Mixin;
22
- export declare const TooltipAccessor: Accessor<TooltipAccessorType>;
23
- export {};
@@ -1,26 +0,0 @@
1
- import { Andable } from './mixins/andable';
2
- import { Attributable } from './mixins/attributable';
3
- import { Blurable } from './mixins/blurable';
4
- import { Clearable } from './mixins/clearable';
5
- import { Clickable } from './mixins/clickable';
6
- import { Containable } from './mixins/containable';
7
- import { Eachable } from './mixins/eachable';
8
- import { Findable } from './mixins/findable';
9
- import { Invokable } from './mixins/invokable';
10
- import { Lengthable } from './mixins/lengthable';
11
- import { Accessor } from './mixins/mixins';
12
- import { NthSelectable } from './mixins/nthSelectable';
13
- import { Selectable } from './mixins/selectable';
14
- import { Shouldable } from './mixins/shouldable';
15
- import { Thenable } from './mixins/thenable';
16
- import { Typeable } from './mixins/typeable';
17
- import { Urlable } from './mixins/urlable';
18
- import { Waitable } from './mixins/waitable';
19
- export interface TypeaheadAccessorType extends Andable<TypeaheadAccessorType>, Clickable<TypeaheadAccessorType>, Typeable<TypeaheadAccessorType>, Blurable<TypeaheadAccessorType>, Clearable<TypeaheadAccessorType>, Containable<TypeaheadAccessorType>, Selectable<TypeaheadAccessorType>, Shouldable<TypeaheadAccessorType>, NthSelectable<TypeaheadAccessorType>, Attributable<TypeaheadAccessorType>, Urlable<TypeaheadAccessorType>, Findable<TypeaheadAccessorType>, Waitable<TypeaheadAccessorType>, Invokable<TypeaheadAccessorType>, Thenable<TypeaheadAccessorType>, Lengthable<TypeaheadAccessorType>, Eachable<TypeaheadAccessorType> {
20
- assertValue(value: any): TypeaheadAccessorType;
21
- contains(content: string | number | RegExp): TypeaheadAccessorType;
22
- assertError(name: string, error: string): TypeaheadAccessorType;
23
- assertNoError(name: string): TypeaheadAccessorType;
24
- assertOptions(...options: string[]): TypeaheadAccessorType;
25
- }
26
- export declare const TypeaheadAccessor: Accessor<TypeaheadAccessorType>;
@@ -1,43 +0,0 @@
1
- export * from './accessors/mixins/mixins';
2
- export * from './accessors/mixins/andable';
3
- export * from './accessors/mixins/attachable';
4
- export * from './accessors/mixins/attributable';
5
- export * from './accessors/mixins/blurable';
6
- export * from './accessors/mixins/checkable';
7
- export * from './accessors/mixins/clearable';
8
- export * from './accessors/mixins/clickable';
9
- export * from './accessors/mixins/containable';
10
- export * from './accessors/mixins/disableable';
11
- export * from './accessors/mixins/eachable';
12
- export * from './accessors/mixins/existable';
13
- export * from './accessors/mixins/findable';
14
- export * from './accessors/mixins/invokable';
15
- export * from './accessors/mixins/lengthable';
16
- export * from './accessors/mixins/nthSelectable';
17
- export * from './accessors/mixins/selectable';
18
- export * from './accessors/mixins/shouldable';
19
- export * from './accessors/mixins/thenable';
20
- export * from './accessors/mixins/typeable';
21
- export * from './accessors/mixins/urlable';
22
- export * from './accessors/mixins/visible';
23
- export * from './accessors/mixins/waitable';
24
- export * from './accessors/accordion.accessor';
25
- export * from './accessors/button.accessor';
26
- export * from './accessors/checkbox.accessor';
27
- export * from './accessors/drop-down.accessor';
28
- export * from './accessors/error.accessor';
29
- export * from './accessors/icon-accessor';
30
- export * from './accessors/input.accessor';
31
- export * from './accessors/link.accessor';
32
- export * from './accessors/list.accessor';
33
- export * from './accessors/multi-select-button.accessor';
34
- export * from './accessors/navigation.accessor';
35
- export * from './accessors/radio.accessor';
36
- export * from './accessors/select-button.accessor';
37
- export * from './accessors/table.accessor';
38
- export * from './accessors/tabs.accessor';
39
- export * from './accessors/text.accessor';
40
- export * from './accessors/tile.accessor';
41
- export * from './accessors/toast.accessor';
42
- export * from './accessors/tooltip.accessor';
43
- export * from './accessors/typeahead.accessor';