@bravobit/bb-foundation 0.57.8 → 0.58.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 (42) hide show
  1. package/fesm2022/bravobit-bb-foundation-auth.mjs +22 -22
  2. package/fesm2022/bravobit-bb-foundation-collections.mjs +45 -45
  3. package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
  4. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +28 -28
  5. package/fesm2022/bravobit-bb-foundation-dashboard.mjs.map +1 -1
  6. package/fesm2022/bravobit-bb-foundation-dialog.mjs +35 -35
  7. package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
  8. package/fesm2022/bravobit-bb-foundation-elements.mjs +104 -104
  9. package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
  10. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  11. package/fesm2022/bravobit-bb-foundation-localize.mjs +16 -16
  12. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  13. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  14. package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
  15. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  16. package/fesm2022/bravobit-bb-foundation-select.mjs +23 -23
  17. package/fesm2022/bravobit-bb-foundation-select.mjs.map +1 -1
  18. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  19. package/fesm2022/bravobit-bb-foundation-table.mjs +23 -23
  20. package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
  21. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  22. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  23. package/fesm2022/bravobit-bb-foundation.mjs +21 -21
  24. package/package.json +40 -40
  25. /package/{auth/index.d.ts → types/bravobit-bb-foundation-auth.d.ts} +0 -0
  26. /package/{collections/index.d.ts → types/bravobit-bb-foundation-collections.d.ts} +0 -0
  27. /package/{dashboard/index.d.ts → types/bravobit-bb-foundation-dashboard.d.ts} +0 -0
  28. /package/{dialog/index.d.ts → types/bravobit-bb-foundation-dialog.d.ts} +0 -0
  29. /package/{elements/index.d.ts → types/bravobit-bb-foundation-elements.d.ts} +0 -0
  30. /package/{http/index.d.ts → types/bravobit-bb-foundation-http.d.ts} +0 -0
  31. /package/{localize/index.d.ts → types/bravobit-bb-foundation-localize.d.ts} +0 -0
  32. /package/{masking/index.d.ts → types/bravobit-bb-foundation-masking.d.ts} +0 -0
  33. /package/{notifications/index.d.ts → types/bravobit-bb-foundation-notifications.d.ts} +0 -0
  34. /package/{permissions/index.d.ts → types/bravobit-bb-foundation-permissions.d.ts} +0 -0
  35. /package/{recaptcha/index.d.ts → types/bravobit-bb-foundation-recaptcha.d.ts} +0 -0
  36. /package/{rxjs/index.d.ts → types/bravobit-bb-foundation-rxjs.d.ts} +0 -0
  37. /package/{select/index.d.ts → types/bravobit-bb-foundation-select.d.ts} +0 -0
  38. /package/{storage/index.d.ts → types/bravobit-bb-foundation-storage.d.ts} +0 -0
  39. /package/{table/index.d.ts → types/bravobit-bb-foundation-table.d.ts} +0 -0
  40. /package/{tooltip/index.d.ts → types/bravobit-bb-foundation-tooltip.d.ts} +0 -0
  41. /package/{utils/index.d.ts → types/bravobit-bb-foundation-utils.d.ts} +0 -0
  42. /package/{index.d.ts → types/bravobit-bb-foundation.d.ts} +0 -0
@@ -15,10 +15,10 @@ class TooltipContainerComponent {
15
15
  .filter(item => !!item)
16
16
  .join(' ');
17
17
  }
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: TooltipContainerComponent, isStandalone: true, selector: "bb-tooltip-container", host: { properties: { "class": "this.classBinding" }, classAttribute: "bb-tooltip-container" }, ngImport: i0, template: "<ng-template [bbTemplate]=\"data\">{{ data }}</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;max-width:25rem;line-height:1.5;-webkit-user-select:none;user-select:none;position:relative;font-size:.875rem;pointer-events:none;border-radius:.5rem;padding:.5rem .75rem;background-color:#111}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid}.bb-tooltip-container>small{display:block;font-size:.75rem;margin-top:.25rem;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:.5rem .5rem 0 .5rem;border-color:#111111 transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 .5rem .5rem .5rem;border-color:transparent transparent #111111 transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:.5rem 0 .5rem .5rem;border-color:transparent transparent transparent #111111}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:.5rem .5rem .5rem 0;border-color:transparent #111111 transparent transparent}\n"], dependencies: [{ kind: "directive", type: BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.0", type: TooltipContainerComponent, isStandalone: true, selector: "bb-tooltip-container", host: { properties: { "class": "this.classBinding" }, classAttribute: "bb-tooltip-container" }, ngImport: i0, template: "<ng-template [bbTemplate]=\"data\">{{ data }}</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;max-width:25rem;line-height:1.5;-webkit-user-select:none;user-select:none;position:relative;font-size:.875rem;pointer-events:none;border-radius:.5rem;padding:.5rem .75rem;background-color:#111}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid}.bb-tooltip-container>small{display:block;font-size:.75rem;margin-top:.25rem;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:.5rem .5rem 0 .5rem;border-color:#111111 transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 .5rem .5rem .5rem;border-color:transparent transparent #111111 transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:.5rem 0 .5rem .5rem;border-color:transparent transparent transparent #111111}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:.5rem .5rem .5rem 0;border-color:transparent #111111 transparent transparent}\n"], dependencies: [{ kind: "directive", type: BbTemplate, selector: "[bbTemplate]", inputs: ["bbTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipContainerComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipContainerComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'bb-tooltip-container', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { 'class': 'bb-tooltip-container' }, imports: [BbTemplate], template: "<ng-template [bbTemplate]=\"data\">{{ data }}</ng-template>\n", styles: [".bb-tooltip-container{color:#fff;display:block;max-width:25rem;line-height:1.5;-webkit-user-select:none;user-select:none;position:relative;font-size:.875rem;pointer-events:none;border-radius:.5rem;padding:.5rem .75rem;background-color:#111}.bb-tooltip-container:after{width:0;height:0;content:\"\";display:block;position:absolute;border-style:solid}.bb-tooltip-container>small{display:block;font-size:.75rem;margin-top:.25rem;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:.5rem .5rem 0 .5rem;border-color:#111111 transparent transparent transparent}.bb-tooltip-container-bottom .bb-tooltip-container:after{left:50%;bottom:100%;transform:translate(-50%);border-width:0 .5rem .5rem .5rem;border-color:transparent transparent #111111 transparent}.bb-tooltip-container-left .bb-tooltip-container:after{top:50%;left:100%;transform:translateY(-50%);border-width:.5rem 0 .5rem .5rem;border-color:transparent transparent transparent #111111}.bb-tooltip-container-right .bb-tooltip-container:after{top:50%;right:100%;transform:translateY(-50%);border-width:.5rem .5rem .5rem 0;border-color:transparent #111111 transparent transparent}\n"] }]
24
24
  }], propDecorators: { classBinding: [{
@@ -116,10 +116,10 @@ class TooltipDirective {
116
116
  }
117
117
  ];
118
118
  }
119
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
120
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.9", type: TooltipDirective, isStandalone: true, selector: "[bbTooltip]", inputs: { bbTooltip: "bbTooltip", bbTooltipClass: "bbTooltipClass", bbTooltipOrigin: "bbTooltipOrigin", bbTooltipPositions: "bbTooltipPositions", bbTooltipDisabled: ["bbTooltipDisabled", "bbTooltipDisabled", booleanAttribute] }, host: { listeners: { "mouseenter": "showTooltip()", "focus": "showTooltip()", "mouseleave": "hideTooltip()", "blur": "hideTooltip()" } }, ngImport: i0 });
119
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
120
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.0", type: TooltipDirective, isStandalone: true, selector: "[bbTooltip]", inputs: { bbTooltip: "bbTooltip", bbTooltipClass: "bbTooltipClass", bbTooltipOrigin: "bbTooltipOrigin", bbTooltipPositions: "bbTooltipPositions", bbTooltipDisabled: ["bbTooltipDisabled", "bbTooltipDisabled", booleanAttribute] }, host: { listeners: { "mouseenter": "showTooltip()", "focus": "showTooltip()", "mouseleave": "hideTooltip()", "blur": "hideTooltip()" } }, ngImport: i0 });
121
121
  }
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipDirective, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipDirective, decorators: [{
123
123
  type: Directive,
124
124
  args: [{
125
125
  selector: '[bbTooltip]'
@@ -150,11 +150,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
150
150
  }] } });
151
151
 
152
152
  class TooltipModule {
153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.9", ngImport: i0, type: TooltipModule, imports: [TooltipDirective], exports: [TooltipDirective] });
155
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipModule });
153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0", ngImport: i0, type: TooltipModule, imports: [TooltipDirective], exports: [TooltipDirective] });
155
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipModule });
156
156
  }
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: TooltipModule, decorators: [{
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: TooltipModule, decorators: [{
158
158
  type: NgModule,
159
159
  args: [{
160
160
  imports: [TooltipDirective],
@@ -18,10 +18,10 @@ class BbTemplate {
18
18
  }
19
19
  // Required so that the template type checker can infer the type of the coerced inputs.
20
20
  static ngAcceptInputType_bbTemplate;
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbTemplate, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.9", type: BbTemplate, isStandalone: true, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbTemplate, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0", type: BbTemplate, isStandalone: true, selector: "[bbTemplate]", inputs: { bbTemplate: "bbTemplate" }, ngImport: i0 });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbTemplate, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbTemplate, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[bbTemplate]'
@@ -74,10 +74,10 @@ class BbAutosize {
74
74
  }
75
75
  return setTimeout(() => this.updateStyles(), 0);
76
76
  }
77
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbAutosize, deps: [], target: i0.ɵɵFactoryTarget.Directive });
78
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.9", 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: "21.0.0", ngImport: i0, type: BbAutosize, deps: [], target: i0.ɵɵFactoryTarget.Directive });
78
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "21.0.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 });
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbAutosize, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbAutosize, decorators: [{
81
81
  type: Directive,
82
82
  args: [{
83
83
  selector: 'textarea[bbAutosize]'
@@ -141,10 +141,10 @@ class BbFocus {
141
141
  // Execute the focus method in a timeout.
142
142
  setTimeout(() => this.nativeElement.focus(), 0);
143
143
  }
144
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbFocus, deps: [], target: i0.ɵɵFactoryTarget.Directive });
145
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.9", type: BbFocus, isStandalone: true, selector: "[bbFocus]", inputs: { bbFocusMode: "bbFocusMode" }, ngImport: i0 });
144
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbFocus, deps: [], target: i0.ɵɵFactoryTarget.Directive });
145
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0", type: BbFocus, isStandalone: true, selector: "[bbFocus]", inputs: { bbFocusMode: "bbFocusMode" }, ngImport: i0 });
146
146
  }
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbFocus, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbFocus, decorators: [{
148
148
  type: Directive,
149
149
  args: [{
150
150
  selector: '[bbFocus]'
@@ -213,10 +213,10 @@ class BbFocusTrap {
213
213
  isTabEvent = (event) => {
214
214
  return event?.key === 'Tab' || event?.keyCode === 9;
215
215
  };
216
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbFocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive });
217
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.9", type: BbFocusTrap, isStandalone: true, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 });
216
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbFocusTrap, deps: [], target: i0.ɵɵFactoryTarget.Directive });
217
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0", type: BbFocusTrap, isStandalone: true, selector: "[bbFocusTrap]", host: { listeners: { "keydown": "onKeydown($event)" } }, ngImport: i0 });
218
218
  }
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: BbFocusTrap, decorators: [{
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: BbFocusTrap, decorators: [{
220
220
  type: Directive,
221
221
  args: [{
222
222
  selector: '[bbFocusTrap]'
@@ -227,17 +227,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
227
227
  }] } });
228
228
 
229
229
  class UtilsModule {
230
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
231
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.9", ngImport: i0, type: UtilsModule, imports: [BbTemplate,
230
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
231
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0", ngImport: i0, type: UtilsModule, imports: [BbTemplate,
232
232
  BbAutosize,
233
233
  BbFocus,
234
234
  BbFocusTrap], exports: [BbTemplate,
235
235
  BbAutosize,
236
236
  BbFocus,
237
237
  BbFocusTrap] });
238
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: UtilsModule });
238
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: UtilsModule });
239
239
  }
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: UtilsModule, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: UtilsModule, decorators: [{
241
241
  type: NgModule,
242
242
  args: [{
243
243
  imports: [
@@ -78,10 +78,10 @@ class FileLoader {
78
78
  anyBlob.name = fileName;
79
79
  return anyBlob;
80
80
  };
81
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
82
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: FileLoader, providedIn: 'root' });
81
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: FileLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
82
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: FileLoader, providedIn: 'root' });
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: FileLoader, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: FileLoader, decorators: [{
85
85
  type: Injectable,
86
86
  args: [{
87
87
  providedIn: 'root'
@@ -236,10 +236,10 @@ class Exif {
236
236
  }
237
237
  return -1;
238
238
  };
239
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Exif, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
240
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Exif, providedIn: 'root' });
239
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Exif, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
240
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Exif, providedIn: 'root' });
241
241
  }
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Exif, decorators: [{
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Exif, decorators: [{
243
243
  type: Injectable,
244
244
  args: [{
245
245
  providedIn: 'root'
@@ -353,10 +353,10 @@ class ImageConverter {
353
353
  }
354
354
  return { xOffset, yOffset, width, height };
355
355
  };
356
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ImageConverter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
357
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ImageConverter, providedIn: 'root' });
356
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ImageConverter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
357
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ImageConverter, providedIn: 'root' });
358
358
  }
359
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: ImageConverter, decorators: [{
359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: ImageConverter, decorators: [{
360
360
  type: Injectable,
361
361
  args: [{
362
362
  providedIn: 'root'
@@ -437,10 +437,10 @@ class Files {
437
437
  anchor.click();
438
438
  }
439
439
  }
440
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Files, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
441
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Files, providedIn: 'root' });
440
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Files, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
441
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Files, providedIn: 'root' });
442
442
  }
443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Files, decorators: [{
443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Files, decorators: [{
444
444
  type: Injectable,
445
445
  args: [{
446
446
  providedIn: 'root'
@@ -511,10 +511,10 @@ class Languages {
511
511
  .filter(item => !!item)
512
512
  .sort((a, b) => b.quality - a.quality);
513
513
  }
514
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Languages, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
515
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Languages, providedIn: 'root' });
514
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Languages, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
515
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Languages, providedIn: 'root' });
516
516
  }
517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Languages, decorators: [{
517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Languages, decorators: [{
518
518
  type: Injectable,
519
519
  args: [{
520
520
  providedIn: 'root'
@@ -550,10 +550,10 @@ class Network {
550
550
  // a user is online/offline.
551
551
  this._online$ = merge(now$, online$, offline$).pipe(distinctUntilChanged(), shareReplay({ refCount: true, bufferSize: 1 }));
552
552
  }
553
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Network, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
554
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Network, providedIn: 'root' });
553
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Network, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
554
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Network, providedIn: 'root' });
555
555
  }
556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Network, decorators: [{
556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Network, decorators: [{
557
557
  type: Injectable,
558
558
  args: [{
559
559
  providedIn: 'root'
@@ -596,10 +596,10 @@ class Patch {
596
596
  // Save the subscription so we can destroy it later.
597
597
  this._subscription.add(subscription);
598
598
  }
599
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Patch, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
600
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Patch, providedIn: 'root' });
599
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Patch, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
600
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Patch, providedIn: 'root' });
601
601
  }
602
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: Patch, decorators: [{
602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: Patch, decorators: [{
603
603
  type: Injectable,
604
604
  args: [{
605
605
  providedIn: 'root'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravobit/bb-foundation",
3
- "version": "0.57.8",
3
+ "version": "0.58.0",
4
4
  "description": "The Angular core foundation of the Bravobit team.",
5
5
  "author": {
6
6
  "name": "Stan van Heumen",
@@ -8,15 +8,15 @@
8
8
  "url": "https://bravobit.nl"
9
9
  },
10
10
  "peerDependencies": {
11
- "@angular/common": "^20.3.0",
12
- "@angular/core": "^20.3.0",
13
- "@angular/cdk": "^20.2.0"
11
+ "@angular/common": "^21.0.0",
12
+ "@angular/core": "^21.0.0",
13
+ "@angular/cdk": "^21.0.0"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.8.1",
17
17
  "inputmask": "^5.0.9",
18
18
  "@types/grecaptcha": "^3.0.9",
19
- "@ng-select/ng-select": "~20.4.0"
19
+ "@ng-select/ng-select": "~21.0.0"
20
20
  },
21
21
  "sideEffects": false,
22
22
  "schematics": "./schematics/collection.json",
@@ -27,82 +27,82 @@
27
27
  ]
28
28
  },
29
29
  "module": "fesm2022/bravobit-bb-foundation.mjs",
30
- "typings": "index.d.ts",
30
+ "typings": "types/bravobit-bb-foundation.d.ts",
31
31
  "exports": {
32
32
  "./package.json": {
33
33
  "default": "./package.json"
34
34
  },
35
35
  ".": {
36
- "types": "./index.d.ts",
36
+ "types": "./types/bravobit-bb-foundation.d.ts",
37
37
  "default": "./fesm2022/bravobit-bb-foundation.mjs"
38
38
  },
39
39
  "./auth": {
40
- "types": "./auth/index.d.ts",
40
+ "types": "./types/bravobit-bb-foundation-auth.d.ts",
41
41
  "default": "./fesm2022/bravobit-bb-foundation-auth.mjs"
42
42
  },
43
43
  "./collections": {
44
- "types": "./collections/index.d.ts",
44
+ "types": "./types/bravobit-bb-foundation-collections.d.ts",
45
45
  "default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
46
46
  },
47
- "./elements": {
48
- "types": "./elements/index.d.ts",
49
- "default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
47
+ "./dashboard": {
48
+ "types": "./types/bravobit-bb-foundation-dashboard.d.ts",
49
+ "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
50
50
  },
51
51
  "./dialog": {
52
- "types": "./dialog/index.d.ts",
52
+ "types": "./types/bravobit-bb-foundation-dialog.d.ts",
53
53
  "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
54
54
  },
55
- "./dashboard": {
56
- "types": "./dashboard/index.d.ts",
57
- "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
55
+ "./elements": {
56
+ "types": "./types/bravobit-bb-foundation-elements.d.ts",
57
+ "default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
58
+ },
59
+ "./http": {
60
+ "types": "./types/bravobit-bb-foundation-http.d.ts",
61
+ "default": "./fesm2022/bravobit-bb-foundation-http.mjs"
58
62
  },
59
63
  "./localize": {
60
- "types": "./localize/index.d.ts",
64
+ "types": "./types/bravobit-bb-foundation-localize.d.ts",
61
65
  "default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
62
66
  },
63
- "./http": {
64
- "types": "./http/index.d.ts",
65
- "default": "./fesm2022/bravobit-bb-foundation-http.mjs"
67
+ "./masking": {
68
+ "types": "./types/bravobit-bb-foundation-masking.d.ts",
69
+ "default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
66
70
  },
67
71
  "./notifications": {
68
- "types": "./notifications/index.d.ts",
72
+ "types": "./types/bravobit-bb-foundation-notifications.d.ts",
69
73
  "default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
70
74
  },
71
- "./masking": {
72
- "types": "./masking/index.d.ts",
73
- "default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
75
+ "./permissions": {
76
+ "types": "./types/bravobit-bb-foundation-permissions.d.ts",
77
+ "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
74
78
  },
75
79
  "./recaptcha": {
76
- "types": "./recaptcha/index.d.ts",
80
+ "types": "./types/bravobit-bb-foundation-recaptcha.d.ts",
77
81
  "default": "./fesm2022/bravobit-bb-foundation-recaptcha.mjs"
78
82
  },
79
83
  "./rxjs": {
80
- "types": "./rxjs/index.d.ts",
84
+ "types": "./types/bravobit-bb-foundation-rxjs.d.ts",
81
85
  "default": "./fesm2022/bravobit-bb-foundation-rxjs.mjs"
82
86
  },
83
- "./storage": {
84
- "types": "./storage/index.d.ts",
85
- "default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
86
- },
87
87
  "./select": {
88
- "types": "./select/index.d.ts",
88
+ "types": "./types/bravobit-bb-foundation-select.d.ts",
89
89
  "default": "./fesm2022/bravobit-bb-foundation-select.mjs"
90
90
  },
91
- "./permissions": {
92
- "types": "./permissions/index.d.ts",
93
- "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
91
+ "./storage": {
92
+ "types": "./types/bravobit-bb-foundation-storage.d.ts",
93
+ "default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
94
94
  },
95
95
  "./table": {
96
- "types": "./table/index.d.ts",
96
+ "types": "./types/bravobit-bb-foundation-table.d.ts",
97
97
  "default": "./fesm2022/bravobit-bb-foundation-table.mjs"
98
98
  },
99
- "./utils": {
100
- "types": "./utils/index.d.ts",
101
- "default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
102
- },
103
99
  "./tooltip": {
104
- "types": "./tooltip/index.d.ts",
100
+ "types": "./types/bravobit-bb-foundation-tooltip.d.ts",
105
101
  "default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
102
+ },
103
+ "./utils": {
104
+ "types": "./types/bravobit-bb-foundation-utils.d.ts",
105
+ "default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
106
106
  }
107
107
  }
108
108
  }