@skyux/lists 12.0.0-alpha.2 → 12.0.0-alpha.3
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 +527 -513
- package/fesm2022/skyux-lists.mjs +17 -1
- package/fesm2022/skyux-lists.mjs.map +1 -1
- package/lib/modules/filter/filter.module.d.ts +3 -0
- package/lib/modules/infinite-scroll/infinite-scroll.module.d.ts +3 -0
- package/lib/modules/paging/paging.module.d.ts +3 -0
- package/lib/modules/repeater/repeater-item.component.d.ts +1 -0
- package/lib/modules/repeater/repeater.module.d.ts +3 -0
- package/lib/modules/sort/sort.module.d.ts +3 -0
- package/package.json +11 -11
|
@@ -9,6 +9,9 @@ import * as i7 from "@skyux/icon";
|
|
|
9
9
|
import * as i8 from "../shared/sky-lists-resources.module";
|
|
10
10
|
import * as i9 from "@skyux/indicators";
|
|
11
11
|
import * as i10 from "@skyux/theme";
|
|
12
|
+
/**
|
|
13
|
+
* @docsIncludeIds SkyFilterInlineComponent, SkyFilterInlineItemComponent, SkyFilterSummaryComponent, SkyFilterSummaryItemComponent, SkyFilterButtonComponent
|
|
14
|
+
*/
|
|
12
15
|
export declare class SkyFilterModule {
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterModule, never>;
|
|
14
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyFilterModule, [typeof i1.SkyFilterButtonComponent, typeof i2.SkyFilterInlineComponent, typeof i3.SkyFilterInlineItemComponent, typeof i4.SkyFilterSummaryComponent, typeof i5.SkyFilterSummaryItemComponent], [typeof i6.CommonModule, typeof i7.SkyIconModule, typeof i8.SkyListsResourcesModule, typeof i9.SkyTokensModule, typeof i10.SkyThemeModule], [typeof i1.SkyFilterButtonComponent, typeof i2.SkyFilterInlineComponent, typeof i3.SkyFilterInlineItemComponent, typeof i4.SkyFilterSummaryComponent, typeof i5.SkyFilterSummaryItemComponent]>;
|
|
@@ -2,6 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./infinite-scroll.component";
|
|
3
3
|
import * as i2 from "../shared/sky-lists-resources.module";
|
|
4
4
|
import * as i3 from "@skyux/indicators";
|
|
5
|
+
/**
|
|
6
|
+
* @docsIncludeIds SkyInfiniteScrollComponent
|
|
7
|
+
*/
|
|
5
8
|
export declare class SkyInfiniteScrollModule {
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyInfiniteScrollModule, never>;
|
|
7
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyInfiniteScrollModule, [typeof i1.SkyInfiniteScrollComponent], [typeof i2.SkyListsResourcesModule, typeof i3.SkyWaitModule], [typeof i1.SkyInfiniteScrollComponent]>;
|
|
@@ -6,6 +6,9 @@ import * as i4 from "../shared/sky-lists-resources.module";
|
|
|
6
6
|
import * as i5 from "./paging-content.component";
|
|
7
7
|
import * as i6 from "@skyux/theme";
|
|
8
8
|
import * as i7 from "@skyux/indicators";
|
|
9
|
+
/**
|
|
10
|
+
* @docsIncludeIds SkyPagingComponent, SkyPagingContentComponent, SkyPagingContentChangeArgs
|
|
11
|
+
*/
|
|
9
12
|
export declare class SkyPagingModule {
|
|
10
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyPagingModule, never>;
|
|
11
14
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyPagingModule, [typeof i1.SkyPagingComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyListsResourcesModule, typeof i5.SkyPagingContentComponent, typeof i6.SkyThemeModule, typeof i7.SkyWaitModule], [typeof i1.SkyPagingComponent, typeof i5.SkyPagingContentComponent]>;
|
|
@@ -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
|
/**
|
|
@@ -13,6 +13,9 @@ import * as i11 from "@skyux/icon";
|
|
|
13
13
|
import * as i12 from "@skyux/core";
|
|
14
14
|
import * as i13 from "@skyux/inline-form";
|
|
15
15
|
import * as i14 from "../shared/sky-lists-resources.module";
|
|
16
|
+
/**
|
|
17
|
+
* @docsIncludeIds SkyRepeaterComponent, SkyRepeaterItemComponent, SkyRepeaterItemTitleComponent, SkyRepeaterItemContentComponent, SkyRepeaterItemContextMenuComponent, SkyRepeaterExpandModeType, SkyRepeaterHarness, SkyRepeaterItemHarness
|
|
18
|
+
*/
|
|
16
19
|
export declare class SkyRepeaterModule {
|
|
17
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterModule, never>;
|
|
18
21
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyRepeaterModule, [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent], [typeof i6.CommonModule, typeof i7.DragulaModule, typeof i8.ObserversModule, typeof i9.SkyChevronModule, typeof i10.SkyCheckboxModule, typeof i11.SkyIconModule, typeof i12.SkyIdModule, typeof i13.SkyInlineFormModule, typeof i14.SkyListsResourcesModule], [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent]>;
|
|
@@ -8,6 +8,9 @@ import * as i6 from "@skyux/icon";
|
|
|
8
8
|
import * as i7 from "@skyux/core";
|
|
9
9
|
import * as i8 from "../shared/sky-lists-resources.module";
|
|
10
10
|
import * as i9 from "@skyux/theme";
|
|
11
|
+
/**
|
|
12
|
+
* @docsIncludeIds SkySortComponent, SkySortItemComponent
|
|
13
|
+
*/
|
|
11
14
|
export declare class SkySortModule {
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkySortModule, never>;
|
|
13
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkySortModule, [typeof i1.SkySortComponent, typeof i2.SkySortItemComponent, typeof i3.SkySortMenuHeadingComponent], [typeof i4.CommonModule, typeof i5.SkyDropdownModule, typeof i6.SkyIconModule, typeof i7.SkyIdModule, typeof i8.SkyListsResourcesModule, typeof i9.SkyThemeModule], [typeof i1.SkySortComponent, typeof i2.SkySortItemComponent]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lists",
|
|
3
|
-
"version": "12.0.0-alpha.
|
|
3
|
+
"version": "12.0.0-alpha.3",
|
|
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.
|
|
40
|
-
"@skyux/animations": "12.0.0-alpha.
|
|
41
|
-
"@skyux/core": "12.0.0-alpha.
|
|
42
|
-
"@skyux/forms": "12.0.0-alpha.
|
|
43
|
-
"@skyux/i18n": "12.0.0-alpha.
|
|
44
|
-
"@skyux/icon": "12.0.0-alpha.
|
|
45
|
-
"@skyux/indicators": "12.0.0-alpha.
|
|
46
|
-
"@skyux/inline-form": "12.0.0-alpha.
|
|
47
|
-
"@skyux/popovers": "12.0.0-alpha.
|
|
48
|
-
"@skyux/theme": "12.0.0-alpha.
|
|
39
|
+
"@skyux-sdk/testing": "12.0.0-alpha.3",
|
|
40
|
+
"@skyux/animations": "12.0.0-alpha.3",
|
|
41
|
+
"@skyux/core": "12.0.0-alpha.3",
|
|
42
|
+
"@skyux/forms": "12.0.0-alpha.3",
|
|
43
|
+
"@skyux/i18n": "12.0.0-alpha.3",
|
|
44
|
+
"@skyux/icon": "12.0.0-alpha.3",
|
|
45
|
+
"@skyux/indicators": "12.0.0-alpha.3",
|
|
46
|
+
"@skyux/inline-form": "12.0.0-alpha.3",
|
|
47
|
+
"@skyux/popovers": "12.0.0-alpha.3",
|
|
48
|
+
"@skyux/theme": "12.0.0-alpha.3"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@types/dragula": "2.1.36",
|