@skyux/lists 10.0.0-alpha.2 → 10.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.
Files changed (39) hide show
  1. package/documentation.json +955 -685
  2. package/esm2022/lib/modules/filter/filter-button.component.mjs +5 -5
  3. package/esm2022/lib/modules/filter/filter-inline-item.component.mjs +3 -3
  4. package/esm2022/lib/modules/filter/filter-inline.component.mjs +3 -3
  5. package/esm2022/lib/modules/filter/filter-summary-item.component.mjs +3 -3
  6. package/esm2022/lib/modules/filter/filter-summary.component.mjs +3 -3
  7. package/esm2022/lib/modules/filter/filter.module.mjs +4 -4
  8. package/esm2022/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.mjs +3 -3
  9. package/esm2022/lib/modules/infinite-scroll/infinite-scroll.component.mjs +3 -3
  10. package/esm2022/lib/modules/infinite-scroll/infinite-scroll.module.mjs +4 -4
  11. package/esm2022/lib/modules/paging/paging-content.component.mjs +3 -3
  12. package/esm2022/lib/modules/paging/paging.component.mjs +5 -5
  13. package/esm2022/lib/modules/paging/paging.module.mjs +4 -4
  14. package/esm2022/lib/modules/repeater/repeater-adapter.service.mjs +3 -3
  15. package/esm2022/lib/modules/repeater/repeater-auto-scroll.service.mjs +3 -3
  16. package/esm2022/lib/modules/repeater/repeater-item-content.component.mjs +3 -3
  17. package/esm2022/lib/modules/repeater/repeater-item-context-menu.component.mjs +3 -3
  18. package/esm2022/lib/modules/repeater/repeater-item-title.component.mjs +3 -3
  19. package/esm2022/lib/modules/repeater/repeater-item.component.mjs +5 -5
  20. package/esm2022/lib/modules/repeater/repeater.component.mjs +4 -4
  21. package/esm2022/lib/modules/repeater/repeater.module.mjs +4 -4
  22. package/esm2022/lib/modules/repeater/repeater.service.mjs +3 -3
  23. package/esm2022/lib/modules/shared/sky-lists-resources.module.mjs +4 -4
  24. package/esm2022/lib/modules/sort/sort-item.component.mjs +3 -3
  25. package/esm2022/lib/modules/sort/sort-menu-heading.component.mjs +3 -3
  26. package/esm2022/lib/modules/sort/sort.component.mjs +5 -5
  27. package/esm2022/lib/modules/sort/sort.module.mjs +4 -4
  28. package/esm2022/lib/modules/sort/sort.service.mjs +3 -3
  29. package/esm2022/testing/filter/filter-testing.module.mjs +4 -4
  30. package/esm2022/testing/infinite-scroll/infinite-scroll-testing.module.mjs +4 -4
  31. package/esm2022/testing/paging/paging-testing.module.mjs +4 -4
  32. package/esm2022/testing/repeater/repeater-item-harness.mjs +4 -28
  33. package/esm2022/testing/sort/sort-testing.module.mjs +4 -4
  34. package/fesm2022/skyux-lists-testing.mjs +18 -42
  35. package/fesm2022/skyux-lists-testing.mjs.map +1 -1
  36. package/fesm2022/skyux-lists.mjs +91 -91
  37. package/fesm2022/skyux-lists.mjs.map +1 -1
  38. package/package.json +14 -14
  39. package/testing/repeater/repeater-item-harness.d.ts +3 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "10.0.0-alpha.2",
3
+ "version": "10.0.0-alpha.4",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,19 +36,19 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/cdk": "^17.1.1",
40
- "@angular/common": "^17.1.1",
41
- "@angular/core": "^17.1.1",
42
- "@angular/platform-browser": "^17.1.1",
43
- "@skyux-sdk/testing": "10.0.0-alpha.2",
44
- "@skyux/animations": "10.0.0-alpha.2",
45
- "@skyux/core": "10.0.0-alpha.2",
46
- "@skyux/forms": "10.0.0-alpha.2",
47
- "@skyux/i18n": "10.0.0-alpha.2",
48
- "@skyux/indicators": "10.0.0-alpha.2",
49
- "@skyux/inline-form": "10.0.0-alpha.2",
50
- "@skyux/popovers": "10.0.0-alpha.2",
51
- "@skyux/theme": "10.0.0-alpha.2"
39
+ "@angular/cdk": "^17.2.2",
40
+ "@angular/common": "^17.2.4",
41
+ "@angular/core": "^17.2.4",
42
+ "@angular/platform-browser": "^17.2.4",
43
+ "@skyux-sdk/testing": "10.0.0-alpha.4",
44
+ "@skyux/animations": "10.0.0-alpha.4",
45
+ "@skyux/core": "10.0.0-alpha.4",
46
+ "@skyux/forms": "10.0.0-alpha.4",
47
+ "@skyux/i18n": "10.0.0-alpha.4",
48
+ "@skyux/indicators": "10.0.0-alpha.4",
49
+ "@skyux/inline-form": "10.0.0-alpha.4",
50
+ "@skyux/popovers": "10.0.0-alpha.4",
51
+ "@skyux/theme": "10.0.0-alpha.4"
52
52
  },
53
53
  "dependencies": {
54
54
  "@types/dragula": "2.1.36",
@@ -1,10 +1,10 @@
1
- import { ComponentHarness, HarnessPredicate, HarnessQuery, TestElement } from '@angular/cdk/testing';
2
- import { SkyComponentHarness } from '@skyux/core/testing';
1
+ import { HarnessPredicate } from '@angular/cdk/testing';
2
+ import { SkyQueryableComponentHarness } from '@skyux/core/testing';
3
3
  import { SkyRepeaterItemHarnessFilters } from './repeater-item-harness-filters';
4
4
  /**
5
5
  * Harness for interacting with a repeater item component in tests.
6
6
  */
7
- export declare class SkyRepeaterItemHarness extends SkyComponentHarness {
7
+ export declare class SkyRepeaterItemHarness extends SkyQueryableComponentHarness {
8
8
  #private;
9
9
  /**
10
10
  * @internal
@@ -15,22 +15,6 @@ export declare class SkyRepeaterItemHarness extends SkyComponentHarness {
15
15
  * `SkyRepeaterItemHarness` that meets certain criteria.
16
16
  */
17
17
  static with(filters: SkyRepeaterItemHarnessFilters): HarnessPredicate<SkyRepeaterItemHarness>;
18
- /**
19
- * Returns a child harness.
20
- */
21
- queryHarness<T extends ComponentHarness>(query: HarnessQuery<T>): Promise<T | null>;
22
- /**
23
- * Returns child harnesses.
24
- */
25
- queryHarnesses<T extends ComponentHarness>(harness: HarnessQuery<T>): Promise<T[]>;
26
- /**
27
- * Returns a child test element.
28
- */
29
- querySelector(selector: string): Promise<TestElement | null>;
30
- /**
31
- * Returns child test elements.
32
- */
33
- querySelectorAll(selector: string): Promise<TestElement[]>;
34
18
  /**
35
19
  * Clicks on the repeater item.
36
20
  */