cat-documents-ng 0.3.10 → 0.3.12
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 +2 -0
- package/fesm2022/cat-documents-ng.mjs +169 -146
- package/fesm2022/cat-documents-ng.mjs.map +1 -1
- package/lib/document/components/document-list/document-list.component.d.ts +3 -11
- package/lib/document/services/document-category-reorder.service.d.ts +53 -0
- package/package.json +1 -1
|
@@ -242,6 +242,8 @@ export declare class SHARED {
|
|
|
242
242
|
static DOCUMENT_DELETED_SUCCESSFULLY: string;
|
|
243
243
|
static UNSAVED_CHANGES_ICON: string;
|
|
244
244
|
static REMOVE: string;
|
|
245
|
+
static YES: string;
|
|
246
|
+
static NO: string;
|
|
245
247
|
static CANCEL: string;
|
|
246
248
|
static ACCEPT_ICON: string;
|
|
247
249
|
static REJECT_ICON: string;
|