@bravobit/bb-foundation 0.28.0 → 0.29.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 (137) hide show
  1. package/esm2022/auth/lib/auth.interceptor.mjs +3 -3
  2. package/esm2022/auth/lib/auth.module.mjs +4 -4
  3. package/esm2022/auth/lib/auth.service.mjs +3 -3
  4. package/esm2022/auth/lib/directives/authenticated.directive.mjs +3 -3
  5. package/esm2022/auth/lib/guards/anonymous.guard.mjs +3 -3
  6. package/esm2022/auth/lib/guards/authenticated.guard.mjs +3 -3
  7. package/esm2022/collections/lib/collections.module.mjs +4 -4
  8. package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
  9. package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
  10. package/esm2022/collections/lib/components/collections.directive.mjs +12 -12
  11. package/esm2022/controls/lib/checkbox/checkbox/checkbox.component.mjs +3 -3
  12. package/esm2022/controls/lib/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  13. package/esm2022/controls/lib/checkbox/checkbox.module.mjs +4 -4
  14. package/esm2022/controls/lib/control-error/control-error/control-error.component.mjs +3 -3
  15. package/esm2022/controls/lib/control-error/control-error-submit.directive.mjs +3 -3
  16. package/esm2022/controls/lib/control-error/control-error.module.mjs +4 -4
  17. package/esm2022/controls/lib/controls.module.mjs +4 -4
  18. package/esm2022/controls/lib/form-control/form-control/form-control.component.mjs +3 -3
  19. package/esm2022/controls/lib/form-control/form-control-addon/form-control-addon.component.mjs +3 -3
  20. package/esm2022/controls/lib/form-control/form-control-input.directive.mjs +3 -3
  21. package/esm2022/controls/lib/form-control/form-control.module.mjs +4 -4
  22. package/esm2022/controls/lib/radio/radio-button/radio-button.component.mjs +3 -3
  23. package/esm2022/controls/lib/radio/radio-group/radio-group.component.mjs +3 -3
  24. package/esm2022/controls/lib/radio/radio.module.mjs +4 -4
  25. package/esm2022/controls/lib/toggle/toggle/toggle.component.mjs +3 -3
  26. package/esm2022/controls/lib/toggle/toggle-group/toggle-group.component.mjs +3 -3
  27. package/esm2022/controls/lib/toggle/toggle.module.mjs +4 -4
  28. package/esm2022/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
  29. package/esm2022/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
  30. package/esm2022/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
  31. package/esm2022/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
  32. package/esm2022/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
  33. package/esm2022/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +3 -3
  34. package/esm2022/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
  35. package/esm2022/dashboard/lib/dashboard.module.mjs +4 -4
  36. package/esm2022/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
  37. package/esm2022/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +3 -3
  38. package/esm2022/dialog/lib/dialog-container/dialog-container.component.mjs +3 -3
  39. package/esm2022/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
  40. package/esm2022/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
  41. package/esm2022/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
  42. package/esm2022/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +3 -3
  43. package/esm2022/dialog/lib/dialog.insertion.mjs +3 -3
  44. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  45. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  46. package/esm2022/elements/lib/avatar/avatar.component.mjs +3 -3
  47. package/esm2022/elements/lib/button/button.component.mjs +6 -6
  48. package/esm2022/elements/lib/checkbox/checkbox.component.mjs +3 -3
  49. package/esm2022/elements/lib/date-picker/date-picker.component.mjs +3 -3
  50. package/esm2022/elements/lib/directives/addon.directive.mjs +6 -6
  51. package/esm2022/elements/lib/directives/form-submit.directive.mjs +3 -3
  52. package/esm2022/elements/lib/directives/form-submitter.directive.mjs +3 -3
  53. package/esm2022/elements/lib/directives/input.directive.mjs +6 -6
  54. package/esm2022/elements/lib/dropdown/dropdown.component.mjs +6 -6
  55. package/esm2022/elements/lib/elements.module.mjs +4 -4
  56. package/esm2022/elements/lib/file-picker/file-picker.component.mjs +3 -3
  57. package/esm2022/elements/lib/form-control/form-control.component.mjs +3 -3
  58. package/esm2022/elements/lib/form-error/form-error.component.mjs +3 -3
  59. package/esm2022/elements/lib/form-group/form-group.component.mjs +3 -3
  60. package/esm2022/elements/lib/icon/icon.component.mjs +3 -3
  61. package/esm2022/elements/lib/image-picker/image-picker.component.mjs +3 -3
  62. package/esm2022/elements/lib/pipes/file-image.pipe.mjs +5 -4
  63. package/esm2022/elements/lib/pipes/file-size.pipe.mjs +3 -3
  64. package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +3 -3
  65. package/esm2022/elements/lib/spinner/spinner.component.mjs +3 -3
  66. package/esm2022/elements/lib/tag/tag.component.mjs +3 -3
  67. package/esm2022/http/lib/classes/http.config.mjs +2 -2
  68. package/esm2022/http/lib/http.module.mjs +4 -4
  69. package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +3 -3
  70. package/esm2022/http/lib/interceptors/error.interceptor.mjs +3 -3
  71. package/esm2022/lib/core/services/clipboard.service.mjs +3 -3
  72. package/esm2022/lib/core/services/exif.service.mjs +3 -3
  73. package/esm2022/lib/core/services/file-loader.service.mjs +3 -3
  74. package/esm2022/lib/core/services/image-converter.service.mjs +5 -5
  75. package/esm2022/lib/core/services/languages.service.mjs +3 -3
  76. package/esm2022/lib/core/services/network.service.mjs +3 -3
  77. package/esm2022/lib/core/services/patch.service.mjs +3 -3
  78. package/esm2022/localize/lib/localize.module.mjs +4 -4
  79. package/esm2022/localize/lib/localize.pipe.mjs +3 -3
  80. package/esm2022/localize/lib/localize.service.mjs +3 -3
  81. package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
  82. package/esm2022/localize/lib/views/localize-template.directive.mjs +3 -3
  83. package/esm2022/masking/lib/directives/currency-mask.directive.mjs +3 -3
  84. package/esm2022/masking/lib/directives/date-mask.directive.mjs +3 -3
  85. package/esm2022/masking/lib/directives/input-mask.directive.mjs +3 -3
  86. package/esm2022/masking/lib/masking.module.mjs +4 -4
  87. package/esm2022/masking/lib/masking.service.mjs +3 -3
  88. package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
  89. package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
  90. package/esm2022/notifications/lib/notifications.module.mjs +4 -4
  91. package/esm2022/notifications/lib/notifications.service.mjs +3 -3
  92. package/esm2022/permissions/lib/directives/permission.directive.mjs +3 -3
  93. package/esm2022/permissions/lib/guards/permission.guard.mjs +3 -3
  94. package/esm2022/permissions/lib/permissions.module.mjs +4 -4
  95. package/esm2022/permissions/lib/permissions.service.mjs +3 -3
  96. package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
  97. package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
  98. package/esm2022/recaptcha/lib/recaptcha.module.mjs +4 -4
  99. package/esm2022/storage/lib/storage.service.mjs +3 -3
  100. package/esm2022/table/lib/components/table/table.component.mjs +9 -9
  101. package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +3 -3
  102. package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
  103. package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +3 -3
  104. package/esm2022/table/lib/table.module.mjs +4 -4
  105. package/esm2022/theming/lib/theming.directive.mjs +3 -3
  106. package/esm2022/theming/lib/theming.module.mjs +4 -4
  107. package/esm2022/tooltip/lib/tooltip-container/tooltip-container.component.mjs +3 -3
  108. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  109. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  110. package/esm2022/utils/lib/directives/autosize.directive.mjs +3 -3
  111. package/esm2022/utils/lib/directives/focus-trap.directive.mjs +3 -3
  112. package/esm2022/utils/lib/directives/focus.directive.mjs +3 -3
  113. package/esm2022/utils/lib/directives/template.directive.mjs +3 -3
  114. package/esm2022/utils/lib/utils.module.mjs +4 -4
  115. package/fesm2022/bravobit-bb-foundation-auth.mjs +19 -19
  116. package/fesm2022/bravobit-bb-foundation-collections.mjs +22 -22
  117. package/fesm2022/bravobit-bb-foundation-controls.mjs +57 -57
  118. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  119. package/fesm2022/bravobit-bb-foundation-dialog.mjs +31 -31
  120. package/fesm2022/bravobit-bb-foundation-elements.mjs +77 -76
  121. package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
  122. package/fesm2022/bravobit-bb-foundation-http.mjs +11 -11
  123. package/fesm2022/bravobit-bb-foundation-http.mjs.map +1 -1
  124. package/fesm2022/bravobit-bb-foundation-localize.mjs +19 -16
  125. package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
  126. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  127. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  128. package/fesm2022/bravobit-bb-foundation-permissions.mjs +13 -13
  129. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  130. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  131. package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
  132. package/fesm2022/bravobit-bb-foundation-theming.mjs +7 -7
  133. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  134. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  135. package/fesm2022/bravobit-bb-foundation.mjs +22 -22
  136. package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
  137. package/package.json +16 -16
@@ -24,10 +24,10 @@ class BbiTheming {
24
24
  this._renderer.setStyle(element, key, value, RendererStyleFlags2.DashCase);
25
25
  }
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbiTheming, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
28
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: BbiTheming, selector: "[bbiTheming]", inputs: { theme: ["bbiTheming", "theme"] }, ngImport: i0 }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbiTheming, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
28
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: BbiTheming, selector: "[bbiTheming]", inputs: { theme: ["bbiTheming", "theme"] }, ngImport: i0 }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbiTheming, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbiTheming, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[bbiTheming]'
@@ -361,11 +361,11 @@ class Theme {
361
361
  }
362
362
 
363
363
  class ThemingModule {
364
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ThemingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
365
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: ThemingModule, declarations: [BbiTheming], exports: [BbiTheming] }); }
366
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ThemingModule }); }
364
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ThemingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
365
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: ThemingModule, declarations: [BbiTheming], exports: [BbiTheming] }); }
366
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ThemingModule }); }
367
367
  }
368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ThemingModule, decorators: [{
368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ThemingModule, decorators: [{
369
369
  type: NgModule,
370
370
  args: [{
371
371
  declarations: [BbiTheming],
@@ -20,10 +20,10 @@ class TooltipContainerComponent {
20
20
  .filter(item => !!item)
21
21
  .join(' ');
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipContainerComponent, deps: [{ token: TOOLTIP_DATA }, { token: TOOLTIP_CLASS }], target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: TooltipContainerComponent, selector: "bb-tooltip-container", host: { properties: { "class": "this.classBinding" }, classAttribute: "bb-tooltip-container" }, ngImport: i0, template: "<ng-template [bbTemplate]=\"data\">\n {{ data }}\n</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;font-size:14px;max-width:400px;padding:8px 10px;-webkit-user-select:none;user-select:none;position:relative;border-radius:4px;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#111111e6}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bb-tooltip-container>small{display:block;font-size:12px;margin-top:4px;color:#fff6}.bb-tooltip-container-bottom,.bb-tooltip-container-top,.bb-tooltip-container-left,.bb-tooltip-container-right{pointer-events:none}.bb-tooltip-container-top .bb-tooltip-container:after{left:50%;top:100%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:rgba(17,17,17,.9) transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent rgba(17,17,17,.9) transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent rgba(17,17,17,.9)}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent rgba(17,17,17,.9) transparent transparent}\n"], dependencies: [{ kind: "directive", type: i1.BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipContainerComponent, deps: [{ token: TOOLTIP_DATA }, { token: TOOLTIP_CLASS }], target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.4", type: TooltipContainerComponent, selector: "bb-tooltip-container", host: { properties: { "class": "this.classBinding" }, classAttribute: "bb-tooltip-container" }, ngImport: i0, template: "<ng-template [bbTemplate]=\"data\">\n {{ data }}\n</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;font-size:14px;max-width:400px;padding:8px 10px;-webkit-user-select:none;user-select:none;position:relative;border-radius:4px;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#111111e6}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bb-tooltip-container>small{display:block;font-size:12px;margin-top:4px;color:#fff6}.bb-tooltip-container-bottom,.bb-tooltip-container-top,.bb-tooltip-container-left,.bb-tooltip-container-right{pointer-events:none}.bb-tooltip-container-top .bb-tooltip-container:after{left:50%;top:100%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:rgba(17,17,17,.9) transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent rgba(17,17,17,.9) transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent rgba(17,17,17,.9)}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent rgba(17,17,17,.9) transparent transparent}\n"], dependencies: [{ kind: "directive", type: i1.BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipContainerComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipContainerComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{ selector: 'bb-tooltip-container', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { 'class': 'bb-tooltip-container' }, preserveWhitespaces: false, template: "<ng-template [bbTemplate]=\"data\">\n {{ data }}\n</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;font-size:14px;max-width:400px;padding:8px 10px;-webkit-user-select:none;user-select:none;position:relative;border-radius:4px;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#111111e6}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bb-tooltip-container>small{display:block;font-size:12px;margin-top:4px;color:#fff6}.bb-tooltip-container-bottom,.bb-tooltip-container-top,.bb-tooltip-container-left,.bb-tooltip-container-right{pointer-events:none}.bb-tooltip-container-top .bb-tooltip-container:after{left:50%;top:100%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:rgba(17,17,17,.9) transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent rgba(17,17,17,.9) transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent rgba(17,17,17,.9)}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent rgba(17,17,17,.9) transparent transparent}\n"] }]
29
29
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -138,10 +138,10 @@ class TooltipDirective {
138
138
  }
139
139
  ];
140
140
  }
141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
142
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: TooltipDirective, selector: "[bbTooltip]", inputs: { bbTooltip: "bbTooltip", bbTooltipClass: "bbTooltipClass", bbTooltipOrigin: "bbTooltipOrigin", bbTooltipPositions: "bbTooltipPositions", bbTooltipDisabled: "bbTooltipDisabled" }, host: { listeners: { "mouseenter": "showTooltip()", "focus": "showTooltip()", "mouseleave": "hideTooltip()", "blur": "hideTooltip()" } }, ngImport: i0 }); }
141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
142
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: TooltipDirective, selector: "[bbTooltip]", inputs: { bbTooltip: "bbTooltip", bbTooltipClass: "bbTooltipClass", bbTooltipOrigin: "bbTooltipOrigin", bbTooltipPositions: "bbTooltipPositions", bbTooltipDisabled: "bbTooltipDisabled" }, host: { listeners: { "mouseenter": "showTooltip()", "focus": "showTooltip()", "mouseleave": "hideTooltip()", "blur": "hideTooltip()" } }, ngImport: i0 }); }
143
143
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipDirective, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipDirective, decorators: [{
145
145
  type: Directive,
146
146
  args: [{
147
147
  selector: '[bbTooltip]'
@@ -171,14 +171,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
171
171
  }] } });
172
172
 
173
173
  class TooltipModule {
174
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
175
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: TooltipModule, declarations: [TooltipContainerComponent,
174
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
175
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: TooltipModule, declarations: [TooltipContainerComponent,
176
176
  TooltipDirective], imports: [UtilsModule,
177
177
  OverlayModule], exports: [TooltipDirective] }); }
178
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipModule, imports: [UtilsModule,
178
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipModule, imports: [UtilsModule,
179
179
  OverlayModule] }); }
180
180
  }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: TooltipModule, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TooltipModule, decorators: [{
182
182
  type: NgModule,
183
183
  args: [{
184
184
  imports: [
@@ -16,10 +16,10 @@ class BbTemplate {
16
16
  this._templateRef = _templateRef;
17
17
  this._viewContainerRef = _viewContainerRef;
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbTemplate, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: BbTemplate, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbTemplate, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: BbTemplate, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbTemplate, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbTemplate, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[bbTemplate]'
@@ -67,10 +67,10 @@ class BbAutosize {
67
67
  setHeight(value) {
68
68
  this._renderer.setStyle(this.element, 'height', value);
69
69
  }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbAutosize, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
71
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: BbAutosize, selector: "textarea[bbAutosize]", inputs: { minHeight: "minHeight", maxHeight: "maxHeight", rows: "rows" }, host: { listeners: { "window:resize": "onWindowResize()", "input": "onInputReceived()" }, properties: { "style.min-height": "this.minHeight", "style.max-height": "this.maxHeight", "rows": "this.rows" } }, ngImport: i0 }); }
70
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbAutosize, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
71
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: BbAutosize, selector: "textarea[bbAutosize]", inputs: { minHeight: "minHeight", maxHeight: "maxHeight", rows: "rows" }, host: { listeners: { "window:resize": "onWindowResize()", "input": "onInputReceived()" }, properties: { "style.min-height": "this.minHeight", "style.max-height": "this.maxHeight", "rows": "this.rows" } }, ngImport: i0 }); }
72
72
  }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbAutosize, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbAutosize, decorators: [{
74
74
  type: Directive,
75
75
  args: [{
76
76
  selector: 'textarea[bbAutosize]'
@@ -123,10 +123,10 @@ class BbFocus {
123
123
  // Execute the focus method in a timeout.
124
124
  setTimeout(() => this.nativeElement.focus(), 0);
125
125
  }
126
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbFocus, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
127
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: BbFocus, selector: "[bbFocus]", ngImport: i0 }); }
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbFocus, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
127
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: BbFocus, selector: "[bbFocus]", ngImport: i0 }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbFocus, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbFocus, decorators: [{
130
130
  type: Directive,
131
131
  args: [{
132
132
  selector: '[bbFocus]'
@@ -194,10 +194,10 @@ class BbFocusTrap {
194
194
  const nodes = this.element.querySelectorAll(this._focusableElements);
195
195
  return Array(...nodes);
196
196
  }
197
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbFocusTrap, deps: [{ token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
198
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: BbFocusTrap, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 }); }
197
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbFocusTrap, deps: [{ token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
198
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: BbFocusTrap, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 }); }
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: BbFocusTrap, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BbFocusTrap, decorators: [{
201
201
  type: Directive,
202
202
  args: [{
203
203
  selector: '[bbFocusTrap]'
@@ -208,17 +208,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
208
208
  }] } });
209
209
 
210
210
  class UtilsModule {
211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
212
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: UtilsModule, declarations: [BbTemplate,
211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
212
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", ngImport: i0, type: UtilsModule, declarations: [BbTemplate,
213
213
  BbAutosize,
214
214
  BbFocus,
215
215
  BbFocusTrap], exports: [BbTemplate,
216
216
  BbAutosize,
217
217
  BbFocus,
218
218
  BbFocusTrap] }); }
219
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: UtilsModule }); }
219
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UtilsModule }); }
220
220
  }
221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: UtilsModule, decorators: [{
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: UtilsModule, decorators: [{
222
222
  type: NgModule,
223
223
  args: [{
224
224
  declarations: [
@@ -81,10 +81,10 @@ class FileLoader {
81
81
  const blobFile = new Blob([blob], { type: blob?.type });
82
82
  return this.blobToFile(blobFile, name);
83
83
  }
84
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FileLoader, providedIn: 'root' }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: FileLoader, providedIn: 'root' }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FileLoader, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: FileLoader, decorators: [{
88
88
  type: Injectable,
89
89
  args: [{
90
90
  providedIn: 'root'
@@ -240,10 +240,10 @@ class Exif {
240
240
  image.onload = () => resolve(image);
241
241
  });
242
242
  }
243
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Exif, deps: [{ token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable }); }
244
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Exif, providedIn: 'root' }); }
243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Exif, deps: [{ token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable }); }
244
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Exif, providedIn: 'root' }); }
245
245
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Exif, decorators: [{
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Exif, decorators: [{
247
247
  type: Injectable,
248
248
  args: [{
249
249
  providedIn: 'root'
@@ -256,7 +256,7 @@ class ImageConverter {
256
256
  this._platform = _platform;
257
257
  this._fileLoader = _fileLoader;
258
258
  // Data.
259
- this._types = ['image/png', 'image/jpeg'];
259
+ this._types = ['image/png', 'image/jpeg', 'image/webp'];
260
260
  this.calculateOffsetAndDimensions = (image, canvasWidth, canvasHeight) => {
261
261
  const originalWidth = image.width;
262
262
  const originalHeight = image.height;
@@ -358,10 +358,10 @@ class ImageConverter {
358
358
  // If the contents is a string convert it to an HTML image element.
359
359
  return this.stringToImage(contents);
360
360
  }
361
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ImageConverter, deps: [{ token: Exif }, { token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable }); }
362
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ImageConverter, providedIn: 'root' }); }
361
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ImageConverter, deps: [{ token: Exif }, { token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable }); }
362
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ImageConverter, providedIn: 'root' }); }
363
363
  }
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: ImageConverter, decorators: [{
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ImageConverter, decorators: [{
365
365
  type: Injectable,
366
366
  args: [{
367
367
  providedIn: 'root'
@@ -426,10 +426,10 @@ class Languages {
426
426
  .filter(item => !!item)
427
427
  .sort((a, b) => b.quality - a.quality);
428
428
  }
429
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Languages, deps: [{ token: ACCEPT_LANGUAGE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
430
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Languages, providedIn: 'root' }); }
429
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Languages, deps: [{ token: ACCEPT_LANGUAGE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
430
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Languages, providedIn: 'root' }); }
431
431
  }
432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Languages, decorators: [{
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Languages, decorators: [{
433
433
  type: Injectable,
434
434
  args: [{
435
435
  providedIn: 'root'
@@ -483,10 +483,10 @@ class Network {
483
483
  // a user is online/offline.
484
484
  this._online$ = merge(now$, online$, offline$).pipe(map(value => value), distinctUntilChanged(), shareReplay({ refCount: true, bufferSize: 1 }));
485
485
  }
486
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Network, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: NAVIGATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
487
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Network, providedIn: 'root' }); }
486
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Network, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: NAVIGATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
487
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Network, providedIn: 'root' }); }
488
488
  }
489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Network, decorators: [{
489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Network, decorators: [{
490
490
  type: Injectable,
491
491
  args: [{
492
492
  providedIn: 'root'
@@ -539,10 +539,10 @@ class Patch {
539
539
  // Save the subscription so we can destroy it later.
540
540
  this._subscription.add(subscription);
541
541
  }
542
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Patch, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
543
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Patch, providedIn: 'root' }); }
542
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Patch, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
543
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Patch, providedIn: 'root' }); }
544
544
  }
545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Patch, decorators: [{
545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Patch, decorators: [{
546
546
  type: Injectable,
547
547
  args: [{
548
548
  providedIn: 'root'
@@ -572,10 +572,10 @@ class Clipboard {
572
572
  beginCopy(text) {
573
573
  return new ClipboardCopy(text, this._document);
574
574
  }
575
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Clipboard, deps: [{ token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
576
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Clipboard, providedIn: 'root' }); }
575
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Clipboard, deps: [{ token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
576
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Clipboard, providedIn: 'root' }); }
577
577
  }
578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: Clipboard, decorators: [{
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: Clipboard, decorators: [{
579
579
  type: Injectable,
580
580
  args: [{
581
581
  providedIn: 'root'