tickera-angular-components 0.0.1-dev.1 → 0.0.1-dev.3
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/index.d.ts
CHANGED
|
@@ -1416,6 +1416,8 @@ declare class AppModalComponent {
|
|
|
1416
1416
|
isOpen: WritableSignal<boolean>;
|
|
1417
1417
|
size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
|
|
1418
1418
|
closeModal: EventEmitter<void>;
|
|
1419
|
+
private readonly SIZE_CLASSES;
|
|
1420
|
+
get sizeClass(): string;
|
|
1419
1421
|
onCloseModal(): void;
|
|
1420
1422
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppModalComponent, never>;
|
|
1421
1423
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppModalComponent, "app-modal", never, { "title": { "alias": "title"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "closeModal": "closeModal"; }, never, ["*"], true, never>;
|