@skyux/lists 12.27.0 → 13.0.0-alpha.1
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/fesm2022/skyux-lists-testing.mjs +16 -16
- package/fesm2022/skyux-lists-testing.mjs.map +1 -1
- package/fesm2022/skyux-lists.mjs +88 -88
- package/fesm2022/skyux-lists.mjs.map +1 -1
- package/index.d.ts +627 -22
- package/package.json +15 -15
- package/testing/index.d.ts +640 -3
- package/lib/modules/filter/filter-button.component.d.ts +0 -59
- package/lib/modules/filter/filter-inline-item.component.d.ts +0 -8
- package/lib/modules/filter/filter-inline.component.d.ts +0 -8
- package/lib/modules/filter/filter-summary-item.component.d.ts +0 -27
- package/lib/modules/filter/filter-summary.component.d.ts +0 -8
- package/lib/modules/filter/filter.module.d.ts +0 -16
- package/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.d.ts +0 -26
- package/lib/modules/infinite-scroll/infinite-scroll.component.d.ts +0 -37
- package/lib/modules/infinite-scroll/infinite-scroll.module.d.ts +0 -9
- package/lib/modules/paging/paging-content.component.d.ts +0 -5
- package/lib/modules/paging/paging.component.d.ts +0 -55
- package/lib/modules/paging/paging.module.d.ts +0 -13
- package/lib/modules/paging/types/paging-content-change-args.d.ts +0 -13
- package/lib/modules/repeater/repeater-adapter.service.d.ts +0 -17
- package/lib/modules/repeater/repeater-auto-scroll-options.d.ts +0 -9
- package/lib/modules/repeater/repeater-auto-scroll.service.d.ts +0 -11
- package/lib/modules/repeater/repeater-auto-scroller.d.ts +0 -6
- package/lib/modules/repeater/repeater-expand-mode-type.d.ts +0 -1
- package/lib/modules/repeater/repeater-item-content.component.d.ts +0 -8
- package/lib/modules/repeater/repeater-item-context-menu.component.d.ts +0 -9
- package/lib/modules/repeater/repeater-item-roles.type.d.ts +0 -5
- package/lib/modules/repeater/repeater-item-title.component.d.ts +0 -8
- package/lib/modules/repeater/repeater-item.component.d.ts +0 -134
- package/lib/modules/repeater/repeater-role.type.d.ts +0 -1
- package/lib/modules/repeater/repeater.component.d.ts +0 -74
- package/lib/modules/repeater/repeater.module.d.ts +0 -20
- package/lib/modules/repeater/repeater.service.d.ts +0 -32
- package/lib/modules/shared/sky-lists-resources.module.d.ts +0 -10
- package/lib/modules/sort/sort-item.component.d.ts +0 -24
- package/lib/modules/sort/sort-menu-heading.component.d.ts +0 -5
- package/lib/modules/sort/sort.component.d.ts +0 -29
- package/lib/modules/sort/sort.module.d.ts +0 -15
- package/lib/modules/sort/sort.service.d.ts +0 -11
- package/testing/legacy/filter/filter-fixture-button.d.ts +0 -21
- package/testing/legacy/filter/filter-fixture-summary.d.ts +0 -12
- package/testing/legacy/filter/filter-testing.module.d.ts +0 -10
- package/testing/legacy/filter/lists-filter-fixture-button.d.ts +0 -6
- package/testing/legacy/infinite-scroll/infinite-scroll-fixture.d.ts +0 -14
- package/testing/legacy/infinite-scroll/infinite-scroll-testing.module.d.ts +0 -10
- package/testing/legacy/paging/paging-fixture-button.d.ts +0 -8
- package/testing/legacy/paging/paging-fixture.d.ts +0 -32
- package/testing/legacy/paging/paging-testing.module.d.ts +0 -10
- package/testing/legacy/sort/sort-fixture-menu-item.d.ts +0 -8
- package/testing/legacy/sort/sort-fixture-menu.d.ts +0 -7
- package/testing/legacy/sort/sort-fixture.d.ts +0 -46
- package/testing/legacy/sort/sort-testing.module.d.ts +0 -11
- package/testing/modules/filter/filter-button-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-button-harness.d.ts +0 -50
- package/testing/modules/filter/filter-inline-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-inline-harness.d.ts +0 -27
- package/testing/modules/filter/filter-inline-item-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-inline-item-harness.d.ts +0 -17
- package/testing/modules/filter/filter-summary-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-summary-harness.d.ts +0 -27
- package/testing/modules/filter/filter-summary-item-harness-filters.d.ts +0 -6
- package/testing/modules/filter/filter-summary-item-harness.d.ts +0 -30
- package/testing/modules/infinite-scroll/infinite-scroll-harness-filters.d.ts +0 -6
- package/testing/modules/infinite-scroll/infinite-scroll-harness.d.ts +0 -30
- package/testing/modules/paging/page-control-harness-filters.d.ts +0 -11
- package/testing/modules/paging/page-control-harness.d.ts +0 -22
- package/testing/modules/paging/paging-content-harness.d.ts +0 -10
- package/testing/modules/paging/paging-harness-filters.d.ts +0 -6
- package/testing/modules/paging/paging-harness.d.ts +0 -40
- package/testing/modules/repeater/repeater-harness-filters.d.ts +0 -6
- package/testing/modules/repeater/repeater-harness.d.ts +0 -23
- package/testing/modules/repeater/repeater-item-harness-filters.d.ts +0 -14
- package/testing/modules/repeater/repeater-item-harness.d.ts +0 -70
- package/testing/modules/sort/sort-harness-filters.d.ts +0 -6
- package/testing/modules/sort/sort-harness.d.ts +0 -40
- package/testing/modules/sort/sort-item-harness-filters.d.ts +0 -10
- package/testing/modules/sort/sort-item-harness.d.ts +0 -31
- package/testing/public-api.d.ts +0 -35
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SkyContentInfo } from '@skyux/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SkyFilterButtonComponent {
|
|
6
|
-
#private;
|
|
7
|
-
/**
|
|
8
|
-
* The ID for the filter button.
|
|
9
|
-
*/
|
|
10
|
-
get filterButtonId(): string;
|
|
11
|
-
set filterButtonId(value: string | undefined);
|
|
12
|
-
/**
|
|
13
|
-
* The ID to identify the element that contains
|
|
14
|
-
* the filtering options that the filter button exposes.
|
|
15
|
-
* To support [accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure),
|
|
16
|
-
* this property is necessary to set the `aria-controls` attribute when using inline filters.
|
|
17
|
-
* For more information about the `aria-controls` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-controls).
|
|
18
|
-
*/
|
|
19
|
-
ariaControls: string | undefined;
|
|
20
|
-
/**
|
|
21
|
-
* Whether the filtering options are exposed.
|
|
22
|
-
* To support [accessibility rules for disclosures](https://www.w3.org/TR/wai-aria-practices-1.1/#disclosure),
|
|
23
|
-
* this property is necessary to set the `aria-expanded` attribute when using inline filters.
|
|
24
|
-
* For more information about the `aria-expanded` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-expanded).
|
|
25
|
-
*/
|
|
26
|
-
ariaExpanded: boolean | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* The ARIA label for the filter button. This sets the
|
|
29
|
-
* filter button's `aria-label` attribute to provide a text equivalent for screen readers
|
|
30
|
-
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
31
|
-
* Use a context-sensitive label, such as "Filter constituents." Context is especially important when multiple filter buttons are in close proximity.
|
|
32
|
-
* In toolbars, filter buttons use the `listDescriptor` to provide context, and the ARIA label defaults to "Filter <listDescriptor>."
|
|
33
|
-
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
34
|
-
*/
|
|
35
|
-
ariaLabel: string | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* Whether to highlight the filter button to indicate that filters were applied.
|
|
38
|
-
* We recommend setting this property to `true` when no indication of filtering is visible
|
|
39
|
-
* to users. For example, set it to `true` if you do not display the filter summary.
|
|
40
|
-
*/
|
|
41
|
-
active: boolean | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* Whether to disable the filter button.
|
|
44
|
-
*/
|
|
45
|
-
disabled: boolean | undefined;
|
|
46
|
-
/**
|
|
47
|
-
* Whether to display a "Filter" label beside the icon on the filter button.
|
|
48
|
-
*/
|
|
49
|
-
showButtonText: boolean | undefined;
|
|
50
|
-
/**
|
|
51
|
-
* Fires when the filter button is selected.
|
|
52
|
-
*/
|
|
53
|
-
filterButtonClick: EventEmitter<void>;
|
|
54
|
-
protected contentInfoObs: Observable<SkyContentInfo> | undefined;
|
|
55
|
-
constructor();
|
|
56
|
-
filterButtonOnClick(): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterButtonComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFilterButtonComponent, "sky-filter-button", never, { "filterButtonId": { "alias": "filterButtonId"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showButtonText": { "alias": "showButtonText"; "required": false; }; }, { "filterButtonClick": "filterButtonClick"; }, never, never, false, never>;
|
|
59
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Specifies an inline filter.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SkyFilterInlineItemComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterInlineItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFilterInlineItemComponent, "sky-filter-inline-item", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Specifies a wrapper for the inline filters.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SkyFilterInlineComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterInlineComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFilterInlineComponent, "sky-filter-inline", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@skyux/theme";
|
|
4
|
-
/**
|
|
5
|
-
* Specifies a filter that was applied.
|
|
6
|
-
*/
|
|
7
|
-
export declare class SkyFilterSummaryItemComponent {
|
|
8
|
-
#private;
|
|
9
|
-
/**
|
|
10
|
-
* Whether the filter summary item has a close button.
|
|
11
|
-
*/
|
|
12
|
-
get dismissible(): boolean;
|
|
13
|
-
set dismissible(value: boolean | undefined);
|
|
14
|
-
/**
|
|
15
|
-
* Fires when the summary item close button is selected.
|
|
16
|
-
*/
|
|
17
|
-
dismiss: EventEmitter<void>;
|
|
18
|
-
/**
|
|
19
|
-
* Fires when the summary item is selected.
|
|
20
|
-
*/
|
|
21
|
-
itemClick: EventEmitter<void>;
|
|
22
|
-
onItemDismiss(): void;
|
|
23
|
-
onItemClick(): void;
|
|
24
|
-
onItemKeypress(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterSummaryItemComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFilterSummaryItemComponent, "sky-filter-summary-item", never, { "dismissible": { "alias": "dismissible"; "required": false; }; }, { "dismiss": "dismiss"; "itemClick": "itemClick"; }, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
|
|
27
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Specifies a wrapper for the filters that were applied.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SkyFilterSummaryComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterSummaryComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyFilterSummaryComponent, "sky-filter-summary", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter-button.component";
|
|
3
|
-
import * as i2 from "./filter-inline.component";
|
|
4
|
-
import * as i3 from "./filter-inline-item.component";
|
|
5
|
-
import * as i4 from "./filter-summary.component";
|
|
6
|
-
import * as i5 from "./filter-summary-item.component";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@skyux/icon";
|
|
9
|
-
import * as i8 from "../shared/sky-lists-resources.module";
|
|
10
|
-
import * as i9 from "@skyux/indicators";
|
|
11
|
-
import * as i10 from "@skyux/theme";
|
|
12
|
-
export declare class SkyFilterModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyFilterModule, never>;
|
|
14
|
-
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]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyFilterModule>;
|
|
16
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { SkyAppWindowRef, SkyScrollableHostService } from '@skyux/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
export declare class SkyInfiniteScrollDomAdapterService implements OnDestroy {
|
|
9
|
-
#private;
|
|
10
|
-
constructor(scrollableHostSvc: SkyScrollableHostService, windowRef: SkyAppWindowRef);
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
/**
|
|
13
|
-
* This event is triggered when child nodes are added to the infinite
|
|
14
|
-
* scroll parent container. e.g., A repeating list of elements was added.
|
|
15
|
-
* @param elementRef The infinite scroll element reference.
|
|
16
|
-
*/
|
|
17
|
-
parentChanges(elementRef: ElementRef): Observable<void>;
|
|
18
|
-
/**
|
|
19
|
-
* This event is triggered when the provided element reference
|
|
20
|
-
* is visible (or scrolled to) within its scrollable parent container.
|
|
21
|
-
* @param elementRef The infinite scroll element reference.
|
|
22
|
-
*/
|
|
23
|
-
scrollTo(elementRef: ElementRef): Observable<void>;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyInfiniteScrollDomAdapterService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SkyInfiniteScrollDomAdapterService>;
|
|
26
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { SkyInfiniteScrollDomAdapterService } from './infinite-scroll-dom-adapter.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SkyInfiniteScrollComponent implements OnDestroy {
|
|
5
|
-
#private;
|
|
6
|
-
/**
|
|
7
|
-
* Whether to make the infinite scroll component active when more data is available
|
|
8
|
-
* to load. By default, infinite scroll is inactive and does not call the load function.
|
|
9
|
-
* @default false
|
|
10
|
-
*/
|
|
11
|
-
get enabled(): boolean | undefined;
|
|
12
|
-
set enabled(value: boolean | undefined);
|
|
13
|
-
/**
|
|
14
|
-
* Whether data is loading because of a `scrollEnd` event. Setting the property
|
|
15
|
-
* to `true` disables new `scrollEnd` events from firing until it changes to `false`. If this
|
|
16
|
-
* property is not specified, the infinite scroll component watches the DOM for changes
|
|
17
|
-
* and fires `scrollEnd` events when changes occur on its parent DOM element. Relying
|
|
18
|
-
* on this default behavior could fire an excessive number of `scrollEnd` events
|
|
19
|
-
* if the DOM changes are not related to loading data, so we strongly recommend using this
|
|
20
|
-
* property to explicitly set the infinite scroll's loading state.
|
|
21
|
-
* @required
|
|
22
|
-
*/
|
|
23
|
-
get loading(): boolean | undefined;
|
|
24
|
-
set loading(value: boolean | undefined);
|
|
25
|
-
/**
|
|
26
|
-
* Fires when scrolling triggers the need to load more data or when users select the button
|
|
27
|
-
* to load more data. This event only fires when the `enabled` property is set to `true`
|
|
28
|
-
* and data is not already loading.
|
|
29
|
-
*/
|
|
30
|
-
scrollEnd: EventEmitter<void>;
|
|
31
|
-
isWaiting: boolean;
|
|
32
|
-
constructor(changeDetector: ChangeDetectorRef, elementRef: ElementRef, domAdapter: SkyInfiniteScrollDomAdapterService);
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
startInfiniteScrollLoad(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyInfiniteScrollComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyInfiniteScrollComponent, "sky-infinite-scroll", never, { "enabled": { "alias": "enabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "scrollEnd": "scrollEnd"; }, never, never, false, never>;
|
|
37
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./infinite-scroll.component";
|
|
3
|
-
import * as i2 from "../shared/sky-lists-resources.module";
|
|
4
|
-
import * as i3 from "@skyux/indicators";
|
|
5
|
-
export declare class SkyInfiniteScrollModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyInfiniteScrollModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyInfiniteScrollModule, [typeof i1.SkyInfiniteScrollComponent], [typeof i2.SkyListsResourcesModule, typeof i3.SkyWaitModule], [typeof i1.SkyInfiniteScrollComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyInfiniteScrollModule>;
|
|
9
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SkyPagingContentComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyPagingContentComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyPagingContentComponent, "sky-paging-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { SkyPagingContentChangeArgs } from './types/paging-content-change-args';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SkyPagingComponent implements OnChanges {
|
|
6
|
-
#private;
|
|
7
|
-
/**
|
|
8
|
-
* The page number of the current page. Page numbers start at 1 and increment.
|
|
9
|
-
*/
|
|
10
|
-
currentPage: number;
|
|
11
|
-
/**
|
|
12
|
-
* The total number of items across all pages.
|
|
13
|
-
*/
|
|
14
|
-
itemCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* The maximum number of pages to display in the pagination control.
|
|
17
|
-
*/
|
|
18
|
-
maxPages: number;
|
|
19
|
-
/**
|
|
20
|
-
* The number of items to display per page.
|
|
21
|
-
*/
|
|
22
|
-
pageSize: number;
|
|
23
|
-
/**
|
|
24
|
-
* The label for the pagination control when an application includes
|
|
25
|
-
* multiple paging components on the same page. The label should be unique and descriptive
|
|
26
|
-
* to help users of assistive technology differentiate pagination controls
|
|
27
|
-
* and understand what each one does.
|
|
28
|
-
* @default "Pagination"
|
|
29
|
-
*/
|
|
30
|
-
pagingLabel: string | undefined;
|
|
31
|
-
/**
|
|
32
|
-
* Fires when the current page changes and emits the new current page.
|
|
33
|
-
*/
|
|
34
|
-
currentPageChange: EventEmitter<number>;
|
|
35
|
-
/**
|
|
36
|
-
* Fires when the current page changes and emits the new current page with a function
|
|
37
|
-
* to call when loading the new page completes. Handling this event will display the
|
|
38
|
-
* wait component until the callback function is called, and focus will move to the top
|
|
39
|
-
* of the list for keyboard navigation if the list contents are placed inside the
|
|
40
|
-
* sky-paging-content element.
|
|
41
|
-
*/
|
|
42
|
-
contentChange: EventEmitter<SkyPagingContentChangeArgs>;
|
|
43
|
-
contentWrapper: ElementRef | undefined;
|
|
44
|
-
displayedPages: number[];
|
|
45
|
-
pageCount: number;
|
|
46
|
-
protected isLoading: BehaviorSubject<boolean>;
|
|
47
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
48
|
-
setPage(pageNumber: number, forceContentChange?: boolean): void;
|
|
49
|
-
nextPage(): void;
|
|
50
|
-
previousPage(): void;
|
|
51
|
-
get isPreviousButtonDisabled(): boolean;
|
|
52
|
-
get isNextButtonDisabled(): boolean;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyPagingComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyPagingComponent, "sky-paging", never, { "currentPage": { "alias": "currentPage"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "maxPages": { "alias": "maxPages"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pagingLabel": { "alias": "pagingLabel"; "required": false; }; }, { "currentPageChange": "currentPageChange"; "contentChange": "contentChange"; }, never, ["sky-paging-content"], false, never>;
|
|
55
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./paging.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@skyux/icon";
|
|
5
|
-
import * as i4 from "../shared/sky-lists-resources.module";
|
|
6
|
-
import * as i5 from "./paging-content.component";
|
|
7
|
-
import * as i6 from "@skyux/theme";
|
|
8
|
-
import * as i7 from "@skyux/indicators";
|
|
9
|
-
export declare class SkyPagingModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyPagingModule, never>;
|
|
11
|
-
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]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyPagingModule>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Information about the paged content to load.
|
|
3
|
-
*/
|
|
4
|
-
export interface SkyPagingContentChangeArgs {
|
|
5
|
-
/**
|
|
6
|
-
* The current page number.
|
|
7
|
-
*/
|
|
8
|
-
currentPage: number;
|
|
9
|
-
/**
|
|
10
|
-
* A function to call when loading the paged content completes.
|
|
11
|
-
*/
|
|
12
|
-
loadingComplete: () => void;
|
|
13
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { SkyRepeaterService } from './repeater.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
|
-
export declare class SkyRepeaterAdapterService {
|
|
8
|
-
#private;
|
|
9
|
-
constructor(repeaterService: SkyRepeaterService);
|
|
10
|
-
focusElement(element: ElementRef | HTMLElement | undefined): void;
|
|
11
|
-
setRepeaterHost(hostRef: ElementRef): void;
|
|
12
|
-
getRepeaterItemIndex(element: HTMLElement): number;
|
|
13
|
-
moveItemUp(element: HTMLElement, top?: boolean, steps?: number): number | undefined;
|
|
14
|
-
moveItemDown(element: HTMLElement, steps?: number): number | undefined;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterAdapterService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SkyRepeaterAdapterService>;
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SkyRepeaterAutoScrollOptions } from './repeater-auto-scroll-options';
|
|
2
|
-
import { SkyRepeaterAutoScroller } from './repeater-auto-scroller';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
|
-
export declare class SkyRepeaterAutoScrollService {
|
|
8
|
-
autoScroll(elements: (HTMLElement | Window)[], options: SkyRepeaterAutoScrollOptions): SkyRepeaterAutoScroller;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterAutoScrollService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SkyRepeaterAutoScrollService>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type SkyRepeaterExpandModeType = 'single' | 'multiple' | 'none';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Displays content text when the repeater is expanded.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SkyRepeaterItemContentComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterItemContentComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemContentComponent, "sky-repeater-item-content", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Wraps and styles a
|
|
4
|
-
* [`skyux-dropdown` component](https://developer.blackbaud.com/skyux-popovers/docs/dropdown).
|
|
5
|
-
*/
|
|
6
|
-
export declare class SkyRepeaterItemContextMenuComponent {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterItemContextMenuComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemContextMenuComponent, "sky-repeater-item-context-menu", never, {}, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Displays a header inside the repeater item.
|
|
4
|
-
*/
|
|
5
|
-
export declare class SkyRepeaterItemTitleComponent {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterItemTitleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemTitleComponent, "sky-repeater-item-title", never, {}, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { SkyCheckboxChange } from '@skyux/forms';
|
|
3
|
-
import { SkyLibResourcesService } from '@skyux/i18n';
|
|
4
|
-
import { SkyInlineFormCloseArgs, SkyInlineFormConfig } from '@skyux/inline-form';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import { SkyRepeaterAdapterService } from './repeater-adapter.service';
|
|
7
|
-
import { SkyRepeaterItemContentComponent } from './repeater-item-content.component';
|
|
8
|
-
import { SkyRepeaterItemRolesType } from './repeater-item-roles.type';
|
|
9
|
-
import { SkyRepeaterService } from './repeater.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Creates an individual repeater item.
|
|
13
|
-
*/
|
|
14
|
-
export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, AfterViewInit {
|
|
15
|
-
#private;
|
|
16
|
-
/**
|
|
17
|
-
* Make the first, non-disabled item tab-focusable.
|
|
18
|
-
* - Disabled items should not be focusable per [W3C](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_disabled_controls).
|
|
19
|
-
* - One item per list/grid/listbox should be tab focusable per [W3C](https://www.w3.org/TR/wai-aria-practices-1.1/#grid).
|
|
20
|
-
*/
|
|
21
|
-
get tabindex(): 0 | -1;
|
|
22
|
-
/**
|
|
23
|
-
* Whether to exclude an item when cycling through.
|
|
24
|
-
*/
|
|
25
|
-
set disabled(value: boolean | undefined);
|
|
26
|
-
get disabled(): boolean | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* The human-readable name for the repeater item that is available for multiple purposes,
|
|
29
|
-
* such as accessibility and instrumentation. For example, the component uses the name to
|
|
30
|
-
* construct ARIA labels for the repeater item controls
|
|
31
|
-
* to [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
32
|
-
* If not specified, the repeater item's title will be used for this value.
|
|
33
|
-
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
34
|
-
*/
|
|
35
|
-
set itemName(value: string | undefined);
|
|
36
|
-
get itemName(): string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* Configuration options for the buttons to display on an inline form
|
|
39
|
-
* within the repeater. This property accepts
|
|
40
|
-
* [a `SkyInlineFormConfig` object](https://developer.blackbaud.com/skyux/components/inline-form#skyinlineformconfig-properties).
|
|
41
|
-
*/
|
|
42
|
-
inlineFormConfig: SkyInlineFormConfig | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* Specifies [an Angular `TemplateRef`](https://angular.io/api/core/TemplateRef) to use
|
|
45
|
-
* as a template to instantiate an inline form within the repeater.
|
|
46
|
-
*/
|
|
47
|
-
inlineFormTemplate: TemplateRef<unknown> | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* Whether the repeater item is expanded.
|
|
50
|
-
* @default true
|
|
51
|
-
*/
|
|
52
|
-
set isExpanded(value: boolean | undefined);
|
|
53
|
-
get isExpanded(): boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Whether the repeater item's checkbox is selected.
|
|
56
|
-
* When users select the repeater item, the specified property on your model is updated accordingly.
|
|
57
|
-
* @default false
|
|
58
|
-
*/
|
|
59
|
-
set isSelected(value: boolean | undefined);
|
|
60
|
-
get isSelected(): boolean | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* Whether users can change the order of the repeater item.
|
|
63
|
-
* The repeater component's `reorderable` property must also be set to `true`.
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
reorderable: boolean | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* Whether to display a checkbox in the left of the repeater item.
|
|
69
|
-
*/
|
|
70
|
-
selectable: boolean | undefined;
|
|
71
|
-
/**
|
|
72
|
-
* Whether to display an inline form within the repeater.
|
|
73
|
-
* Users can toggle between displaying and hiding the inline form.
|
|
74
|
-
*/
|
|
75
|
-
showInlineForm: boolean | undefined;
|
|
76
|
-
/**
|
|
77
|
-
* The object that the repeater component returns for this repeater item
|
|
78
|
-
* when the `orderChange` event fires. This is required
|
|
79
|
-
* if you set the `reorderable` property to `true`.
|
|
80
|
-
*/
|
|
81
|
-
tag: any;
|
|
82
|
-
/**
|
|
83
|
-
* Fires when users collapse the repeater item.
|
|
84
|
-
*/
|
|
85
|
-
collapse: EventEmitter<void>;
|
|
86
|
-
/**
|
|
87
|
-
* Fires when users expand the repeater item.
|
|
88
|
-
*/
|
|
89
|
-
expand: EventEmitter<void>;
|
|
90
|
-
/**
|
|
91
|
-
* Fires when the repeater includes an inline form and users close it. This event emits
|
|
92
|
-
* [a `SkyInlineFormCloseArgs` type](https://developer.blackbaud.com/skyux/components/inline-form#skyinlineformcloseargs-properties).
|
|
93
|
-
*/
|
|
94
|
-
inlineFormClose: EventEmitter<SkyInlineFormCloseArgs>;
|
|
95
|
-
/**
|
|
96
|
-
* Fires when users select or clear the checkbox for the repeater item.
|
|
97
|
-
*/
|
|
98
|
-
isSelectedChange: EventEmitter<boolean>;
|
|
99
|
-
contextMenu: ElementRef | undefined;
|
|
100
|
-
contentId: string;
|
|
101
|
-
hasItemContent: boolean;
|
|
102
|
-
isActive: boolean;
|
|
103
|
-
set isCollapsible(value: boolean | undefined);
|
|
104
|
-
get isCollapsible(): boolean;
|
|
105
|
-
itemRole$: Observable<SkyRepeaterItemRolesType>;
|
|
106
|
-
reorderButtonLabel: string;
|
|
107
|
-
reorderState: string | undefined;
|
|
108
|
-
slideDirection: string | undefined;
|
|
109
|
-
animationDisabled: boolean;
|
|
110
|
-
get repeaterGroupClass(): string;
|
|
111
|
-
grabHandle: ElementRef | undefined;
|
|
112
|
-
itemContentRef: ElementRef | undefined;
|
|
113
|
-
itemHeaderRef: ElementRef | undefined;
|
|
114
|
-
itemRef: ElementRef | undefined;
|
|
115
|
-
set titleComponent(value: ElementRef | undefined);
|
|
116
|
-
repeaterItemContentComponents: QueryList<SkyRepeaterItemContentComponent> | undefined;
|
|
117
|
-
protected titleId: string | undefined;
|
|
118
|
-
constructor(repeaterService: SkyRepeaterService, changeDetector: ChangeDetectorRef, adapterService: SkyRepeaterAdapterService, elementRef: ElementRef, resourceService: SkyLibResourcesService);
|
|
119
|
-
ngOnInit(): void;
|
|
120
|
-
ngAfterViewInit(): void;
|
|
121
|
-
ngOnDestroy(): void;
|
|
122
|
-
onKeydown($event: KeyboardEvent): void;
|
|
123
|
-
headerClick(): void;
|
|
124
|
-
chevronDirectionChange(direction: string): void;
|
|
125
|
-
onRepeaterItemClick(event: MouseEvent): void;
|
|
126
|
-
updateForExpanded(value: boolean, animate: boolean): void;
|
|
127
|
-
onCheckboxChange(value: SkyCheckboxChange): void;
|
|
128
|
-
onInlineFormClose(inlineFormCloseArgs: SkyInlineFormCloseArgs): void;
|
|
129
|
-
moveToTop(event: Event): void;
|
|
130
|
-
onReorderHandleKeyDown(event: KeyboardEvent): void;
|
|
131
|
-
onReorderHandleBlur(event: any): void;
|
|
132
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterItemComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemComponent, "sky-repeater-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "inlineFormConfig": { "alias": "inlineFormConfig"; "required": false; }; "inlineFormTemplate": { "alias": "inlineFormTemplate"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showInlineForm": { "alias": "showInlineForm"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; }, { "collapse": "collapse"; "expand": "expand"; "inlineFormClose": "inlineFormClose"; "isSelectedChange": "isSelectedChange"; }, ["contextMenu", "titleComponent", "repeaterItemContentComponents"], ["sky-inline-delete", "sky-repeater-item-context-menu", "sky-repeater-item-title", "sky-repeater-item-content"], false, never>;
|
|
134
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type SkyRepeaterRoleType = 'list' | 'listbox' | 'grid';
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewChecked, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { SkyRepeaterExpandModeType } from './repeater-expand-mode-type';
|
|
3
|
-
import { SkyRepeaterItemComponent } from './repeater-item.component';
|
|
4
|
-
import { SkyRepeaterRoleType } from './repeater-role.type';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Creates a container to display repeater items.
|
|
8
|
-
*/
|
|
9
|
-
export declare class SkyRepeaterComponent implements AfterContentInit, AfterViewChecked, OnChanges, OnDestroy, OnInit {
|
|
10
|
-
#private;
|
|
11
|
-
/**
|
|
12
|
-
* The index of the repeater item to visually highlight as active.
|
|
13
|
-
* For example, use this property in conjunction with the
|
|
14
|
-
* [split view component](https://developer.blackbaud.com/skyux/components/split-view)
|
|
15
|
-
* to highlight a repeater item while users edit it. Only one item can be active at a time.
|
|
16
|
-
*/
|
|
17
|
-
activeIndex: number | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* The ARIA label for the repeater list.
|
|
20
|
-
* This sets the repeater list's `aria-label` attribute to provide a text equivalent for screen readers
|
|
21
|
-
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
22
|
-
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
23
|
-
* @default "List of items"
|
|
24
|
-
*/
|
|
25
|
-
ariaLabel: string | undefined;
|
|
26
|
-
/**
|
|
27
|
-
* Whether users can change the order of items in the repeater list.
|
|
28
|
-
* Each repeater item also has `reorderable` property to indicate whether
|
|
29
|
-
* users can change its order.
|
|
30
|
-
*/
|
|
31
|
-
reorderable: boolean | undefined;
|
|
32
|
-
/**
|
|
33
|
-
* The layout that determines which repeater items are expanded by default and whether
|
|
34
|
-
* repeater items are expandable and collapsible. Collapsed items display titles only.
|
|
35
|
-
* The valid options are `multiple`, `none`, and `single`.
|
|
36
|
-
* - `multiple` loads repeater items in an expanded state unless `isExpanded` is set to
|
|
37
|
-
* `false` for a repeater item. This layout allows users to expand and collapse
|
|
38
|
-
* as many repeater items as necessary. It is best-suited to repeater items where body
|
|
39
|
-
* content is important but users don't always need to see it.
|
|
40
|
-
* - `none` loads all repeater items in an expanded state and does not allow users to
|
|
41
|
-
* collapse them. This default layout provides the quickest access to the details in the
|
|
42
|
-
* repeater items. It is best-suited to repeater items with concise content
|
|
43
|
-
* that users need to view frequently.
|
|
44
|
-
* - `single` loads one repeater item in an expanded state and collapses all others.
|
|
45
|
-
* The expanded repeater item is the first one where `isExpanded` is set to `true`. This layout
|
|
46
|
-
* allows users to expand one item at a time. It provides the most compact view and is
|
|
47
|
-
* best-suited to repeater items where the most important information is in the titles
|
|
48
|
-
* and users only occasionally need to view the body content.
|
|
49
|
-
* @default "none"
|
|
50
|
-
*/
|
|
51
|
-
set expandMode(value: SkyRepeaterExpandModeType | undefined);
|
|
52
|
-
get expandMode(): SkyRepeaterExpandModeType;
|
|
53
|
-
/**
|
|
54
|
-
* Fires when the active repeater item changes.
|
|
55
|
-
*/
|
|
56
|
-
activeIndexChange: EventEmitter<number>;
|
|
57
|
-
/**
|
|
58
|
-
* Fires when users change the order of repeater items.
|
|
59
|
-
* This event emits an ordered array of the `tag` properties that the consumer provides for each repeater item.
|
|
60
|
-
*/
|
|
61
|
-
orderChange: EventEmitter<any[]>;
|
|
62
|
-
items: QueryList<SkyRepeaterItemComponent> | undefined;
|
|
63
|
-
dragulaGroupName: string;
|
|
64
|
-
role: SkyRepeaterRoleType | undefined;
|
|
65
|
-
constructor();
|
|
66
|
-
ngAfterContentInit(): void;
|
|
67
|
-
ngAfterViewChecked(): void;
|
|
68
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
69
|
-
ngOnDestroy(): void;
|
|
70
|
-
ngOnInit(): void;
|
|
71
|
-
onCdkObserveContent(): void;
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterComponent, "sky-repeater", never, { "activeIndex": { "alias": "activeIndex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "expandMode": { "alias": "expandMode"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; "orderChange": "orderChange"; }, ["items"], ["*"], false, never>;
|
|
74
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./repeater.component";
|
|
3
|
-
import * as i2 from "./repeater-item.component";
|
|
4
|
-
import * as i3 from "./repeater-item-content.component";
|
|
5
|
-
import * as i4 from "./repeater-item-context-menu.component";
|
|
6
|
-
import * as i5 from "./repeater-item-title.component";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "ng2-dragula";
|
|
9
|
-
import * as i8 from "@angular/cdk/observers";
|
|
10
|
-
import * as i9 from "@skyux/indicators";
|
|
11
|
-
import * as i10 from "@skyux/forms";
|
|
12
|
-
import * as i11 from "@skyux/icon";
|
|
13
|
-
import * as i12 from "@skyux/core";
|
|
14
|
-
import * as i13 from "@skyux/inline-form";
|
|
15
|
-
import * as i14 from "../shared/sky-lists-resources.module";
|
|
16
|
-
export declare class SkyRepeaterModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterModule, never>;
|
|
18
|
-
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]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyRepeaterModule>;
|
|
20
|
-
}
|