@bravobit/bb-foundation 0.40.4 → 0.40.6

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/esm2022/auth/lib/auth.interceptor.mjs +3 -3
  2. package/esm2022/auth/lib/auth.module.mjs +4 -4
  3. package/esm2022/auth/lib/auth.service.mjs +3 -3
  4. package/esm2022/auth/lib/directives/authenticated.directive.mjs +3 -3
  5. package/esm2022/collections/lib/collections.module.mjs +4 -4
  6. package/esm2022/collections/lib/components/collections-actions/collections-actions.component.mjs +3 -3
  7. package/esm2022/collections/lib/components/collections-grid/collections-grid.component.mjs +3 -3
  8. package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
  9. package/esm2022/collections/lib/components/collections-table/collections-table.component.mjs +3 -3
  10. package/esm2022/collections/lib/components/collections-table-label/collections-table-label.component.mjs +3 -3
  11. package/esm2022/collections/lib/components/collections-table-sorting/collections-table-sorting.component.mjs +3 -3
  12. package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
  13. package/esm2022/collections/lib/directives/collections-data-row.directive.mjs +3 -3
  14. package/esm2022/collections/lib/directives/collections-data.directive.mjs +3 -3
  15. package/esm2022/collections/lib/directives/collections-empty.directive.mjs +3 -3
  16. package/esm2022/collections/lib/directives/collections-error.directive.mjs +3 -3
  17. package/esm2022/collections/lib/directives/collections-initial.directive.mjs +3 -3
  18. package/esm2022/collections/lib/directives/collections-item.directive.mjs +3 -3
  19. package/esm2022/combobox/combobox/combobox-container.directive.mjs +3 -3
  20. package/esm2022/combobox/combobox/combobox.component.mjs +3 -3
  21. package/esm2022/combobox/combobox-label.directive.mjs +3 -3
  22. package/esm2022/combobox/combobox-option.directive.mjs +3 -3
  23. package/esm2022/combobox/combobox-panel/combobox-panel.component.mjs +3 -3
  24. package/esm2022/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
  25. package/esm2022/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
  26. package/esm2022/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
  27. package/esm2022/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
  28. package/esm2022/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
  29. package/esm2022/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +3 -3
  30. package/esm2022/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
  31. package/esm2022/dashboard/lib/dashboard.module.mjs +4 -4
  32. package/esm2022/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
  33. package/esm2022/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +3 -3
  34. package/esm2022/dialog/lib/dialog-container/dialog-container.component.mjs +3 -3
  35. package/esm2022/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
  36. package/esm2022/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
  37. package/esm2022/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
  38. package/esm2022/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +3 -3
  39. package/esm2022/dialog/lib/dialog.insertion.mjs +3 -3
  40. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  41. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  42. package/esm2022/dialog/lib/directives/confirm.directive.mjs +3 -3
  43. package/esm2022/elements/lib/avatar/avatar.component.mjs +3 -3
  44. package/esm2022/elements/lib/button/button.component.mjs +6 -6
  45. package/esm2022/elements/lib/checkbox/checkbox.component.mjs +3 -3
  46. package/esm2022/elements/lib/checkbox-group/checkbox-group.component.mjs +3 -3
  47. package/esm2022/elements/lib/date-picker/date-picker.component.mjs +3 -3
  48. package/esm2022/elements/lib/directives/addon.directive.mjs +6 -6
  49. package/esm2022/elements/lib/directives/extra-error-controls.directive.mjs +3 -3
  50. package/esm2022/elements/lib/directives/form-submit.directive.mjs +3 -3
  51. package/esm2022/elements/lib/directives/form-submitter.directive.mjs +3 -3
  52. package/esm2022/elements/lib/directives/image-upload.directive.mjs +3 -3
  53. package/esm2022/elements/lib/directives/input.directive.mjs +3 -3
  54. package/esm2022/elements/lib/elements.module.mjs +4 -4
  55. package/esm2022/elements/lib/file-picker/file-picker.component.mjs +3 -3
  56. package/esm2022/elements/lib/form-control/form-control.component.mjs +3 -3
  57. package/esm2022/elements/lib/form-error/form-error.component.mjs +3 -3
  58. package/esm2022/elements/lib/form-group/form-group.component.mjs +3 -3
  59. package/esm2022/elements/lib/icon/icon.component.mjs +3 -3
  60. package/esm2022/elements/lib/image-picker/image-picker.component.mjs +3 -3
  61. package/esm2022/elements/lib/multi-file-control/multi-file-control.component.mjs +3 -3
  62. package/esm2022/elements/lib/pipes/date.pipe.mjs +3 -3
  63. package/esm2022/elements/lib/pipes/file-image.pipe.mjs +3 -3
  64. package/esm2022/elements/lib/pipes/file-size.pipe.mjs +3 -3
  65. package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +3 -3
  66. package/esm2022/elements/lib/radio-button/radio-button.component.mjs +3 -3
  67. package/esm2022/elements/lib/radio-group/radio-group.component.mjs +3 -3
  68. package/esm2022/elements/lib/spinner/spinner.component.mjs +3 -3
  69. package/esm2022/http/lib/http.module.mjs +4 -4
  70. package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +3 -3
  71. package/esm2022/http/lib/interceptors/error.interceptor.mjs +3 -3
  72. package/esm2022/lib/core/services/exif.service.mjs +3 -3
  73. package/esm2022/lib/core/services/file-loader.service.mjs +3 -3
  74. package/esm2022/lib/core/services/files.service.mjs +3 -3
  75. package/esm2022/lib/core/services/image-converter.service.mjs +3 -3
  76. package/esm2022/lib/core/services/languages.service.mjs +3 -3
  77. package/esm2022/lib/core/services/network.service.mjs +3 -3
  78. package/esm2022/lib/core/services/patch.service.mjs +3 -3
  79. package/esm2022/localize/lib/localize.module.mjs +4 -4
  80. package/esm2022/localize/lib/localize.pipe.mjs +3 -3
  81. package/esm2022/localize/lib/localize.service.mjs +3 -3
  82. package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
  83. package/esm2022/localize/lib/views/localize-template.directive.mjs +3 -3
  84. package/esm2022/masking/lib/directives/currency-mask.directive.mjs +3 -3
  85. package/esm2022/masking/lib/directives/date-mask.directive.mjs +3 -3
  86. package/esm2022/masking/lib/directives/input-mask.directive.mjs +3 -3
  87. package/esm2022/masking/lib/masking.module.mjs +4 -4
  88. package/esm2022/masking/lib/masking.service.mjs +3 -3
  89. package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
  90. package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
  91. package/esm2022/notifications/lib/notifications.module.mjs +4 -4
  92. package/esm2022/notifications/lib/notifications.service.mjs +3 -3
  93. package/esm2022/permissions/lib/directives/permission.directive.mjs +3 -3
  94. package/esm2022/permissions/lib/permissions.module.mjs +4 -4
  95. package/esm2022/permissions/lib/permissions.service.mjs +3 -3
  96. package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
  97. package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
  98. package/esm2022/recaptcha/lib/recaptcha.module.mjs +4 -4
  99. package/esm2022/select/lib/select/select.component.mjs +3 -3
  100. package/esm2022/select/lib/select-label.directive.mjs +3 -3
  101. package/esm2022/select/lib/select-multi-label.directive.mjs +3 -3
  102. package/esm2022/select/lib/select-option-group.directive.mjs +3 -3
  103. package/esm2022/select/lib/select-option.directive.mjs +3 -3
  104. package/esm2022/select/lib/select.module.mjs +4 -4
  105. package/esm2022/storage/lib/storage.service.mjs +3 -3
  106. package/esm2022/table/lib/components/table/table.component.mjs +9 -9
  107. package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +3 -3
  108. package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
  109. package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +3 -3
  110. package/esm2022/table/lib/table.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 +20 -7
  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 +13 -13
  120. package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
  121. package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
  122. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  123. package/fesm2022/bravobit-bb-foundation-dialog.mjs +34 -34
  124. package/fesm2022/bravobit-bb-foundation-elements.mjs +85 -85
  125. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  126. package/fesm2022/bravobit-bb-foundation-localize.mjs +16 -16
  127. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  128. package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
  129. package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
  130. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
  131. package/fesm2022/bravobit-bb-foundation-select.mjs +19 -19
  132. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  133. package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
  134. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  135. package/fesm2022/bravobit-bb-foundation-utils.mjs +31 -19
  136. package/fesm2022/bravobit-bb-foundation-utils.mjs.map +1 -1
  137. package/fesm2022/bravobit-bb-foundation.mjs +21 -21
  138. package/package.json +34 -34
  139. package/utils/lib/directives/focus.directive.d.ts +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravobit/bb-foundation",
3
- "version": "0.40.4",
3
+ "version": "0.40.6",
4
4
  "description": "The Angular core foundation of the Bravobit team.",
5
5
  "author": {
6
6
  "name": "Stan van Heumen",
@@ -43,17 +43,23 @@
43
43
  "esm": "./esm2022/collections/bravobit-bb-foundation-collections.mjs",
44
44
  "default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
45
45
  },
46
+ "./dialog": {
47
+ "types": "./dialog/index.d.ts",
48
+ "esm2022": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
49
+ "esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
50
+ "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
51
+ },
46
52
  "./dashboard": {
47
53
  "types": "./dashboard/index.d.ts",
48
54
  "esm2022": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
49
55
  "esm": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
50
56
  "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
51
57
  },
52
- "./dialog": {
53
- "types": "./dialog/index.d.ts",
54
- "esm2022": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
55
- "esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
56
- "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
58
+ "./combobox": {
59
+ "types": "./combobox/index.d.ts",
60
+ "esm2022": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
61
+ "esm": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
62
+ "default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
57
63
  },
58
64
  "./elements": {
59
65
  "types": "./elements/index.d.ts",
@@ -73,17 +79,23 @@
73
79
  "esm": "./esm2022/localize/bravobit-bb-foundation-localize.mjs",
74
80
  "default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
75
81
  },
82
+ "./masking": {
83
+ "types": "./masking/index.d.ts",
84
+ "esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
85
+ "esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
86
+ "default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
87
+ },
76
88
  "./notifications": {
77
89
  "types": "./notifications/index.d.ts",
78
90
  "esm2022": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
79
91
  "esm": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
80
92
  "default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
81
93
  },
82
- "./masking": {
83
- "types": "./masking/index.d.ts",
84
- "esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
85
- "esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
86
- "default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
94
+ "./permissions": {
95
+ "types": "./permissions/index.d.ts",
96
+ "esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
97
+ "esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
98
+ "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
87
99
  },
88
100
  "./recaptcha": {
89
101
  "types": "./recaptcha/index.d.ts",
@@ -103,41 +115,29 @@
103
115
  "esm": "./esm2022/select/bravobit-bb-foundation-select.mjs",
104
116
  "default": "./fesm2022/bravobit-bb-foundation-select.mjs"
105
117
  },
106
- "./table": {
107
- "types": "./table/index.d.ts",
108
- "esm2022": "./esm2022/table/bravobit-bb-foundation-table.mjs",
109
- "esm": "./esm2022/table/bravobit-bb-foundation-table.mjs",
110
- "default": "./fesm2022/bravobit-bb-foundation-table.mjs"
111
- },
112
- "./combobox": {
113
- "types": "./combobox/index.d.ts",
114
- "esm2022": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
115
- "esm": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
116
- "default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
117
- },
118
118
  "./storage": {
119
119
  "types": "./storage/index.d.ts",
120
120
  "esm2022": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
121
121
  "esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
122
122
  "default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
123
123
  },
124
- "./utils": {
125
- "types": "./utils/index.d.ts",
126
- "esm2022": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
127
- "esm": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
128
- "default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
129
- },
130
- "./permissions": {
131
- "types": "./permissions/index.d.ts",
132
- "esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
133
- "esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
134
- "default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
124
+ "./table": {
125
+ "types": "./table/index.d.ts",
126
+ "esm2022": "./esm2022/table/bravobit-bb-foundation-table.mjs",
127
+ "esm": "./esm2022/table/bravobit-bb-foundation-table.mjs",
128
+ "default": "./fesm2022/bravobit-bb-foundation-table.mjs"
135
129
  },
136
130
  "./tooltip": {
137
131
  "types": "./tooltip/index.d.ts",
138
132
  "esm2022": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
139
133
  "esm": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
140
134
  "default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
135
+ },
136
+ "./utils": {
137
+ "types": "./utils/index.d.ts",
138
+ "esm2022": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
139
+ "esm": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
140
+ "default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
141
141
  }
142
142
  }
143
143
  }
@@ -1,12 +1,17 @@
1
1
  import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
2
+ import { Platform } from '@angular/cdk/platform';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class BbFocus implements AfterViewInit {
4
5
  private _zone;
6
+ private _platform;
5
7
  private _elementRef;
6
- constructor(_zone: NgZone, _elementRef: ElementRef);
8
+ bbFocusOnlyDesktop: boolean;
9
+ constructor(_zone: NgZone, _platform: Platform, _elementRef: ElementRef);
7
10
  private get nativeElement();
8
11
  ngAfterViewInit(): void;
12
+ private isMobile;
9
13
  private focus;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BbFocus, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocus, "[bbFocus]", never, {}, {}, never, never, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocus, "[bbFocus]", never, { "bbFocusOnlyDesktop": { "alias": "bbFocusOnlyDesktop"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ngAcceptInputType_bbFocusOnlyDesktop: unknown;
12
17
  }