cat-documents-ng 0.3.79 → 0.3.81

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.
@@ -222,6 +222,9 @@ export declare class SHARED {
222
222
  static UPDATE_DOCUMENT_NAME: string;
223
223
  static WIDTH: string;
224
224
  static BASEZINDEX: number;
225
+ static DOCX: string;
226
+ static DOC: string;
227
+ static CSV: string;
225
228
  static CLOSE_ICON: string;
226
229
  static SAVE: string;
227
230
  static UPLOAD_PROGRESS_100: number;
@@ -316,6 +319,7 @@ export declare class SHARED {
316
319
  static PENDING: string;
317
320
  static DOT: string;
318
321
  static PDF: string;
322
+ static PDF2: string;
319
323
  static PENDING_STATUS: string;
320
324
  static EVENT_REQUESTED: string;
321
325
  static EVENT_ACCEPTED: string;
@@ -332,6 +336,7 @@ export declare class SHARED {
332
336
  static JPG: string;
333
337
  static PNG: string;
334
338
  static XLSX: string;
339
+ static XLS: string;
335
340
  static APPROVED_STATUS: string;
336
341
  static ALERT_STATUS: string;
337
342
  static UPLOADED_STATUS: string;
@@ -512,6 +517,7 @@ export declare const DocumentAlertList: {
512
517
  isAlert: boolean;
513
518
  alertMessage: string;
514
519
  }[];
520
+ export declare const OPEN_DOCUMENT_EXTENSIONS: string[];
515
521
  /**
516
522
  * Dummy data for document sections with detailed document lists.
517
523
  * Based on the document management interface structure.