@bravobit/bb-foundation 0.54.3 → 0.55.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 (292) hide show
  1. package/auth/index.d.ts +267 -5
  2. package/collections/index.d.ts +350 -5
  3. package/combobox/index.d.ts +58 -5
  4. package/dashboard/index.d.ts +104 -5
  5. package/dialog/index.d.ts +168 -5
  6. package/elements/index.d.ts +838 -5
  7. package/fesm2022/bravobit-bb-foundation-auth.mjs +22 -22
  8. package/fesm2022/bravobit-bb-foundation-collections.mjs +44 -44
  9. package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
  10. package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
  11. package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
  12. package/fesm2022/bravobit-bb-foundation-dialog.mjs +33 -33
  13. package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
  14. package/fesm2022/bravobit-bb-foundation-elements.mjs +102 -102
  15. package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
  16. package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
  17. package/fesm2022/bravobit-bb-foundation-localize.mjs +18 -18
  18. package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
  19. package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
  20. package/fesm2022/bravobit-bb-foundation-notifications.mjs +15 -15
  21. package/fesm2022/bravobit-bb-foundation-notifications.mjs.map +1 -1
  22. package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
  23. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +11 -12
  24. package/fesm2022/bravobit-bb-foundation-recaptcha.mjs.map +1 -1
  25. package/fesm2022/bravobit-bb-foundation-select.mjs +21 -21
  26. package/fesm2022/bravobit-bb-foundation-select.mjs.map +1 -1
  27. package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
  28. package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
  29. package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
  30. package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
  31. package/fesm2022/bravobit-bb-foundation.mjs +25 -25
  32. package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
  33. package/http/index.d.ts +78 -5
  34. package/index.d.ts +215 -5
  35. package/localize/index.d.ts +546 -5
  36. package/masking/index.d.ts +104 -5
  37. package/notifications/index.d.ts +78 -5
  38. package/package.json +21 -21
  39. package/permissions/index.d.ts +89 -5
  40. package/recaptcha/index.d.ts +92 -5
  41. package/rxjs/index.d.ts +19 -5
  42. package/select/index.d.ts +129 -5
  43. package/storage/index.d.ts +109 -5
  44. package/table/index.d.ts +197 -5
  45. package/tooltip/index.d.ts +45 -5
  46. package/utils/index.d.ts +66 -5
  47. package/auth/lib/acting.interceptor.d.ts +0 -9
  48. package/auth/lib/acting.service.d.ts +0 -17
  49. package/auth/lib/auth.config.d.ts +0 -3
  50. package/auth/lib/auth.interceptor.d.ts +0 -20
  51. package/auth/lib/auth.module.d.ts +0 -10
  52. package/auth/lib/auth.service.d.ts +0 -51
  53. package/auth/lib/auth.session.d.ts +0 -50
  54. package/auth/lib/directives/anonymous.directive.d.ts +0 -20
  55. package/auth/lib/directives/authenticated.directive.d.ts +0 -20
  56. package/auth/lib/guards/anonymous.guard.d.ts +0 -2
  57. package/auth/lib/guards/authenticated.guard.d.ts +0 -2
  58. package/auth/lib/helpers/jwt.helper.d.ts +0 -8
  59. package/auth/lib/interfaces/config.interface.d.ts +0 -27
  60. package/auth/lib/interfaces/provider.interface.d.ts +0 -23
  61. package/auth/lib/interfaces/token.interface.d.ts +0 -11
  62. package/auth/lib/providers/email.provider.d.ts +0 -9
  63. package/auth/lib/providers/verify.provider.d.ts +0 -9
  64. package/auth/lib/tokens/use-authorization.token.d.ts +0 -2
  65. package/auth/public_api.d.ts +0 -17
  66. package/collections/lib/classes/array.collection.d.ts +0 -17
  67. package/collections/lib/collection.d.ts +0 -40
  68. package/collections/lib/collections.config.d.ts +0 -3
  69. package/collections/lib/collections.interfaces.d.ts +0 -10
  70. package/collections/lib/collections.module.d.ts +0 -19
  71. package/collections/lib/components/collections-actions/collections-actions.component.d.ts +0 -13
  72. package/collections/lib/components/collections-grid/collections-grid.component.d.ts +0 -18
  73. package/collections/lib/components/collections-pager/collections-pager.component.d.ts +0 -38
  74. package/collections/lib/components/collections-table/collections-table.component.d.ts +0 -26
  75. package/collections/lib/components/collections-table-label/collections-table-label.component.d.ts +0 -11
  76. package/collections/lib/components/collections-table-sorting/collections-table-sorting.component.d.ts +0 -18
  77. package/collections/lib/components/collections-viewer/collections-viewer.component.d.ts +0 -16
  78. package/collections/lib/directives/collections-data-row.directive.d.ts +0 -14
  79. package/collections/lib/directives/collections-data.directive.d.ts +0 -14
  80. package/collections/lib/directives/collections-empty.directive.d.ts +0 -14
  81. package/collections/lib/directives/collections-error.directive.d.ts +0 -14
  82. package/collections/lib/directives/collections-initial.directive.d.ts +0 -11
  83. package/collections/lib/directives/collections-item.directive.d.ts +0 -14
  84. package/collections/lib/interfaces/array-collection.interface.d.ts +0 -6
  85. package/collections/lib/interfaces/collection.interface.d.ts +0 -32
  86. package/collections/lib/providers/api-collection.provider.d.ts +0 -19
  87. package/collections/lib/providers/collection.provider.d.ts +0 -9
  88. package/collections/lib/providers/local-collection.provider.d.ts +0 -16
  89. package/collections/public_api.d.ts +0 -23
  90. package/combobox/combobox/combobox-container.directive.d.ts +0 -28
  91. package/combobox/combobox/combobox.component.d.ts +0 -37
  92. package/combobox/combobox-label.directive.d.ts +0 -5
  93. package/combobox/combobox-option.directive.d.ts +0 -7
  94. package/combobox/combobox-panel/combobox-panel.animation.d.ts +0 -1
  95. package/combobox/combobox-panel/combobox-panel.component.d.ts +0 -18
  96. package/combobox/combobox.interface.d.ts +0 -8
  97. package/combobox/public_api.d.ts +0 -3
  98. package/dashboard/lib/dashboard/dashboard.component.d.ts +0 -17
  99. package/dashboard/lib/dashboard-header/dashboard-header.component.d.ts +0 -9
  100. package/dashboard/lib/dashboard-menu/dashboard-menu.component.d.ts +0 -9
  101. package/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.d.ts +0 -8
  102. package/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.d.ts +0 -19
  103. package/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.d.ts +0 -22
  104. package/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.d.ts +0 -16
  105. package/dashboard/lib/dashboard.module.d.ts +0 -13
  106. package/dashboard/public_api.d.ts +0 -8
  107. package/dialog/lib/dialog-actions/dialog-actions.component.d.ts +0 -5
  108. package/dialog/lib/dialog-confirm/dialog-confirm.component.d.ts +0 -22
  109. package/dialog/lib/dialog-container/dialog-container.component.d.ts +0 -23
  110. package/dialog/lib/dialog-header/dialog-header.component.d.ts +0 -13
  111. package/dialog/lib/dialog-modal/dialog-modal.component.d.ts +0 -16
  112. package/dialog/lib/dialog-overlay/dialog-overlay.component.d.ts +0 -19
  113. package/dialog/lib/dialog.config.d.ts +0 -3
  114. package/dialog/lib/dialog.insertion.d.ts +0 -7
  115. package/dialog/lib/dialog.interfaces.d.ts +0 -21
  116. package/dialog/lib/dialog.module.d.ts +0 -17
  117. package/dialog/lib/dialog.ref.d.ts +0 -8
  118. package/dialog/lib/dialog.service.d.ts +0 -15
  119. package/dialog/lib/directives/confirm.directive.d.ts +0 -14
  120. package/dialog/public_api.d.ts +0 -10
  121. package/elements/lib/avatar/avatar.component.d.ts +0 -31
  122. package/elements/lib/button/button.component.d.ts +0 -21
  123. package/elements/lib/checkbox/checkbox.component.d.ts +0 -36
  124. package/elements/lib/checkbox-group/checkbox-group.component.d.ts +0 -13
  125. package/elements/lib/color-picker/color-picker.component.d.ts +0 -18
  126. package/elements/lib/color-slider/color-slider.component.d.ts +0 -24
  127. package/elements/lib/date-picker/date-picker.component.d.ts +0 -77
  128. package/elements/lib/directives/color-picker.directive.d.ts +0 -27
  129. package/elements/lib/directives/extra-error-controls.directive.d.ts +0 -13
  130. package/elements/lib/directives/file-drop.directive.d.ts +0 -13
  131. package/elements/lib/directives/form-submit.directive.d.ts +0 -17
  132. package/elements/lib/directives/form-submitter.directive.d.ts +0 -9
  133. package/elements/lib/directives/image-upload.directive.d.ts +0 -25
  134. package/elements/lib/directives/input.directive.d.ts +0 -16
  135. package/elements/lib/elements.config.d.ts +0 -3
  136. package/elements/lib/elements.inject.d.ts +0 -3
  137. package/elements/lib/elements.interfaces.d.ts +0 -41
  138. package/elements/lib/elements.module.d.ts +0 -39
  139. package/elements/lib/file-picker/file-picker.component.d.ts +0 -57
  140. package/elements/lib/form-control/form-control.component.d.ts +0 -20
  141. package/elements/lib/form-error/form-error.component.d.ts +0 -36
  142. package/elements/lib/form-group/form-group.component.d.ts +0 -7
  143. package/elements/lib/icon/icon.component.d.ts +0 -26
  144. package/elements/lib/image-control/image-control.component.d.ts +0 -44
  145. package/elements/lib/image-picker/image-picker.component.d.ts +0 -39
  146. package/elements/lib/multi-file-control/multi-file-control.component.d.ts +0 -72
  147. package/elements/lib/pincode-control/pincode-control.component.d.ts +0 -65
  148. package/elements/lib/pipes/date.pipe.d.ts +0 -9
  149. package/elements/lib/pipes/file-data-url.pipe.d.ts +0 -12
  150. package/elements/lib/pipes/file-image.pipe.d.ts +0 -14
  151. package/elements/lib/pipes/file-size.pipe.d.ts +0 -7
  152. package/elements/lib/pipes/relative-time.pipe.d.ts +0 -19
  153. package/elements/lib/radio-button/radio-button.component.d.ts +0 -16
  154. package/elements/lib/radio-group/radio-group.component.d.ts +0 -38
  155. package/elements/lib/spinner/spinner.component.d.ts +0 -9
  156. package/elements/public_api.d.ts +0 -35
  157. package/http/lib/classes/http.config.d.ts +0 -9
  158. package/http/lib/classes/http.error.d.ts +0 -7
  159. package/http/lib/http.config.d.ts +0 -5
  160. package/http/lib/http.interfaces.d.ts +0 -21
  161. package/http/lib/http.module.d.ts +0 -11
  162. package/http/lib/interceptors/base-url.interceptor.d.ts +0 -15
  163. package/http/lib/interceptors/error.interceptor.d.ts +0 -9
  164. package/http/public_api.d.ts +0 -7
  165. package/lib/core/colors/hex.d.ts +0 -18
  166. package/lib/core/colors/hsl.d.ts +0 -7
  167. package/lib/core/colors/hsv.d.ts +0 -13
  168. package/lib/core/colors/rgb.d.ts +0 -7
  169. package/lib/core/functions/array.utils.d.ts +0 -1
  170. package/lib/core/functions/date.utils.d.ts +0 -4
  171. package/lib/core/functions/file.utils.d.ts +0 -3
  172. package/lib/core/functions/format.utils.d.ts +0 -1
  173. package/lib/core/functions/password.utils.d.ts +0 -1
  174. package/lib/core/functions/route-cache.utils.d.ts +0 -10
  175. package/lib/core/functions/utils.d.ts +0 -1
  176. package/lib/core/miscellaneous/coercion.d.ts +0 -2
  177. package/lib/core/miscellaneous/regex.d.ts +0 -5
  178. package/lib/core/miscellaneous/validator.d.ts +0 -13
  179. package/lib/core/services/exif.service.d.ts +0 -12
  180. package/lib/core/services/file-loader.service.d.ts +0 -13
  181. package/lib/core/services/files.service.d.ts +0 -15
  182. package/lib/core/services/image-converter.service.d.ts +0 -17
  183. package/lib/core/services/languages.service.d.ts +0 -15
  184. package/lib/core/services/network.service.d.ts +0 -13
  185. package/lib/core/services/patch.service.d.ts +0 -14
  186. package/lib/core/tokens/accept-language.token.d.ts +0 -2
  187. package/lib/core/tokens/cookie.token.d.ts +0 -2
  188. package/lib/core/tokens/global-focus-mode.token.d.ts +0 -4
  189. package/lib/core/tokens/location.token.d.ts +0 -2
  190. package/lib/core/tokens/navigator.token.d.ts +0 -2
  191. package/lib/core/tokens/window.token.d.ts +0 -2
  192. package/localize/lib/dictionary/dictionary.class.d.ts +0 -28
  193. package/localize/lib/dictionary/dictionary.context.d.ts +0 -7
  194. package/localize/lib/dictionary/dictionary.data.d.ts +0 -7
  195. package/localize/lib/functions/date.function.d.ts +0 -5
  196. package/localize/lib/functions/lowercase.function.d.ts +0 -5
  197. package/localize/lib/functions/uppercase.function.d.ts +0 -5
  198. package/localize/lib/handlers/missing.handler.d.ts +0 -6
  199. package/localize/lib/interfaces/config.interfaces.d.ts +0 -18
  200. package/localize/lib/interfaces/functions.interfaces.d.ts +0 -7
  201. package/localize/lib/interfaces/handlers.interfaces.d.ts +0 -6
  202. package/localize/lib/interfaces/options.interfaces.d.ts +0 -11
  203. package/localize/lib/localizations/dutch.localization.d.ts +0 -74
  204. package/localize/lib/localizations/english.localization.d.ts +0 -74
  205. package/localize/lib/localizations/papiamento.localization.d.ts +0 -74
  206. package/localize/lib/localizations/spanish.localization.d.ts +0 -74
  207. package/localize/lib/localize.config.d.ts +0 -5
  208. package/localize/lib/localize.module.d.ts +0 -12
  209. package/localize/lib/localize.pipe.d.ts +0 -12
  210. package/localize/lib/localize.service.d.ts +0 -43
  211. package/localize/lib/localize.tokens.d.ts +0 -11
  212. package/localize/lib/transforms/abstract.transform.d.ts +0 -13
  213. package/localize/lib/transforms/interpolate.transform.d.ts +0 -13
  214. package/localize/lib/transforms/plural.transform.d.ts +0 -16
  215. package/localize/lib/transforms/reference.transform.d.ts +0 -9
  216. package/localize/lib/views/localize-string/localize-string.component.d.ts +0 -23
  217. package/localize/lib/views/localize-template.directive.d.ts +0 -9
  218. package/localize/public_api.d.ts +0 -26
  219. package/masking/lib/directives/currency-mask.directive.d.ts +0 -17
  220. package/masking/lib/directives/date-mask.directive.d.ts +0 -17
  221. package/masking/lib/directives/input-mask.directive.d.ts +0 -38
  222. package/masking/lib/input-mask.interface.d.ts +0 -19
  223. package/masking/lib/masking.module.d.ts +0 -9
  224. package/masking/lib/masking.service.d.ts +0 -12
  225. package/masking/public_api.d.ts +0 -6
  226. package/notifications/lib/notifications-item/notifications-item.component.d.ts +0 -33
  227. package/notifications/lib/notifications-list/notifications-list.component.d.ts +0 -18
  228. package/notifications/lib/notifications.animations.d.ts +0 -1
  229. package/notifications/lib/notifications.config.d.ts +0 -3
  230. package/notifications/lib/notifications.interfaces.d.ts +0 -36
  231. package/notifications/lib/notifications.module.d.ts +0 -9
  232. package/notifications/lib/notifications.service.d.ts +0 -30
  233. package/notifications/public_api.d.ts +0 -4
  234. package/permissions/lib/directives/permission.directive.d.ts +0 -27
  235. package/permissions/lib/guards/permission.guard.d.ts +0 -3
  236. package/permissions/lib/handlers/abstract.handler.d.ts +0 -4
  237. package/permissions/lib/handlers/local.handler.d.ts +0 -10
  238. package/permissions/lib/permissions.config.d.ts +0 -3
  239. package/permissions/lib/permissions.interface.d.ts +0 -13
  240. package/permissions/lib/permissions.module.d.ts +0 -10
  241. package/permissions/lib/permissions.service.d.ts +0 -23
  242. package/permissions/public_api.d.ts +0 -8
  243. package/public_api.d.ts +0 -27
  244. package/recaptcha/lib/recaptcha/recaptcha.component.d.ts +0 -47
  245. package/recaptcha/lib/recaptcha-loader.service.d.ts +0 -19
  246. package/recaptcha/lib/recaptcha.config.d.ts +0 -3
  247. package/recaptcha/lib/recaptcha.interface.d.ts +0 -13
  248. package/recaptcha/lib/recaptcha.module.d.ts +0 -10
  249. package/recaptcha/public_api.d.ts +0 -5
  250. package/rxjs/lib/observables/get-control-value.observable.d.ts +0 -3
  251. package/rxjs/lib/observables/get-route-param.observable.d.ts +0 -3
  252. package/rxjs/lib/operators/combine-latest-map.operator.d.ts +0 -8
  253. package/rxjs/lib/operators/filter-nil.operator.d.ts +0 -1
  254. package/rxjs/public_api.d.ts +0 -4
  255. package/select/lib/select/select.component.d.ts +0 -94
  256. package/select/lib/select-label.directive.d.ts +0 -7
  257. package/select/lib/select-multi-label.directive.d.ts +0 -7
  258. package/select/lib/select-option-group.directive.d.ts +0 -7
  259. package/select/lib/select-option.directive.d.ts +0 -7
  260. package/select/lib/select.config.d.ts +0 -2
  261. package/select/lib/select.module.d.ts +0 -11
  262. package/select/public_api.d.ts +0 -7
  263. package/storage/lib/interfaces/attributes.interface.d.ts +0 -13
  264. package/storage/lib/interfaces/memory.interface.d.ts +0 -7
  265. package/storage/lib/interfaces/strategy.interface.d.ts +0 -17
  266. package/storage/lib/storage.service.d.ts +0 -25
  267. package/storage/lib/strategies/cookie-storage.strategy.d.ts +0 -20
  268. package/storage/lib/strategies/memory-storage.strategy.d.ts +0 -11
  269. package/storage/lib/strategies/polyfill-storage.strategy.d.ts +0 -15
  270. package/storage/public_api.d.ts +0 -7
  271. package/table/lib/components/table/table.component.d.ts +0 -57
  272. package/table/lib/components/table-cell/table-cell.component.d.ts +0 -5
  273. package/table/lib/components/table-header-cell/table-header-cell.component.d.ts +0 -26
  274. package/table/lib/components/table-pager/table-pager.component.d.ts +0 -40
  275. package/table/lib/data/datasource.data.d.ts +0 -14
  276. package/table/lib/data/generic.data.d.ts +0 -25
  277. package/table/lib/interfaces/datasource.interface.d.ts +0 -17
  278. package/table/lib/interfaces/table.interfaces.d.ts +0 -11
  279. package/table/lib/table.config.d.ts +0 -3
  280. package/table/lib/table.module.d.ts +0 -10
  281. package/table/public_api.d.ts +0 -10
  282. package/tooltip/lib/tooltip-container/tooltip-container.component.d.ts +0 -9
  283. package/tooltip/lib/tooltip.directive.d.ts +0 -23
  284. package/tooltip/lib/tooltip.interfaces.d.ts +0 -4
  285. package/tooltip/lib/tooltip.module.d.ts +0 -7
  286. package/tooltip/public_api.d.ts +0 -4
  287. package/utils/lib/directives/autosize.directive.d.ts +0 -19
  288. package/utils/lib/directives/focus-trap.directive.d.ts +0 -14
  289. package/utils/lib/directives/focus.directive.d.ts +0 -16
  290. package/utils/lib/directives/template.directive.d.ts +0 -10
  291. package/utils/lib/utils.module.d.ts +0 -10
  292. package/utils/public_api.d.ts +0 -5
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BbDashboardHeader {
3
- private readonly _parent;
4
- get showSidebarButton(): boolean;
5
- get isSidebarVisible(): import("rxjs").Observable<boolean>;
6
- onToggleSidebarClicked(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardHeader, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardHeader, "bb-dashboard-header", never, {}, {}, never, ["*"], true, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BbDashboardMenu {
3
- title: string | null;
4
- imageUrl: string | null;
5
- backUrlLink: string | null;
6
- backUrlTitle: string | null;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardMenu, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenu, "bb-dashboard-menu", never, { "title": { "alias": "title"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "backUrlLink": { "alias": "backUrlLink"; "required": false; }; "backUrlTitle": { "alias": "backUrlTitle"; "required": false; }; }, {}, never, ["[bb-dashboard-menu-item]"], true, never>;
9
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BbDashboardMenuItem {
3
- disabled: boolean;
4
- stopDisabledEvents(event: Event): void;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardMenuItem, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenuItem, "[bb-dashboard-menu-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["[bbPrefix]", "*", "[bbSuffix]"], true, never>;
7
- static ngAcceptInputType_disabled: unknown;
8
- }
@@ -1,19 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BbDashboardSidebar implements OnInit {
5
- private readonly _localStorageToken;
6
- private readonly _storage;
7
- visibilityChanges: BehaviorSubject<boolean>;
8
- private _state$;
9
- private _cache;
10
- ngOnInit(): void;
11
- registerGroup(id: string): import("rxjs").Observable<boolean>;
12
- unregisterGroup(id: string): void;
13
- toggleGroup(id: string, newValue: boolean): void;
14
- toggle(): void;
15
- open(): void;
16
- close(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebar, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebar, "bb-dashboard-sidebar", never, {}, {}, never, ["header", "bb-dashboard-sidebar-group", "footer"], true, never>;
19
- }
@@ -1,22 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { BbDashboardSidebar } from '../dashboard-sidebar/dashboard-sidebar.component';
3
- import * as i0 from "@angular/core";
4
- export declare class BbDashboardSidebarGroup implements OnInit, OnDestroy {
5
- private _parent;
6
- id: string | null;
7
- icon: string | null;
8
- title: string | null;
9
- disabled: boolean;
10
- private _isExpanded;
11
- private _subscription;
12
- constructor(_parent: BbDashboardSidebar);
13
- get hasToggle(): boolean;
14
- get isExpanded(): boolean;
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- onClick(): void;
18
- onGroupClicked(event: MouseEvent): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebarGroup, [{ optional: true; }]>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarGroup, "bb-dashboard-sidebar-group", never, { "id": { "alias": "id"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["[bb-dashboard-sidebar-item]"], true, never>;
21
- static ngAcceptInputType_disabled: unknown;
22
- }
@@ -1,16 +0,0 @@
1
- import { BbDashboardSidebarGroup } from '../dashboard-sidebar-group/dashboard-sidebar-group.component';
2
- import { BbDashboardSidebar } from '../dashboard-sidebar/dashboard-sidebar.component';
3
- import * as i0 from "@angular/core";
4
- export declare class BbDashboardSidebarItem {
5
- private _sidebar;
6
- private _group;
7
- tabIndex: number;
8
- constructor(_sidebar: BbDashboardSidebar, _group: BbDashboardSidebarGroup);
9
- onClick(): void;
10
- get attributeTabIndex(): number;
11
- get isHidden(): boolean;
12
- private get isVisible();
13
- private get isDisabled();
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebarItem, [{ optional: true; }, { optional: true; }]>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarItem, "[bb-dashboard-sidebar-item]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["*"], true, never>;
16
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dashboard/dashboard.component";
3
- import * as i2 from "./dashboard-header/dashboard-header.component";
4
- import * as i3 from "./dashboard-menu/dashboard-menu.component";
5
- import * as i4 from "./dashboard-menu-item/dashboard-menu-item.component";
6
- import * as i5 from "./dashboard-sidebar/dashboard-sidebar.component";
7
- import * as i6 from "./dashboard-sidebar-group/dashboard-sidebar-group.component";
8
- import * as i7 from "./dashboard-sidebar-item/dashboard-sidebar-item.component";
9
- export declare class DashboardModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardModule, never, [typeof i1.BbDashboard, typeof i2.BbDashboardHeader, typeof i3.BbDashboardMenu, typeof i4.BbDashboardMenuItem, typeof i5.BbDashboardSidebar, typeof i6.BbDashboardSidebarGroup, typeof i7.BbDashboardSidebarItem], [typeof i1.BbDashboard, typeof i2.BbDashboardHeader, typeof i3.BbDashboardMenu, typeof i4.BbDashboardMenuItem, typeof i5.BbDashboardSidebar, typeof i6.BbDashboardSidebarGroup, typeof i7.BbDashboardSidebarItem]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<DashboardModule>;
13
- }
@@ -1,8 +0,0 @@
1
- export * from './lib/dashboard/dashboard.component';
2
- export * from './lib/dashboard-header/dashboard-header.component';
3
- export * from './lib/dashboard-menu/dashboard-menu.component';
4
- export * from './lib/dashboard-menu-item/dashboard-menu-item.component';
5
- export * from './lib/dashboard-sidebar/dashboard-sidebar.component';
6
- export * from './lib/dashboard-sidebar-group/dashboard-sidebar-group.component';
7
- export * from './lib/dashboard-sidebar-item/dashboard-sidebar-item.component';
8
- export * from './lib/dashboard.module';
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BbDialogActions {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogActions, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogActions, "[bb-dialog-actions]", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1,22 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BbDialogConfirm {
5
- private readonly _config;
6
- private readonly _dialogRef;
7
- readonly dialogId: string;
8
- readonly title: string | TemplateRef<any>;
9
- readonly description: string | TemplateRef<any>;
10
- readonly confirmButtonText: string;
11
- readonly cancelButtonText: string;
12
- readonly confirmButtonClass: string;
13
- readonly cancelButtonClass: string;
14
- readonly onConfirmed: () => Promise<any>;
15
- readonly icon: string;
16
- readonly width: string;
17
- loading$: BehaviorSubject<boolean>;
18
- onClose(result: boolean): Promise<void>;
19
- onConfirmedClose(): Promise<void>;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogConfirm, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogConfirm, "bb-dialog-confirm", never, {}, {}, never, never, true, never>;
22
- }
@@ -1,23 +0,0 @@
1
- import { ComponentRef, OnDestroy, OnInit, Type } from '@angular/core';
2
- import { BbDialogInsertion } from '../dialog.insertion';
3
- import * as i0 from "@angular/core";
4
- export declare class BbDialogContainer implements OnInit, OnDestroy {
5
- private readonly _config?;
6
- private readonly _renderer;
7
- private readonly _elementRef;
8
- private readonly _document;
9
- insertion: BbDialogInsertion;
10
- componentRef: ComponentRef<any> | null;
11
- childComponentType: Type<any> | null;
12
- private _overlayClicked$;
13
- onOverlayClicked: import("rxjs").Observable<void>;
14
- private _subscription;
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- close(): Promise<0>;
18
- private loadChildComponent;
19
- private handleOverlayClicks;
20
- private getMoveDistance;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogContainer, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogContainer, "bb-dialog-container", never, {}, {}, never, never, true, never>;
23
- }
@@ -1,13 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbDialogHeader {
4
- private readonly _config;
5
- readonly closeIconName: string;
6
- icon: string | null;
7
- closeRequestedDisabled: boolean;
8
- closeRequested: EventEmitter<void>;
9
- onKeyEvent(event: KeyboardEvent): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogHeader, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogHeader, "[bb-dialog-header]", never, { "icon": { "alias": "icon"; "required": false; }; "closeRequestedDisabled": { "alias": "closeRequestedDisabled"; "required": false; }; }, { "closeRequested": "closeRequested"; }, never, ["*"], true, never>;
12
- static ngAcceptInputType_closeRequestedDisabled: unknown;
13
- }
@@ -1,16 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbDialogModal implements OnInit {
4
- private readonly _renderer;
5
- private readonly _document;
6
- maxWidth: string | null;
7
- fullscreen: boolean;
8
- withoutBodyPadding: boolean;
9
- ngOnInit(): void;
10
- ngOnDestroy(): void;
11
- private allowGlobalOverflow;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogModal, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogModal, "[bb-dialog-modal]", never, { "maxWidth": { "alias": "maxWidth"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "withoutBodyPadding": { "alias": "withoutBodyPadding"; "required": false; }; }, {}, never, ["[bb-dialog-header]", "*", "[bb-dialog-actions]"], true, never>;
14
- static ngAcceptInputType_fullscreen: unknown;
15
- static ngAcceptInputType_withoutBodyPadding: unknown;
16
- }
@@ -1,19 +0,0 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbDialogOverlay implements OnInit, OnDestroy {
4
- private readonly _config?;
5
- private readonly _renderer;
6
- private readonly _elementRef;
7
- private readonly _document;
8
- closeRequestedDisabled: boolean;
9
- closeRequested: EventEmitter<void>;
10
- private _subscription;
11
- ngOnInit(): void;
12
- ngOnDestroy(): void;
13
- close(): Promise<0>;
14
- private handleOverlayClicks;
15
- private getMoveDistance;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogOverlay, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogOverlay, "bb-dialog-overlay", never, { "closeRequestedDisabled": { "alias": "closeRequestedDisabled"; "required": false; }; }, { "closeRequested": "closeRequested"; }, never, ["[bb-dialog-modal]"], true, never>;
18
- static ngAcceptInputType_closeRequestedDisabled: unknown;
19
- }
@@ -1,3 +0,0 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { DialogConfig } from './dialog.interfaces';
3
- export declare function provideDialogConfig(config?: DialogConfig): EnvironmentProviders;
@@ -1,7 +0,0 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbDialogInsertion {
4
- readonly viewContainerRef: ViewContainerRef;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogInsertion, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<BbDialogInsertion, "[bbDialogInsertion]", never, {}, {}, never, never, true, never>;
7
- }
@@ -1,21 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare class BbDialogConfig<T = any> {
3
- data?: T;
4
- }
5
- export interface DialogConfirmOptions {
6
- cancelButtonClass: string;
7
- cancelButtonText: string;
8
- confirmButtonText: string;
9
- confirmButtonClass: string;
10
- confirmIconName: string;
11
- width: string;
12
- onConfirmed: () => Promise<any>;
13
- }
14
- export declare class DialogConfig {
15
- animationMs?: number;
16
- icons?: {
17
- closeIcon?: string;
18
- confirmIcon?: string;
19
- };
20
- }
21
- export declare const DIALOG_CONFIG: InjectionToken<DialogConfig>;
@@ -1,17 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { DialogConfig } from './dialog.interfaces';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./dialog-container/dialog-container.component";
5
- import * as i2 from "./dialog-overlay/dialog-overlay.component";
6
- import * as i3 from "./dialog-modal/dialog-modal.component";
7
- import * as i4 from "./dialog-header/dialog-header.component";
8
- import * as i5 from "./dialog-actions/dialog-actions.component";
9
- import * as i6 from "./dialog-confirm/dialog-confirm.component";
10
- import * as i7 from "./dialog.insertion";
11
- import * as i8 from "./directives/confirm.directive";
12
- export declare class DialogModule {
13
- static forRoot(config?: DialogConfig): ModuleWithProviders<DialogModule>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.BbDialogContainer, typeof i2.BbDialogOverlay, typeof i3.BbDialogModal, typeof i4.BbDialogHeader, typeof i5.BbDialogActions, typeof i6.BbDialogConfirm, typeof i7.BbDialogInsertion, typeof i8.BbConfirm], [typeof i2.BbDialogOverlay, typeof i3.BbDialogModal, typeof i4.BbDialogHeader, typeof i5.BbDialogActions, typeof i8.BbConfirm]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
17
- }
@@ -1,8 +0,0 @@
1
- export declare class BbDialogRef<T = any> {
2
- private readonly _afterClosed$;
3
- private readonly _overlayClicked$;
4
- readonly afterClosed: import("rxjs").Observable<T>;
5
- readonly overlayClicked: import("rxjs").Observable<void>;
6
- onOverlayClicked(): void;
7
- close(result?: T): void;
8
- }
@@ -1,15 +0,0 @@
1
- import { TemplateRef, Type } from '@angular/core';
2
- import { BbDialogConfig, DialogConfirmOptions } from './dialog.interfaces';
3
- import { BbDialogRef } from './dialog.ref';
4
- import * as i0 from "@angular/core";
5
- export declare class Dialog {
6
- private readonly _config?;
7
- private readonly _applicationRef;
8
- private readonly _environmentInjector;
9
- open<T = any>(componentType: Type<any>, config?: BbDialogConfig): BbDialogRef<T>;
10
- confirm(title: string | TemplateRef<any>, description: string | TemplateRef<any>, options?: Partial<DialogConfirmOptions>): Promise<boolean>;
11
- private createDialog;
12
- private deleteDialog;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<Dialog, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<Dialog>;
15
- }
@@ -1,14 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbConfirm {
4
- private _dialog;
5
- bbConfirmTitle: string;
6
- bbConfirmDescription: string;
7
- bbConfirmIconName: string | null;
8
- bbConfirmButtonText: string | null;
9
- bbCancelButtonText: string | null;
10
- confirm: EventEmitter<MouseEvent>;
11
- onClick(event: MouseEvent): Promise<void>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<BbConfirm, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<BbConfirm, "[bbConfirm]", never, { "bbConfirmTitle": { "alias": "bbConfirmTitle"; "required": false; }; "bbConfirmDescription": { "alias": "bbConfirmDescription"; "required": false; }; "bbConfirmIconName": { "alias": "bbConfirmIconName"; "required": false; }; "bbConfirmButtonText": { "alias": "bbConfirmButtonText"; "required": false; }; "bbCancelButtonText": { "alias": "bbCancelButtonText"; "required": false; }; }, { "confirm": "bbConfirm"; }, never, never, true, never>;
14
- }
@@ -1,10 +0,0 @@
1
- export * from './lib/dialog.ref';
2
- export * from './lib/dialog.interfaces';
3
- export * from './lib/dialog-overlay/dialog-overlay.component';
4
- export * from './lib/dialog-modal/dialog-modal.component';
5
- export * from './lib/dialog-header/dialog-header.component';
6
- export * from './lib/dialog-actions/dialog-actions.component';
7
- export * from './lib/directives/confirm.directive';
8
- export * from './lib/dialog.service';
9
- export * from './lib/dialog.config';
10
- export * from './lib/dialog.module';
@@ -1,31 +0,0 @@
1
- import { ElementsDisplayUnit } from '../elements.interfaces';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BbAvatar {
5
- private readonly _config?;
6
- size: number;
7
- unit: ElementsDisplayUnit | null;
8
- state$: BehaviorSubject<string>;
9
- private _src;
10
- private _title;
11
- private _initials;
12
- private _color;
13
- private _backgroundColor;
14
- set src(value: string);
15
- set title(value: string);
16
- set tintColor(value: string);
17
- get sizes(): string;
18
- get fontSize(): string;
19
- get src(): string;
20
- get color(): string;
21
- get backgroundColor(): string;
22
- get title(): string;
23
- get initials(): string;
24
- private setColors;
25
- private toRgb;
26
- private getInitials;
27
- private parseColorFormat;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<BbAvatar, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<BbAvatar, "bb-avatar", never, { "size": { "alias": "size"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "src": { "alias": "src"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tintColor": { "alias": "tintColor"; "required": false; }; }, {}, never, never, true, never>;
30
- static ngAcceptInputType_size: unknown;
31
- }
@@ -1,21 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbButton {
4
- protected elementRef: ElementRef<HTMLButtonElement>;
5
- disabled: boolean;
6
- loading: boolean;
7
- constructor(elementRef: ElementRef<HTMLButtonElement>);
8
- focus(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BbButton, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<BbButton, "button[bb-button]", ["bbButton"], { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["[prefix]", "*", "[suffix]"], true, never>;
11
- static ngAcceptInputType_disabled: unknown;
12
- static ngAcceptInputType_loading: unknown;
13
- }
14
- export declare class BbAnchor extends BbButton {
15
- protected elementRef: ElementRef;
16
- tabIndex: number | null;
17
- constructor(elementRef: ElementRef);
18
- stopDisabledEvents(event: Event): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BbAnchor, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BbAnchor, "a[bb-button]", ["bbButton", "bbAnchor"], { "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, ["[prefix]", "*", "[suffix]"], true, never>;
21
- }
@@ -1,36 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class BbCheckbox implements AfterViewInit, ControlValueAccessor {
5
- private _renderer;
6
- private _changeDetectorRef;
7
- readonly labelId: string;
8
- inputElementRef: ElementRef<HTMLInputElement>;
9
- checked: boolean;
10
- indeterminate: boolean;
11
- disabled: boolean;
12
- grouped: boolean;
13
- hideText: boolean;
14
- checkedChange: EventEmitter<boolean>;
15
- indeterminateChange: EventEmitter<boolean>;
16
- onTouchedCallback: () => void;
17
- onChangeCallback: (_: boolean | null) => void;
18
- constructor(_renderer: Renderer2, _changeDetectorRef: ChangeDetectorRef);
19
- ngAfterViewInit(): void;
20
- toggle(): void;
21
- writeValue(newValue: boolean): void;
22
- registerOnChange(method: (_: boolean | null) => void): void;
23
- registerOnTouched(method: () => void): void;
24
- setDisabledState(isDisabled: boolean): void;
25
- onClickEvent(event: Event): void;
26
- onChangeEvent(event: Event): void;
27
- private emitChangeEvent;
28
- private syncField;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<BbCheckbox, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<BbCheckbox, "bb-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grouped": { "alias": "grouped"; "required": false; }; "hideText": { "alias": "hideText"; "required": false; }; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, ["*"], true, never>;
31
- static ngAcceptInputType_checked: unknown;
32
- static ngAcceptInputType_indeterminate: unknown;
33
- static ngAcceptInputType_disabled: unknown;
34
- static ngAcceptInputType_grouped: unknown;
35
- static ngAcceptInputType_hideText: unknown;
36
- }
@@ -1,13 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbCheckboxGroup {
4
- label: string | TemplateRef<any> | null;
5
- required: boolean;
6
- grouped: boolean;
7
- inline: boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BbCheckboxGroup, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<BbCheckboxGroup, "bb-checkbox-group", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "grouped": { "alias": "grouped"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; }, {}, never, ["bb-checkbox"], true, never>;
10
- static ngAcceptInputType_required: unknown;
11
- static ngAcceptInputType_grouped: unknown;
12
- static ngAcceptInputType_inline: unknown;
13
- }
@@ -1,18 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbColorPicker {
4
- showAlpha: boolean;
5
- set color(value: string);
6
- get color(): string;
7
- colorChange: EventEmitter<string>;
8
- hueOffset: number;
9
- saturationOffset: number;
10
- valueOffset: number;
11
- opacityOffset: number;
12
- private _color;
13
- setColor(): void;
14
- private setUIVariables;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<BbColorPicker, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<BbColorPicker, "bb-color-picker", never, { "showAlpha": { "alias": "showAlpha"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
17
- static ngAcceptInputType_showAlpha: unknown;
18
- }
@@ -1,24 +0,0 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbColorSlider implements OnInit, OnDestroy {
4
- private readonly _elementRef;
5
- private readonly _document;
6
- xOffset: number;
7
- yOffset: number;
8
- size: number;
9
- xOffsetChange: EventEmitter<number>;
10
- yOffsetChange: EventEmitter<number>;
11
- private _subscription;
12
- get x(): number;
13
- get y(): number;
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- private updateValue;
17
- private setOffsets;
18
- private calculate;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<BbColorSlider, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BbColorSlider, "bb-color-slider", never, { "xOffset": { "alias": "xOffset"; "required": false; }; "yOffset": { "alias": "yOffset"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "xOffsetChange": "xOffsetChange"; "yOffsetChange": "yOffsetChange"; }, never, never, true, never>;
21
- static ngAcceptInputType_xOffset: unknown;
22
- static ngAcceptInputType_yOffset: unknown;
23
- static ngAcceptInputType_size: unknown;
24
- }
@@ -1,77 +0,0 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
3
- import { BehaviorSubject, Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class BbDatePicker implements ControlValueAccessor, OnInit, OnDestroy {
6
- private _changeDetectorRef;
7
- private _localizeId;
8
- readonly _yearRegex: RegExp;
9
- label: string | TemplateRef<any> | null;
10
- hint: string | TemplateRef<any> | null;
11
- dayPlaceholder: string | null;
12
- monthPlaceholder: string | null;
13
- yearPlaceholder: string | null;
14
- required: boolean;
15
- grouped: boolean;
16
- readonly: boolean;
17
- hideErrors: boolean;
18
- set disabled(value: boolean);
19
- get disabled(): boolean;
20
- set years(value: [string | number, string | number] | null);
21
- form: FormGroup;
22
- data$: Observable<{
23
- days?: {
24
- label: string;
25
- value: number;
26
- }[];
27
- months?: {
28
- label: string;
29
- value: number;
30
- }[];
31
- years?: number[] | null;
32
- }>;
33
- years$: BehaviorSubject<number[]>;
34
- get value(): string | null;
35
- set value(value: string | null);
36
- valueChange: EventEmitter<string>;
37
- error: boolean;
38
- private _disabled;
39
- onTouchedCallback: () => void;
40
- onChangeCallback: (_: string | null) => void;
41
- private _subscription;
42
- constructor(_changeDetectorRef: ChangeDetectorRef, _localizeId: Observable<string>);
43
- ngOnInit(): void;
44
- ngOnDestroy(): void;
45
- writeValue(value: string | null): void;
46
- registerOnChange(method: (_: string | null) => void): void;
47
- registerOnTouched(method: () => void): void;
48
- setDisabledState(isDisabled: boolean): void;
49
- onErrorChange(error: {
50
- token: string;
51
- data?: any;
52
- } | null): void;
53
- validate({ value }: FormControl<string>): {
54
- invalidDate: boolean;
55
- };
56
- private handleChanges;
57
- private getData;
58
- private verifyListData;
59
- private getDayData;
60
- private getMonthData;
61
- private composeForm;
62
- private parseDateStringInForm;
63
- private parseDateString;
64
- private parseYears;
65
- private formToDateString;
66
- private parseYearFormat;
67
- private getDaysInMonth;
68
- private isValidDateString;
69
- private padString;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<BbDatePicker, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<BbDatePicker, "bb-date-picker", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "dayPlaceholder": { "alias": "dayPlaceholder"; "required": false; }; "monthPlaceholder": { "alias": "monthPlaceholder"; "required": false; }; "yearPlaceholder": { "alias": "yearPlaceholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "grouped": { "alias": "grouped"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "hideErrors": { "alias": "hideErrors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "years": { "alias": "years"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
72
- static ngAcceptInputType_required: unknown;
73
- static ngAcceptInputType_grouped: unknown;
74
- static ngAcceptInputType_readonly: unknown;
75
- static ngAcceptInputType_hideErrors: unknown;
76
- static ngAcceptInputType_disabled: unknown;
77
- }
@@ -1,27 +0,0 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ColorPickerDirective implements OnInit, OnDestroy {
4
- private readonly _overlay;
5
- private readonly _viewContainerRef;
6
- private readonly _elementRef;
7
- private readonly _environmentInjector;
8
- bbColorPicker: string;
9
- bbColorPickerShowAlpha: boolean;
10
- bbColorPickerDisabled: boolean;
11
- bbColorPickerChange: EventEmitter<string>;
12
- private _overlayRef;
13
- private _subscription;
14
- showColorPicker(): void;
15
- hideColorPicker(): void;
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- private attachColorPicker;
19
- private getPositionStrategy;
20
- private handleOverlayEvents;
21
- private createOverlay;
22
- private getPositions;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColorPickerDirective, "[bbColorPicker]", never, { "bbColorPicker": { "alias": "bbColorPicker"; "required": true; }; "bbColorPickerShowAlpha": { "alias": "bbColorPickerShowAlpha"; "required": false; }; "bbColorPickerDisabled": { "alias": "bbColorPickerDisabled"; "required": false; }; }, { "bbColorPickerChange": "bbColorPickerChange"; }, never, never, true, never>;
25
- static ngAcceptInputType_bbColorPickerShowAlpha: unknown;
26
- static ngAcceptInputType_bbColorPickerDisabled: unknown;
27
- }
@@ -1,13 +0,0 @@
1
- import { BehaviorSubject } from 'rxjs';
2
- import { AbstractControl, ValidationErrors } from '@angular/forms';
3
- import { OnDestroy } from '@angular/core';
4
- import * as i0 from "@angular/core";
5
- export declare class BbExtraErrorControls implements OnDestroy {
6
- readonly changes: BehaviorSubject<ValidationErrors>;
7
- private _subscription;
8
- set extraControls(controls: AbstractControl[]);
9
- ngOnDestroy(): void;
10
- private handle;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<BbExtraErrorControls, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<BbExtraErrorControls, "[bbExtraErrorControls]", never, { "extraControls": { "alias": "bbExtraErrorControls"; "required": false; }; }, {}, never, never, true, never>;
13
- }
@@ -1,13 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BbFileDrop {
4
- disabled: boolean;
5
- onFileDropped: EventEmitter<File[]>;
6
- hovered: boolean;
7
- onDrag(event: Event, isHovered: boolean): void;
8
- onDrop(event: Event): void;
9
- private setHovered;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<BbFileDrop, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BbFileDrop, "[bbFileDrop]", never, { "disabled": { "alias": "bbFileDropDisabled"; "required": false; }; }, { "onFileDropped": "bbFileDrop"; }, never, never, true, never>;
12
- static ngAcceptInputType_disabled: unknown;
13
- }