@skyux/lists 12.0.0-alpha.2 → 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.
@@ -61,6 +61,7 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
61
61
  /**
62
62
  * Whether users can change the order of the repeater item.
63
63
  * The repeater component's `reorderable` property must also be set to `true`.
64
+ * @internal
64
65
  */
65
66
  reorderable: boolean | undefined;
66
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "12.0.0-alpha.2",
3
+ "version": "12.0.0-alpha.4",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,16 +36,16 @@
36
36
  "@angular/common": "^19.0.5",
37
37
  "@angular/core": "^19.0.5",
38
38
  "@angular/platform-browser": "^19.0.5",
39
- "@skyux-sdk/testing": "12.0.0-alpha.2",
40
- "@skyux/animations": "12.0.0-alpha.2",
41
- "@skyux/core": "12.0.0-alpha.2",
42
- "@skyux/forms": "12.0.0-alpha.2",
43
- "@skyux/i18n": "12.0.0-alpha.2",
44
- "@skyux/icon": "12.0.0-alpha.2",
45
- "@skyux/indicators": "12.0.0-alpha.2",
46
- "@skyux/inline-form": "12.0.0-alpha.2",
47
- "@skyux/popovers": "12.0.0-alpha.2",
48
- "@skyux/theme": "12.0.0-alpha.2"
39
+ "@skyux-sdk/testing": "12.0.0-alpha.4",
40
+ "@skyux/animations": "12.0.0-alpha.4",
41
+ "@skyux/core": "12.0.0-alpha.4",
42
+ "@skyux/forms": "12.0.0-alpha.4",
43
+ "@skyux/i18n": "12.0.0-alpha.4",
44
+ "@skyux/icon": "12.0.0-alpha.4",
45
+ "@skyux/indicators": "12.0.0-alpha.4",
46
+ "@skyux/inline-form": "12.0.0-alpha.4",
47
+ "@skyux/popovers": "12.0.0-alpha.4",
48
+ "@skyux/theme": "12.0.0-alpha.4"
49
49
  },
50
50
  "dependencies": {
51
51
  "@types/dragula": "2.1.36",
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyRepeaterHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyRepeaterHarnessFilters extends SkyHarnessFilters {
7
6
  }
@@ -1,7 +1,6 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyRepeaterItemHarness` instances.
4
- * @internal
5
4
  */
6
5
  export interface SkyRepeaterItemHarnessFilters extends SkyHarnessFilters {
7
6
  /**