@bravobit/bb-foundation 0.30.0 → 0.30.2

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 (139) hide show
  1. package/dialog/lib/dialog-container/dialog-container.component.d.ts +5 -2
  2. package/dialog/lib/dialog-overlay/dialog-overlay.component.d.ts +5 -2
  3. package/dialog/lib/dialog.interfaces.d.ts +4 -0
  4. package/dialog/lib/dialog.module.d.ts +2 -1
  5. package/esm2022/auth/lib/auth.interceptor.mjs +3 -3
  6. package/esm2022/auth/lib/auth.module.mjs +4 -4
  7. package/esm2022/auth/lib/auth.service.mjs +3 -3
  8. package/esm2022/auth/lib/directives/authenticated.directive.mjs +3 -3
  9. package/esm2022/auth/lib/guards/anonymous.guard.mjs +3 -3
  10. package/esm2022/auth/lib/guards/authenticated.guard.mjs +3 -3
  11. package/esm2022/collections/lib/collections.module.mjs +4 -4
  12. package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
  13. package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
  14. package/esm2022/collections/lib/components/collections.directive.mjs +12 -12
  15. package/esm2022/controls/lib/checkbox/checkbox/checkbox.component.mjs +3 -3
  16. package/esm2022/controls/lib/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  17. package/esm2022/controls/lib/checkbox/checkbox.module.mjs +4 -4
  18. package/esm2022/controls/lib/control-error/control-error/control-error.component.mjs +3 -3
  19. package/esm2022/controls/lib/control-error/control-error-submit.directive.mjs +3 -3
  20. package/esm2022/controls/lib/control-error/control-error.module.mjs +4 -4
  21. package/esm2022/controls/lib/controls.module.mjs +4 -4
  22. package/esm2022/controls/lib/form-control/form-control/form-control.component.mjs +3 -3
  23. package/esm2022/controls/lib/form-control/form-control-addon/form-control-addon.component.mjs +3 -3
  24. package/esm2022/controls/lib/form-control/form-control-input.directive.mjs +3 -3
  25. package/esm2022/controls/lib/form-control/form-control.module.mjs +4 -4
  26. package/esm2022/controls/lib/radio/radio-button/radio-button.component.mjs +3 -3
  27. package/esm2022/controls/lib/radio/radio-group/radio-group.component.mjs +3 -3
  28. package/esm2022/controls/lib/radio/radio.module.mjs +4 -4
  29. package/esm2022/controls/lib/toggle/toggle/toggle.component.mjs +3 -3
  30. package/esm2022/controls/lib/toggle/toggle-group/toggle-group.component.mjs +3 -3
  31. package/esm2022/controls/lib/toggle/toggle.module.mjs +4 -4
  32. package/esm2022/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
  33. package/esm2022/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
  34. package/esm2022/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
  35. package/esm2022/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
  36. package/esm2022/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
  37. package/esm2022/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +3 -3
  38. package/esm2022/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
  39. package/esm2022/dashboard/lib/dashboard.module.mjs +4 -4
  40. package/esm2022/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
  41. package/esm2022/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +3 -3
  42. package/esm2022/dialog/lib/dialog-container/dialog-container.component.mjs +16 -9
  43. package/esm2022/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
  44. package/esm2022/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
  45. package/esm2022/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
  46. package/esm2022/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +15 -8
  47. package/esm2022/dialog/lib/dialog.insertion.mjs +3 -3
  48. package/esm2022/dialog/lib/dialog.interfaces.mjs +3 -1
  49. package/esm2022/dialog/lib/dialog.module.mjs +11 -7
  50. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  51. package/esm2022/elements/lib/avatar/avatar.component.mjs +3 -3
  52. package/esm2022/elements/lib/button/button.component.mjs +6 -6
  53. package/esm2022/elements/lib/checkbox/checkbox.component.mjs +3 -3
  54. package/esm2022/elements/lib/date-picker/date-picker.component.mjs +3 -3
  55. package/esm2022/elements/lib/directives/addon.directive.mjs +6 -6
  56. package/esm2022/elements/lib/directives/form-submit.directive.mjs +3 -3
  57. package/esm2022/elements/lib/directives/form-submitter.directive.mjs +3 -3
  58. package/esm2022/elements/lib/directives/input.directive.mjs +6 -6
  59. package/esm2022/elements/lib/dropdown/dropdown.component.mjs +6 -6
  60. package/esm2022/elements/lib/elements.module.mjs +4 -4
  61. package/esm2022/elements/lib/file-picker/file-picker.component.mjs +3 -3
  62. package/esm2022/elements/lib/form-control/form-control.component.mjs +3 -3
  63. package/esm2022/elements/lib/form-error/form-error.component.mjs +3 -3
  64. package/esm2022/elements/lib/form-group/form-group.component.mjs +3 -3
  65. package/esm2022/elements/lib/icon/icon.component.mjs +3 -3
  66. package/esm2022/elements/lib/image-picker/image-picker.component.mjs +3 -3
  67. package/esm2022/elements/lib/pipes/file-image.pipe.mjs +3 -3
  68. package/esm2022/elements/lib/pipes/file-size.pipe.mjs +3 -3
  69. package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +3 -3
  70. package/esm2022/elements/lib/spinner/spinner.component.mjs +3 -3
  71. package/esm2022/elements/lib/tag/tag.component.mjs +3 -3
  72. package/esm2022/http/lib/http.module.mjs +4 -4
  73. package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +3 -3
  74. package/esm2022/http/lib/interceptors/error.interceptor.mjs +3 -3
  75. package/esm2022/lib/core/services/clipboard.service.mjs +3 -3
  76. package/esm2022/lib/core/services/exif.service.mjs +3 -3
  77. package/esm2022/lib/core/services/file-loader.service.mjs +3 -3
  78. package/esm2022/lib/core/services/image-converter.service.mjs +3 -3
  79. package/esm2022/lib/core/services/languages.service.mjs +3 -3
  80. package/esm2022/lib/core/services/network.service.mjs +3 -3
  81. package/esm2022/lib/core/services/patch.service.mjs +3 -3
  82. package/esm2022/localize/lib/localize.module.mjs +4 -4
  83. package/esm2022/localize/lib/localize.pipe.mjs +3 -3
  84. package/esm2022/localize/lib/localize.service.mjs +3 -3
  85. package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +8 -5
  86. package/esm2022/localize/lib/views/localize-template.directive.mjs +3 -3
  87. package/esm2022/masking/lib/directives/currency-mask.directive.mjs +3 -3
  88. package/esm2022/masking/lib/directives/date-mask.directive.mjs +3 -3
  89. package/esm2022/masking/lib/directives/input-mask.directive.mjs +3 -3
  90. package/esm2022/masking/lib/masking.module.mjs +4 -4
  91. package/esm2022/masking/lib/masking.service.mjs +3 -3
  92. package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
  93. package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
  94. package/esm2022/notifications/lib/notifications.module.mjs +4 -4
  95. package/esm2022/notifications/lib/notifications.service.mjs +3 -3
  96. package/esm2022/permissions/lib/directives/permission.directive.mjs +3 -3
  97. package/esm2022/permissions/lib/guards/permission.guard.mjs +3 -3
  98. package/esm2022/permissions/lib/permissions.module.mjs +4 -4
  99. package/esm2022/permissions/lib/permissions.service.mjs +3 -3
  100. package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
  101. package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
  102. package/esm2022/recaptcha/lib/recaptcha.module.mjs +4 -4
  103. package/esm2022/storage/lib/storage.service.mjs +3 -3
  104. package/esm2022/table/lib/components/table/table.component.mjs +9 -9
  105. package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +3 -3
  106. package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
  107. package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +3 -3
  108. package/esm2022/table/lib/table.module.mjs +4 -4
  109. package/esm2022/theming/lib/theming.directive.mjs +3 -3
  110. package/esm2022/theming/lib/theming.module.mjs +4 -4
  111. package/esm2022/tooltip/lib/tooltip-container/tooltip-container.component.mjs +3 -3
  112. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  113. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  114. package/esm2022/utils/lib/directives/autosize.directive.mjs +3 -3
  115. package/esm2022/utils/lib/directives/focus-trap.directive.mjs +3 -3
  116. package/esm2022/utils/lib/directives/focus.directive.mjs +3 -3
  117. package/esm2022/utils/lib/directives/template.directive.mjs +3 -3
  118. package/esm2022/utils/lib/utils.module.mjs +4 -4
  119. package/fesm2022/bravobit-bb-foundation-auth.mjs +19 -19
  120. package/fesm2022/bravobit-bb-foundation-collections.mjs +22 -22
  121. package/fesm2022/bravobit-bb-foundation-controls.mjs +57 -57
  122. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  123. package/fesm2022/bravobit-bb-foundation-dialog.mjs +58 -41
  124. package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
  125. package/fesm2022/bravobit-bb-foundation-elements.mjs +76 -76
  126. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  127. package/fesm2022/bravobit-bb-foundation-localize.mjs +20 -17
  128. package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
  129. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  130. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  131. package/fesm2022/bravobit-bb-foundation-permissions.mjs +13 -13
  132. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  133. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  134. package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
  135. package/fesm2022/bravobit-bb-foundation-theming.mjs +7 -7
  136. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  137. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  138. package/fesm2022/bravobit-bb-foundation.mjs +21 -21
  139. package/package.json +30 -30
@@ -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: "17.0.2", 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: "17.0.2", type: BbTemplate, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", type: BbTemplate, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: BbTemplate, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", 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: "17.0.6", 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: "17.0.6", 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: "17.0.2", ngImport: i0, type: BbAutosize, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", type: BbFocus, selector: "[bbFocus]", ngImport: i0 }); }
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", type: BbFocus, selector: "[bbFocus]", ngImport: i0 }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: BbFocus, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", type: BbFocusTrap, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 }); }
197
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", type: BbFocusTrap, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 }); }
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: BbFocusTrap, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", ngImpor
208
208
  }] } });
209
209
 
210
210
  class UtilsModule {
211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
212
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: UtilsModule, declarations: [BbTemplate,
211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
212
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.6", 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: "17.0.2", ngImport: i0, type: UtilsModule }); }
219
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: UtilsModule }); }
220
220
  }
221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: UtilsModule, decorators: [{
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FileLoader, providedIn: 'root' }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
85
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: FileLoader, providedIn: 'root' }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FileLoader, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", ngImport: i0, type: Exif, providedIn: 'root' }); }
243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", ngImport: i0, type: Exif, providedIn: 'root' }); }
245
245
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Exif, decorators: [{
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: Exif, decorators: [{
247
247
  type: Injectable,
248
248
  args: [{
249
249
  providedIn: 'root'
@@ -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: "17.0.2", 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: "17.0.2", ngImport: i0, type: ImageConverter, providedIn: 'root' }); }
361
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", ngImport: i0, type: ImageConverter, providedIn: 'root' }); }
363
363
  }
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ImageConverter, decorators: [{
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", ngImport: i0, type: Languages, providedIn: 'root' }); }
429
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", ngImport: i0, type: Languages, providedIn: 'root' }); }
431
431
  }
432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Languages, decorators: [{
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", ngImport: i0, type: Network, providedIn: 'root' }); }
486
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", ngImport: i0, type: Network, providedIn: 'root' }); }
488
488
  }
489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Network, decorators: [{
489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", 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: "17.0.2", ngImport: i0, type: Patch, providedIn: 'root' }); }
542
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.6", ngImport: i0, type: Patch, providedIn: 'root' }); }
544
544
  }
545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Patch, decorators: [{
545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", 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: "17.0.2", ngImport: i0, type: Clipboard, deps: [{ token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
576
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Clipboard, providedIn: 'root' }); }
575
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: Clipboard, deps: [{ token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
576
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: Clipboard, providedIn: 'root' }); }
577
577
  }
578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: Clipboard, decorators: [{
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: Clipboard, decorators: [{
579
579
  type: Injectable,
580
580
  args: [{
581
581
  providedIn: 'root'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravobit/bb-foundation",
3
- "version": "0.30.0",
3
+ "version": "0.30.2",
4
4
  "description": "The Angular core foundation of the Bravobit team.",
5
5
  "author": {
6
6
  "name": "Stan van Heumen",
@@ -42,11 +42,11 @@
42
42
  "esm": "./esm2022/collections/bravobit-bb-foundation-collections.mjs",
43
43
  "default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
44
44
  },
45
- "./dashboard": {
46
- "types": "./dashboard/index.d.ts",
47
- "esm2022": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
48
- "esm": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
49
- "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
45
+ "./controls": {
46
+ "types": "./controls/index.d.ts",
47
+ "esm2022": "./esm2022/controls/bravobit-bb-foundation-controls.mjs",
48
+ "esm": "./esm2022/controls/bravobit-bb-foundation-controls.mjs",
49
+ "default": "./fesm2022/bravobit-bb-foundation-controls.mjs"
50
50
  },
51
51
  "./dialog": {
52
52
  "types": "./dialog/index.d.ts",
@@ -54,18 +54,18 @@
54
54
  "esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
55
55
  "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
56
56
  },
57
- "./controls": {
58
- "types": "./controls/index.d.ts",
59
- "esm2022": "./esm2022/controls/bravobit-bb-foundation-controls.mjs",
60
- "esm": "./esm2022/controls/bravobit-bb-foundation-controls.mjs",
61
- "default": "./fesm2022/bravobit-bb-foundation-controls.mjs"
62
- },
63
57
  "./elements": {
64
58
  "types": "./elements/index.d.ts",
65
59
  "esm2022": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
66
60
  "esm": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
67
61
  "default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
68
62
  },
63
+ "./dashboard": {
64
+ "types": "./dashboard/index.d.ts",
65
+ "esm2022": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
66
+ "esm": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
67
+ "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
68
+ },
69
69
  "./http": {
70
70
  "types": "./http/index.d.ts",
71
71
  "esm2022": "./esm2022/http/bravobit-bb-foundation-http.mjs",
@@ -78,30 +78,42 @@
78
78
  "esm": "./esm2022/localize/bravobit-bb-foundation-localize.mjs",
79
79
  "default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
80
80
  },
81
- "./notifications": {
82
- "types": "./notifications/index.d.ts",
83
- "esm2022": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
84
- "esm": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
85
- "default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
86
- },
87
81
  "./masking": {
88
82
  "types": "./masking/index.d.ts",
89
83
  "esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
90
84
  "esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
91
85
  "default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
92
86
  },
87
+ "./notifications": {
88
+ "types": "./notifications/index.d.ts",
89
+ "esm2022": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
90
+ "esm": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
91
+ "default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
92
+ },
93
93
  "./recaptcha": {
94
94
  "types": "./recaptcha/index.d.ts",
95
95
  "esm2022": "./esm2022/recaptcha/bravobit-bb-foundation-recaptcha.mjs",
96
96
  "esm": "./esm2022/recaptcha/bravobit-bb-foundation-recaptcha.mjs",
97
97
  "default": "./fesm2022/bravobit-bb-foundation-recaptcha.mjs"
98
98
  },
99
+ "./permissions": {
100
+ "types": "./permissions/index.d.ts",
101
+ "esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
102
+ "esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
103
+ "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
104
+ },
99
105
  "./rxjs": {
100
106
  "types": "./rxjs/index.d.ts",
101
107
  "esm2022": "./esm2022/rxjs/bravobit-bb-foundation-rxjs.mjs",
102
108
  "esm": "./esm2022/rxjs/bravobit-bb-foundation-rxjs.mjs",
103
109
  "default": "./fesm2022/bravobit-bb-foundation-rxjs.mjs"
104
110
  },
111
+ "./storage": {
112
+ "types": "./storage/index.d.ts",
113
+ "esm2022": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
114
+ "esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
115
+ "default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
116
+ },
105
117
  "./table": {
106
118
  "types": "./table/index.d.ts",
107
119
  "esm2022": "./esm2022/table/bravobit-bb-foundation-table.mjs",
@@ -114,18 +126,6 @@
114
126
  "esm": "./esm2022/theming/bravobit-bb-foundation-theming.mjs",
115
127
  "default": "./fesm2022/bravobit-bb-foundation-theming.mjs"
116
128
  },
117
- "./storage": {
118
- "types": "./storage/index.d.ts",
119
- "esm2022": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
120
- "esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
121
- "default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
122
- },
123
- "./permissions": {
124
- "types": "./permissions/index.d.ts",
125
- "esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
126
- "esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
127
- "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
128
- },
129
129
  "./tooltip": {
130
130
  "types": "./tooltip/index.d.ts",
131
131
  "esm2022": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",