cat-documents-ng 0.2.57 → 0.2.60

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,47 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CommonSidebarComponent {
4
- visible: boolean;
5
- position: 'left' | 'right';
6
- width: string;
7
- title: string;
8
- showCloseButton: boolean;
9
- modal: boolean;
10
- dismissible: boolean;
11
- closeOnEscape: boolean;
12
- baseZIndex: number;
13
- autoZIndex: boolean;
14
- styleClass: string;
15
- appendTo: string;
16
- blockScroll: boolean;
17
- closeIcon: string;
18
- showSaveButton: boolean;
19
- saveButtonText: string;
20
- saveButtonDisabled: boolean;
21
- visibleChange: EventEmitter<boolean>;
22
- onShow: EventEmitter<void>;
23
- onHide: EventEmitter<void>;
24
- onSave: EventEmitter<void>;
25
- /**
26
- * Opens the sidebar
27
- */
28
- open(): void;
29
- /**
30
- * Closes the sidebar
31
- */
32
- close(): void;
33
- /**
34
- * Toggles the sidebar visibility
35
- */
36
- toggle(): void;
37
- /**
38
- * Handles the close button click
39
- */
40
- onCloseClick(): void;
41
- /**
42
- * Handles the mask click (when dismissible is true)
43
- */
44
- onMaskClick(): void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<CommonSidebarComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<CommonSidebarComponent, "lib-common-sidebar", never, { "visible": { "alias": "visible"; "required": false; }; "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "title": { "alias": "title"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "modal": { "alias": "modal"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "blockScroll": { "alias": "blockScroll"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "showSaveButton": { "alias": "showSaveButton"; "required": false; }; "saveButtonText": { "alias": "saveButtonText"; "required": false; }; "saveButtonDisabled": { "alias": "saveButtonDisabled"; "required": false; }; }, { "visibleChange": "visibleChange"; "onShow": "onShow"; "onHide": "onHide"; "onSave": "onSave"; }, never, ["[header]", "*"], false, never>;
47
- }