@breadstone/mosaik-elements-angular 0.0.12-beta.0
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/Cdk/Cancel.d.ts +33 -0
- package/Cdk/Cancel.d.ts.map +1 -0
- package/Cdk/CancelReason.d.ts +5 -0
- package/Cdk/CancelReason.d.ts.map +1 -0
- package/Cdk/Cdk.d.ts +13 -0
- package/Cdk/Cdk.d.ts.map +1 -0
- package/Cdk/Dialog/DialogPortalComponent.d.ts +43 -0
- package/Cdk/Dialog/DialogPortalComponent.d.ts.map +1 -0
- package/Cdk/Dialog/DialogRef.d.ts +2 -0
- package/Cdk/Dialog/DialogRef.d.ts.map +1 -0
- package/Cdk/Dialog/DialogService.d.ts +77 -0
- package/Cdk/Dialog/DialogService.d.ts.map +1 -0
- package/Cdk/Dialog/DialogTokens.d.ts +16 -0
- package/Cdk/Dialog/DialogTokens.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogBehaviour.d.ts +17 -0
- package/Cdk/Dialog/IDialogBehaviour.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogConfig.d.ts +38 -0
- package/Cdk/Dialog/IDialogConfig.d.ts.map +1 -0
- package/Cdk/Dialog/IDialogRef.d.ts +31 -0
- package/Cdk/Dialog/IDialogRef.d.ts.map +1 -0
- package/Cdk/ICancel.d.ts +9 -0
- package/Cdk/ICancel.d.ts.map +1 -0
- package/Cdk/Injection/StatelessInjector.d.ts +2 -0
- package/Cdk/Injection/StatelessInjector.d.ts.map +1 -0
- package/Cdk/Pipes/OfPipe.d.ts +14 -0
- package/Cdk/Pipes/OfPipe.d.ts.map +1 -0
- package/Cdk/Portal/IPortalRef.d.ts +15 -0
- package/Cdk/Portal/IPortalRef.d.ts.map +1 -0
- package/Cdk/Portal/PortalComponent.d.ts +64 -0
- package/Cdk/Portal/PortalComponent.d.ts.map +1 -0
- package/Cdk/Portal/PortalProvider.d.ts +106 -0
- package/Cdk/Portal/PortalProvider.d.ts.map +1 -0
- package/Cdk/Portal/PortalRef.d.ts +2 -0
- package/Cdk/Portal/PortalRef.d.ts.map +1 -0
- package/Cdk/Theming/TypographyDirective.d.ts +22 -0
- package/Cdk/Theming/TypographyDirective.d.ts.map +1 -0
- package/Cdk/Toast/ToastService.d.ts +25 -0
- package/Cdk/Toast/ToastService.d.ts.map +1 -0
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +55 -0
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +81 -0
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +47 -0
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +77 -0
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +89 -0
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +63 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +63 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +81 -0
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +87 -0
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +79 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts.map +1 -0
- package/Controls/Components/Cells/CellComponent.d.ts +47 -0
- package/Controls/Components/Cells/CellComponent.d.ts.map +1 -0
- package/Controls/Components/Cells/CellGroupComponent.d.ts +41 -0
- package/Controls/Components/Cells/CellGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Charts/ChartComponent.d.ts +103 -0
- package/Controls/Components/Charts/ChartComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +51 -0
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +47 -0
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +51 -0
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts.map +1 -0
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +49 -0
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts.map +1 -0
- package/Controls/Components/Forms/FormComponent.d.ts +49 -0
- package/Controls/Components/Forms/FormComponent.d.ts.map +1 -0
- package/Controls/Components/Forms/FormFieldComponent.d.ts +75 -0
- package/Controls/Components/Forms/FormFieldComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +73 -0
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +47 -0
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +47 -0
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts +41 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +41 -0
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts +39 -0
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +61 -0
- package/Controls/Components/Grouping/Card/CardComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +47 -0
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardFooterComponent.d.ts +39 -0
- package/Controls/Components/Grouping/Card/CardFooterComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +45 -0
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +47 -0
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +47 -0
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Disclosure/DisclosureComponent.d.ts +43 -0
- package/Controls/Components/Grouping/Disclosure/DisclosureComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +67 -0
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +51 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +41 -0
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +41 -0
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +51 -0
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +59 -0
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +93 -0
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +43 -0
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +65 -0
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +43 -0
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +69 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +63 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +97 -0
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +73 -0
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +61 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts +39 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +99 -0
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +133 -0
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +125 -0
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +49 -0
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +77 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +45 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +105 -0
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +91 -0
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +81 -0
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +69 -0
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +63 -0
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +65 -0
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +95 -0
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +89 -0
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +83 -0
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +63 -0
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +43 -0
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +97 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +101 -0
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +111 -0
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +69 -0
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts +43 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +47 -0
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +51 -0
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +47 -0
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +45 -0
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageComponent.d.ts +41 -0
- package/Controls/Components/Layouts/Page/PageComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts +47 -0
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +43 -0
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts +41 -0
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts +41 -0
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts +41 -0
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +63 -0
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +53 -0
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts +47 -0
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +55 -0
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts +49 -0
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts.map +1 -0
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +51 -0
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +59 -0
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +49 -0
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +57 -0
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +71 -0
- package/Controls/Components/Media/Camera/CameraComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +59 -0
- package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +45 -0
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +55 -0
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +51 -0
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +57 -0
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +45 -0
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +65 -0
- package/Controls/Components/Media/Chip/ChipComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +49 -0
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +41 -0
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +51 -0
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +47 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +47 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +45 -0
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +47 -0
- package/Controls/Components/Media/Comment/CommentComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts +43 -0
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Icon/IconComponent.d.ts +55 -0
- package/Controls/Components/Media/Icon/IconComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Image/ImageComponent.d.ts +73 -0
- package/Controls/Components/Media/Image/ImageComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +75 -0
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts.map +1 -0
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +51 -0
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Video/VideoComponent.d.ts +65 -0
- package/Controls/Components/Media/Video/VideoComponent.d.ts.map +1 -0
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +61 -0
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts.map +1 -0
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +45 -0
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/BottomSheet/BottomSheetComponent.d.ts +61 -0
- package/Controls/Components/Overlays/BottomSheet/BottomSheetComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts +39 -0
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +75 -0
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +47 -0
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.d.ts +39 -0
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +45 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +43 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +43 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogHostComponent.d.ts +39 -0
- package/Controls/Components/Overlays/Dialog/DialogHostComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +75 -0
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +51 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +41 -0
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +71 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +75 -0
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +51 -0
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +51 -0
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +41 -0
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +49 -0
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +47 -0
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +55 -0
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +97 -0
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts +39 -0
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +51 -0
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterItemComponent.d.ts +39 -0
- package/Controls/Components/Primitives/Footer/FooterItemComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts +37 -0
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +47 -0
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronComponent.d.ts +49 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronHeaderComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronSubHeaderComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Jumbtron/JumbtronSubHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts +41 -0
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts +45 -0
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +49 -0
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +53 -0
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +57 -0
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +63 -0
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +47 -0
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +53 -0
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +51 -0
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +49 -0
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +49 -0
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +43 -0
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Swipe/SwipeComponent.d.ts +49 -0
- package/Controls/Components/Primitives/Swipe/SwipeComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +61 -0
- package/Controls/Components/Primitives/Text/TextComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +41 -0
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +57 -0
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +63 -0
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +71 -0
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts.map +1 -0
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +67 -0
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +65 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +67 -0
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +61 -0
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +61 -0
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +73 -0
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +63 -0
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts.map +1 -0
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +55 -0
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +61 -0
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +51 -0
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts +59 -0
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts.map +1 -0
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +51 -0
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +83 -0
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +65 -0
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +47 -0
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +53 -0
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +51 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +75 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +65 -0
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListComponent.d.ts +61 -0
- package/Controls/Components/Selectors/List/ListComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +59 -0
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +45 -0
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +45 -0
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +63 -0
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +43 -0
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +45 -0
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +69 -0
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +59 -0
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +65 -0
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +55 -0
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +55 -0
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +63 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts +39 -0
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts +51 -0
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +49 -0
- package/Controls/Components/Selectors/Table/TableComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts +39 -0
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/TableRowComponent.d.ts +39 -0
- package/Controls/Components/Selectors/Table/TableRowComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +49 -0
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +69 -0
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +57 -0
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +63 -0
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts.map +1 -0
- package/Controls/Components/Shell/AppComponent.d.ts +45 -0
- package/Controls/Components/Shell/AppComponent.d.ts.map +1 -0
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +41 -0
- package/Controls/Components/Shell/AppHeaderComponent.d.ts.map +1 -0
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +47 -0
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts.map +1 -0
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +49 -0
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts.map +1 -0
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +47 -0
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts.map +1 -0
- package/LICENSE +21 -0
- package/README.md +16 -0
- package/Theming/Theme2Component.d.ts +41 -0
- package/Theming/Theme2Component.d.ts.map +1 -0
- package/Utils/Proxy.d.ts +24 -0
- package/Utils/Proxy.d.ts.map +1 -0
- package/fesm2022/mosaik-elements-angular.mjs +51095 -0
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -0
- package/index.d.ts +219 -0
- package/index.d.ts.map +1 -0
- package/mosaik-elements-angular.d.ts.map +1 -0
- package/package.json +24 -0
package/Cdk/Cancel.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { CancelReason } from './CancelReason';
|
|
2
|
+
import type { ICancel } from './ICancel';
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare class Cancel<TResult> implements ICancel<TResult> {
|
|
7
|
+
private readonly _result?;
|
|
8
|
+
private readonly _reason;
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a new instance of the `Cancel` class.
|
|
11
|
+
*
|
|
12
|
+
* @private
|
|
13
|
+
*/
|
|
14
|
+
private constructor();
|
|
15
|
+
/**
|
|
16
|
+
* Gets or sets the `reason` property.
|
|
17
|
+
*
|
|
18
|
+
* @public
|
|
19
|
+
* @readonly
|
|
20
|
+
*/
|
|
21
|
+
get reason(): CancelReason;
|
|
22
|
+
/**
|
|
23
|
+
* Returns the `result` property.
|
|
24
|
+
*
|
|
25
|
+
* @public
|
|
26
|
+
* @readonly
|
|
27
|
+
*/
|
|
28
|
+
get result(): TResult | undefined;
|
|
29
|
+
static positive<TResult>(result?: TResult): ICancel<TResult>;
|
|
30
|
+
static negative<TResult>(result?: TResult): ICancel<TResult>;
|
|
31
|
+
static none<TResult>(result?: TResult): ICancel<TResult>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=Cancel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cancel.d.ts","sourceRoot":"","sources":["../../src/Cdk/Cancel.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIzC;;GAEG;AACH,qBAAa,MAAM,CAAC,OAAO,CAAE,YAAW,OAAO,CAAC,OAAO,CAAC;IAIpD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAU;IACnC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAe;IAMvC;;;;OAIG;IACH,OAAO;IASP;;;;;OAKG;IACH,IAAW,MAAM,IAAI,YAAY,CAEhC;IAED;;;;;OAKG;IACH,IAAW,MAAM,IAAI,OAAO,GAAG,SAAS,CAEvC;WAMa,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;WAIrD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;WAIrD,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;CAMlE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CancelReason.d.ts","sourceRoot":"","sources":["../../src/Cdk/CancelReason.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,MAAM,CAAC"}
|
package/Cdk/Cdk.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './Cancel';
|
|
2
|
+
export type * from './CancelReason';
|
|
3
|
+
export type * from './ICancel';
|
|
4
|
+
export * from './Dialog/DialogPortalComponent';
|
|
5
|
+
export * from './Dialog/DialogTokens';
|
|
6
|
+
export * from './Dialog/DialogRef';
|
|
7
|
+
export type * from './Dialog/IDialogRef';
|
|
8
|
+
export type * from './Dialog/IDialogConfig';
|
|
9
|
+
export * from './Dialog/DialogService';
|
|
10
|
+
export type * from './Dialog/IDialogBehaviour';
|
|
11
|
+
export * from './Toast/ToastService';
|
|
12
|
+
export * from './Theming/TypographyDirective';
|
|
13
|
+
//# sourceMappingURL=Cdk.d.ts.map
|
package/Cdk/Cdk.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cdk.d.ts","sourceRoot":"","sources":["../../src/Cdk/Cdk.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,WAAW,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,qBAAqB,CAAC;AACzC,mBAAmB,wBAAwB,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,mBAAmB,2BAA2B,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
2
|
+
import { IDialogConfig } from './IDialogConfig';
|
|
3
|
+
import { PortalComponent } from '../../Cdk/Portal/PortalComponent';
|
|
4
|
+
import { DialogComponent } from '../../Controls/Components/Overlays/Dialog/DialogComponent';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class DialogPortalComponent extends PortalComponent {
|
|
10
|
+
private readonly _portalOutlet;
|
|
11
|
+
private readonly _dialog;
|
|
12
|
+
private readonly _dialogConfig?;
|
|
13
|
+
/**
|
|
14
|
+
* Constructs a new instance of the `DialogPortalComponent` class.
|
|
15
|
+
*
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
constructor();
|
|
19
|
+
/**
|
|
20
|
+
* Returns the `dialog` property.
|
|
21
|
+
*
|
|
22
|
+
* @public
|
|
23
|
+
* @readonly
|
|
24
|
+
*/
|
|
25
|
+
get dialog(): DialogComponent;
|
|
26
|
+
/**
|
|
27
|
+
* Returns the `dialogRef` property.
|
|
28
|
+
*
|
|
29
|
+
* @public
|
|
30
|
+
* @readonly
|
|
31
|
+
*/
|
|
32
|
+
get dialogConfig(): IDialogConfig<unknown> | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* Returns the `portal` property.
|
|
35
|
+
*
|
|
36
|
+
* @protected
|
|
37
|
+
* @readonly
|
|
38
|
+
*/
|
|
39
|
+
protected get portal(): CdkPortalOutlet;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogPortalComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogPortalComponent, "mosaik-dialog-portal", ["mosaikDialogPortal"], {}, {}, never, never, true, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=DialogPortalComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogPortalComponent.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/DialogPortalComponent.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAUtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,2DAA2D,CAAC;;AAK5F;;GAEG;AACH,qBAyBa,qBACT,SAAQ,eAAe;IAKvB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAmB;IAEjD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAmB;IAO3C,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAyB;IAMxD;;;;OAIG;;IAaH;;;;;OAKG;IACH,IAAW,MAAM,IAAI,eAAe,CAEnC;IAED;;;;;OAKG;IACH,IAAW,YAAY,IAAI,aAAa,CAAC,OAAO,CAAC,GAAG,SAAS,CAE5D;IAsBD;;;;;OAKG;IACH,SAAS,KAAK,MAAM,IAAI,eAAe,CAEtC;yCAtFQ,qBAAqB;2CAArB,qBAAqB;CA0FjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogRef.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/DialogRef.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import type { OverlayRef, PositionStrategy, ScrollStrategy } from '@angular/cdk/overlay';
|
|
2
|
+
import type { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { Injector, type ComponentRef, type TemplateRef, type Type } from '@angular/core';
|
|
4
|
+
import { PortalProvider } from '../Portal/PortalProvider';
|
|
5
|
+
import { PortalComponent } from '../Portal/PortalComponent';
|
|
6
|
+
import { IDialogBehaviour } from './IDialogBehaviour';
|
|
7
|
+
import { IDialogRef } from './IDialogRef';
|
|
8
|
+
import { IDialogConfig } from './IDialogConfig';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export declare class DialogService extends PortalProvider {
|
|
14
|
+
private readonly _document;
|
|
15
|
+
private readonly _config?;
|
|
16
|
+
private readonly _dialogBehaviours;
|
|
17
|
+
/**
|
|
18
|
+
* Constructs a new instance of the `DialogService` class.
|
|
19
|
+
*
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
constructor(injector: Injector);
|
|
23
|
+
/**
|
|
24
|
+
* Opens new instance of the dialog, may receive optional config.
|
|
25
|
+
*
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
show<TData = object, TResult = object>(componentTypeOrTemplateRef: Type<unknown> | TemplateRef<TData>, config?: Partial<IDialogConfig<TData>>): IDialogRef<TData, TResult>;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
close(ref: IDialogRef): void;
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
isShown(ref: IDialogRef): boolean;
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
withBehaviour(type: Type<IDialogBehaviour>): Omit<this, 'withBehaviour'>;
|
|
41
|
+
/**
|
|
42
|
+
* @protected
|
|
43
|
+
* @override
|
|
44
|
+
*/
|
|
45
|
+
protected createId(): string;
|
|
46
|
+
/**
|
|
47
|
+
* @protected
|
|
48
|
+
* @override
|
|
49
|
+
*/
|
|
50
|
+
protected createPortalInjector<TData>(config?: IDialogConfig<TData>): Injector;
|
|
51
|
+
/**
|
|
52
|
+
* @protected
|
|
53
|
+
* @override
|
|
54
|
+
*/
|
|
55
|
+
protected createContentInjector<TData>(ref: IDialogRef, config?: IDialogConfig<TData>): Injector;
|
|
56
|
+
/**
|
|
57
|
+
* @protected
|
|
58
|
+
* @override
|
|
59
|
+
*/
|
|
60
|
+
protected createPositionStrategy(): PositionStrategy;
|
|
61
|
+
/**
|
|
62
|
+
* @protected
|
|
63
|
+
* @override
|
|
64
|
+
*/
|
|
65
|
+
protected createScrollStrategy(): ScrollStrategy;
|
|
66
|
+
/**
|
|
67
|
+
* @protected
|
|
68
|
+
*/
|
|
69
|
+
protected createComponent<TPortal extends PortalComponent>(portal: ComponentPortal<TPortal>, overlayRef: OverlayRef, component: Type<TPortal>, config?: Partial<IDialogConfig>): ComponentRef<TPortal>;
|
|
70
|
+
/**
|
|
71
|
+
* @private
|
|
72
|
+
*/
|
|
73
|
+
private prepareComponent;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
75
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=DialogService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogService.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/DialogService.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACzF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAsB,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,KAAK,IAAI,EAAE,MAAM,eAAe,CAAC;AAC7G,OAAO,EAA6B,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAIrF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAK1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;;AAIhD;;GAEG;AACH,qBACa,aACT,SAAQ,cAAc;IAItB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAW;IACrC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAyB;IAClD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA0B;IAM5D;;;;OAIG;gBACgB,QAAQ,EAAE,QAAQ;IAYrC;;;;OAIG;IACI,IAAI,CAAC,KAAK,GAAG,MAAM,EAAE,OAAO,GAAG,MAAM,EAAE,0BAA0B,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC;IAuCjL;;OAEG;IACI,KAAK,CAAC,GAAG,EAAE,UAAU,GAAG,IAAI;IAInC;;OAEG;IACI,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,OAAO;IAIxC;;OAEG;IACI,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,eAAe,CAAC;IAO/E;;;OAGG;cACgB,QAAQ,IAAI,MAAM;IAIrC;;;OAGG;cACgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,QAAQ;IAMvF;;;OAGG;cACgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,QAAQ;IAQzG;;;OAGG;cACgB,sBAAsB,IAAI,gBAAgB;IAO7D;;;OAGG;cACgB,oBAAoB,IAAI,cAAc;IAIzD;;OAEG;cACgB,eAAe,CAAC,OAAO,SAAS,eAAe,EAAE,MAAM,EAAE,eAAe,CAAC,OAAO,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC;IAsB/M;;OAEG;IACH,OAAO,CAAC,gBAAgB;yCA/Kf,aAAa;6CAAb,aAAa;CA4NzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import type { IDialogRef } from './IDialogRef';
|
|
3
|
+
import type { IDialogConfig } from './IDialogConfig';
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const DIALOG_CONFIG: InjectionToken<IDialogConfig<any>>;
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export declare const DIALOG_REF: InjectionToken<IDialogRef<any, any>>;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export declare const DIALOG_REF_DATA: InjectionToken<any>;
|
|
16
|
+
//# sourceMappingURL=DialogTokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogTokens.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/DialogTokens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIrD;;GAEG;AACH,eAAO,MAAM,aAAa,oCAA4D,CAAC;AAEvF;;GAEG;AACH,eAAO,MAAM,UAAU,sCAAsD,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,eAAe,qBAAoD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ComponentPortal } from '@angular/cdk/portal';
|
|
2
|
+
import type { IDialogRef } from './IDialogRef';
|
|
3
|
+
import type { IDialogConfig } from './IDialogConfig';
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface IPortalProviderBehaviour<TRef, TConfig> {
|
|
8
|
+
configure(config: TConfig): void;
|
|
9
|
+
attach(element: TRef, portal: ComponentPortal<unknown>): void;
|
|
10
|
+
detach(): void;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export interface IDialogBehaviour extends IPortalProviderBehaviour<IDialogRef, Partial<IDialogConfig>> {
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=IDialogBehaviour.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDialogBehaviour.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/IDialogBehaviour.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIrD;;GAEG;AACH,MAAM,WAAW,wBAAwB,CAAC,IAAI,EAAE,OAAO;IAInD,SAAS,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IAEjC,MAAM,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,eAAe,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAE9D,MAAM,IAAI,IAAI,CAAC;CAIlB;AAED;;GAEG;AACH,MAAM,WAAW,gBACb,SAAQ,wBAAwB,CAAC,UAAU,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;CAEvE"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { DialogElement } from '@breadstone/mosaik-elements-foundation';
|
|
2
|
+
import type { Observable } from 'rxjs';
|
|
3
|
+
interface ISizeLike {
|
|
4
|
+
width: string;
|
|
5
|
+
height: string;
|
|
6
|
+
}
|
|
7
|
+
export type ObservableLike<T> = T | Observable<T>;
|
|
8
|
+
/**
|
|
9
|
+
* Represents the `IDialogConfig` interface.
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export interface IDialogConfig<TData = any> extends DialogElement.Props {
|
|
14
|
+
data?: TData;
|
|
15
|
+
size?: Partial<ISizeLike>;
|
|
16
|
+
minSize?: Partial<ISizeLike>;
|
|
17
|
+
maxSize?: Partial<ISizeLike>;
|
|
18
|
+
header?: ObservableLike<string>;
|
|
19
|
+
subheader?: ObservableLike<string>;
|
|
20
|
+
actions?: Array<{
|
|
21
|
+
kind?: 'primary' | 'secondary';
|
|
22
|
+
handler?: () => void;
|
|
23
|
+
label?: ObservableLike<string>;
|
|
24
|
+
disabled?: ObservableLike<boolean>;
|
|
25
|
+
visible?: ObservableLike<boolean>;
|
|
26
|
+
}>;
|
|
27
|
+
id?: string;
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
focusOnOpen?: boolean;
|
|
30
|
+
scrollable?: boolean;
|
|
31
|
+
closeOnNavigation?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Detects if only showing one dialog at the same time.
|
|
34
|
+
*/
|
|
35
|
+
singleton?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
38
|
+
//# sourceMappingURL=IDialogConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDialogConfig.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/IDialogConfig.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,UAAU,SAAS;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;AAIlD;;;;GAIG;AACH,MAAM,WAAW,aAAa,CAAC,KAAK,GAAG,GAAG,CACtC,SAAQ,aAAa,CAAC,KAAK;IAI3B,IAAI,CAAC,EAAE,KAAK,CAAC;IAEb,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAE1B,OAAO,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAE7B,OAAO,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAE7B,MAAM,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAEhC,SAAS,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAEnC,OAAO,CAAC,EAAE,KAAK,CAAC;QACZ,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;QAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;QACrB,KAAK,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;QAC/B,QAAQ,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;QACnC,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;KACrC,CAAC,CAAC;IAEH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CAIvB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import type { IPortalRef } from '../Portal/IPortalRef';
|
|
3
|
+
import type { DialogComponent } from '../../Controls/Components/Overlays/Dialog/DialogComponent';
|
|
4
|
+
/**
|
|
5
|
+
* Represents the `IDialogRef` interface.
|
|
6
|
+
*
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface IDialogRef<TData = any, TResult = any> extends IPortalRef<DialogComponent, TData, TResult> {
|
|
10
|
+
get positionChanged(): Observable<Partial<{
|
|
11
|
+
top: number | string;
|
|
12
|
+
bottom: number | string;
|
|
13
|
+
left: number | string;
|
|
14
|
+
right: number | string;
|
|
15
|
+
}>>;
|
|
16
|
+
get sizeChanged(): Observable<Partial<{
|
|
17
|
+
width: number | string;
|
|
18
|
+
height: number | string;
|
|
19
|
+
}>>;
|
|
20
|
+
updatePosition(position: Partial<{
|
|
21
|
+
top: number | string;
|
|
22
|
+
bottom: number | string;
|
|
23
|
+
left: number | string;
|
|
24
|
+
right: number | string;
|
|
25
|
+
}>): this;
|
|
26
|
+
updateSize(size: Partial<{
|
|
27
|
+
width: number | string;
|
|
28
|
+
height: number | string;
|
|
29
|
+
}>): this;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=IDialogRef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDialogRef.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Dialog/IDialogRef.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2DAA2D,CAAC;AAIjG;;;;GAIG;AACH,MAAM,WAAW,UAAU,CAAC,KAAK,GAAG,GAAG,EAAE,OAAO,GAAG,GAAG,CAClD,SAAQ,UAAU,CAAC,eAAe,EAAE,KAAK,EAAE,OAAO,CAAC;IAInD,IAAI,eAAe,IAAI,UAAU,CAAC,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;QAC7D,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;QACxB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,CAAC,CAAC;IAEhC,IAAI,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;QAC3D,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,CAAC,CAAC;IAMjC,cAAc,CAAC,QAAQ,EAAE,OAAO,CAAC;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;QACpD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;QACxB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,GAAG,IAAI,CAAC;IAEtC,UAAU,CAAC,IAAI,EAAE,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;QAC9C,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,GAAG,IAAI,CAAC;CAI1C"}
|
package/Cdk/ICancel.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICancel.d.ts","sourceRoot":"","sources":["../../src/Cdk/ICancel.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAInD;;GAEG;AACH,MAAM,WAAW,OAAO,CAAC,OAAO;IAE5B,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAE9B,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;CAE7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatelessInjector.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Injection/StatelessInjector.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
|
2
|
+
import { type Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Transforms a value to an observable sequence.
|
|
6
|
+
*
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class OfPipe implements PipeTransform {
|
|
10
|
+
transform<T>(value: unknown): Observable<T>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OfPipe, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OfPipe, "of", true>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=OfPipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfPipe.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Pipes/OfPipe.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAoB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIzD;;;;GAIG;AACH,qBAIa,MAAO,YAAW,aAAa;IAIjC,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC,CAAC;yCAJzC,MAAM;uCAAN,MAAM;CAYlB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { OverlayRef } from '@angular/cdk/overlay';
|
|
2
|
+
import type { Observable } from 'rxjs';
|
|
3
|
+
import type { ICancel } from '../ICancel';
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface IPortalRef<TInstance, TData, TResult> {
|
|
8
|
+
readonly id: string;
|
|
9
|
+
readonly component: TInstance;
|
|
10
|
+
readonly overlayRef: OverlayRef;
|
|
11
|
+
readonly data?: TData;
|
|
12
|
+
readonly closed: Observable<ICancel<TResult>>;
|
|
13
|
+
close(result?: ICancel<TResult>): void;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=IPortalRef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPortalRef.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Portal/IPortalRef.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAI1C;;GAEG;AACH,MAAM,WAAW,UAAU,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO;IAIjD,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IAEpB,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAE9B,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAEhC,QAAQ,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC;IAEtB,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;IAM9C,KAAK,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAI1C"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { BasePortalOutlet, type CdkPortalOutlet, type ComponentPortal, type TemplatePortal } from '@angular/cdk/portal';
|
|
2
|
+
import { type ComponentRef, type EmbeddedViewRef, type OnDestroy, type OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class PortalComponent extends BasePortalOutlet implements OnInit, OnDestroy {
|
|
8
|
+
private readonly _element;
|
|
9
|
+
private readonly _focusTrapFactory;
|
|
10
|
+
private readonly _document;
|
|
11
|
+
private _focusTrap;
|
|
12
|
+
private _elementFocusedBeforeOpened;
|
|
13
|
+
/**
|
|
14
|
+
* Constructs a new instance of the `PortalComponent` class.
|
|
15
|
+
*
|
|
16
|
+
* @protected
|
|
17
|
+
*/
|
|
18
|
+
protected constructor();
|
|
19
|
+
/**
|
|
20
|
+
* Returns the `portal` property.
|
|
21
|
+
*
|
|
22
|
+
* @protected
|
|
23
|
+
* @abstract
|
|
24
|
+
* @readonly
|
|
25
|
+
*/
|
|
26
|
+
protected abstract get portal(): CdkPortalOutlet;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
/**
|
|
36
|
+
* Attach a ComponentPortal as content to this dialog container.
|
|
37
|
+
*
|
|
38
|
+
* @public
|
|
39
|
+
* @param portal - Portal to be attached as the dialog content.
|
|
40
|
+
*/
|
|
41
|
+
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
|
|
42
|
+
/**
|
|
43
|
+
* Attach a TemplatePortal as content to this dialog container.
|
|
44
|
+
*
|
|
45
|
+
* @public
|
|
46
|
+
* @param portal - Portal to be attached as the dialog content.
|
|
47
|
+
*/
|
|
48
|
+
attachTemplatePortal<TComponent>(portal: TemplatePortal<TComponent>): EmbeddedViewRef<TComponent>;
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
trapFocus(): void;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
restoreFocus(): void;
|
|
57
|
+
/**
|
|
58
|
+
* @private
|
|
59
|
+
*/
|
|
60
|
+
private savePreviouslyFocusedElement;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortalComponent, never>;
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PortalComponent, never, never, {}, {}, never, never, true, never>;
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=PortalComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalComponent.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Portal/PortalComponent.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,KAAK,eAAe,EAAE,KAAK,eAAe,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAExH,OAAO,EAAiC,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;;AAIpI;;GAEG;AACH,8BACsB,eAClB,SAAQ,gBACR,YAAW,MAAM,EAAE,SAAS;IAI5B,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAa;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA+B;IACjE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAW;IACrC,OAAO,CAAC,UAAU,CAA+B;IACjD,OAAO,CAAC,2BAA2B,CAAqB;IAMxD;;;;OAIG;IACH,SAAS;IAcT;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,KAAK,MAAM,IAAI,eAAe,CAAC;IAMjD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAIvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAI1B;;;;;OAKG;IACI,qBAAqB,CAAC,CAAC,EAAE,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC;IAK5E;;;;;OAKG;IACI,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,eAAe,CAAC,UAAU,CAAC;IAKxG;;OAEG;IACI,SAAS,IAAI,IAAI;IAYxB;;OAEG;IACI,YAAY,IAAI,IAAI;IAY3B;;OAEG;IACH,OAAO,CAAC,4BAA4B;yCArHlB,eAAe;2CAAf,eAAe;CA+HpC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { Overlay, type OverlayConfig, OverlayPositionBuilder, type OverlayRef, type PositionStrategy, type ScrollStrategy } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { TemplateRef, type Type, type ComponentRef, type EmbeddedViewRef, type Injector } from '@angular/core';
|
|
4
|
+
import { type Observable } from 'rxjs';
|
|
5
|
+
import type { PortalComponent } from './PortalComponent';
|
|
6
|
+
import type { IPortalRef } from './IPortalRef';
|
|
7
|
+
export interface IPortalProviderCacheEntry {
|
|
8
|
+
overlay: OverlayRef;
|
|
9
|
+
portal: ComponentPortal<PortalComponent>;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export declare abstract class PortalProvider {
|
|
15
|
+
private readonly _injector;
|
|
16
|
+
private readonly _overlayPositionBuilder;
|
|
17
|
+
private readonly _overlay;
|
|
18
|
+
private readonly _cache;
|
|
19
|
+
private readonly _cacheCountSubject;
|
|
20
|
+
/**
|
|
21
|
+
* Constructs a new instance of the `ProtalProvider` class.
|
|
22
|
+
*
|
|
23
|
+
* @protected
|
|
24
|
+
*/
|
|
25
|
+
protected constructor(injector: Injector);
|
|
26
|
+
/**
|
|
27
|
+
* Returns the `count` property.
|
|
28
|
+
*
|
|
29
|
+
* @public
|
|
30
|
+
* @readonly
|
|
31
|
+
*/
|
|
32
|
+
get count(): Observable<number>;
|
|
33
|
+
/**
|
|
34
|
+
* Returns the `overlayPositionBuilder` property.
|
|
35
|
+
*
|
|
36
|
+
* @protected
|
|
37
|
+
* @readonly
|
|
38
|
+
*/
|
|
39
|
+
protected get overlayPositionBuilder(): OverlayPositionBuilder;
|
|
40
|
+
/**
|
|
41
|
+
* Returns the `overlay` property.
|
|
42
|
+
*
|
|
43
|
+
* @protected
|
|
44
|
+
* @readonly
|
|
45
|
+
*/
|
|
46
|
+
protected get overlay(): Overlay;
|
|
47
|
+
/**
|
|
48
|
+
* Returns the `injector` property.
|
|
49
|
+
*
|
|
50
|
+
* @protected
|
|
51
|
+
* @readonly
|
|
52
|
+
*/
|
|
53
|
+
protected get injector(): Injector;
|
|
54
|
+
/**
|
|
55
|
+
* Returns the `cache` property.
|
|
56
|
+
*
|
|
57
|
+
* @protected
|
|
58
|
+
* @readonly
|
|
59
|
+
*/
|
|
60
|
+
protected get cache(): ReadonlyArray<IPortalProviderCacheEntry>;
|
|
61
|
+
/**
|
|
62
|
+
* @protected
|
|
63
|
+
*/
|
|
64
|
+
protected abstract createId(): string;
|
|
65
|
+
/**
|
|
66
|
+
* @protected
|
|
67
|
+
*/
|
|
68
|
+
protected abstract createPortalInjector(config?: unknown): Injector;
|
|
69
|
+
/**
|
|
70
|
+
* @protected
|
|
71
|
+
*/
|
|
72
|
+
protected abstract createContentInjector(ref: IPortalRef<unknown, unknown, unknown>, config?: unknown): Injector;
|
|
73
|
+
/**
|
|
74
|
+
* @protected
|
|
75
|
+
*/
|
|
76
|
+
protected abstract createPositionStrategy(): PositionStrategy;
|
|
77
|
+
/**
|
|
78
|
+
* @protected
|
|
79
|
+
*/
|
|
80
|
+
protected abstract createScrollStrategy(): ScrollStrategy;
|
|
81
|
+
/**
|
|
82
|
+
* @protected
|
|
83
|
+
*/
|
|
84
|
+
protected createOverlay(config: OverlayConfig): OverlayRef;
|
|
85
|
+
/**
|
|
86
|
+
* @protected
|
|
87
|
+
*/
|
|
88
|
+
protected createPortal<TPortal extends PortalComponent>(component: Type<TPortal>, config?: unknown): ComponentPortal<TPortal>;
|
|
89
|
+
/**
|
|
90
|
+
* @protected
|
|
91
|
+
*/
|
|
92
|
+
protected createComponent<TPortal extends PortalComponent>(portal: ComponentPortal<TPortal>, overlayRef: OverlayRef, component: Type<TPortal>, config?: unknown): ComponentRef<TPortal>;
|
|
93
|
+
/**
|
|
94
|
+
* @protected
|
|
95
|
+
*/
|
|
96
|
+
protected createContent(componentTypeOrTemplateRef: Type<unknown> | TemplateRef<unknown>, container: PortalComponent, ref: IPortalRef<unknown, unknown, unknown>, config?: unknown): ComponentRef<unknown> | EmbeddedViewRef<unknown>;
|
|
97
|
+
/**
|
|
98
|
+
* @protected
|
|
99
|
+
*/
|
|
100
|
+
protected attach<TPortal extends PortalComponent>(overlayRef: OverlayRef, portal: ComponentPortal<TPortal>): void;
|
|
101
|
+
/**
|
|
102
|
+
* @protected
|
|
103
|
+
*/
|
|
104
|
+
protected detach(overlayRef: OverlayRef): void;
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=PortalProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalProvider.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Portal/PortalProvider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,KAAK,aAAa,EAAE,sBAAsB,EAAE,KAAK,UAAU,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACxJ,OAAO,EAAE,eAAe,EAAkB,MAAM,qBAAqB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,IAAI,EAAE,KAAK,YAAY,EAAE,KAAK,eAAe,EAAE,KAAK,QAAQ,EAAU,MAAM,eAAe,CAAC;AACvH,OAAO,EAAmB,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,WAAW,yBAAyB;IACtC,OAAO,EAAE,UAAU,CAAC;IACpB,MAAM,EAAE,eAAe,CAAC,eAAe,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,8BAAsB,cAAc;IAIhC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAW;IACrC,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAyB;IACjE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAU;IACnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAC1D,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA0B;IAM7D;;;;OAIG;IACH,SAAS,aAAa,QAAQ,EAAE,QAAQ;IAYxC;;;;;OAKG;IACH,IAAW,KAAK,IAAI,UAAU,CAAC,MAAM,CAAC,CAErC;IAED;;;;;OAKG;IACH,SAAS,KAAK,sBAAsB,IAAI,sBAAsB,CAE7D;IAED;;;;;OAKG;IACH,SAAS,KAAK,OAAO,IAAI,OAAO,CAE/B;IAED;;;;;OAKG;IACH,SAAS,KAAK,QAAQ,IAAI,QAAQ,CAEjC;IAED;;;;;OAKG;IACH,SAAS,KAAK,KAAK,IAAI,aAAa,CAAC,yBAAyB,CAAC,CAE9D;IAMD;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,QAAQ,IAAI,MAAM;IAErC;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,oBAAoB,CAAC,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ;IAEnE;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,qBAAqB,CAAC,GAAG,EAAE,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ;IAEhH;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,sBAAsB,IAAI,gBAAgB;IAE7D;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,oBAAoB,IAAI,cAAc;IAEzD;;OAEG;IACH,SAAS,CAAC,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU;IAO1D;;OAEG;IACH,SAAS,CAAC,YAAY,CAAC,OAAO,SAAS,eAAe,EAAE,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,eAAe,CAAC,OAAO,CAAC;IAI7H;;OAEG;IACH,SAAS,CAAC,eAAe,CAAC,OAAO,SAAS,eAAe,EAAE,MAAM,EAAE,eAAe,CAAC,OAAO,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC;IAMvL;;OAEG;IACH,SAAS,CAAC,aAAa,CAAC,0BAA0B,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,eAAe,EAAE,GAAG,EAAE,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC,GAAG,eAAe,CAAC,OAAO,CAAC;IAcrO;;OAEG;IACH,SAAS,CAAC,MAAM,CAAC,OAAO,SAAS,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,eAAe,CAAC,OAAO,CAAC,GAAG,IAAI;IAMjH;;OAEG;IACH,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI;CAWjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalRef.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Portal/PortalRef.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TypographyDirective {
|
|
3
|
+
private readonly _el;
|
|
4
|
+
private readonly _renderer;
|
|
5
|
+
private readonly _typography;
|
|
6
|
+
private readonly _themeName;
|
|
7
|
+
constructor();
|
|
8
|
+
/**
|
|
9
|
+
* Type of the typography style to apply (e.g., "headline", "body").
|
|
10
|
+
*/
|
|
11
|
+
get typography(): string | undefined;
|
|
12
|
+
set typography(type: string | undefined);
|
|
13
|
+
/**
|
|
14
|
+
* Optional theme name override. Falls back to `[document.documentElement].getAttribute('theme')`.
|
|
15
|
+
*/
|
|
16
|
+
get themeName(): string | undefined;
|
|
17
|
+
set themeName(value: string | undefined);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TypographyDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TypographyDirective, "[mosaikTypography]", never, { "typography": { "alias": "mosaikTypography"; "required": false; }; "themeName": { "alias": "mosaikTypographyThemeName"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
+
static ngAcceptInputType_typography: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=TypographyDirective.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypographyDirective.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Theming/TypographyDirective.ts"],"names":[],"mappings":";AAEA,qBAIa,mBAAmB;IAI5B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA+C;IACnE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAgC;IAC1D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6E;IACzG,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6E;;IAiCxG;;OAEG;IACH,IAIW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACD,IAAW,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,EAE7C;IAED;;OAEG;IACH,IAGW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAE7C;yCAjEQ,mBAAmB;2CAAnB,mBAAmB;yCA6CL,MAAM,GAAG,SAAS;CAwB5C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ToastElement } from '@breadstone/mosaik-elements-foundation';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* The `ToastService` class.
|
|
6
|
+
*
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class ToastService {
|
|
10
|
+
/**
|
|
11
|
+
* Constructs a new instance of the `ToastService` class.
|
|
12
|
+
*
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
constructor();
|
|
16
|
+
/**
|
|
17
|
+
* Opens a toast.
|
|
18
|
+
*
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
open<TResult>(props?: Partial<ToastElement.Props>): Observable<TResult>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=ToastService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastService.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Toast/ToastService.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAuB,MAAM,wCAAwC,CAAC;AAC3F,OAAO,EAAQ,UAAU,EAAE,MAAM,MAAM,CAAC;;AAIxC;;;;GAIG;AACH,qBACa,YAAY;IAIrB;;;;OAIG;;IAQH;;;;OAIG;IACI,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,OAAO,CAAC;yCArBrE,YAAY;6CAAZ,YAAY;CA2BxB"}
|