@getflip/swirl-components-angular 0.145.1 → 0.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2071,6 +2071,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2071
2071
  inputs: ['size']
2072
2072
  }]
2073
2073
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2074
+ let SwirlIconDarkMode = class SwirlIconDarkMode {
2075
+ constructor(c, r, z) {
2076
+ this.z = z;
2077
+ c.detach();
2078
+ this.el = r.nativeElement;
2079
+ }
2080
+ };
2081
+ SwirlIconDarkMode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDarkMode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2082
+ SwirlIconDarkMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDarkMode, selector: "swirl-icon-dark-mode", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2083
+ SwirlIconDarkMode = __decorate([
2084
+ ProxyCmp({
2085
+ defineCustomElementFn: undefined,
2086
+ inputs: ['size']
2087
+ })
2088
+ ], SwirlIconDarkMode);
2089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDarkMode, decorators: [{
2090
+ type: Component,
2091
+ args: [{
2092
+ selector: 'swirl-icon-dark-mode',
2093
+ changeDetection: ChangeDetectionStrategy.OnPush,
2094
+ template: '<ng-content></ng-content>',
2095
+ inputs: ['size']
2096
+ }]
2097
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2074
2098
  let SwirlIconDateRange = class SwirlIconDateRange {
2075
2099
  constructor(c, r, z) {
2076
2100
  this.z = z;
@@ -2191,6 +2215,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2191
2215
  inputs: ['size']
2192
2216
  }]
2193
2217
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2218
+ let SwirlIconDot = class SwirlIconDot {
2219
+ constructor(c, r, z) {
2220
+ this.z = z;
2221
+ c.detach();
2222
+ this.el = r.nativeElement;
2223
+ }
2224
+ };
2225
+ SwirlIconDot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2226
+ SwirlIconDot.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDot, selector: "swirl-icon-dot", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2227
+ SwirlIconDot = __decorate([
2228
+ ProxyCmp({
2229
+ defineCustomElementFn: undefined,
2230
+ inputs: ['size']
2231
+ })
2232
+ ], SwirlIconDot);
2233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDot, decorators: [{
2234
+ type: Component,
2235
+ args: [{
2236
+ selector: 'swirl-icon-dot',
2237
+ changeDetection: ChangeDetectionStrategy.OnPush,
2238
+ template: '<ng-content></ng-content>',
2239
+ inputs: ['size']
2240
+ }]
2241
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2194
2242
  let SwirlIconDoubleArrowLeft = class SwirlIconDoubleArrowLeft {
2195
2243
  constructor(c, r, z) {
2196
2244
  this.z = z;
@@ -3007,6 +3055,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3007
3055
  inputs: ['size']
3008
3056
  }]
3009
3057
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3058
+ let SwirlIconLightMode = class SwirlIconLightMode {
3059
+ constructor(c, r, z) {
3060
+ this.z = z;
3061
+ c.detach();
3062
+ this.el = r.nativeElement;
3063
+ }
3064
+ };
3065
+ SwirlIconLightMode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLightMode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3066
+ SwirlIconLightMode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLightMode, selector: "swirl-icon-light-mode", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3067
+ SwirlIconLightMode = __decorate([
3068
+ ProxyCmp({
3069
+ defineCustomElementFn: undefined,
3070
+ inputs: ['size']
3071
+ })
3072
+ ], SwirlIconLightMode);
3073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLightMode, decorators: [{
3074
+ type: Component,
3075
+ args: [{
3076
+ selector: 'swirl-icon-light-mode',
3077
+ changeDetection: ChangeDetectionStrategy.OnPush,
3078
+ template: '<ng-content></ng-content>',
3079
+ inputs: ['size']
3080
+ }]
3081
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3010
3082
  let SwirlIconLike = class SwirlIconLike {
3011
3083
  constructor(c, r, z) {
3012
3084
  this.z = z;
@@ -3079,6 +3151,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3079
3151
  inputs: ['size']
3080
3152
  }]
3081
3153
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3154
+ let SwirlIconLockOpen = class SwirlIconLockOpen {
3155
+ constructor(c, r, z) {
3156
+ this.z = z;
3157
+ c.detach();
3158
+ this.el = r.nativeElement;
3159
+ }
3160
+ };
3161
+ SwirlIconLockOpen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockOpen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3162
+ SwirlIconLockOpen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconLockOpen, selector: "swirl-icon-lock-open", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3163
+ SwirlIconLockOpen = __decorate([
3164
+ ProxyCmp({
3165
+ defineCustomElementFn: undefined,
3166
+ inputs: ['size']
3167
+ })
3168
+ ], SwirlIconLockOpen);
3169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconLockOpen, decorators: [{
3170
+ type: Component,
3171
+ args: [{
3172
+ selector: 'swirl-icon-lock-open',
3173
+ changeDetection: ChangeDetectionStrategy.OnPush,
3174
+ template: '<ng-content></ng-content>',
3175
+ inputs: ['size']
3176
+ }]
3177
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3082
3178
  let SwirlIconLockPerson = class SwirlIconLockPerson {
3083
3179
  constructor(c, r, z) {
3084
3180
  this.z = z;
@@ -3775,6 +3871,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3775
3871
  inputs: ['size']
3776
3872
  }]
3777
3873
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3874
+ let SwirlIconPhotoCamera = class SwirlIconPhotoCamera {
3875
+ constructor(c, r, z) {
3876
+ this.z = z;
3877
+ c.detach();
3878
+ this.el = r.nativeElement;
3879
+ }
3880
+ };
3881
+ SwirlIconPhotoCamera.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhotoCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3882
+ SwirlIconPhotoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPhotoCamera, selector: "swirl-icon-photo-camera", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3883
+ SwirlIconPhotoCamera = __decorate([
3884
+ ProxyCmp({
3885
+ defineCustomElementFn: undefined,
3886
+ inputs: ['size']
3887
+ })
3888
+ ], SwirlIconPhotoCamera);
3889
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPhotoCamera, decorators: [{
3890
+ type: Component,
3891
+ args: [{
3892
+ selector: 'swirl-icon-photo-camera',
3893
+ changeDetection: ChangeDetectionStrategy.OnPush,
3894
+ template: '<ng-content></ng-content>',
3895
+ inputs: ['size']
3896
+ }]
3897
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3778
3898
  let SwirlIconPlayArrow = class SwirlIconPlayArrow {
3779
3899
  constructor(c, r, z) {
3780
3900
  this.z = z;
@@ -4663,6 +4783,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4663
4783
  inputs: ['size']
4664
4784
  }]
4665
4785
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4786
+ let SwirlIconWork = class SwirlIconWork {
4787
+ constructor(c, r, z) {
4788
+ this.z = z;
4789
+ c.detach();
4790
+ this.el = r.nativeElement;
4791
+ }
4792
+ };
4793
+ SwirlIconWork.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWork, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4794
+ SwirlIconWork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconWork, selector: "swirl-icon-work", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4795
+ SwirlIconWork = __decorate([
4796
+ ProxyCmp({
4797
+ defineCustomElementFn: undefined,
4798
+ inputs: ['size']
4799
+ })
4800
+ ], SwirlIconWork);
4801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconWork, decorators: [{
4802
+ type: Component,
4803
+ args: [{
4804
+ selector: 'swirl-icon-work',
4805
+ changeDetection: ChangeDetectionStrategy.OnPush,
4806
+ template: '<ng-content></ng-content>',
4807
+ inputs: ['size']
4808
+ }]
4809
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4666
4810
  let SwirlImageGrid = class SwirlImageGrid {
4667
4811
  constructor(c, r, z) {
4668
4812
  this.z = z;
@@ -7390,11 +7534,11 @@ let SwirlTooltip = class SwirlTooltip {
7390
7534
  }
7391
7535
  };
7392
7536
  SwirlTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7393
- SwirlTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTooltip, selector: "swirl-tooltip", inputs: { content: "content", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7537
+ SwirlTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTooltip, selector: "swirl-tooltip", inputs: { content: "content", delay: "delay", position: "position", positioning: "positioning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7394
7538
  SwirlTooltip = __decorate([
7395
7539
  ProxyCmp({
7396
7540
  defineCustomElementFn: undefined,
7397
- inputs: ['content', 'delay', 'position']
7541
+ inputs: ['content', 'delay', 'position', 'positioning']
7398
7542
  })
7399
7543
  ], SwirlTooltip);
7400
7544
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTooltip, decorators: [{
@@ -7403,7 +7547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
7403
7547
  selector: 'swirl-tooltip',
7404
7548
  changeDetection: ChangeDetectionStrategy.OnPush,
7405
7549
  template: '<ng-content></ng-content>',
7406
- inputs: ['content', 'delay', 'position']
7550
+ inputs: ['content', 'delay', 'position', 'positioning']
7407
7551
  }]
7408
7552
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7409
7553
  let SwirlTreeNavigationItem = class SwirlTreeNavigationItem {
@@ -7695,11 +7839,13 @@ const DIRECTIVES = [
7695
7839
  SwirlIconColumn,
7696
7840
  SwirlIconComment,
7697
7841
  SwirlIconCopy,
7842
+ SwirlIconDarkMode,
7698
7843
  SwirlIconDateRange,
7699
7844
  SwirlIconDelete,
7700
7845
  SwirlIconDescription,
7701
7846
  SwirlIconDiscover,
7702
7847
  SwirlIconDockLeft,
7848
+ SwirlIconDot,
7703
7849
  SwirlIconDoubleArrowLeft,
7704
7850
  SwirlIconDoubleArrowRight,
7705
7851
  SwirlIconDownload,
@@ -7734,9 +7880,11 @@ const DIRECTIVES = [
7734
7880
  SwirlIconInsertBelow,
7735
7881
  SwirlIconInsertOnTop,
7736
7882
  SwirlIconInventory,
7883
+ SwirlIconLightMode,
7737
7884
  SwirlIconLike,
7738
7885
  SwirlIconLink,
7739
7886
  SwirlIconLock,
7887
+ SwirlIconLockOpen,
7740
7888
  SwirlIconLockPerson,
7741
7889
  SwirlIconLogout,
7742
7890
  SwirlIconLongText,
@@ -7766,6 +7914,7 @@ const DIRECTIVES = [
7766
7914
  SwirlIconPerson,
7767
7915
  SwirlIconPersonOff,
7768
7916
  SwirlIconPhone,
7917
+ SwirlIconPhotoCamera,
7769
7918
  SwirlIconPlayArrow,
7770
7919
  SwirlIconPoll,
7771
7920
  SwirlIconPrint,
@@ -7803,6 +7952,7 @@ const DIRECTIVES = [
7803
7952
  SwirlIconVisibilityOff,
7804
7953
  SwirlIconVoice,
7805
7954
  SwirlIconWarning,
7955
+ SwirlIconWork,
7806
7956
  SwirlImageGrid,
7807
7957
  SwirlImageGridItem,
7808
7958
  SwirlInlineError,
@@ -7924,9 +8074,9 @@ const DIRECTIVES = [
7924
8074
  class SwirlComponentsModule {
7925
8075
  }
7926
8076
  SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7927
- SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
8077
+ SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7928
8078
  SelectValueAccessor,
7929
- TextValueAccessor], exports: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
8079
+ TextValueAccessor], exports: [FileManager, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7930
8080
  SelectValueAccessor,
7931
8081
  TextValueAccessor] });
7932
8082
  SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
@@ -7957,5 +8107,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
7957
8107
  * Generated bundle index. Do not edit.
7958
8108
  */
7959
8109
 
7960
- export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
8110
+ export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlAccordion, SwirlAccordionItem, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColorInput, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmoji, SwirlEmojiClap, SwirlEmojiHappy, SwirlEmojiIdea, SwirlEmojiLove, SwirlEmojiSad, SwirlEmojiThumbsUp, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAddReaction, SwirlIconAdminPanelSettings, SwirlIconAi, SwirlIconApps, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBarChart, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDarkMode, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDiscover, SwirlIconDockLeft, SwirlIconDot, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, SwirlIconGroupAdd, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconHighlight, SwirlIconHome, SwirlIconImage, SwirlIconImproveText, SwirlIconInfo, SwirlIconInsertBelow, SwirlIconInsertOnTop, SwirlIconInventory, SwirlIconLightMode, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLockOpen, SwirlIconLockPerson, SwirlIconLogout, SwirlIconLongText, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMarkChatRead, SwirlIconMarkChatUnread, SwirlIconMention, SwirlIconMenu, SwirlIconMenuBook, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMic, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInFull, SwirlIconOpenInNew, SwirlIconPause, SwirlIconPauseCircle, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPhotoCamera, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconReport, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSecure, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTerminal, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTodayOutlined, SwirlIconTranslate, SwirlIconTreeStructure, SwirlIconUndo, SwirlIconUnlockPerson, SwirlIconUserAdd, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVideoLibrary, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconVoice, SwirlIconWarning, SwirlIconWork, SwirlImageGrid, SwirlImageGridItem, SwirlInlineError, SwirlInlineNotification, SwirlInlineStatus, SwirlLightbox, SwirlLink, SwirlList, SwirlMenu, SwirlMenuItem, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlPopoverTrigger, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlStatusIndicator, SwirlSwitch, SwirlSymbol, SwirlSymbolAccountCircle, SwirlSymbolAlternateEmail, SwirlSymbolAndroid, SwirlSymbolAnnouncement, SwirlSymbolBackup, SwirlSymbolBeachAccess, SwirlSymbolBookmark, SwirlSymbolCloud, SwirlSymbolCoronavirus, SwirlSymbolDesktopWindows, SwirlSymbolDirectionsCarFilled, SwirlSymbolEditCalendar, SwirlSymbolEmail, SwirlSymbolEmojiFoodBeverage, SwirlSymbolEventMenu, SwirlSymbolFacebook, SwirlSymbolFavorite, SwirlSymbolFitnessCenter, SwirlSymbolFlag, SwirlSymbolFolder, SwirlSymbolGlobe, SwirlSymbolGroups, SwirlSymbolHelp, SwirlSymbolImage, SwirlSymbolInfoMenu, SwirlSymbolInstagram, SwirlSymbolIos, SwirlSymbolLanguage, SwirlSymbolLeaderboard, SwirlSymbolLightbulb, SwirlSymbolLinkedin, SwirlSymbolLocationOn, SwirlSymbolLoyalty, SwirlSymbolMapsHomeWork, SwirlSymbolNotifications, SwirlSymbolOpenInNew, SwirlSymbolPedalBike, SwirlSymbolPinterest, SwirlSymbolPolicy, SwirlSymbolPushPin, SwirlSymbolRedeem, SwirlSymbolReportProblem, SwirlSymbolRestaurant, SwirlSymbolRoadmap, SwirlSymbolRoom, SwirlSymbolSavings, SwirlSymbolSettingsVoice, SwirlSymbolShoppingCart, SwirlSymbolSmartphone, SwirlSymbolStar, SwirlSymbolSupervisorAccount, SwirlSymbolThumbsUpDown, SwirlSymbolTwitter, SwirlSymbolWbSunny, SwirlSymbolWechat, SwirlSymbolWeibo, SwirlSymbolWork, SwirlSymbolXing, SwirlSymbolYoutube, SwirlTab, SwirlTabBar, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlTimeInput, SwirlToast, SwirlToastProvider, SwirlToolbar, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
7961
8111
  //# sourceMappingURL=getflip-swirl-components-angular.mjs.map