@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,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-secondary-actions.component";
3
- import * as i2 from "./list-secondary-actions-host.component";
4
- import * as i3 from "./list-secondary-action.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@skyux/popovers";
7
- import * as i6 from "@skyux/icon";
8
- import * as i7 from "../../shared/sky-list-builder-resources.module";
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 SkyListSecondaryActionsModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyListSecondaryActionsModule, [typeof i1.SkyListSecondaryActionsComponent, typeof i2.SkyListSecondaryActionsHostComponent, typeof i3.SkyListSecondaryActionComponent], [typeof i4.CommonModule, typeof i5.SkyDropdownModule, typeof i6.SkyIconModule, typeof i7.SkyListBuilderResourcesModule], [typeof i1.SkyListSecondaryActionsComponent, typeof i3.SkyListSecondaryActionComponent]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyListSecondaryActionsModule>;
16
- }
@@ -1,18 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { SkyListSecondaryAction } from './list-secondary-action';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @internal
7
- */
8
- export declare class SkyListSecondaryActionsService implements OnDestroy {
9
- secondaryActionsCount: number;
10
- secondaryActionsSubject: BehaviorSubject<number>;
11
- actionsStream: BehaviorSubject<SkyListSecondaryAction[]>;
12
- private actions;
13
- addSecondaryAction(action: SkyListSecondaryAction): void;
14
- removeSecondaryAction(action: any): void;
15
- ngOnDestroy(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<SkyListSecondaryActionsService>;
18
- }
@@ -1,12 +0,0 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @internal
5
- */
6
- export declare class SkyListToolbarItemRendererComponent implements OnInit {
7
- template: TemplateRef<unknown>;
8
- private container;
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemRendererComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemRendererComponent, "sky-list-toolbar-item-renderer", never, { "template": { "alias": "template"; "required": false; }; }, {}, never, never, false, never>;
12
- }
@@ -1,27 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Defines a toolbar item for the list toolbar.
5
- * @deprecated
6
- */
7
- export declare class SkyListToolbarItemComponent {
8
- /**
9
- * The ID of the item.
10
- */
11
- id: string;
12
- /**
13
- * The index of the item at the given item location.
14
- * @default -1
15
- */
16
- index: number;
17
- /**
18
- * The toolbar location of the item. The valid options are `"left"`,
19
- * `"center"`, and `"right"`.
20
- * @default "left"
21
- */
22
- location: string;
23
- private templates;
24
- get template(): TemplateRef<unknown>;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemComponent, "sky-list-toolbar-item", never, { "id": { "alias": "id"; "required": false; }; "index": { "alias": "index"; "required": false; }; "location": { "alias": "location"; "required": false; }; }, {}, ["templates"], ["*"], false, never>;
27
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Displays custom actions in the toolbar beside to the search bar.
4
- * @deprecated
5
- */
6
- export declare class SkyListToolbarSearchActionsComponent {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarSearchActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSearchActionsComponent, "sky-list-toolbar-search-actions", never, {}, {}, never, ["*"], false, never>;
9
- }
@@ -1,29 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Adds a sort dropdown to the list toolbar.
4
- * @deprecated
5
- */
6
- export declare class SkyListToolbarSortComponent {
7
- /**
8
- * The label for a sort option.
9
- * @required
10
- */
11
- label: string;
12
- /**
13
- * The data field to sort the list on.
14
- * @required
15
- */
16
- field: string;
17
- /**
18
- * The data type of the data field to sort the list on.
19
- * @required
20
- */
21
- type: string;
22
- /**
23
- * Whether to sort data in descending order.
24
- * @default false
25
- */
26
- descending: boolean;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarSortComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSortComponent, "sky-list-toolbar-sort", never, { "label": { "alias": "label"; "required": false; }; "field": { "alias": "field"; "required": false; }; "type": { "alias": "type"; "required": false; }; "descending": { "alias": "descending"; "required": false; }; }, {}, never, never, false, never>;
29
- }
@@ -1,14 +0,0 @@
1
- import { SkyLogService } from '@skyux/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Adds a section on the right side of the toolbar for items that substantially change
5
- * or affect the view of the list. This includes simple filters and view switchers.
6
- * If the view section includes more than one item, simple filters appear on the left
7
- * and view switchers appear on the right.
8
- * @deprecated
9
- */
10
- export declare class SkyListToolbarViewActionsComponent {
11
- constructor(logger: SkyLogService);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarViewActionsComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarViewActionsComponent, "sky-list-toolbar-view-actions", never, {}, {}, never, ["*"], false, never>;
14
- }
@@ -1,114 +0,0 @@
1
- import { AfterContentInit, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { SkyLogService } from '@skyux/core';
3
- import { SkySearchComponent } from '@skyux/lookup';
4
- import { Observable, Subject } from 'rxjs';
5
- import { ListFilterModel } from '../list-filters/filter.model';
6
- import { ListStateDispatcher } from '../list/state/list-state.rxstate';
7
- import { ListState } from '../list/state/list-state.state-node';
8
- import { ListSortLabelModel } from '../list/state/sort/label.model';
9
- import { ListToolbarItemModel } from '../list/state/toolbar/toolbar-item.model';
10
- import { ListToolbarStateDispatcher } from './state/toolbar-state.rxstate';
11
- import { ListToolbarState } from './state/toolbar-state.state-node';
12
- import * as i0 from "@angular/core";
13
- /**
14
- * Displays a toolbar for a SKY UX-themed list of data.
15
- * @deprecated
16
- */
17
- export declare class SkyListToolbarComponent implements OnInit, AfterContentInit, OnDestroy {
18
- private changeDetector;
19
- private state;
20
- private dispatcher;
21
- private toolbarState;
22
- toolbarDispatcher: ListToolbarStateDispatcher;
23
- /**
24
- * Whether to use the in-memory search.
25
- * Setting this to `false` will allow consumers to run their own searches remotely,
26
- * and push new values to the list component by updating the `data` property.
27
- * @default true
28
- * @internal
29
- */
30
- set inMemorySearchEnabled(value: boolean);
31
- get inMemorySearchEnabled(): boolean;
32
- /**
33
- * Placeholder text for the search bar that the list toolbar creates with
34
- * a [search component](https://developer.blackbaud.com/skyux/components/search).
35
- * @default "Find in this list"
36
- */
37
- placeholder: string;
38
- /**
39
- * Whether to enable the search bar.
40
- * @default true
41
- */
42
- searchEnabled: boolean | Observable<boolean>;
43
- searchComponent: SkySearchComponent;
44
- /**
45
- * Whether to enable the sort selector.
46
- * @default false
47
- */
48
- sortSelectorEnabled: boolean | Observable<boolean>;
49
- /**
50
- * Display the search bar in the standard position or in a separate section.
51
- * To highlight the search bar in a section above all other toolbar items,
52
- * set this property to `search`.
53
- * @default "standard"
54
- */
55
- toolbarType: string;
56
- /**
57
- * The text string to search with.
58
- */
59
- searchText: string | Observable<string>;
60
- get isFilterBarDisplayed(): boolean;
61
- get filterButtonAriaControls(): string;
62
- sortSelectors: Observable<any[]>;
63
- searchTextInput: Observable<string>;
64
- view: Observable<string>;
65
- leftTemplates: ListToolbarItemModel[];
66
- centerTemplates: ListToolbarItemModel[];
67
- rightTemplates: ListToolbarItemModel[];
68
- type: Observable<string>;
69
- isSearchEnabled: Observable<boolean>;
70
- isToolbarDisabled: boolean;
71
- isMultiselectEnabled: Observable<boolean>;
72
- isSortSelectorEnabled: Observable<boolean>;
73
- appliedFilters: Observable<ListFilterModel[]>;
74
- hasAppliedFilters: Observable<boolean>;
75
- showFilterSummary: boolean;
76
- hasInlineFilters: boolean;
77
- inlineFilterBarExpanded: boolean;
78
- hasAdditionalToolbarSection: boolean;
79
- hasViewActions: boolean;
80
- filterButtonId: string;
81
- listFilterInlineId: string;
82
- /**
83
- * Fires when users submit a search.
84
- * @internal
85
- * @deprecated
86
- */
87
- searchApplied: Subject<string>;
88
- private toolbarItems;
89
- private toolbarSorts;
90
- private filterSummary;
91
- private inlineFilter;
92
- private viewActions;
93
- private searchTemplate;
94
- private sortSelectorTemplate;
95
- private inlineFilterButtonTemplate;
96
- private customItemIds;
97
- private hasSortSelectors;
98
- private inlineFiltersItemToolbarIndex;
99
- private sortSelectorItemToolbarIndex;
100
- private ngUnsubscribe;
101
- private _inMemorySearchEnabled;
102
- constructor(changeDetector: ChangeDetectorRef, state: ListState, dispatcher: ListStateDispatcher, toolbarState: ListToolbarState, toolbarDispatcher: ListToolbarStateDispatcher, logger: SkyLogService);
103
- ngOnInit(): void;
104
- ngAfterContentInit(): void;
105
- ngOnDestroy(): void;
106
- setSort(sort: ListSortLabelModel): void;
107
- inlineFilterButtonClick(): void;
108
- updateSearchText(searchText: string): void;
109
- private itemIsInView;
110
- private getSortSelectors;
111
- private watchTemplates;
112
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarComponent, "sky-list-toolbar", never, { "inMemorySearchEnabled": { "alias": "inMemorySearchEnabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchEnabled": { "alias": "searchEnabled"; "required": false; }; "sortSelectorEnabled": { "alias": "sortSelectorEnabled"; "required": false; }; "toolbarType": { "alias": "toolbarType"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; }, {}, ["toolbarItems", "toolbarSorts", "filterSummary", "inlineFilter", "viewActions"], ["*", "sky-list-toolbar-view-actions", "sky-list-filter-summary", "*", "sky-list-toolbar-view-actions", "sky-list-filter-inline", "sky-list-toolbar-search-actions"], false, never>;
114
- }
@@ -1,24 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list-toolbar.component";
3
- import * as i2 from "./list-toolbar-item.component";
4
- import * as i3 from "./list-toolbar-item-renderer.component";
5
- import * as i4 from "./list-multiselect-toolbar.component";
6
- import * as i5 from "./list-toolbar-search-actions.component";
7
- import * as i6 from "./list-toolbar-sort.component";
8
- import * as i7 from "./list-toolbar-view-actions.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@skyux/forms";
11
- import * as i10 from "@skyux/layout";
12
- import * as i11 from "@skyux/lookup";
13
- import * as i12 from "@skyux/lists";
14
- import * as i13 from "../list-filters/list-filters.module";
15
- import * as i14 from "@skyux/icon";
16
- import * as i15 from "../shared/sky-list-builder-resources.module";
17
- /**
18
- * @deprecated List builder and its features are deprecated. Use data manager instead. For more information, see https://developer.blackbaud.com/skyux/components/data-manager.
19
- */
20
- export declare class SkyListToolbarModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyListToolbarModule, [typeof i1.SkyListToolbarComponent, typeof i2.SkyListToolbarItemComponent, typeof i3.SkyListToolbarItemRendererComponent, typeof i4.SkyListMultiselectToolbarComponent, typeof i5.SkyListToolbarSearchActionsComponent, typeof i6.SkyListToolbarSortComponent, typeof i7.SkyListToolbarViewActionsComponent], [typeof i8.CommonModule, typeof i9.SkyCheckboxModule, typeof i10.SkyToolbarModule, typeof i11.SkySearchModule, typeof i12.SkySortModule, typeof i12.SkyFilterModule, typeof i13.SkyListFiltersModule, typeof i14.SkyIconModule, typeof i15.SkyListBuilderResourcesModule], [typeof i1.SkyListToolbarComponent, typeof i2.SkyListToolbarItemComponent, typeof i5.SkyListToolbarSearchActionsComponent, typeof i6.SkyListToolbarSortComponent, typeof i7.SkyListToolbarViewActionsComponent]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyListToolbarModule>;
24
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare class ListToolbarConfigModel {
5
- searchEnabled: boolean;
6
- sortSelectorEnabled: boolean;
7
- constructor(data?: any);
8
- }
@@ -1,10 +0,0 @@
1
- import { ListToolbarStateOrchestrator } from '../toolbar-state.rxstate';
2
- import { ListToolbarConfigModel } from './config.model';
3
- /**
4
- * @internal
5
- */
6
- export declare class ListToolbarConfigOrchestrator extends ListToolbarStateOrchestrator<ListToolbarConfigModel> {
7
- constructor();
8
- private setSearchEnabled;
9
- private setSortSelectorEnabled;
10
- }
@@ -1,7 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare class ListToolbarConfigSetSearchEnabledAction {
5
- enabled: boolean;
6
- constructor(enabled: boolean);
7
- }
@@ -1,7 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare class ListToolbarConfigSetSortSelectorEnabledAction {
5
- enabled: boolean;
6
- constructor(enabled?: boolean);
7
- }
@@ -1,6 +0,0 @@
1
- import { ListToolbarConfigSetSearchEnabledAction } from './config/set-search-enabled.action';
2
- import { ListToolbarConfigSetSortSelectorEnabledAction } from './config/set-sort-selector-enabled.action';
3
- /**
4
- * @internal
5
- */
6
- export type ListToolbarStateAction = ListToolbarConfigSetSearchEnabledAction | ListToolbarConfigSetSortSelectorEnabledAction;
@@ -1,7 +0,0 @@
1
- import { ListToolbarConfigModel } from './config/config.model';
2
- /**
3
- * @internal
4
- */
5
- export declare class ListToolbarStateModel {
6
- config: ListToolbarConfigModel;
7
- }
@@ -1,15 +0,0 @@
1
- import { StateDispatcher, StateOrchestrator } from '@skyux/list-builder-common';
2
- import { ListToolbarStateAction } from './toolbar-state-action.type';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @internal
6
- */
7
- export declare class ListToolbarStateDispatcher extends StateDispatcher<ListToolbarStateAction> {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListToolbarStateDispatcher, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<ListToolbarStateDispatcher>;
10
- }
11
- /**
12
- * @internal
13
- */
14
- export declare class ListToolbarStateOrchestrator<T> extends StateOrchestrator<T, ListToolbarStateAction> {
15
- }
@@ -1,12 +0,0 @@
1
- import { StateNode } from '@skyux/list-builder-common';
2
- import { ListToolbarStateModel } from './toolbar-state.model';
3
- import { ListToolbarStateDispatcher } from './toolbar-state.rxstate';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @internal
7
- */
8
- export declare class ListToolbarState extends StateNode<ListToolbarStateModel> {
9
- constructor(initialState: ListToolbarStateModel, dispatcher: ListToolbarStateDispatcher);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ListToolbarState, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<ListToolbarState>;
12
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@skyux/i18n";
3
- /**
4
- * Import into any component library module that needs to use resource strings.
5
- */
6
- export declare class SkyListBuilderResourcesModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyListBuilderResourcesModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyListBuilderResourcesModule, never, never, [typeof i1.SkyI18nModule]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyListBuilderResourcesModule>;
10
- }