cat-documents-ng 0.2.91 → 0.2.94
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.
- package/Shared/constant/SHARED.d.ts +4 -0
- package/fesm2022/cat-documents-ng.mjs +107 -39
- package/fesm2022/cat-documents-ng.mjs.map +1 -1
- package/lib/document/components/document-actions/document-actions.component.d.ts +18 -2
- package/lib/document/components/document-upload/document-upload.component.d.ts +5 -0
- package/lib/document/services/file-format.service.d.ts +11 -0
- package/package.json +1 -1
- package/src/lib/styles.scss +0 -23
|
@@ -242,6 +242,10 @@ export declare class SHARED {
|
|
|
242
242
|
static REJECT_ICON: string;
|
|
243
243
|
static ACCEPT_BUTTON_STYLE_CLASS: string;
|
|
244
244
|
static REJECT_BUTTON_STYLE_CLASS: string;
|
|
245
|
+
static FILE_TYPES: string[];
|
|
246
|
+
static COMMA: string;
|
|
247
|
+
static TEAM_LEADER: string;
|
|
248
|
+
static UNDERWRITER_USER: string;
|
|
245
249
|
static Menu: {
|
|
246
250
|
label: string;
|
|
247
251
|
items: ({
|