@paperless/angular 2.8.0 → 2.8.2

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.
@@ -6,7 +6,7 @@ import { BehaviorSubject } from 'rxjs';
6
6
  import { TableColumn } from '../table-column/table-column.component';
7
7
  import { AsyncItem, TableRowAction, TableRowActionQueryParams, TableRowActionRouterLink } from '../table-row-action/table-row-action.component';
8
8
  import { TableCell } from '../table-cell/table-cell.component';
9
- import { PTableRow } from '../../../../stencil/components';
9
+ import { PCheckbox, PTableRow } from '../../../../stencil/components';
10
10
  import { TableCustomRowDirective } from '../../directives/p-table-custom-row.directive';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class Table implements OnInit, OnChanges {
@@ -52,6 +52,7 @@ export declare class Table implements OnInit, OnChanges {
52
52
  * Event whenever the current selection changes
53
53
  */
54
54
  selectedRowsChange: EventEmitter<any>;
55
+ _selectAllCheckbox: ElementRef<PCheckbox>;
55
56
  /**
56
57
  * The key to determine if a row is selected
57
58
  */
@@ -679,7 +679,7 @@ export declare class PSelect {
679
679
  protected el: HTMLPSelectElement;
680
680
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
681
681
  static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
682
- static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "addItemText": "addItemText"; "applyClassOnSelectedItem": "applyClassOnSelectedItem"; "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "avatarKey": "avatarKey"; "avatarLettersKey": "avatarLettersKey"; "classKey": "classKey"; "disabled": "disabled"; "displayKey": "displayKey"; "dropdownDisplayKey": "dropdownDisplayKey"; "emptyStateText": "emptyStateText"; "enableAutocomplete": "enableAutocomplete"; "enableSelectAll": "enableSelectAll"; "enableTextWrap": "enableTextWrap"; "error": "error"; "helper": "helper"; "icon": "icon"; "iconClassKey": "iconClassKey"; "iconKey": "iconKey"; "identifierKey": "identifierKey"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "multi": "multi"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "required": "required"; "selectAllIcon": "selectAllIcon"; "selectAllText": "selectAllText"; "selectionDisplayKey": "selectionDisplayKey"; "showAddItem": "showAddItem"; "showChevron": "showChevron"; "showIconOnSelectedItem": "showIconOnSelectedItem"; "showOptional": "showOptional"; "size": "size"; "strategy": "strategy"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false, never>;
682
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "addItemText": "addItemText"; "applyClassOnSelectedItem": "applyClassOnSelectedItem"; "applyClassOnSelectedItemInMenu": "applyClassOnSelectedItemInMenu"; "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "avatarKey": "avatarKey"; "avatarLettersKey": "avatarLettersKey"; "classKey": "classKey"; "disabled": "disabled"; "displayKey": "displayKey"; "dropdownDisplayKey": "dropdownDisplayKey"; "emptyStateText": "emptyStateText"; "enableAutocomplete": "enableAutocomplete"; "enableSelectAll": "enableSelectAll"; "enableTextWrap": "enableTextWrap"; "error": "error"; "helper": "helper"; "icon": "icon"; "iconClassKey": "iconClassKey"; "iconKey": "iconKey"; "identifierKey": "identifierKey"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "multi": "multi"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "required": "required"; "selectAllIcon": "selectAllIcon"; "selectAllText": "selectAllText"; "selectionDisplayKey": "selectionDisplayKey"; "showAddItem": "showAddItem"; "showChevron": "showChevron"; "showIconOnSelectedItem": "showIconOnSelectedItem"; "showOptional": "showOptional"; "size": "size"; "strategy": "strategy"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false, never>;
683
683
  }
684
684
  export declare interface PSelect extends Components.PSelect {
685
685
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",