@bravobit/bb-foundation 0.42.8 → 0.43.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 (148) hide show
  1. package/elements/lib/avatar/avatar.component.d.ts +6 -1
  2. package/elements/lib/elements.config.d.ts +1 -1
  3. package/elements/lib/elements.interfaces.d.ts +3 -0
  4. package/elements/lib/icon/icon.component.d.ts +8 -5
  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/collections/lib/collections.module.mjs +4 -4
  10. package/esm2022/collections/lib/components/collections-actions/collections-actions.component.mjs +4 -4
  11. package/esm2022/collections/lib/components/collections-grid/collections-grid.component.mjs +3 -3
  12. package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
  13. package/esm2022/collections/lib/components/collections-table/collections-table.component.mjs +3 -3
  14. package/esm2022/collections/lib/components/collections-table-label/collections-table-label.component.mjs +3 -3
  15. package/esm2022/collections/lib/components/collections-table-sorting/collections-table-sorting.component.mjs +3 -3
  16. package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
  17. package/esm2022/collections/lib/directives/collections-data-row.directive.mjs +3 -3
  18. package/esm2022/collections/lib/directives/collections-data.directive.mjs +3 -3
  19. package/esm2022/collections/lib/directives/collections-empty.directive.mjs +3 -3
  20. package/esm2022/collections/lib/directives/collections-error.directive.mjs +3 -3
  21. package/esm2022/collections/lib/directives/collections-initial.directive.mjs +3 -3
  22. package/esm2022/collections/lib/directives/collections-item.directive.mjs +3 -3
  23. package/esm2022/combobox/combobox/combobox-container.directive.mjs +3 -3
  24. package/esm2022/combobox/combobox/combobox.component.mjs +3 -3
  25. package/esm2022/combobox/combobox-label.directive.mjs +3 -3
  26. package/esm2022/combobox/combobox-option.directive.mjs +3 -3
  27. package/esm2022/combobox/combobox-panel/combobox-panel.component.mjs +3 -3
  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/dialog/lib/directives/confirm.directive.mjs +3 -3
  47. package/esm2022/elements/lib/avatar/avatar.component.mjs +37 -10
  48. package/esm2022/elements/lib/button/button.component.mjs +6 -6
  49. package/esm2022/elements/lib/checkbox/checkbox.component.mjs +3 -3
  50. package/esm2022/elements/lib/checkbox-group/checkbox-group.component.mjs +3 -3
  51. package/esm2022/elements/lib/date-picker/date-picker.component.mjs +3 -3
  52. package/esm2022/elements/lib/directives/addon.directive.mjs +6 -6
  53. package/esm2022/elements/lib/directives/extra-error-controls.directive.mjs +3 -3
  54. package/esm2022/elements/lib/directives/file-drop.directive.mjs +3 -3
  55. package/esm2022/elements/lib/directives/form-submit.directive.mjs +3 -3
  56. package/esm2022/elements/lib/directives/form-submitter.directive.mjs +3 -3
  57. package/esm2022/elements/lib/directives/image-upload.directive.mjs +3 -3
  58. package/esm2022/elements/lib/directives/input.directive.mjs +3 -3
  59. package/esm2022/elements/lib/elements.config.mjs +3 -2
  60. package/esm2022/elements/lib/elements.interfaces.mjs +2 -1
  61. package/esm2022/elements/lib/elements.module.mjs +4 -4
  62. package/esm2022/elements/lib/file-picker/file-picker.component.mjs +3 -3
  63. package/esm2022/elements/lib/form-control/form-control.component.mjs +3 -3
  64. package/esm2022/elements/lib/form-error/form-error.component.mjs +3 -3
  65. package/esm2022/elements/lib/form-group/form-group.component.mjs +3 -3
  66. package/esm2022/elements/lib/icon/icon.component.mjs +37 -13
  67. package/esm2022/elements/lib/image-picker/image-picker.component.mjs +3 -3
  68. package/esm2022/elements/lib/multi-file-control/multi-file-control.component.mjs +3 -3
  69. package/esm2022/elements/lib/pipes/date.pipe.mjs +3 -3
  70. package/esm2022/elements/lib/pipes/file-image.pipe.mjs +3 -3
  71. package/esm2022/elements/lib/pipes/file-size.pipe.mjs +3 -3
  72. package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +3 -3
  73. package/esm2022/elements/lib/radio-button/radio-button.component.mjs +3 -3
  74. package/esm2022/elements/lib/radio-group/radio-group.component.mjs +3 -3
  75. package/esm2022/elements/lib/spinner/spinner.component.mjs +3 -3
  76. package/esm2022/http/lib/http.module.mjs +4 -4
  77. package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +3 -3
  78. package/esm2022/http/lib/interceptors/error.interceptor.mjs +3 -3
  79. package/esm2022/lib/core/services/exif.service.mjs +3 -3
  80. package/esm2022/lib/core/services/file-loader.service.mjs +3 -3
  81. package/esm2022/lib/core/services/files.service.mjs +3 -3
  82. package/esm2022/lib/core/services/image-converter.service.mjs +3 -3
  83. package/esm2022/lib/core/services/languages.service.mjs +3 -3
  84. package/esm2022/lib/core/services/network.service.mjs +3 -3
  85. package/esm2022/lib/core/services/patch.service.mjs +3 -3
  86. package/esm2022/localize/lib/localize.module.mjs +4 -4
  87. package/esm2022/localize/lib/localize.pipe.mjs +3 -3
  88. package/esm2022/localize/lib/localize.service.mjs +3 -3
  89. package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
  90. package/esm2022/localize/lib/views/localize-template.directive.mjs +3 -3
  91. package/esm2022/masking/lib/directives/currency-mask.directive.mjs +3 -3
  92. package/esm2022/masking/lib/directives/date-mask.directive.mjs +3 -3
  93. package/esm2022/masking/lib/directives/input-mask.directive.mjs +3 -3
  94. package/esm2022/masking/lib/masking.module.mjs +4 -4
  95. package/esm2022/masking/lib/masking.service.mjs +3 -3
  96. package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
  97. package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
  98. package/esm2022/notifications/lib/notifications.module.mjs +4 -4
  99. package/esm2022/notifications/lib/notifications.service.mjs +3 -3
  100. package/esm2022/permissions/lib/directives/permission.directive.mjs +3 -3
  101. package/esm2022/permissions/lib/permissions.module.mjs +4 -4
  102. package/esm2022/permissions/lib/permissions.service.mjs +3 -3
  103. package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
  104. package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
  105. package/esm2022/recaptcha/lib/recaptcha.module.mjs +4 -4
  106. package/esm2022/select/lib/select/select.component.mjs +3 -3
  107. package/esm2022/select/lib/select-label.directive.mjs +3 -3
  108. package/esm2022/select/lib/select-multi-label.directive.mjs +3 -3
  109. package/esm2022/select/lib/select-option-group.directive.mjs +3 -3
  110. package/esm2022/select/lib/select-option.directive.mjs +3 -3
  111. package/esm2022/select/lib/select.module.mjs +4 -4
  112. package/esm2022/storage/lib/storage.service.mjs +3 -3
  113. package/esm2022/table/lib/components/table/table.component.mjs +10 -10
  114. package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +3 -3
  115. package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
  116. package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +4 -4
  117. package/esm2022/table/lib/table.module.mjs +4 -4
  118. package/esm2022/tooltip/lib/tooltip-container/tooltip-container.component.mjs +3 -3
  119. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  120. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  121. package/esm2022/utils/lib/directives/autosize.directive.mjs +3 -3
  122. package/esm2022/utils/lib/directives/focus-trap.directive.mjs +3 -3
  123. package/esm2022/utils/lib/directives/focus.directive.mjs +3 -3
  124. package/esm2022/utils/lib/directives/template.directive.mjs +3 -3
  125. package/esm2022/utils/lib/utils.module.mjs +4 -4
  126. package/fesm2022/bravobit-bb-foundation-auth.mjs +13 -13
  127. package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
  128. package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
  129. package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
  130. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  131. package/fesm2022/bravobit-bb-foundation-dashboard.mjs.map +1 -1
  132. package/fesm2022/bravobit-bb-foundation-dialog.mjs +34 -34
  133. package/fesm2022/bravobit-bb-foundation-elements.mjs +153 -101
  134. package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
  135. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  136. package/fesm2022/bravobit-bb-foundation-localize.mjs +16 -16
  137. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  138. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  139. package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
  140. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  141. package/fesm2022/bravobit-bb-foundation-select.mjs +19 -19
  142. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  143. package/fesm2022/bravobit-bb-foundation-table.mjs +23 -23
  144. package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
  145. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  146. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  147. package/fesm2022/bravobit-bb-foundation.mjs +21 -21
  148. package/package.json +7 -7
@@ -20,10 +20,10 @@ class BbTemplate {
20
20
  }
21
21
  // Required so that the template type checker can infer the type of the coerced inputs.
22
22
  static ngAcceptInputType_bbTemplate;
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbTemplate, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: BbTemplate, isStandalone: true, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbTemplate, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.2", type: BbTemplate, isStandalone: true, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbTemplate, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbTemplate, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[bbTemplate]',
@@ -74,10 +74,10 @@ class BbAutosize {
74
74
  setHeight(value) {
75
75
  this._renderer.setStyle(this.element, 'height', value);
76
76
  }
77
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbAutosize, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
78
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: BbAutosize, isStandalone: true, selector: "textarea[bbAutosize]", inputs: { minHeight: "minHeight", maxHeight: "maxHeight", rows: ["rows", "rows", numberAttribute] }, host: { listeners: { "window:resize": "onWindowResize()", "input": "onInputReceived()" }, properties: { "style.min-height": "this.minHeight", "style.max-height": "this.maxHeight", "rows": "this.rows" } }, ngImport: i0 });
77
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbAutosize, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
78
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.2", type: BbAutosize, isStandalone: true, selector: "textarea[bbAutosize]", inputs: { minHeight: "minHeight", maxHeight: "maxHeight", rows: ["rows", "rows", numberAttribute] }, host: { listeners: { "window:resize": "onWindowResize()", "input": "onInputReceived()" }, properties: { "style.min-height": "this.minHeight", "style.max-height": "this.maxHeight", "rows": "this.rows" } }, ngImport: i0 });
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbAutosize, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbAutosize, decorators: [{
81
81
  type: Directive,
82
82
  args: [{
83
83
  selector: 'textarea[bbAutosize]',
@@ -144,10 +144,10 @@ class BbFocus {
144
144
  // Execute the focus method in a timeout.
145
145
  setTimeout(() => this.nativeElement.focus(), 0);
146
146
  }
147
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbFocus, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
148
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.0", type: BbFocus, isStandalone: true, selector: "[bbFocus]", inputs: { bbFocusOnlyDesktop: ["bbFocusOnlyDesktop", "bbFocusOnlyDesktop", booleanAttribute] }, ngImport: i0 });
147
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbFocus, deps: [{ token: i0.NgZone }, { token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
148
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.2", type: BbFocus, isStandalone: true, selector: "[bbFocus]", inputs: { bbFocusOnlyDesktop: ["bbFocusOnlyDesktop", "bbFocusOnlyDesktop", booleanAttribute] }, ngImport: i0 });
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbFocus, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbFocus, decorators: [{
151
151
  type: Directive,
152
152
  args: [{
153
153
  selector: '[bbFocus]',
@@ -221,10 +221,10 @@ class BbFocusTrap {
221
221
  isTabEvent = (event) => {
222
222
  return event?.key === 'Tab' || event?.keyCode === 9;
223
223
  };
224
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbFocusTrap, deps: [{ token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
225
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: BbFocusTrap, isStandalone: true, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 });
224
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbFocusTrap, deps: [{ token: i1.Platform }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
225
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.2", type: BbFocusTrap, isStandalone: true, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 });
226
226
  }
227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: BbFocusTrap, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BbFocusTrap, decorators: [{
228
228
  type: Directive,
229
229
  args: [{
230
230
  selector: '[bbFocusTrap]',
@@ -236,17 +236,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
236
236
  }] } });
237
237
 
238
238
  class UtilsModule {
239
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
240
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: UtilsModule, imports: [BbTemplate,
239
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
240
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.2", ngImport: i0, type: UtilsModule, imports: [BbTemplate,
241
241
  BbAutosize,
242
242
  BbFocus,
243
243
  BbFocusTrap], exports: [BbTemplate,
244
244
  BbAutosize,
245
245
  BbFocus,
246
246
  BbFocusTrap] });
247
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UtilsModule });
247
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: UtilsModule });
248
248
  }
249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: UtilsModule, decorators: [{
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: UtilsModule, decorators: [{
250
250
  type: NgModule,
251
251
  args: [{
252
252
  imports: [
@@ -79,10 +79,10 @@ class FileLoader {
79
79
  anyBlob.name = fileName;
80
80
  return anyBlob;
81
81
  };
82
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
83
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FileLoader, providedIn: 'root' });
82
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
83
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: FileLoader, providedIn: 'root' });
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FileLoader, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: FileLoader, decorators: [{
86
86
  type: Injectable,
87
87
  args: [{
88
88
  providedIn: 'root'
@@ -240,10 +240,10 @@ class Exif {
240
240
  }
241
241
  return -1;
242
242
  };
243
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Exif, deps: [{ token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable });
244
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Exif, providedIn: 'root' });
243
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Exif, deps: [{ token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable });
244
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Exif, providedIn: 'root' });
245
245
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Exif, decorators: [{
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Exif, decorators: [{
247
247
  type: Injectable,
248
248
  args: [{
249
249
  providedIn: 'root'
@@ -361,10 +361,10 @@ class ImageConverter {
361
361
  }
362
362
  return { xOffset, yOffset, width, height };
363
363
  };
364
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ImageConverter, deps: [{ token: Exif }, { token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable });
365
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ImageConverter, providedIn: 'root' });
364
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: ImageConverter, deps: [{ token: Exif }, { token: i1.Platform }, { token: FileLoader }], target: i0.ɵɵFactoryTarget.Injectable });
365
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: ImageConverter, providedIn: 'root' });
366
366
  }
367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ImageConverter, decorators: [{
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: ImageConverter, decorators: [{
368
368
  type: Injectable,
369
369
  args: [{
370
370
  providedIn: 'root'
@@ -445,10 +445,10 @@ class Files {
445
445
  anchor.click();
446
446
  }
447
447
  }
448
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Files, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
449
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Files, providedIn: 'root' });
448
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Files, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
449
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Files, providedIn: 'root' });
450
450
  }
451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Files, decorators: [{
451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Files, decorators: [{
452
452
  type: Injectable,
453
453
  args: [{
454
454
  providedIn: 'root'
@@ -514,10 +514,10 @@ class Languages {
514
514
  ? data
515
515
  : data.join(';');
516
516
  };
517
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Languages, deps: [{ token: ACCEPT_LANGUAGE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
518
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Languages, providedIn: 'root' });
517
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Languages, deps: [{ token: ACCEPT_LANGUAGE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
518
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Languages, providedIn: 'root' });
519
519
  }
520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Languages, decorators: [{
520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Languages, decorators: [{
521
521
  type: Injectable,
522
522
  args: [{
523
523
  providedIn: 'root'
@@ -564,10 +564,10 @@ class Network {
564
564
  // a user is online/offline.
565
565
  this._online$ = merge(now$, online$, offline$).pipe(distinctUntilChanged(), shareReplay({ refCount: true, bufferSize: 1 }));
566
566
  }
567
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Network, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: NAVIGATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
568
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Network, providedIn: 'root' });
567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Network, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: NAVIGATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
568
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Network, providedIn: 'root' });
569
569
  }
570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Network, decorators: [{
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Network, decorators: [{
571
571
  type: Injectable,
572
572
  args: [{
573
573
  providedIn: 'root'
@@ -623,10 +623,10 @@ class Patch {
623
623
  // Save the subscription so we can destroy it later.
624
624
  this._subscription.add(subscription);
625
625
  }
626
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Patch, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
627
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Patch, providedIn: 'root' });
626
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Patch, deps: [{ token: i1.Platform }, { token: WINDOW, optional: true }, { token: DOCUMENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
627
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Patch, providedIn: 'root' });
628
628
  }
629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: Patch, decorators: [{
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: Patch, decorators: [{
630
630
  type: Injectable,
631
631
  args: [{
632
632
  providedIn: 'root'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravobit/bb-foundation",
3
- "version": "0.42.8",
3
+ "version": "0.43.0",
4
4
  "description": "The Angular core foundation of the Bravobit team.",
5
5
  "author": {
6
6
  "name": "Stan van Heumen",
@@ -55,18 +55,18 @@
55
55
  "esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
56
56
  "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
57
57
  },
58
- "./http": {
59
- "types": "./http/index.d.ts",
60
- "esm2022": "./esm2022/http/bravobit-bb-foundation-http.mjs",
61
- "esm": "./esm2022/http/bravobit-bb-foundation-http.mjs",
62
- "default": "./fesm2022/bravobit-bb-foundation-http.mjs"
63
- },
64
58
  "./combobox": {
65
59
  "types": "./combobox/index.d.ts",
66
60
  "esm2022": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
67
61
  "esm": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
68
62
  "default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
69
63
  },
64
+ "./http": {
65
+ "types": "./http/index.d.ts",
66
+ "esm2022": "./esm2022/http/bravobit-bb-foundation-http.mjs",
67
+ "esm": "./esm2022/http/bravobit-bb-foundation-http.mjs",
68
+ "default": "./fesm2022/bravobit-bb-foundation-http.mjs"
69
+ },
70
70
  "./elements": {
71
71
  "types": "./elements/index.d.ts",
72
72
  "esm2022": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",