tickera-angular-components 0.0.1-dev.28 → 0.0.1-dev.29
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
|
@@ -765,6 +765,8 @@ type RoomMapSeatDisplayState = 'normal' | 'accessible' | 'non_existent';
|
|
|
765
765
|
|
|
766
766
|
type ModalSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
|
|
767
767
|
|
|
768
|
+
type FeedbackModalType = 'loading' | 'success' | 'info' | 'warning' | 'error';
|
|
769
|
+
|
|
768
770
|
interface RoomMapChairPosition {
|
|
769
771
|
position: RoomMapPosition;
|
|
770
772
|
isOccupied: boolean;
|
|
@@ -1656,7 +1658,6 @@ declare class AppAlertComponent {
|
|
|
1656
1658
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppAlertComponent, "app-alert", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
1657
1659
|
}
|
|
1658
1660
|
|
|
1659
|
-
type FeedbackModalType = 'loading' | 'success' | 'info' | 'warning' | 'error';
|
|
1660
1661
|
declare class FeedbackModalComponent implements OnChanges, OnDestroy {
|
|
1661
1662
|
isOpen: WritableSignal<boolean>;
|
|
1662
1663
|
type: FeedbackModalType;
|