@getflip/swirl-components-angular 0.1.0 → 0.2.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.
Files changed (28) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +47 -0
  3. package/dist/component-library/esm2020/lib/component-library.module.mjs +19 -4
  4. package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +3 -3
  5. package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +956 -17
  6. package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +38 -1
  7. package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +35 -0
  8. package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
  9. package/dist/component-library/esm2020/public-api.mjs +2 -1
  10. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1129 -145
  11. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
  12. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1129 -145
  13. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
  14. package/dist/component-library/lib/component-library.module.d.ts +3 -2
  15. package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
  16. package/dist/component-library/lib/stencil-generated/components.d.ts +381 -4
  17. package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
  18. package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +8 -0
  19. package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
  20. package/dist/component-library/public-api.d.ts +1 -0
  21. package/package.json +2 -2
  22. package/projects/component-library/src/lib/component-library.module.ts +13 -2
  23. package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +1 -1
  24. package/projects/component-library/src/lib/stencil-generated/components.ts +1145 -290
  25. package/projects/component-library/src/lib/stencil-generated/index.ts +37 -0
  26. package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +24 -0
  27. package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +1 -1
  28. package/projects/component-library/src/public-api.ts +1 -0
@@ -230,11 +230,11 @@ let FlipButton = class FlipButton {
230
230
  }
231
231
  };
232
232
  FlipButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
233
- FlipButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipButton, selector: "flip-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", intent: "intent", label: "label", name: "name", size: "size", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
233
+ FlipButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipButton, selector: "flip-button", inputs: { disabled: "disabled", download: "download", flipAriaDescribedby: "flipAriaDescribedby", flipAriaLabel: "flipAriaLabel", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", size: "size", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
234
234
  FlipButton = __decorate([
235
235
  ProxyCmp({
236
236
  defineCustomElementFn: undefined,
237
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
237
+ inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
238
238
  })
239
239
  ], FlipButton);
240
240
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipButton, decorators: [{
@@ -243,7 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
243
243
  selector: 'flip-button',
244
244
  changeDetection: ChangeDetectionStrategy.OnPush,
245
245
  template: '<ng-content></ng-content>',
246
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
246
+ inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
247
247
  }]
248
248
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
249
249
  let FlipButtonGroup = class FlipButtonGroup {
@@ -279,11 +279,11 @@ let FlipCheckbox = class FlipCheckbox {
279
279
  }
280
280
  };
281
281
  FlipCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
282
- FlipCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipCheckbox, selector: "flip-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
282
+ FlipCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipCheckbox, selector: "flip-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
283
283
  FlipCheckbox = __decorate([
284
284
  ProxyCmp({
285
285
  defineCustomElementFn: undefined,
286
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
286
+ inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
287
287
  })
288
288
  ], FlipCheckbox);
289
289
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipCheckbox, decorators: [{
@@ -292,7 +292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
292
292
  selector: 'flip-checkbox',
293
293
  changeDetection: ChangeDetectionStrategy.OnPush,
294
294
  template: '<ng-content></ng-content>',
295
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
295
+ inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
296
296
  }]
297
297
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
298
298
  let FlipChip = class FlipChip {
@@ -319,6 +319,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
319
319
  inputs: ['avatar', 'icon', 'intent', 'interactive', 'label']
320
320
  }]
321
321
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
322
+ let FlipDateInput = class FlipDateInput {
323
+ constructor(c, r, z) {
324
+ this.z = z;
325
+ c.detach();
326
+ this.el = r.nativeElement;
327
+ proxyOutputs(this, this.el, ['valueChange']);
328
+ }
329
+ };
330
+ FlipDateInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
331
+ FlipDateInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipDateInput, selector: "flip-date-input", inputs: { autoFocus: "autoFocus", autoSelect: "autoSelect", datePickerLabel: "datePickerLabel", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", format: "format", invalid: "invalid", locale: "locale", placeholder: "placeholder", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
332
+ FlipDateInput = __decorate([
333
+ ProxyCmp({
334
+ defineCustomElementFn: undefined,
335
+ inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
336
+ })
337
+ ], FlipDateInput);
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDateInput, decorators: [{
339
+ type: Component,
340
+ args: [{
341
+ selector: 'flip-date-input',
342
+ changeDetection: ChangeDetectionStrategy.OnPush,
343
+ template: '<ng-content></ng-content>',
344
+ inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
345
+ }]
346
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
347
+ let FlipDatePicker = class FlipDatePicker {
348
+ constructor(c, r, z) {
349
+ this.z = z;
350
+ c.detach();
351
+ this.el = r.nativeElement;
352
+ proxyOutputs(this, this.el, ['valueChange']);
353
+ }
354
+ };
355
+ FlipDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
356
+ FlipDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipDatePicker, selector: "flip-date-picker", inputs: { locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", startDate: "startDate", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
357
+ FlipDatePicker = __decorate([
358
+ ProxyCmp({
359
+ defineCustomElementFn: undefined,
360
+ inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
361
+ })
362
+ ], FlipDatePicker);
363
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDatePicker, decorators: [{
364
+ type: Component,
365
+ args: [{
366
+ selector: 'flip-date-picker',
367
+ changeDetection: ChangeDetectionStrategy.OnPush,
368
+ template: '<ng-content></ng-content>',
369
+ inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
370
+ }]
371
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
322
372
  let FlipDescriptionList = class FlipDescriptionList {
323
373
  constructor(c, r, z) {
324
374
  this.z = z;
@@ -391,6 +441,298 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
391
441
  inputs: ['hideLabel', 'intent', 'label', 'primaryActionLabel', 'secondaryActionLabel']
392
442
  }]
393
443
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
444
+ let FlipEmptyState = class FlipEmptyState {
445
+ constructor(c, r, z) {
446
+ this.z = z;
447
+ c.detach();
448
+ this.el = r.nativeElement;
449
+ }
450
+ };
451
+ FlipEmptyState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
452
+ FlipEmptyState.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipEmptyState, selector: "flip-empty-state", inputs: { heading: "heading", illustration: "illustration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
453
+ FlipEmptyState = __decorate([
454
+ ProxyCmp({
455
+ defineCustomElementFn: undefined,
456
+ inputs: ['heading', 'illustration']
457
+ })
458
+ ], FlipEmptyState);
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipEmptyState, decorators: [{
460
+ type: Component,
461
+ args: [{
462
+ selector: 'flip-empty-state',
463
+ changeDetection: ChangeDetectionStrategy.OnPush,
464
+ template: '<ng-content></ng-content>',
465
+ inputs: ['heading', 'illustration']
466
+ }]
467
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
468
+ let FlipFileUploader = class FlipFileUploader {
469
+ constructor(c, r, z) {
470
+ this.z = z;
471
+ c.detach();
472
+ this.el = r.nativeElement;
473
+ proxyOutputs(this, this.el, ['valueChange']);
474
+ }
475
+ };
476
+ FlipFileUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
477
+ FlipFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileUploader, selector: "flip-file-uploader", inputs: { accept: "accept", ctaLabel: "ctaLabel", description: "description", disabled: "disabled", dragDropLabel: "dragDropLabel", inputId: "inputId", inputName: "inputName", label: "label", multiple: "multiple", showDropzone: "showDropzone", uploadButtonLabel: "uploadButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
478
+ FlipFileUploader = __decorate([
479
+ ProxyCmp({
480
+ defineCustomElementFn: undefined,
481
+ inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel'],
482
+ methods: ['reset']
483
+ })
484
+ ], FlipFileUploader);
485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileUploader, decorators: [{
486
+ type: Component,
487
+ args: [{
488
+ selector: 'flip-file-uploader',
489
+ changeDetection: ChangeDetectionStrategy.OnPush,
490
+ template: '<ng-content></ng-content>',
491
+ inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel']
492
+ }]
493
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
494
+ let FlipFileViewer = class FlipFileViewer {
495
+ constructor(c, r, z) {
496
+ this.z = z;
497
+ c.detach();
498
+ this.el = r.nativeElement;
499
+ }
500
+ };
501
+ FlipFileViewer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
502
+ FlipFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewer, selector: "flip-file-viewer", inputs: { 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 });
503
+ FlipFileViewer = __decorate([
504
+ ProxyCmp({
505
+ defineCustomElementFn: undefined,
506
+ inputs: ['description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom'],
507
+ methods: ['download', 'print']
508
+ })
509
+ ], FlipFileViewer);
510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewer, decorators: [{
511
+ type: Component,
512
+ args: [{
513
+ selector: 'flip-file-viewer',
514
+ changeDetection: ChangeDetectionStrategy.OnPush,
515
+ template: '<ng-content></ng-content>',
516
+ inputs: ['description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom']
517
+ }]
518
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
519
+ let FlipFileViewerAudio = class FlipFileViewerAudio {
520
+ constructor(c, r, z) {
521
+ this.z = z;
522
+ c.detach();
523
+ this.el = r.nativeElement;
524
+ }
525
+ };
526
+ FlipFileViewerAudio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
527
+ FlipFileViewerAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerAudio, selector: "flip-file-viewer-audio", inputs: { file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
528
+ FlipFileViewerAudio = __decorate([
529
+ ProxyCmp({
530
+ defineCustomElementFn: undefined,
531
+ inputs: ['file', 'type']
532
+ })
533
+ ], FlipFileViewerAudio);
534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerAudio, decorators: [{
535
+ type: Component,
536
+ args: [{
537
+ selector: 'flip-file-viewer-audio',
538
+ changeDetection: ChangeDetectionStrategy.OnPush,
539
+ template: '<ng-content></ng-content>',
540
+ inputs: ['file', 'type']
541
+ }]
542
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
+ let FlipFileViewerCsv = class FlipFileViewerCsv {
544
+ constructor(c, r, z) {
545
+ this.z = z;
546
+ c.detach();
547
+ this.el = r.nativeElement;
548
+ }
549
+ };
550
+ FlipFileViewerCsv.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerCsv, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
551
+ FlipFileViewerCsv.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerCsv, selector: "flip-file-viewer-csv", inputs: { errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
552
+ FlipFileViewerCsv = __decorate([
553
+ ProxyCmp({
554
+ defineCustomElementFn: undefined,
555
+ inputs: ['errorMessage', 'file']
556
+ })
557
+ ], FlipFileViewerCsv);
558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerCsv, decorators: [{
559
+ type: Component,
560
+ args: [{
561
+ selector: 'flip-file-viewer-csv',
562
+ changeDetection: ChangeDetectionStrategy.OnPush,
563
+ template: '<ng-content></ng-content>',
564
+ inputs: ['errorMessage', 'file']
565
+ }]
566
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
567
+ let FlipFileViewerImage = class FlipFileViewerImage {
568
+ constructor(c, r, z) {
569
+ this.z = z;
570
+ c.detach();
571
+ this.el = r.nativeElement;
572
+ }
573
+ };
574
+ FlipFileViewerImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
575
+ FlipFileViewerImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerImage, selector: "flip-file-viewer-image", inputs: { description: "description", errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
576
+ FlipFileViewerImage = __decorate([
577
+ ProxyCmp({
578
+ defineCustomElementFn: undefined,
579
+ inputs: ['description', 'errorMessage', 'file']
580
+ })
581
+ ], FlipFileViewerImage);
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, decorators: [{
583
+ type: Component,
584
+ args: [{
585
+ selector: 'flip-file-viewer-image',
586
+ changeDetection: ChangeDetectionStrategy.OnPush,
587
+ template: '<ng-content></ng-content>',
588
+ inputs: ['description', 'errorMessage', 'file']
589
+ }]
590
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
591
+ let FlipFileViewerPdf = class FlipFileViewerPdf {
592
+ constructor(c, r, z) {
593
+ this.z = z;
594
+ c.detach();
595
+ this.el = r.nativeElement;
596
+ }
597
+ };
598
+ FlipFileViewerPdf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerPdf, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
599
+ FlipFileViewerPdf.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerPdf, selector: "flip-file-viewer-pdf", inputs: { errorMessage: "errorMessage", file: "file", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
600
+ FlipFileViewerPdf = __decorate([
601
+ ProxyCmp({
602
+ defineCustomElementFn: undefined,
603
+ inputs: ['errorMessage', 'file', 'zoom'],
604
+ methods: ['print']
605
+ })
606
+ ], FlipFileViewerPdf);
607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerPdf, decorators: [{
608
+ type: Component,
609
+ args: [{
610
+ selector: 'flip-file-viewer-pdf',
611
+ changeDetection: ChangeDetectionStrategy.OnPush,
612
+ template: '<ng-content></ng-content>',
613
+ inputs: ['errorMessage', 'file', 'zoom']
614
+ }]
615
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
616
+ let FlipFileViewerText = class FlipFileViewerText {
617
+ constructor(c, r, z) {
618
+ this.z = z;
619
+ c.detach();
620
+ this.el = r.nativeElement;
621
+ }
622
+ };
623
+ FlipFileViewerText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
624
+ FlipFileViewerText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerText, selector: "flip-file-viewer-text", inputs: { errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
625
+ FlipFileViewerText = __decorate([
626
+ ProxyCmp({
627
+ defineCustomElementFn: undefined,
628
+ inputs: ['errorMessage', 'file']
629
+ })
630
+ ], FlipFileViewerText);
631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerText, decorators: [{
632
+ type: Component,
633
+ args: [{
634
+ selector: 'flip-file-viewer-text',
635
+ changeDetection: ChangeDetectionStrategy.OnPush,
636
+ template: '<ng-content></ng-content>',
637
+ inputs: ['errorMessage', 'file']
638
+ }]
639
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
640
+ let FlipFileViewerVideo = class FlipFileViewerVideo {
641
+ constructor(c, r, z) {
642
+ this.z = z;
643
+ c.detach();
644
+ this.el = r.nativeElement;
645
+ }
646
+ };
647
+ FlipFileViewerVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
648
+ FlipFileViewerVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerVideo, selector: "flip-file-viewer-video", inputs: { file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
649
+ FlipFileViewerVideo = __decorate([
650
+ ProxyCmp({
651
+ defineCustomElementFn: undefined,
652
+ inputs: ['file', 'type']
653
+ })
654
+ ], FlipFileViewerVideo);
655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerVideo, decorators: [{
656
+ type: Component,
657
+ args: [{
658
+ selector: 'flip-file-viewer-video',
659
+ changeDetection: ChangeDetectionStrategy.OnPush,
660
+ template: '<ng-content></ng-content>',
661
+ inputs: ['file', 'type']
662
+ }]
663
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
664
+ let FlipFormControl = class FlipFormControl {
665
+ constructor(c, r, z) {
666
+ this.z = z;
667
+ c.detach();
668
+ this.el = r.nativeElement;
669
+ }
670
+ };
671
+ FlipFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
672
+ FlipFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFormControl, selector: "flip-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", invalid: "invalid", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
673
+ FlipFormControl = __decorate([
674
+ ProxyCmp({
675
+ defineCustomElementFn: undefined,
676
+ inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
677
+ })
678
+ ], FlipFormControl);
679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormControl, decorators: [{
680
+ type: Component,
681
+ args: [{
682
+ selector: 'flip-form-control',
683
+ changeDetection: ChangeDetectionStrategy.OnPush,
684
+ template: '<ng-content></ng-content>',
685
+ inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
686
+ }]
687
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
688
+ let FlipFormGroup = class FlipFormGroup {
689
+ constructor(c, r, z) {
690
+ this.z = z;
691
+ c.detach();
692
+ this.el = r.nativeElement;
693
+ }
694
+ };
695
+ FlipFormGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
696
+ FlipFormGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFormGroup, selector: "flip-form-group", inputs: { orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
697
+ FlipFormGroup = __decorate([
698
+ ProxyCmp({
699
+ defineCustomElementFn: undefined,
700
+ inputs: ['orientation']
701
+ })
702
+ ], FlipFormGroup);
703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormGroup, decorators: [{
704
+ type: Component,
705
+ args: [{
706
+ selector: 'flip-form-group',
707
+ changeDetection: ChangeDetectionStrategy.OnPush,
708
+ template: '<ng-content></ng-content>',
709
+ inputs: ['orientation']
710
+ }]
711
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
712
+ let FlipHeading = class FlipHeading {
713
+ constructor(c, r, z) {
714
+ this.z = z;
715
+ c.detach();
716
+ this.el = r.nativeElement;
717
+ }
718
+ };
719
+ FlipHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
720
+ FlipHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipHeading, selector: "flip-heading", inputs: { align: "align", as: "as", headingId: "headingId", level: "level", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
721
+ FlipHeading = __decorate([
722
+ ProxyCmp({
723
+ defineCustomElementFn: undefined,
724
+ inputs: ['align', 'as', 'headingId', 'level', 'text']
725
+ })
726
+ ], FlipHeading);
727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipHeading, decorators: [{
728
+ type: Component,
729
+ args: [{
730
+ selector: 'flip-heading',
731
+ changeDetection: ChangeDetectionStrategy.OnPush,
732
+ template: '<ng-content></ng-content>',
733
+ inputs: ['align', 'as', 'headingId', 'level', 'text']
734
+ }]
735
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
394
736
  let FlipIconAdd = class FlipIconAdd {
395
737
  constructor(c, r, z) {
396
738
  this.z = z;
@@ -511,6 +853,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
511
853
  inputs: ['size']
512
854
  }]
513
855
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
856
+ let FlipIconArrowLeft = class FlipIconArrowLeft {
857
+ constructor(c, r, z) {
858
+ this.z = z;
859
+ c.detach();
860
+ this.el = r.nativeElement;
861
+ }
862
+ };
863
+ FlipIconArrowLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
864
+ FlipIconArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconArrowLeft, selector: "flip-icon-arrow-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
865
+ FlipIconArrowLeft = __decorate([
866
+ ProxyCmp({
867
+ defineCustomElementFn: undefined,
868
+ inputs: ['size']
869
+ })
870
+ ], FlipIconArrowLeft);
871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowLeft, decorators: [{
872
+ type: Component,
873
+ args: [{
874
+ selector: 'flip-icon-arrow-left',
875
+ changeDetection: ChangeDetectionStrategy.OnPush,
876
+ template: '<ng-content></ng-content>',
877
+ inputs: ['size']
878
+ }]
879
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
880
+ let FlipIconArrowRight = class FlipIconArrowRight {
881
+ constructor(c, r, z) {
882
+ this.z = z;
883
+ c.detach();
884
+ this.el = r.nativeElement;
885
+ }
886
+ };
887
+ FlipIconArrowRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
888
+ FlipIconArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconArrowRight, selector: "flip-icon-arrow-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
889
+ FlipIconArrowRight = __decorate([
890
+ ProxyCmp({
891
+ defineCustomElementFn: undefined,
892
+ inputs: ['size']
893
+ })
894
+ ], FlipIconArrowRight);
895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowRight, decorators: [{
896
+ type: Component,
897
+ args: [{
898
+ selector: 'flip-icon-arrow-right',
899
+ changeDetection: ChangeDetectionStrategy.OnPush,
900
+ template: '<ng-content></ng-content>',
901
+ inputs: ['size']
902
+ }]
903
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
514
904
  let FlipIconArrowRightSmall = class FlipIconArrowRightSmall {
515
905
  constructor(c, r, z) {
516
906
  this.z = z;
@@ -799,25 +1189,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
799
1189
  inputs: ['size']
800
1190
  }]
801
1191
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
802
- let FlipIconComment = class FlipIconComment {
1192
+ let FlipIconCloudUpload = class FlipIconCloudUpload {
803
1193
  constructor(c, r, z) {
804
1194
  this.z = z;
805
1195
  c.detach();
806
1196
  this.el = r.nativeElement;
807
1197
  }
808
1198
  };
809
- FlipIconComment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconComment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
810
- FlipIconComment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconComment, selector: "flip-icon-comment", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
811
- FlipIconComment = __decorate([
1199
+ FlipIconCloudUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconCloudUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1200
+ FlipIconCloudUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconCloudUpload, selector: "flip-icon-cloud-upload", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1201
+ FlipIconCloudUpload = __decorate([
812
1202
  ProxyCmp({
813
1203
  defineCustomElementFn: undefined,
814
1204
  inputs: ['size']
815
1205
  })
816
- ], FlipIconComment);
817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconComment, decorators: [{
1206
+ ], FlipIconCloudUpload);
1207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconCloudUpload, decorators: [{
818
1208
  type: Component,
819
1209
  args: [{
820
- selector: 'flip-icon-comment',
1210
+ selector: 'flip-icon-cloud-upload',
1211
+ changeDetection: ChangeDetectionStrategy.OnPush,
1212
+ template: '<ng-content></ng-content>',
1213
+ inputs: ['size']
1214
+ }]
1215
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1216
+ let FlipIconComment = class FlipIconComment {
1217
+ constructor(c, r, z) {
1218
+ this.z = z;
1219
+ c.detach();
1220
+ this.el = r.nativeElement;
1221
+ }
1222
+ };
1223
+ FlipIconComment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconComment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1224
+ FlipIconComment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconComment, selector: "flip-icon-comment", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1225
+ FlipIconComment = __decorate([
1226
+ ProxyCmp({
1227
+ defineCustomElementFn: undefined,
1228
+ inputs: ['size']
1229
+ })
1230
+ ], FlipIconComment);
1231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconComment, decorators: [{
1232
+ type: Component,
1233
+ args: [{
1234
+ selector: 'flip-icon-comment',
821
1235
  changeDetection: ChangeDetectionStrategy.OnPush,
822
1236
  template: '<ng-content></ng-content>',
823
1237
  inputs: ['size']
@@ -1135,6 +1549,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1135
1549
  inputs: ['size']
1136
1550
  }]
1137
1551
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1552
+ let FlipIconFullscreen = class FlipIconFullscreen {
1553
+ constructor(c, r, z) {
1554
+ this.z = z;
1555
+ c.detach();
1556
+ this.el = r.nativeElement;
1557
+ }
1558
+ };
1559
+ FlipIconFullscreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1560
+ FlipIconFullscreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconFullscreen, selector: "flip-icon-fullscreen", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1561
+ FlipIconFullscreen = __decorate([
1562
+ ProxyCmp({
1563
+ defineCustomElementFn: undefined,
1564
+ inputs: ['size']
1565
+ })
1566
+ ], FlipIconFullscreen);
1567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreen, decorators: [{
1568
+ type: Component,
1569
+ args: [{
1570
+ selector: 'flip-icon-fullscreen',
1571
+ changeDetection: ChangeDetectionStrategy.OnPush,
1572
+ template: '<ng-content></ng-content>',
1573
+ inputs: ['size']
1574
+ }]
1575
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1576
+ let FlipIconFullscreenExit = class FlipIconFullscreenExit {
1577
+ constructor(c, r, z) {
1578
+ this.z = z;
1579
+ c.detach();
1580
+ this.el = r.nativeElement;
1581
+ }
1582
+ };
1583
+ FlipIconFullscreenExit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreenExit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1584
+ FlipIconFullscreenExit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconFullscreenExit, selector: "flip-icon-fullscreen-exit", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1585
+ FlipIconFullscreenExit = __decorate([
1586
+ ProxyCmp({
1587
+ defineCustomElementFn: undefined,
1588
+ inputs: ['size']
1589
+ })
1590
+ ], FlipIconFullscreenExit);
1591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreenExit, decorators: [{
1592
+ type: Component,
1593
+ args: [{
1594
+ selector: 'flip-icon-fullscreen-exit',
1595
+ changeDetection: ChangeDetectionStrategy.OnPush,
1596
+ template: '<ng-content></ng-content>',
1597
+ inputs: ['size']
1598
+ }]
1599
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1138
1600
  let FlipIconGroupAssign = class FlipIconGroupAssign {
1139
1601
  constructor(c, r, z) {
1140
1602
  this.z = z;
@@ -1591,6 +2053,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1591
2053
  inputs: ['size']
1592
2054
  }]
1593
2055
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2056
+ let FlipIconOpenInNew = class FlipIconOpenInNew {
2057
+ constructor(c, r, z) {
2058
+ this.z = z;
2059
+ c.detach();
2060
+ this.el = r.nativeElement;
2061
+ }
2062
+ };
2063
+ FlipIconOpenInNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconOpenInNew, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2064
+ FlipIconOpenInNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconOpenInNew, selector: "flip-icon-open-in-new", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2065
+ FlipIconOpenInNew = __decorate([
2066
+ ProxyCmp({
2067
+ defineCustomElementFn: undefined,
2068
+ inputs: ['size']
2069
+ })
2070
+ ], FlipIconOpenInNew);
2071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconOpenInNew, decorators: [{
2072
+ type: Component,
2073
+ args: [{
2074
+ selector: 'flip-icon-open-in-new',
2075
+ changeDetection: ChangeDetectionStrategy.OnPush,
2076
+ template: '<ng-content></ng-content>',
2077
+ inputs: ['size']
2078
+ }]
2079
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1594
2080
  let FlipIconPeopleAlt = class FlipIconPeopleAlt {
1595
2081
  constructor(c, r, z) {
1596
2082
  this.z = z;
@@ -1711,6 +2197,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1711
2197
  inputs: ['size']
1712
2198
  }]
1713
2199
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2200
+ let FlipIconPrint = class FlipIconPrint {
2201
+ constructor(c, r, z) {
2202
+ this.z = z;
2203
+ c.detach();
2204
+ this.el = r.nativeElement;
2205
+ }
2206
+ };
2207
+ FlipIconPrint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconPrint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2208
+ FlipIconPrint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconPrint, selector: "flip-icon-print", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2209
+ FlipIconPrint = __decorate([
2210
+ ProxyCmp({
2211
+ defineCustomElementFn: undefined,
2212
+ inputs: ['size']
2213
+ })
2214
+ ], FlipIconPrint);
2215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconPrint, decorators: [{
2216
+ type: Component,
2217
+ args: [{
2218
+ selector: 'flip-icon-print',
2219
+ changeDetection: ChangeDetectionStrategy.OnPush,
2220
+ template: '<ng-content></ng-content>',
2221
+ inputs: ['size']
2222
+ }]
2223
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1714
2224
  let FlipIconRecieved = class FlipIconRecieved {
1715
2225
  constructor(c, r, z) {
1716
2226
  this.z = z;
@@ -1735,6 +2245,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1735
2245
  inputs: ['size']
1736
2246
  }]
1737
2247
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2248
+ let FlipIconRemove = class FlipIconRemove {
2249
+ constructor(c, r, z) {
2250
+ this.z = z;
2251
+ c.detach();
2252
+ this.el = r.nativeElement;
2253
+ }
2254
+ };
2255
+ FlipIconRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconRemove, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2256
+ FlipIconRemove.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconRemove, selector: "flip-icon-remove", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2257
+ FlipIconRemove = __decorate([
2258
+ ProxyCmp({
2259
+ defineCustomElementFn: undefined,
2260
+ inputs: ['size']
2261
+ })
2262
+ ], FlipIconRemove);
2263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconRemove, decorators: [{
2264
+ type: Component,
2265
+ args: [{
2266
+ selector: 'flip-icon-remove',
2267
+ changeDetection: ChangeDetectionStrategy.OnPush,
2268
+ template: '<ng-content></ng-content>',
2269
+ inputs: ['size']
2270
+ }]
2271
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1738
2272
  let FlipIconSearch = class FlipIconSearch {
1739
2273
  constructor(c, r, z) {
1740
2274
  this.z = z;
@@ -1821,306 +2355,551 @@ FlipIconSettings = __decorate([
1821
2355
  defineCustomElementFn: undefined,
1822
2356
  inputs: ['size']
1823
2357
  })
1824
- ], FlipIconSettings);
1825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconSettings, decorators: [{
2358
+ ], FlipIconSettings);
2359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconSettings, decorators: [{
2360
+ type: Component,
2361
+ args: [{
2362
+ selector: 'flip-icon-settings',
2363
+ changeDetection: ChangeDetectionStrategy.OnPush,
2364
+ template: '<ng-content></ng-content>',
2365
+ inputs: ['size']
2366
+ }]
2367
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2368
+ let FlipIconTimeFilled = class FlipIconTimeFilled {
2369
+ constructor(c, r, z) {
2370
+ this.z = z;
2371
+ c.detach();
2372
+ this.el = r.nativeElement;
2373
+ }
2374
+ };
2375
+ FlipIconTimeFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2376
+ FlipIconTimeFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconTimeFilled, selector: "flip-icon-time-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2377
+ FlipIconTimeFilled = __decorate([
2378
+ ProxyCmp({
2379
+ defineCustomElementFn: undefined,
2380
+ inputs: ['size']
2381
+ })
2382
+ ], FlipIconTimeFilled);
2383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeFilled, decorators: [{
2384
+ type: Component,
2385
+ args: [{
2386
+ selector: 'flip-icon-time-filled',
2387
+ changeDetection: ChangeDetectionStrategy.OnPush,
2388
+ template: '<ng-content></ng-content>',
2389
+ inputs: ['size']
2390
+ }]
2391
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2392
+ let FlipIconTimeOutlined = class FlipIconTimeOutlined {
2393
+ constructor(c, r, z) {
2394
+ this.z = z;
2395
+ c.detach();
2396
+ this.el = r.nativeElement;
2397
+ }
2398
+ };
2399
+ FlipIconTimeOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2400
+ FlipIconTimeOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconTimeOutlined, selector: "flip-icon-time-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2401
+ FlipIconTimeOutlined = __decorate([
2402
+ ProxyCmp({
2403
+ defineCustomElementFn: undefined,
2404
+ inputs: ['size']
2405
+ })
2406
+ ], FlipIconTimeOutlined);
2407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeOutlined, decorators: [{
2408
+ type: Component,
2409
+ args: [{
2410
+ selector: 'flip-icon-time-outlined',
2411
+ changeDetection: ChangeDetectionStrategy.OnPush,
2412
+ template: '<ng-content></ng-content>',
2413
+ inputs: ['size']
2414
+ }]
2415
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2416
+ let FlipIconToday = class FlipIconToday {
2417
+ constructor(c, r, z) {
2418
+ this.z = z;
2419
+ c.detach();
2420
+ this.el = r.nativeElement;
2421
+ }
2422
+ };
2423
+ FlipIconToday.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconToday, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2424
+ FlipIconToday.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconToday, selector: "flip-icon-today", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2425
+ FlipIconToday = __decorate([
2426
+ ProxyCmp({
2427
+ defineCustomElementFn: undefined,
2428
+ inputs: ['size']
2429
+ })
2430
+ ], FlipIconToday);
2431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconToday, decorators: [{
2432
+ type: Component,
2433
+ args: [{
2434
+ selector: 'flip-icon-today',
2435
+ changeDetection: ChangeDetectionStrategy.OnPush,
2436
+ template: '<ng-content></ng-content>',
2437
+ inputs: ['size']
2438
+ }]
2439
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2440
+ let FlipIconUserAssign = class FlipIconUserAssign {
2441
+ constructor(c, r, z) {
2442
+ this.z = z;
2443
+ c.detach();
2444
+ this.el = r.nativeElement;
2445
+ }
2446
+ };
2447
+ FlipIconUserAssign.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconUserAssign, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2448
+ FlipIconUserAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconUserAssign, selector: "flip-icon-user-assign", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2449
+ FlipIconUserAssign = __decorate([
2450
+ ProxyCmp({
2451
+ defineCustomElementFn: undefined,
2452
+ inputs: ['size']
2453
+ })
2454
+ ], FlipIconUserAssign);
2455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconUserAssign, decorators: [{
2456
+ type: Component,
2457
+ args: [{
2458
+ selector: 'flip-icon-user-assign',
2459
+ changeDetection: ChangeDetectionStrategy.OnPush,
2460
+ template: '<ng-content></ng-content>',
2461
+ inputs: ['size']
2462
+ }]
2463
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2464
+ let FlipIconVideoCamera = class FlipIconVideoCamera {
2465
+ constructor(c, r, z) {
2466
+ this.z = z;
2467
+ c.detach();
2468
+ this.el = r.nativeElement;
2469
+ }
2470
+ };
2471
+ FlipIconVideoCamera.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVideoCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2472
+ FlipIconVideoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVideoCamera, selector: "flip-icon-video-camera", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2473
+ FlipIconVideoCamera = __decorate([
2474
+ ProxyCmp({
2475
+ defineCustomElementFn: undefined,
2476
+ inputs: ['size']
2477
+ })
2478
+ ], FlipIconVideoCamera);
2479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVideoCamera, decorators: [{
2480
+ type: Component,
2481
+ args: [{
2482
+ selector: 'flip-icon-video-camera',
2483
+ changeDetection: ChangeDetectionStrategy.OnPush,
2484
+ template: '<ng-content></ng-content>',
2485
+ inputs: ['size']
2486
+ }]
2487
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2488
+ let FlipIconVisibility = class FlipIconVisibility {
2489
+ constructor(c, r, z) {
2490
+ this.z = z;
2491
+ c.detach();
2492
+ this.el = r.nativeElement;
2493
+ }
2494
+ };
2495
+ FlipIconVisibility.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibility, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2496
+ FlipIconVisibility.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVisibility, selector: "flip-icon-visibility", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2497
+ FlipIconVisibility = __decorate([
2498
+ ProxyCmp({
2499
+ defineCustomElementFn: undefined,
2500
+ inputs: ['size']
2501
+ })
2502
+ ], FlipIconVisibility);
2503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibility, decorators: [{
2504
+ type: Component,
2505
+ args: [{
2506
+ selector: 'flip-icon-visibility',
2507
+ changeDetection: ChangeDetectionStrategy.OnPush,
2508
+ template: '<ng-content></ng-content>',
2509
+ inputs: ['size']
2510
+ }]
2511
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2512
+ let FlipIconVisibilityOff = class FlipIconVisibilityOff {
2513
+ constructor(c, r, z) {
2514
+ this.z = z;
2515
+ c.detach();
2516
+ this.el = r.nativeElement;
2517
+ }
2518
+ };
2519
+ FlipIconVisibilityOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibilityOff, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2520
+ FlipIconVisibilityOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVisibilityOff, selector: "flip-icon-visibility-off", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2521
+ FlipIconVisibilityOff = __decorate([
2522
+ ProxyCmp({
2523
+ defineCustomElementFn: undefined,
2524
+ inputs: ['size']
2525
+ })
2526
+ ], FlipIconVisibilityOff);
2527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibilityOff, decorators: [{
2528
+ type: Component,
2529
+ args: [{
2530
+ selector: 'flip-icon-visibility-off',
2531
+ changeDetection: ChangeDetectionStrategy.OnPush,
2532
+ template: '<ng-content></ng-content>',
2533
+ inputs: ['size']
2534
+ }]
2535
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2536
+ let FlipIconWarning = class FlipIconWarning {
2537
+ constructor(c, r, z) {
2538
+ this.z = z;
2539
+ c.detach();
2540
+ this.el = r.nativeElement;
2541
+ }
2542
+ };
2543
+ FlipIconWarning.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconWarning, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2544
+ FlipIconWarning.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconWarning, selector: "flip-icon-warning", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2545
+ FlipIconWarning = __decorate([
2546
+ ProxyCmp({
2547
+ defineCustomElementFn: undefined,
2548
+ inputs: ['size']
2549
+ })
2550
+ ], FlipIconWarning);
2551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconWarning, decorators: [{
2552
+ type: Component,
2553
+ args: [{
2554
+ selector: 'flip-icon-warning',
2555
+ changeDetection: ChangeDetectionStrategy.OnPush,
2556
+ template: '<ng-content></ng-content>',
2557
+ inputs: ['size']
2558
+ }]
2559
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2560
+ let FlipInlineError = class FlipInlineError {
2561
+ constructor(c, r, z) {
2562
+ this.z = z;
2563
+ c.detach();
2564
+ this.el = r.nativeElement;
2565
+ }
2566
+ };
2567
+ FlipInlineError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipInlineError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2568
+ FlipInlineError.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipInlineError, selector: "flip-inline-error", inputs: { message: "message", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2569
+ FlipInlineError = __decorate([
2570
+ ProxyCmp({
2571
+ defineCustomElementFn: undefined,
2572
+ inputs: ['message', 'size']
2573
+ })
2574
+ ], FlipInlineError);
2575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipInlineError, decorators: [{
2576
+ type: Component,
2577
+ args: [{
2578
+ selector: 'flip-inline-error',
2579
+ changeDetection: ChangeDetectionStrategy.OnPush,
2580
+ template: '<ng-content></ng-content>',
2581
+ inputs: ['message', 'size']
2582
+ }]
2583
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2584
+ let FlipLink = class FlipLink {
2585
+ constructor(c, r, z) {
2586
+ this.z = z;
2587
+ c.detach();
2588
+ this.el = r.nativeElement;
2589
+ }
2590
+ };
2591
+ FlipLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2592
+ FlipLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipLink, selector: "flip-link", inputs: { href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2593
+ FlipLink = __decorate([
2594
+ ProxyCmp({
2595
+ defineCustomElementFn: undefined,
2596
+ inputs: ['href', 'label', 'target']
2597
+ })
2598
+ ], FlipLink);
2599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipLink, decorators: [{
1826
2600
  type: Component,
1827
2601
  args: [{
1828
- selector: 'flip-icon-settings',
2602
+ selector: 'flip-link',
1829
2603
  changeDetection: ChangeDetectionStrategy.OnPush,
1830
2604
  template: '<ng-content></ng-content>',
1831
- inputs: ['size']
2605
+ inputs: ['href', 'label', 'target']
1832
2606
  }]
1833
2607
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1834
- let FlipIconTimeFilled = class FlipIconTimeFilled {
2608
+ let FlipList = class FlipList {
1835
2609
  constructor(c, r, z) {
1836
2610
  this.z = z;
1837
2611
  c.detach();
1838
2612
  this.el = r.nativeElement;
1839
2613
  }
1840
2614
  };
1841
- FlipIconTimeFilled.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeFilled, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1842
- FlipIconTimeFilled.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconTimeFilled, selector: "flip-icon-time-filled", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1843
- FlipIconTimeFilled = __decorate([
2615
+ FlipList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2616
+ FlipList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipList, selector: "flip-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2617
+ FlipList = __decorate([
1844
2618
  ProxyCmp({
1845
- defineCustomElementFn: undefined,
1846
- inputs: ['size']
2619
+ defineCustomElementFn: undefined
1847
2620
  })
1848
- ], FlipIconTimeFilled);
1849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeFilled, decorators: [{
2621
+ ], FlipList);
2622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipList, decorators: [{
1850
2623
  type: Component,
1851
2624
  args: [{
1852
- selector: 'flip-icon-time-filled',
2625
+ selector: 'flip-list',
1853
2626
  changeDetection: ChangeDetectionStrategy.OnPush,
1854
- template: '<ng-content></ng-content>',
1855
- inputs: ['size']
2627
+ template: '<ng-content></ng-content>'
1856
2628
  }]
1857
2629
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1858
- let FlipIconTimeOutlined = class FlipIconTimeOutlined {
2630
+ let FlipModal = class FlipModal {
1859
2631
  constructor(c, r, z) {
1860
2632
  this.z = z;
1861
2633
  c.detach();
1862
2634
  this.el = r.nativeElement;
2635
+ proxyOutputs(this, this.el, ['primaryAction', 'secondaryAction']);
1863
2636
  }
1864
2637
  };
1865
- FlipIconTimeOutlined.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeOutlined, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1866
- FlipIconTimeOutlined.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconTimeOutlined, selector: "flip-icon-time-outlined", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1867
- FlipIconTimeOutlined = __decorate([
2638
+ FlipModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2639
+ FlipModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipModal, selector: "flip-modal", inputs: { closeButtonLabel: "closeButtonLabel", label: "label", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2640
+ FlipModal = __decorate([
1868
2641
  ProxyCmp({
1869
2642
  defineCustomElementFn: undefined,
1870
- inputs: ['size']
2643
+ inputs: ['closeButtonLabel', 'label', 'primaryActionLabel', 'secondaryActionLabel'],
2644
+ methods: ['open', 'close']
1871
2645
  })
1872
- ], FlipIconTimeOutlined);
1873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconTimeOutlined, decorators: [{
2646
+ ], FlipModal);
2647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipModal, decorators: [{
1874
2648
  type: Component,
1875
2649
  args: [{
1876
- selector: 'flip-icon-time-outlined',
2650
+ selector: 'flip-modal',
1877
2651
  changeDetection: ChangeDetectionStrategy.OnPush,
1878
2652
  template: '<ng-content></ng-content>',
1879
- inputs: ['size']
2653
+ inputs: ['closeButtonLabel', 'label', 'primaryActionLabel', 'secondaryActionLabel']
1880
2654
  }]
1881
2655
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1882
- let FlipIconToday = class FlipIconToday {
2656
+ let FlipOptionList = class FlipOptionList {
1883
2657
  constructor(c, r, z) {
1884
2658
  this.z = z;
1885
2659
  c.detach();
1886
2660
  this.el = r.nativeElement;
2661
+ proxyOutputs(this, this.el, ['valueChange']);
1887
2662
  }
1888
2663
  };
1889
- FlipIconToday.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconToday, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1890
- FlipIconToday.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconToday, selector: "flip-icon-today", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1891
- FlipIconToday = __decorate([
2664
+ FlipOptionList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2665
+ FlipOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionList, selector: "flip-option-list", inputs: { disabled: "disabled", label: "label", multiSelect: "multiSelect", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2666
+ FlipOptionList = __decorate([
1892
2667
  ProxyCmp({
1893
2668
  defineCustomElementFn: undefined,
1894
- inputs: ['size']
2669
+ inputs: ['disabled', 'label', 'multiSelect', 'value']
1895
2670
  })
1896
- ], FlipIconToday);
1897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconToday, decorators: [{
2671
+ ], FlipOptionList);
2672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionList, decorators: [{
1898
2673
  type: Component,
1899
2674
  args: [{
1900
- selector: 'flip-icon-today',
2675
+ selector: 'flip-option-list',
1901
2676
  changeDetection: ChangeDetectionStrategy.OnPush,
1902
2677
  template: '<ng-content></ng-content>',
1903
- inputs: ['size']
2678
+ inputs: ['disabled', 'label', 'multiSelect', 'value']
1904
2679
  }]
1905
2680
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1906
- let FlipIconUserAssign = class FlipIconUserAssign {
2681
+ let FlipOptionListItem = class FlipOptionListItem {
1907
2682
  constructor(c, r, z) {
1908
2683
  this.z = z;
1909
2684
  c.detach();
1910
2685
  this.el = r.nativeElement;
1911
2686
  }
1912
2687
  };
1913
- FlipIconUserAssign.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconUserAssign, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1914
- FlipIconUserAssign.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconUserAssign, selector: "flip-icon-user-assign", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1915
- FlipIconUserAssign = __decorate([
2688
+ FlipOptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2689
+ FlipOptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionListItem, selector: "flip-option-list-item", inputs: { context: "context", disabled: "disabled", icon: "icon", label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2690
+ FlipOptionListItem = __decorate([
1916
2691
  ProxyCmp({
1917
2692
  defineCustomElementFn: undefined,
1918
- inputs: ['size']
2693
+ inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
1919
2694
  })
1920
- ], FlipIconUserAssign);
1921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconUserAssign, decorators: [{
2695
+ ], FlipOptionListItem);
2696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListItem, decorators: [{
1922
2697
  type: Component,
1923
2698
  args: [{
1924
- selector: 'flip-icon-user-assign',
2699
+ selector: 'flip-option-list-item',
1925
2700
  changeDetection: ChangeDetectionStrategy.OnPush,
1926
2701
  template: '<ng-content></ng-content>',
1927
- inputs: ['size']
2702
+ inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
1928
2703
  }]
1929
2704
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1930
- let FlipIconVideoCamera = class FlipIconVideoCamera {
2705
+ let FlipOptionListSection = class FlipOptionListSection {
1931
2706
  constructor(c, r, z) {
1932
2707
  this.z = z;
1933
2708
  c.detach();
1934
2709
  this.el = r.nativeElement;
1935
2710
  }
1936
2711
  };
1937
- FlipIconVideoCamera.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVideoCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1938
- FlipIconVideoCamera.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVideoCamera, selector: "flip-icon-video-camera", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1939
- FlipIconVideoCamera = __decorate([
2712
+ FlipOptionListSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2713
+ FlipOptionListSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionListSection, selector: "flip-option-list-section", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2714
+ FlipOptionListSection = __decorate([
1940
2715
  ProxyCmp({
1941
2716
  defineCustomElementFn: undefined,
1942
- inputs: ['size']
2717
+ inputs: ['label']
1943
2718
  })
1944
- ], FlipIconVideoCamera);
1945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVideoCamera, decorators: [{
2719
+ ], FlipOptionListSection);
2720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListSection, decorators: [{
1946
2721
  type: Component,
1947
2722
  args: [{
1948
- selector: 'flip-icon-video-camera',
2723
+ selector: 'flip-option-list-section',
1949
2724
  changeDetection: ChangeDetectionStrategy.OnPush,
1950
2725
  template: '<ng-content></ng-content>',
1951
- inputs: ['size']
2726
+ inputs: ['label']
1952
2727
  }]
1953
2728
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1954
- let FlipIconVisibility = class FlipIconVisibility {
2729
+ let FlipPagination = class FlipPagination {
1955
2730
  constructor(c, r, z) {
1956
2731
  this.z = z;
1957
2732
  c.detach();
1958
2733
  this.el = r.nativeElement;
2734
+ proxyOutputs(this, this.el, ['setPage']);
1959
2735
  }
1960
2736
  };
1961
- FlipIconVisibility.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibility, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1962
- FlipIconVisibility.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVisibility, selector: "flip-icon-visibility", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1963
- FlipIconVisibility = __decorate([
2737
+ FlipPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2738
+ FlipPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPagination, selector: "flip-pagination", inputs: { accessibleNextButtonLabel: "accessibleNextButtonLabel", accessiblePrevButtonLabel: "accessiblePrevButtonLabel", label: "label", nextButtonLabel: "nextButtonLabel", page: "page", pageLabel: "pageLabel", pageSelectLabel: "pageSelectLabel", pages: "pages", prevButtonLabel: "prevButtonLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2739
+ FlipPagination = __decorate([
1964
2740
  ProxyCmp({
1965
2741
  defineCustomElementFn: undefined,
1966
- inputs: ['size']
2742
+ inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
1967
2743
  })
1968
- ], FlipIconVisibility);
1969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibility, decorators: [{
2744
+ ], FlipPagination);
2745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPagination, decorators: [{
1970
2746
  type: Component,
1971
2747
  args: [{
1972
- selector: 'flip-icon-visibility',
2748
+ selector: 'flip-pagination',
1973
2749
  changeDetection: ChangeDetectionStrategy.OnPush,
1974
2750
  template: '<ng-content></ng-content>',
1975
- inputs: ['size']
2751
+ inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
1976
2752
  }]
1977
2753
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1978
- let FlipIconVisibilityOff = class FlipIconVisibilityOff {
2754
+ let FlipPopover = class FlipPopover {
1979
2755
  constructor(c, r, z) {
1980
2756
  this.z = z;
1981
2757
  c.detach();
1982
2758
  this.el = r.nativeElement;
1983
2759
  }
1984
2760
  };
1985
- FlipIconVisibilityOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibilityOff, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1986
- FlipIconVisibilityOff.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconVisibilityOff, selector: "flip-icon-visibility-off", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1987
- FlipIconVisibilityOff = __decorate([
2761
+ FlipPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2762
+ FlipPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPopover, selector: "flip-popover", inputs: { label: "label", placement: "placement", popoverId: "popoverId", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2763
+ FlipPopover = __decorate([
1988
2764
  ProxyCmp({
1989
2765
  defineCustomElementFn: undefined,
1990
- inputs: ['size']
2766
+ inputs: ['label', 'placement', 'popoverId', 'trigger'],
2767
+ methods: ['close', 'open']
1991
2768
  })
1992
- ], FlipIconVisibilityOff);
1993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconVisibilityOff, decorators: [{
2769
+ ], FlipPopover);
2770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, decorators: [{
1994
2771
  type: Component,
1995
2772
  args: [{
1996
- selector: 'flip-icon-visibility-off',
2773
+ selector: 'flip-popover',
1997
2774
  changeDetection: ChangeDetectionStrategy.OnPush,
1998
2775
  template: '<ng-content></ng-content>',
1999
- inputs: ['size']
2776
+ inputs: ['label', 'placement', 'popoverId', 'trigger']
2000
2777
  }]
2001
2778
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2002
- let FlipIconWarning = class FlipIconWarning {
2779
+ let FlipProgressIndicator = class FlipProgressIndicator {
2003
2780
  constructor(c, r, z) {
2004
2781
  this.z = z;
2005
2782
  c.detach();
2006
2783
  this.el = r.nativeElement;
2007
2784
  }
2008
2785
  };
2009
- FlipIconWarning.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconWarning, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2010
- FlipIconWarning.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconWarning, selector: "flip-icon-warning", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2011
- FlipIconWarning = __decorate([
2786
+ FlipProgressIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2787
+ FlipProgressIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipProgressIndicator, selector: "flip-progress-indicator", inputs: { label: "label", size: "size", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2788
+ FlipProgressIndicator = __decorate([
2012
2789
  ProxyCmp({
2013
2790
  defineCustomElementFn: undefined,
2014
- inputs: ['size']
2791
+ inputs: ['label', 'size', 'value', 'variant']
2015
2792
  })
2016
- ], FlipIconWarning);
2017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconWarning, decorators: [{
2793
+ ], FlipProgressIndicator);
2794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipProgressIndicator, decorators: [{
2018
2795
  type: Component,
2019
2796
  args: [{
2020
- selector: 'flip-icon-warning',
2797
+ selector: 'flip-progress-indicator',
2021
2798
  changeDetection: ChangeDetectionStrategy.OnPush,
2022
2799
  template: '<ng-content></ng-content>',
2023
- inputs: ['size']
2800
+ inputs: ['label', 'size', 'value', 'variant']
2024
2801
  }]
2025
2802
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2026
- let FlipInlineError = class FlipInlineError {
2803
+ let FlipRadio = class FlipRadio {
2027
2804
  constructor(c, r, z) {
2028
2805
  this.z = z;
2029
2806
  c.detach();
2030
2807
  this.el = r.nativeElement;
2808
+ proxyOutputs(this, this.el, ['valueChange']);
2031
2809
  }
2032
2810
  };
2033
- FlipInlineError.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipInlineError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2034
- FlipInlineError.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipInlineError, selector: "flip-inline-error", inputs: { message: "message", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2035
- FlipInlineError = __decorate([
2811
+ FlipRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2812
+ FlipRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadio, selector: "flip-radio", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2813
+ FlipRadio = __decorate([
2036
2814
  ProxyCmp({
2037
2815
  defineCustomElementFn: undefined,
2038
- inputs: ['message', 'size']
2816
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
2039
2817
  })
2040
- ], FlipInlineError);
2041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipInlineError, decorators: [{
2818
+ ], FlipRadio);
2819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadio, decorators: [{
2042
2820
  type: Component,
2043
2821
  args: [{
2044
- selector: 'flip-inline-error',
2822
+ selector: 'flip-radio',
2045
2823
  changeDetection: ChangeDetectionStrategy.OnPush,
2046
2824
  template: '<ng-content></ng-content>',
2047
- inputs: ['message', 'size']
2825
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
2048
2826
  }]
2049
2827
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2050
- let FlipLink = class FlipLink {
2828
+ let FlipRadioGroup = class FlipRadioGroup {
2051
2829
  constructor(c, r, z) {
2052
2830
  this.z = z;
2053
2831
  c.detach();
2054
2832
  this.el = r.nativeElement;
2833
+ proxyOutputs(this, this.el, ['valueChange']);
2055
2834
  }
2056
2835
  };
2057
- FlipLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2058
- FlipLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipLink, selector: "flip-link", inputs: { href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2059
- FlipLink = __decorate([
2836
+ FlipRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2837
+ FlipRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadioGroup, selector: "flip-radio-group", inputs: { flipAriaDescribedby: "flipAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2838
+ FlipRadioGroup = __decorate([
2060
2839
  ProxyCmp({
2061
2840
  defineCustomElementFn: undefined,
2062
- inputs: ['href', 'label', 'target']
2841
+ inputs: ['flipAriaDescribedby', 'value']
2063
2842
  })
2064
- ], FlipLink);
2065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipLink, decorators: [{
2843
+ ], FlipRadioGroup);
2844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, decorators: [{
2066
2845
  type: Component,
2067
2846
  args: [{
2068
- selector: 'flip-link',
2847
+ selector: 'flip-radio-group',
2069
2848
  changeDetection: ChangeDetectionStrategy.OnPush,
2070
2849
  template: '<ng-content></ng-content>',
2071
- inputs: ['href', 'label', 'target']
2850
+ inputs: ['flipAriaDescribedby', 'value']
2072
2851
  }]
2073
2852
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2074
- let FlipPopover = class FlipPopover {
2853
+ let FlipResourceList = class FlipResourceList {
2075
2854
  constructor(c, r, z) {
2076
2855
  this.z = z;
2077
2856
  c.detach();
2078
2857
  this.el = r.nativeElement;
2079
2858
  }
2080
2859
  };
2081
- FlipPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2082
- FlipPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPopover, selector: "flip-popover", inputs: { label: "label", popoverId: "popoverId", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2083
- FlipPopover = __decorate([
2860
+ FlipResourceList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2861
+ FlipResourceList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipResourceList, selector: "flip-resource-list", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2862
+ FlipResourceList = __decorate([
2084
2863
  ProxyCmp({
2085
2864
  defineCustomElementFn: undefined,
2086
- inputs: ['label', 'popoverId', 'trigger']
2865
+ inputs: ['label']
2087
2866
  })
2088
- ], FlipPopover);
2089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, decorators: [{
2867
+ ], FlipResourceList);
2868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceList, decorators: [{
2090
2869
  type: Component,
2091
2870
  args: [{
2092
- selector: 'flip-popover',
2871
+ selector: 'flip-resource-list',
2093
2872
  changeDetection: ChangeDetectionStrategy.OnPush,
2094
2873
  template: '<ng-content></ng-content>',
2095
- inputs: ['label', 'popoverId', 'trigger']
2874
+ inputs: ['label']
2096
2875
  }]
2097
2876
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2098
- let FlipRadio = class FlipRadio {
2877
+ let FlipResourceListFileItem = class FlipResourceListFileItem {
2099
2878
  constructor(c, r, z) {
2100
2879
  this.z = z;
2101
2880
  c.detach();
2102
2881
  this.el = r.nativeElement;
2103
- proxyOutputs(this, this.el, ['valueChange']);
2882
+ proxyOutputs(this, this.el, ['remove']);
2104
2883
  }
2105
2884
  };
2106
- FlipRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2107
- FlipRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadio, selector: "flip-radio", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2108
- FlipRadio = __decorate([
2885
+ FlipResourceListFileItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceListFileItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2886
+ FlipResourceListFileItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipResourceListFileItem, selector: "flip-resource-list-file-item", inputs: { description: "description", errorMessage: "errorMessage", icon: "icon", label: "label", loading: "loading", removable: "removable", removeButtonLabel: "removeButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2887
+ FlipResourceListFileItem = __decorate([
2109
2888
  ProxyCmp({
2110
2889
  defineCustomElementFn: undefined,
2111
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
2890
+ inputs: ['description', 'errorMessage', 'icon', 'label', 'loading', 'removable', 'removeButtonLabel']
2112
2891
  })
2113
- ], FlipRadio);
2114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadio, decorators: [{
2892
+ ], FlipResourceListFileItem);
2893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceListFileItem, decorators: [{
2115
2894
  type: Component,
2116
2895
  args: [{
2117
- selector: 'flip-radio',
2896
+ selector: 'flip-resource-list-file-item',
2118
2897
  changeDetection: ChangeDetectionStrategy.OnPush,
2119
2898
  template: '<ng-content></ng-content>',
2120
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
2899
+ inputs: ['description', 'errorMessage', 'icon', 'label', 'loading', 'removable', 'removeButtonLabel']
2121
2900
  }]
2122
2901
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2123
- let FlipRadioGroup = class FlipRadioGroup {
2902
+ let FlipResourceListItem = class FlipResourceListItem {
2124
2903
  constructor(c, r, z) {
2125
2904
  this.z = z;
2126
2905
  c.detach();
@@ -2128,21 +2907,21 @@ let FlipRadioGroup = class FlipRadioGroup {
2128
2907
  proxyOutputs(this, this.el, ['valueChange']);
2129
2908
  }
2130
2909
  };
2131
- FlipRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2132
- FlipRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadioGroup, selector: "flip-radio-group", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2133
- FlipRadioGroup = __decorate([
2910
+ FlipResourceListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2911
+ FlipResourceListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipResourceListItem, selector: "flip-resource-list-item", inputs: { checked: "checked", description: "description", disabled: "disabled", hideDivider: "hideDivider", href: "href", label: "label", media: "media", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2912
+ FlipResourceListItem = __decorate([
2134
2913
  ProxyCmp({
2135
2914
  defineCustomElementFn: undefined,
2136
- inputs: ['value']
2915
+ inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'media', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
2137
2916
  })
2138
- ], FlipRadioGroup);
2139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, decorators: [{
2917
+ ], FlipResourceListItem);
2918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipResourceListItem, decorators: [{
2140
2919
  type: Component,
2141
2920
  args: [{
2142
- selector: 'flip-radio-group',
2921
+ selector: 'flip-resource-list-item',
2143
2922
  changeDetection: ChangeDetectionStrategy.OnPush,
2144
2923
  template: '<ng-content></ng-content>',
2145
- inputs: ['value']
2924
+ inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'media', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
2146
2925
  }]
2147
2926
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2148
2927
  let FlipSearch = class FlipSearch {
@@ -2243,6 +3022,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2243
3022
  inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
2244
3023
  }]
2245
3024
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3025
+ let FlipTab = class FlipTab {
3026
+ constructor(c, r, z) {
3027
+ this.z = z;
3028
+ c.detach();
3029
+ this.el = r.nativeElement;
3030
+ }
3031
+ };
3032
+ FlipTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3033
+ FlipTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipTab, selector: "flip-tab", inputs: { active: "active", label: "label", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3034
+ FlipTab = __decorate([
3035
+ ProxyCmp({
3036
+ defineCustomElementFn: undefined,
3037
+ inputs: ['active', 'label', 'tabId']
3038
+ })
3039
+ ], FlipTab);
3040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTab, decorators: [{
3041
+ type: Component,
3042
+ args: [{
3043
+ selector: 'flip-tab',
3044
+ changeDetection: ChangeDetectionStrategy.OnPush,
3045
+ template: '<ng-content></ng-content>',
3046
+ inputs: ['active', 'label', 'tabId']
3047
+ }]
3048
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3049
+ let FlipTabs = class FlipTabs {
3050
+ constructor(c, r, z) {
3051
+ this.z = z;
3052
+ c.detach();
3053
+ this.el = r.nativeElement;
3054
+ proxyOutputs(this, this.el, ['tabActivated']);
3055
+ }
3056
+ };
3057
+ FlipTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3058
+ FlipTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipTabs, selector: "flip-tabs", inputs: { initialTab: "initialTab", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3059
+ FlipTabs = __decorate([
3060
+ ProxyCmp({
3061
+ defineCustomElementFn: undefined,
3062
+ inputs: ['initialTab', 'label'],
3063
+ methods: ['activateTab']
3064
+ })
3065
+ ], FlipTabs);
3066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTabs, decorators: [{
3067
+ type: Component,
3068
+ args: [{
3069
+ selector: 'flip-tabs',
3070
+ changeDetection: ChangeDetectionStrategy.OnPush,
3071
+ template: '<ng-content></ng-content>',
3072
+ inputs: ['initialTab', 'label']
3073
+ }]
3074
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2246
3075
  let FlipTag = class FlipTag {
2247
3076
  constructor(c, r, z) {
2248
3077
  this.z = z;
@@ -2268,6 +3097,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2268
3097
  inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
2269
3098
  }]
2270
3099
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3100
+ let FlipText = class FlipText {
3101
+ constructor(c, r, z) {
3102
+ this.z = z;
3103
+ c.detach();
3104
+ this.el = r.nativeElement;
3105
+ }
3106
+ };
3107
+ FlipText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3108
+ FlipText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipText, selector: "flip-text", inputs: { align: "align", as: "as", color: "color", fontStyle: "fontStyle", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3109
+ FlipText = __decorate([
3110
+ ProxyCmp({
3111
+ defineCustomElementFn: undefined,
3112
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3113
+ })
3114
+ ], FlipText);
3115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, decorators: [{
3116
+ type: Component,
3117
+ args: [{
3118
+ selector: 'flip-text',
3119
+ changeDetection: ChangeDetectionStrategy.OnPush,
3120
+ template: '<ng-content></ng-content>',
3121
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3122
+ }]
3123
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3124
+ let FlipTextInput = class FlipTextInput {
3125
+ constructor(c, r, z) {
3126
+ this.z = z;
3127
+ c.detach();
3128
+ this.el = r.nativeElement;
3129
+ proxyOutputs(this, this.el, ['valueChange']);
3130
+ }
3131
+ };
3132
+ FlipTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3133
+ FlipTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipTextInput, selector: "flip-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoSelect: "autoSelect", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3134
+ FlipTextInput = __decorate([
3135
+ ProxyCmp({
3136
+ defineCustomElementFn: undefined,
3137
+ inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
3138
+ })
3139
+ ], FlipTextInput);
3140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTextInput, decorators: [{
3141
+ type: Component,
3142
+ args: [{
3143
+ selector: 'flip-text-input',
3144
+ changeDetection: ChangeDetectionStrategy.OnPush,
3145
+ template: '<ng-content></ng-content>',
3146
+ inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
3147
+ }]
3148
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2271
3149
  let FlipThemeProvider = class FlipThemeProvider {
2272
3150
  constructor(c, r, z) {
2273
3151
  this.z = z;
@@ -2391,6 +3269,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2391
3269
  inputs: ['content', 'delay', 'position']
2392
3270
  }]
2393
3271
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3272
+ let FlipVideoThumbnail = class FlipVideoThumbnail {
3273
+ constructor(c, r, z) {
3274
+ this.z = z;
3275
+ c.detach();
3276
+ this.el = r.nativeElement;
3277
+ }
3278
+ };
3279
+ FlipVideoThumbnail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipVideoThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3280
+ FlipVideoThumbnail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipVideoThumbnail, selector: "flip-video-thumbnail", inputs: { duration: "duration", durationLabel: "durationLabel", label: "label", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3281
+ FlipVideoThumbnail = __decorate([
3282
+ ProxyCmp({
3283
+ defineCustomElementFn: undefined,
3284
+ inputs: ['duration', 'durationLabel', 'label', 'src']
3285
+ })
3286
+ ], FlipVideoThumbnail);
3287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipVideoThumbnail, decorators: [{
3288
+ type: Component,
3289
+ args: [{
3290
+ selector: 'flip-video-thumbnail',
3291
+ changeDetection: ChangeDetectionStrategy.OnPush,
3292
+ template: '<ng-content></ng-content>',
3293
+ inputs: ['duration', 'durationLabel', 'label', 'src']
3294
+ }]
3295
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2394
3296
  let FlipVisuallyHidden = class FlipVisuallyHidden {
2395
3297
  constructor(c, r, z) {
2396
3298
  this.z = z;
@@ -2461,7 +3363,7 @@ class BooleanValueAccessor extends ValueAccessor {
2461
3363
  }
2462
3364
  }
2463
3365
  BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2464
- BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: BooleanValueAccessor, selector: "flip-checkbox, flip-switch", host: { listeners: { "valueChange": "handleChangeEvent($event.target.checked)" } }, providers: [
3366
+ BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: BooleanValueAccessor, selector: "flip-checkbox, flip-resource-list-item, flip-switch", host: { listeners: { "valueChange": "handleChangeEvent($event.target.checked)" } }, providers: [
2465
3367
  {
2466
3368
  provide: NG_VALUE_ACCESSOR,
2467
3369
  useExisting: BooleanValueAccessor,
@@ -2472,7 +3374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2472
3374
  type: Directive,
2473
3375
  args: [{
2474
3376
  /* tslint:disable-next-line:directive-selector */
2475
- selector: 'flip-checkbox, flip-switch',
3377
+ selector: 'flip-checkbox, flip-resource-list-item, flip-switch',
2476
3378
  host: {
2477
3379
  '(valueChange)': 'handleChangeEvent($event.target.checked)'
2478
3380
  },
@@ -2486,13 +3388,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2486
3388
  }]
2487
3389
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
2488
3390
 
3391
+ class SelectValueAccessor extends ValueAccessor {
3392
+ constructor(el) {
3393
+ super(el);
3394
+ }
3395
+ }
3396
+ SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3397
+ SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: SelectValueAccessor, selector: "flip-option-list", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
3398
+ {
3399
+ provide: NG_VALUE_ACCESSOR,
3400
+ useExisting: SelectValueAccessor,
3401
+ multi: true
3402
+ }
3403
+ ], usesInheritance: true, ngImport: i0 });
3404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SelectValueAccessor, decorators: [{
3405
+ type: Directive,
3406
+ args: [{
3407
+ /* tslint:disable-next-line:directive-selector */
3408
+ selector: 'flip-option-list',
3409
+ host: {
3410
+ '(valueChange)': 'handleChangeEvent($event.target.value)'
3411
+ },
3412
+ providers: [
3413
+ {
3414
+ provide: NG_VALUE_ACCESSOR,
3415
+ useExisting: SelectValueAccessor,
3416
+ multi: true
3417
+ }
3418
+ ]
3419
+ }]
3420
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
3421
+
2489
3422
  class TextValueAccessor extends ValueAccessor {
2490
3423
  constructor(el) {
2491
3424
  super(el);
2492
3425
  }
2493
3426
  }
2494
3427
  TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2495
- TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: TextValueAccessor, selector: "flip-radio-group, flip-search", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
3428
+ TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: TextValueAccessor, selector: "flip-date-input, flip-radio-group, flip-search, flip-text-input", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
2496
3429
  {
2497
3430
  provide: NG_VALUE_ACCESSOR,
2498
3431
  useExisting: TextValueAccessor,
@@ -2503,7 +3436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2503
3436
  type: Directive,
2504
3437
  args: [{
2505
3438
  /* tslint:disable-next-line:directive-selector */
2506
- selector: 'flip-radio-group, flip-search',
3439
+ selector: 'flip-date-input, flip-radio-group, flip-search, flip-text-input',
2507
3440
  host: {
2508
3441
  '(valueChange)': 'handleChangeEvent($event.target.value)'
2509
3442
  },
@@ -2529,14 +3462,30 @@ const DIRECTIVES = [
2529
3462
  FlipButtonGroup,
2530
3463
  FlipCheckbox,
2531
3464
  FlipChip,
3465
+ FlipDateInput,
3466
+ FlipDatePicker,
2532
3467
  FlipDescriptionList,
2533
3468
  FlipDescriptionListItem,
2534
3469
  FlipDialog,
3470
+ FlipEmptyState,
3471
+ FlipFileUploader,
3472
+ FlipFileViewer,
3473
+ FlipFileViewerAudio,
3474
+ FlipFileViewerCsv,
3475
+ FlipFileViewerImage,
3476
+ FlipFileViewerPdf,
3477
+ FlipFileViewerText,
3478
+ FlipFileViewerVideo,
3479
+ FlipFormControl,
3480
+ FlipFormGroup,
3481
+ FlipHeading,
2535
3482
  FlipIconAdd,
2536
3483
  FlipIconAddPhoto,
2537
3484
  FlipIconAdminPanelSettings,
2538
3485
  FlipIconArrowBack,
2539
3486
  FlipIconArrowForward,
3487
+ FlipIconArrowLeft,
3488
+ FlipIconArrowRight,
2540
3489
  FlipIconArrowRightSmall,
2541
3490
  FlipIconAttachment,
2542
3491
  FlipIconCancel,
@@ -2549,6 +3498,7 @@ const DIRECTIVES = [
2549
3498
  FlipIconChevronRight,
2550
3499
  FlipIconClose,
2551
3500
  FlipIconCloseSmall,
3501
+ FlipIconCloudUpload,
2552
3502
  FlipIconComment,
2553
3503
  FlipIconCopy,
2554
3504
  FlipIconDateRange,
@@ -2563,6 +3513,8 @@ const DIRECTIVES = [
2563
3513
  FlipIconExpandMore,
2564
3514
  FlipIconFile,
2565
3515
  FlipIconFolderShared,
3516
+ FlipIconFullscreen,
3517
+ FlipIconFullscreenExit,
2566
3518
  FlipIconGroupAssign,
2567
3519
  FlipIconGroups,
2568
3520
  FlipIconGroupsCustom,
@@ -2582,12 +3534,15 @@ const DIRECTIVES = [
2582
3534
  FlipIconNotifications,
2583
3535
  FlipIconNotificationsActive,
2584
3536
  FlipIconNotificationsOff,
3537
+ FlipIconOpenInNew,
2585
3538
  FlipIconPeopleAlt,
2586
3539
  FlipIconPerson,
2587
3540
  FlipIconPersonOff,
2588
3541
  FlipIconPhone,
2589
3542
  FlipIconPoll,
3543
+ FlipIconPrint,
2590
3544
  FlipIconRecieved,
3545
+ FlipIconRemove,
2591
3546
  FlipIconSearch,
2592
3547
  FlipIconSearchStrong,
2593
3548
  FlipIconSend,
@@ -2602,33 +3557,62 @@ const DIRECTIVES = [
2602
3557
  FlipIconWarning,
2603
3558
  FlipInlineError,
2604
3559
  FlipLink,
3560
+ FlipList,
3561
+ FlipModal,
3562
+ FlipOptionList,
3563
+ FlipOptionListItem,
3564
+ FlipOptionListSection,
3565
+ FlipPagination,
2605
3566
  FlipPopover,
3567
+ FlipProgressIndicator,
2606
3568
  FlipRadio,
2607
3569
  FlipRadioGroup,
3570
+ FlipResourceList,
3571
+ FlipResourceListFileItem,
3572
+ FlipResourceListItem,
2608
3573
  FlipSearch,
2609
3574
  FlipSpinner,
2610
3575
  FlipStack,
2611
3576
  FlipSwitch,
3577
+ FlipTab,
3578
+ FlipTabs,
2612
3579
  FlipTag,
3580
+ FlipText,
3581
+ FlipTextInput,
2613
3582
  FlipThemeProvider,
2614
3583
  FlipThumbnail,
2615
3584
  FlipToast,
2616
3585
  FlipToastProvider,
2617
3586
  FlipTooltip,
3587
+ FlipVideoThumbnail,
2618
3588
  FlipVisuallyHidden
2619
3589
  ];
2620
3590
 
2621
3591
  class SwirlComponentsModule {
2622
3592
  }
2623
3593
  SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2624
- SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconRecieved, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipPopover, FlipRadio, FlipRadioGroup, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTag, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVisuallyHidden, BooleanValueAccessor, TextValueAccessor], exports: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconRecieved, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipPopover, FlipRadio, FlipRadioGroup, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTag, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVisuallyHidden, BooleanValueAccessor, TextValueAccessor] });
3594
+ SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, BooleanValueAccessor,
3595
+ SelectValueAccessor,
3596
+ TextValueAccessor], exports: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, BooleanValueAccessor,
3597
+ SelectValueAccessor,
3598
+ TextValueAccessor] });
2625
3599
  SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
2626
3600
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, decorators: [{
2627
3601
  type: NgModule,
2628
3602
  args: [{
2629
- declarations: [...DIRECTIVES, BooleanValueAccessor, TextValueAccessor],
3603
+ declarations: [
3604
+ ...DIRECTIVES,
3605
+ BooleanValueAccessor,
3606
+ SelectValueAccessor,
3607
+ TextValueAccessor,
3608
+ ],
2630
3609
  imports: [],
2631
- exports: [...DIRECTIVES, BooleanValueAccessor, TextValueAccessor],
3610
+ exports: [
3611
+ ...DIRECTIVES,
3612
+ BooleanValueAccessor,
3613
+ SelectValueAccessor,
3614
+ TextValueAccessor,
3615
+ ],
2632
3616
  }]
2633
3617
  }] });
2634
3618
 
@@ -2640,5 +3624,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
2640
3624
  * Generated bundle index. Do not edit.
2641
3625
  */
2642
3626
 
2643
- export { BooleanValueAccessor, FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconRecieved, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipPopover, FlipRadio, FlipRadioGroup, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTag, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVisuallyHidden, SwirlComponentsModule, TextValueAccessor };
3627
+ export { BooleanValueAccessor, FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, SelectValueAccessor, SwirlComponentsModule, TextValueAccessor };
2644
3628
  //# sourceMappingURL=getflip-swirl-components-angular.mjs.map