@breadstone/mosaik-elements-angular 0.0.25 → 0.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cdk/Cdk.d.ts CHANGED
@@ -14,5 +14,7 @@ export { FormValidator } from './Forms/FormValidator';
14
14
  export { Validators } from './Forms/Validators/Validators';
15
15
  export { FormStatusDirective, FORM_STATUS_HOST } from './Forms/FormStatusDirective';
16
16
  export { FlipToDirective } from './Controls/Primitives/Directives/FlipToDirective';
17
+ export { provideTranslations } from './Translate/TranslationProvider';
17
18
  export { TranslateDirective } from './Translate/TranslateDirective';
19
+ export { TranslatePipe } from './Translate/TranslatePipe';
18
20
  //# sourceMappingURL=Cdk.d.ts.map
package/Cdk/Cdk.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Cdk.d.ts","sourceRoot":"","sources":["../../src/Cdk/Cdk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC"}
1
+ {"version":3,"file":"Cdk.d.ts","sourceRoot":"","sources":["../../src/Cdk/Cdk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1,11 +1,5 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- /**
4
- * @private
5
- */
6
- interface ITranslateContext {
7
- $implicit: (key: string, params?: Record<string, any>) => string;
8
- }
9
3
  /**
10
4
  * @public
11
5
  */
@@ -13,6 +7,7 @@ export declare class TranslateDirective implements OnInit, OnDestroy {
13
7
  private readonly _vcr;
14
8
  private readonly _templateRef;
15
9
  private readonly _cdr;
10
+ private readonly _translator;
16
11
  private _view;
17
12
  private _scope;
18
13
  private _languageChangedSubscription;
@@ -21,7 +16,7 @@ export declare class TranslateDirective implements OnInit, OnDestroy {
21
16
  *
22
17
  * @public
23
18
  */
24
- constructor(vcr: ViewContainerRef, templateRef: TemplateRef<ITranslateContext>, cdr: ChangeDetectorRef);
19
+ constructor();
25
20
  /**
26
21
  * Gets or sets the `scope` property.
27
22
  *
@@ -52,5 +47,4 @@ export declare class TranslateDirective implements OnInit, OnDestroy {
52
47
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslateDirective, never>;
53
48
  static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateDirective, "[translate]", never, { "scope": { "alias": "translateScope"; "required": false; }; }, {}, never, never, true, never>;
54
49
  }
55
- export {};
56
50
  //# sourceMappingURL=TranslateDirective.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TranslateDirective.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Translate/TranslateDirective.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAqC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAMvI;;GAEG;AACH,UAAU,iBAAiB;IACvB,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC;CACpE;AAED;;GAEG;AACH,qBAGa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAIxD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAmB;IACxC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAiC;IAC9D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAoB;IACzC,OAAO,CAAC,KAAK,CAA4C;IACzD,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,4BAA4B,CAAyB;IAM7D;;;;OAIG;gBACgB,GAAG,EAAE,gBAAgB,EAAE,WAAW,EAAE,WAAW,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,iBAAiB;IAa7G;;;;OAIG;IACH,IACW,KAAK,IAAI,MAAM,CAEzB;IACD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,EAE7B;IAMD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAMvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAI1B;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAKxB;;OAEG;IACH,OAAO,CAAC,UAAU;IAWlB;;OAEG;IACH,OAAO,CAAC,aAAa;yCA3FZ,kBAAkB;2CAAlB,kBAAkB;CAuG9B"}
1
+ {"version":3,"file":"TranslateDirective.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Translate/TranslateDirective.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgE,SAAS,EAAE,MAAM,EAAiC,MAAM,eAAe,CAAC;;AAa/I;;GAEG;AACH,qBAGa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAIxD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAmB;IACxC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAiC;IAC9D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAoB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAoB;IAChD,OAAO,CAAC,KAAK,CAA4C;IACzD,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,4BAA4B,CAAyB;IAM7D;;;;OAIG;;IAeH;;;;OAIG;IACH,IACW,KAAK,IAAI,MAAM,CAEzB;IACD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,EAE7B;IAMD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAMvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAI1B;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAKxB;;OAEG;IACH,OAAO,CAAC,UAAU;IAWlB;;OAEG;IACH,OAAO,CAAC,aAAa;yCA7FZ,kBAAkB;2CAAlB,kBAAkB;CAyG9B"}
@@ -0,0 +1,39 @@
1
+ import { OnDestroy, PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * A pipe that translates a key into a localized string.
5
+ *
6
+ * @public
7
+ */
8
+ export declare class TranslatePipe implements PipeTransform, OnDestroy {
9
+ private readonly _translator;
10
+ private readonly _cdr;
11
+ private _lastKey;
12
+ private _lastParams;
13
+ private _lastScope;
14
+ private _lastValue;
15
+ private readonly _languageChangedSubscription;
16
+ /**
17
+ * Constructs a new instance of the `TranslatePipe` class.
18
+ *
19
+ * @public
20
+ */
21
+ constructor();
22
+ /**
23
+ * Translates the specified key into a localized string.
24
+ *
25
+ * @public
26
+ * @param key - The key to translate.
27
+ * @param params - The parameters to use for translation.
28
+ * @param scope - The scope to use for translation.
29
+ * @returns The translated string.
30
+ */
31
+ transform(key: string, params?: Record<string, any>, scope?: string): string;
32
+ /**
33
+ * @public
34
+ */
35
+ ngOnDestroy(): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
37
+ static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", true>;
38
+ }
39
+ //# sourceMappingURL=TranslatePipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranslatePipe.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Translate/TranslatePipe.ts"],"names":[],"mappings":"AAEA,OAAO,EAA6B,SAAS,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAM1F;;;;GAIG;AACH,qBAKa,aACT,YAAW,aAAa,EAAE,SAAS;IAInC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAoB;IAChD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAoB;IACzC,OAAO,CAAC,QAAQ,CAAgB;IAChC,OAAO,CAAC,WAAW,CAAkC;IACrD,OAAO,CAAC,UAAU,CAAqB;IACvC,OAAO,CAAC,UAAU,CAAgB;IAClC,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAgC;IAM7E;;;;OAIG;;IAmBH;;;;;;;;OAQG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAiBnF;;OAEG;IACI,WAAW,IAAI,IAAI;yCArEjB,aAAa;uCAAb,aAAa;CA2EzB"}
@@ -0,0 +1,10 @@
1
+ import { type EnvironmentProviders } from '@angular/core';
2
+ /**
3
+ * @public
4
+ */
5
+ export declare function provideTranslations(config?: {
6
+ defaultLanguage?: string;
7
+ defaultLanguageResolver?: () => string;
8
+ translations?: Record<string, Record<string, string>>;
9
+ }): EnvironmentProviders;
10
+ //# sourceMappingURL=TranslationProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TranslationProvider.d.ts","sourceRoot":"","sources":["../../../src/Cdk/Translate/TranslationProvider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAA4B,MAAM,eAAe,CAAC;AAMpF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,CAAC,EAAE;IACzC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uBAAuB,CAAC,EAAE,MAAM,MAAM,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CACzD,GAAG,oBAAoB,CA4BvB"}
@@ -8,7 +8,7 @@ export declare const BUTTON_DEFAULT_PROPS: InjectionToken<Partial<import("libs/m
8
8
  *
9
9
  * @slot label - The label slot.
10
10
  * @slot icon - The icon slot.
11
- * @slot overlay - The overlay slot (usefull for badge).
11
+ * @slot overlay - The overlay slot (useful for badge).
12
12
  */
13
13
  export declare class ButtonComponent {
14
14
  private readonly _element;
@@ -6,7 +6,10 @@ export declare const SELECT_ITEM_DEFAULT_PROPS: InjectionToken<Partial<import("l
6
6
  /**
7
7
  * @public
8
8
  *
9
- *
9
+ * @slot start - Slot for placing content before the icon.
10
+ * @slot icon - Slot for placing an icon.
11
+ * @slot label - Slot for placing the label text.
12
+ * @slot end - Slot for placing content after the label.
10
13
  */
11
14
  export declare class SelectItemComponent {
12
15
  private readonly _element;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectItemComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemComponent.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SelectItemComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemComponent.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, inject, ChangeDetectorRef, ElementRef, NgZone, EventEmitter, Output, Input, ChangeDetectionStrategy, Component, makeEnvironmentProviders, DestroyRef, Directive, forwardRef, Pipe, ViewChild, ViewEncapsulation, TemplateRef, Injectable, Renderer2, signal, computed, effect, HostListener } from '@angular/core';
3
- 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, 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, DialogHostElement, DisclosureElement, 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, JumbtronHeaderElement, JumbtronSubHeaderElement, JumbtronElement, 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, PortalProjectionElement, PortalElement, ProgressBarElement, ProgressRingElement, QRCodeElement, radioGroupElementValueAccessor, RadioGroupElement, radioElementValueAccessor, RadioElement, RatingElement, RepeatButtonElement, ResizeAdornerElement, RibbonElement, richTextBoxElementValueAccessor, RichTextBoxElement, RippleElement, ScaleElement, ScrollElement, 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, 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, EID, Key, ToastServiceLocator, TranslatorServiceLocator } from '@breadstone/mosaik-elements-foundation';
2
+ import { InjectionToken, inject, ChangeDetectorRef, ElementRef, NgZone, EventEmitter, Output, Input, ChangeDetectionStrategy, Component, makeEnvironmentProviders, DestroyRef, Directive, forwardRef, Pipe, ViewChild, ViewEncapsulation, TemplateRef, Injectable, Renderer2, signal, computed, effect, HostListener, ViewContainerRef } from '@angular/core';
3
+ 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, 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, DialogHostElement, DisclosureElement, 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, JumbtronHeaderElement, JumbtronSubHeaderElement, JumbtronElement, 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, PortalProjectionElement, PortalElement, ProgressBarElement, ProgressRingElement, QRCodeElement, radioGroupElementValueAccessor, RadioGroupElement, radioElementValueAccessor, RadioElement, RatingElement, RepeatButtonElement, ResizeAdornerElement, RibbonElement, richTextBoxElementValueAccessor, RichTextBoxElement, RippleElement, ScaleElement, ScrollElement, 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, 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, EID, Key, ToastServiceLocator, TranslatorService, Translator, TranslatorServiceLocator } from '@breadstone/mosaik-elements-foundation';
4
4
  import { fromEvent, filter, of, isObservable, Subject, BehaviorSubject, takeUntil, from } from 'rxjs';
5
5
  import { NgControl, TouchedChangeEvent, NG_VALUE_ACCESSOR, FormGroup, FormControl, FormArray } from '@angular/forms';
6
6
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
@@ -9,6 +9,7 @@ import { CdkScrollable } from '@angular/cdk/scrolling';
9
9
  import { DOCUMENT, NgFor, NgIf, AsyncPipe } from '@angular/common';
10
10
  import { ConfigurableFocusTrapFactory } from '@angular/cdk/a11y';
11
11
  import { OverlayPositionBuilder, Overlay } from '@angular/cdk/overlay';
12
+ import { emit } from '@breadstone/mosaik-elements';
12
13
 
13
14
  /* eslint-disable prefer-rest-params */
14
15
  /* eslint-disable prefer-spread */
@@ -3772,7 +3773,7 @@ const BUTTON_DEFAULT_PROPS = new InjectionToken('BUTTON_DEFAULT_PROPS');
3772
3773
  *
3773
3774
  * @slot label - The label slot.
3774
3775
  * @slot icon - The icon slot.
3775
- * @slot overlay - The overlay slot (usefull for badge).
3776
+ * @slot overlay - The overlay slot (useful for badge).
3776
3777
  */
3777
3778
  let ButtonComponent = class ButtonComponent {
3778
3779
  _element;
@@ -39364,7 +39365,10 @@ const SELECT_ITEM_DEFAULT_PROPS = new InjectionToken('SELECT_ITEM_DEFAULT_PROPS'
39364
39365
  /**
39365
39366
  * @public
39366
39367
  *
39367
- *
39368
+ * @slot start - Slot for placing content before the icon.
39369
+ * @slot icon - Slot for placing an icon.
39370
+ * @slot label - Slot for placing the label text.
39371
+ * @slot end - Slot for placing content after the label.
39368
39372
  */
39369
39373
  let SelectItemComponent = class SelectItemComponent {
39370
39374
  _element;
@@ -52671,6 +52675,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
52671
52675
  args: ['click', ['$event']]
52672
52676
  }] } });
52673
52677
 
52678
+ // #region Imports
52679
+ // #endregion
52680
+ /**
52681
+ * @public
52682
+ */
52683
+ function provideTranslations(config) {
52684
+ return makeEnvironmentProviders([
52685
+ {
52686
+ provide: TranslatorService,
52687
+ useFactory: () => {
52688
+ const service = new TranslatorService(config?.defaultLanguageResolver ?? Translator.DEFAULT_LANGUAGE_RESOLVER);
52689
+ document.documentElement.lang = service.currentLanguage;
52690
+ service.languageChanged.subscribe(() => {
52691
+ // Set the document root language
52692
+ document.documentElement.lang = service.currentLanguage;
52693
+ // Handle it and trigger a global event
52694
+ emit(document, 'languageChanged', {
52695
+ bubbles: true,
52696
+ cancelable: true
52697
+ });
52698
+ });
52699
+ Object.entries(config?.translations ?? {}).forEach(([lang, translations]) => {
52700
+ service.addTranslations(lang, translations);
52701
+ });
52702
+ TranslatorServiceLocator.set(service);
52703
+ return service;
52704
+ }
52705
+ }
52706
+ ]);
52707
+ }
52708
+
52674
52709
  // #region Imports
52675
52710
  /**
52676
52711
  * @public
@@ -52680,6 +52715,7 @@ class TranslateDirective {
52680
52715
  _vcr;
52681
52716
  _templateRef;
52682
52717
  _cdr;
52718
+ _translator;
52683
52719
  _view;
52684
52720
  _scope;
52685
52721
  _languageChangedSubscription;
@@ -52690,10 +52726,11 @@ class TranslateDirective {
52690
52726
  *
52691
52727
  * @public
52692
52728
  */
52693
- constructor(vcr, templateRef, cdr) {
52694
- this._vcr = vcr;
52695
- this._templateRef = templateRef;
52696
- this._cdr = cdr;
52729
+ constructor() {
52730
+ this._vcr = inject(ViewContainerRef);
52731
+ this._templateRef = inject((TemplateRef));
52732
+ this._cdr = inject(ChangeDetectorRef);
52733
+ this._translator = inject(TranslatorService);
52697
52734
  this._languageChangedSubscription = null;
52698
52735
  this._view = null;
52699
52736
  this._scope = '';
@@ -52718,7 +52755,7 @@ class TranslateDirective {
52718
52755
  */
52719
52756
  ngOnInit() {
52720
52757
  this.invalidate();
52721
- this._languageChangedSubscription = TranslatorServiceLocator.current.languageChanged
52758
+ this._languageChangedSubscription = this._translator.languageChanged
52722
52759
  .subscribe(() => this.onCultureChanged());
52723
52760
  }
52724
52761
  /**
@@ -52756,10 +52793,10 @@ class TranslateDirective {
52756
52793
  const scopedKey = this._scope
52757
52794
  ? `${this._scope}.${key}`
52758
52795
  : key;
52759
- return TranslatorServiceLocator.current.translate(scopedKey, params);
52796
+ return this._translator.translate(scopedKey, params);
52760
52797
  };
52761
52798
  }
52762
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TranslateDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
52799
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TranslateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52763
52800
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.10", type: TranslateDirective, isStandalone: true, selector: "[translate]", inputs: { scope: ["translateScope", "scope"] }, ngImport: i0 });
52764
52801
  }
52765
52802
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TranslateDirective, decorators: [{
@@ -52767,14 +52804,90 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
52767
52804
  args: [{
52768
52805
  selector: '[translate]'
52769
52806
  }]
52770
- }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.ChangeDetectorRef }], propDecorators: { scope: [{
52807
+ }], ctorParameters: () => [], propDecorators: { scope: [{
52771
52808
  type: Input,
52772
52809
  args: ['translateScope']
52773
52810
  }] } });
52774
52811
 
52812
+ // #region Imports
52813
+ // #endregion
52814
+ /**
52815
+ * A pipe that translates a key into a localized string.
52816
+ *
52817
+ * @public
52818
+ */
52819
+ class TranslatePipe {
52820
+ // #region Fields
52821
+ _translator;
52822
+ _cdr;
52823
+ _lastKey;
52824
+ _lastParams;
52825
+ _lastScope;
52826
+ _lastValue;
52827
+ _languageChangedSubscription = null;
52828
+ // #endregion
52829
+ // #region Ctor
52830
+ /**
52831
+ * Constructs a new instance of the `TranslatePipe` class.
52832
+ *
52833
+ * @public
52834
+ */
52835
+ constructor() {
52836
+ this._translator = inject(TranslatorService);
52837
+ this._cdr = inject(ChangeDetectorRef);
52838
+ this._lastKey = null;
52839
+ this._lastParams = undefined;
52840
+ this._lastScope = undefined;
52841
+ this._lastValue = null;
52842
+ this._languageChangedSubscription = this._translator.languageChanged.subscribe(() => {
52843
+ this._lastValue = null;
52844
+ this._cdr.markForCheck();
52845
+ });
52846
+ }
52847
+ // #endregion
52848
+ // #region Methods
52849
+ /**
52850
+ * Translates the specified key into a localized string.
52851
+ *
52852
+ * @public
52853
+ * @param key - The key to translate.
52854
+ * @param params - The parameters to use for translation.
52855
+ * @param scope - The scope to use for translation.
52856
+ * @returns The translated string.
52857
+ */
52858
+ transform(key, params, scope) {
52859
+ const scopedKey = scope ? `${scope}.${key}` : key;
52860
+ // Only re-translate if key, params, or scope changed
52861
+ if (this._lastKey !== scopedKey ||
52862
+ JSON.stringify(this._lastParams) !== JSON.stringify(params)) {
52863
+ this._lastKey = scopedKey;
52864
+ this._lastParams = params;
52865
+ this._lastScope = scope;
52866
+ this._lastValue = this._translator.translate(scopedKey, params);
52867
+ }
52868
+ return this._lastValue ?? '';
52869
+ }
52870
+ /**
52871
+ * @public
52872
+ */
52873
+ ngOnDestroy() {
52874
+ this._languageChangedSubscription?.dispose();
52875
+ }
52876
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TranslatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
52877
+ static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: TranslatePipe, isStandalone: true, name: "translate" });
52878
+ }
52879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TranslatePipe, decorators: [{
52880
+ type: Pipe,
52881
+ args: [{
52882
+ name: 'translate',
52883
+ standalone: true,
52884
+ pure: true
52885
+ }]
52886
+ }], ctorParameters: () => [] });
52887
+
52775
52888
  /**
52776
52889
  * Generated bundle index. Do not edit.
52777
52890
  */
52778
52891
 
52779
- 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, 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, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, 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_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, CardSubTitleComponent, CardTitleComponent, Carousel2Component, CarouselComponent, CarouselItem2Component, CarouselItemComponent, CellComponent, CellGroupComponent, ChartComponent, ChatComponent, ChatHeaderComponent, 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_HOST_DEFAULT_PROPS, DIALOG_REF, DIALOG_REF_DATA, DISCLOSURE_DEFAULT_PROPS, DIVIDER_DEFAULT_PROPS, DOT_DEFAULT_PROPS, DRAWER_CONTAINER_DEFAULT_PROPS, DRAWER_CONTENT_DEFAULT_PROPS, DRAWER_DEFAULT_PROPS, DROP_DOWN_BUTTON_DEFAULT_PROPS, DROP_ZONE_DEFAULT_PROPS, DataListComponent, DataTableComponent, DateBoxComponent, DateTimeBoxComponent, DialogActionsComponent, DialogComponent, DialogContentComponent, DialogFooterComponent, DialogHeaderComponent, DialogHeaderSubTextComponent, DialogHeaderTextComponent, DialogHostComponent, DialogPortalComponent, DialogRef, DialogService, DisclosureComponent, DividerComponent, DotComponent, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, 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, 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, FlipComponent, FlipToDirective, FloatingActionButtonComponent, FloatingActionButtonGroupComponent, FloatingComponent, FloatingTriggerComponent, FocusRingComponent, FooterComponent, FooterItemComponent, FooterItemGroupComponent, FormComponent, FormFieldComponent, FormStatusDirective, FormValidator, GRID_DEFAULT_PROPS, GRID_ITEM_DEFAULT_PROPS, GridComponent, GridItemComponent, HELMET_DEFAULT_PROPS, HINT_DEFAULT_PROPS, HelmetComponent, HintComponent, ICON_DEFAULT_PROPS, IMAGE_DEFAULT_PROPS, IconComponent, ImageComponent, JUMBTRON_DEFAULT_PROPS, JUMBTRON_HEADER_DEFAULT_PROPS, JUMBTRON_SUB_HEADER_DEFAULT_PROPS, JumbtronComponent, JumbtronHeaderComponent, JumbtronSubHeaderComponent, 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, MeterBarComponent, MeterRingComponent, NUMBER_BOX_DEFAULT_PROPS, NUMBER_COUNTER_DEFAULT_PROPS, NUMBER_DEFAULT_PROPS, NumberBoxComponent, NumberComponent, NumberCounterComponent, 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_PROJECTION_DEFAULT_PROPS, PROGRESS_BAR_DEFAULT_PROPS, PROGRESS_RING_DEFAULT_PROPS, PageComponent, PageContentComponent, PageHeaderComponent, PageMenuComponent, PagePreContentComponent, PagePreHeaderComponent, PaginatorComponent, PasswordBoxComponent, PatternComponent, PersonaComponent, PerspectiveComponent, PinBoxComponent, PopupComponent, PortalComponent$1 as PortalComponent, 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, SCALE_DEFAULT_PROPS, SCROLL_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, ScrollComponent, SearchBoxComponent, SegmentComponent, SegmentItemComponent, SelectComponent, SelectItemComponent, SelectItemGroupComponent, SignaturePadComponent, SkeletonComponent, Slider2Component, Slider2ThumbComponent, SliderComponent, SpacerComponent, SplitButtonComponent, SplitComponent, StackComponent, StickyComponent, SuccessStateComponent, SummaryComponent, SwipeComponent, TABLE_BODY_DEFAULT_PROPS, TABLE_CELL_DEFAULT_PROPS, TABLE_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, THEME2_DEFAULT_PROPS, 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, TableHeaderComponent, TableRowComponent, TextBoxComponent, TextComponent, TextFormatComponent, Theme2Component, TickBarComponent, TileListComponent, TileListItemComponent, TimeBoxComponent, ToastComponent, ToastService, ToggleButtonComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, 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, provideAbsolute, provideAbsoluteItem, provideAnchor, provideApp, provideAppHeader, provideAutoCompleteBox, provideAvatar, provideAvatarGroup, provideBackdrop, provideBadge, provideBanner, provideBannerHeader, provideBannerSubHeader, provideBottomSheet, provideBox, provideBreadcrumb, provideBreadcrumbItem, provideButton, provideButtonGroup, provideCalendar, provideCalendarHeader, provideCalendarItem, provideCalendarSubHeader, provideCamera, provideCard, provideCardActions, provideCardContent, provideCardFooter, provideCardHeader, provideCardSubTitle, provideCardTitle, provideCarousel, provideCarousel2, provideCarouselItem, provideCarouselItem2, provideCell, provideCellGroup, provideChart, provideChat, provideChatHeader, provideChatMarker, provideChatMessage, provideChatMessageAvatar, provideChatMessageDivider, provideCheckBoxGroup, provideCheckbox, provideCheckmark, provideChip, provideChipBox, provideChoice, provideChoiceGroup, provideChoiceGroupHeader, provideCode, provideColorArea, provideColorBox, provideColorPicker, provideColorSlider, provideColorSwatch, provideColorSwatchGroup, provideColorThumb, provideCombo, provideComboItem, provideComment, provideCompoundButton, provideCookiesConsent, provideDataList, provideDataTable, provideDateBox, provideDateTimeBox, provideDialog, provideDialogActions, provideDialogContent, provideDialogFooter, provideDialogHeader, provideDialogHeaderSubText, provideDialogHeaderText, provideDialogHost, provideDisclosure, provideDivider, provideDot, provideDrawer, provideDrawerContainer, provideDrawerContent, provideDropDownButton, provideDropZone, provideElevation, provideEmoji, provideEmptyState, provideEpg, provideEpgChannel, provideEpgProgram, provideError, provideErrorState, provideExpandable, provideExpander, provideExpanderGroup, provideExpanderHeader, provideExpanderSubHeader, provideFilePicker, provideFileUpload, provideFileUploadItem, provideFlip, provideFloating, provideFloatingActionButton, provideFloatingActionButtonGroup, provideFloatingTrigger, provideFocusRing, provideFooter, provideFooterItem, provideFooterItemGroup, provideForm, provideFormField, provideGrid, provideGridItem, provideHelmet, provideHint, provideIcon, provideImage, provideJumbtron, provideJumbtronHeader, provideJumbtronSubHeader, provideKbd, provideKbdShortcut, provideLightChain, provideList, provideListItem, provideListItemGroup, provideMarquee, provideMasonry, provideMenu, provideMenuItem, provideMenuItemGroup, provideMessageBox, provideMeterBar, provideMeterRing, provideNumber, provideNumberBox, provideNumberCounter, providePage, providePageContent, providePageHeader, providePageMenu, providePagePreContent, providePagePreHeader, providePaginator, providePasswordBox, providePattern, providePersona, providePerspective, providePinBox, providePopup, providePortal, providePortalProjection, provideProgressBar, provideProgressRing, provideQRCode, provideRadio, provideRadioGroup, provideRating, provideRepeatButton, provideResizeAdorner, provideRibbon, provideRichTextBox, provideRipple, provideScale, provideScroll, provideSearchBox, provideSegment, provideSegmentItem, provideSelect, provideSelectItem, provideSelectItemGroup, provideSignaturePad, provideSkeleton, provideSlider, provideSlider2, provideSlider2Thumb, provideSpacer, provideSplit, provideSplitButton, provideStack, provideSticky, provideSuccessState, provideSummary, provideSwipe, provideTab, provideTabItem, provideTabPanel, provideTabStrip, provideTabStripItem, provideTable, provideTableBody, provideTableCell, provideTableHeader, provideTableRow, provideText, provideTextBox, provideTextFormat, provideTheme2, provideTickBar, provideTileList, provideTileListItem, provideTimeBox, provideToast, provideToggleButton, provideToggleSwitch, provideToggleTip, provideToolbar, provideTooltip, provideTree, provideTreeItem, provideUpDownSpinner, provideVideo, provideVirtualize, provideWizard, provideWizardStep, provideWrap };
52892
+ 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, 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, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, 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_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, CardSubTitleComponent, CardTitleComponent, Carousel2Component, CarouselComponent, CarouselItem2Component, CarouselItemComponent, CellComponent, CellGroupComponent, ChartComponent, ChatComponent, ChatHeaderComponent, 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_HOST_DEFAULT_PROPS, DIALOG_REF, DIALOG_REF_DATA, DISCLOSURE_DEFAULT_PROPS, DIVIDER_DEFAULT_PROPS, DOT_DEFAULT_PROPS, DRAWER_CONTAINER_DEFAULT_PROPS, DRAWER_CONTENT_DEFAULT_PROPS, DRAWER_DEFAULT_PROPS, DROP_DOWN_BUTTON_DEFAULT_PROPS, DROP_ZONE_DEFAULT_PROPS, DataListComponent, DataTableComponent, DateBoxComponent, DateTimeBoxComponent, DialogActionsComponent, DialogComponent, DialogContentComponent, DialogFooterComponent, DialogHeaderComponent, DialogHeaderSubTextComponent, DialogHeaderTextComponent, DialogHostComponent, DialogPortalComponent, DialogRef, DialogService, DisclosureComponent, DividerComponent, DotComponent, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, 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, 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, FlipComponent, FlipToDirective, FloatingActionButtonComponent, FloatingActionButtonGroupComponent, FloatingComponent, FloatingTriggerComponent, FocusRingComponent, FooterComponent, FooterItemComponent, FooterItemGroupComponent, FormComponent, FormFieldComponent, FormStatusDirective, FormValidator, GRID_DEFAULT_PROPS, GRID_ITEM_DEFAULT_PROPS, GridComponent, GridItemComponent, HELMET_DEFAULT_PROPS, HINT_DEFAULT_PROPS, HelmetComponent, HintComponent, ICON_DEFAULT_PROPS, IMAGE_DEFAULT_PROPS, IconComponent, ImageComponent, JUMBTRON_DEFAULT_PROPS, JUMBTRON_HEADER_DEFAULT_PROPS, JUMBTRON_SUB_HEADER_DEFAULT_PROPS, JumbtronComponent, JumbtronHeaderComponent, JumbtronSubHeaderComponent, 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, MeterBarComponent, MeterRingComponent, NUMBER_BOX_DEFAULT_PROPS, NUMBER_COUNTER_DEFAULT_PROPS, NUMBER_DEFAULT_PROPS, NumberBoxComponent, NumberComponent, NumberCounterComponent, 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_PROJECTION_DEFAULT_PROPS, PROGRESS_BAR_DEFAULT_PROPS, PROGRESS_RING_DEFAULT_PROPS, PageComponent, PageContentComponent, PageHeaderComponent, PageMenuComponent, PagePreContentComponent, PagePreHeaderComponent, PaginatorComponent, PasswordBoxComponent, PatternComponent, PersonaComponent, PerspectiveComponent, PinBoxComponent, PopupComponent, PortalComponent$1 as PortalComponent, 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, SCALE_DEFAULT_PROPS, SCROLL_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, ScrollComponent, SearchBoxComponent, SegmentComponent, SegmentItemComponent, SelectComponent, SelectItemComponent, SelectItemGroupComponent, SignaturePadComponent, SkeletonComponent, Slider2Component, Slider2ThumbComponent, SliderComponent, SpacerComponent, SplitButtonComponent, SplitComponent, StackComponent, StickyComponent, SuccessStateComponent, SummaryComponent, SwipeComponent, TABLE_BODY_DEFAULT_PROPS, TABLE_CELL_DEFAULT_PROPS, TABLE_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, THEME2_DEFAULT_PROPS, 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, TableHeaderComponent, TableRowComponent, TextBoxComponent, TextComponent, TextFormatComponent, Theme2Component, TickBarComponent, TileListComponent, TileListItemComponent, TimeBoxComponent, ToastComponent, ToastService, ToggleButtonComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, TranslatePipe, 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, provideAbsolute, provideAbsoluteItem, provideAnchor, provideApp, provideAppHeader, provideAutoCompleteBox, provideAvatar, provideAvatarGroup, provideBackdrop, provideBadge, provideBanner, provideBannerHeader, provideBannerSubHeader, provideBottomSheet, provideBox, provideBreadcrumb, provideBreadcrumbItem, provideButton, provideButtonGroup, provideCalendar, provideCalendarHeader, provideCalendarItem, provideCalendarSubHeader, provideCamera, provideCard, provideCardActions, provideCardContent, provideCardFooter, provideCardHeader, provideCardSubTitle, provideCardTitle, provideCarousel, provideCarousel2, provideCarouselItem, provideCarouselItem2, provideCell, provideCellGroup, provideChart, provideChat, provideChatHeader, provideChatMarker, provideChatMessage, provideChatMessageAvatar, provideChatMessageDivider, provideCheckBoxGroup, provideCheckbox, provideCheckmark, provideChip, provideChipBox, provideChoice, provideChoiceGroup, provideChoiceGroupHeader, provideCode, provideColorArea, provideColorBox, provideColorPicker, provideColorSlider, provideColorSwatch, provideColorSwatchGroup, provideColorThumb, provideCombo, provideComboItem, provideComment, provideCompoundButton, provideCookiesConsent, provideDataList, provideDataTable, provideDateBox, provideDateTimeBox, provideDialog, provideDialogActions, provideDialogContent, provideDialogFooter, provideDialogHeader, provideDialogHeaderSubText, provideDialogHeaderText, provideDialogHost, provideDisclosure, provideDivider, provideDot, provideDrawer, provideDrawerContainer, provideDrawerContent, provideDropDownButton, provideDropZone, provideElevation, provideEmoji, provideEmptyState, provideEpg, provideEpgChannel, provideEpgProgram, provideError, provideErrorState, provideExpandable, provideExpander, provideExpanderGroup, provideExpanderHeader, provideExpanderSubHeader, provideFilePicker, provideFileUpload, provideFileUploadItem, provideFlip, provideFloating, provideFloatingActionButton, provideFloatingActionButtonGroup, provideFloatingTrigger, provideFocusRing, provideFooter, provideFooterItem, provideFooterItemGroup, provideForm, provideFormField, provideGrid, provideGridItem, provideHelmet, provideHint, provideIcon, provideImage, provideJumbtron, provideJumbtronHeader, provideJumbtronSubHeader, provideKbd, provideKbdShortcut, provideLightChain, provideList, provideListItem, provideListItemGroup, provideMarquee, provideMasonry, provideMenu, provideMenuItem, provideMenuItemGroup, provideMessageBox, provideMeterBar, provideMeterRing, provideNumber, provideNumberBox, provideNumberCounter, providePage, providePageContent, providePageHeader, providePageMenu, providePagePreContent, providePagePreHeader, providePaginator, providePasswordBox, providePattern, providePersona, providePerspective, providePinBox, providePopup, providePortal, providePortalProjection, provideProgressBar, provideProgressRing, provideQRCode, provideRadio, provideRadioGroup, provideRating, provideRepeatButton, provideResizeAdorner, provideRibbon, provideRichTextBox, provideRipple, provideScale, provideScroll, provideSearchBox, provideSegment, provideSegmentItem, provideSelect, provideSelectItem, provideSelectItemGroup, provideSignaturePad, provideSkeleton, provideSlider, provideSlider2, provideSlider2Thumb, provideSpacer, provideSplit, provideSplitButton, provideStack, provideSticky, provideSuccessState, provideSummary, provideSwipe, provideTab, provideTabItem, provideTabPanel, provideTabStrip, provideTabStripItem, provideTable, provideTableBody, provideTableCell, provideTableHeader, provideTableRow, provideText, provideTextBox, provideTextFormat, provideTheme2, provideTickBar, provideTileList, provideTileListItem, provideTimeBox, provideToast, provideToggleButton, provideToggleSwitch, provideToggleTip, provideToolbar, provideTooltip, provideTranslations, provideTree, provideTreeItem, provideUpDownSpinner, provideVideo, provideVirtualize, provideWizard, provideWizardStep, provideWrap };
52780
52893
  //# sourceMappingURL=mosaik-elements-angular.mjs.map