@paperless/angular 2.18.2 → 2.18.4

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.
@@ -1,14 +1,14 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
2
- import { Params } from '@angular/router';
3
- import { cn, QuickFilter, RowClickEvent } from '@paperless/core';
4
- import { IconVariant, IllustrationVariant } from '@paperless/core/dist/types/components';
5
- import { BehaviorSubject } from 'rxjs';
6
- import { PTableRow } from '../../../../stencil/components';
7
- import { TableCustomRowDirective } from '../../directives/p-table-custom-row.directive';
8
- import { TableCell } from '../table-cell/table-cell.component';
9
- import { TableColumn } from '../table-column/table-column.component';
10
- import { TableExtraHeader } from '../table-extra-header/table-extra-header.component';
11
- import { AsyncItem, TableRowAction, TableRowActionQueryParams, TableRowActionRouterLink } from '../table-row-action/table-row-action.component';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from "@angular/core";
2
+ import { Params } from "@angular/router";
3
+ import { cn, QuickFilter, RowClickEvent } from "@paperless/core";
4
+ import { IconVariant, IllustrationVariant } from "@paperless/core/dist/types/components";
5
+ import { BehaviorSubject } from "rxjs";
6
+ import { PTableRow } from "../../../../stencil/components";
7
+ import { TableCustomRowDirective } from "../../directives/p-table-custom-row.directive";
8
+ import { TableCell } from "../table-cell/table-cell.component";
9
+ import { TableColumn } from "../table-column/table-column.component";
10
+ import { TableExtraHeader } from "../table-extra-header/table-extra-header.component";
11
+ import { AsyncItem, TableRowAction, TableRowActionQueryParams, TableRowActionRouterLink } from "../table-row-action/table-row-action.component";
12
12
  import * as i0 from "@angular/core";
13
13
  export declare class Table implements OnInit, OnChanges {
14
14
  private _cd;
@@ -216,7 +216,7 @@ export declare class Table implements OnInit, OnChanges {
216
216
  * Wether to hide when there is only 1 page available
217
217
  */
218
218
  hideOnSinglePage: boolean;
219
- emptyStateType: 'no_filter' | 'filtered';
219
+ emptyStateType: "no_filter" | "filtered";
220
220
  emptyStateIllustration: IllustrationVariant;
221
221
  emptyStateHeader: string;
222
222
  emptyStateContent: string;
@@ -1,11 +1,11 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { cn, TableDefinitionData } from '@paperless/core';
1
+ import { TemplateRef } from "@angular/core";
2
+ import { cn, TableDefinitionData } from "@paperless/core";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TableCell {
5
5
  /**
6
6
  * The variant of the column
7
7
  */
8
- variant: 'default' | 'loading' | 'header' | 'header-secondary';
8
+ variant: "default" | "loading" | "header" | "header-secondary";
9
9
  /**
10
10
  * The index of the column
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.18.2",
3
+ "version": "2.18.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Employes/Paperless.git"