@getflip/swirl-components-angular 0.79.0 → 0.80.1

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.
@@ -524,11 +524,11 @@ let SwirlChip = class SwirlChip {
524
524
  }
525
525
  };
526
526
  SwirlChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
527
- SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", intent: "intent", interactive: "interactive", label: "label", removable: "removable", removeButtonLabel: "removeButtonLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
527
+ SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: { borderRadius: "borderRadius", icon: "icon", iconColor: "iconColor", intent: "intent", interactive: "interactive", label: "label", progress: "progress", progressBarLabel: "progressBarLabel", removable: "removable", removeButtonLabel: "removeButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
528
528
  SwirlChip = __decorate([
529
529
  ProxyCmp({
530
530
  defineCustomElementFn: undefined,
531
- inputs: ['borderRadius', 'icon', 'intent', 'interactive', 'label', 'removable', 'removeButtonLabel', 'variant']
531
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
532
532
  })
533
533
  ], SwirlChip);
534
534
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, decorators: [{
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
537
537
  selector: 'swirl-chip',
538
538
  changeDetection: ChangeDetectionStrategy.OnPush,
539
539
  template: '<ng-content></ng-content>',
540
- inputs: ['borderRadius', 'icon', 'intent', 'interactive', 'label', 'removable', 'removeButtonLabel', 'variant']
540
+ inputs: ['borderRadius', 'icon', 'iconColor', 'intent', 'interactive', 'label', 'progress', 'progressBarLabel', 'removable', 'removeButtonLabel', 'size', 'variant']
541
541
  }]
542
542
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
543
  let SwirlColumns = class SwirlColumns {
@@ -2212,6 +2212,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2212
2212
  inputs: ['size']
2213
2213
  }]
2214
2214
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2215
+ let SwirlIconFormatHOne = class SwirlIconFormatHOne {
2216
+ constructor(c, r, z) {
2217
+ this.z = z;
2218
+ c.detach();
2219
+ this.el = r.nativeElement;
2220
+ }
2221
+ };
2222
+ SwirlIconFormatHOne.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFormatHOne, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2223
+ SwirlIconFormatHOne.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconFormatHOne, selector: "swirl-icon-format-h-one", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2224
+ SwirlIconFormatHOne = __decorate([
2225
+ ProxyCmp({
2226
+ defineCustomElementFn: undefined,
2227
+ inputs: ['size']
2228
+ })
2229
+ ], SwirlIconFormatHOne);
2230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconFormatHOne, decorators: [{
2231
+ type: Component,
2232
+ args: [{
2233
+ selector: 'swirl-icon-format-h-one',
2234
+ changeDetection: ChangeDetectionStrategy.OnPush,
2235
+ template: '<ng-content></ng-content>',
2236
+ inputs: ['size']
2237
+ }]
2238
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2215
2239
  let SwirlIconFullscreen = class SwirlIconFullscreen {
2216
2240
  constructor(c, r, z) {
2217
2241
  this.z = z;
@@ -3004,6 +3028,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3004
3028
  inputs: ['size']
3005
3029
  }]
3006
3030
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3031
+ let SwirlIconMic = class SwirlIconMic {
3032
+ constructor(c, r, z) {
3033
+ this.z = z;
3034
+ c.detach();
3035
+ this.el = r.nativeElement;
3036
+ }
3037
+ };
3038
+ SwirlIconMic.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMic, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3039
+ SwirlIconMic.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconMic, selector: "swirl-icon-mic", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3040
+ SwirlIconMic = __decorate([
3041
+ ProxyCmp({
3042
+ defineCustomElementFn: undefined,
3043
+ inputs: ['size']
3044
+ })
3045
+ ], SwirlIconMic);
3046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconMic, decorators: [{
3047
+ type: Component,
3048
+ args: [{
3049
+ selector: 'swirl-icon-mic',
3050
+ changeDetection: ChangeDetectionStrategy.OnPush,
3051
+ template: '<ng-content></ng-content>',
3052
+ inputs: ['size']
3053
+ }]
3054
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3007
3055
  let SwirlIconMoreHorizontal = class SwirlIconMoreHorizontal {
3008
3056
  constructor(c, r, z) {
3009
3057
  this.z = z;
@@ -3172,6 +3220,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3172
3220
  inputs: ['size']
3173
3221
  }]
3174
3222
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3223
+ let SwirlIconOpenInFull = class SwirlIconOpenInFull {
3224
+ constructor(c, r, z) {
3225
+ this.z = z;
3226
+ c.detach();
3227
+ this.el = r.nativeElement;
3228
+ }
3229
+ };
3230
+ SwirlIconOpenInFull.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInFull, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3231
+ SwirlIconOpenInFull.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconOpenInFull, selector: "swirl-icon-open-in-full", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3232
+ SwirlIconOpenInFull = __decorate([
3233
+ ProxyCmp({
3234
+ defineCustomElementFn: undefined,
3235
+ inputs: ['size']
3236
+ })
3237
+ ], SwirlIconOpenInFull);
3238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconOpenInFull, decorators: [{
3239
+ type: Component,
3240
+ args: [{
3241
+ selector: 'swirl-icon-open-in-full',
3242
+ changeDetection: ChangeDetectionStrategy.OnPush,
3243
+ template: '<ng-content></ng-content>',
3244
+ inputs: ['size']
3245
+ }]
3246
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3175
3247
  let SwirlIconOpenInNew = class SwirlIconOpenInNew {
3176
3248
  constructor(c, r, z) {
3177
3249
  this.z = z;
@@ -3196,6 +3268,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3196
3268
  inputs: ['size']
3197
3269
  }]
3198
3270
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3271
+ let SwirlIconPause = class SwirlIconPause {
3272
+ constructor(c, r, z) {
3273
+ this.z = z;
3274
+ c.detach();
3275
+ this.el = r.nativeElement;
3276
+ }
3277
+ };
3278
+ SwirlIconPause.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPause, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3279
+ SwirlIconPause.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPause, selector: "swirl-icon-pause", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3280
+ SwirlIconPause = __decorate([
3281
+ ProxyCmp({
3282
+ defineCustomElementFn: undefined,
3283
+ inputs: ['size']
3284
+ })
3285
+ ], SwirlIconPause);
3286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPause, decorators: [{
3287
+ type: Component,
3288
+ args: [{
3289
+ selector: 'swirl-icon-pause',
3290
+ changeDetection: ChangeDetectionStrategy.OnPush,
3291
+ template: '<ng-content></ng-content>',
3292
+ inputs: ['size']
3293
+ }]
3294
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3295
+ let SwirlIconPauseCircle = class SwirlIconPauseCircle {
3296
+ constructor(c, r, z) {
3297
+ this.z = z;
3298
+ c.detach();
3299
+ this.el = r.nativeElement;
3300
+ }
3301
+ };
3302
+ SwirlIconPauseCircle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPauseCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3303
+ SwirlIconPauseCircle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconPauseCircle, selector: "swirl-icon-pause-circle", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3304
+ SwirlIconPauseCircle = __decorate([
3305
+ ProxyCmp({
3306
+ defineCustomElementFn: undefined,
3307
+ inputs: ['size']
3308
+ })
3309
+ ], SwirlIconPauseCircle);
3310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconPauseCircle, decorators: [{
3311
+ type: Component,
3312
+ args: [{
3313
+ selector: 'swirl-icon-pause-circle',
3314
+ changeDetection: ChangeDetectionStrategy.OnPush,
3315
+ template: '<ng-content></ng-content>',
3316
+ inputs: ['size']
3317
+ }]
3318
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3199
3319
  let SwirlIconPeopleAlt = class SwirlIconPeopleAlt {
3200
3320
  constructor(c, r, z) {
3201
3321
  this.z = z;
@@ -3436,6 +3556,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3436
3556
  inputs: ['size']
3437
3557
  }]
3438
3558
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3559
+ let SwirlIconReport = class SwirlIconReport {
3560
+ constructor(c, r, z) {
3561
+ this.z = z;
3562
+ c.detach();
3563
+ this.el = r.nativeElement;
3564
+ }
3565
+ };
3566
+ SwirlIconReport.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReport, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3567
+ SwirlIconReport.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconReport, selector: "swirl-icon-report", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3568
+ SwirlIconReport = __decorate([
3569
+ ProxyCmp({
3570
+ defineCustomElementFn: undefined,
3571
+ inputs: ['size']
3572
+ })
3573
+ ], SwirlIconReport);
3574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconReport, decorators: [{
3575
+ type: Component,
3576
+ args: [{
3577
+ selector: 'swirl-icon-report',
3578
+ changeDetection: ChangeDetectionStrategy.OnPush,
3579
+ template: '<ng-content></ng-content>',
3580
+ inputs: ['size']
3581
+ }]
3582
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3439
3583
  let SwirlIconRoadmap = class SwirlIconRoadmap {
3440
3584
  constructor(c, r, z) {
3441
3585
  this.z = z;
@@ -3628,6 +3772,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3628
3772
  inputs: ['size']
3629
3773
  }]
3630
3774
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3775
+ let SwirlIconStop = class SwirlIconStop {
3776
+ constructor(c, r, z) {
3777
+ this.z = z;
3778
+ c.detach();
3779
+ this.el = r.nativeElement;
3780
+ }
3781
+ };
3782
+ SwirlIconStop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconStop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3783
+ SwirlIconStop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconStop, selector: "swirl-icon-stop", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3784
+ SwirlIconStop = __decorate([
3785
+ ProxyCmp({
3786
+ defineCustomElementFn: undefined,
3787
+ inputs: ['size']
3788
+ })
3789
+ ], SwirlIconStop);
3790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconStop, decorators: [{
3791
+ type: Component,
3792
+ args: [{
3793
+ selector: 'swirl-icon-stop',
3794
+ changeDetection: ChangeDetectionStrategy.OnPush,
3795
+ template: '<ng-content></ng-content>',
3796
+ inputs: ['size']
3797
+ }]
3798
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3631
3799
  let SwirlIconSync = class SwirlIconSync {
3632
3800
  constructor(c, r, z) {
3633
3801
  this.z = z;
@@ -3772,6 +3940,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3772
3940
  inputs: ['size']
3773
3941
  }]
3774
3942
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3943
+ let SwirlIconTranslate = class SwirlIconTranslate {
3944
+ constructor(c, r, z) {
3945
+ this.z = z;
3946
+ c.detach();
3947
+ this.el = r.nativeElement;
3948
+ }
3949
+ };
3950
+ SwirlIconTranslate.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTranslate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3951
+ SwirlIconTranslate.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlIconTranslate, selector: "swirl-icon-translate", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3952
+ SwirlIconTranslate = __decorate([
3953
+ ProxyCmp({
3954
+ defineCustomElementFn: undefined,
3955
+ inputs: ['size']
3956
+ })
3957
+ ], SwirlIconTranslate);
3958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlIconTranslate, decorators: [{
3959
+ type: Component,
3960
+ args: [{
3961
+ selector: 'swirl-icon-translate',
3962
+ changeDetection: ChangeDetectionStrategy.OnPush,
3963
+ template: '<ng-content></ng-content>',
3964
+ inputs: ['size']
3965
+ }]
3966
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3775
3967
  let SwirlIconUndo = class SwirlIconUndo {
3776
3968
  constructor(c, r, z) {
3777
3969
  this.z = z;
@@ -4239,11 +4431,11 @@ let SwirlModal = class SwirlModal {
4239
4431
  }
4240
4432
  };
4241
4433
  SwirlModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4242
- SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closeButtonLabel: "closeButtonLabel", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4434
+ SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closeButtonLabel: "closeButtonLabel", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4243
4435
  SwirlModal = __decorate([
4244
4436
  ProxyCmp({
4245
4437
  defineCustomElementFn: undefined,
4246
- inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
4438
+ inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
4247
4439
  methods: ['open', 'close']
4248
4440
  })
4249
4441
  ], SwirlModal);
@@ -4253,7 +4445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4253
4445
  selector: 'swirl-modal',
4254
4446
  changeDetection: ChangeDetectionStrategy.OnPush,
4255
4447
  template: '<ng-content></ng-content>',
4256
- inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant']
4448
+ inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant']
4257
4449
  }]
4258
4450
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4259
4451
  let SwirlOptionList = class SwirlOptionList {
@@ -6589,11 +6781,11 @@ let SwirlThumbnail = class SwirlThumbnail {
6589
6781
  }
6590
6782
  };
6591
6783
  SwirlThumbnail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6592
- SwirlThumbnail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlThumbnail, selector: "swirl-thumbnail", inputs: { alt: "alt", format: "format", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6784
+ SwirlThumbnail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlThumbnail, selector: "swirl-thumbnail", inputs: { alt: "alt", format: "format", progress: "progress", progressLabel: "progressLabel", removeButtonLabel: "removeButtonLabel", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6593
6785
  SwirlThumbnail = __decorate([
6594
6786
  ProxyCmp({
6595
6787
  defineCustomElementFn: undefined,
6596
- inputs: ['alt', 'format', 'size', 'src']
6788
+ inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6597
6789
  })
6598
6790
  ], SwirlThumbnail);
6599
6791
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlThumbnail, decorators: [{
@@ -6602,7 +6794,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
6602
6794
  selector: 'swirl-thumbnail',
6603
6795
  changeDetection: ChangeDetectionStrategy.OnPush,
6604
6796
  template: '<ng-content></ng-content>',
6605
- inputs: ['alt', 'format', 'size', 'src']
6797
+ inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6606
6798
  }]
6607
6799
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6608
6800
  let SwirlTimeInput = class SwirlTimeInput {
@@ -6999,6 +7191,7 @@ const DIRECTIVES = [
6999
7191
  SwirlIconFilter,
7000
7192
  SwirlIconFolder,
7001
7193
  SwirlIconFolderShared,
7194
+ SwirlIconFormatHOne,
7002
7195
  SwirlIconFullscreen,
7003
7196
  SwirlIconFullscreenExit,
7004
7197
  SwirlIconGif,
@@ -7032,6 +7225,7 @@ const DIRECTIVES = [
7032
7225
  SwirlIconMenuFilled,
7033
7226
  SwirlIconMenuOutlined,
7034
7227
  SwirlIconMessage,
7228
+ SwirlIconMic,
7035
7229
  SwirlIconMoreHorizontal,
7036
7230
  SwirlIconMoreVertikal,
7037
7231
  SwirlIconNewsFilled,
@@ -7039,7 +7233,10 @@ const DIRECTIVES = [
7039
7233
  SwirlIconNotifications,
7040
7234
  SwirlIconNotificationsActive,
7041
7235
  SwirlIconNotificationsOff,
7236
+ SwirlIconOpenInFull,
7042
7237
  SwirlIconOpenInNew,
7238
+ SwirlIconPause,
7239
+ SwirlIconPauseCircle,
7043
7240
  SwirlIconPeopleAlt,
7044
7241
  SwirlIconPerson,
7045
7242
  SwirlIconPersonOff,
@@ -7050,6 +7247,7 @@ const DIRECTIVES = [
7050
7247
  SwirlIconRecieved,
7051
7248
  SwirlIconRemove,
7052
7249
  SwirlIconReply,
7250
+ SwirlIconReport,
7053
7251
  SwirlIconRoadmap,
7054
7252
  SwirlIconSearch,
7055
7253
  SwirlIconSearchStrong,
@@ -7058,12 +7256,14 @@ const DIRECTIVES = [
7058
7256
  SwirlIconShortText,
7059
7257
  SwirlIconSimplify,
7060
7258
  SwirlIconSpellcheck,
7259
+ SwirlIconStop,
7061
7260
  SwirlIconSync,
7062
7261
  SwirlIconTasksFilled,
7063
7262
  SwirlIconTasksOutlined,
7064
7263
  SwirlIconTimeFilled,
7065
7264
  SwirlIconTimeOutlined,
7066
7265
  SwirlIconToday,
7266
+ SwirlIconTranslate,
7067
7267
  SwirlIconUndo,
7068
7268
  SwirlIconUnlockPerson,
7069
7269
  SwirlIconUserAssign,
@@ -7193,9 +7393,9 @@ const DIRECTIVES = [
7193
7393
  class SwirlComponentsModule {
7194
7394
  }
7195
7395
  SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7196
- SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7396
+ SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTranslate, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7197
7397
  SelectValueAccessor,
7198
- TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7398
+ TextValueAccessor], exports: [FileManager, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTranslate, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, BooleanValueAccessor,
7199
7399
  SelectValueAccessor,
7200
7400
  TextValueAccessor] });
7201
7401
  SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
@@ -7226,5 +7426,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
7226
7426
  * Generated bundle index. Do not edit.
7227
7427
  */
7228
7428
 
7229
- export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconMoreHorizontal, SwirlIconMoreVertikal, SwirlIconNewsFilled, SwirlIconNewsOutlined, SwirlIconNotifications, SwirlIconNotificationsActive, SwirlIconNotificationsOff, SwirlIconOpenInNew, SwirlIconPeopleAlt, SwirlIconPerson, SwirlIconPersonOff, SwirlIconPhone, SwirlIconPlayArrow, SwirlIconPoll, SwirlIconPrint, SwirlIconRecieved, SwirlIconRemove, SwirlIconReply, SwirlIconRoadmap, SwirlIconSearch, SwirlIconSearchStrong, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
7429
+ export { BooleanValueAccessor, FileManager, SelectValueAccessor, SwirlActionList, SwirlActionListItem, SwirlActionListSection, SwirlAppBar, SwirlAppIcon, SwirlAppLayout, SwirlAutocomplete, SwirlAvatar, SwirlAvatarGroup, SwirlBadge, SwirlBanner, SwirlBox, SwirlButton, SwirlButtonGroup, SwirlCard, SwirlCarousel, SwirlCarouselSlide, SwirlCheckbox, SwirlChip, SwirlColumns, SwirlComponentsModule, SwirlConsoleLayout, SwirlDateInput, SwirlDatePicker, SwirlDescriptionList, SwirlDescriptionListItem, SwirlDialog, SwirlEmptyState, SwirlFileUploader, SwirlFileViewer, SwirlFileViewerAudio, SwirlFileViewerCsv, SwirlFileViewerImage, SwirlFileViewerPdf, SwirlFileViewerText, SwirlFileViewerVideo, SwirlFormControl, SwirlFormGroup, SwirlHeading, SwirlIcon, SwirlIconAdd, SwirlIconAddPhoto, SwirlIconAdminPanelSettings, SwirlIconAi, 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, SwirlIconDoubleArrowLeft, SwirlIconDoubleArrowRight, SwirlIconDownload, SwirlIconDragHandle, SwirlIconEdit, SwirlIconEmojiMood, SwirlIconEmojiSatisfied, SwirlIconError, SwirlIconExpandLess, SwirlIconExpandMore, SwirlIconFile, SwirlIconFileCopy, SwirlIconFilter, SwirlIconFolder, SwirlIconFolderShared, SwirlIconFormatHOne, SwirlIconFullscreen, SwirlIconFullscreenExit, SwirlIconGif, 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, SwirlIconSend, SwirlIconSettings, SwirlIconShortText, SwirlIconSimplify, SwirlIconSpellcheck, SwirlIconStop, SwirlIconSync, SwirlIconTasksFilled, SwirlIconTasksOutlined, SwirlIconTimeFilled, SwirlIconTimeOutlined, SwirlIconToday, SwirlIconTranslate, SwirlIconUndo, SwirlIconUnlockPerson, 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, SwirlTooltip, SwirlTreeNavigationItem, SwirlVideoThumbnail, SwirlVisuallyHidden, TextValueAccessor };
7230
7430
  //# sourceMappingURL=getflip-swirl-components-angular.mjs.map