@breadstone/mosaik-elements-angular 0.0.161 → 0.0.162
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 +4 -0
- package/fesm2022/mosaik-elements-angular.mjs +574 -8
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/index.d.ts +260 -8
- package/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,11 +1,11 @@
|
|
|
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, signal, effect, ViewChild, ViewEncapsulation, TemplateRef, Injector, DOCUMENT as DOCUMENT$1, Renderer2, computed, provideEnvironmentInitializer, ViewContainerRef, booleanAttribute, HostListener, ContentChildren, isDevMode } from '@angular/core';
|
|
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, Optional, SkipSelf } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@breadstone/mosaik-elements-foundation';
|
|
4
|
-
import { AbsoluteItemElement, AbsoluteElement, AnchorElement, AppHeaderElement, AppElement, AttachmentChatToolElement, AudioElement, AutoCompleteBoxElement, AvatarGroupElement, avatarElementValueAccessor, AvatarElement, BackdropElement, BadgeElement, BannerGroupElement, BannerHeaderElement, BannerSubHeaderElement, BannerElement, BottomSheetElement, BoxElement, BreadcrumbItemElement, BreadcrumbElement, BusyStateElement, ButtonGroupElement, ButtonElement, CalendarHeaderElement, CalendarItemElement, CalendarSubHeaderElement, calendarElementValueAccessor, CalendarElement, CameraElement, CardActionsElement, CardContentElement, CardFooterElement, CardHeaderElement, CardSubTitleElement, CardTitleElement, CardElement, Carousel2Element, CarouselItem2Element, CarouselItemElement, CarouselElement, CellGroupElement, CellElement, ChartElement, ChatHeaderElement, ChatInputAttachmentListElement, ChatInputElement, ChatMarkerElement, ChatMessageAvatarElement, ChatMessageDividerElement, ChatMessageReactionElement, 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, DockPanelElement, 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, MapElement, 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, ReactionChatToolElement, 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, ThumbnailElement, TickBarElement, TileListItemElement, TileListElement, timeBoxElementValueAccessor, TimeBoxElement, ToastElement, ToggleButtonGroupElement, toggleButtonElementValueAccessor, ToggleButtonElement, toggleSwitchElementValueAccessor, ToggleSwitchElement, ToggleTipElement, ToolbarElement, TooltipElement, TreeItemElement, TreeElement, UpDownSpinnerElement, VideoElement, VirtualizeElement, VoiceRecorderChatToolElement, 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';
|
|
4
|
+
import { AbsoluteItemElement, AbsoluteElement, AnchorElement, AppHeaderElement, AppElement, AttachmentChatToolElement, AudioElement, AutoCompleteBoxElement, AvatarGroupElement, avatarElementValueAccessor, AvatarElement, BackdropElement, BadgeElement, BannerGroupElement, BannerHeaderElement, BannerSubHeaderElement, BannerElement, BottomSheetElement, BoxElement, BreadcrumbItemElement, BreadcrumbElement, BusyStateElement, ButtonGroupElement, ButtonElement, CalendarHeaderElement, CalendarItemElement, CalendarSubHeaderElement, calendarElementValueAccessor, CalendarElement, CameraElement, CardActionsElement, CardContentElement, CardFooterElement, CardHeaderElement, CardSubTitleElement, CardTitleElement, CardElement, Carousel2Element, CarouselItem2Element, CarouselItemElement, CarouselElement, CellGroupElement, CellElement, ChartElement, ChatHeaderElement, ChatInputAttachmentListElement, ChatInputElement, ChatMarkerElement, ChatMessageAvatarElement, ChatMessageDividerElement, ChatMessageReactionElement, 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, DockPanelElement, 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, MapElement, 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, ReactionChatToolElement, 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, ThumbnailElement, TickBarElement, TileListItemElement, TileListElement, timeBoxElementValueAccessor, TimeBoxElement, ToastElement, ToggleButtonGroupElement, toggleButtonElementValueAccessor, ToggleButtonElement, toggleSwitchElementValueAccessor, ToggleSwitchElement, ToggleTipElement, ToolbarElement, TooltipElement, TreeItemElement, TreeElement, UpDownSpinnerElement, VideoElement, VirtualizeElement, VoiceRecorderChatToolElement, 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, DateAgoIntl, TimeAgoIntl } from '@breadstone/mosaik-elements-foundation';
|
|
5
5
|
import * as i1 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
|
-
import { filter, from, of, isObservable, Subject, BehaviorSubject, fromEvent, takeUntil, Subscription, Observable } from 'rxjs';
|
|
8
|
+
import { filter, from, of, isObservable, Subject, BehaviorSubject, fromEvent, takeUntil, Subscription, Observable, timer, share } from 'rxjs';
|
|
9
9
|
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
|
|
10
10
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
11
11
|
import { DOCUMENT, NgTemplateOutlet, AsyncPipe } from '@angular/common';
|
|
@@ -14,6 +14,7 @@ import { OverlayPositionBuilder, Overlay } from '@angular/cdk/overlay';
|
|
|
14
14
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
15
15
|
import { emit, filterByMemberPath, orderByMemberPath } from '@breadstone/mosaik-elements';
|
|
16
16
|
import { ThemeObserver, ThemeGeneratorServiceLocator, ThemeGenerator, ThemeObserverServiceLocator } from '@breadstone/mosaik-themes';
|
|
17
|
+
import { map, startWith } from 'rxjs/operators';
|
|
17
18
|
|
|
18
19
|
/* eslint-disable prefer-rest-params */
|
|
19
20
|
/* eslint-disable prefer-spread */
|
|
@@ -62733,10 +62734,19 @@ class FormatPipe {
|
|
|
62733
62734
|
return this.format(value, ...args);
|
|
62734
62735
|
}
|
|
62735
62736
|
/**
|
|
62736
|
-
|
|
62737
|
-
|
|
62738
|
-
|
|
62739
|
-
|
|
62737
|
+
* Formats the given string with the given arguments.
|
|
62738
|
+
*
|
|
62739
|
+
* @private
|
|
62740
|
+
* @param self The string to format.
|
|
62741
|
+
* @param args The arguments to format the string with.
|
|
62742
|
+
* @returns The formatted string.
|
|
62743
|
+
*
|
|
62744
|
+
* @example
|
|
62745
|
+
* ```ts
|
|
62746
|
+
* const formattedString = this.formatPipe.format('Hello, {0}!', 'World');
|
|
62747
|
+
* console.log(formattedString); // Output: 'Hello, World!'
|
|
62748
|
+
* ```
|
|
62749
|
+
*/
|
|
62740
62750
|
format(self, ...args) {
|
|
62741
62751
|
const allArgs = new Array();
|
|
62742
62752
|
args.forEach((x) => {
|
|
@@ -62766,6 +62776,287 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImpor
|
|
|
62766
62776
|
}]
|
|
62767
62777
|
}] });
|
|
62768
62778
|
|
|
62779
|
+
// #region Imports
|
|
62780
|
+
// #endregion
|
|
62781
|
+
/**
|
|
62782
|
+
* Provides shared time update streams to avoid multiple setTimeout calls.
|
|
62783
|
+
* All pipes share the same intervals for maximum performance.
|
|
62784
|
+
*
|
|
62785
|
+
* @public
|
|
62786
|
+
*/
|
|
62787
|
+
class TimeUpdateService {
|
|
62788
|
+
// #region Fields
|
|
62789
|
+
_zone;
|
|
62790
|
+
_secondTick;
|
|
62791
|
+
_minuteTick;
|
|
62792
|
+
_hourTick;
|
|
62793
|
+
_midnightTick;
|
|
62794
|
+
// #endregion
|
|
62795
|
+
// #region Ctor
|
|
62796
|
+
/**
|
|
62797
|
+
* Constructs a new instance of the `TimeUpdateService` class.
|
|
62798
|
+
*
|
|
62799
|
+
* @public
|
|
62800
|
+
*/
|
|
62801
|
+
constructor(zone) {
|
|
62802
|
+
this._zone = zone;
|
|
62803
|
+
this._secondTick = null;
|
|
62804
|
+
this._minuteTick = null;
|
|
62805
|
+
this._hourTick = null;
|
|
62806
|
+
this._midnightTick = null;
|
|
62807
|
+
}
|
|
62808
|
+
// #endregion
|
|
62809
|
+
// #region Methods
|
|
62810
|
+
/**
|
|
62811
|
+
* Gets a shared observable that emits every 2 seconds.
|
|
62812
|
+
* Used for sub-minute time updates.
|
|
62813
|
+
*
|
|
62814
|
+
* @public
|
|
62815
|
+
* @returns An observable that emits every 2 seconds.
|
|
62816
|
+
*/
|
|
62817
|
+
getSecondTick() {
|
|
62818
|
+
this._secondTick ??= this._zone.runOutsideAngular(() => timer(0, 2000).pipe(map(() => Date.now()), share()));
|
|
62819
|
+
return this._secondTick;
|
|
62820
|
+
}
|
|
62821
|
+
/**
|
|
62822
|
+
* Gets a shared observable that emits every 30 seconds.
|
|
62823
|
+
* Used for minute-level time updates.
|
|
62824
|
+
*
|
|
62825
|
+
* @public
|
|
62826
|
+
* @returns An observable that emits every 30 seconds.
|
|
62827
|
+
*/
|
|
62828
|
+
getMinuteTick() {
|
|
62829
|
+
this._minuteTick ??= this._zone.runOutsideAngular(() => timer(0, 30000).pipe(map(() => Date.now()), share()));
|
|
62830
|
+
return this._minuteTick;
|
|
62831
|
+
}
|
|
62832
|
+
/**
|
|
62833
|
+
* Gets a shared observable that emits every 5 minutes.
|
|
62834
|
+
* Used for hour-level time updates.
|
|
62835
|
+
*
|
|
62836
|
+
* @public
|
|
62837
|
+
* @returns An observable that emits every 5 minutes.
|
|
62838
|
+
*/
|
|
62839
|
+
getHourTick() {
|
|
62840
|
+
this._hourTick ??= this._zone.runOutsideAngular(() => timer(0, 300000).pipe(map(() => Date.now()), share()));
|
|
62841
|
+
return this._hourTick;
|
|
62842
|
+
}
|
|
62843
|
+
/**
|
|
62844
|
+
* Gets a shared observable that emits at midnight every day.
|
|
62845
|
+
* Used for date-level updates.
|
|
62846
|
+
*
|
|
62847
|
+
* @public
|
|
62848
|
+
* @returns An observable that emits at midnight.
|
|
62849
|
+
*/
|
|
62850
|
+
getMidnightTick() {
|
|
62851
|
+
this._midnightTick ??= this._zone.runOutsideAngular(() => this.createMidnightObservable());
|
|
62852
|
+
return this._midnightTick;
|
|
62853
|
+
}
|
|
62854
|
+
/**
|
|
62855
|
+
* Creates an observable that emits at midnight and then every 24 hours.
|
|
62856
|
+
*
|
|
62857
|
+
* @private
|
|
62858
|
+
* @returns An observable that emits at midnight.
|
|
62859
|
+
*/
|
|
62860
|
+
createMidnightObservable() {
|
|
62861
|
+
const now = new Date();
|
|
62862
|
+
const tomorrow = new Date(now);
|
|
62863
|
+
tomorrow.setHours(24, 0, 0, 0);
|
|
62864
|
+
const msUntilMidnight = tomorrow.getTime() - now.getTime();
|
|
62865
|
+
return timer(msUntilMidnight, 86400000).pipe(startWith(Date.now()), map(() => Date.now()), share());
|
|
62866
|
+
}
|
|
62867
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeUpdateService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
62868
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeUpdateService, providedIn: 'root' });
|
|
62869
|
+
}
|
|
62870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeUpdateService, decorators: [{
|
|
62871
|
+
type: Injectable,
|
|
62872
|
+
args: [{
|
|
62873
|
+
providedIn: 'root'
|
|
62874
|
+
}]
|
|
62875
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
62876
|
+
|
|
62877
|
+
// #region Imports
|
|
62878
|
+
// #endregion
|
|
62879
|
+
/**
|
|
62880
|
+
* Transforms a `string` date to into a date ago string.
|
|
62881
|
+
*
|
|
62882
|
+
* @public
|
|
62883
|
+
*/
|
|
62884
|
+
class DateAgoPipe {
|
|
62885
|
+
// #region Fields
|
|
62886
|
+
_intl;
|
|
62887
|
+
_changeDetectorRef;
|
|
62888
|
+
_zone;
|
|
62889
|
+
_timeUpdateService;
|
|
62890
|
+
_intlChangesSubscription;
|
|
62891
|
+
_midnightSubscription = null;
|
|
62892
|
+
// #endregion
|
|
62893
|
+
// #region Ctor
|
|
62894
|
+
/**
|
|
62895
|
+
* Constructs a new instance of the `DateAgoPipe` class.
|
|
62896
|
+
*
|
|
62897
|
+
* @public
|
|
62898
|
+
*/
|
|
62899
|
+
constructor(intl, changeDetectorRef, zone, timeUpdateService) {
|
|
62900
|
+
this._intl = intl;
|
|
62901
|
+
this._intlChangesSubscription = intl.changes.subscribe(() => changeDetectorRef.markForCheck());
|
|
62902
|
+
this._changeDetectorRef = changeDetectorRef;
|
|
62903
|
+
this._zone = zone;
|
|
62904
|
+
this._timeUpdateService = timeUpdateService;
|
|
62905
|
+
// Subscribe to midnight ticks for automatic daily updates
|
|
62906
|
+
this._midnightSubscription = this._timeUpdateService.getMidnightTick().subscribe(() => {
|
|
62907
|
+
this._zone.run(() => this._changeDetectorRef.markForCheck());
|
|
62908
|
+
});
|
|
62909
|
+
}
|
|
62910
|
+
// #endregion
|
|
62911
|
+
// #region Methods
|
|
62912
|
+
/**
|
|
62913
|
+
* @public
|
|
62914
|
+
*/
|
|
62915
|
+
transform(value) {
|
|
62916
|
+
const inputDate = typeof value === 'string' ? new Date(value) : value;
|
|
62917
|
+
const now = new Date();
|
|
62918
|
+
// Set to start of day for date comparison
|
|
62919
|
+
const startOfInputDate = new Date(inputDate.getFullYear(), inputDate.getMonth(), inputDate.getDate());
|
|
62920
|
+
const startOfToday = new Date(now.getFullYear(), now.getMonth(), now.getDate());
|
|
62921
|
+
const daysDifference = Math.round((startOfToday.getTime() - startOfInputDate.getTime()) / (1000 * 60 * 60 * 24));
|
|
62922
|
+
if (Number.isNaN(daysDifference)) {
|
|
62923
|
+
return '';
|
|
62924
|
+
}
|
|
62925
|
+
if (daysDifference === 0) {
|
|
62926
|
+
return this._intl.todayLabel;
|
|
62927
|
+
}
|
|
62928
|
+
if (daysDifference === 1) {
|
|
62929
|
+
return this._intl.yesterdayLabel;
|
|
62930
|
+
}
|
|
62931
|
+
if (daysDifference <= 6) {
|
|
62932
|
+
return this.format(this._intl.daysAgoLabel, daysDifference);
|
|
62933
|
+
}
|
|
62934
|
+
if (daysDifference <= 13) {
|
|
62935
|
+
return this._intl.lastWeekLabel;
|
|
62936
|
+
}
|
|
62937
|
+
if (daysDifference <= 27) {
|
|
62938
|
+
const weeks = Math.round(daysDifference / 7);
|
|
62939
|
+
return this.format(this._intl.weeksAgoLabel, weeks);
|
|
62940
|
+
}
|
|
62941
|
+
if (daysDifference <= 45) {
|
|
62942
|
+
return this._intl.lastMonthLabel;
|
|
62943
|
+
}
|
|
62944
|
+
if (daysDifference <= 345) {
|
|
62945
|
+
const months = Math.round(daysDifference / 30.416);
|
|
62946
|
+
return this.format(this._intl.monthsAgoLabel, months);
|
|
62947
|
+
}
|
|
62948
|
+
if (daysDifference <= 545) {
|
|
62949
|
+
return this._intl.lastYearLabel;
|
|
62950
|
+
}
|
|
62951
|
+
// (daysDifference > 545)
|
|
62952
|
+
const years = Math.round(daysDifference / 365);
|
|
62953
|
+
return this.format(this._intl.yearsAgoLabel, years);
|
|
62954
|
+
}
|
|
62955
|
+
/**
|
|
62956
|
+
* @public
|
|
62957
|
+
*/
|
|
62958
|
+
ngOnDestroy() {
|
|
62959
|
+
this._midnightSubscription?.unsubscribe();
|
|
62960
|
+
this._intlChangesSubscription.unsubscribe();
|
|
62961
|
+
}
|
|
62962
|
+
/**
|
|
62963
|
+
* Formats the given string with the given arguments.
|
|
62964
|
+
*
|
|
62965
|
+
* @private
|
|
62966
|
+
* @param self The string to format.
|
|
62967
|
+
* @param args The arguments to format the string with.
|
|
62968
|
+
* @returns The formatted string.
|
|
62969
|
+
*
|
|
62970
|
+
* @example
|
|
62971
|
+
* ```ts
|
|
62972
|
+
* const formattedString = this.formatPipe.format('Hello, {0}!', 'World');
|
|
62973
|
+
* console.log(formattedString); // Output: 'Hello, World!'
|
|
62974
|
+
* ```
|
|
62975
|
+
*/
|
|
62976
|
+
format(self, ...args) {
|
|
62977
|
+
const allArgs = new Array();
|
|
62978
|
+
args.forEach((x) => {
|
|
62979
|
+
if (Array.isArray(x)) {
|
|
62980
|
+
x.forEach((y) => {
|
|
62981
|
+
allArgs.push(y);
|
|
62982
|
+
});
|
|
62983
|
+
}
|
|
62984
|
+
else {
|
|
62985
|
+
allArgs.push(x);
|
|
62986
|
+
}
|
|
62987
|
+
});
|
|
62988
|
+
return self.replace(/{(\d+)}/g, (match, index) => {
|
|
62989
|
+
const value = allArgs[index];
|
|
62990
|
+
if (value !== undefined) {
|
|
62991
|
+
return typeof value === 'string' || typeof value === 'number'
|
|
62992
|
+
? String(value)
|
|
62993
|
+
: JSON.stringify(value);
|
|
62994
|
+
}
|
|
62995
|
+
return match;
|
|
62996
|
+
});
|
|
62997
|
+
}
|
|
62998
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipe, deps: [{ token: DateAgoPipeIntl }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: TimeUpdateService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
62999
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipe, isStandalone: true, name: "dateAgo", pure: false });
|
|
63000
|
+
}
|
|
63001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipe, decorators: [{
|
|
63002
|
+
type: Pipe,
|
|
63003
|
+
args: [{
|
|
63004
|
+
name: 'dateAgo',
|
|
63005
|
+
pure: false
|
|
63006
|
+
}]
|
|
63007
|
+
}], ctorParameters: () => [{ type: DateAgoPipeIntl }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: TimeUpdateService }] });
|
|
63008
|
+
// #endregion
|
|
63009
|
+
/**
|
|
63010
|
+
* The `DateAgoPipeIntl` class.
|
|
63011
|
+
*
|
|
63012
|
+
* @public
|
|
63013
|
+
*/
|
|
63014
|
+
class DateAgoPipeIntl extends DateAgoIntl {
|
|
63015
|
+
// #region Fields
|
|
63016
|
+
_changesSubject;
|
|
63017
|
+
// #endregion
|
|
63018
|
+
// #region Ctor
|
|
63019
|
+
/**
|
|
63020
|
+
* Constructs a new instance of the `DateAgoPipeIntl` class.
|
|
63021
|
+
*
|
|
63022
|
+
* @public
|
|
63023
|
+
*/
|
|
63024
|
+
constructor() {
|
|
63025
|
+
super();
|
|
63026
|
+
this._changesSubject = new Subject();
|
|
63027
|
+
}
|
|
63028
|
+
// #endregion
|
|
63029
|
+
// #region Properties
|
|
63030
|
+
/**
|
|
63031
|
+
* Stream to emit from when labels are changed. Use this to notify components when the labels have
|
|
63032
|
+
* changed after initialization.
|
|
63033
|
+
*
|
|
63034
|
+
* @public
|
|
63035
|
+
* @readonly
|
|
63036
|
+
*/
|
|
63037
|
+
get changes() {
|
|
63038
|
+
return this._changesSubject;
|
|
63039
|
+
}
|
|
63040
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipeIntl, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
63041
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipeIntl });
|
|
63042
|
+
}
|
|
63043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: DateAgoPipeIntl, decorators: [{
|
|
63044
|
+
type: Injectable
|
|
63045
|
+
}], ctorParameters: () => [] });
|
|
63046
|
+
/**
|
|
63047
|
+
* Provides the `DateAgoPipe` and its internationalization.
|
|
63048
|
+
*
|
|
63049
|
+
* @public
|
|
63050
|
+
* @returns The provider for the `DateAgoPipe`.
|
|
63051
|
+
*/
|
|
63052
|
+
function provideDateAgoPipe() {
|
|
63053
|
+
return {
|
|
63054
|
+
provide: DateAgoPipeIntl,
|
|
63055
|
+
useFactory: (parent) => parent ?? new DateAgoPipeIntl(),
|
|
63056
|
+
deps: [[new Optional(), new SkipSelf(), DateAgoPipeIntl]]
|
|
63057
|
+
};
|
|
63058
|
+
}
|
|
63059
|
+
|
|
62769
63060
|
// #region Imports
|
|
62770
63061
|
// #endregion
|
|
62771
63062
|
/**
|
|
@@ -62810,9 +63101,284 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImpor
|
|
|
62810
63101
|
}]
|
|
62811
63102
|
}] });
|
|
62812
63103
|
|
|
63104
|
+
// #region Imports
|
|
63105
|
+
// #endregion
|
|
63106
|
+
/**
|
|
63107
|
+
* Transforms a `string` date to into a time ago string.
|
|
63108
|
+
*
|
|
63109
|
+
* @public
|
|
63110
|
+
*/
|
|
63111
|
+
class TimeAgoPipe {
|
|
63112
|
+
// #region Fields
|
|
63113
|
+
_intl;
|
|
63114
|
+
_changeDetectorRef;
|
|
63115
|
+
_zone;
|
|
63116
|
+
_timeUpdateService;
|
|
63117
|
+
_intlChangesSubscription;
|
|
63118
|
+
_tickSubscription = null;
|
|
63119
|
+
_currentTickType = null;
|
|
63120
|
+
// #endregion
|
|
63121
|
+
// #region Ctor
|
|
63122
|
+
/**
|
|
63123
|
+
* Constructs a new instance of the `TimeAgoPipe` class.
|
|
63124
|
+
*
|
|
63125
|
+
* @public
|
|
63126
|
+
*/
|
|
63127
|
+
constructor(intl, changeDetectorRef, zone, timeUpdateService) {
|
|
63128
|
+
this._intl = intl;
|
|
63129
|
+
this._intlChangesSubscription = intl.changes.subscribe(() => changeDetectorRef.markForCheck());
|
|
63130
|
+
this._changeDetectorRef = changeDetectorRef;
|
|
63131
|
+
this._zone = zone;
|
|
63132
|
+
this._timeUpdateService = timeUpdateService;
|
|
63133
|
+
}
|
|
63134
|
+
// #endregion
|
|
63135
|
+
// #region Methods
|
|
63136
|
+
/**
|
|
63137
|
+
* @public
|
|
63138
|
+
*/
|
|
63139
|
+
transform(value) {
|
|
63140
|
+
const time = typeof value === 'string' ? new Date(value).getTime() : value.getTime();
|
|
63141
|
+
const seconds = Math.round(Math.abs((new Date().getTime() - time) / 1000));
|
|
63142
|
+
if (Number.isNaN(seconds)) {
|
|
63143
|
+
this.unsubscribeFromTicks();
|
|
63144
|
+
return '';
|
|
63145
|
+
}
|
|
63146
|
+
// Determine which tick interval to use based on time difference
|
|
63147
|
+
const requiredTickType = this.getRequiredTickType(seconds);
|
|
63148
|
+
if (this._currentTickType !== requiredTickType) {
|
|
63149
|
+
this.subscribeToTicks(requiredTickType);
|
|
63150
|
+
}
|
|
63151
|
+
const minutes = Math.round(Math.abs(seconds / 60));
|
|
63152
|
+
const hours = Math.round(Math.abs(minutes / 60));
|
|
63153
|
+
const days = Math.round(Math.abs(hours / 24));
|
|
63154
|
+
const months = Math.round(Math.abs(days / 30.416));
|
|
63155
|
+
const years = Math.round(Math.abs(days / 365));
|
|
63156
|
+
if (seconds <= 45) {
|
|
63157
|
+
return this._intl.fewSecondsLabel;
|
|
63158
|
+
}
|
|
63159
|
+
if (seconds <= 90) {
|
|
63160
|
+
return this._intl.minuteLabel;
|
|
63161
|
+
}
|
|
63162
|
+
if (minutes <= 45) {
|
|
63163
|
+
return this.format(this._intl.minutesLabel, minutes);
|
|
63164
|
+
}
|
|
63165
|
+
if (minutes <= 90) {
|
|
63166
|
+
return this._intl.hourLabel;
|
|
63167
|
+
}
|
|
63168
|
+
if (hours <= 22) {
|
|
63169
|
+
return this.format(this._intl.hoursLabel, hours);
|
|
63170
|
+
}
|
|
63171
|
+
if (hours <= 36) {
|
|
63172
|
+
return this._intl.dayLabel;
|
|
63173
|
+
}
|
|
63174
|
+
if (days <= 25) {
|
|
63175
|
+
return this.format(this._intl.daysLabel, days);
|
|
63176
|
+
}
|
|
63177
|
+
if (days <= 45) {
|
|
63178
|
+
return this._intl.monthLabel;
|
|
63179
|
+
}
|
|
63180
|
+
if (days <= 345) {
|
|
63181
|
+
return this.format(this._intl.monthsLabel, months);
|
|
63182
|
+
}
|
|
63183
|
+
if (days <= 545) {
|
|
63184
|
+
return this._intl.yearLabel;
|
|
63185
|
+
}
|
|
63186
|
+
// (days > 545)
|
|
63187
|
+
return this.format(this._intl.yearsLabel, years);
|
|
63188
|
+
}
|
|
63189
|
+
/**
|
|
63190
|
+
* @public
|
|
63191
|
+
*/
|
|
63192
|
+
ngOnDestroy() {
|
|
63193
|
+
this.unsubscribeFromTicks();
|
|
63194
|
+
this._intlChangesSubscription.unsubscribe();
|
|
63195
|
+
}
|
|
63196
|
+
/**
|
|
63197
|
+
* Determines the required tick type based on seconds difference.
|
|
63198
|
+
*
|
|
63199
|
+
* @private
|
|
63200
|
+
* @param seconds The number of seconds difference.
|
|
63201
|
+
* @returns The required tick type.
|
|
63202
|
+
*/
|
|
63203
|
+
getRequiredTickType(seconds) {
|
|
63204
|
+
const min = 60;
|
|
63205
|
+
const hr = min * 60;
|
|
63206
|
+
const day = hr * 24;
|
|
63207
|
+
if (seconds < min) {
|
|
63208
|
+
return 'second'; // Update every 2 seconds
|
|
63209
|
+
}
|
|
63210
|
+
if (seconds < hr) {
|
|
63211
|
+
return 'minute'; // Update every 30 seconds
|
|
63212
|
+
}
|
|
63213
|
+
if (seconds < day) {
|
|
63214
|
+
return 'hour'; // Update every 5 minutes
|
|
63215
|
+
}
|
|
63216
|
+
return 'hour'; // Update every hour for days+
|
|
63217
|
+
}
|
|
63218
|
+
/**
|
|
63219
|
+
* Subscribes to the appropriate tick stream.
|
|
63220
|
+
*
|
|
63221
|
+
* @private
|
|
63222
|
+
* @param tickType The type of tick stream to subscribe to.
|
|
63223
|
+
*/
|
|
63224
|
+
subscribeToTicks(tickType) {
|
|
63225
|
+
this.unsubscribeFromTicks();
|
|
63226
|
+
this._currentTickType = tickType;
|
|
63227
|
+
const tick$ = tickType === 'second'
|
|
63228
|
+
? this._timeUpdateService.getSecondTick()
|
|
63229
|
+
: tickType === 'minute'
|
|
63230
|
+
? this._timeUpdateService.getMinuteTick()
|
|
63231
|
+
: this._timeUpdateService.getHourTick();
|
|
63232
|
+
this._tickSubscription = tick$.subscribe(() => {
|
|
63233
|
+
this._zone.run(() => this._changeDetectorRef.markForCheck());
|
|
63234
|
+
});
|
|
63235
|
+
}
|
|
63236
|
+
/**
|
|
63237
|
+
* Unsubscribes from the current tick stream.
|
|
63238
|
+
*
|
|
63239
|
+
* @private
|
|
63240
|
+
*/
|
|
63241
|
+
unsubscribeFromTicks() {
|
|
63242
|
+
if (this._tickSubscription) {
|
|
63243
|
+
this._tickSubscription.unsubscribe();
|
|
63244
|
+
this._tickSubscription = null;
|
|
63245
|
+
}
|
|
63246
|
+
this._currentTickType = null;
|
|
63247
|
+
}
|
|
63248
|
+
/**
|
|
63249
|
+
* Formats the given string with the given arguments.
|
|
63250
|
+
*
|
|
63251
|
+
* @private
|
|
63252
|
+
* @param self The string to format.
|
|
63253
|
+
* @param args The arguments to format the string with.
|
|
63254
|
+
* @returns The formatted string.
|
|
63255
|
+
*
|
|
63256
|
+
* @example
|
|
63257
|
+
* ```ts
|
|
63258
|
+
* const formattedString = this.formatPipe.format('Hello, {0}!', 'World');
|
|
63259
|
+
* console.log(formattedString); // Output: 'Hello, World!'
|
|
63260
|
+
* ```
|
|
63261
|
+
*/
|
|
63262
|
+
format(self, ...args) {
|
|
63263
|
+
const allArgs = new Array();
|
|
63264
|
+
args.forEach((x) => {
|
|
63265
|
+
if (Array.isArray(x)) {
|
|
63266
|
+
x.forEach((y) => {
|
|
63267
|
+
allArgs.push(y);
|
|
63268
|
+
});
|
|
63269
|
+
}
|
|
63270
|
+
else {
|
|
63271
|
+
allArgs.push(x);
|
|
63272
|
+
}
|
|
63273
|
+
});
|
|
63274
|
+
return self.replace(/{(\d+)}/g, (match, index) => {
|
|
63275
|
+
const value = allArgs[index];
|
|
63276
|
+
if (value !== undefined) {
|
|
63277
|
+
return typeof value === 'string' || typeof value === 'number'
|
|
63278
|
+
? String(value)
|
|
63279
|
+
: JSON.stringify(value);
|
|
63280
|
+
}
|
|
63281
|
+
return match;
|
|
63282
|
+
});
|
|
63283
|
+
}
|
|
63284
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipe, deps: [{ token: TimeAgoPipeIntl }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: TimeUpdateService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
63285
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipe, isStandalone: true, name: "timeAgo", pure: false });
|
|
63286
|
+
}
|
|
63287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipe, decorators: [{
|
|
63288
|
+
type: Pipe,
|
|
63289
|
+
args: [{
|
|
63290
|
+
name: 'timeAgo',
|
|
63291
|
+
pure: false
|
|
63292
|
+
}]
|
|
63293
|
+
}], ctorParameters: () => [{ type: TimeAgoPipeIntl }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: TimeUpdateService }] });
|
|
63294
|
+
// #endregion
|
|
63295
|
+
/**
|
|
63296
|
+
* The `TimeAgoPipeIntl` class.
|
|
63297
|
+
*
|
|
63298
|
+
* @public
|
|
63299
|
+
*/
|
|
63300
|
+
class TimeAgoPipeIntl extends TimeAgoIntl {
|
|
63301
|
+
// #region Fields
|
|
63302
|
+
_changesSubject;
|
|
63303
|
+
// #endregion
|
|
63304
|
+
// #region Ctor
|
|
63305
|
+
/**
|
|
63306
|
+
* Constructs a new instance of the `TimeAgoPipeIntl` class.
|
|
63307
|
+
*
|
|
63308
|
+
* @public
|
|
63309
|
+
*/
|
|
63310
|
+
constructor() {
|
|
63311
|
+
super();
|
|
63312
|
+
this._changesSubject = new Subject();
|
|
63313
|
+
}
|
|
63314
|
+
// #endregion
|
|
63315
|
+
// #region Properties
|
|
63316
|
+
/**
|
|
63317
|
+
* Stream to emit from when labels are changed. Use this to notify components when the labels have
|
|
63318
|
+
* changed after initialization.
|
|
63319
|
+
*
|
|
63320
|
+
* @public
|
|
63321
|
+
* @readonly
|
|
63322
|
+
*/
|
|
63323
|
+
get changes() {
|
|
63324
|
+
return this._changesSubject;
|
|
63325
|
+
}
|
|
63326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipeIntl, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
63327
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipeIntl });
|
|
63328
|
+
}
|
|
63329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.6", ngImport: i0, type: TimeAgoPipeIntl, decorators: [{
|
|
63330
|
+
type: Injectable
|
|
63331
|
+
}], ctorParameters: () => [] });
|
|
63332
|
+
/**
|
|
63333
|
+
* Provides the `TimeAgoPipe` and its internationalization.
|
|
63334
|
+
*
|
|
63335
|
+
* @public
|
|
63336
|
+
* @returns The provider for the `TimeAgoPipe`.
|
|
63337
|
+
*/
|
|
63338
|
+
function provideTimeAgoPipe() {
|
|
63339
|
+
return {
|
|
63340
|
+
provide: TimeAgoPipeIntl,
|
|
63341
|
+
useFactory: (parent) => parent ?? new TimeAgoPipeIntl(),
|
|
63342
|
+
deps: [[new Optional(), new SkipSelf(), TimeAgoPipeIntl]]
|
|
63343
|
+
};
|
|
63344
|
+
}
|
|
63345
|
+
|
|
63346
|
+
// #region Imports
|
|
63347
|
+
// #endregion
|
|
63348
|
+
/**
|
|
63349
|
+
* Provides the TimeUpdateService and related pipes for time-based updates.
|
|
63350
|
+
*
|
|
63351
|
+
* @public
|
|
63352
|
+
* @returns The environment providers for time updates.
|
|
63353
|
+
*/
|
|
63354
|
+
function provideTimeUpdates() {
|
|
63355
|
+
return makeEnvironmentProviders([
|
|
63356
|
+
{
|
|
63357
|
+
provide: TimeUpdateService,
|
|
63358
|
+
useClass: TimeUpdateService
|
|
63359
|
+
},
|
|
63360
|
+
{
|
|
63361
|
+
provide: TimeAgoPipeIntl,
|
|
63362
|
+
useClass: TimeAgoPipeIntl
|
|
63363
|
+
},
|
|
63364
|
+
{
|
|
63365
|
+
provide: TimeAgoPipe,
|
|
63366
|
+
useClass: TimeAgoPipe
|
|
63367
|
+
},
|
|
63368
|
+
{
|
|
63369
|
+
provide: DateAgoPipeIntl,
|
|
63370
|
+
useClass: DateAgoPipeIntl
|
|
63371
|
+
},
|
|
63372
|
+
{
|
|
63373
|
+
provide: DateAgoPipe,
|
|
63374
|
+
useClass: DateAgoPipe
|
|
63375
|
+
}
|
|
63376
|
+
]);
|
|
63377
|
+
}
|
|
63378
|
+
|
|
62813
63379
|
/**
|
|
62814
63380
|
* Generated bundle index. Do not edit.
|
|
62815
63381
|
*/
|
|
62816
63382
|
|
|
62817
|
-
export { ABSOLUTE_DEFAULT_PROPS, ABSOLUTE_ITEM_DEFAULT_PROPS, ANCHOR_DEFAULT_PROPS, APP_DEFAULT_PROPS, APP_HEADER_DEFAULT_PROPS, ATTACHMENT_CHAT_TOOL_DEFAULT_PROPS, AUDIO_DEFAULT_PROPS, AUTO_COMPLETE_BOX_DEFAULT_PROPS, AVATAR_DEFAULT_PROPS, AVATAR_GROUP_DEFAULT_PROPS, AbsoluteComponent, AbsoluteItemComponent, AnchorComponent, AnimateDirective, AnimationRegistry, AppComponent, AppHeaderComponent, AttachmentChatToolComponent, AudioComponent, AutoCompleteBoxComponent, AvatarComponent, AvatarGroupComponent, BACKDROP_DEFAULT_PROPS, BADGE_DEFAULT_PROPS, BANNER_DEFAULT_PROPS, BANNER_GROUP_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, BUSY_STATE_DEFAULT_PROPS, BUTTON_DEFAULT_PROPS, BUTTON_GROUP_DEFAULT_PROPS, BackdropComponent, BadgeComponent, BannerComponent, BannerGroupComponent, BannerHeaderComponent, BannerSubHeaderComponent, BottomSheetComponent, BottomSheetService, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, BreakpointDirective, BreakpointRegistry, BusyStateComponent, 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_ATTACHMENT_LIST_DEFAULT_PROPS, CHAT_INPUT_DEFAULT_PROPS, CHAT_MARKER_DEFAULT_PROPS, CHAT_MESSAGE_AVATAR_DEFAULT_PROPS, CHAT_MESSAGE_DEFAULT_PROPS, CHAT_MESSAGE_DIVIDER_DEFAULT_PROPS, CHAT_MESSAGE_REACTION_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, ChatInputAttachmentListComponent, ChatInputComponent, ChatMarkerComponent, ChatMessageAvatarComponent, ChatMessageComponent, ChatMessageDividerComponent, ChatMessageReactionComponent, 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_BREAKPOINT_OBSERVER_BEHAVIOR_CONFIG, 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, DOCK_PANEL_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, DockDirective, DockPanelComponent, 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, FormValidator2, 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, MAP_DEFAULT_PROPS, 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, MapComponent, 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, REACTION_CHAT_TOOL_DEFAULT_PROPS, REPEAT_BUTTON_DEFAULT_PROPS, RESIZE_ADORNER_DEFAULT_PROPS, RIBBON_DEFAULT_PROPS, RICH_TEXT_BOX_DEFAULT_PROPS, RIPPLE_DEFAULT_PROPS, RadioComponent, RadioGroupComponent, RatingComponent, ReactionChatToolComponent, 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, THUMBNAIL_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_BUTTON_GROUP_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, ThemeService, ThumbnailComponent, TickBarComponent, TileListComponent, TileListItemComponent, TimeBoxComponent, ToastComponent, ToastService, ToggleButtonComponent, ToggleButtonGroupComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, TranslatePipe, TranslateService, TreeComponent, TreeItemComponent, TypographyDirective, UP_DOWN_SPINNER_DEFAULT_PROPS, UpDownSpinnerComponent, VIDEO_DEFAULT_PROPS, VIRTUALIZE_DEFAULT_PROPS, VOICE_RECORDER_CHAT_TOOL_DEFAULT_PROPS, ValidationSession, Validators, VideoComponent, VirtualizeComponent, VoiceRecorderChatToolComponent, WIZARD_DEFAULT_PROPS, WIZARD_STEP_DEFAULT_PROPS, WRAP_DEFAULT_PROPS, WizardComponent, WizardNextDirective, WizardPrevDirective, WizardStepComponent, WrapComponent, provideAbsoluteComponent, provideAbsoluteItemComponent, provideAnchorComponent, provideAnimate, provideAppComponent, provideAppHeaderComponent, provideAttachmentChatToolComponent, provideAudioComponent, provideAutoCompleteBoxComponent, provideAvatarComponent, provideAvatarGroupComponent, provideBackdropComponent, provideBadgeComponent, provideBannerComponent, provideBannerGroupComponent, provideBannerHeaderComponent, provideBannerSubHeaderComponent, provideBottomSheetComponent, provideBoxComponent, provideBreadcrumbComponent, provideBreadcrumbItemComponent, provideBreakpoints, provideBusyStateComponent, provideButtonComponent, provideButtonGroupComponent, provideCalendarComponent, provideCalendarHeaderComponent, provideCalendarItemComponent, provideCalendarSubHeaderComponent, provideCameraComponent, provideCardActionsComponent, provideCardComponent, provideCardContentComponent, provideCardFooterComponent, provideCardHeaderComponent, provideCardSubTitleComponent, provideCardTitleComponent, provideCarousel2Component, provideCarouselComponent, provideCarouselItem2Component, provideCarouselItemComponent, provideCellComponent, provideCellGroupComponent, provideChartComponent, provideChatComponent, provideChatHeaderComponent, provideChatInputAttachmentListComponent, provideChatInputComponent, provideChatMarkerComponent, provideChatMessageAvatarComponent, provideChatMessageComponent, provideChatMessageDividerComponent, provideChatMessageReactionComponent, 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, provideDockPanelComponent, 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, provideForms, provideGridComponent, provideGridItemComponent, provideHelmetComponent, provideHintComponent, provideIconComponent, provideIconRegistry, provideIcons, provideImageComponent, provideIndicatorComponent, provideJumbotronComponent, provideJumbotronHeaderComponent, provideJumbotronSubHeaderComponent, provideKbdComponent, provideKbdShortcutComponent, provideLightChainComponent, provideListComponent, provideListItemComponent, provideListItemGroupComponent, provideMapComponent, 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, provideReactionChatToolComponent, 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, provideThumbnailComponent, provideTickBarComponent, provideTileListComponent, provideTileListItemComponent, provideTimeBoxComponent, provideToastComponent, provideToasts, provideToggleButtonComponent, provideToggleButtonGroupComponent, provideToggleSwitchComponent, provideToggleTipComponent, provideToolbarComponent, provideTooltipComponent, provideTranslationRegistry, provideTranslations, provideTreeComponent, provideTreeItemComponent, provideUpDownSpinnerComponent, provideVideoComponent, provideVirtualizeComponent, provideVoiceRecorderChatToolComponent, provideWizardComponent, provideWizardStepComponent, provideWrapComponent, withDialogBreakpointObserverBehavior };
|
|
63383
|
+
export { ABSOLUTE_DEFAULT_PROPS, ABSOLUTE_ITEM_DEFAULT_PROPS, ANCHOR_DEFAULT_PROPS, APP_DEFAULT_PROPS, APP_HEADER_DEFAULT_PROPS, ATTACHMENT_CHAT_TOOL_DEFAULT_PROPS, AUDIO_DEFAULT_PROPS, AUTO_COMPLETE_BOX_DEFAULT_PROPS, AVATAR_DEFAULT_PROPS, AVATAR_GROUP_DEFAULT_PROPS, AbsoluteComponent, AbsoluteItemComponent, AnchorComponent, AnimateDirective, AnimationRegistry, AppComponent, AppHeaderComponent, AttachmentChatToolComponent, AudioComponent, AutoCompleteBoxComponent, AvatarComponent, AvatarGroupComponent, BACKDROP_DEFAULT_PROPS, BADGE_DEFAULT_PROPS, BANNER_DEFAULT_PROPS, BANNER_GROUP_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, BUSY_STATE_DEFAULT_PROPS, BUTTON_DEFAULT_PROPS, BUTTON_GROUP_DEFAULT_PROPS, BackdropComponent, BadgeComponent, BannerComponent, BannerGroupComponent, BannerHeaderComponent, BannerSubHeaderComponent, BottomSheetComponent, BottomSheetService, BoxComponent, BreadcrumbComponent, BreadcrumbItemComponent, BreakpointDirective, BreakpointRegistry, BusyStateComponent, 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_ATTACHMENT_LIST_DEFAULT_PROPS, CHAT_INPUT_DEFAULT_PROPS, CHAT_MARKER_DEFAULT_PROPS, CHAT_MESSAGE_AVATAR_DEFAULT_PROPS, CHAT_MESSAGE_DEFAULT_PROPS, CHAT_MESSAGE_DIVIDER_DEFAULT_PROPS, CHAT_MESSAGE_REACTION_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, ChatInputAttachmentListComponent, ChatInputComponent, ChatMarkerComponent, ChatMessageAvatarComponent, ChatMessageComponent, ChatMessageDividerComponent, ChatMessageReactionComponent, 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_BREAKPOINT_OBSERVER_BEHAVIOR_CONFIG, 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, DOCK_PANEL_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, DateAgoPipe, DateAgoPipeIntl, DateBoxComponent, DateTimeBoxComponent, DialogActionsComponent, DialogActionsDirective, DialogBreakpointObserverBehavior, DialogComponent, DialogContentComponent, DialogContentDirective, DialogFooterComponent, DialogFooterDirective, DialogHeaderComponent, DialogHeaderDirective, DialogHeaderSubTextComponent, DialogHeaderTextComponent, DialogPortalComponent, DialogRef, DialogService, DisclosureComponent, DismissComponent, DividerComponent, DockDirective, DockPanelComponent, 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, FormValidator2, 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, MAP_DEFAULT_PROPS, 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, MapComponent, 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, REACTION_CHAT_TOOL_DEFAULT_PROPS, REPEAT_BUTTON_DEFAULT_PROPS, RESIZE_ADORNER_DEFAULT_PROPS, RIBBON_DEFAULT_PROPS, RICH_TEXT_BOX_DEFAULT_PROPS, RIPPLE_DEFAULT_PROPS, RadioComponent, RadioGroupComponent, RatingComponent, ReactionChatToolComponent, 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, THUMBNAIL_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_BUTTON_GROUP_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, ThemeService, ThumbnailComponent, TickBarComponent, TileListComponent, TileListItemComponent, TimeAgoPipe, TimeAgoPipeIntl, TimeBoxComponent, TimeUpdateService, ToastComponent, ToastService, ToggleButtonComponent, ToggleButtonGroupComponent, ToggleSwitchComponent, ToggleTipComponent, ToolbarComponent, TooltipComponent, TranslateDirective, TranslatePipe, TranslateService, TreeComponent, TreeItemComponent, TypographyDirective, UP_DOWN_SPINNER_DEFAULT_PROPS, UpDownSpinnerComponent, VIDEO_DEFAULT_PROPS, VIRTUALIZE_DEFAULT_PROPS, VOICE_RECORDER_CHAT_TOOL_DEFAULT_PROPS, ValidationSession, Validators, VideoComponent, VirtualizeComponent, VoiceRecorderChatToolComponent, WIZARD_DEFAULT_PROPS, WIZARD_STEP_DEFAULT_PROPS, WRAP_DEFAULT_PROPS, WizardComponent, WizardNextDirective, WizardPrevDirective, WizardStepComponent, WrapComponent, provideAbsoluteComponent, provideAbsoluteItemComponent, provideAnchorComponent, provideAnimate, provideAppComponent, provideAppHeaderComponent, provideAttachmentChatToolComponent, provideAudioComponent, provideAutoCompleteBoxComponent, provideAvatarComponent, provideAvatarGroupComponent, provideBackdropComponent, provideBadgeComponent, provideBannerComponent, provideBannerGroupComponent, provideBannerHeaderComponent, provideBannerSubHeaderComponent, provideBottomSheetComponent, provideBoxComponent, provideBreadcrumbComponent, provideBreadcrumbItemComponent, provideBreakpoints, provideBusyStateComponent, provideButtonComponent, provideButtonGroupComponent, provideCalendarComponent, provideCalendarHeaderComponent, provideCalendarItemComponent, provideCalendarSubHeaderComponent, provideCameraComponent, provideCardActionsComponent, provideCardComponent, provideCardContentComponent, provideCardFooterComponent, provideCardHeaderComponent, provideCardSubTitleComponent, provideCardTitleComponent, provideCarousel2Component, provideCarouselComponent, provideCarouselItem2Component, provideCarouselItemComponent, provideCellComponent, provideCellGroupComponent, provideChartComponent, provideChatComponent, provideChatHeaderComponent, provideChatInputAttachmentListComponent, provideChatInputComponent, provideChatMarkerComponent, provideChatMessageAvatarComponent, provideChatMessageComponent, provideChatMessageDividerComponent, provideChatMessageReactionComponent, provideCheckBoxGroupComponent, provideCheckboxComponent, provideCheckmarkComponent, provideChipBoxComponent, provideChipComponent, provideChoiceComponent, provideChoiceGroupComponent, provideChoiceGroupHeaderComponent, provideCodeComponent, provideColorAreaComponent, provideColorBoxComponent, provideColorPickerComponent, provideColorSliderComponent, provideColorSwatchComponent, provideColorSwatchGroupComponent, provideColorThumbComponent, provideComboComponent, provideComboItemComponent, provideCommentComponent, provideCompoundButtonComponent, provideCookiesConsentComponent, provideDataListComponent, provideDataTableComponent, provideDateAgoPipe, provideDateBoxComponent, provideDateTimeBoxComponent, provideDialogActionsComponent, provideDialogComponent, provideDialogContentComponent, provideDialogFooterComponent, provideDialogHeaderComponent, provideDialogHeaderSubTextComponent, provideDialogHeaderTextComponent, provideDialogSlots, provideDialogs, provideDisclosureComponent, provideDismissComponent, provideDividerComponent, provideDockPanelComponent, 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, provideForms, provideGridComponent, provideGridItemComponent, provideHelmetComponent, provideHintComponent, provideIconComponent, provideIconRegistry, provideIcons, provideImageComponent, provideIndicatorComponent, provideJumbotronComponent, provideJumbotronHeaderComponent, provideJumbotronSubHeaderComponent, provideKbdComponent, provideKbdShortcutComponent, provideLightChainComponent, provideListComponent, provideListItemComponent, provideListItemGroupComponent, provideMapComponent, 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, provideReactionChatToolComponent, 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, provideThumbnailComponent, provideTickBarComponent, provideTileListComponent, provideTileListItemComponent, provideTimeAgoPipe, provideTimeBoxComponent, provideTimeUpdates, provideToastComponent, provideToasts, provideToggleButtonComponent, provideToggleButtonGroupComponent, provideToggleSwitchComponent, provideToggleTipComponent, provideToolbarComponent, provideTooltipComponent, provideTranslationRegistry, provideTranslations, provideTreeComponent, provideTreeItemComponent, provideUpDownSpinnerComponent, provideVideoComponent, provideVirtualizeComponent, provideVoiceRecorderChatToolComponent, provideWizardComponent, provideWizardStepComponent, provideWrapComponent, withDialogBreakpointObserverBehavior };
|
|
62818
63384
|
//# sourceMappingURL=mosaik-elements-angular.mjs.map
|