@getflip/swirl-components-angular 0.13.1 → 0.15.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.
@@ -647,11 +647,11 @@ let SwirlFileViewer = class SwirlFileViewer {
647
647
  }
648
648
  };
649
649
  SwirlFileViewer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFileViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
650
- SwirlFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileViewer, selector: "swirl-file-viewer", inputs: { active: "active", autoplay: "autoplay", description: "description", errorMessage: "errorMessage", file: "file", type: "type", typeUnsupportedMessage: "typeUnsupportedMessage", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
650
+ SwirlFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileViewer, selector: "swirl-file-viewer", inputs: { active: "active", autoplay: "autoplay", description: "description", errorMessage: "errorMessage", file: "file", thumbnailUrl: "thumbnailUrl", type: "type", typeUnsupportedMessage: "typeUnsupportedMessage", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
651
651
  SwirlFileViewer = __decorate([
652
652
  ProxyCmp({
653
653
  defineCustomElementFn: undefined,
654
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom'],
654
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'zoom'],
655
655
  methods: ['download', 'print']
656
656
  })
657
657
  ], SwirlFileViewer);
@@ -661,7 +661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
661
661
  selector: 'swirl-file-viewer',
662
662
  changeDetection: ChangeDetectionStrategy.OnPush,
663
663
  template: '<ng-content></ng-content>',
664
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom']
664
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'zoom']
665
665
  }]
666
666
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
667
667
  let SwirlFileViewerAudio = class SwirlFileViewerAudio {
@@ -1176,6 +1176,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1176
1176
  inputs: ['size']
1177
1177
  }]
1178
1178
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1179
+ let SwirlIconBookmark = class SwirlIconBookmark {
1180
+ constructor(c, r, z) {
1181
+ this.z = z;
1182
+ c.detach();
1183
+ this.el = r.nativeElement;
1184
+ }
1185
+ };
1186
+ SwirlIconBookmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1187
+ SwirlIconBookmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconBookmark, selector: "swirl-icon-bookmark", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1188
+ SwirlIconBookmark = __decorate([
1189
+ ProxyCmp({
1190
+ defineCustomElementFn: undefined,
1191
+ inputs: ['size']
1192
+ })
1193
+ ], SwirlIconBookmark);
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconBookmark, decorators: [{
1195
+ type: Component,
1196
+ args: [{
1197
+ selector: 'swirl-icon-bookmark',
1198
+ changeDetection: ChangeDetectionStrategy.OnPush,
1199
+ template: '<ng-content></ng-content>',
1200
+ inputs: ['size']
1201
+ }]
1202
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1179
1203
  let SwirlIconCancel = class SwirlIconCancel {
1180
1204
  constructor(c, r, z) {
1181
1205
  this.z = z;
@@ -1632,6 +1656,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1632
1656
  inputs: ['size']
1633
1657
  }]
1634
1658
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1659
+ let SwirlIconDoubleArrowLeft = class SwirlIconDoubleArrowLeft {
1660
+ constructor(c, r, z) {
1661
+ this.z = z;
1662
+ c.detach();
1663
+ this.el = r.nativeElement;
1664
+ }
1665
+ };
1666
+ SwirlIconDoubleArrowLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1667
+ SwirlIconDoubleArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowLeft, selector: "swirl-icon-double-arrow-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1668
+ SwirlIconDoubleArrowLeft = __decorate([
1669
+ ProxyCmp({
1670
+ defineCustomElementFn: undefined,
1671
+ inputs: ['size']
1672
+ })
1673
+ ], SwirlIconDoubleArrowLeft);
1674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowLeft, decorators: [{
1675
+ type: Component,
1676
+ args: [{
1677
+ selector: 'swirl-icon-double-arrow-left',
1678
+ changeDetection: ChangeDetectionStrategy.OnPush,
1679
+ template: '<ng-content></ng-content>',
1680
+ inputs: ['size']
1681
+ }]
1682
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1683
+ let SwirlIconDoubleArrowRight = class SwirlIconDoubleArrowRight {
1684
+ constructor(c, r, z) {
1685
+ this.z = z;
1686
+ c.detach();
1687
+ this.el = r.nativeElement;
1688
+ }
1689
+ };
1690
+ SwirlIconDoubleArrowRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1691
+ SwirlIconDoubleArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconDoubleArrowRight, selector: "swirl-icon-double-arrow-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1692
+ SwirlIconDoubleArrowRight = __decorate([
1693
+ ProxyCmp({
1694
+ defineCustomElementFn: undefined,
1695
+ inputs: ['size']
1696
+ })
1697
+ ], SwirlIconDoubleArrowRight);
1698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconDoubleArrowRight, decorators: [{
1699
+ type: Component,
1700
+ args: [{
1701
+ selector: 'swirl-icon-double-arrow-right',
1702
+ changeDetection: ChangeDetectionStrategy.OnPush,
1703
+ template: '<ng-content></ng-content>',
1704
+ inputs: ['size']
1705
+ }]
1706
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1635
1707
  let SwirlIconDownload = class SwirlIconDownload {
1636
1708
  constructor(c, r, z) {
1637
1709
  this.z = z;
@@ -1872,6 +1944,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1872
1944
  inputs: ['size']
1873
1945
  }]
1874
1946
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1947
+ let SwirlIconFolder = class SwirlIconFolder {
1948
+ constructor(c, r, z) {
1949
+ this.z = z;
1950
+ c.detach();
1951
+ this.el = r.nativeElement;
1952
+ }
1953
+ };
1954
+ SwirlIconFolder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1955
+ SwirlIconFolder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFolder, selector: "swirl-icon-folder", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1956
+ SwirlIconFolder = __decorate([
1957
+ ProxyCmp({
1958
+ defineCustomElementFn: undefined,
1959
+ inputs: ['size']
1960
+ })
1961
+ ], SwirlIconFolder);
1962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFolder, decorators: [{
1963
+ type: Component,
1964
+ args: [{
1965
+ selector: 'swirl-icon-folder',
1966
+ changeDetection: ChangeDetectionStrategy.OnPush,
1967
+ template: '<ng-content></ng-content>',
1968
+ inputs: ['size']
1969
+ }]
1970
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1875
1971
  let SwirlIconFolderShared = class SwirlIconFolderShared {
1876
1972
  constructor(c, r, z) {
1877
1973
  this.z = z;
@@ -3200,11 +3296,11 @@ let SwirlLightbox = class SwirlLightbox {
3200
3296
  }
3201
3297
  };
3202
3298
  SwirlLightbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlLightbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3203
- SwirlLightbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlLightbox, selector: "swirl-lightbox", inputs: { closeButtonLabel: "closeButtonLabel", downloadButtonLabel: "downloadButtonLabel", label: "label", nextSlideButtonLabel: "nextSlideButtonLabel", previousSlideButtonLabel: "previousSlideButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3299
+ SwirlLightbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlLightbox, selector: "swirl-lightbox", inputs: { closeButtonLabel: "closeButtonLabel", downloadButtonLabel: "downloadButtonLabel", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", nextSlideButtonLabel: "nextSlideButtonLabel", previousSlideButtonLabel: "previousSlideButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3204
3300
  SwirlLightbox = __decorate([
3205
3301
  ProxyCmp({
3206
3302
  defineCustomElementFn: undefined,
3207
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
3303
+ inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
3208
3304
  methods: ['open', 'close', 'activateSlide']
3209
3305
  })
3210
3306
  ], SwirlLightbox);
@@ -3214,7 +3310,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3214
3310
  selector: 'swirl-lightbox',
3215
3311
  changeDetection: ChangeDetectionStrategy.OnPush,
3216
3312
  template: '<ng-content></ng-content>',
3217
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
3313
+ inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
3218
3314
  }]
3219
3315
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3220
3316
  let SwirlLink = class SwirlLink {
@@ -3396,11 +3492,11 @@ let SwirlPdfReader = class SwirlPdfReader {
3396
3492
  }
3397
3493
  };
3398
3494
  SwirlPdfReader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPdfReader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3399
- SwirlPdfReader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPdfReader, selector: "swirl-pdf-reader", inputs: { autoZoomLabel: "autoZoomLabel", closeButtonLabel: "closeButtonLabel", downloadButtonLabel: "downloadButtonLabel", file: "file", label: "label", printButtonLabel: "printButtonLabel", zoomInButtonLabel: "zoomInButtonLabel", zoomOutButtonLabel: "zoomOutButtonLabel", zoomSelectLabel: "zoomSelectLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3495
+ SwirlPdfReader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPdfReader, selector: "swirl-pdf-reader", inputs: { autoZoomLabel: "autoZoomLabel", closeButtonLabel: "closeButtonLabel", downloadButtonLabel: "downloadButtonLabel", file: "file", fileTypeLabel: "fileTypeLabel", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", printButtonLabel: "printButtonLabel", zoomInButtonLabel: "zoomInButtonLabel", zoomOutButtonLabel: "zoomOutButtonLabel", zoomSelectLabel: "zoomSelectLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3400
3496
  SwirlPdfReader = __decorate([
3401
3497
  ProxyCmp({
3402
3498
  defineCustomElementFn: undefined,
3403
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'label', 'printButtonLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
3499
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'printButtonLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
3404
3500
  methods: ['open', 'close']
3405
3501
  })
3406
3502
  ], SwirlPdfReader);
@@ -3410,7 +3506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3410
3506
  selector: 'swirl-pdf-reader',
3411
3507
  changeDetection: ChangeDetectionStrategy.OnPush,
3412
3508
  template: '<ng-content></ng-content>',
3413
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'label', 'printButtonLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
3509
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'printButtonLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
3414
3510
  }]
3415
3511
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3416
3512
  let SwirlPopover = class SwirlPopover {
@@ -3422,11 +3518,11 @@ let SwirlPopover = class SwirlPopover {
3422
3518
  }
3423
3519
  };
3424
3520
  SwirlPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3425
- SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", enableFlip: "enableFlip", label: "label", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3521
+ SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", label: "label", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3426
3522
  SwirlPopover = __decorate([
3427
3523
  ProxyCmp({
3428
3524
  defineCustomElementFn: undefined,
3429
- inputs: ['animation', 'enableFlip', 'label', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth'],
3525
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'label', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth'],
3430
3526
  methods: ['close', 'open']
3431
3527
  })
3432
3528
  ], SwirlPopover);
@@ -3436,7 +3532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3436
3532
  selector: 'swirl-popover',
3437
3533
  changeDetection: ChangeDetectionStrategy.OnPush,
3438
3534
  template: '<ng-content></ng-content>',
3439
- inputs: ['animation', 'enableFlip', 'label', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
3535
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'label', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
3440
3536
  }]
3441
3537
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3442
3538
  let SwirlProgressIndicator = class SwirlProgressIndicator {
@@ -3659,6 +3755,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3659
3755
  template: '<ng-content></ng-content>'
3660
3756
  }]
3661
3757
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3758
+ let SwirlShellLayout = class SwirlShellLayout {
3759
+ constructor(c, r, z) {
3760
+ this.z = z;
3761
+ c.detach();
3762
+ this.el = r.nativeElement;
3763
+ }
3764
+ };
3765
+ SwirlShellLayout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3766
+ SwirlShellLayout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellLayout, selector: "swirl-shell-layout", inputs: { mainNavigationLabel: "mainNavigationLabel", sidebarToggleLabel: "sidebarToggleLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3767
+ SwirlShellLayout = __decorate([
3768
+ ProxyCmp({
3769
+ defineCustomElementFn: undefined,
3770
+ inputs: ['mainNavigationLabel', 'sidebarToggleLabel'],
3771
+ methods: ['collapseSidebar', 'extendSidebar']
3772
+ })
3773
+ ], SwirlShellLayout);
3774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellLayout, decorators: [{
3775
+ type: Component,
3776
+ args: [{
3777
+ selector: 'swirl-shell-layout',
3778
+ changeDetection: ChangeDetectionStrategy.OnPush,
3779
+ template: '<ng-content></ng-content>',
3780
+ inputs: ['mainNavigationLabel', 'sidebarToggleLabel']
3781
+ }]
3782
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3783
+ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
3784
+ constructor(c, r, z) {
3785
+ this.z = z;
3786
+ c.detach();
3787
+ this.el = r.nativeElement;
3788
+ }
3789
+ };
3790
+ SwirlShellNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3791
+ SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3792
+ SwirlShellNavigationItem = __decorate([
3793
+ ProxyCmp({
3794
+ defineCustomElementFn: undefined,
3795
+ inputs: ['active', 'icon', 'label']
3796
+ })
3797
+ ], SwirlShellNavigationItem);
3798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
3799
+ type: Component,
3800
+ args: [{
3801
+ selector: 'swirl-shell-navigation-item',
3802
+ changeDetection: ChangeDetectionStrategy.OnPush,
3803
+ template: '<ng-content></ng-content>',
3804
+ inputs: ['active', 'icon', 'label']
3805
+ }]
3806
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3662
3807
  let SwirlSkeletonBox = class SwirlSkeletonBox {
3663
3808
  constructor(c, r, z) {
3664
3809
  this.z = z;
@@ -4398,6 +4543,7 @@ const DIRECTIVES = [
4398
4543
  SwirlIconArrowUpward,
4399
4544
  SwirlIconAttachment,
4400
4545
  SwirlIconBlock,
4546
+ SwirlIconBookmark,
4401
4547
  SwirlIconCancel,
4402
4548
  SwirlIconChatBubble,
4403
4549
  SwirlIconChatsFilled,
@@ -4417,6 +4563,8 @@ const DIRECTIVES = [
4417
4563
  SwirlIconDateRange,
4418
4564
  SwirlIconDelete,
4419
4565
  SwirlIconDescription,
4566
+ SwirlIconDoubleArrowLeft,
4567
+ SwirlIconDoubleArrowRight,
4420
4568
  SwirlIconDownload,
4421
4569
  SwirlIconDragHandle,
4422
4570
  SwirlIconEdit,
@@ -4427,6 +4575,7 @@ const DIRECTIVES = [
4427
4575
  SwirlIconExpandMore,
4428
4576
  SwirlIconFile,
4429
4577
  SwirlIconFilter,
4578
+ SwirlIconFolder,
4430
4579
  SwirlIconFolderShared,
4431
4580
  SwirlIconFullscreen,
4432
4581
  SwirlIconFullscreenExit,
@@ -4501,6 +4650,8 @@ const DIRECTIVES = [
4501
4650
  SwirlSearch,
4502
4651
  SwirlSelect,
4503
4652
  SwirlSeparator,
4653
+ SwirlShellLayout,
4654
+ SwirlShellNavigationItem,
4504
4655
  SwirlSkeletonBox,
4505
4656
  SwirlSkeletonText,
4506
4657
  SwirlSpinner,
@@ -4529,9 +4680,9 @@ const DIRECTIVES = [
4529
4680
  class SwirlComponentsModule {
4530
4681
  }
4531
4682
  SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4532
- SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
4683
+ SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
4533
4684
  SelectValueAccessor,
4534
- TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
4685
+ TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
4535
4686
  SelectValueAccessor,
4536
4687
  TextValueAccessor] });
4537
4688
  SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
@@ -4562,5 +4713,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4562
4713
  * Generated bundle index. Do not edit.
4563
4714
  */
4564
4715
 
4565
- export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
4716
+ export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCheckbox, SwirlChip, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconArrowBack, SwirlIconArrowDownward, SwirlIconArrowForward, SwirlIconArrowLeft, SwirlIconArrowRight, SwirlIconArrowRightSmall, SwirlIconArrowUpward, SwirlIconAttachment, SwirlIconBlock, SwirlIconBookmark, SwirlIconCancel, SwirlIconChatBubble, SwirlIconChatsFilled, SwirlIconChatsOutlined, SwirlIconCheck, SwirlIconCheckCircle, SwirlIconCheckSmall, SwirlIconCheckStrong, SwirlIconChevronLeft, SwirlIconChevronRight, SwirlIconClose, SwirlIconCloseSmall, SwirlIconCloudUpload, SwirlIconColumn, SwirlIconComment, SwirlIconCopy, SwirlIconDateRange, SwirlIconDelete, SwirlIconDescription, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGroupAssign, SwirlIconGroups, SwirlIconGroupsCustom, SwirlIconGroupsFilled, SwirlIconGroupsOutlined, SwirlIconHelp, SwirlIconImage, SwirlIconInfo, SwirlIconInventory, SwirlIconLike, SwirlIconLink, SwirlIconLock, SwirlIconLogout, SwirlIconMail, SwirlIconManageAccounts, SwirlIconMention, SwirlIconMenu, SwirlIconMenuFilled, SwirlIconMenuOutlined, SwirlIconMessage, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUserAssign, SwirlIconVideoCamera, SwirlIconVisibility, SwirlIconVisibilityOff, SwirlIconWarning, SwirlInlineError, SwirlLightbox, SwirlLink, SwirlList, SwirlModal, SwirlOptionList, SwirlOptionListItem, SwirlOptionListSection, SwirlPagination, SwirlPdfReader, SwirlPopover, SwirlProgressIndicator, SwirlRadio, SwirlRadioGroup, SwirlResourceList, SwirlResourceListFileItem, SwirlResourceListItem, SwirlSearch, SwirlSelect, SwirlSeparator, SwirlShellLayout, SwirlShellNavigationItem, SwirlSkeletonBox, SwirlSkeletonText, SwirlSpinner, SwirlStack, SwirlSwitch, SwirlTab, SwirlTable, SwirlTableCell, SwirlTableColumn, SwirlTableRow, SwirlTableRowGroup, SwirlTabs, SwirlTag, SwirlText, SwirlTextInput, SwirlThemeProvider, SwirlThumbnail, SwirlToast, SwirlToastProvider, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
4566
4717
  //# sourceMappingURL=getflip-swirl-components-angular.mjs.map