@bravobit/bb-foundation 0.22.3 → 0.23.1

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 (174) hide show
  1. package/elements/lib/date-picker/date-picker.component.d.ts +4 -2
  2. package/elements/lib/pipes/relative-time.pipe.d.ts +5 -5
  3. package/esm2020/auth/lib/auth.interceptor.mjs +3 -3
  4. package/esm2020/auth/lib/auth.module.mjs +4 -4
  5. package/esm2020/auth/lib/auth.service.mjs +3 -3
  6. package/esm2020/auth/lib/directives/authenticated.directive.mjs +3 -3
  7. package/esm2020/auth/lib/directives/permission.directive.mjs +3 -3
  8. package/esm2020/auth/lib/guards/anonymous.guard.mjs +3 -3
  9. package/esm2020/auth/lib/guards/authenticated.guard.mjs +3 -3
  10. package/esm2020/auth/lib/guards/permission.guard.mjs +3 -3
  11. package/esm2020/auth/lib/permissions/permissions.service.mjs +3 -3
  12. package/esm2020/collections/lib/collections.module.mjs +4 -4
  13. package/esm2020/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
  14. package/esm2020/collections/lib/components/collections-viewer/collections-viewer.component.mjs +5 -5
  15. package/esm2020/collections/lib/components/collections.directive.mjs +12 -12
  16. package/esm2020/controls/lib/checkbox/checkbox/checkbox.component.mjs +3 -3
  17. package/esm2020/controls/lib/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  18. package/esm2020/controls/lib/checkbox/checkbox.module.mjs +4 -4
  19. package/esm2020/controls/lib/control-error/control-error/control-error.component.mjs +3 -3
  20. package/esm2020/controls/lib/control-error/control-error-submit.directive.mjs +3 -3
  21. package/esm2020/controls/lib/control-error/control-error.module.mjs +4 -4
  22. package/esm2020/controls/lib/controls.module.mjs +4 -4
  23. package/esm2020/controls/lib/form-control/form-control/form-control.component.mjs +3 -3
  24. package/esm2020/controls/lib/form-control/form-control-addon/form-control-addon.component.mjs +3 -3
  25. package/esm2020/controls/lib/form-control/form-control-input.directive.mjs +3 -3
  26. package/esm2020/controls/lib/form-control/form-control.module.mjs +4 -4
  27. package/esm2020/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
  28. package/esm2020/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
  29. package/esm2020/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
  30. package/esm2020/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
  31. package/esm2020/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
  32. package/esm2020/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +3 -3
  33. package/esm2020/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
  34. package/esm2020/dashboard/lib/dashboard.module.mjs +4 -4
  35. package/esm2020/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
  36. package/esm2020/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +3 -3
  37. package/esm2020/dialog/lib/dialog-container/dialog-container.component.mjs +3 -3
  38. package/esm2020/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
  39. package/esm2020/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
  40. package/esm2020/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
  41. package/esm2020/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +3 -3
  42. package/esm2020/dialog/lib/dialog.insertion.mjs +3 -3
  43. package/esm2020/dialog/lib/dialog.module.mjs +4 -4
  44. package/esm2020/dialog/lib/dialog.service.mjs +3 -3
  45. package/esm2020/elements/lib/avatar/avatar.component.mjs +3 -3
  46. package/esm2020/elements/lib/button/button.component.mjs +6 -6
  47. package/esm2020/elements/lib/checkbox/checkbox.component.mjs +3 -3
  48. package/esm2020/elements/lib/date-picker/date-picker.component.mjs +20 -15
  49. package/esm2020/elements/lib/directives/addon.directive.mjs +6 -6
  50. package/esm2020/elements/lib/directives/form-submit.directive.mjs +3 -3
  51. package/esm2020/elements/lib/directives/form-submitter.directive.mjs +3 -3
  52. package/esm2020/elements/lib/directives/input.directive.mjs +6 -6
  53. package/esm2020/elements/lib/dropdown/dropdown.component.mjs +6 -6
  54. package/esm2020/elements/lib/elements.module.mjs +4 -4
  55. package/esm2020/elements/lib/file-picker/file-picker.component.mjs +3 -3
  56. package/esm2020/elements/lib/form-control/form-control.component.mjs +3 -3
  57. package/esm2020/elements/lib/form-error/form-error.component.mjs +3 -3
  58. package/esm2020/elements/lib/form-group/form-group.component.mjs +3 -3
  59. package/esm2020/elements/lib/icon/icon.component.mjs +3 -3
  60. package/esm2020/elements/lib/image-picker/image-picker.component.mjs +3 -3
  61. package/esm2020/elements/lib/pipes/file-image.pipe.mjs +3 -3
  62. package/esm2020/elements/lib/pipes/file-size.pipe.mjs +3 -3
  63. package/esm2020/elements/lib/pipes/relative-time.pipe.mjs +15 -13
  64. package/esm2020/elements/lib/spinner/spinner.component.mjs +3 -3
  65. package/esm2020/elements/lib/tag/tag.component.mjs +3 -3
  66. package/esm2020/http/lib/http.module.mjs +4 -4
  67. package/esm2020/http/lib/interceptors/base-url.interceptor.mjs +3 -3
  68. package/esm2020/http/lib/interceptors/error.interceptor.mjs +3 -3
  69. package/esm2020/lib/core/services/clipboard.service.mjs +3 -3
  70. package/esm2020/lib/core/services/exif.service.mjs +3 -3
  71. package/esm2020/lib/core/services/file-loader.service.mjs +3 -3
  72. package/esm2020/lib/core/services/image-converter.service.mjs +3 -3
  73. package/esm2020/lib/core/services/languages.service.mjs +3 -3
  74. package/esm2020/lib/core/services/network.service.mjs +3 -3
  75. package/esm2020/lib/core/services/patch.service.mjs +3 -3
  76. package/esm2020/localize/lib/dictionary/dictionary.class.mjs +92 -0
  77. package/esm2020/localize/lib/dictionary/dictionary.context.mjs +26 -0
  78. package/esm2020/localize/lib/dictionary/dictionary.data.mjs +6 -0
  79. package/esm2020/localize/lib/functions/lowercase.function.mjs +2 -2
  80. package/esm2020/localize/lib/functions/uppercase.function.mjs +2 -2
  81. package/esm2020/localize/lib/handlers/missing.handler.mjs +2 -2
  82. package/esm2020/localize/lib/interfaces/config.interfaces.mjs +1 -1
  83. package/esm2020/localize/lib/interfaces/options.interfaces.mjs +1 -1
  84. package/esm2020/localize/lib/interfaces/transforms.interfaces.mjs +3 -0
  85. package/esm2020/localize/lib/localize.module.mjs +16 -7
  86. package/esm2020/localize/lib/localize.pipe.mjs +7 -8
  87. package/esm2020/localize/lib/localize.service.mjs +86 -130
  88. package/esm2020/localize/lib/transforms/abstract.transform.mjs +30 -0
  89. package/esm2020/localize/lib/transforms/interpolate.transform.mjs +54 -0
  90. package/esm2020/localize/lib/transforms/reference.transform.mjs +25 -0
  91. package/esm2020/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
  92. package/esm2020/localize/lib/views/localize-template.directive.mjs +3 -3
  93. package/esm2020/localize/public_api.mjs +8 -2
  94. package/esm2020/masking/lib/directives/currency-mask.directive.mjs +3 -3
  95. package/esm2020/masking/lib/directives/date-mask.directive.mjs +3 -3
  96. package/esm2020/masking/lib/directives/input-mask.directive.mjs +3 -3
  97. package/esm2020/masking/lib/masking.module.mjs +4 -4
  98. package/esm2020/masking/lib/masking.service.mjs +3 -3
  99. package/esm2020/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
  100. package/esm2020/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
  101. package/esm2020/notifications/lib/notifications.module.mjs +4 -4
  102. package/esm2020/notifications/lib/notifications.service.mjs +3 -3
  103. package/esm2020/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
  104. package/esm2020/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
  105. package/esm2020/recaptcha/lib/recaptcha.module.mjs +4 -4
  106. package/esm2020/storage/lib/storage.service.mjs +3 -3
  107. package/esm2020/table/lib/components/table/table.component.mjs +9 -9
  108. package/esm2020/table/lib/components/table-cell/table-cell.component.mjs +3 -3
  109. package/esm2020/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
  110. package/esm2020/table/lib/components/table-pager/table-pager.component.mjs +3 -3
  111. package/esm2020/table/lib/table.module.mjs +4 -4
  112. package/esm2020/theming/lib/theming.directive.mjs +3 -3
  113. package/esm2020/theming/lib/theming.module.mjs +4 -4
  114. package/esm2020/utils/lib/directives/autosize.directive.mjs +3 -3
  115. package/esm2020/utils/lib/directives/focus-trap.directive.mjs +3 -3
  116. package/esm2020/utils/lib/directives/focus.directive.mjs +3 -3
  117. package/esm2020/utils/lib/directives/template.directive.mjs +3 -3
  118. package/esm2020/utils/lib/utils.module.mjs +4 -4
  119. package/fesm2015/bravobit-bb-foundation-auth.mjs +28 -28
  120. package/fesm2015/bravobit-bb-foundation-collections.mjs +23 -23
  121. package/fesm2015/bravobit-bb-foundation-collections.mjs.map +1 -1
  122. package/fesm2015/bravobit-bb-foundation-controls.mjs +37 -37
  123. package/fesm2015/bravobit-bb-foundation-dashboard.mjs +25 -25
  124. package/fesm2015/bravobit-bb-foundation-dashboard.mjs.map +1 -1
  125. package/fesm2015/bravobit-bb-foundation-dialog.mjs +31 -31
  126. package/fesm2015/bravobit-bb-foundation-elements.mjs +105 -97
  127. package/fesm2015/bravobit-bb-foundation-elements.mjs.map +1 -1
  128. package/fesm2015/bravobit-bb-foundation-http.mjs +10 -10
  129. package/fesm2015/bravobit-bb-foundation-localize.mjs +356 -183
  130. package/fesm2015/bravobit-bb-foundation-localize.mjs.map +1 -1
  131. package/fesm2015/bravobit-bb-foundation-masking.mjs +16 -16
  132. package/fesm2015/bravobit-bb-foundation-notifications.mjs +13 -13
  133. package/fesm2015/bravobit-bb-foundation-recaptcha.mjs +10 -10
  134. package/fesm2015/bravobit-bb-foundation-storage.mjs +3 -3
  135. package/fesm2015/bravobit-bb-foundation-table.mjs +22 -22
  136. package/fesm2015/bravobit-bb-foundation-theming.mjs +7 -7
  137. package/fesm2015/bravobit-bb-foundation-utils.mjs +16 -16
  138. package/fesm2015/bravobit-bb-foundation.mjs +21 -21
  139. package/fesm2020/bravobit-bb-foundation-auth.mjs +28 -28
  140. package/fesm2020/bravobit-bb-foundation-collections.mjs +23 -23
  141. package/fesm2020/bravobit-bb-foundation-collections.mjs.map +1 -1
  142. package/fesm2020/bravobit-bb-foundation-controls.mjs +37 -37
  143. package/fesm2020/bravobit-bb-foundation-dashboard.mjs +25 -25
  144. package/fesm2020/bravobit-bb-foundation-dashboard.mjs.map +1 -1
  145. package/fesm2020/bravobit-bb-foundation-dialog.mjs +31 -31
  146. package/fesm2020/bravobit-bb-foundation-elements.mjs +103 -97
  147. package/fesm2020/bravobit-bb-foundation-elements.mjs.map +1 -1
  148. package/fesm2020/bravobit-bb-foundation-http.mjs +10 -10
  149. package/fesm2020/bravobit-bb-foundation-localize.mjs +337 -175
  150. package/fesm2020/bravobit-bb-foundation-localize.mjs.map +1 -1
  151. package/fesm2020/bravobit-bb-foundation-masking.mjs +16 -16
  152. package/fesm2020/bravobit-bb-foundation-notifications.mjs +13 -13
  153. package/fesm2020/bravobit-bb-foundation-recaptcha.mjs +10 -10
  154. package/fesm2020/bravobit-bb-foundation-storage.mjs +3 -3
  155. package/fesm2020/bravobit-bb-foundation-table.mjs +22 -22
  156. package/fesm2020/bravobit-bb-foundation-theming.mjs +7 -7
  157. package/fesm2020/bravobit-bb-foundation-utils.mjs +16 -16
  158. package/fesm2020/bravobit-bb-foundation.mjs +21 -21
  159. package/localize/lib/dictionary/dictionary.class.d.ts +28 -0
  160. package/localize/lib/dictionary/dictionary.context.d.ts +7 -0
  161. package/localize/lib/dictionary/dictionary.data.d.ts +7 -0
  162. package/localize/lib/interfaces/config.interfaces.d.ts +4 -6
  163. package/localize/lib/interfaces/options.interfaces.d.ts +1 -0
  164. package/localize/lib/interfaces/transforms.interfaces.d.ts +3 -0
  165. package/localize/lib/localize.module.d.ts +1 -1
  166. package/localize/lib/localize.pipe.d.ts +1 -1
  167. package/localize/lib/localize.service.d.ts +25 -21
  168. package/localize/lib/transforms/abstract.transform.d.ts +13 -0
  169. package/localize/lib/transforms/interpolate.transform.d.ts +14 -0
  170. package/localize/lib/transforms/reference.transform.d.ts +10 -0
  171. package/localize/public_api.d.ts +7 -1
  172. package/package.json +4 -4
  173. package/esm2020/localize/lib/localize.dictionary.mjs +0 -24
  174. package/localize/lib/localize.dictionary.d.ts +0 -7
@@ -97,9 +97,9 @@ class BaseUrlInterceptor {
97
97
  return null;
98
98
  }
99
99
  }
100
- BaseUrlInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: BaseUrlInterceptor, deps: [{ token: HttpConfig }], target: i0.ɵɵFactoryTarget.Injectable });
101
- BaseUrlInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: BaseUrlInterceptor });
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: BaseUrlInterceptor, decorators: [{
100
+ BaseUrlInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BaseUrlInterceptor, deps: [{ token: HttpConfig }], target: i0.ɵɵFactoryTarget.Injectable });
101
+ BaseUrlInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BaseUrlInterceptor });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BaseUrlInterceptor, decorators: [{
103
103
  type: Injectable
104
104
  }], ctorParameters: function () { return [{ type: HttpConfig }]; } });
105
105
 
@@ -123,9 +123,9 @@ class ErrorInterceptor {
123
123
  }));
124
124
  }
125
125
  }
126
- ErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: ErrorInterceptor, deps: [{ token: HttpConfig }], target: i0.ɵɵFactoryTarget.Injectable });
127
- ErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: ErrorInterceptor });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: ErrorInterceptor, decorators: [{
126
+ ErrorInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ErrorInterceptor, deps: [{ token: HttpConfig }], target: i0.ɵɵFactoryTarget.Injectable });
127
+ ErrorInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ErrorInterceptor });
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ErrorInterceptor, decorators: [{
129
129
  type: Injectable
130
130
  }], ctorParameters: function () { return [{ type: HttpConfig }]; } });
131
131
 
@@ -148,10 +148,10 @@ class HttpModule {
148
148
  };
149
149
  }
150
150
  }
151
- HttpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: HttpModule, deps: [{ token: HttpModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
152
- HttpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: HttpModule, imports: [HttpClientModule] });
153
- HttpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: HttpModule, imports: [HttpClientModule] });
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: HttpModule, decorators: [{
151
+ HttpModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: HttpModule, deps: [{ token: HttpModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
152
+ HttpModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: HttpModule, imports: [HttpClientModule] });
153
+ HttpModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: HttpModule, imports: [HttpClientModule] });
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: HttpModule, decorators: [{
155
155
  type: NgModule,
156
156
  args: [{
157
157
  imports: [HttpClientModule]