cat-documents-ng 0.2.97 → 0.2.98

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,10 +1,8 @@
1
1
  import { DocumentListResponse, DocumentListItem } from '../models/document-list-response.model';
2
2
  import { TableData } from '../../../Shared/components/table-primary/table-primary.model';
3
- import { SessionService } from '../../../Shared/services/session.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class DocumentTableBuilderService {
6
- private sessionService;
7
- constructor(sessionService: SessionService);
5
+ constructor();
8
6
  /**
9
7
  * Builds a single table from document list items
10
8
  * @param documents Array of document list items
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -1,15 +0,0 @@
1
- /**
2
- * Storing all permission properties.
3
- * @export
4
- * @class PERMISSIONS
5
- * @typedef {PERMISSIONS}
6
- */
7
- export declare class PERMISSIONS {
8
- /**
9
- * Access permission.
10
- * @static
11
- * @type {string}
12
- */
13
- static DOCUMENT_POST: string;
14
- static DOCUMENT_DELETE: string;
15
- }