@breadstone/mosaik-elements-angular 0.0.112 → 0.0.114
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/CHANGELOG.md +15 -0
- package/fesm2022/mosaik-elements-angular.mjs +794 -85
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/index.d.ts +409 -23
- package/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, ChangeDetectorRef, ElementRef, NgZone, EventEmitter, Output, Input, ChangeDetectionStrategy, Component, makeEnvironmentProviders, DestroyRef, Directive, forwardRef, Injectable, Pipe, ViewChild, ViewEncapsulation, TemplateRef, DOCUMENT as DOCUMENT$1, Renderer2,
|
|
3
|
-
import * as i1$
|
|
4
|
-
import { AbsoluteItemElement, AbsoluteElement, AnchorElement, AppHeaderElement, AppElement, AutoCompleteBoxElement, AvatarGroupElement, avatarElementValueAccessor, AvatarElement, BackdropElement, BadgeElement, BannerHeaderElement, BannerSubHeaderElement, BannerElement, BottomSheetElement, BoxElement, BreadcrumbItemElement, BreadcrumbElement, ButtonGroupElement, ButtonElement, CalendarHeaderElement, CalendarItemElement, CalendarSubHeaderElement, calendarElementValueAccessor, CalendarElement, CameraElement, CardActionsElement, CardContentElement, CardFooterElement, CardHeaderElement, CardSubTitleElement, CardTitleElement, CardElement, Carousel2Element, CarouselItem2Element, CarouselItemElement, CarouselElement, CellGroupElement, CellElement, ChartElement, ChatHeaderElement, ChatInputElement, ChatMarkerElement, ChatMessageAvatarElement, ChatMessageDividerElement, ChatMessageElement, ChatElement, checkBoxGroupElementValueAccessor, CheckBoxGroupElement, checkboxElementValueAccessor, CheckboxElement, CheckmarkElement, ChipElement, chipBoxElementValueAccessor, ChipBoxElement, ChoiceGroupHeaderElement, choiceGroupElementValueAccessor, ChoiceGroupElement, choiceElementValueAccessor, ChoiceElement, CodeElement, ColorAreaElement, ColorPickerElement, ColorSliderElement, ColorSwatchGroupElement, ColorSwatchElement, ColorThumbElement, colorBoxElementValueAccessor, ColorBoxElement, ComboItemElement, comboElementValueAccessor, ComboElement, CommentElement, CompoundButtonElement, CookiesConsentElement, DataListElement, DataTableElement, dateBoxElementValueAccessor, DateBoxElement, dateTimeBoxElementValueAccessor, DateTimeBoxElement, DialogActionsElement, DialogContentElement, DialogFooterElement, DialogHeaderSubTextElement, DialogHeaderTextElement, DialogHeaderElement, DialogElement, DisclosureElement, DismissElement, DividerElement, DotElement, DrawerContainerElement, DrawerContentElement, DrawerElement, DropZoneElement, DropDownButtonElement, ElevationElement, EmojiElement, EmptyStateElement, EpgChannelElement, EpgProgramElement, EpgElement, ErrorStateElement, ErrorElement, ExpandableElement, ExpanderGroupElement, ExpanderHeaderElement, ExpanderSubHeaderElement, ExpanderElement, FloatingActionButtonGroupElement, FloatingActionButtonElement, FilePickerElement, FileUploadItemElement, fileUploadElementValueAccessor, FileUploadElement, FlipElement, FloatingTriggerElement, FloatingElement, FocusRingElement, FooterItemGroupElement, FooterItemElement, FooterElement, FormFieldElement, FormElement, GridItemElement, GridElement, HelmetElement, HintElement, IconElement, ImageElement, IndicatorElement, JumbotronHeaderElement, JumbotronSubHeaderElement, JumbotronElement, KbdShortcutElement, KbdElement, LightChainElement, ListItemGroupElement, ListItemElement, ListElement, MarqueeElement, MasonryElement, MenuItemGroupElement, MenuItemElement, MenuElement, MessageBoxElement, MeterBarElement, MeterRingElement, NumberCounterElement, NumberElement, numberBoxElementValueAccessor, NumberBoxElement, PageContentElement, PageHeaderElement, PagePreContentElement, PagePreHeaderElement, PageElement, PageMenuElement, PaginatorElement, passwordBoxElementValueAccessor, PasswordBoxElement, PatternElement, PersonaElement, PerspectiveElement, pinBoxElementValueAccessor, PinBoxElement, PopupElement, PortalHostElement, PortalProjectionElement, PortalElement, ProgressBarElement, ProgressRingElement, QRCodeElement, radioGroupElementValueAccessor, RadioGroupElement, radioElementValueAccessor, RadioElement, RatingElement, RepeatButtonElement, ResizeAdornerElement, RibbonElement, richTextBoxElementValueAccessor, RichTextBoxElement, RippleElement, ScaleElement, ScrollElement, scrubSliderElementValueAccessor, ScrubSliderElement, searchBoxElementValueAccessor, SearchBoxElement, SegmentItemElement, SegmentElement, SelectItemGroupElement, SelectItemElement, selectElementValueAccessor, SelectElement, signaturePadElementValueAccessor, SignaturePadElement, SkeletonElement, sliderElementValueAccessor, SliderElement, Slider2ThumbElement, Slider2Element, SpacerElement, SplitButtonElement, SplitElement, StackElement, StickyElement, SuccessStateElement, SummaryElement, SwipeElement, TabItemElement, TabPanelElement, TabStripItemElement, TabStripElement, TabElement, TableBodyElement, TableCellElement, TableFooterElement, TableHeaderElement, TableRowElement, TableElement, TextFormatElement, TextElement, textBoxElementValueAccessor, TextBoxElement, Theme2Element, TickBarElement, TileListItemElement, TileListElement, timeBoxElementValueAccessor, TimeBoxElement, ToastElement, ToggleButtonElement, toggleSwitchElementValueAccessor, ToggleSwitchElement, ToggleTipElement, ToolbarElement, TooltipElement, TreeItemElement, TreeElement, UpDownSpinnerElement, VideoElement, VirtualizeElement, WizardStepElement, WizardElement, WrapElement, ToastService as ToastService$1, EID, Key, MessageBoxService as MessageBoxService$1, BottomSheetService as BottomSheetService$1, TranslatorService, Translator, TranslatorServiceLocator, BREAKPOINTS, Size, Spacing, AnimationPlayer2, Animation } from '@breadstone/mosaik-elements-foundation';
|
|
5
|
-
import * as i1 from '@angular/forms';
|
|
2
|
+
import { InjectionToken, inject, ChangeDetectorRef, ElementRef, NgZone, EventEmitter, Output, Input, ChangeDetectionStrategy, Component, makeEnvironmentProviders, DestroyRef, Directive, forwardRef, Injectable, Pipe, signal, effect, ViewChild, ViewEncapsulation, TemplateRef, Injector, DOCUMENT as DOCUMENT$1, Renderer2, computed, provideEnvironmentInitializer, ViewContainerRef, booleanAttribute, HostListener, ContentChildren, isDevMode } from '@angular/core';
|
|
3
|
+
import * as i1$2 from '@breadstone/mosaik-elements-foundation';
|
|
4
|
+
import { AbsoluteItemElement, AbsoluteElement, AnchorElement, AppHeaderElement, AppElement, AutoCompleteBoxElement, AvatarGroupElement, avatarElementValueAccessor, AvatarElement, BackdropElement, BadgeElement, BannerHeaderElement, BannerSubHeaderElement, BannerElement, BottomSheetElement, BoxElement, BreadcrumbItemElement, BreadcrumbElement, ButtonGroupElement, ButtonElement, CalendarHeaderElement, CalendarItemElement, CalendarSubHeaderElement, calendarElementValueAccessor, CalendarElement, CameraElement, CardActionsElement, CardContentElement, CardFooterElement, CardHeaderElement, CardSubTitleElement, CardTitleElement, CardElement, Carousel2Element, CarouselItem2Element, CarouselItemElement, CarouselElement, CellGroupElement, CellElement, ChartElement, ChatHeaderElement, ChatInputElement, ChatMarkerElement, ChatMessageAvatarElement, ChatMessageDividerElement, ChatMessageElement, ChatElement, checkBoxGroupElementValueAccessor, CheckBoxGroupElement, checkboxElementValueAccessor, CheckboxElement, CheckmarkElement, ChipElement, chipBoxElementValueAccessor, ChipBoxElement, ChoiceGroupHeaderElement, choiceGroupElementValueAccessor, ChoiceGroupElement, choiceElementValueAccessor, ChoiceElement, CodeElement, ColorAreaElement, ColorPickerElement, ColorSliderElement, ColorSwatchGroupElement, ColorSwatchElement, ColorThumbElement, colorBoxElementValueAccessor, ColorBoxElement, ComboItemElement, comboElementValueAccessor, ComboElement, CommentElement, CompoundButtonElement, CookiesConsentElement, DataListElement, DataTableElement, dateBoxElementValueAccessor, DateBoxElement, dateTimeBoxElementValueAccessor, DateTimeBoxElement, DialogActionsElement, DialogContentElement, DialogFooterElement, DialogHeaderSubTextElement, DialogHeaderTextElement, DialogHeaderElement, DialogElement, DisclosureElement, DismissElement, DividerElement, DotElement, DrawerContainerElement, DrawerContentElement, DrawerElement, DropZoneElement, DropDownButtonElement, ElevationElement, EmojiElement, EmptyStateElement, EpgChannelElement, EpgProgramElement, EpgElement, ErrorStateElement, ErrorElement, ExpandableElement, ExpanderGroupElement, ExpanderHeaderElement, ExpanderSubHeaderElement, ExpanderElement, FloatingActionButtonGroupElement, FloatingActionButtonElement, FilePickerElement, FileUploadItemElement, fileUploadElementValueAccessor, FileUploadElement, FlipElement, FloatingTriggerElement, FloatingElement, FocusRingElement, FooterItemGroupElement, FooterItemElement, FooterElement, FormFieldElement, FormElement, GridItemElement, GridElement, HelmetElement, HintElement, IconElement, ImageElement, IndicatorElement, JumbotronHeaderElement, JumbotronSubHeaderElement, JumbotronElement, KbdShortcutElement, KbdElement, LightChainElement, ListItemGroupElement, ListItemElement, ListElement, MarqueeElement, MasonryElement, MenuItemGroupElement, MenuItemElement, MenuElement, MessageBoxElement, MeterBarElement, MeterRingElement, NumberCounterElement, NumberElement, numberBoxElementValueAccessor, NumberBoxElement, PageContentElement, PageHeaderElement, PagePreContentElement, PagePreHeaderElement, PageElement, PageMenuElement, PaginatorElement, passwordBoxElementValueAccessor, PasswordBoxElement, PatternElement, PersonaElement, PerspectiveElement, pinBoxElementValueAccessor, PinBoxElement, PopupElement, PortalHostElement, PortalProjectionElement, PortalElement, ProgressBarElement, ProgressRingElement, QRCodeElement, radioGroupElementValueAccessor, RadioGroupElement, radioElementValueAccessor, RadioElement, RatingElement, RepeatButtonElement, ResizeAdornerElement, RibbonElement, richTextBoxElementValueAccessor, RichTextBoxElement, RippleElement, ScaleElement, ScrollElement, scrubSliderElementValueAccessor, ScrubSliderElement, searchBoxElementValueAccessor, SearchBoxElement, SegmentItemElement, SegmentElement, SelectItemGroupElement, SelectItemElement, selectElementValueAccessor, SelectElement, signaturePadElementValueAccessor, SignaturePadElement, SkeletonElement, sliderElementValueAccessor, SliderElement, Slider2ThumbElement, Slider2Element, SpacerElement, SplitButtonElement, SplitElement, StackElement, StickyElement, SuccessStateElement, SummaryElement, SwipeElement, TabItemElement, TabPanelElement, TabStripItemElement, TabStripElement, TabElement, TableBodyElement, TableCellElement, TableFooterElement, TableHeaderElement, TableRowElement, TableElement, TextFormatElement, TextElement, textBoxElementValueAccessor, TextBoxElement, Theme2Element, TickBarElement, TileListItemElement, TileListElement, timeBoxElementValueAccessor, TimeBoxElement, ToastElement, ToggleButtonElement, toggleSwitchElementValueAccessor, ToggleSwitchElement, ToggleTipElement, ToolbarElement, TooltipElement, TreeItemElement, TreeElement, UpDownSpinnerElement, VideoElement, VirtualizeElement, WizardStepElement, WizardElement, WrapElement, ToastService as ToastService$1, EID, Key, BreakpointAlias, MessageBoxService as MessageBoxService$1, BottomSheetService as BottomSheetService$1, TranslatorService, Translator, TranslatorServiceLocator, BREAKPOINTS, Size, Spacing, AnimationPlayer2, Animation } from '@breadstone/mosaik-elements-foundation';
|
|
5
|
+
import * as i1$1 from '@angular/forms';
|
|
6
6
|
import { NgControl, TouchedChangeEvent, NG_VALUE_ACCESSOR, FormGroup, FormControl, FormArray, AbstractControl } from '@angular/forms';
|
|
7
7
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
8
8
|
import { filter, from, of, isObservable, Subject, BehaviorSubject, fromEvent, takeUntil, Subscription, Observable } from 'rxjs';
|
|
9
9
|
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
|
|
10
10
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
11
|
-
import { DOCUMENT, AsyncPipe } from '@angular/common';
|
|
11
|
+
import { DOCUMENT, NgTemplateOutlet, AsyncPipe } from '@angular/common';
|
|
12
12
|
import { ConfigurableFocusTrapFactory } from '@angular/cdk/a11y';
|
|
13
13
|
import { OverlayPositionBuilder, Overlay } from '@angular/cdk/overlay';
|
|
14
|
-
import
|
|
14
|
+
import * as i1 from '@angular/cdk/layout';
|
|
15
15
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
16
|
+
import { emit } from '@breadstone/mosaik-elements';
|
|
16
17
|
import { ThemeGeneratorServiceLocator, ThemeGenerator, ThemeObserver, ThemeObserverServiceLocator } from '@breadstone/mosaik-themes';
|
|
17
18
|
|
|
18
19
|
/* eslint-disable prefer-rest-params */
|
|
@@ -1599,8 +1600,7 @@ class FormStatusDirective {
|
|
|
1599
1600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FormStatusDirective, decorators: [{
|
|
1600
1601
|
type: Directive,
|
|
1601
1602
|
args: [{
|
|
1602
|
-
selector: '.ng-invalid, .ng-dirty, .ng-touched'
|
|
1603
|
-
standalone: true
|
|
1603
|
+
selector: '.ng-invalid, .ng-dirty, .ng-touched'
|
|
1604
1604
|
}]
|
|
1605
1605
|
}], ctorParameters: () => [] });
|
|
1606
1606
|
|
|
@@ -54748,6 +54748,10 @@ const DIALOG_REF = new InjectionToken('MOSAIK_DIALOG_REF');
|
|
|
54748
54748
|
* @public
|
|
54749
54749
|
*/
|
|
54750
54750
|
const DIALOG_REF_DATA = new InjectionToken('MOSAIK_DIALOG_REF_DATA');
|
|
54751
|
+
/**
|
|
54752
|
+
* @public
|
|
54753
|
+
*/
|
|
54754
|
+
const DIALOG_BEHAVIORS = new InjectionToken('MOSAIK_DIALOG_BEHAVIORS');
|
|
54751
54755
|
|
|
54752
54756
|
// #region Imports
|
|
54753
54757
|
// #endregion
|
|
@@ -54870,11 +54874,45 @@ class OfPipe {
|
|
|
54870
54874
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OfPipe, decorators: [{
|
|
54871
54875
|
type: Pipe,
|
|
54872
54876
|
args: [{
|
|
54873
|
-
name: 'of'
|
|
54874
|
-
standalone: true
|
|
54877
|
+
name: 'of'
|
|
54875
54878
|
}]
|
|
54876
54879
|
}] });
|
|
54877
54880
|
|
|
54881
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Dialog/Slots/DialogSlotsToken.ts
|
|
54882
|
+
// #region Imports
|
|
54883
|
+
/**
|
|
54884
|
+
* Injection token representing the per-dialog slots registry.
|
|
54885
|
+
*
|
|
54886
|
+
* @public
|
|
54887
|
+
*/
|
|
54888
|
+
const DIALOG_SLOTS = new InjectionToken('MOSAIK_DIALOG_SLOTS');
|
|
54889
|
+
/**
|
|
54890
|
+
* Provides a new slots registry instance.
|
|
54891
|
+
*
|
|
54892
|
+
* @public
|
|
54893
|
+
*/
|
|
54894
|
+
function provideDialogSlots() {
|
|
54895
|
+
return {
|
|
54896
|
+
provide: DIALOG_SLOTS,
|
|
54897
|
+
useFactory: () => {
|
|
54898
|
+
const header = signal(null, ...(ngDevMode ? [{ debugName: "header" }] : []));
|
|
54899
|
+
const content = signal(null, ...(ngDevMode ? [{ debugName: "content" }] : []));
|
|
54900
|
+
const actions = signal(null, ...(ngDevMode ? [{ debugName: "actions" }] : []));
|
|
54901
|
+
const footer = signal(null, ...(ngDevMode ? [{ debugName: "footer" }] : []));
|
|
54902
|
+
return {
|
|
54903
|
+
header: header.asReadonly(),
|
|
54904
|
+
content: content.asReadonly(),
|
|
54905
|
+
actions: actions.asReadonly(),
|
|
54906
|
+
footer: footer.asReadonly(),
|
|
54907
|
+
setHeader: (t) => header.set(t),
|
|
54908
|
+
setContent: (t) => content.set(t),
|
|
54909
|
+
setActions: (t) => actions.set(t),
|
|
54910
|
+
setFooter: (t) => footer.set(t)
|
|
54911
|
+
};
|
|
54912
|
+
}
|
|
54913
|
+
};
|
|
54914
|
+
}
|
|
54915
|
+
|
|
54878
54916
|
// #region Imports
|
|
54879
54917
|
// #endregion
|
|
54880
54918
|
/**
|
|
@@ -54882,9 +54920,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
54882
54920
|
*/
|
|
54883
54921
|
class DialogPortalComponent extends PortalComponent {
|
|
54884
54922
|
// #region Fields
|
|
54885
|
-
|
|
54886
|
-
|
|
54887
|
-
|
|
54923
|
+
_portal;
|
|
54924
|
+
_component;
|
|
54925
|
+
_config;
|
|
54926
|
+
_slots;
|
|
54927
|
+
_warnedHeader;
|
|
54928
|
+
_warnedActions;
|
|
54888
54929
|
// #endregion
|
|
54889
54930
|
// #region Ctor
|
|
54890
54931
|
/**
|
|
@@ -54894,7 +54935,28 @@ class DialogPortalComponent extends PortalComponent {
|
|
|
54894
54935
|
*/
|
|
54895
54936
|
constructor() {
|
|
54896
54937
|
super();
|
|
54897
|
-
this.
|
|
54938
|
+
this._config = inject(DIALOG_CONFIG, { optional: true }) ?? undefined;
|
|
54939
|
+
this._slots = inject(DIALOG_SLOTS);
|
|
54940
|
+
this._warnedHeader = false;
|
|
54941
|
+
this._warnedActions = false;
|
|
54942
|
+
// warn when both templates and config options are provided for the same section.
|
|
54943
|
+
effect(() => {
|
|
54944
|
+
// header: template vs header/subheader config
|
|
54945
|
+
const hasHeaderTemplate = this._slots.header() !== null;
|
|
54946
|
+
const hasHeaderConfig = Boolean(this._config?.header) || Boolean(this._config?.subheader);
|
|
54947
|
+
if (hasHeaderTemplate && hasHeaderConfig && !this._warnedHeader) {
|
|
54948
|
+
console.warn('[DialogPortalComponent] Header template provided while dialogConfig.header/subheader is set. The template takes precedence.');
|
|
54949
|
+
this._warnedHeader = true;
|
|
54950
|
+
}
|
|
54951
|
+
// actions: template vs actions config
|
|
54952
|
+
const hasActionsTemplate = this._slots.actions() !== null;
|
|
54953
|
+
const actions = this._config?.actions;
|
|
54954
|
+
const hasActionsConfig = Array.isArray(actions) && actions.length > 0;
|
|
54955
|
+
if (hasActionsTemplate && hasActionsConfig && !this._warnedActions) {
|
|
54956
|
+
console.warn('[DialogPortalComponent] Actions template provided while dialogConfig.actions is set. The template takes precedence.');
|
|
54957
|
+
this._warnedActions = true;
|
|
54958
|
+
}
|
|
54959
|
+
});
|
|
54898
54960
|
}
|
|
54899
54961
|
// #endregion
|
|
54900
54962
|
// #region Properties
|
|
@@ -54905,7 +54967,7 @@ class DialogPortalComponent extends PortalComponent {
|
|
|
54905
54967
|
* @readonly
|
|
54906
54968
|
*/
|
|
54907
54969
|
get dialog() {
|
|
54908
|
-
return this.
|
|
54970
|
+
return this._component;
|
|
54909
54971
|
}
|
|
54910
54972
|
/**
|
|
54911
54973
|
* Returns the `dialogRef` property.
|
|
@@ -54914,7 +54976,7 @@ class DialogPortalComponent extends PortalComponent {
|
|
|
54914
54976
|
* @readonly
|
|
54915
54977
|
*/
|
|
54916
54978
|
get dialogConfig() {
|
|
54917
|
-
return this.
|
|
54979
|
+
return this._config;
|
|
54918
54980
|
}
|
|
54919
54981
|
/**
|
|
54920
54982
|
* Returns the `portal` property.
|
|
@@ -54923,17 +54985,58 @@ class DialogPortalComponent extends PortalComponent {
|
|
|
54923
54985
|
* @readonly
|
|
54924
54986
|
*/
|
|
54925
54987
|
get portal() {
|
|
54926
|
-
return this.
|
|
54988
|
+
return this._portal;
|
|
54989
|
+
}
|
|
54990
|
+
/**
|
|
54991
|
+
* Exposes an optional custom header template provided by user content.
|
|
54992
|
+
*
|
|
54993
|
+
* @public
|
|
54994
|
+
* @readonly
|
|
54995
|
+
*/
|
|
54996
|
+
get headerTemplate() {
|
|
54997
|
+
return this._slots.header();
|
|
54998
|
+
}
|
|
54999
|
+
/**
|
|
55000
|
+
* Exposes an optional custom actions template provided by user content.
|
|
55001
|
+
*
|
|
55002
|
+
* @public
|
|
55003
|
+
* @readonly
|
|
55004
|
+
*/
|
|
55005
|
+
get actionsTemplate() {
|
|
55006
|
+
return this._slots.actions();
|
|
55007
|
+
}
|
|
55008
|
+
/**
|
|
55009
|
+
* Exposes an optional custom footer template provided by user content.
|
|
55010
|
+
*
|
|
55011
|
+
* @public
|
|
55012
|
+
* @readonly
|
|
55013
|
+
*/
|
|
55014
|
+
get footerTemplate() {
|
|
55015
|
+
return this._slots.footer();
|
|
55016
|
+
}
|
|
55017
|
+
/**
|
|
55018
|
+
* Exposes an optional custom content template provided by user content.
|
|
55019
|
+
*
|
|
55020
|
+
* @public
|
|
55021
|
+
* @readonly
|
|
55022
|
+
*/
|
|
55023
|
+
get contentTemplate() {
|
|
55024
|
+
return this._slots.content();
|
|
54927
55025
|
}
|
|
54928
55026
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54929
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.6", type: DialogPortalComponent, isStandalone: true, selector: "mosaik-dialog-portal", host: { classAttribute: "dialog-portal" },
|
|
55027
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.6", type: DialogPortalComponent, isStandalone: true, selector: "mosaik-dialog-portal", host: { classAttribute: "dialog-portal" }, providers: [
|
|
55028
|
+
provideDialogSlots()
|
|
55029
|
+
], viewQueries: [{ propertyName: "_portal", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }, { propertyName: "_component", first: true, predicate: DialogComponent, descendants: true, static: true }], exportAs: ["mosaikDialogPortal"], usesInheritance: true, ngImport: i0, template: "<mosaik-dialog [closeable]=\"this.dialogConfig?.closeable ?? false\"\n [appearance]=\"this.dialogConfig?.appearance ?? 'default'\"\n [isDraggable]=\"this.dialogConfig?.isDraggable ?? false\"\n [enter]=\"this.dialogConfig?.enter ?? null\"\n [exit]=\"this.dialogConfig?.exit ?? null\">\n @if (this.headerTemplate; as headerTmpl) {\n <ng-container [ngTemplateOutlet]=\"headerTmpl\" />\n } @else if ((this.dialogConfig?.header | of | async) || this.dialogConfig?.closeable) {\n <mosaik-dialog-header>\n <mosaik-dialog-header-text [text]=\"(this.dialogConfig?.header | of | async) ?? ''\" />\n <mosaik-dialog-header-sub-text [text]=\"(this.dialogConfig?.subheader | of | async) ?? ''\" />\n </mosaik-dialog-header>\n }\n <mosaik-dialog-content cdkScrollable>\n @if (this.contentTemplate; as contentTmpl) {\n <ng-container [ngTemplateOutlet]=\"contentTmpl\" />\n } @else { }\n <ng-template cdkPortalOutlet />\n </mosaik-dialog-content>\n @if (this.actionsTemplate; as actionsTmpl) {\n <ng-container [ngTemplateOutlet]=\"actionsTmpl\" />\n } @else if (this.dialogConfig?.actions) {\n <mosaik-dialog-actions>\n @for (action of this.dialogConfig?.actions; track action.label) {\n @if ((action?.visible | of | async) ?? true) {\n <mosaik-button [appearance]=\"action?.kind === 'primary' ? 'solid' : 'plain'\"\n [label]=\"(action?.label | of | async) ?? ''\"\n [disabled]=\"(action?.disabled | of | async) ?? false\"\n [variant]=\"'primary'\"\n (click)=\"action?.handler()\" />\n }\n }\n </mosaik-dialog-actions>\n }\n @if (this.footerTemplate; as footerTmpl) {\n <mosaik-dialog-footer>\n <ng-container [ngTemplateOutlet]=\"footerTmpl\" />\n </mosaik-dialog-footer>\n }\n</mosaik-dialog>", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "directive", type: CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: DialogComponent, selector: "mosaik-dialog", inputs: ["dragging", "offsetX", "offsetY", "isFullScreen", "isDraggable", "themeName", "enter", "exit", "width", "height", "elevation", "appearance", "isOpen", "hasBackdrop", "pressEscapeToClose", "clickOutsideToClose", "closeable", "dir", "lang"], outputs: ["closed", "opened", "connected", "disconnected", "changed"] }, { kind: "component", type: DialogHeaderComponent, selector: "mosaik-dialog-header", inputs: ["text", "subText", "themeName", "formatter", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "component", type: DialogHeaderTextComponent, selector: "mosaik-dialog-header-text", inputs: ["text", "themeName", "formatter", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "component", type: DialogHeaderSubTextComponent, selector: "mosaik-dialog-header-sub-text", inputs: ["text", "themeName", "formatter", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "component", type: DialogActionsComponent, selector: "mosaik-dialog-actions", inputs: ["themeName", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "component", type: DialogFooterComponent, selector: "mosaik-dialog-footer", inputs: ["themeName", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "component", type: ButtonComponent, selector: "mosaik-button", inputs: ["download", "href", "rel", "target", "themeName", "reverse", "orientation", "horizontalContentAlignment", "verticalContentAlignment", "fit", "isBusy", "label", "icon", "iconPosition", "iconSize", "type", "variant", "appearance", "size", "value", "disabled", "isFocused", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: OfPipe, name: "of" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
54930
55030
|
}
|
|
54931
55031
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogPortalComponent, decorators: [{
|
|
54932
55032
|
type: Component,
|
|
54933
55033
|
args: [{ selector: 'mosaik-dialog-portal', exportAs: 'mosaikDialogPortal', host: {
|
|
54934
55034
|
class: 'dialog-portal'
|
|
54935
|
-
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,
|
|
55035
|
+
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
|
|
55036
|
+
provideDialogSlots()
|
|
55037
|
+
], imports: [
|
|
54936
55038
|
AsyncPipe,
|
|
55039
|
+
NgTemplateOutlet,
|
|
54937
55040
|
OfPipe,
|
|
54938
55041
|
CdkScrollable,
|
|
54939
55042
|
CdkPortalOutlet,
|
|
@@ -54942,12 +55045,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
54942
55045
|
DialogHeaderTextComponent,
|
|
54943
55046
|
DialogHeaderSubTextComponent,
|
|
54944
55047
|
DialogActionsComponent,
|
|
55048
|
+
DialogFooterComponent,
|
|
54945
55049
|
ButtonComponent
|
|
54946
|
-
], template: "<mosaik-dialog [closeable]=\"this.dialogConfig?.closeable ?? false\"\n [appearance]=\"this.dialogConfig?.appearance ?? 'default'\"\n [isDraggable]=\"this.dialogConfig?.isDraggable ?? false\"\n [enter]=\"this.dialogConfig?.enter ?? null\"\n [exit]=\"this.dialogConfig?.exit ?? null\">\n @if ((this.dialogConfig?.header | of | async) || this.dialogConfig?.closeable) {\n <mosaik-dialog-header>\n <mosaik-dialog-header-text [text]=\"(this.dialogConfig?.header | of | async) ?? ''\" />\n <mosaik-dialog-header-sub-text [text]=\"(this.dialogConfig?.subheader | of | async) ?? ''\" />\n </mosaik-dialog-header>\n }\n <mosaik-dialog-content cdkScrollable>\n <ng-template cdkPortalOutlet />\n </mosaik-dialog-content>\n @if (this.dialogConfig?.actions) {\n <mosaik-dialog-actions>\n @for (action of this.dialogConfig?.actions; track action.label) {\n @if ((action?.visible | of | async) ?? true) {\n <mosaik-button [appearance]=\"action?.kind
|
|
54947
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
55050
|
+
], template: "<mosaik-dialog [closeable]=\"this.dialogConfig?.closeable ?? false\"\n [appearance]=\"this.dialogConfig?.appearance ?? 'default'\"\n [isDraggable]=\"this.dialogConfig?.isDraggable ?? false\"\n [enter]=\"this.dialogConfig?.enter ?? null\"\n [exit]=\"this.dialogConfig?.exit ?? null\">\n @if (this.headerTemplate; as headerTmpl) {\n <ng-container [ngTemplateOutlet]=\"headerTmpl\" />\n } @else if ((this.dialogConfig?.header | of | async) || this.dialogConfig?.closeable) {\n <mosaik-dialog-header>\n <mosaik-dialog-header-text [text]=\"(this.dialogConfig?.header | of | async) ?? ''\" />\n <mosaik-dialog-header-sub-text [text]=\"(this.dialogConfig?.subheader | of | async) ?? ''\" />\n </mosaik-dialog-header>\n }\n <mosaik-dialog-content cdkScrollable>\n @if (this.contentTemplate; as contentTmpl) {\n <ng-container [ngTemplateOutlet]=\"contentTmpl\" />\n } @else { }\n <ng-template cdkPortalOutlet />\n </mosaik-dialog-content>\n @if (this.actionsTemplate; as actionsTmpl) {\n <ng-container [ngTemplateOutlet]=\"actionsTmpl\" />\n } @else if (this.dialogConfig?.actions) {\n <mosaik-dialog-actions>\n @for (action of this.dialogConfig?.actions; track action.label) {\n @if ((action?.visible | of | async) ?? true) {\n <mosaik-button [appearance]=\"action?.kind === 'primary' ? 'solid' : 'plain'\"\n [label]=\"(action?.label | of | async) ?? ''\"\n [disabled]=\"(action?.disabled | of | async) ?? false\"\n [variant]=\"'primary'\"\n (click)=\"action?.handler()\" />\n }\n }\n </mosaik-dialog-actions>\n }\n @if (this.footerTemplate; as footerTmpl) {\n <mosaik-dialog-footer>\n <ng-container [ngTemplateOutlet]=\"footerTmpl\" />\n </mosaik-dialog-footer>\n }\n</mosaik-dialog>" }]
|
|
55051
|
+
}], ctorParameters: () => [], propDecorators: { _portal: [{
|
|
54948
55052
|
type: ViewChild,
|
|
54949
55053
|
args: [CdkPortalOutlet, { static: true }]
|
|
54950
|
-
}],
|
|
55054
|
+
}], _component: [{
|
|
54951
55055
|
type: ViewChild,
|
|
54952
55056
|
args: [DialogComponent, { static: true }]
|
|
54953
55057
|
}] } });
|
|
@@ -55233,7 +55337,7 @@ class PortalProvider {
|
|
|
55233
55337
|
/**
|
|
55234
55338
|
* @protected
|
|
55235
55339
|
*/
|
|
55236
|
-
createComponent(portal, overlayRef,
|
|
55340
|
+
createComponent(portal, overlayRef, _component, _config) {
|
|
55237
55341
|
return overlayRef.attach(portal);
|
|
55238
55342
|
}
|
|
55239
55343
|
/**
|
|
@@ -55242,7 +55346,7 @@ class PortalProvider {
|
|
|
55242
55346
|
createContent(componentTypeOrTemplateRef, container, ref, config) {
|
|
55243
55347
|
let componentRefOrEmbeddedViewRef = null;
|
|
55244
55348
|
if (componentTypeOrTemplateRef instanceof TemplateRef) {
|
|
55245
|
-
const portal = new TemplatePortal(componentTypeOrTemplateRef, null, { $implicit: ref });
|
|
55349
|
+
const portal = new TemplatePortal(componentTypeOrTemplateRef, null, { $implicit: ref }, this.createContentInjector(ref, config));
|
|
55246
55350
|
componentRefOrEmbeddedViewRef = container.attachTemplatePortal(portal);
|
|
55247
55351
|
}
|
|
55248
55352
|
else {
|
|
@@ -55317,15 +55421,18 @@ class StatelessInjector {
|
|
|
55317
55421
|
}
|
|
55318
55422
|
}
|
|
55319
55423
|
|
|
55424
|
+
// #region Imports
|
|
55320
55425
|
// #endregion
|
|
55321
55426
|
/**
|
|
55322
55427
|
* @public
|
|
55323
55428
|
*/
|
|
55429
|
+
// @Injectable()
|
|
55324
55430
|
class DialogService extends PortalProvider {
|
|
55325
55431
|
// #region Fields
|
|
55326
55432
|
_document;
|
|
55327
55433
|
_config;
|
|
55328
55434
|
_dialogBehaviors;
|
|
55435
|
+
_portalInjector;
|
|
55329
55436
|
// #endregion
|
|
55330
55437
|
// #region Ctor
|
|
55331
55438
|
/**
|
|
@@ -55333,11 +55440,14 @@ class DialogService extends PortalProvider {
|
|
|
55333
55440
|
*
|
|
55334
55441
|
* @public
|
|
55335
55442
|
*/
|
|
55336
|
-
constructor(injector) {
|
|
55443
|
+
constructor(injector = inject(Injector), document = inject(DOCUMENT), config = inject(DIALOG_CONFIG, { optional: true }), behaviors = inject(DIALOG_BEHAVIORS, { optional: true }) ?? []) {
|
|
55337
55444
|
super(injector);
|
|
55338
|
-
this._document =
|
|
55339
|
-
this._config =
|
|
55445
|
+
this._document = document;
|
|
55446
|
+
this._config = config ?? {};
|
|
55340
55447
|
this._dialogBehaviors = new Array();
|
|
55448
|
+
for (const behavior of behaviors) {
|
|
55449
|
+
this.withBehavior(behavior);
|
|
55450
|
+
}
|
|
55341
55451
|
}
|
|
55342
55452
|
// #endregion
|
|
55343
55453
|
// #region Methods
|
|
@@ -55364,6 +55474,7 @@ class DialogService extends PortalProvider {
|
|
|
55364
55474
|
});
|
|
55365
55475
|
const portal = this.createPortal(DialogPortalComponent, config);
|
|
55366
55476
|
const componentRef = this.createComponent(portal, overlayRef, DialogPortalComponent, config);
|
|
55477
|
+
this._portalInjector = componentRef.injector;
|
|
55367
55478
|
const dialogRef = new DialogRef(this.createId(), componentRef.instance.dialog, overlayRef, config?.data);
|
|
55368
55479
|
this.createContent(componentTypeOrTemplateRef, componentRef.instance, dialogRef, config);
|
|
55369
55480
|
this.prepareComponent(overlayRef, componentRef.instance.dialog, dialogRef, config);
|
|
@@ -55420,7 +55531,8 @@ class DialogService extends PortalProvider {
|
|
|
55420
55531
|
* @override
|
|
55421
55532
|
*/
|
|
55422
55533
|
createContentInjector(ref, config) {
|
|
55423
|
-
|
|
55534
|
+
const parent = this._portalInjector ?? this.injector;
|
|
55535
|
+
return new StatelessInjector(parent, [
|
|
55424
55536
|
[DIALOG_REF, ref],
|
|
55425
55537
|
[DIALOG_REF_DATA, ref.data],
|
|
55426
55538
|
[DIALOG_CONFIG, config]
|
|
@@ -55503,12 +55615,7 @@ class DialogService extends PortalProvider {
|
|
|
55503
55615
|
this._dialogBehaviors.length = 0;
|
|
55504
55616
|
});
|
|
55505
55617
|
}
|
|
55506
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55507
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogService });
|
|
55508
55618
|
}
|
|
55509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogService, decorators: [{
|
|
55510
|
-
type: Injectable
|
|
55511
|
-
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
55512
55619
|
|
|
55513
55620
|
// #region Imports
|
|
55514
55621
|
// #endregion
|
|
@@ -55517,11 +55624,315 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
55517
55624
|
*
|
|
55518
55625
|
* @public
|
|
55519
55626
|
*/
|
|
55520
|
-
function provideDialogs() {
|
|
55521
|
-
return makeEnvironmentProviders([
|
|
55522
|
-
|
|
55523
|
-
|
|
55627
|
+
function provideDialogs(...withBehaviors) {
|
|
55628
|
+
return makeEnvironmentProviders([{
|
|
55629
|
+
provide: DialogService,
|
|
55630
|
+
useClass: DialogService
|
|
55631
|
+
}, {
|
|
55632
|
+
provide: DIALOG_BEHAVIORS,
|
|
55633
|
+
useValue: withBehaviors
|
|
55634
|
+
}]);
|
|
55635
|
+
}
|
|
55636
|
+
|
|
55637
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Dialog/Slots/DialogActionsDirective.ts
|
|
55638
|
+
// #region Imports
|
|
55639
|
+
// #endregion
|
|
55640
|
+
/**
|
|
55641
|
+
* Marks an ng-template inside dialog content as custom actions section.
|
|
55642
|
+
* Usage:
|
|
55643
|
+
* <ng-template mosaikDialogActions> ... </ng-template>
|
|
55644
|
+
*
|
|
55645
|
+
* @public
|
|
55646
|
+
*/
|
|
55647
|
+
class DialogActionsDirective {
|
|
55648
|
+
// #region Fields
|
|
55649
|
+
_slots = inject(DIALOG_SLOTS);
|
|
55650
|
+
// #endregion
|
|
55651
|
+
// #region Ctor
|
|
55652
|
+
/**
|
|
55653
|
+
* Constructs a new instance of the `DialogActionsDirective` class.
|
|
55654
|
+
*
|
|
55655
|
+
* @param template The template reference to register.
|
|
55656
|
+
* @public
|
|
55657
|
+
*/
|
|
55658
|
+
constructor(template) {
|
|
55659
|
+
this._slots.setActions(template);
|
|
55660
|
+
}
|
|
55661
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogActionsDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
55662
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DialogActionsDirective, isStandalone: true, selector: "ng-template[mosaikDialogActions]", ngImport: i0 });
|
|
55663
|
+
}
|
|
55664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogActionsDirective, decorators: [{
|
|
55665
|
+
type: Directive,
|
|
55666
|
+
args: [{
|
|
55667
|
+
selector: 'ng-template[mosaikDialogActions]'
|
|
55668
|
+
}]
|
|
55669
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
55670
|
+
|
|
55671
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Dialog/Slots/DialogContentDirective.ts
|
|
55672
|
+
// #region Imports
|
|
55673
|
+
// #endregion
|
|
55674
|
+
/**
|
|
55675
|
+
* Marks an ng-template inside dialog content as custom content section, replacing the default portal outlet.
|
|
55676
|
+
* Usage:
|
|
55677
|
+
* <ng-template mosaikDialogContent> ... </ng-template>
|
|
55678
|
+
*
|
|
55679
|
+
* @public
|
|
55680
|
+
*/
|
|
55681
|
+
class DialogContentDirective {
|
|
55682
|
+
// #region Fields
|
|
55683
|
+
_slots = inject(DIALOG_SLOTS);
|
|
55684
|
+
// #endregion
|
|
55685
|
+
// #region Ctor
|
|
55686
|
+
/**
|
|
55687
|
+
* Constructs a new instance of the `DialogContentDirective` class.
|
|
55688
|
+
*
|
|
55689
|
+
* @param template The template reference to register.
|
|
55690
|
+
* @public
|
|
55691
|
+
*/
|
|
55692
|
+
constructor(template) {
|
|
55693
|
+
this._slots.setContent(template);
|
|
55694
|
+
}
|
|
55695
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
55696
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DialogContentDirective, isStandalone: true, selector: "ng-template[mosaikDialogContent]", ngImport: i0 });
|
|
55697
|
+
}
|
|
55698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogContentDirective, decorators: [{
|
|
55699
|
+
type: Directive,
|
|
55700
|
+
args: [{
|
|
55701
|
+
selector: 'ng-template[mosaikDialogContent]'
|
|
55702
|
+
}]
|
|
55703
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
55704
|
+
|
|
55705
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Dialog/Slots/DialogFooterDirective.ts
|
|
55706
|
+
// #region Imports
|
|
55707
|
+
// #endregion
|
|
55708
|
+
/**
|
|
55709
|
+
* Marks an ng-template inside dialog content as custom footer section.
|
|
55710
|
+
* Usage:
|
|
55711
|
+
* <ng-template mosaikDialogFooter> ... </ng-template>
|
|
55712
|
+
*
|
|
55713
|
+
* @public
|
|
55714
|
+
*/
|
|
55715
|
+
class DialogFooterDirective {
|
|
55716
|
+
// #region Fields
|
|
55717
|
+
_slots = inject(DIALOG_SLOTS);
|
|
55718
|
+
// #endregion
|
|
55719
|
+
// #region Ctor
|
|
55720
|
+
/**
|
|
55721
|
+
* Constructs a new instance of the `DialogFooterDirective` class.
|
|
55722
|
+
*
|
|
55723
|
+
* @param template The template reference to register.
|
|
55724
|
+
* @public
|
|
55725
|
+
*/
|
|
55726
|
+
constructor(template) {
|
|
55727
|
+
this._slots.setFooter(template);
|
|
55728
|
+
}
|
|
55729
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogFooterDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
55730
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DialogFooterDirective, isStandalone: true, selector: "ng-template[mosaikDialogFooter]", ngImport: i0 });
|
|
55731
|
+
}
|
|
55732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogFooterDirective, decorators: [{
|
|
55733
|
+
type: Directive,
|
|
55734
|
+
args: [{
|
|
55735
|
+
selector: 'ng-template[mosaikDialogFooter]'
|
|
55736
|
+
}]
|
|
55737
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
55738
|
+
|
|
55739
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Dialog/Slots/DialogHeaderDirective.ts
|
|
55740
|
+
// #region Imports
|
|
55741
|
+
// #endregion
|
|
55742
|
+
/**
|
|
55743
|
+
* Marks an ng-template inside dialog content as custom header.
|
|
55744
|
+
* Usage:
|
|
55745
|
+
* <ng-template mosaikDialogHeader> ... </ng-template>
|
|
55746
|
+
*
|
|
55747
|
+
* @public
|
|
55748
|
+
*/
|
|
55749
|
+
class DialogHeaderDirective {
|
|
55750
|
+
// #region Fields
|
|
55751
|
+
_slots = inject(DIALOG_SLOTS);
|
|
55752
|
+
// #endregion
|
|
55753
|
+
// #region Ctor
|
|
55754
|
+
/**
|
|
55755
|
+
* Constructs a new instance of the `DialogHeaderDirective` class.
|
|
55756
|
+
*
|
|
55757
|
+
* @param template The template reference to register.
|
|
55758
|
+
* @public
|
|
55759
|
+
*/
|
|
55760
|
+
constructor(template) {
|
|
55761
|
+
this._slots.setHeader(template);
|
|
55762
|
+
}
|
|
55763
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogHeaderDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
55764
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DialogHeaderDirective, isStandalone: true, selector: "ng-template[mosaikDialogHeader]", ngImport: i0 });
|
|
55765
|
+
}
|
|
55766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogHeaderDirective, decorators: [{
|
|
55767
|
+
type: Directive,
|
|
55768
|
+
args: [{
|
|
55769
|
+
selector: 'ng-template[mosaikDialogHeader]'
|
|
55770
|
+
}]
|
|
55771
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
55772
|
+
|
|
55773
|
+
// #region Imports
|
|
55774
|
+
// #endregion
|
|
55775
|
+
/**
|
|
55776
|
+
* @public
|
|
55777
|
+
* @abstract
|
|
55778
|
+
*/
|
|
55779
|
+
class DialogBehavior {
|
|
55780
|
+
// #region Fields
|
|
55781
|
+
_ref;
|
|
55782
|
+
_attached;
|
|
55783
|
+
_config;
|
|
55784
|
+
// #endregion
|
|
55785
|
+
// #region Ctor
|
|
55786
|
+
/**
|
|
55787
|
+
* Constructs a new instance of the `DialogService` class.
|
|
55788
|
+
*
|
|
55789
|
+
* @protected
|
|
55790
|
+
*/
|
|
55791
|
+
constructor() {
|
|
55792
|
+
this._ref = null;
|
|
55793
|
+
this._attached = false;
|
|
55794
|
+
this._config = null;
|
|
55795
|
+
}
|
|
55796
|
+
// #endregion
|
|
55797
|
+
// #region Properties
|
|
55798
|
+
/**
|
|
55799
|
+
* Returns the `ref` property.
|
|
55800
|
+
*
|
|
55801
|
+
* @public
|
|
55802
|
+
* @readonly
|
|
55803
|
+
*/
|
|
55804
|
+
get ref() {
|
|
55805
|
+
if (!this._attached) {
|
|
55806
|
+
throw new Error('Must be attached before use the element property.');
|
|
55807
|
+
}
|
|
55808
|
+
return this._ref;
|
|
55809
|
+
}
|
|
55810
|
+
// #endregion
|
|
55811
|
+
// #region Properties
|
|
55812
|
+
/**
|
|
55813
|
+
* Returns the `config` property.
|
|
55814
|
+
*
|
|
55815
|
+
* @public
|
|
55816
|
+
* @readonly
|
|
55817
|
+
*/
|
|
55818
|
+
get config() {
|
|
55819
|
+
return this._config;
|
|
55820
|
+
}
|
|
55821
|
+
// #endregion
|
|
55822
|
+
// #region Methods
|
|
55823
|
+
/**
|
|
55824
|
+
* @public
|
|
55825
|
+
* @virtual
|
|
55826
|
+
*/
|
|
55827
|
+
configure(config) {
|
|
55828
|
+
this._config = config;
|
|
55829
|
+
}
|
|
55830
|
+
/**
|
|
55831
|
+
* @public
|
|
55832
|
+
* @virtual
|
|
55833
|
+
*/
|
|
55834
|
+
attach(element, portal) {
|
|
55835
|
+
this._ref = element;
|
|
55836
|
+
this._attached = true;
|
|
55837
|
+
}
|
|
55838
|
+
/**
|
|
55839
|
+
* @public
|
|
55840
|
+
* @virtual
|
|
55841
|
+
*/
|
|
55842
|
+
detach() {
|
|
55843
|
+
this._attached = false;
|
|
55844
|
+
}
|
|
55845
|
+
}
|
|
55846
|
+
|
|
55847
|
+
// #region Imports
|
|
55848
|
+
// #endregion
|
|
55849
|
+
const fullScreenBreakpoints = [
|
|
55850
|
+
{
|
|
55851
|
+
breakpoint: BreakpointAlias.XSmall,
|
|
55852
|
+
size: {
|
|
55853
|
+
height: '100%',
|
|
55854
|
+
width: '100%'
|
|
55855
|
+
}
|
|
55856
|
+
},
|
|
55857
|
+
{
|
|
55858
|
+
breakpoint: BreakpointAlias.Small,
|
|
55859
|
+
size: {
|
|
55860
|
+
height: '100%',
|
|
55861
|
+
width: '100%'
|
|
55862
|
+
}
|
|
55863
|
+
}
|
|
55864
|
+
];
|
|
55865
|
+
/**
|
|
55866
|
+
* The `DialogBreakpointObserverBehavior` class.
|
|
55867
|
+
*
|
|
55868
|
+
* @public
|
|
55869
|
+
*/
|
|
55870
|
+
class DialogBreakpointObserverBehavior extends DialogBehavior {
|
|
55871
|
+
// #region Fields
|
|
55872
|
+
_breakpointObserver;
|
|
55873
|
+
_subscription;
|
|
55874
|
+
// #endregion
|
|
55875
|
+
// #region Ctor
|
|
55876
|
+
/**
|
|
55877
|
+
* Constructs a new instance of the `DialogBreakpointObserverBehavior` class.
|
|
55878
|
+
*
|
|
55879
|
+
* @public
|
|
55880
|
+
*/
|
|
55881
|
+
constructor(breakpointObserver) {
|
|
55882
|
+
super();
|
|
55883
|
+
this._breakpointObserver = breakpointObserver;
|
|
55884
|
+
this._subscription = Subscription.EMPTY;
|
|
55885
|
+
}
|
|
55886
|
+
// #endregion
|
|
55887
|
+
// #region Methods
|
|
55888
|
+
/**
|
|
55889
|
+
* @public
|
|
55890
|
+
*/
|
|
55891
|
+
attach(dialogRef, portal) {
|
|
55892
|
+
if (fullScreenBreakpoints.length > 0) {
|
|
55893
|
+
const breakpoints = fullScreenBreakpoints.map((x) => x.breakpoint);
|
|
55894
|
+
this._subscription = this._breakpointObserver.observe(breakpoints)
|
|
55895
|
+
.subscribe((x) => this.onBreakpoint(x, dialogRef, this.config ?? undefined));
|
|
55896
|
+
}
|
|
55897
|
+
}
|
|
55898
|
+
/**
|
|
55899
|
+
* @public
|
|
55900
|
+
*/
|
|
55901
|
+
detach() {
|
|
55902
|
+
this._subscription.unsubscribe();
|
|
55903
|
+
}
|
|
55904
|
+
/**
|
|
55905
|
+
* @private
|
|
55906
|
+
*/
|
|
55907
|
+
onBreakpoint(state, dialogRef, properties) {
|
|
55908
|
+
if (!properties?.isFullScreen) {
|
|
55909
|
+
if (state.matches) {
|
|
55910
|
+
Object.entries(state.breakpoints).forEach(([key, match]) => {
|
|
55911
|
+
if (match) {
|
|
55912
|
+
const bp = fullScreenBreakpoints.find((x) => x.breakpoint === key) ?? null;
|
|
55913
|
+
dialogRef.updateSize({
|
|
55914
|
+
width: bp?.size.width,
|
|
55915
|
+
height: bp?.size.height
|
|
55916
|
+
});
|
|
55917
|
+
dialogRef.component.isFullScreen = true;
|
|
55918
|
+
}
|
|
55919
|
+
});
|
|
55920
|
+
}
|
|
55921
|
+
else {
|
|
55922
|
+
dialogRef.updateSize({
|
|
55923
|
+
width: properties?.size?.width,
|
|
55924
|
+
height: properties?.size?.height
|
|
55925
|
+
});
|
|
55926
|
+
dialogRef.component.isFullScreen = false;
|
|
55927
|
+
}
|
|
55928
|
+
}
|
|
55929
|
+
}
|
|
55930
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogBreakpointObserverBehavior, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55931
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogBreakpointObserverBehavior });
|
|
55524
55932
|
}
|
|
55933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DialogBreakpointObserverBehavior, decorators: [{
|
|
55934
|
+
type: Injectable
|
|
55935
|
+
}], ctorParameters: () => [{ type: i1.BreakpointObserver }] });
|
|
55525
55936
|
|
|
55526
55937
|
// #region Imports
|
|
55527
55938
|
// #endregion
|
|
@@ -55538,6 +55949,41 @@ const DRAWER_REF = new InjectionToken('MOSAIK_DRAWER_REF');
|
|
|
55538
55949
|
*/
|
|
55539
55950
|
const DRAWER_REF_DATA = new InjectionToken('MOSAIK_DRAWER_REF_DATA');
|
|
55540
55951
|
|
|
55952
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Drawer/Slots/DrawerSlotsToken.ts
|
|
55953
|
+
// #region Imports
|
|
55954
|
+
/**
|
|
55955
|
+
* Injection token representing the per-drawer slots registry.
|
|
55956
|
+
*
|
|
55957
|
+
* @public
|
|
55958
|
+
*/
|
|
55959
|
+
const DRAWER_SLOTS = new InjectionToken('MOSAIK_DRAWER_SLOTS');
|
|
55960
|
+
/**
|
|
55961
|
+
* Provides a new slots registry instance for a drawer.
|
|
55962
|
+
*
|
|
55963
|
+
* @public
|
|
55964
|
+
*/
|
|
55965
|
+
function provideDrawerSlots() {
|
|
55966
|
+
return {
|
|
55967
|
+
provide: DRAWER_SLOTS,
|
|
55968
|
+
useFactory: () => {
|
|
55969
|
+
const header = signal(null, ...(ngDevMode ? [{ debugName: "header" }] : []));
|
|
55970
|
+
const content = signal(null, ...(ngDevMode ? [{ debugName: "content" }] : []));
|
|
55971
|
+
const actions = signal(null, ...(ngDevMode ? [{ debugName: "actions" }] : []));
|
|
55972
|
+
const footer = signal(null, ...(ngDevMode ? [{ debugName: "footer" }] : []));
|
|
55973
|
+
return {
|
|
55974
|
+
header: header.asReadonly(),
|
|
55975
|
+
content: content.asReadonly(),
|
|
55976
|
+
actions: actions.asReadonly(),
|
|
55977
|
+
footer: footer.asReadonly(),
|
|
55978
|
+
setHeader: (t) => header.set(t),
|
|
55979
|
+
setContent: (t) => content.set(t),
|
|
55980
|
+
setActions: (t) => actions.set(t),
|
|
55981
|
+
setFooter: (t) => footer.set(t)
|
|
55982
|
+
};
|
|
55983
|
+
}
|
|
55984
|
+
};
|
|
55985
|
+
}
|
|
55986
|
+
|
|
55541
55987
|
// #region Imports
|
|
55542
55988
|
// #endregion
|
|
55543
55989
|
/**
|
|
@@ -55545,9 +55991,12 @@ const DRAWER_REF_DATA = new InjectionToken('MOSAIK_DRAWER_REF_DATA');
|
|
|
55545
55991
|
*/
|
|
55546
55992
|
class DrawerPortalComponent extends PortalComponent {
|
|
55547
55993
|
// #region Fields
|
|
55548
|
-
|
|
55549
|
-
|
|
55550
|
-
|
|
55994
|
+
_portal;
|
|
55995
|
+
_component;
|
|
55996
|
+
_config;
|
|
55997
|
+
_slots;
|
|
55998
|
+
_warnedHeader;
|
|
55999
|
+
_warnedActions;
|
|
55551
56000
|
// #endregion
|
|
55552
56001
|
// #region Ctor
|
|
55553
56002
|
/**
|
|
@@ -55557,7 +56006,28 @@ class DrawerPortalComponent extends PortalComponent {
|
|
|
55557
56006
|
*/
|
|
55558
56007
|
constructor() {
|
|
55559
56008
|
super();
|
|
55560
|
-
this.
|
|
56009
|
+
this._config = inject(DRAWER_CONFIG, { optional: true }) ?? undefined;
|
|
56010
|
+
this._slots = inject(DRAWER_SLOTS);
|
|
56011
|
+
this._warnedHeader = false;
|
|
56012
|
+
this._warnedActions = false;
|
|
56013
|
+
// warn when both templates and config options are provided for the same section.
|
|
56014
|
+
effect(() => {
|
|
56015
|
+
// header: template vs header/subheader config
|
|
56016
|
+
const hasHeaderTemplate = this._slots.header() !== null;
|
|
56017
|
+
const hasHeaderConfig = Boolean(this._config?.header) || Boolean(this._config?.subheader);
|
|
56018
|
+
if (hasHeaderTemplate && hasHeaderConfig && !this._warnedHeader) {
|
|
56019
|
+
console.warn('[DrawerPortalComponent] Header template provided while drawerConfig.header/subheader is set. The template takes precedence.');
|
|
56020
|
+
this._warnedHeader = true;
|
|
56021
|
+
}
|
|
56022
|
+
// actions: template vs actions config
|
|
56023
|
+
const hasActionsTemplate = this._slots.actions() !== null;
|
|
56024
|
+
const actions = this._config?.actions;
|
|
56025
|
+
const hasActionsConfig = Array.isArray(actions) && actions.length > 0;
|
|
56026
|
+
if (hasActionsTemplate && hasActionsConfig && !this._warnedActions) {
|
|
56027
|
+
console.warn('[DrawerPortalComponent] Actions template provided while drawerConfig.actions is set. The template takes precedence.');
|
|
56028
|
+
this._warnedActions = true;
|
|
56029
|
+
}
|
|
56030
|
+
});
|
|
55561
56031
|
}
|
|
55562
56032
|
// #endregion
|
|
55563
56033
|
// #region Properties
|
|
@@ -55568,7 +56038,7 @@ class DrawerPortalComponent extends PortalComponent {
|
|
|
55568
56038
|
* @readonly
|
|
55569
56039
|
*/
|
|
55570
56040
|
get drawer() {
|
|
55571
|
-
return this.
|
|
56041
|
+
return this._component;
|
|
55572
56042
|
}
|
|
55573
56043
|
/**
|
|
55574
56044
|
* Returns the `drawerRef` property.
|
|
@@ -55577,7 +56047,7 @@ class DrawerPortalComponent extends PortalComponent {
|
|
|
55577
56047
|
* @readonly
|
|
55578
56048
|
*/
|
|
55579
56049
|
get drawerConfig() {
|
|
55580
|
-
return this.
|
|
56050
|
+
return this._config;
|
|
55581
56051
|
}
|
|
55582
56052
|
/**
|
|
55583
56053
|
* Returns the `portal` property.
|
|
@@ -55586,27 +56056,68 @@ class DrawerPortalComponent extends PortalComponent {
|
|
|
55586
56056
|
* @readonly
|
|
55587
56057
|
*/
|
|
55588
56058
|
get portal() {
|
|
55589
|
-
return this.
|
|
56059
|
+
return this._portal;
|
|
56060
|
+
}
|
|
56061
|
+
/**
|
|
56062
|
+
* Exposes an optional custom header template provided by user content.
|
|
56063
|
+
*
|
|
56064
|
+
* @public
|
|
56065
|
+
* @readonly
|
|
56066
|
+
*/
|
|
56067
|
+
get headerTemplate() {
|
|
56068
|
+
return this._slots.header();
|
|
56069
|
+
}
|
|
56070
|
+
/**
|
|
56071
|
+
* Exposes an optional custom actions template provided by user content.
|
|
56072
|
+
*
|
|
56073
|
+
* @public
|
|
56074
|
+
* @readonly
|
|
56075
|
+
*/
|
|
56076
|
+
get actionsTemplate() {
|
|
56077
|
+
return this._slots.actions();
|
|
56078
|
+
}
|
|
56079
|
+
/**
|
|
56080
|
+
* Exposes an optional custom footer template provided by user content.
|
|
56081
|
+
*
|
|
56082
|
+
* @public
|
|
56083
|
+
* @readonly
|
|
56084
|
+
*/
|
|
56085
|
+
get footerTemplate() {
|
|
56086
|
+
return this._slots.footer();
|
|
56087
|
+
}
|
|
56088
|
+
/**
|
|
56089
|
+
* Exposes an optional custom content template provided by user content.
|
|
56090
|
+
*
|
|
56091
|
+
* @public
|
|
56092
|
+
* @readonly
|
|
56093
|
+
*/
|
|
56094
|
+
get contentTemplate() {
|
|
56095
|
+
return this._slots.content();
|
|
55590
56096
|
}
|
|
55591
56097
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
55592
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.6", type: DrawerPortalComponent, isStandalone: true, selector: "mosaik-drawer-portal", host: { classAttribute: "drawer-portal" },
|
|
56098
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.6", type: DrawerPortalComponent, isStandalone: true, selector: "mosaik-drawer-portal", host: { classAttribute: "drawer-portal" }, providers: [
|
|
56099
|
+
provideDrawerSlots()
|
|
56100
|
+
], viewQueries: [{ propertyName: "_portal", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }, { propertyName: "_component", first: true, predicate: DrawerComponent, descendants: true, static: true }], exportAs: ["mosaikDrawerPortal"], usesInheritance: true, ngImport: i0, template: "<mosaik-drawer [header]=\"this.headerTemplate ? '' : ((this.drawerConfig?.header | of | async) ?? '')\"\n [subHeader]=\"this.headerTemplate ? '' : ((this.drawerConfig?.subheader | of | async) ?? '')\"\n [closeable]=\"(this.drawerConfig?.closeable | of | async) ?? false\">\n\n @if (this.headerTemplate; as headerTmpl) {\n <ng-container [ngTemplateOutlet]=\"headerTmpl\" />\n }\n\n <mosaik-drawer-content cdkScrollable>\n @if (this.contentTemplate; as contentTmpl) {\n <ng-container [ngTemplateOutlet]=\"contentTmpl\" />\n } @else { }\n <ng-template cdkPortalOutlet />\n </mosaik-drawer-content>\n\n @if (this.actionsTemplate; as actionsTmpl) {\n <div class=\"mosaik-drawer-actions\">\n <ng-container [ngTemplateOutlet]=\"actionsTmpl\" />\n </div>\n } @else if (this.drawerConfig?.actions) {\n <div class=\"mosaik-drawer-actions\">\n @for (action of this.drawerConfig?.actions; track action.label) {\n @if ((action?.visible | of | async) ?? true) {\n <mosaik-button [appearance]=\"action?.kind === 'primary' ? 'solid' : 'plain'\"\n [label]=\"(action?.label | of | async) ?? ''\"\n [disabled]=\"(action?.disabled | of | async) ?? false\"\n [variant]=\"'primary'\"\n (click)=\"action?.handler()\" />\n }\n }\n </div>\n }\n\n @if (this.footerTemplate; as footerTmpl) {\n <div class=\"mosaik-drawer-footer\">\n <ng-container [ngTemplateOutlet]=\"footerTmpl\" />\n </div>\n }\n</mosaik-drawer>", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "directive", type: CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: DrawerComponent, selector: "mosaik-drawer", inputs: ["isComposed", "header", "subHeader", "position", "mode", "hasShadow", "themeName", "enter", "exit", "width", "height", "elevation", "isOpen", "hasBackdrop", "pressEscapeToClose", "clickOutsideToClose", "closeable", "dir", "lang"], outputs: ["closed", "opened", "connected", "disconnected", "changed"] }, { kind: "component", type: ButtonComponent, selector: "mosaik-button", inputs: ["download", "href", "rel", "target", "themeName", "reverse", "orientation", "horizontalContentAlignment", "verticalContentAlignment", "fit", "isBusy", "label", "icon", "iconPosition", "iconSize", "type", "variant", "appearance", "size", "value", "disabled", "isFocused", "dir", "lang"], outputs: ["connected", "disconnected", "changed"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: OfPipe, name: "of" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
55593
56101
|
}
|
|
55594
56102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerPortalComponent, decorators: [{
|
|
55595
56103
|
type: Component,
|
|
55596
56104
|
args: [{ selector: 'mosaik-drawer-portal', exportAs: 'mosaikDrawerPortal', host: {
|
|
55597
56105
|
class: 'drawer-portal'
|
|
55598
|
-
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,
|
|
56106
|
+
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
|
|
56107
|
+
provideDrawerSlots()
|
|
56108
|
+
], imports: [
|
|
55599
56109
|
AsyncPipe,
|
|
56110
|
+
NgTemplateOutlet,
|
|
55600
56111
|
OfPipe,
|
|
55601
56112
|
CdkScrollable,
|
|
55602
56113
|
CdkPortalOutlet,
|
|
55603
56114
|
DrawerComponent,
|
|
55604
56115
|
ButtonComponent
|
|
55605
|
-
], template: "<mosaik-drawer [header]=\"(this.drawerConfig?.header | of | async) ?? ''\"\n [subHeader]=\"(this.drawerConfig?.subheader | of | async) ?? ''\"\n [closeable]=\"(this.drawerConfig?.closeable | of | async) ?? false\">\n <mosaik-drawer-content cdkScrollable>\n <ng-
|
|
55606
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
56116
|
+
], template: "<mosaik-drawer [header]=\"this.headerTemplate ? '' : ((this.drawerConfig?.header | of | async) ?? '')\"\n [subHeader]=\"this.headerTemplate ? '' : ((this.drawerConfig?.subheader | of | async) ?? '')\"\n [closeable]=\"(this.drawerConfig?.closeable | of | async) ?? false\">\n\n @if (this.headerTemplate; as headerTmpl) {\n <ng-container [ngTemplateOutlet]=\"headerTmpl\" />\n }\n\n <mosaik-drawer-content cdkScrollable>\n @if (this.contentTemplate; as contentTmpl) {\n <ng-container [ngTemplateOutlet]=\"contentTmpl\" />\n } @else { }\n <ng-template cdkPortalOutlet />\n </mosaik-drawer-content>\n\n @if (this.actionsTemplate; as actionsTmpl) {\n <div class=\"mosaik-drawer-actions\">\n <ng-container [ngTemplateOutlet]=\"actionsTmpl\" />\n </div>\n } @else if (this.drawerConfig?.actions) {\n <div class=\"mosaik-drawer-actions\">\n @for (action of this.drawerConfig?.actions; track action.label) {\n @if ((action?.visible | of | async) ?? true) {\n <mosaik-button [appearance]=\"action?.kind === 'primary' ? 'solid' : 'plain'\"\n [label]=\"(action?.label | of | async) ?? ''\"\n [disabled]=\"(action?.disabled | of | async) ?? false\"\n [variant]=\"'primary'\"\n (click)=\"action?.handler()\" />\n }\n }\n </div>\n }\n\n @if (this.footerTemplate; as footerTmpl) {\n <div class=\"mosaik-drawer-footer\">\n <ng-container [ngTemplateOutlet]=\"footerTmpl\" />\n </div>\n }\n</mosaik-drawer>" }]
|
|
56117
|
+
}], ctorParameters: () => [], propDecorators: { _portal: [{
|
|
55607
56118
|
type: ViewChild,
|
|
55608
56119
|
args: [CdkPortalOutlet, { static: true }]
|
|
55609
|
-
}],
|
|
56120
|
+
}], _component: [{
|
|
55610
56121
|
type: ViewChild,
|
|
55611
56122
|
args: [DrawerComponent, { static: true }]
|
|
55612
56123
|
}] } });
|
|
@@ -55935,6 +56446,142 @@ function provideDrawers() {
|
|
|
55935
56446
|
]);
|
|
55936
56447
|
}
|
|
55937
56448
|
|
|
56449
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Drawer/Slots/DrawerActionsDirective.ts
|
|
56450
|
+
// #region Imports
|
|
56451
|
+
// #endregion
|
|
56452
|
+
/**
|
|
56453
|
+
* Marks an ng-template inside drawer content as custom actions section.
|
|
56454
|
+
* Usage:
|
|
56455
|
+
* <ng-template mosaikDrawerActions> ... </ng-template>
|
|
56456
|
+
*
|
|
56457
|
+
* @public
|
|
56458
|
+
*/
|
|
56459
|
+
class DrawerActionsDirective {
|
|
56460
|
+
// #region Fields
|
|
56461
|
+
_slots = inject(DRAWER_SLOTS);
|
|
56462
|
+
// #endregion
|
|
56463
|
+
// #region Ctor
|
|
56464
|
+
/**
|
|
56465
|
+
* Constructs a new instance of the `DrawerActionsDirective` class.
|
|
56466
|
+
*
|
|
56467
|
+
* @param template The template reference to register.
|
|
56468
|
+
* @public
|
|
56469
|
+
*/
|
|
56470
|
+
constructor(template) {
|
|
56471
|
+
this._slots.setActions(template);
|
|
56472
|
+
}
|
|
56473
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerActionsDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56474
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DrawerActionsDirective, isStandalone: true, selector: "ng-template[mosaikDrawerActions]", ngImport: i0 });
|
|
56475
|
+
}
|
|
56476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerActionsDirective, decorators: [{
|
|
56477
|
+
type: Directive,
|
|
56478
|
+
args: [{
|
|
56479
|
+
selector: 'ng-template[mosaikDrawerActions]'
|
|
56480
|
+
}]
|
|
56481
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
56482
|
+
|
|
56483
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Drawer/Slots/DrawerContentDirective.ts
|
|
56484
|
+
// #region Imports
|
|
56485
|
+
// #endregion
|
|
56486
|
+
/**
|
|
56487
|
+
* Marks an ng-template inside drawer content as custom content section, replacing the default portal outlet.
|
|
56488
|
+
* Usage:
|
|
56489
|
+
* <ng-template mosaikDrawerContent> ... </ng-template>
|
|
56490
|
+
*
|
|
56491
|
+
* @public
|
|
56492
|
+
*/
|
|
56493
|
+
class DrawerContentDirective {
|
|
56494
|
+
// #region Fields
|
|
56495
|
+
_slots = inject(DRAWER_SLOTS);
|
|
56496
|
+
// #endregion
|
|
56497
|
+
// #region Ctor
|
|
56498
|
+
/**
|
|
56499
|
+
* Constructs a new instance of the `DrawerContentDirective` class.
|
|
56500
|
+
*
|
|
56501
|
+
* @param template The template reference to register.
|
|
56502
|
+
* @public
|
|
56503
|
+
*/
|
|
56504
|
+
constructor(template) {
|
|
56505
|
+
this._slots.setContent(template);
|
|
56506
|
+
}
|
|
56507
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56508
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DrawerContentDirective, isStandalone: true, selector: "ng-template[mosaikDrawerContent]", ngImport: i0 });
|
|
56509
|
+
}
|
|
56510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerContentDirective, decorators: [{
|
|
56511
|
+
type: Directive,
|
|
56512
|
+
args: [{
|
|
56513
|
+
selector: 'ng-template[mosaikDrawerContent]'
|
|
56514
|
+
}]
|
|
56515
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
56516
|
+
|
|
56517
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Drawer/Slots/DrawerFooterDirective.ts
|
|
56518
|
+
// #region Imports
|
|
56519
|
+
// #endregion
|
|
56520
|
+
/**
|
|
56521
|
+
* Marks an ng-template inside drawer content as custom footer section.
|
|
56522
|
+
* Usage:
|
|
56523
|
+
* <ng-template mosaikDrawerFooter> ... </ng-template>
|
|
56524
|
+
*
|
|
56525
|
+
* @public
|
|
56526
|
+
*/
|
|
56527
|
+
class DrawerFooterDirective {
|
|
56528
|
+
// #region Fields
|
|
56529
|
+
_slots = inject(DRAWER_SLOTS);
|
|
56530
|
+
// #endregion
|
|
56531
|
+
// #region Ctor
|
|
56532
|
+
/**
|
|
56533
|
+
* Constructs a new instance of the `DrawerFooterDirective` class.
|
|
56534
|
+
*
|
|
56535
|
+
* @param template The template reference to register.
|
|
56536
|
+
* @public
|
|
56537
|
+
*/
|
|
56538
|
+
constructor(template) {
|
|
56539
|
+
this._slots.setFooter(template);
|
|
56540
|
+
}
|
|
56541
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerFooterDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56542
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DrawerFooterDirective, isStandalone: true, selector: "ng-template[mosaikDrawerFooter]", ngImport: i0 });
|
|
56543
|
+
}
|
|
56544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerFooterDirective, decorators: [{
|
|
56545
|
+
type: Directive,
|
|
56546
|
+
args: [{
|
|
56547
|
+
selector: 'ng-template[mosaikDrawerFooter]'
|
|
56548
|
+
}]
|
|
56549
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
56550
|
+
|
|
56551
|
+
// libs/mosaik-elements-angular/src/Cdk/Overlays/Drawer/Slots/DrawerHeaderDirective.ts
|
|
56552
|
+
// #region Imports
|
|
56553
|
+
// #endregion
|
|
56554
|
+
/**
|
|
56555
|
+
* Marks an ng-template inside drawer content as custom header.
|
|
56556
|
+
* Usage:
|
|
56557
|
+
* <ng-template mosaikDrawerHeader> ... </ng-template>
|
|
56558
|
+
*
|
|
56559
|
+
* @public
|
|
56560
|
+
*/
|
|
56561
|
+
class DrawerHeaderDirective {
|
|
56562
|
+
// #region Fields
|
|
56563
|
+
_slots = inject(DRAWER_SLOTS);
|
|
56564
|
+
// #endregion
|
|
56565
|
+
// #region Ctor
|
|
56566
|
+
/**
|
|
56567
|
+
* Constructs a new instance of the `DrawerHeaderDirective` class.
|
|
56568
|
+
*
|
|
56569
|
+
* @param template The template reference to register.
|
|
56570
|
+
* @public
|
|
56571
|
+
*/
|
|
56572
|
+
constructor(template) {
|
|
56573
|
+
this._slots.setHeader(template);
|
|
56574
|
+
}
|
|
56575
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerHeaderDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56576
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: DrawerHeaderDirective, isStandalone: true, selector: "ng-template[mosaikDrawerHeader]", ngImport: i0 });
|
|
56577
|
+
}
|
|
56578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DrawerHeaderDirective, decorators: [{
|
|
56579
|
+
type: Directive,
|
|
56580
|
+
args: [{
|
|
56581
|
+
selector: 'ng-template[mosaikDrawerHeader]'
|
|
56582
|
+
}]
|
|
56583
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
56584
|
+
|
|
55938
56585
|
// #region Imports
|
|
55939
56586
|
// #endregion
|
|
55940
56587
|
/**
|
|
@@ -56089,8 +56736,7 @@ class TypographyDirective {
|
|
|
56089
56736
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TypographyDirective, decorators: [{
|
|
56090
56737
|
type: Directive,
|
|
56091
56738
|
args: [{
|
|
56092
|
-
selector: '[mosaikTypography]'
|
|
56093
|
-
standalone: true
|
|
56739
|
+
selector: '[mosaikTypography]'
|
|
56094
56740
|
}]
|
|
56095
56741
|
}], ctorParameters: () => [], propDecorators: { typography: [{
|
|
56096
56742
|
type: Input,
|
|
@@ -56363,8 +57009,7 @@ class IconDirective {
|
|
|
56363
57009
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IconDirective, decorators: [{
|
|
56364
57010
|
type: Directive,
|
|
56365
57011
|
args: [{
|
|
56366
|
-
selector: 'mosaik-icon[name]'
|
|
56367
|
-
standalone: true
|
|
57012
|
+
selector: 'mosaik-icon[name]'
|
|
56368
57013
|
}]
|
|
56369
57014
|
}], ctorParameters: () => [], propDecorators: { name: [{
|
|
56370
57015
|
type: Input
|
|
@@ -56455,8 +57100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
56455
57100
|
mosaik-toggle-button[iconName],
|
|
56456
57101
|
mosaik-tab-item[iconName],
|
|
56457
57102
|
mosaik-tab-strip-item[iconName],
|
|
56458
|
-
|
|
56459
|
-
standalone: true
|
|
57103
|
+
`
|
|
56460
57104
|
}]
|
|
56461
57105
|
}], ctorParameters: () => [], propDecorators: { iconName: [{
|
|
56462
57106
|
type: Input
|
|
@@ -56671,8 +57315,7 @@ class CardIsBusyDirective {
|
|
|
56671
57315
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CardIsBusyDirective, decorators: [{
|
|
56672
57316
|
type: Directive,
|
|
56673
57317
|
args: [{
|
|
56674
|
-
selector: 'mosaik-card[isBusy]'
|
|
56675
|
-
standalone: true
|
|
57318
|
+
selector: 'mosaik-card[isBusy]'
|
|
56676
57319
|
}]
|
|
56677
57320
|
}], ctorParameters: () => [], propDecorators: { isBusy: [{
|
|
56678
57321
|
type: Input,
|
|
@@ -56918,7 +57561,7 @@ class ErrorGroupDirective {
|
|
|
56918
57561
|
}
|
|
56919
57562
|
return control;
|
|
56920
57563
|
}
|
|
56921
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ErrorGroupDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive });
|
|
57564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ErrorGroupDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56922
57565
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: ErrorGroupDirective, isStandalone: true, selector: "[mosaikErrorGroup]", inputs: { for: "for" }, queries: [{ propertyName: "_components", predicate: i0.forwardRef(() => ErrorDirective), descendants: true }], exportAs: ["errorGroup"], ngImport: i0 });
|
|
56923
57566
|
}
|
|
56924
57567
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ErrorGroupDirective, decorators: [{
|
|
@@ -56927,7 +57570,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
56927
57570
|
selector: '[mosaikErrorGroup]',
|
|
56928
57571
|
exportAs: 'errorGroup'
|
|
56929
57572
|
}]
|
|
56930
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.FormGroupDirective }], propDecorators: { _components: [{
|
|
57573
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1$1.FormGroupDirective }], propDecorators: { _components: [{
|
|
56931
57574
|
type: ContentChildren,
|
|
56932
57575
|
args: [forwardRef(() => ErrorDirective), { descendants: true }]
|
|
56933
57576
|
}], for: [{
|
|
@@ -56940,6 +57583,84 @@ function has(self, value) {
|
|
|
56940
57583
|
return value.length === 0 ? false : value.every((x) => self.includes(x));
|
|
56941
57584
|
}
|
|
56942
57585
|
|
|
57586
|
+
// #region Imports
|
|
57587
|
+
// #endregion
|
|
57588
|
+
class WizardNextDirective {
|
|
57589
|
+
// #region Fields
|
|
57590
|
+
_component;
|
|
57591
|
+
// #endregion
|
|
57592
|
+
// #region Ctor
|
|
57593
|
+
/**
|
|
57594
|
+
* Constructs a new instance of the `WizardNextDirective` class.
|
|
57595
|
+
*
|
|
57596
|
+
* @public
|
|
57597
|
+
*/
|
|
57598
|
+
constructor() {
|
|
57599
|
+
this._component = inject(WizardComponent);
|
|
57600
|
+
}
|
|
57601
|
+
// #endregion
|
|
57602
|
+
// #region Methods
|
|
57603
|
+
/**
|
|
57604
|
+
* @protected
|
|
57605
|
+
*/
|
|
57606
|
+
onClick(_event) {
|
|
57607
|
+
if (this._component.disabled) {
|
|
57608
|
+
return;
|
|
57609
|
+
}
|
|
57610
|
+
this._component.invoke('selectNext');
|
|
57611
|
+
}
|
|
57612
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WizardNextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
57613
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: WizardNextDirective, isStandalone: true, selector: "[mosaikWizardNext]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 });
|
|
57614
|
+
}
|
|
57615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WizardNextDirective, decorators: [{
|
|
57616
|
+
type: Directive,
|
|
57617
|
+
args: [{
|
|
57618
|
+
selector: '[mosaikWizardNext]'
|
|
57619
|
+
}]
|
|
57620
|
+
}], ctorParameters: () => [], propDecorators: { onClick: [{
|
|
57621
|
+
type: HostListener,
|
|
57622
|
+
args: ['click', ['$event']]
|
|
57623
|
+
}] } });
|
|
57624
|
+
|
|
57625
|
+
// #region Imports
|
|
57626
|
+
// #endregion
|
|
57627
|
+
class WizardPrevDirective {
|
|
57628
|
+
// #region Fields
|
|
57629
|
+
_component;
|
|
57630
|
+
// #endregion
|
|
57631
|
+
// #region Ctor
|
|
57632
|
+
/**
|
|
57633
|
+
* Constructs a new instance of the `WizardPrevDirective` class.
|
|
57634
|
+
*
|
|
57635
|
+
* @public
|
|
57636
|
+
*/
|
|
57637
|
+
constructor() {
|
|
57638
|
+
this._component = inject(WizardComponent);
|
|
57639
|
+
}
|
|
57640
|
+
// #endregion
|
|
57641
|
+
// #region Methods
|
|
57642
|
+
/**
|
|
57643
|
+
* @protected
|
|
57644
|
+
*/
|
|
57645
|
+
onClick(_event) {
|
|
57646
|
+
if (this._component.disabled) {
|
|
57647
|
+
return;
|
|
57648
|
+
}
|
|
57649
|
+
this._component.invoke('selectPrevious');
|
|
57650
|
+
}
|
|
57651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WizardPrevDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
57652
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: WizardPrevDirective, isStandalone: true, selector: "[mosaikWizardPrev]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 });
|
|
57653
|
+
}
|
|
57654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WizardPrevDirective, decorators: [{
|
|
57655
|
+
type: Directive,
|
|
57656
|
+
args: [{
|
|
57657
|
+
selector: '[mosaikWizardPrev]'
|
|
57658
|
+
}]
|
|
57659
|
+
}], ctorParameters: () => [], propDecorators: { onClick: [{
|
|
57660
|
+
type: HostListener,
|
|
57661
|
+
args: ['click', ['$event']]
|
|
57662
|
+
}] } });
|
|
57663
|
+
|
|
56943
57664
|
// #region Imports
|
|
56944
57665
|
// #endregion
|
|
56945
57666
|
/**
|
|
@@ -57011,8 +57732,7 @@ class PerspectiveDirective {
|
|
|
57011
57732
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PerspectiveDirective, decorators: [{
|
|
57012
57733
|
type: Directive,
|
|
57013
57734
|
args: [{
|
|
57014
|
-
selector: '[mosaikPerspective]'
|
|
57015
|
-
standalone: true
|
|
57735
|
+
selector: '[mosaikPerspective]'
|
|
57016
57736
|
}]
|
|
57017
57737
|
}], ctorParameters: () => [], propDecorators: { config: [{
|
|
57018
57738
|
type: Input,
|
|
@@ -57091,8 +57811,7 @@ class RippleDirective {
|
|
|
57091
57811
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RippleDirective, decorators: [{
|
|
57092
57812
|
type: Directive,
|
|
57093
57813
|
args: [{
|
|
57094
|
-
selector: '[mosaikRipple]'
|
|
57095
|
-
standalone: true
|
|
57814
|
+
selector: '[mosaikRipple]'
|
|
57096
57815
|
}]
|
|
57097
57816
|
}], ctorParameters: () => [], propDecorators: { config: [{
|
|
57098
57817
|
type: Input,
|
|
@@ -57171,8 +57890,7 @@ class ScaleDirective {
|
|
|
57171
57890
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ScaleDirective, decorators: [{
|
|
57172
57891
|
type: Directive,
|
|
57173
57892
|
args: [{
|
|
57174
|
-
selector: '[mosaikScale]'
|
|
57175
|
-
standalone: true
|
|
57893
|
+
selector: '[mosaikScale]'
|
|
57176
57894
|
}]
|
|
57177
57895
|
}], ctorParameters: () => [], propDecorators: { config: [{
|
|
57178
57896
|
type: Input,
|
|
@@ -57240,12 +57958,12 @@ class TranslateService {
|
|
|
57240
57958
|
translate(key, ...args) {
|
|
57241
57959
|
return this._translator.translate(key, ...args);
|
|
57242
57960
|
}
|
|
57243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TranslateService, deps: [{ token: i1$
|
|
57961
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TranslateService, deps: [{ token: i1$2.TranslatorService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
57244
57962
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TranslateService });
|
|
57245
57963
|
}
|
|
57246
57964
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TranslateService, decorators: [{
|
|
57247
57965
|
type: Injectable
|
|
57248
|
-
}], ctorParameters: () => [{ type: i1$
|
|
57966
|
+
}], ctorParameters: () => [{ type: i1$2.TranslatorService }] });
|
|
57249
57967
|
|
|
57250
57968
|
// #region Imports
|
|
57251
57969
|
// #endregion
|
|
@@ -57384,8 +58102,7 @@ class TranslateDirective {
|
|
|
57384
58102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TranslateDirective, decorators: [{
|
|
57385
58103
|
type: Directive,
|
|
57386
58104
|
args: [{
|
|
57387
|
-
selector: '[mosaikTranslate]'
|
|
57388
|
-
standalone: true
|
|
58105
|
+
selector: '[mosaikTranslate]'
|
|
57389
58106
|
}]
|
|
57390
58107
|
}], ctorParameters: () => [], propDecorators: { scope: [{
|
|
57391
58108
|
type: Input,
|
|
@@ -57479,7 +58196,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
57479
58196
|
type: Pipe,
|
|
57480
58197
|
args: [{
|
|
57481
58198
|
name: 'translate',
|
|
57482
|
-
standalone: true,
|
|
57483
58199
|
pure: true
|
|
57484
58200
|
}]
|
|
57485
58201
|
}], ctorParameters: () => [] });
|
|
@@ -57698,8 +58414,7 @@ class BreakpointDirective {
|
|
|
57698
58414
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BreakpointDirective, decorators: [{
|
|
57699
58415
|
type: Directive,
|
|
57700
58416
|
args: [{
|
|
57701
|
-
selector: '[mosaikBreakpoint]'
|
|
57702
|
-
standalone: true
|
|
58417
|
+
selector: '[mosaikBreakpoint]'
|
|
57703
58418
|
}]
|
|
57704
58419
|
}], ctorParameters: () => [] });
|
|
57705
58420
|
|
|
@@ -57791,8 +58506,7 @@ class FlexDirective {
|
|
|
57791
58506
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FlexDirective, decorators: [{
|
|
57792
58507
|
type: Directive,
|
|
57793
58508
|
args: [{
|
|
57794
|
-
selector: '[mosaikFlex]'
|
|
57795
|
-
standalone: true
|
|
58509
|
+
selector: '[mosaikFlex]'
|
|
57796
58510
|
}]
|
|
57797
58511
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { justify: [{
|
|
57798
58512
|
type: Input,
|
|
@@ -57953,8 +58667,7 @@ class SpacerDirective {
|
|
|
57953
58667
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SpacerDirective, decorators: [{
|
|
57954
58668
|
type: Directive,
|
|
57955
58669
|
args: [{
|
|
57956
|
-
selector: '[mosaikSpacer]'
|
|
57957
|
-
standalone: true
|
|
58670
|
+
selector: '[mosaikSpacer]'
|
|
57958
58671
|
}]
|
|
57959
58672
|
}], ctorParameters: () => [], propDecorators: { multiplier: [{
|
|
57960
58673
|
type: Input,
|
|
@@ -58322,8 +59035,7 @@ class AnimateDirective {
|
|
|
58322
59035
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnimateDirective, decorators: [{
|
|
58323
59036
|
type: Directive,
|
|
58324
59037
|
args: [{
|
|
58325
|
-
selector: '[mosaikAnimate]'
|
|
58326
|
-
standalone: true
|
|
59038
|
+
selector: '[mosaikAnimate]'
|
|
58327
59039
|
}]
|
|
58328
59040
|
}], ctorParameters: () => [], propDecorators: { animate: [{
|
|
58329
59041
|
type: Input,
|
|
@@ -58381,8 +59093,7 @@ class FormatPipe {
|
|
|
58381
59093
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FormatPipe, decorators: [{
|
|
58382
59094
|
type: Pipe,
|
|
58383
59095
|
args: [{
|
|
58384
|
-
name: 'format'
|
|
58385
|
-
standalone: true
|
|
59096
|
+
name: 'format'
|
|
58386
59097
|
}]
|
|
58387
59098
|
}] });
|
|
58388
59099
|
|
|
@@ -58450,8 +59161,7 @@ class FilterByPipe {
|
|
|
58450
59161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FilterByPipe, decorators: [{
|
|
58451
59162
|
type: Pipe,
|
|
58452
59163
|
args: [{
|
|
58453
|
-
name: 'filterBy'
|
|
58454
|
-
standalone: true
|
|
59164
|
+
name: 'filterBy'
|
|
58455
59165
|
}]
|
|
58456
59166
|
}] });
|
|
58457
59167
|
|
|
@@ -58535,8 +59245,7 @@ class OrderByPipe {
|
|
|
58535
59245
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OrderByPipe, decorators: [{
|
|
58536
59246
|
type: Pipe,
|
|
58537
59247
|
args: [{
|
|
58538
|
-
name: 'orderBy'
|
|
58539
|
-
standalone: true
|
|
59248
|
+
name: 'orderBy'
|
|
58540
59249
|
}]
|
|
58541
59250
|
}] });
|
|
58542
59251
|
|
|
@@ -58544,5 +59253,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
58544
59253
|
* Generated bundle index. Do not edit.
|
|
58545
59254
|
*/
|
|
58546
59255
|
|
|
58547
|
-
export { ABSOLUTE_DEFAULT_PROPS, ABSOLUTE_ITEM_DEFAULT_PROPS, ANCHOR_DEFAULT_PROPS, APP_DEFAULT_PROPS, APP_HEADER_DEFAULT_PROPS, AUTO_COMPLETE_BOX_DEFAULT_PROPS, AVATAR_DEFAULT_PROPS, AVATAR_GROUP_DEFAULT_PROPS, AbsoluteComponent, AbsoluteItemComponent, AnchorComponent, AnimateDirective, AnimationRegistry, AppComponent, AppHeaderComponent, AutoCompleteBoxComponent, AvatarComponent, AvatarGroupComponent, BACKDROP_DEFAULT_PROPS, BADGE_DEFAULT_PROPS, BANNER_DEFAULT_PROPS, BANNER_HEADER_DEFAULT_PROPS, BANNER_SUB_HEADER_DEFAULT_PROPS, BOTTOM_SHEET_DEFAULT_PROPS, BOX_DEFAULT_PROPS, BREADCRUMB_DEFAULT_PROPS, BREADCRUMB_ITEM_DEFAULT_PROPS, BUTTON_DEFAULT_PROPS, BUTTON_GROUP_DEFAULT_PROPS, BackdropComponent, BadgeComponent, BannerComponent, BannerHeaderComponent, BannerSubHeaderComponent, BottomSheetComponent, BottomSheetService, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, BreakpointDirective, BreakpointRegistry, ButtonComponent, ButtonGroupComponent, CALENDAR_DEFAULT_PROPS, CALENDAR_HEADER_DEFAULT_PROPS, CALENDAR_ITEM_DEFAULT_PROPS, CALENDAR_SUB_HEADER_DEFAULT_PROPS, CAMERA_DEFAULT_PROPS, CARD_ACTIONS_DEFAULT_PROPS, CARD_CONTENT_DEFAULT_PROPS, CARD_DEFAULT_PROPS, CARD_FOOTER_DEFAULT_PROPS, CARD_HEADER_DEFAULT_PROPS, CARD_SUB_TITLE_DEFAULT_PROPS, CARD_TITLE_DEFAULT_PROPS, CAROUSEL2_DEFAULT_PROPS, CAROUSEL_DEFAULT_PROPS, CAROUSEL_ITEM2_DEFAULT_PROPS, CAROUSEL_ITEM_DEFAULT_PROPS, CELL_DEFAULT_PROPS, CELL_GROUP_DEFAULT_PROPS, CHART_DEFAULT_PROPS, CHAT_DEFAULT_PROPS, CHAT_HEADER_DEFAULT_PROPS, CHAT_INPUT_DEFAULT_PROPS, CHAT_MARKER_DEFAULT_PROPS, CHAT_MESSAGE_AVATAR_DEFAULT_PROPS, CHAT_MESSAGE_DEFAULT_PROPS, CHAT_MESSAGE_DIVIDER_DEFAULT_PROPS, CHECKBOX_DEFAULT_PROPS, CHECKMARK_DEFAULT_PROPS, CHECK_BOX_GROUP_DEFAULT_PROPS, CHIP_BOX_DEFAULT_PROPS, CHIP_DEFAULT_PROPS, CHOICE_DEFAULT_PROPS, CHOICE_GROUP_DEFAULT_PROPS, CHOICE_GROUP_HEADER_DEFAULT_PROPS, CODE_DEFAULT_PROPS, COLOR_AREA_DEFAULT_PROPS, COLOR_BOX_DEFAULT_PROPS, COLOR_PICKER_DEFAULT_PROPS, COLOR_SLIDER_DEFAULT_PROPS, COLOR_SWATCH_DEFAULT_PROPS, COLOR_SWATCH_GROUP_DEFAULT_PROPS, COLOR_THUMB_DEFAULT_PROPS, COMBO_DEFAULT_PROPS, COMBO_ITEM_DEFAULT_PROPS, COMMENT_DEFAULT_PROPS, COMPOUND_BUTTON_DEFAULT_PROPS, COOKIES_CONSENT_DEFAULT_PROPS, CalendarComponent, CalendarHeaderComponent, CalendarItemComponent, CalendarSubHeaderComponent, CameraComponent, Cancel, CardActionsComponent, CardComponent, CardContentComponent, CardFooterComponent, CardHeaderComponent, CardIsBusyDirective, CardSubTitleComponent, CardTitleComponent, Carousel2Component, CarouselComponent, CarouselItem2Component, CarouselItemComponent, CellComponent, CellGroupComponent, ChartComponent, ChatComponent, ChatHeaderComponent, ChatInputComponent, ChatMarkerComponent, ChatMessageAvatarComponent, ChatMessageComponent, ChatMessageDividerComponent, CheckBoxGroupComponent, CheckboxComponent, CheckmarkComponent, ChipBoxComponent, ChipComponent, ChoiceComponent, ChoiceGroupComponent, ChoiceGroupHeaderComponent, CodeComponent, ColorAreaComponent, ColorBoxComponent, ColorPickerComponent, ColorSliderComponent, ColorSwatchComponent, ColorSwatchGroupComponent, ColorThumbComponent, ComboComponent, ComboItemComponent, CommentComponent, CompoundButtonComponent, CookiesConsentComponent, DATA_LIST_DEFAULT_PROPS, DATA_TABLE_DEFAULT_PROPS, DATE_BOX_DEFAULT_PROPS, DATE_TIME_BOX_DEFAULT_PROPS, DIALOG_ACTIONS_DEFAULT_PROPS, DIALOG_CONFIG, DIALOG_CONTENT_DEFAULT_PROPS, DIALOG_DEFAULT_PROPS, DIALOG_FOOTER_DEFAULT_PROPS, DIALOG_HEADER_DEFAULT_PROPS, DIALOG_HEADER_SUB_TEXT_DEFAULT_PROPS, DIALOG_HEADER_TEXT_DEFAULT_PROPS, DIALOG_REF, DIALOG_REF_DATA, DISCLOSURE_DEFAULT_PROPS, DISMISS_DEFAULT_PROPS, DIVIDER_DEFAULT_PROPS, DOT_DEFAULT_PROPS, DRAWER_CONFIG, DRAWER_CONTAINER_DEFAULT_PROPS, DRAWER_CONTENT_DEFAULT_PROPS, DRAWER_DEFAULT_PROPS, DRAWER_REF, DRAWER_REF_DATA, DROP_DOWN_BUTTON_DEFAULT_PROPS, DROP_ZONE_DEFAULT_PROPS, DataListComponent, DataTableComponent, DateBoxComponent, DateTimeBoxComponent, DialogActionsComponent, DialogComponent, DialogContentComponent, DialogFooterComponent, DialogHeaderComponent, DialogHeaderSubTextComponent, DialogHeaderTextComponent, DialogPortalComponent, DialogRef, DialogService, DisclosureComponent, DismissComponent, DividerComponent, DotComponent, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerPortalComponent, DrawerRef, DrawerService, DropDownButtonComponent, DropZoneComponent, ELEVATION_DEFAULT_PROPS, EMOJI_DEFAULT_PROPS, EMPTY_STATE_DEFAULT_PROPS, EPG_CHANNEL_DEFAULT_PROPS, EPG_DEFAULT_PROPS, EPG_PROGRAM_DEFAULT_PROPS, ERROR_DEFAULT_PROPS, ERROR_STATE_DEFAULT_PROPS, EXPANDABLE_DEFAULT_PROPS, EXPANDER_DEFAULT_PROPS, EXPANDER_GROUP_DEFAULT_PROPS, EXPANDER_HEADER_DEFAULT_PROPS, EXPANDER_SUB_HEADER_DEFAULT_PROPS, ElevationComponent, EmojiComponent, EmptyStateComponent, EpgChannelComponent, EpgComponent, EpgProgramComponent, ErrorComponent, ErrorDirective, ErrorGroupDirective, ErrorStateComponent, ExpandableComponent, ExpanderComponent, ExpanderGroupComponent, ExpanderHeaderComponent, ExpanderSubHeaderComponent, FILE_PICKER_DEFAULT_PROPS, FILE_UPLOAD_DEFAULT_PROPS, FILE_UPLOAD_ITEM_DEFAULT_PROPS, FLIP_DEFAULT_PROPS, FLOATING_ACTION_BUTTON_DEFAULT_PROPS, FLOATING_ACTION_BUTTON_GROUP_DEFAULT_PROPS, FLOATING_DEFAULT_PROPS, FLOATING_TRIGGER_DEFAULT_PROPS, FOCUS_RING_DEFAULT_PROPS, FOOTER_DEFAULT_PROPS, FOOTER_ITEM_DEFAULT_PROPS, FOOTER_ITEM_GROUP_DEFAULT_PROPS, FORM_DEFAULT_PROPS, FORM_FIELD_DEFAULT_PROPS, FORM_STATUS_HOST, FilePickerComponent, FileUploadComponent, FileUploadItemComponent, FilterByPipe, FlexDirective, FlipComponent, FlipToDirective, FloatingActionButtonComponent, FloatingActionButtonGroupComponent, FloatingComponent, FloatingTriggerComponent, FocusRingComponent, FooterComponent, FooterItemComponent, FooterItemGroupComponent, FormComponent, FormFieldComponent, FormStatusDirective, FormValidator, FormatPipe, GRID_DEFAULT_PROPS, GRID_ITEM_DEFAULT_PROPS, GridComponent, GridItemComponent, HELMET_DEFAULT_PROPS, HINT_DEFAULT_PROPS, HelmetComponent, HintComponent, ICON_DEFAULT_PROPS, IMAGE_DEFAULT_PROPS, INDICATOR_DEFAULT_PROPS, IconComponent, IconDirective, IconNameDirective, IconRegistry, ImageComponent, IndicatorComponent, JUMBOTRON_DEFAULT_PROPS, JUMBOTRON_HEADER_DEFAULT_PROPS, JUMBOTRON_SUB_HEADER_DEFAULT_PROPS, JumbotronComponent, JumbotronHeaderComponent, JumbotronSubHeaderComponent, KBD_DEFAULT_PROPS, KBD_SHORTCUT_DEFAULT_PROPS, KbdComponent, KbdShortcutComponent, LIGHT_CHAIN_DEFAULT_PROPS, LIST_DEFAULT_PROPS, LIST_ITEM_DEFAULT_PROPS, LIST_ITEM_GROUP_DEFAULT_PROPS, LightChainComponent, ListComponent, ListItemComponent, ListItemGroupComponent, MARQUEE_DEFAULT_PROPS, MASONRY_DEFAULT_PROPS, MENU_DEFAULT_PROPS, MENU_ITEM_DEFAULT_PROPS, MENU_ITEM_GROUP_DEFAULT_PROPS, MESSAGE_BOX_DEFAULT_PROPS, METER_BAR_DEFAULT_PROPS, METER_RING_DEFAULT_PROPS, MarqueeComponent, MasonryComponent, MenuComponent, MenuItemComponent, MenuItemGroupComponent, MessageBoxComponent, MessageBoxService, MeterBarComponent, MeterRingComponent, NUMBER_BOX_DEFAULT_PROPS, NUMBER_COUNTER_DEFAULT_PROPS, NUMBER_DEFAULT_PROPS, NumberBoxComponent, NumberComponent, NumberCounterComponent, OfPipe, OrderByPipe, PAGE_CONTENT_DEFAULT_PROPS, PAGE_DEFAULT_PROPS, PAGE_HEADER_DEFAULT_PROPS, PAGE_MENU_DEFAULT_PROPS, PAGE_PRE_CONTENT_DEFAULT_PROPS, PAGE_PRE_HEADER_DEFAULT_PROPS, PAGINATOR_DEFAULT_PROPS, PASSWORD_BOX_DEFAULT_PROPS, PATTERN_DEFAULT_PROPS, PERSONA_DEFAULT_PROPS, PERSPECTIVE_DEFAULT_PROPS, PIN_BOX_DEFAULT_PROPS, POPUP_DEFAULT_PROPS, PORTAL_DEFAULT_PROPS, PORTAL_HOST_DEFAULT_PROPS, PORTAL_PROJECTION_DEFAULT_PROPS, PROGRESS_BAR_DEFAULT_PROPS, PROGRESS_RING_DEFAULT_PROPS, PageComponent, PageContentComponent, PageHeaderComponent, PageMenuComponent, PagePreContentComponent, PagePreHeaderComponent, PaginatorComponent, PasswordBoxComponent, PatternComponent, PersonaComponent, PerspectiveComponent, PerspectiveDirective, PinBoxComponent, PopupComponent, PortalComponent$1 as PortalComponent, PortalHostComponent, PortalProjectionComponent, ProgressBarComponent, ProgressRingComponent, QRCODE_DEFAULT_PROPS, QRCodeComponent, RADIO_DEFAULT_PROPS, RADIO_GROUP_DEFAULT_PROPS, RATING_DEFAULT_PROPS, REPEAT_BUTTON_DEFAULT_PROPS, RESIZE_ADORNER_DEFAULT_PROPS, RIBBON_DEFAULT_PROPS, RICH_TEXT_BOX_DEFAULT_PROPS, RIPPLE_DEFAULT_PROPS, RadioComponent, RadioGroupComponent, RatingComponent, RepeatButtonComponent, ResizeAdornerComponent, RibbonComponent, RichTextBoxComponent, RippleComponent, RippleDirective, SCALE_DEFAULT_PROPS, SCROLL_DEFAULT_PROPS, SCRUB_SLIDER_DEFAULT_PROPS, SEARCH_BOX_DEFAULT_PROPS, SEGMENT_DEFAULT_PROPS, SEGMENT_ITEM_DEFAULT_PROPS, SELECT_DEFAULT_PROPS, SELECT_ITEM_DEFAULT_PROPS, SELECT_ITEM_GROUP_DEFAULT_PROPS, SIGNATURE_PAD_DEFAULT_PROPS, SKELETON_DEFAULT_PROPS, SLIDER2THUMB_DEFAULT_PROPS, SLIDER2_DEFAULT_PROPS, SLIDER_DEFAULT_PROPS, SPACER_DEFAULT_PROPS, SPLIT_BUTTON_DEFAULT_PROPS, SPLIT_DEFAULT_PROPS, STACK_DEFAULT_PROPS, STICKY_DEFAULT_PROPS, SUCCESS_STATE_DEFAULT_PROPS, SUMMARY_DEFAULT_PROPS, SWIPE_DEFAULT_PROPS, ScaleComponent, ScaleDirective, ScrollComponent, ScrubSliderComponent, SearchBoxComponent, SegmentComponent, SegmentItemComponent, SelectComponent, SelectItemComponent, SelectItemGroupComponent, SignaturePadComponent, SkeletonComponent, Slider2Component, Slider2ThumbComponent, SliderComponent, SpacerComponent, SpacerDirective, SplitButtonComponent, SplitComponent, StackComponent, StickyComponent, SuccessStateComponent, SummaryComponent, SwipeComponent, TABLE_BODY_DEFAULT_PROPS, TABLE_CELL_DEFAULT_PROPS, TABLE_DEFAULT_PROPS, TABLE_FOOTER_DEFAULT_PROPS, TABLE_HEADER_DEFAULT_PROPS, TABLE_ROW_DEFAULT_PROPS, TAB_DEFAULT_PROPS, TAB_ITEM_DEFAULT_PROPS, TAB_PANEL_DEFAULT_PROPS, TAB_STRIP_DEFAULT_PROPS, TAB_STRIP_ITEM_DEFAULT_PROPS, TEXT_BOX_DEFAULT_PROPS, TEXT_DEFAULT_PROPS, TEXT_FORMAT_DEFAULT_PROPS, THEME, THEME2_DEFAULT_PROPS, THEME_MODE, TICK_BAR_DEFAULT_PROPS, TILE_LIST_DEFAULT_PROPS, TILE_LIST_ITEM_DEFAULT_PROPS, TIME_BOX_DEFAULT_PROPS, TOAST_DEFAULT_PROPS, TOGGLE_BUTTON_DEFAULT_PROPS, TOGGLE_SWITCH_DEFAULT_PROPS, TOGGLE_TIP_DEFAULT_PROPS, TOOLBAR_DEFAULT_PROPS, TOOLTIP_DEFAULT_PROPS, TREE_DEFAULT_PROPS, TREE_ITEM_DEFAULT_PROPS, TabComponent, TabItemComponent, TabPanelComponent, TabStripComponent, TabStripItemComponent, TableBodyComponent, TableCellComponent, TableComponent, TableFooterComponent, TableHeaderComponent, TableRowComponent, TextBoxComponent, TextComponent, TextFormatComponent, Theme2Component, TickBarComponent, TileListComponent, TileListItemComponent, TimeBoxComponent, ToastComponent, ToastService, ToggleButtonComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, TranslatePipe, TranslateService, TreeComponent, TreeItemComponent, TypographyDirective, UP_DOWN_SPINNER_DEFAULT_PROPS, UpDownSpinnerComponent, VIDEO_DEFAULT_PROPS, VIRTUALIZE_DEFAULT_PROPS, Validators, VideoComponent, VirtualizeComponent, WIZARD_DEFAULT_PROPS, WIZARD_STEP_DEFAULT_PROPS, WRAP_DEFAULT_PROPS, WizardComponent, WizardStepComponent, WrapComponent, provideAbsoluteComponent, provideAbsoluteItemComponent, provideAnchorComponent, provideAnimate, provideAppComponent, provideAppHeaderComponent, provideAutoCompleteBoxComponent, provideAvatarComponent, provideAvatarGroupComponent, provideBackdropComponent, provideBadgeComponent, provideBannerComponent, provideBannerHeaderComponent, provideBannerSubHeaderComponent, provideBottomSheetComponent, provideBoxComponent, provideBreadcrumbComponent, provideBreadcrumbItemComponent, provideBreakpoints, provideButtonComponent, provideButtonGroupComponent, provideCalendarComponent, provideCalendarHeaderComponent, provideCalendarItemComponent, provideCalendarSubHeaderComponent, provideCameraComponent, provideCardActionsComponent, provideCardComponent, provideCardContentComponent, provideCardFooterComponent, provideCardHeaderComponent, provideCardSubTitleComponent, provideCardTitleComponent, provideCarousel2Component, provideCarouselComponent, provideCarouselItem2Component, provideCarouselItemComponent, provideCellComponent, provideCellGroupComponent, provideChartComponent, provideChatComponent, provideChatHeaderComponent, provideChatInputComponent, provideChatMarkerComponent, provideChatMessageAvatarComponent, provideChatMessageComponent, provideChatMessageDividerComponent, provideCheckBoxGroupComponent, provideCheckboxComponent, provideCheckmarkComponent, provideChipBoxComponent, provideChipComponent, provideChoiceComponent, provideChoiceGroupComponent, provideChoiceGroupHeaderComponent, provideCodeComponent, provideColorAreaComponent, provideColorBoxComponent, provideColorPickerComponent, provideColorSliderComponent, provideColorSwatchComponent, provideColorSwatchGroupComponent, provideColorThumbComponent, provideComboComponent, provideComboItemComponent, provideCommentComponent, provideCompoundButtonComponent, provideCookiesConsentComponent, provideDataListComponent, provideDataTableComponent, provideDateBoxComponent, provideDateTimeBoxComponent, provideDialogActionsComponent, provideDialogComponent, provideDialogContentComponent, provideDialogFooterComponent, provideDialogHeaderComponent, provideDialogHeaderSubTextComponent, provideDialogHeaderTextComponent, provideDialogs, provideDisclosureComponent, provideDismissComponent, provideDividerComponent, provideDotComponent, provideDrawerComponent, provideDrawerContainerComponent, provideDrawerContentComponent, provideDrawers, provideDropDownButtonComponent, provideDropZoneComponent, provideElevationComponent, provideEmojiComponent, provideEmptyStateComponent, provideEpgChannelComponent, provideEpgComponent, provideEpgProgramComponent, provideErrorComponent, provideErrorStateComponent, provideExpandableComponent, provideExpanderComponent, provideExpanderGroupComponent, provideExpanderHeaderComponent, provideExpanderSubHeaderComponent, provideFilePickerComponent, provideFileUploadComponent, provideFileUploadItemComponent, provideFlipComponent, provideFloatingActionButtonComponent, provideFloatingActionButtonGroupComponent, provideFloatingComponent, provideFloatingTriggerComponent, provideFocusRingComponent, provideFooterComponent, provideFooterItemComponent, provideFooterItemGroupComponent, provideFormComponent, provideFormFieldComponent, provideGridComponent, provideGridItemComponent, provideHelmetComponent, provideHintComponent, provideIconComponent, provideIconRegistry, provideIcons, provideImageComponent, provideIndicatorComponent, provideJumbotronComponent, provideJumbotronHeaderComponent, provideJumbotronSubHeaderComponent, provideKbdComponent, provideKbdShortcutComponent, provideLightChainComponent, provideListComponent, provideListItemComponent, provideListItemGroupComponent, provideMarqueeComponent, provideMasonryComponent, provideMenuComponent, provideMenuItemComponent, provideMenuItemGroupComponent, provideMessageBoxComponent, provideMessageBoxes, provideMeterBarComponent, provideMeterRingComponent, provideNumberBoxComponent, provideNumberComponent, provideNumberCounterComponent, providePageComponent, providePageContentComponent, providePageHeaderComponent, providePageMenuComponent, providePagePreContentComponent, providePagePreHeaderComponent, providePaginatorComponent, providePasswordBoxComponent, providePatternComponent, providePersonaComponent, providePerspectiveComponent, providePinBoxComponent, providePopupComponent, providePortalComponent, providePortalHostComponent, providePortalProjectionComponent, provideProgressBarComponent, provideProgressRingComponent, provideQRCodeComponent, provideRadioComponent, provideRadioGroupComponent, provideRatingComponent, provideRepeatButtonComponent, provideResizeAdornerComponent, provideRibbonComponent, provideRichTextBoxComponent, provideRippleComponent, provideScaleComponent, provideScrollComponent, provideScrubSliderComponent, provideSearchBoxComponent, provideSegmentComponent, provideSegmentItemComponent, provideSelectComponent, provideSelectItemComponent, provideSelectItemGroupComponent, provideSignaturePadComponent, provideSkeletonComponent, provideSlider2Component, provideSlider2ThumbComponent, provideSliderComponent, provideSpacerComponent, provideSplitButtonComponent, provideSplitComponent, provideStackComponent, provideStickyComponent, provideSuccessStateComponent, provideSummaryComponent, provideSwipeComponent, provideTabComponent, provideTabItemComponent, provideTabPanelComponent, provideTabStripComponent, provideTabStripItemComponent, provideTableBodyComponent, provideTableCellComponent, provideTableComponent, provideTableFooterComponent, provideTableHeaderComponent, provideTableRowComponent, provideTextBoxComponent, provideTextComponent, provideTextFormatComponent, provideTheme, provideTheme2Component, provideTickBarComponent, provideTileListComponent, provideTileListItemComponent, provideTimeBoxComponent, provideToastComponent, provideToasts, provideToggleButtonComponent, provideToggleSwitchComponent, provideToggleTipComponent, provideToolbarComponent, provideTooltipComponent, provideTranslationRegistry, provideTranslations, provideTreeComponent, provideTreeItemComponent, provideUpDownSpinnerComponent, provideVideoComponent, provideVirtualizeComponent, provideWizardComponent, provideWizardStepComponent, provideWrapComponent };
|
|
59256
|
+
export { ABSOLUTE_DEFAULT_PROPS, ABSOLUTE_ITEM_DEFAULT_PROPS, ANCHOR_DEFAULT_PROPS, APP_DEFAULT_PROPS, APP_HEADER_DEFAULT_PROPS, AUTO_COMPLETE_BOX_DEFAULT_PROPS, AVATAR_DEFAULT_PROPS, AVATAR_GROUP_DEFAULT_PROPS, AbsoluteComponent, AbsoluteItemComponent, AnchorComponent, AnimateDirective, AnimationRegistry, AppComponent, AppHeaderComponent, AutoCompleteBoxComponent, AvatarComponent, AvatarGroupComponent, BACKDROP_DEFAULT_PROPS, BADGE_DEFAULT_PROPS, BANNER_DEFAULT_PROPS, BANNER_HEADER_DEFAULT_PROPS, BANNER_SUB_HEADER_DEFAULT_PROPS, BOTTOM_SHEET_DEFAULT_PROPS, BOX_DEFAULT_PROPS, BREADCRUMB_DEFAULT_PROPS, BREADCRUMB_ITEM_DEFAULT_PROPS, BUTTON_DEFAULT_PROPS, BUTTON_GROUP_DEFAULT_PROPS, BackdropComponent, BadgeComponent, BannerComponent, BannerHeaderComponent, BannerSubHeaderComponent, BottomSheetComponent, BottomSheetService, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, BreakpointDirective, BreakpointRegistry, ButtonComponent, ButtonGroupComponent, CALENDAR_DEFAULT_PROPS, CALENDAR_HEADER_DEFAULT_PROPS, CALENDAR_ITEM_DEFAULT_PROPS, CALENDAR_SUB_HEADER_DEFAULT_PROPS, CAMERA_DEFAULT_PROPS, CARD_ACTIONS_DEFAULT_PROPS, CARD_CONTENT_DEFAULT_PROPS, CARD_DEFAULT_PROPS, CARD_FOOTER_DEFAULT_PROPS, CARD_HEADER_DEFAULT_PROPS, CARD_SUB_TITLE_DEFAULT_PROPS, CARD_TITLE_DEFAULT_PROPS, CAROUSEL2_DEFAULT_PROPS, CAROUSEL_DEFAULT_PROPS, CAROUSEL_ITEM2_DEFAULT_PROPS, CAROUSEL_ITEM_DEFAULT_PROPS, CELL_DEFAULT_PROPS, CELL_GROUP_DEFAULT_PROPS, CHART_DEFAULT_PROPS, CHAT_DEFAULT_PROPS, CHAT_HEADER_DEFAULT_PROPS, CHAT_INPUT_DEFAULT_PROPS, CHAT_MARKER_DEFAULT_PROPS, CHAT_MESSAGE_AVATAR_DEFAULT_PROPS, CHAT_MESSAGE_DEFAULT_PROPS, CHAT_MESSAGE_DIVIDER_DEFAULT_PROPS, CHECKBOX_DEFAULT_PROPS, CHECKMARK_DEFAULT_PROPS, CHECK_BOX_GROUP_DEFAULT_PROPS, CHIP_BOX_DEFAULT_PROPS, CHIP_DEFAULT_PROPS, CHOICE_DEFAULT_PROPS, CHOICE_GROUP_DEFAULT_PROPS, CHOICE_GROUP_HEADER_DEFAULT_PROPS, CODE_DEFAULT_PROPS, COLOR_AREA_DEFAULT_PROPS, COLOR_BOX_DEFAULT_PROPS, COLOR_PICKER_DEFAULT_PROPS, COLOR_SLIDER_DEFAULT_PROPS, COLOR_SWATCH_DEFAULT_PROPS, COLOR_SWATCH_GROUP_DEFAULT_PROPS, COLOR_THUMB_DEFAULT_PROPS, COMBO_DEFAULT_PROPS, COMBO_ITEM_DEFAULT_PROPS, COMMENT_DEFAULT_PROPS, COMPOUND_BUTTON_DEFAULT_PROPS, COOKIES_CONSENT_DEFAULT_PROPS, CalendarComponent, CalendarHeaderComponent, CalendarItemComponent, CalendarSubHeaderComponent, CameraComponent, Cancel, CardActionsComponent, CardComponent, CardContentComponent, CardFooterComponent, CardHeaderComponent, CardIsBusyDirective, CardSubTitleComponent, CardTitleComponent, Carousel2Component, CarouselComponent, CarouselItem2Component, CarouselItemComponent, CellComponent, CellGroupComponent, ChartComponent, ChatComponent, ChatHeaderComponent, ChatInputComponent, ChatMarkerComponent, ChatMessageAvatarComponent, ChatMessageComponent, ChatMessageDividerComponent, CheckBoxGroupComponent, CheckboxComponent, CheckmarkComponent, ChipBoxComponent, ChipComponent, ChoiceComponent, ChoiceGroupComponent, ChoiceGroupHeaderComponent, CodeComponent, ColorAreaComponent, ColorBoxComponent, ColorPickerComponent, ColorSliderComponent, ColorSwatchComponent, ColorSwatchGroupComponent, ColorThumbComponent, ComboComponent, ComboItemComponent, CommentComponent, CompoundButtonComponent, CookiesConsentComponent, DATA_LIST_DEFAULT_PROPS, DATA_TABLE_DEFAULT_PROPS, DATE_BOX_DEFAULT_PROPS, DATE_TIME_BOX_DEFAULT_PROPS, DIALOG_ACTIONS_DEFAULT_PROPS, DIALOG_CONFIG, DIALOG_CONTENT_DEFAULT_PROPS, DIALOG_DEFAULT_PROPS, DIALOG_FOOTER_DEFAULT_PROPS, DIALOG_HEADER_DEFAULT_PROPS, DIALOG_HEADER_SUB_TEXT_DEFAULT_PROPS, DIALOG_HEADER_TEXT_DEFAULT_PROPS, DIALOG_REF, DIALOG_REF_DATA, DIALOG_SLOTS, DISCLOSURE_DEFAULT_PROPS, DISMISS_DEFAULT_PROPS, DIVIDER_DEFAULT_PROPS, DOT_DEFAULT_PROPS, DRAWER_CONFIG, DRAWER_CONTAINER_DEFAULT_PROPS, DRAWER_CONTENT_DEFAULT_PROPS, DRAWER_DEFAULT_PROPS, DRAWER_REF, DRAWER_REF_DATA, DRAWER_SLOTS, DROP_DOWN_BUTTON_DEFAULT_PROPS, DROP_ZONE_DEFAULT_PROPS, DataListComponent, DataTableComponent, DateBoxComponent, DateTimeBoxComponent, DialogActionsComponent, DialogActionsDirective, DialogBreakpointObserverBehavior, DialogComponent, DialogContentComponent, DialogContentDirective, DialogFooterComponent, DialogFooterDirective, DialogHeaderComponent, DialogHeaderDirective, DialogHeaderSubTextComponent, DialogHeaderTextComponent, DialogPortalComponent, DialogRef, DialogService, DisclosureComponent, DismissComponent, DividerComponent, DotComponent, DrawerActionsDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerContentDirective, DrawerFooterDirective, DrawerHeaderDirective, DrawerPortalComponent, DrawerRef, DrawerService, DropDownButtonComponent, DropZoneComponent, ELEVATION_DEFAULT_PROPS, EMOJI_DEFAULT_PROPS, EMPTY_STATE_DEFAULT_PROPS, EPG_CHANNEL_DEFAULT_PROPS, EPG_DEFAULT_PROPS, EPG_PROGRAM_DEFAULT_PROPS, ERROR_DEFAULT_PROPS, ERROR_STATE_DEFAULT_PROPS, EXPANDABLE_DEFAULT_PROPS, EXPANDER_DEFAULT_PROPS, EXPANDER_GROUP_DEFAULT_PROPS, EXPANDER_HEADER_DEFAULT_PROPS, EXPANDER_SUB_HEADER_DEFAULT_PROPS, ElevationComponent, EmojiComponent, EmptyStateComponent, EpgChannelComponent, EpgComponent, EpgProgramComponent, ErrorComponent, ErrorDirective, ErrorGroupDirective, ErrorStateComponent, ExpandableComponent, ExpanderComponent, ExpanderGroupComponent, ExpanderHeaderComponent, ExpanderSubHeaderComponent, FILE_PICKER_DEFAULT_PROPS, FILE_UPLOAD_DEFAULT_PROPS, FILE_UPLOAD_ITEM_DEFAULT_PROPS, FLIP_DEFAULT_PROPS, FLOATING_ACTION_BUTTON_DEFAULT_PROPS, FLOATING_ACTION_BUTTON_GROUP_DEFAULT_PROPS, FLOATING_DEFAULT_PROPS, FLOATING_TRIGGER_DEFAULT_PROPS, FOCUS_RING_DEFAULT_PROPS, FOOTER_DEFAULT_PROPS, FOOTER_ITEM_DEFAULT_PROPS, FOOTER_ITEM_GROUP_DEFAULT_PROPS, FORM_DEFAULT_PROPS, FORM_FIELD_DEFAULT_PROPS, FORM_STATUS_HOST, FilePickerComponent, FileUploadComponent, FileUploadItemComponent, FilterByPipe, FlexDirective, FlipComponent, FlipToDirective, FloatingActionButtonComponent, FloatingActionButtonGroupComponent, FloatingComponent, FloatingTriggerComponent, FocusRingComponent, FooterComponent, FooterItemComponent, FooterItemGroupComponent, FormComponent, FormFieldComponent, FormStatusDirective, FormValidator, FormatPipe, GRID_DEFAULT_PROPS, GRID_ITEM_DEFAULT_PROPS, GridComponent, GridItemComponent, HELMET_DEFAULT_PROPS, HINT_DEFAULT_PROPS, HelmetComponent, HintComponent, ICON_DEFAULT_PROPS, IMAGE_DEFAULT_PROPS, INDICATOR_DEFAULT_PROPS, IconComponent, IconDirective, IconNameDirective, IconRegistry, ImageComponent, IndicatorComponent, JUMBOTRON_DEFAULT_PROPS, JUMBOTRON_HEADER_DEFAULT_PROPS, JUMBOTRON_SUB_HEADER_DEFAULT_PROPS, JumbotronComponent, JumbotronHeaderComponent, JumbotronSubHeaderComponent, KBD_DEFAULT_PROPS, KBD_SHORTCUT_DEFAULT_PROPS, KbdComponent, KbdShortcutComponent, LIGHT_CHAIN_DEFAULT_PROPS, LIST_DEFAULT_PROPS, LIST_ITEM_DEFAULT_PROPS, LIST_ITEM_GROUP_DEFAULT_PROPS, LightChainComponent, ListComponent, ListItemComponent, ListItemGroupComponent, MARQUEE_DEFAULT_PROPS, MASONRY_DEFAULT_PROPS, MENU_DEFAULT_PROPS, MENU_ITEM_DEFAULT_PROPS, MENU_ITEM_GROUP_DEFAULT_PROPS, MESSAGE_BOX_DEFAULT_PROPS, METER_BAR_DEFAULT_PROPS, METER_RING_DEFAULT_PROPS, MarqueeComponent, MasonryComponent, MenuComponent, MenuItemComponent, MenuItemGroupComponent, MessageBoxComponent, MessageBoxService, MeterBarComponent, MeterRingComponent, NUMBER_BOX_DEFAULT_PROPS, NUMBER_COUNTER_DEFAULT_PROPS, NUMBER_DEFAULT_PROPS, NumberBoxComponent, NumberComponent, NumberCounterComponent, OfPipe, OrderByPipe, PAGE_CONTENT_DEFAULT_PROPS, PAGE_DEFAULT_PROPS, PAGE_HEADER_DEFAULT_PROPS, PAGE_MENU_DEFAULT_PROPS, PAGE_PRE_CONTENT_DEFAULT_PROPS, PAGE_PRE_HEADER_DEFAULT_PROPS, PAGINATOR_DEFAULT_PROPS, PASSWORD_BOX_DEFAULT_PROPS, PATTERN_DEFAULT_PROPS, PERSONA_DEFAULT_PROPS, PERSPECTIVE_DEFAULT_PROPS, PIN_BOX_DEFAULT_PROPS, POPUP_DEFAULT_PROPS, PORTAL_DEFAULT_PROPS, PORTAL_HOST_DEFAULT_PROPS, PORTAL_PROJECTION_DEFAULT_PROPS, PROGRESS_BAR_DEFAULT_PROPS, PROGRESS_RING_DEFAULT_PROPS, PageComponent, PageContentComponent, PageHeaderComponent, PageMenuComponent, PagePreContentComponent, PagePreHeaderComponent, PaginatorComponent, PasswordBoxComponent, PatternComponent, PersonaComponent, PerspectiveComponent, PerspectiveDirective, PinBoxComponent, PopupComponent, PortalComponent$1 as PortalComponent, PortalHostComponent, PortalProjectionComponent, ProgressBarComponent, ProgressRingComponent, QRCODE_DEFAULT_PROPS, QRCodeComponent, RADIO_DEFAULT_PROPS, RADIO_GROUP_DEFAULT_PROPS, RATING_DEFAULT_PROPS, REPEAT_BUTTON_DEFAULT_PROPS, RESIZE_ADORNER_DEFAULT_PROPS, RIBBON_DEFAULT_PROPS, RICH_TEXT_BOX_DEFAULT_PROPS, RIPPLE_DEFAULT_PROPS, RadioComponent, RadioGroupComponent, RatingComponent, RepeatButtonComponent, ResizeAdornerComponent, RibbonComponent, RichTextBoxComponent, RippleComponent, RippleDirective, SCALE_DEFAULT_PROPS, SCROLL_DEFAULT_PROPS, SCRUB_SLIDER_DEFAULT_PROPS, SEARCH_BOX_DEFAULT_PROPS, SEGMENT_DEFAULT_PROPS, SEGMENT_ITEM_DEFAULT_PROPS, SELECT_DEFAULT_PROPS, SELECT_ITEM_DEFAULT_PROPS, SELECT_ITEM_GROUP_DEFAULT_PROPS, SIGNATURE_PAD_DEFAULT_PROPS, SKELETON_DEFAULT_PROPS, SLIDER2THUMB_DEFAULT_PROPS, SLIDER2_DEFAULT_PROPS, SLIDER_DEFAULT_PROPS, SPACER_DEFAULT_PROPS, SPLIT_BUTTON_DEFAULT_PROPS, SPLIT_DEFAULT_PROPS, STACK_DEFAULT_PROPS, STICKY_DEFAULT_PROPS, SUCCESS_STATE_DEFAULT_PROPS, SUMMARY_DEFAULT_PROPS, SWIPE_DEFAULT_PROPS, ScaleComponent, ScaleDirective, ScrollComponent, ScrubSliderComponent, SearchBoxComponent, SegmentComponent, SegmentItemComponent, SelectComponent, SelectItemComponent, SelectItemGroupComponent, SignaturePadComponent, SkeletonComponent, Slider2Component, Slider2ThumbComponent, SliderComponent, SpacerComponent, SpacerDirective, SplitButtonComponent, SplitComponent, StackComponent, StickyComponent, SuccessStateComponent, SummaryComponent, SwipeComponent, TABLE_BODY_DEFAULT_PROPS, TABLE_CELL_DEFAULT_PROPS, TABLE_DEFAULT_PROPS, TABLE_FOOTER_DEFAULT_PROPS, TABLE_HEADER_DEFAULT_PROPS, TABLE_ROW_DEFAULT_PROPS, TAB_DEFAULT_PROPS, TAB_ITEM_DEFAULT_PROPS, TAB_PANEL_DEFAULT_PROPS, TAB_STRIP_DEFAULT_PROPS, TAB_STRIP_ITEM_DEFAULT_PROPS, TEXT_BOX_DEFAULT_PROPS, TEXT_DEFAULT_PROPS, TEXT_FORMAT_DEFAULT_PROPS, THEME, THEME2_DEFAULT_PROPS, THEME_MODE, TICK_BAR_DEFAULT_PROPS, TILE_LIST_DEFAULT_PROPS, TILE_LIST_ITEM_DEFAULT_PROPS, TIME_BOX_DEFAULT_PROPS, TOAST_DEFAULT_PROPS, TOGGLE_BUTTON_DEFAULT_PROPS, TOGGLE_SWITCH_DEFAULT_PROPS, TOGGLE_TIP_DEFAULT_PROPS, TOOLBAR_DEFAULT_PROPS, TOOLTIP_DEFAULT_PROPS, TREE_DEFAULT_PROPS, TREE_ITEM_DEFAULT_PROPS, TabComponent, TabItemComponent, TabPanelComponent, TabStripComponent, TabStripItemComponent, TableBodyComponent, TableCellComponent, TableComponent, TableFooterComponent, TableHeaderComponent, TableRowComponent, TextBoxComponent, TextComponent, TextFormatComponent, Theme2Component, TickBarComponent, TileListComponent, TileListItemComponent, TimeBoxComponent, ToastComponent, ToastService, ToggleButtonComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, TranslatePipe, TranslateService, TreeComponent, TreeItemComponent, TypographyDirective, UP_DOWN_SPINNER_DEFAULT_PROPS, UpDownSpinnerComponent, VIDEO_DEFAULT_PROPS, VIRTUALIZE_DEFAULT_PROPS, Validators, VideoComponent, VirtualizeComponent, WIZARD_DEFAULT_PROPS, WIZARD_STEP_DEFAULT_PROPS, WRAP_DEFAULT_PROPS, WizardComponent, WizardNextDirective, WizardPrevDirective, WizardStepComponent, WrapComponent, provideAbsoluteComponent, provideAbsoluteItemComponent, provideAnchorComponent, provideAnimate, provideAppComponent, provideAppHeaderComponent, provideAutoCompleteBoxComponent, provideAvatarComponent, provideAvatarGroupComponent, provideBackdropComponent, provideBadgeComponent, provideBannerComponent, provideBannerHeaderComponent, provideBannerSubHeaderComponent, provideBottomSheetComponent, provideBoxComponent, provideBreadcrumbComponent, provideBreadcrumbItemComponent, provideBreakpoints, provideButtonComponent, provideButtonGroupComponent, provideCalendarComponent, provideCalendarHeaderComponent, provideCalendarItemComponent, provideCalendarSubHeaderComponent, provideCameraComponent, provideCardActionsComponent, provideCardComponent, provideCardContentComponent, provideCardFooterComponent, provideCardHeaderComponent, provideCardSubTitleComponent, provideCardTitleComponent, provideCarousel2Component, provideCarouselComponent, provideCarouselItem2Component, provideCarouselItemComponent, provideCellComponent, provideCellGroupComponent, provideChartComponent, provideChatComponent, provideChatHeaderComponent, provideChatInputComponent, provideChatMarkerComponent, provideChatMessageAvatarComponent, provideChatMessageComponent, provideChatMessageDividerComponent, provideCheckBoxGroupComponent, provideCheckboxComponent, provideCheckmarkComponent, provideChipBoxComponent, provideChipComponent, provideChoiceComponent, provideChoiceGroupComponent, provideChoiceGroupHeaderComponent, provideCodeComponent, provideColorAreaComponent, provideColorBoxComponent, provideColorPickerComponent, provideColorSliderComponent, provideColorSwatchComponent, provideColorSwatchGroupComponent, provideColorThumbComponent, provideComboComponent, provideComboItemComponent, provideCommentComponent, provideCompoundButtonComponent, provideCookiesConsentComponent, provideDataListComponent, provideDataTableComponent, provideDateBoxComponent, provideDateTimeBoxComponent, provideDialogActionsComponent, provideDialogComponent, provideDialogContentComponent, provideDialogFooterComponent, provideDialogHeaderComponent, provideDialogHeaderSubTextComponent, provideDialogHeaderTextComponent, provideDialogSlots, provideDialogs, provideDisclosureComponent, provideDismissComponent, provideDividerComponent, provideDotComponent, provideDrawerComponent, provideDrawerContainerComponent, provideDrawerContentComponent, provideDrawerSlots, provideDrawers, provideDropDownButtonComponent, provideDropZoneComponent, provideElevationComponent, provideEmojiComponent, provideEmptyStateComponent, provideEpgChannelComponent, provideEpgComponent, provideEpgProgramComponent, provideErrorComponent, provideErrorStateComponent, provideExpandableComponent, provideExpanderComponent, provideExpanderGroupComponent, provideExpanderHeaderComponent, provideExpanderSubHeaderComponent, provideFilePickerComponent, provideFileUploadComponent, provideFileUploadItemComponent, provideFlipComponent, provideFloatingActionButtonComponent, provideFloatingActionButtonGroupComponent, provideFloatingComponent, provideFloatingTriggerComponent, provideFocusRingComponent, provideFooterComponent, provideFooterItemComponent, provideFooterItemGroupComponent, provideFormComponent, provideFormFieldComponent, provideGridComponent, provideGridItemComponent, provideHelmetComponent, provideHintComponent, provideIconComponent, provideIconRegistry, provideIcons, provideImageComponent, provideIndicatorComponent, provideJumbotronComponent, provideJumbotronHeaderComponent, provideJumbotronSubHeaderComponent, provideKbdComponent, provideKbdShortcutComponent, provideLightChainComponent, provideListComponent, provideListItemComponent, provideListItemGroupComponent, provideMarqueeComponent, provideMasonryComponent, provideMenuComponent, provideMenuItemComponent, provideMenuItemGroupComponent, provideMessageBoxComponent, provideMessageBoxes, provideMeterBarComponent, provideMeterRingComponent, provideNumberBoxComponent, provideNumberComponent, provideNumberCounterComponent, providePageComponent, providePageContentComponent, providePageHeaderComponent, providePageMenuComponent, providePagePreContentComponent, providePagePreHeaderComponent, providePaginatorComponent, providePasswordBoxComponent, providePatternComponent, providePersonaComponent, providePerspectiveComponent, providePinBoxComponent, providePopupComponent, providePortalComponent, providePortalHostComponent, providePortalProjectionComponent, provideProgressBarComponent, provideProgressRingComponent, provideQRCodeComponent, provideRadioComponent, provideRadioGroupComponent, provideRatingComponent, provideRepeatButtonComponent, provideResizeAdornerComponent, provideRibbonComponent, provideRichTextBoxComponent, provideRippleComponent, provideScaleComponent, provideScrollComponent, provideScrubSliderComponent, provideSearchBoxComponent, provideSegmentComponent, provideSegmentItemComponent, provideSelectComponent, provideSelectItemComponent, provideSelectItemGroupComponent, provideSignaturePadComponent, provideSkeletonComponent, provideSlider2Component, provideSlider2ThumbComponent, provideSliderComponent, provideSpacerComponent, provideSplitButtonComponent, provideSplitComponent, provideStackComponent, provideStickyComponent, provideSuccessStateComponent, provideSummaryComponent, provideSwipeComponent, provideTabComponent, provideTabItemComponent, provideTabPanelComponent, provideTabStripComponent, provideTabStripItemComponent, provideTableBodyComponent, provideTableCellComponent, provideTableComponent, provideTableFooterComponent, provideTableHeaderComponent, provideTableRowComponent, provideTextBoxComponent, provideTextComponent, provideTextFormatComponent, provideTheme, provideTheme2Component, provideTickBarComponent, provideTileListComponent, provideTileListItemComponent, provideTimeBoxComponent, provideToastComponent, provideToasts, provideToggleButtonComponent, provideToggleSwitchComponent, provideToggleTipComponent, provideToolbarComponent, provideTooltipComponent, provideTranslationRegistry, provideTranslations, provideTreeComponent, provideTreeItemComponent, provideUpDownSpinnerComponent, provideVideoComponent, provideVirtualizeComponent, provideWizardComponent, provideWizardStepComponent, provideWrapComponent };
|
|
58548
59257
|
//# sourceMappingURL=mosaik-elements-angular.mjs.map
|