@skyux/list-builder 12.22.0 → 13.0.0-alpha.0

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 (92) hide show
  1. package/fesm2022/skyux-list-builder.mjs +101 -101
  2. package/fesm2022/skyux-list-builder.mjs.map +1 -1
  3. package/index.d.ts +1348 -73
  4. package/package.json +12 -12
  5. package/lib/modules/list/list-data-request.model.d.ts +0 -38
  6. package/lib/modules/list/list-data-response.model.d.ts +0 -16
  7. package/lib/modules/list/list-data.provider.d.ts +0 -13
  8. package/lib/modules/list/list-paging.component.d.ts +0 -14
  9. package/lib/modules/list/list-view.component.d.ts +0 -20
  10. package/lib/modules/list/list.component.d.ts +0 -95
  11. package/lib/modules/list/list.module.d.ts +0 -11
  12. package/lib/modules/list/state/filters/filters.orchestrator.d.ts +0 -10
  13. package/lib/modules/list/state/filters/update.action.d.ts +0 -9
  14. package/lib/modules/list/state/items/items.orchestrator.d.ts +0 -13
  15. package/lib/modules/list/state/items/load.action.d.ts +0 -12
  16. package/lib/modules/list/state/items/set-items-selected.action.d.ts +0 -10
  17. package/lib/modules/list/state/items/set-loading.action.d.ts +0 -8
  18. package/lib/modules/list/state/list-state-action.type.d.ts +0 -30
  19. package/lib/modules/list/state/list-state.model.d.ts +0 -23
  20. package/lib/modules/list/state/list-state.rxstate.d.ts +0 -36
  21. package/lib/modules/list/state/list-state.state-node.d.ts +0 -13
  22. package/lib/modules/list/state/paging/paging.model.d.ts +0 -11
  23. package/lib/modules/list/state/paging/paging.orchestrator.d.ts +0 -12
  24. package/lib/modules/list/state/paging/set-items-per-page.action.d.ts +0 -8
  25. package/lib/modules/list/state/paging/set-max-pages.action.d.ts +0 -8
  26. package/lib/modules/list/state/paging/set-page-number.action.d.ts +0 -8
  27. package/lib/modules/list/state/search/search.model.d.ts +0 -26
  28. package/lib/modules/list/state/search/search.orchestrator.d.ts +0 -13
  29. package/lib/modules/list/state/search/set-field-selectors.action.d.ts +0 -8
  30. package/lib/modules/list/state/search/set-functions.action.d.ts +0 -8
  31. package/lib/modules/list/state/search/set-options.action.d.ts +0 -13
  32. package/lib/modules/list/state/search/set-search-text.action.d.ts +0 -8
  33. package/lib/modules/list/state/selected/load.action.d.ts +0 -8
  34. package/lib/modules/list/state/selected/selected.model.d.ts +0 -12
  35. package/lib/modules/list/state/selected/selected.orchestrator.d.ts +0 -15
  36. package/lib/modules/list/state/selected/set-item-selected.action.d.ts +0 -9
  37. package/lib/modules/list/state/selected/set-items-selected.action.d.ts +0 -11
  38. package/lib/modules/list/state/selected/set-loading.action.d.ts +0 -8
  39. package/lib/modules/list/state/sort/label.model.d.ts +0 -29
  40. package/lib/modules/list/state/sort/set-available.action.d.ts +0 -9
  41. package/lib/modules/list/state/sort/set-field-selectors.action.d.ts +0 -9
  42. package/lib/modules/list/state/sort/set-global.action.d.ts +0 -9
  43. package/lib/modules/list/state/sort/sort.model.d.ts +0 -23
  44. package/lib/modules/list/state/sort/sort.orchestrator.d.ts +0 -12
  45. package/lib/modules/list/state/toolbar/disable.action.d.ts +0 -8
  46. package/lib/modules/list/state/toolbar/load.action.d.ts +0 -10
  47. package/lib/modules/list/state/toolbar/remove.action.d.ts +0 -8
  48. package/lib/modules/list/state/toolbar/set-exists.action.d.ts +0 -8
  49. package/lib/modules/list/state/toolbar/set-type.action.d.ts +0 -8
  50. package/lib/modules/list/state/toolbar/show-multiselect-toolbar.action.d.ts +0 -8
  51. package/lib/modules/list/state/toolbar/toolbar-item.model.d.ts +0 -13
  52. package/lib/modules/list/state/toolbar/toolbar.model.d.ts +0 -13
  53. package/lib/modules/list/state/toolbar/toolbar.orchestrator.d.ts +0 -15
  54. package/lib/modules/list/state/views/load.action.d.ts +0 -9
  55. package/lib/modules/list/state/views/set-active.action.d.ts +0 -8
  56. package/lib/modules/list/state/views/view.model.d.ts +0 -9
  57. package/lib/modules/list/state/views/views.model.d.ts +0 -10
  58. package/lib/modules/list/state/views/views.orchestrator.d.ts +0 -11
  59. package/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.d.ts +0 -21
  60. package/lib/modules/list-filters/filter.model.d.ts +0 -35
  61. package/lib/modules/list-filters/list-filter-button.component.d.ts +0 -21
  62. package/lib/modules/list-filters/list-filter-inline-item-renderer.component.d.ts +0 -13
  63. package/lib/modules/list-filters/list-filter-inline-item.component.d.ts +0 -43
  64. package/lib/modules/list-filters/list-filter-inline.component.d.ts +0 -22
  65. package/lib/modules/list-filters/list-filter-inline.model.d.ts +0 -15
  66. package/lib/modules/list-filters/list-filter-summary.component.d.ts +0 -29
  67. package/lib/modules/list-filters/list-filters.module.d.ts +0 -16
  68. package/lib/modules/list-paging/list-paging.component.d.ts +0 -37
  69. package/lib/modules/list-paging/list-paging.module.d.ts +0 -12
  70. package/lib/modules/list-toolbar/list-multiselect-toolbar.component.d.ts +0 -29
  71. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.component.d.ts +0 -15
  72. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.d.ts +0 -8
  73. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.d.ts +0 -18
  74. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.d.ts +0 -18
  75. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.d.ts +0 -16
  76. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.service.d.ts +0 -18
  77. package/lib/modules/list-toolbar/list-toolbar-item-renderer.component.d.ts +0 -12
  78. package/lib/modules/list-toolbar/list-toolbar-item.component.d.ts +0 -27
  79. package/lib/modules/list-toolbar/list-toolbar-search-actions.component.d.ts +0 -9
  80. package/lib/modules/list-toolbar/list-toolbar-sort.component.d.ts +0 -29
  81. package/lib/modules/list-toolbar/list-toolbar-view-actions.component.d.ts +0 -14
  82. package/lib/modules/list-toolbar/list-toolbar.component.d.ts +0 -114
  83. package/lib/modules/list-toolbar/list-toolbar.module.d.ts +0 -24
  84. package/lib/modules/list-toolbar/state/config/config.model.d.ts +0 -8
  85. package/lib/modules/list-toolbar/state/config/config.orchestrator.d.ts +0 -10
  86. package/lib/modules/list-toolbar/state/config/set-search-enabled.action.d.ts +0 -7
  87. package/lib/modules/list-toolbar/state/config/set-sort-selector-enabled.action.d.ts +0 -7
  88. package/lib/modules/list-toolbar/state/toolbar-state-action.type.d.ts +0 -6
  89. package/lib/modules/list-toolbar/state/toolbar-state.model.d.ts +0 -7
  90. package/lib/modules/list-toolbar/state/toolbar-state.rxstate.d.ts +0 -15
  91. package/lib/modules/list-toolbar/state/toolbar-state.state-node.d.ts +0 -12
  92. package/lib/modules/shared/sky-list-builder-resources.module.d.ts +0 -10
@@ -1,29 +0,0 @@
1
- /**
2
- * These properties are a work in progress, and we do not recommend using them.
3
- * @deprecated
4
- */
5
- export declare class ListSortLabelModel {
6
- /**
7
- * The text for the label.
8
- */
9
- text: string;
10
- /**
11
- * The label type.
12
- */
13
- fieldType: string;
14
- /**
15
- * The fields to sort.
16
- */
17
- fieldSelector: string;
18
- /**
19
- * Whether to sort all fields.
20
- * @default false
21
- */
22
- global: boolean;
23
- /**
24
- * Whether to sort in descending order.
25
- * @default false
26
- */
27
- descending: boolean;
28
- constructor(data?: any);
29
- }
@@ -1,9 +0,0 @@
1
- import { ListSortLabelModel } from './label.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListSortSetAvailableAction {
7
- available: ListSortLabelModel[];
8
- constructor(available: ListSortLabelModel[]);
9
- }
@@ -1,9 +0,0 @@
1
- import { ListSortFieldSelectorModel } from '@skyux/list-builder-common';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListSortSetFieldSelectorsAction {
7
- fieldSelectors: ListSortFieldSelectorModel[];
8
- constructor(fieldSelectors: ListSortFieldSelectorModel[]);
9
- }
@@ -1,9 +0,0 @@
1
- import { ListSortLabelModel } from './label.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListSortSetGlobalAction {
7
- global: ListSortLabelModel[];
8
- constructor(global: ListSortLabelModel[]);
9
- }
@@ -1,23 +0,0 @@
1
- import { ListSortFieldSelectorModel } from '@skyux/list-builder-common';
2
- import { ListSortLabelModel } from './label.model';
3
- /**
4
- * Specifies a set of fields to sort by.
5
- * @deprecated
6
- */
7
- export declare class ListSortModel {
8
- /**
9
- * The list of available views to sort.
10
- */
11
- available: ListSortLabelModel[];
12
- /**
13
- * The list views that the sort applies to.
14
- */
15
- global: ListSortLabelModel[];
16
- /**
17
- * The fields to sort.
18
- * For information about `ListSortFieldSelectorModel`, see the
19
- * [shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common).
20
- */
21
- fieldSelectors: ListSortFieldSelectorModel[];
22
- constructor(data?: any);
23
- }
@@ -1,12 +0,0 @@
1
- import { ListStateOrchestrator } from '../list-state.rxstate';
2
- import { ListSortModel } from './sort.model';
3
- /**
4
- * @internal
5
- * @deprecated
6
- */
7
- export declare class ListSortOrchestrator extends ListStateOrchestrator<ListSortModel> {
8
- constructor();
9
- private setFieldSelectors;
10
- private setAvailable;
11
- private setGlobal;
12
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListToolbarItemsDisableAction {
6
- disable: boolean;
7
- constructor(disable: boolean);
8
- }
@@ -1,10 +0,0 @@
1
- import { ListToolbarItemModel } from './toolbar-item.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListToolbarItemsLoadAction {
7
- items: ListToolbarItemModel[];
8
- index: number;
9
- constructor(items: ListToolbarItemModel[], index?: number);
10
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListToolbarItemsRemoveAction {
6
- ids: string[];
7
- constructor(ids: string[]);
8
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListToolbarSetExistsAction {
6
- exists: boolean;
7
- constructor(exists: boolean);
8
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListToolbarSetTypeAction {
6
- type: string;
7
- constructor(type: string);
8
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListToolbarShowMultiselectToolbarAction {
6
- exists: boolean;
7
- constructor(exists: boolean);
8
- }
@@ -1,13 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListToolbarItemModel {
7
- index: number;
8
- template: TemplateRef<unknown>;
9
- location: string;
10
- view: string;
11
- id: string;
12
- constructor(data?: any);
13
- }
@@ -1,13 +0,0 @@
1
- import { ListToolbarItemModel } from './toolbar-item.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListToolbarModel {
7
- exists: boolean;
8
- disabled: boolean;
9
- items: ListToolbarItemModel[];
10
- type: string;
11
- showMultiselectToolbar: boolean;
12
- constructor(data?: any);
13
- }
@@ -1,15 +0,0 @@
1
- import { ListStateOrchestrator } from '../list-state.rxstate';
2
- import { ListToolbarModel } from './toolbar.model';
3
- /**
4
- * @internal
5
- * @deprecated
6
- */
7
- export declare class ListToolbarOrchestrator extends ListStateOrchestrator<ListToolbarModel> {
8
- constructor();
9
- private setExists;
10
- private setDisabled;
11
- private setType;
12
- private load;
13
- private remove;
14
- private showMultiselectToolbar;
15
- }
@@ -1,9 +0,0 @@
1
- import { ListViewModel } from './view.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListViewsLoadAction {
7
- views: ListViewModel[];
8
- constructor(views: ListViewModel[]);
9
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListViewsSetActiveAction {
6
- view: string;
7
- constructor(view: string);
8
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * @internal
3
- * @deprecated
4
- */
5
- export declare class ListViewModel {
6
- id: string;
7
- name: string;
8
- constructor(id: string, name: string);
9
- }
@@ -1,10 +0,0 @@
1
- import { ListViewModel } from './view.model';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export declare class ListViewsModel {
7
- active: string;
8
- views: ListViewModel[];
9
- constructor(data?: any);
10
- }
@@ -1,11 +0,0 @@
1
- import { ListStateOrchestrator } from '../list-state.rxstate';
2
- import { ListViewsModel } from './views.model';
3
- /**
4
- * @internal
5
- * @deprecated
6
- */
7
- export declare class ListViewsOrchestrator extends ListStateOrchestrator<ListViewsModel> {
8
- constructor();
9
- private setActive;
10
- private load;
11
- }
@@ -1,21 +0,0 @@
1
- import { ListItemModel } from '@skyux/list-builder-common';
2
- import { BehaviorSubject, Observable } from 'rxjs';
3
- import { ListDataRequestModel } from '../list/list-data-request.model';
4
- import { ListDataResponseModel } from '../list/list-data-response.model';
5
- import { ListDataProvider } from '../list/list-data.provider';
6
- /**
7
- * @deprecated
8
- */
9
- export declare class SkyListInMemoryDataProvider extends ListDataProvider {
10
- items: BehaviorSubject<ListItemModel[]>;
11
- private lastItems;
12
- private lastSearch;
13
- private lastSearchResults;
14
- private searchFunction;
15
- private lastFilters;
16
- private lastFilterResults;
17
- constructor(data?: Observable<any[]>, searchFunction?: (data: any, searchText: string) => boolean);
18
- count(): Observable<number>;
19
- get(request: ListDataRequestModel): Observable<ListDataResponseModel>;
20
- private filteredItems;
21
- }
@@ -1,35 +0,0 @@
1
- import { ListItemModel } from '@skyux/list-builder-common';
2
- export declare class ListFilterModel {
3
- /**
4
- * The name of the filter.
5
- * @required
6
- */
7
- name: string;
8
- /**
9
- * The label for the filter's summary item.
10
- * The label defaults to the `value` of the filter.
11
- */
12
- label: string;
13
- /**
14
- * Whether users can dismiss the filter's summary item.
15
- * @default true
16
- */
17
- dismissible: boolean;
18
- /**
19
- * The current value of the filter.
20
- */
21
- value: any;
22
- /**
23
- * The default value of the filter. When a filter equals the
24
- * default value, the filter does not affect the list.
25
- */
26
- defaultValue: any;
27
- /**
28
- * The function that determines whether items are filtered.
29
- * This property is required when using an in-memory data provider.
30
- * For information about `ListItemModel`, see the
31
- * [shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common).
32
- */
33
- filterFunction: (item: ListItemModel, filter: any) => boolean;
34
- constructor(data?: any);
35
- }
@@ -1,21 +0,0 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Contains a filter button for the list toolbar. Place a
6
- * [`sky-filter-button`](https://developer.blackbaud.com/skyux/components/filter)
7
- * component inside this component to open a modal with filtering options.
8
- * To apply filter options, use the
9
- * [list component's](https://developer.blackbaud.com/skyux/components/list/overview#list-properties)
10
- * `appliedFilters` property.
11
- * @deprecated
12
- */
13
- export declare class SkyListFilterButtonComponent implements AfterViewInit {
14
- private dispatcher;
15
- private filterButtonTemplate;
16
- private filterButtonItemToolbarIndex;
17
- constructor(dispatcher: ListStateDispatcher);
18
- ngAfterViewInit(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterButtonComponent, "sky-list-filter-button", never, {}, {}, never, ["*"], false, never>;
21
- }
@@ -1,13 +0,0 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @internal
5
- */
6
- export declare class SkyListFilterInlineItemRendererComponent implements OnInit {
7
- template: TemplateRef<unknown>;
8
- filter: any;
9
- private container;
10
- ngOnInit(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineItemRendererComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemRendererComponent, "sky-list-filter-inline-item-renderer", never, { "template": { "alias": "template"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, false, never>;
13
- }
@@ -1,43 +0,0 @@
1
- import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
- import { ListItemModel } from '@skyux/list-builder-common';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Creates a filter in the list's inline filter area.
6
- * @deprecated
7
- */
8
- export declare class SkyListFilterInlineItemComponent implements OnInit {
9
- /**
10
- * The name of the filter.
11
- * @required
12
- */
13
- name: string;
14
- /**
15
- * The current value of the filter.
16
- */
17
- value: any;
18
- /**
19
- * The default value of the filter. If the value of the filter
20
- * is set to the default value, then the filter is not applied.
21
- */
22
- defaultValue: any;
23
- /**
24
- * The function that determines whether an item is filtered.
25
- * This property is required when using an in-memory data provider. For information
26
- * about `ListItemModel`, see the
27
- * [shared classes for lists](https://developer.blackbaud.com/skyux-list-builder-common/docs/list-builder-common).
28
- */
29
- filterFunction: (item: ListItemModel, filter: any) => boolean;
30
- /**
31
- * The template for the filter. The template can access the `filter`
32
- * variable that contains the `value` of the filter control, which should be bound to
33
- * `ngModel`, and the `changed` function, which should be called when the model changes.
34
- * @required
35
- */
36
- templateInput: TemplateRef<unknown>;
37
- onChange: EventEmitter<any>;
38
- private templates;
39
- ngOnInit(): void;
40
- get template(): TemplateRef<unknown>;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineItemComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemComponent, "sky-list-filter-inline-item", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "filterFunction": { "alias": "filter"; "required": false; }; "templateInput": { "alias": "template"; "required": false; }; }, {}, ["templates"], ["*"], false, never>;
43
- }
@@ -1,22 +0,0 @@
1
- import { AfterContentInit } from '@angular/core';
2
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
3
- import { ListState } from '../list/state/list-state.state-node';
4
- import { SkyListFilterInlineModel } from './list-filter-inline.model';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Creates an inline filter area for the list. Place each filter
8
- * in a `sky-list-filter-inline-item` component.
9
- * @deprecated
10
- */
11
- export declare class SkyListFilterInlineComponent implements AfterContentInit {
12
- private dispatcher;
13
- private state;
14
- inlineFilters: SkyListFilterInlineModel[];
15
- private filters;
16
- constructor(dispatcher: ListStateDispatcher, state: ListState);
17
- ngAfterContentInit(): void;
18
- applyFilters(): void;
19
- private getFilterModelFromInline;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineComponent, "sky-list-filter-inline", never, {}, {}, ["filters"], ["*"], false, never>;
22
- }
@@ -1,15 +0,0 @@
1
- import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { ListItemModel } from '@skyux/list-builder-common';
3
- /**
4
- * @internal
5
- */
6
- export declare class SkyListFilterInlineModel {
7
- name: string;
8
- value: any;
9
- defaultValue: any;
10
- filterFunction: (item: ListItemModel, filter: any) => boolean;
11
- onChange: EventEmitter<any>;
12
- template: TemplateRef<unknown>;
13
- constructor(data?: any);
14
- changed(value: any): void;
15
- }
@@ -1,29 +0,0 @@
1
- import { AfterContentInit, EventEmitter } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
4
- import { ListState } from '../list/state/list-state.state-node';
5
- import { ListFilterModel } from './filter.model';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates a filter summary based on the
9
- * [list component's](https://developer.blackbaud.com/skyux/components/list/overview#list-properties)
10
- * `appliedFilters` property. Place this component within the
11
- * [`sky-list-toolbar`](https://developer.blackbaud.com/skyux/components/list/toolbar) component.
12
- * @deprecated
13
- */
14
- export declare class SkyListFilterSummaryComponent implements AfterContentInit {
15
- private state;
16
- private dispatcher;
17
- /**
18
- * Emits a `ListFilterModel` when users select a summary item. A common use case is
19
- * to open a filter modal when this event is received.
20
- */
21
- summaryItemClick: EventEmitter<ListFilterModel>;
22
- appliedFilters: Observable<ListFilterModel[]>;
23
- constructor(state: ListState, dispatcher: ListStateDispatcher);
24
- ngAfterContentInit(): void;
25
- filterSummaryItemDismiss(index: number): void;
26
- filterSummaryItemClick(item: ListFilterModel): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterSummaryComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterSummaryComponent, "sky-list-filter-summary", never, {}, { "summaryItemClick": "summaryItemClick"; }, never, never, false, never>;
29
- }
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-filter-button.component";
3
- import * as i2 from "./list-filter-summary.component";
4
- import * as i3 from "./list-filter-inline-item.component";
5
- import * as i4 from "./list-filter-inline.component";
6
- import * as i5 from "./list-filter-inline-item-renderer.component";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@skyux/lists";
9
- /**
10
- * @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
11
- */
12
- export declare class SkyListFiltersModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFiltersModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyListFiltersModule, [typeof i1.SkyListFilterButtonComponent, typeof i2.SkyListFilterSummaryComponent, typeof i3.SkyListFilterInlineItemComponent, typeof i4.SkyListFilterInlineComponent, typeof i5.SkyListFilterInlineItemRendererComponent], [typeof i6.CommonModule, typeof i7.SkyFilterModule], [typeof i1.SkyListFilterButtonComponent, typeof i2.SkyListFilterSummaryComponent, typeof i3.SkyListFilterInlineItemComponent, typeof i4.SkyListFilterInlineComponent]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyListFiltersModule>;
16
- }
@@ -1,37 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { SkyLogService } from '@skyux/core';
3
- import { Observable } from 'rxjs';
4
- import { ListPagingComponent } from '../list/list-paging.component';
5
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
6
- import { ListState } from '../list/state/list-state.state-node';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Displays a pagination control for a SKY UX-themed list of data.
10
- * @deprecated
11
- */
12
- export declare class SkyListPagingComponent extends ListPagingComponent implements OnInit {
13
- /**
14
- * The number of list items per page.
15
- * @default 10
16
- */
17
- pageSize: Observable<number> | number;
18
- /**
19
- * The maximum pages to display.
20
- * @default 5
21
- */
22
- maxPages: Observable<number> | number;
23
- /**
24
- * The current page number.
25
- * @default 1
26
- */
27
- pageNumber: Observable<number> | number;
28
- currentPageNumber: Observable<number>;
29
- maxDisplayedPages: Observable<number>;
30
- itemsPerPage: Observable<number>;
31
- itemCount: Observable<number>;
32
- constructor(state: ListState, dispatcher: ListStateDispatcher, logger: SkyLogService);
33
- ngOnInit(): void;
34
- pageChange(currentPage: number): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListPagingComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListPagingComponent, "sky-list-paging", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "maxPages": { "alias": "maxPages"; "required": false; }; "pageNumber": { "alias": "pageNumber"; "required": false; }; }, {}, never, never, false, never>;
37
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-paging.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@skyux/lists";
5
- /**
6
- * @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
7
- */
8
- export declare class SkyListPagingModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListPagingModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyListPagingModule, [typeof i1.SkyListPagingComponent], [typeof i2.CommonModule, typeof i3.SkyPagingModule], [typeof i1.SkyListPagingComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyListPagingModule>;
12
- }
@@ -1,29 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { SkyCheckboxChange } from '@skyux/forms';
3
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
4
- import { ListState } from '../list/state/list-state.state-node';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * @internal
8
- * @deprecated
9
- */
10
- export declare class SkyListMultiselectToolbarComponent implements OnInit, OnDestroy {
11
- private state;
12
- private dispatcher;
13
- showOnlySelected: boolean;
14
- multiselectToolbarId: string;
15
- private selectedIdMap;
16
- private ngUnsubscribe;
17
- constructor(state: ListState, dispatcher: ListStateDispatcher);
18
- ngOnInit(): void;
19
- ngOnDestroy(): void;
20
- selectAll(): void;
21
- clearSelections(): void;
22
- changeVisibleItems(change: SkyCheckboxChange): void;
23
- private reapplyFilter;
24
- private getShowSelectedFilter;
25
- private showSelectedValuesEqual;
26
- private selectedMapEqual;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListMultiselectToolbarComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListMultiselectToolbarComponent, "sky-list-multiselect-toolbar", never, { "showOnlySelected": { "alias": "showOnlySelected"; "required": false; }; }, {}, never, never, false, never>;
29
- }
@@ -1,15 +0,0 @@
1
- import { AfterContentInit } from '@angular/core';
2
- import { SkyListSecondaryActionsService } from './list-secondary-actions.service';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Adds actions to the secondary actions dropdown in the list toolbar.
6
- * @deprecated
7
- */
8
- export declare class SkyListSecondaryActionComponent implements AfterContentInit {
9
- private actionService;
10
- private templateRef;
11
- constructor(actionService: SkyListSecondaryActionsService);
12
- ngAfterContentInit(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionComponent, "sky-list-secondary-action", never, {}, {}, never, ["*"], false, never>;
15
- }
@@ -1,8 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- /**
3
- * @internal
4
- * @deprecated
5
- */
6
- export interface SkyListSecondaryAction {
7
- template: TemplateRef<unknown>;
8
- }
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { SkyListSecondaryActionsService } from './list-secondary-actions.service';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @internal
6
- */
7
- export declare class SkyListSecondaryActionsHostComponent implements OnInit, OnDestroy {
8
- private changeDetector;
9
- private actionService;
10
- dropdownHidden: boolean;
11
- actions: any[];
12
- private ngUnsubscribe;
13
- constructor(changeDetector: ChangeDetectorRef, actionService: SkyListSecondaryActionsService);
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsHostComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsHostComponent, "sky-list-secondary-actions-host", never, {}, {}, never, ["*"], false, never>;
18
- }
@@ -1,18 +0,0 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { ListStateDispatcher } from '../../list/state/list-state.rxstate';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Adds a dropdown to the list toolbar for secondary actions. If the dropdown does not
6
- * include actions, the secondary actions dropdown is hidden.
7
- * @deprecated
8
- */
9
- export declare class SkyListSecondaryActionsComponent implements AfterViewInit {
10
- private dispatcher;
11
- actions: any[];
12
- private secondaryActionsTemplate;
13
- private secondaryActionsItemToolbarIndex;
14
- constructor(dispatcher: ListStateDispatcher);
15
- ngAfterViewInit(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsComponent, "sky-list-secondary-actions", never, {}, {}, never, ["*"], false, never>;
18
- }