@skyux/list-builder 7.8.0 → 8.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 (51) hide show
  1. package/documentation.json +2209 -1794
  2. package/esm2020/lib/modules/list/list.component.mjs +4 -4
  3. package/esm2020/lib/modules/list/list.module.mjs +5 -5
  4. package/esm2020/lib/modules/list/state/list-state.rxstate.mjs +4 -4
  5. package/esm2020/lib/modules/list/state/list-state.state-node.mjs +4 -4
  6. package/esm2020/lib/modules/list-filters/list-filter-button.component.mjs +4 -4
  7. package/esm2020/lib/modules/list-filters/list-filter-inline-item-renderer.component.mjs +4 -4
  8. package/esm2020/lib/modules/list-filters/list-filter-inline-item.component.mjs +4 -4
  9. package/esm2020/lib/modules/list-filters/list-filter-inline.component.mjs +4 -4
  10. package/esm2020/lib/modules/list-filters/list-filter-summary.component.mjs +4 -4
  11. package/esm2020/lib/modules/list-filters/list-filters.module.mjs +5 -5
  12. package/esm2020/lib/modules/list-paging/list-paging.component.mjs +4 -4
  13. package/esm2020/lib/modules/list-paging/list-paging.module.mjs +5 -5
  14. package/esm2020/lib/modules/list-toolbar/list-multiselect-toolbar.component.mjs +4 -4
  15. package/esm2020/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.component.mjs +4 -4
  16. package/esm2020/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.mjs +4 -4
  17. package/esm2020/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.mjs +4 -4
  18. package/esm2020/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.mjs +5 -5
  19. package/esm2020/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.service.mjs +4 -4
  20. package/esm2020/lib/modules/list-toolbar/list-toolbar-item-renderer.component.mjs +4 -4
  21. package/esm2020/lib/modules/list-toolbar/list-toolbar-item.component.mjs +4 -4
  22. package/esm2020/lib/modules/list-toolbar/list-toolbar-search-actions.component.mjs +4 -4
  23. package/esm2020/lib/modules/list-toolbar/list-toolbar-sort.component.mjs +4 -4
  24. package/esm2020/lib/modules/list-toolbar/list-toolbar-view-actions.component.mjs +4 -4
  25. package/esm2020/lib/modules/list-toolbar/list-toolbar.component.mjs +4 -4
  26. package/esm2020/lib/modules/list-toolbar/list-toolbar.module.mjs +5 -5
  27. package/esm2020/lib/modules/list-toolbar/state/toolbar-state.rxstate.mjs +4 -4
  28. package/esm2020/lib/modules/list-toolbar/state/toolbar-state.state-node.mjs +4 -4
  29. package/esm2020/lib/modules/shared/sky-list-builder-resources.module.mjs +5 -5
  30. package/fesm2015/skyux-list-builder.mjs +90 -90
  31. package/fesm2015/skyux-list-builder.mjs.map +1 -1
  32. package/fesm2020/skyux-list-builder.mjs +90 -90
  33. package/fesm2020/skyux-list-builder.mjs.map +1 -1
  34. package/lib/modules/list/list.component.d.ts +1 -1
  35. package/lib/modules/list-filters/list-filter-button.component.d.ts +1 -1
  36. package/lib/modules/list-filters/list-filter-inline-item-renderer.component.d.ts +1 -1
  37. package/lib/modules/list-filters/list-filter-inline-item.component.d.ts +1 -1
  38. package/lib/modules/list-filters/list-filter-inline.component.d.ts +1 -1
  39. package/lib/modules/list-filters/list-filter-summary.component.d.ts +1 -1
  40. package/lib/modules/list-paging/list-paging.component.d.ts +1 -1
  41. package/lib/modules/list-toolbar/list-multiselect-toolbar.component.d.ts +1 -1
  42. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-action.component.d.ts +1 -1
  43. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.d.ts +1 -1
  44. package/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.d.ts +1 -1
  45. package/lib/modules/list-toolbar/list-toolbar-item-renderer.component.d.ts +1 -1
  46. package/lib/modules/list-toolbar/list-toolbar-item.component.d.ts +1 -1
  47. package/lib/modules/list-toolbar/list-toolbar-search-actions.component.d.ts +1 -1
  48. package/lib/modules/list-toolbar/list-toolbar-sort.component.d.ts +1 -1
  49. package/lib/modules/list-toolbar/list-toolbar-view-actions.component.d.ts +1 -1
  50. package/lib/modules/list-toolbar/list-toolbar.component.d.ts +1 -1
  51. package/package.json +12 -12
@@ -91,5 +91,5 @@ export declare class SkyListComponent implements AfterContentInit, OnChanges, On
91
91
  private getItemsAndRetainSelections;
92
92
  private arraysEqual;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListComponent, "sky-list", never, { "data": "data"; "dataProvider": "dataProvider"; "defaultView": "defaultView"; "initialTotal": "initialTotal"; "selectedIds": "selectedIds"; "sortFields": "sortFields"; "appliedFilters": "appliedFilters"; "searchFunction": "search"; }, { "selectedIdsChange": "selectedIdsChange"; "appliedFiltersChange": "appliedFiltersChange"; }, ["listViews"], ["*"], false>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListComponent, "sky-list", never, { "data": "data"; "dataProvider": "dataProvider"; "defaultView": "defaultView"; "initialTotal": "initialTotal"; "selectedIds": "selectedIds"; "sortFields": "sortFields"; "appliedFilters": "appliedFilters"; "searchFunction": "search"; }, { "selectedIdsChange": "selectedIdsChange"; "appliedFiltersChange": "appliedFiltersChange"; }, ["listViews"], ["*"], false, never>;
95
95
  }
@@ -17,5 +17,5 @@ export declare class SkyListFilterButtonComponent implements AfterViewInit {
17
17
  constructor(dispatcher: ListStateDispatcher);
18
18
  ngAfterViewInit(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterButtonComponent, "sky-list-filter-button", never, {}, {}, never, ["*"], false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterButtonComponent, "sky-list-filter-button", never, {}, {}, never, ["*"], false, never>;
21
21
  }
@@ -9,5 +9,5 @@ export declare class SkyListFilterInlineItemRendererComponent implements OnInit
9
9
  private container;
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineItemRendererComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemRendererComponent, "sky-list-filter-inline-item-renderer", never, { "template": "template"; "filter": "filter"; }, {}, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemRendererComponent, "sky-list-filter-inline-item-renderer", never, { "template": "template"; "filter": "filter"; }, {}, never, never, false, never>;
13
13
  }
@@ -39,5 +39,5 @@ export declare class SkyListFilterInlineItemComponent implements OnInit {
39
39
  ngOnInit(): void;
40
40
  get template(): TemplateRef<unknown>;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineItemComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemComponent, "sky-list-filter-inline-item", never, { "name": "name"; "value": "value"; "defaultValue": "defaultValue"; "filterFunction": "filter"; "templateInput": "template"; }, {}, ["templates"], ["*"], false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineItemComponent, "sky-list-filter-inline-item", never, { "name": "name"; "value": "value"; "defaultValue": "defaultValue"; "filterFunction": "filter"; "templateInput": "template"; }, {}, ["templates"], ["*"], false, never>;
43
43
  }
@@ -18,5 +18,5 @@ export declare class SkyListFilterInlineComponent implements AfterContentInit {
18
18
  applyFilters(): void;
19
19
  private getFilterModelFromInline;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterInlineComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineComponent, "sky-list-filter-inline", never, {}, {}, ["filters"], ["*"], false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterInlineComponent, "sky-list-filter-inline", never, {}, {}, ["filters"], ["*"], false, never>;
22
22
  }
@@ -25,5 +25,5 @@ export declare class SkyListFilterSummaryComponent implements AfterContentInit {
25
25
  filterSummaryItemDismiss(index: number): void;
26
26
  filterSummaryItemClick(item: ListFilterModel): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListFilterSummaryComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterSummaryComponent, "sky-list-filter-summary", never, {}, { "summaryItemClick": "summaryItemClick"; }, never, never, false>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListFilterSummaryComponent, "sky-list-filter-summary", never, {}, { "summaryItemClick": "summaryItemClick"; }, never, never, false, never>;
29
29
  }
@@ -33,5 +33,5 @@ export declare class SkyListPagingComponent extends ListPagingComponent implemen
33
33
  ngOnInit(): void;
34
34
  pageChange(currentPage: number): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListPagingComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListPagingComponent, "sky-list-paging", never, { "pageSize": "pageSize"; "maxPages": "maxPages"; "pageNumber": "pageNumber"; }, {}, never, never, false>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListPagingComponent, "sky-list-paging", never, { "pageSize": "pageSize"; "maxPages": "maxPages"; "pageNumber": "pageNumber"; }, {}, never, never, false, never>;
37
37
  }
@@ -25,5 +25,5 @@ export declare class SkyListMultiselectToolbarComponent implements OnInit, OnDes
25
25
  private showSelectedValuesEqual;
26
26
  private selectedMapEqual;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListMultiselectToolbarComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListMultiselectToolbarComponent, "sky-list-multiselect-toolbar", never, { "showOnlySelected": "showOnlySelected"; }, {}, never, never, false>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListMultiselectToolbarComponent, "sky-list-multiselect-toolbar", never, { "showOnlySelected": "showOnlySelected"; }, {}, never, never, false, never>;
29
29
  }
@@ -11,5 +11,5 @@ export declare class SkyListSecondaryActionComponent implements AfterContentInit
11
11
  constructor(actionService: SkyListSecondaryActionsService);
12
12
  ngAfterContentInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionComponent, "sky-list-secondary-action", never, {}, {}, never, ["*"], false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionComponent, "sky-list-secondary-action", never, {}, {}, never, ["*"], false, never>;
15
15
  }
@@ -14,5 +14,5 @@ export declare class SkyListSecondaryActionsHostComponent implements OnInit, OnD
14
14
  ngOnInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsHostComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsHostComponent, "sky-list-secondary-actions-host", never, {}, {}, never, ["*"], false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsHostComponent, "sky-list-secondary-actions-host", never, {}, {}, never, ["*"], false, never>;
18
18
  }
@@ -14,5 +14,5 @@ export declare class SkyListSecondaryActionsComponent implements AfterViewInit {
14
14
  constructor(dispatcher: ListStateDispatcher);
15
15
  ngAfterViewInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListSecondaryActionsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsComponent, "sky-list-secondary-actions", never, {}, {}, never, ["*"], false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListSecondaryActionsComponent, "sky-list-secondary-actions", never, {}, {}, never, ["*"], false, never>;
18
18
  }
@@ -8,5 +8,5 @@ export declare class SkyListToolbarItemRendererComponent implements OnInit {
8
8
  private container;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemRendererComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemRendererComponent, "sky-list-toolbar-item-renderer", never, { "template": "template"; }, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemRendererComponent, "sky-list-toolbar-item-renderer", never, { "template": "template"; }, {}, never, never, false, never>;
12
12
  }
@@ -23,5 +23,5 @@ export declare class SkyListToolbarItemComponent {
23
23
  private templates;
24
24
  get template(): TemplateRef<unknown>;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarItemComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemComponent, "sky-list-toolbar-item", never, { "id": "id"; "index": "index"; "location": "location"; }, {}, ["templates"], ["*"], false>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarItemComponent, "sky-list-toolbar-item", never, { "id": "id"; "index": "index"; "location": "location"; }, {}, ["templates"], ["*"], false, never>;
27
27
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class SkyListToolbarSearchActionsComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarSearchActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSearchActionsComponent, "sky-list-toolbar-search-actions", never, {}, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSearchActionsComponent, "sky-list-toolbar-search-actions", never, {}, {}, never, ["*"], false, never>;
9
9
  }
@@ -25,5 +25,5 @@ export declare class SkyListToolbarSortComponent {
25
25
  */
26
26
  descending: boolean;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarSortComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSortComponent, "sky-list-toolbar-sort", never, { "label": "label"; "field": "field"; "type": "type"; "descending": "descending"; }, {}, never, never, false>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarSortComponent, "sky-list-toolbar-sort", never, { "label": "label"; "field": "field"; "type": "type"; "descending": "descending"; }, {}, never, never, false, never>;
29
29
  }
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
10
10
  export declare class SkyListToolbarViewActionsComponent {
11
11
  constructor(logger: SkyLogService);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarViewActionsComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarViewActionsComponent, "sky-list-toolbar-view-actions", never, {}, {}, never, ["*"], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarViewActionsComponent, "sky-list-toolbar-view-actions", never, {}, {}, never, ["*"], false, never>;
14
14
  }
@@ -110,5 +110,5 @@ export declare class SkyListToolbarComponent implements OnInit, AfterContentInit
110
110
  private getSortSelectors;
111
111
  private watchTemplates;
112
112
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyListToolbarComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarComponent, "sky-list-toolbar", never, { "inMemorySearchEnabled": "inMemorySearchEnabled"; "placeholder": "placeholder"; "searchEnabled": "searchEnabled"; "sortSelectorEnabled": "sortSelectorEnabled"; "toolbarType": "toolbarType"; "searchText": "searchText"; }, {}, ["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>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyListToolbarComponent, "sky-list-toolbar", never, { "inMemorySearchEnabled": "inMemorySearchEnabled"; "placeholder": "placeholder"; "searchEnabled": "searchEnabled"; "sortSelectorEnabled": "sortSelectorEnabled"; "toolbarType": "toolbarType"; "searchText": "searchText"; }, {}, ["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
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/list-builder",
3
- "version": "7.8.0",
3
+ "version": "8.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,17 +32,17 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/common": "^14.2.11",
36
- "@angular/core": "^14.2.11",
37
- "@skyux/core": "7.8.0",
38
- "@skyux/forms": "7.8.0",
39
- "@skyux/i18n": "7.8.0",
40
- "@skyux/indicators": "7.8.0",
41
- "@skyux/layout": "7.8.0",
42
- "@skyux/list-builder-common": "7.8.0",
43
- "@skyux/lists": "7.8.0",
44
- "@skyux/lookup": "7.8.0",
45
- "@skyux/popovers": "7.8.0"
35
+ "@angular/common": "^15.1.4",
36
+ "@angular/core": "^15.1.4",
37
+ "@skyux/core": "8.0.0-alpha.0",
38
+ "@skyux/forms": "8.0.0-alpha.0",
39
+ "@skyux/i18n": "8.0.0-alpha.0",
40
+ "@skyux/indicators": "8.0.0-alpha.0",
41
+ "@skyux/layout": "8.0.0-alpha.0",
42
+ "@skyux/list-builder-common": "8.0.0-alpha.0",
43
+ "@skyux/lists": "8.0.0-alpha.0",
44
+ "@skyux/lookup": "8.0.0-alpha.0",
45
+ "@skyux/popovers": "8.0.0-alpha.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1"