@mintplayer/ng-bootstrap 14.5.1 → 14.7.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 (240) hide show
  1. package/_bootstrap.scss +55 -4
  2. package/esm2020/index.mjs +2 -1
  3. package/esm2020/lib/components/accordion/accordion/accordion.component.mjs +4 -4
  4. package/esm2020/lib/components/accordion/accordion-tab/accordion-tab.component.mjs +3 -3
  5. package/esm2020/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  6. package/esm2020/lib/components/accordion/accordion.module.mjs +4 -4
  7. package/esm2020/lib/components/alert/alert/alert.component.mjs +5 -5
  8. package/esm2020/lib/components/alert/alert-close/alert-close.component.mjs +3 -3
  9. package/esm2020/lib/components/alert/alert.module.mjs +4 -4
  10. package/esm2020/lib/components/badge/badge.component.mjs +30 -0
  11. package/esm2020/lib/components/badge/badge.module.mjs +18 -0
  12. package/esm2020/lib/components/badge/index.mjs +3 -0
  13. package/esm2020/lib/components/breadcrumb/breadcrumb/breadcrumb.component.mjs +13 -0
  14. package/esm2020/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +18 -0
  15. package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +19 -0
  16. package/esm2020/lib/components/breadcrumb/index.mjs +4 -0
  17. package/esm2020/lib/components/button-group/button-group/button-group.component.mjs +13 -0
  18. package/esm2020/lib/components/button-group/button-group.module.mjs +18 -0
  19. package/esm2020/lib/components/button-group/index.mjs +3 -0
  20. package/esm2020/lib/components/calendar/calendar.component.mjs +3 -3
  21. package/esm2020/lib/components/calendar/calendar.module.mjs +4 -4
  22. package/esm2020/lib/components/card/card/card.component.mjs +5 -5
  23. package/esm2020/lib/components/card/card-header/card-header.component.mjs +3 -3
  24. package/esm2020/lib/components/card/card.module.mjs +4 -4
  25. package/esm2020/lib/components/carousel/carousel/carousel.component.mjs +23 -6
  26. package/esm2020/lib/components/carousel/carousel-image/carousel-image.directive.mjs +3 -3
  27. package/esm2020/lib/components/carousel/carousel.module.mjs +4 -4
  28. package/esm2020/lib/components/close/close.component.mjs +21 -0
  29. package/esm2020/lib/components/close/close.module.mjs +18 -0
  30. package/esm2020/lib/components/close/index.mjs +3 -0
  31. package/esm2020/lib/components/code-snippet/code-snippet.component.mjs +3 -3
  32. package/esm2020/lib/components/code-snippet/code-snippet.module.mjs +4 -4
  33. package/esm2020/lib/components/context-menu/context-menu.directive.mjs +3 -3
  34. package/esm2020/lib/components/context-menu/context-menu.module.mjs +4 -4
  35. package/esm2020/lib/components/copy/copy.directive.mjs +3 -3
  36. package/esm2020/lib/components/copy/copy.module.mjs +4 -4
  37. package/esm2020/lib/components/datatable/datatable/datatable.component.mjs +3 -3
  38. package/esm2020/lib/components/datatable/datatable-column/datatable-column.directive.mjs +3 -3
  39. package/esm2020/lib/components/datatable/datatable.module.mjs +4 -4
  40. package/esm2020/lib/components/datatable/row-template/row-template.directive.mjs +3 -3
  41. package/esm2020/lib/components/datepicker/datepicker.component.mjs +3 -3
  42. package/esm2020/lib/components/datepicker/datepicker.module.mjs +4 -4
  43. package/esm2020/lib/components/dropdown/dropdown/dropdown.directive.mjs +8 -6
  44. package/esm2020/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.mjs +31 -13
  45. package/esm2020/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  46. package/esm2020/lib/components/dropdown/dropdown.module.mjs +4 -4
  47. package/esm2020/lib/components/file-upload/component/file-upload.component.mjs +3 -3
  48. package/esm2020/lib/components/file-upload/directive/file-upload-template.directive.mjs +3 -3
  49. package/esm2020/lib/components/file-upload/file-upload.module.mjs +4 -4
  50. package/esm2020/lib/components/for/for.directive.mjs +3 -3
  51. package/esm2020/lib/components/for/for.module.mjs +4 -4
  52. package/esm2020/lib/components/index.mjs +9 -1
  53. package/esm2020/lib/components/list-group/list-group/list-group.component.mjs +4 -4
  54. package/esm2020/lib/components/list-group/list-group-item/list-group-item.component.mjs +3 -3
  55. package/esm2020/lib/components/list-group/list-group.module.mjs +4 -4
  56. package/esm2020/lib/components/modal/components/modal/modal.component.mjs +5 -5
  57. package/esm2020/lib/components/modal/components/modal-host/modal-host.component.mjs +16 -6
  58. package/esm2020/lib/components/modal/directives/modal/modal.directive.mjs +3 -3
  59. package/esm2020/lib/components/modal/directives/modal-body/modal-body.directive.mjs +3 -3
  60. package/esm2020/lib/components/modal/directives/modal-close/modal-close.directive.mjs +3 -3
  61. package/esm2020/lib/components/modal/directives/modal-footer/modal-footer.directive.mjs +3 -3
  62. package/esm2020/lib/components/modal/directives/modal-header/modal-header.directive.mjs +3 -3
  63. package/esm2020/lib/components/modal/modal.module.mjs +4 -4
  64. package/esm2020/lib/components/multiselect/component/multiselect.component.mjs +3 -3
  65. package/esm2020/lib/components/multiselect/directives/button-template/button-template.directive.mjs +3 -3
  66. package/esm2020/lib/components/multiselect/directives/footer-template/footer-template.directive.mjs +3 -3
  67. package/esm2020/lib/components/multiselect/directives/header-template/header-template.directive.mjs +3 -3
  68. package/esm2020/lib/components/multiselect/multiselect.module.mjs +4 -4
  69. package/esm2020/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  70. package/esm2020/lib/components/navbar/expand-button/expand-button.directive.mjs +3 -3
  71. package/esm2020/lib/components/navbar/nav-link/nav-link.directive.mjs +3 -3
  72. package/esm2020/lib/components/navbar/navbar/navbar.component.mjs +4 -4
  73. package/esm2020/lib/components/navbar/navbar-brand/navbar-brand.component.mjs +3 -3
  74. package/esm2020/lib/components/navbar/navbar-content/navbar-content.directive.mjs +3 -3
  75. package/esm2020/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.mjs +55 -10
  76. package/esm2020/lib/components/navbar/navbar-item/navbar-item.component.mjs +3 -3
  77. package/esm2020/lib/components/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  78. package/esm2020/lib/components/navbar/navbar-toggler/navbar-toggler.component.mjs +3 -3
  79. package/esm2020/lib/components/navbar/navbar.module.mjs +4 -4
  80. package/esm2020/lib/components/offcanvas/components/offcanvas/offcanvas.component.mjs +14 -5
  81. package/esm2020/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  82. package/esm2020/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  83. package/esm2020/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.mjs +16 -7
  84. package/esm2020/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  85. package/esm2020/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  86. package/esm2020/lib/components/offcanvas/offcanvas.module.mjs +4 -4
  87. package/esm2020/lib/components/pagination/pagination/pagination.component.mjs +63 -28
  88. package/esm2020/lib/components/pagination/pagination.module.mjs +4 -4
  89. package/esm2020/lib/components/placeholder/index.mjs +4 -0
  90. package/esm2020/lib/components/placeholder/placeholder/placeholder.component.mjs +20 -0
  91. package/esm2020/lib/components/placeholder/placeholder-field/placeholder-field.directive.mjs +37 -0
  92. package/esm2020/lib/components/placeholder/placeholder.module.mjs +19 -0
  93. package/esm2020/lib/components/popover/component/popover.component.mjs +56 -0
  94. package/esm2020/lib/components/popover/directives/index.mjs +4 -0
  95. package/esm2020/lib/components/popover/directives/popover/popover.directive.mjs +129 -0
  96. package/esm2020/lib/components/popover/directives/popover-body/popover-body.directive.mjs +19 -0
  97. package/esm2020/lib/components/popover/directives/popover-header/popover-header.directive.mjs +19 -0
  98. package/esm2020/lib/components/popover/index.mjs +4 -0
  99. package/esm2020/lib/components/popover/popover.module.mjs +35 -0
  100. package/esm2020/lib/components/popover/providers/popover-content.provider.mjs +3 -0
  101. package/esm2020/lib/components/popover/providers/portal-factory.provider.mjs +3 -0
  102. package/esm2020/lib/components/progress-bar/progress/progress.component.mjs +14 -10
  103. package/esm2020/lib/components/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
  104. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +4 -4
  105. package/esm2020/lib/components/rating/rating.component.mjs +3 -3
  106. package/esm2020/lib/components/rating/rating.module.mjs +4 -4
  107. package/esm2020/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  108. package/esm2020/lib/components/scheduler/components/scheduler/scheduler.component.mjs +5 -6
  109. package/esm2020/lib/components/scheduler/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  110. package/esm2020/lib/components/scheduler/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  111. package/esm2020/lib/components/scheduler/pipes/date-offset/date-offset.pipe.mjs +3 -3
  112. package/esm2020/lib/components/scheduler/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  113. package/esm2020/lib/components/scheduler/scheduler.module.mjs +4 -4
  114. package/esm2020/lib/components/scheduler/services/timeline/timeline.service.mjs +3 -3
  115. package/esm2020/lib/components/scrollspy/component/scrollspy.component.mjs +3 -3
  116. package/esm2020/lib/components/scrollspy/directives/scrollspy.directive.mjs +3 -3
  117. package/esm2020/lib/components/scrollspy/scrollspy.module.mjs +4 -4
  118. package/esm2020/lib/components/select2/component/select2.component.mjs +5 -5
  119. package/esm2020/lib/components/select2/directive/item-template.directive.mjs +3 -3
  120. package/esm2020/lib/components/select2/select2.module.mjs +4 -4
  121. package/esm2020/lib/components/snackbar/component/snackbar.component.mjs +3 -3
  122. package/esm2020/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.mjs +3 -3
  123. package/esm2020/lib/components/snackbar/service/snackbar.service.mjs +3 -3
  124. package/esm2020/lib/components/snackbar/snackbar.module.mjs +4 -4
  125. package/esm2020/lib/components/spinner/index.mjs +3 -0
  126. package/esm2020/lib/components/spinner/spinner.component.mjs +41 -0
  127. package/esm2020/lib/components/spinner/spinner.module.mjs +18 -0
  128. package/esm2020/lib/components/tab-control/tab-control/tab-control.component.mjs +4 -4
  129. package/esm2020/lib/components/tab-control/tab-control.module.mjs +4 -4
  130. package/esm2020/lib/components/tab-control/tab-page/tab-page.component.mjs +3 -3
  131. package/esm2020/lib/components/timepicker/timepicker.component.mjs +5 -5
  132. package/esm2020/lib/components/timepicker/timepicker.module.mjs +4 -4
  133. package/esm2020/lib/components/toast/components/index.mjs +5 -0
  134. package/esm2020/lib/components/toast/components/toast/toast.component.mjs +16 -0
  135. package/esm2020/lib/components/toast/components/toast-body/toast-body.component.mjs +20 -0
  136. package/esm2020/lib/components/toast/components/toast-container/toast-container.component.mjs +22 -0
  137. package/esm2020/lib/components/toast/components/toast-header/toast-header.component.mjs +17 -0
  138. package/esm2020/lib/components/toast/directives/index.mjs +2 -0
  139. package/esm2020/lib/components/toast/directives/toast-close/toast-close.directive.mjs +32 -0
  140. package/esm2020/lib/components/toast/index.mjs +5 -0
  141. package/esm2020/lib/components/toast/providers/portal-factory.provider.mjs +3 -0
  142. package/esm2020/lib/components/toast/services/index.mjs +2 -0
  143. package/esm2020/lib/components/toast/services/toast/toast.service.mjs +56 -0
  144. package/esm2020/lib/components/toast/toast.module.mjs +72 -0
  145. package/esm2020/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  146. package/esm2020/lib/components/toggle-button/toggle-button.module.mjs +4 -4
  147. package/esm2020/lib/components/tooltip/component/tooltip.component.mjs +5 -5
  148. package/esm2020/lib/components/tooltip/directive/tooltip.directive.mjs +3 -3
  149. package/esm2020/lib/components/tooltip/tooltip.module.mjs +4 -4
  150. package/esm2020/lib/components/typeahead/typeahead.component.mjs +4 -4
  151. package/esm2020/lib/components/typeahead/typeahead.module.mjs +4 -4
  152. package/esm2020/lib/directives/enhanced-paste/enhanced-paste.directive.mjs +3 -3
  153. package/esm2020/lib/directives/enhanced-paste/enhanced-paste.module.mjs +4 -4
  154. package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +24 -0
  155. package/esm2020/lib/pipes/add-properties/add-properties.pipe.mjs +17 -0
  156. package/esm2020/lib/pipes/add-properties/index.mjs +3 -0
  157. package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
  158. package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
  159. package/esm2020/lib/pipes/format-bytes/format-bytes.module.mjs +4 -4
  160. package/esm2020/lib/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  161. package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
  162. package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
  163. package/esm2020/lib/pipes/index.mjs +2 -1
  164. package/esm2020/lib/pipes/month-name/month-name.module.mjs +4 -4
  165. package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +3 -3
  166. package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
  167. package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
  168. package/esm2020/lib/pipes/weekday-name/weekday-name.module.mjs +4 -4
  169. package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  170. package/esm2020/lib/providers/development.provider.mjs +8 -0
  171. package/esm2020/lib/providers/index.mjs +2 -0
  172. package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +3 -3
  173. package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +3 -3
  174. package/esm2020/lib/types/index.mjs +2 -1
  175. package/esm2020/lib/types/size.mjs +2 -0
  176. package/fesm2015/mintplayer-ng-bootstrap.mjs +1353 -478
  177. package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
  178. package/fesm2020/mintplayer-ng-bootstrap.mjs +1347 -478
  179. package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
  180. package/index.d.ts +1 -0
  181. package/lib/components/badge/badge.component.d.ts +15 -0
  182. package/lib/components/badge/badge.module.d.ts +8 -0
  183. package/lib/components/badge/index.d.ts +2 -0
  184. package/lib/components/breadcrumb/breadcrumb/breadcrumb.component.d.ts +8 -0
  185. package/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +9 -0
  186. package/lib/components/breadcrumb/breadcrumb.module.d.ts +9 -0
  187. package/lib/components/breadcrumb/index.d.ts +3 -0
  188. package/lib/components/button-group/button-group/button-group.component.d.ts +8 -0
  189. package/lib/components/button-group/button-group.module.d.ts +8 -0
  190. package/lib/components/button-group/index.d.ts +2 -0
  191. package/lib/components/carousel/carousel/carousel.component.d.ts +1 -0
  192. package/lib/components/close/close.component.d.ts +10 -0
  193. package/lib/components/close/close.module.d.ts +8 -0
  194. package/lib/components/close/index.d.ts +2 -0
  195. package/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +5 -2
  196. package/lib/components/index.d.ts +8 -0
  197. package/lib/components/modal/components/modal-host/modal-host.component.d.ts +8 -4
  198. package/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +15 -5
  199. package/lib/components/offcanvas/components/offcanvas/offcanvas.component.d.ts +1 -0
  200. package/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.d.ts +2 -1
  201. package/lib/components/pagination/pagination/pagination.component.d.ts +10 -5
  202. package/lib/components/placeholder/index.d.ts +3 -0
  203. package/lib/components/placeholder/placeholder/placeholder.component.d.ts +8 -0
  204. package/lib/components/placeholder/placeholder-field/placeholder-field.directive.d.ts +14 -0
  205. package/lib/components/placeholder/placeholder.module.d.ts +9 -0
  206. package/lib/components/popover/component/popover.component.d.ts +19 -0
  207. package/lib/components/popover/directives/index.d.ts +3 -0
  208. package/lib/components/popover/directives/popover/popover.directive.d.ts +27 -0
  209. package/lib/components/popover/directives/popover-body/popover-body.directive.d.ts +7 -0
  210. package/lib/components/popover/directives/popover-header/popover-header.directive.d.ts +7 -0
  211. package/lib/components/popover/index.d.ts +3 -0
  212. package/lib/components/popover/popover.module.d.ts +12 -0
  213. package/lib/components/popover/providers/popover-content.provider.d.ts +2 -0
  214. package/lib/components/popover/providers/portal-factory.provider.d.ts +3 -0
  215. package/lib/components/progress-bar/progress/progress.component.d.ts +1 -1
  216. package/lib/components/spinner/index.d.ts +2 -0
  217. package/lib/components/spinner/spinner.component.d.ts +19 -0
  218. package/lib/components/spinner/spinner.module.d.ts +8 -0
  219. package/lib/components/toast/components/index.d.ts +4 -0
  220. package/lib/components/toast/components/toast/toast.component.d.ts +6 -0
  221. package/lib/components/toast/components/toast-body/toast-body.component.d.ts +7 -0
  222. package/lib/components/toast/components/toast-container/toast-container.component.d.ts +9 -0
  223. package/lib/components/toast/components/toast-header/toast-header.component.d.ts +7 -0
  224. package/lib/components/toast/directives/index.d.ts +1 -0
  225. package/lib/components/toast/directives/toast-close/toast-close.directive.d.ts +12 -0
  226. package/lib/components/toast/index.d.ts +4 -0
  227. package/lib/components/toast/providers/portal-factory.provider.d.ts +3 -0
  228. package/lib/components/toast/services/index.d.ts +1 -0
  229. package/lib/components/toast/services/toast/toast.service.d.ts +22 -0
  230. package/lib/components/toast/toast.module.d.ts +14 -0
  231. package/lib/pipes/add-properties/add-properties.module.d.ts +8 -0
  232. package/lib/pipes/add-properties/add-properties.pipe.d.ts +7 -0
  233. package/lib/pipes/add-properties/index.d.ts +2 -0
  234. package/lib/pipes/index.d.ts +1 -0
  235. package/lib/providers/development.provider.d.ts +7 -0
  236. package/lib/providers/index.d.ts +1 -0
  237. package/lib/types/index.d.ts +1 -0
  238. package/lib/types/size.d.ts +1 -0
  239. package/package.json +3 -3
  240. package/src/styles/custom.scss +4 -16
@@ -0,0 +1,24 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { BsAddPropertiesPipe } from './add-properties.pipe';
4
+ import * as i0 from "@angular/core";
5
+ export class BsAddPropertiesModule {
6
+ }
7
+ BsAddPropertiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsAddPropertiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesModule, declarations: [BsAddPropertiesPipe], imports: [CommonModule], exports: [BsAddPropertiesPipe] });
9
+ BsAddPropertiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesModule, decorators: [{
11
+ type: NgModule,
12
+ args: [{
13
+ declarations: [
14
+ BsAddPropertiesPipe
15
+ ],
16
+ imports: [
17
+ CommonModule
18
+ ],
19
+ exports: [
20
+ BsAddPropertiesPipe
21
+ ]
22
+ }]
23
+ }] });
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXByb3BlcnRpZXMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL3BpcGVzL2FkZC1wcm9wZXJ0aWVzL2FkZC1wcm9wZXJ0aWVzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFlNUQsTUFBTSxPQUFPLHFCQUFxQjs7a0hBQXJCLHFCQUFxQjttSEFBckIscUJBQXFCLGlCQVQ5QixtQkFBbUIsYUFHbkIsWUFBWSxhQUdaLG1CQUFtQjttSEFHVixxQkFBcUIsWUFOOUIsWUFBWTsyRkFNSCxxQkFBcUI7a0JBWGpDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG1CQUFtQjtxQkFDcEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzQWRkUHJvcGVydGllc1BpcGUgfSBmcm9tICcuL2FkZC1wcm9wZXJ0aWVzLnBpcGUnO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNBZGRQcm9wZXJ0aWVzUGlwZVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc0FkZFByb3BlcnRpZXNQaXBlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNBZGRQcm9wZXJ0aWVzTW9kdWxlIHsgfVxuIl19
@@ -0,0 +1,17 @@
1
+ import { Pipe } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class BsAddPropertiesPipe {
4
+ transform(value, toAdd) {
5
+ const result = Object.assign(value ?? {}, toAdd);
6
+ return result;
7
+ }
8
+ }
9
+ BsAddPropertiesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ BsAddPropertiesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesPipe, name: "bsAddProperties" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsAddPropertiesPipe, decorators: [{
12
+ type: Pipe,
13
+ args: [{
14
+ name: 'bsAddProperties'
15
+ }]
16
+ }] });
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXByb3BlcnRpZXMucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9waXBlcy9hZGQtcHJvcGVydGllcy9hZGQtcHJvcGVydGllcy5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFNBQVMsQ0FBQyxLQUFvQixFQUFFLEtBQWE7UUFDM0MsTUFBTSxNQUFNLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxLQUFLLElBQUksRUFBRSxFQUFFLEtBQUssQ0FBQyxDQUFDO1FBQ2pELE9BQU8sTUFBTSxDQUFDO0lBQ2hCLENBQUM7O2dIQUxVLG1CQUFtQjs4R0FBbkIsbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBSC9CLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLGlCQUFpQjtpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2JzQWRkUHJvcGVydGllcydcbn0pXG5leHBvcnQgY2xhc3MgQnNBZGRQcm9wZXJ0aWVzUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIHRyYW5zZm9ybSh2YWx1ZTogT2JqZWN0IHwgbnVsbCwgdG9BZGQ6IE9iamVjdCkge1xuICAgIGNvbnN0IHJlc3VsdCA9IE9iamVjdC5hc3NpZ24odmFsdWUgPz8ge30sIHRvQWRkKTtcbiAgICByZXR1cm4gcmVzdWx0O1xuICB9XG5cbn1cbiJdfQ==
@@ -0,0 +1,3 @@
1
+ export * from './add-properties.module';
2
+ export * from './add-properties.pipe';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvYWRkLXByb3BlcnRpZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hZGQtcHJvcGVydGllcy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9hZGQtcHJvcGVydGllcy5waXBlJzsiXX0=
@@ -4,10 +4,10 @@ import { BsFontColorPipe } from './font-color.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsFontColorPipeModule {
6
6
  }
7
- BsFontColorPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsFontColorPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] });
9
- BsFontColorPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
7
+ BsFontColorPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsFontColorPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipeModule, declarations: [BsFontColorPipe], imports: [CommonModule], exports: [BsFontColorPipe] });
9
+ BsFontColorPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipeModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -15,9 +15,9 @@ export class BsFontColorPipe {
15
15
  return CONTRAST_HEX;
16
16
  }
17
17
  }
18
- BsFontColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
19
- BsFontColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFontColorPipe, decorators: [{
18
+ BsFontColorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
19
+ BsFontColorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipe, name: "bsFontColor" });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFontColorPipe, decorators: [{
21
21
  type: Pipe,
22
22
  args: [{
23
23
  name: 'bsFontColor'
@@ -4,10 +4,10 @@ import { BsFormatBytesPipe } from './format-bytes.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsFormatBytesModule {
6
6
  }
7
- BsFormatBytesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsFormatBytesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesModule, declarations: [BsFormatBytesPipe], imports: [CommonModule], exports: [BsFormatBytesPipe] });
9
- BsFormatBytesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesModule, decorators: [{
7
+ BsFormatBytesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsFormatBytesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesModule, declarations: [BsFormatBytesPipe], imports: [CommonModule], exports: [BsFormatBytesPipe] });
9
+ BsFormatBytesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -12,9 +12,9 @@ export class BsFormatBytesPipe {
12
12
  return parseFloat((value / Math.pow(k, i)).toFixed(dm)) + " " + sizes[i];
13
13
  }
14
14
  }
15
- BsFormatBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
16
- BsFormatBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesPipe, name: "bsFormatBytes" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsFormatBytesPipe, decorators: [{
15
+ BsFormatBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
16
+ BsFormatBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesPipe, name: "bsFormatBytes" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsFormatBytesPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{
20
20
  name: 'bsFormatBytes'
@@ -4,10 +4,10 @@ import { BsInListPipe } from './in-list.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsInListModule {
6
6
  }
7
- BsInListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsInListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] });
9
- BsInListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsInListModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsInListModule, decorators: [{
7
+ BsInListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsInListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsInListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsInListModule, declarations: [BsInListPipe], imports: [CommonModule], exports: [BsInListPipe] });
9
+ BsInListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsInListModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsInListModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -5,9 +5,9 @@ export class BsInListPipe {
5
5
  return items.some(item => item.id === parameter);
6
6
  }
7
7
  }
8
- BsInListPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- BsInListPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsInListPipe, name: "inList" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsInListPipe, decorators: [{
8
+ BsInListPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsInListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ BsInListPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsInListPipe, name: "inList" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsInListPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{
13
13
  name: 'inList'
@@ -1,3 +1,4 @@
1
1
  export * from './font-color';
2
2
  export * from './format-bytes';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZm9udC1jb2xvcic7XG5leHBvcnQgKiBmcm9tICcuL2Zvcm1hdC1ieXRlcyc7Il19
3
+ export * from './add-properties';
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcGlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9mb250LWNvbG9yJztcbmV4cG9ydCAqIGZyb20gJy4vZm9ybWF0LWJ5dGVzJztcbmV4cG9ydCAqIGZyb20gJy4vYWRkLXByb3BlcnRpZXMnOyJdfQ==
@@ -4,10 +4,10 @@ import { MonthNamePipe } from './month-name.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsMonthNamePipeModule {
6
6
  }
7
- BsMonthNamePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsMonthNamePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsMonthNamePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsMonthNamePipeModule, declarations: [MonthNamePipe], imports: [CommonModule], exports: [MonthNamePipe] });
9
- BsMonthNamePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsMonthNamePipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsMonthNamePipeModule, decorators: [{
7
+ BsMonthNamePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsMonthNamePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsMonthNamePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsMonthNamePipeModule, declarations: [MonthNamePipe], imports: [CommonModule], exports: [MonthNamePipe] });
9
+ BsMonthNamePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsMonthNamePipeModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsMonthNamePipeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -10,9 +10,9 @@ export class MonthNamePipe {
10
10
  }
11
11
  }
12
12
  }
13
- MonthNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MonthNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
- MonthNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: MonthNamePipe, name: "monthName" });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: MonthNamePipe, decorators: [{
13
+ MonthNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: MonthNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
+ MonthNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: MonthNamePipe, name: "monthName" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: MonthNamePipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{
18
18
  name: 'monthName'
@@ -4,10 +4,10 @@ import { UcFirstPipe } from './uc-first.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsUcFirstPipeModule {
6
6
  }
7
- BsUcFirstPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsUcFirstPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] });
9
- BsUcFirstPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
7
+ BsUcFirstPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsUcFirstPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsUcFirstPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsUcFirstPipeModule, declarations: [UcFirstPipe], imports: [CommonModule], exports: [UcFirstPipe] });
9
+ BsUcFirstPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsUcFirstPipeModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsUcFirstPipeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -5,9 +5,9 @@ export class UcFirstPipe {
5
5
  return value[0].toUpperCase() + value.slice(1);
6
6
  }
7
7
  }
8
- UcFirstPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- UcFirstPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: UcFirstPipe, name: "ucFirst" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: UcFirstPipe, decorators: [{
8
+ UcFirstPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: UcFirstPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ UcFirstPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: UcFirstPipe, name: "ucFirst" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: UcFirstPipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{
13
13
  name: 'ucFirst'
@@ -4,10 +4,10 @@ import { WeekdayNamePipe } from './weekday-name.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class BsWeekdayNameModule {
6
6
  }
7
- BsWeekdayNameModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsWeekdayNameModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- BsWeekdayNameModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: BsWeekdayNameModule, declarations: [WeekdayNamePipe], imports: [CommonModule], exports: [WeekdayNamePipe] });
9
- BsWeekdayNameModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsWeekdayNameModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsWeekdayNameModule, decorators: [{
7
+ BsWeekdayNameModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsWeekdayNameModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ BsWeekdayNameModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsWeekdayNameModule, declarations: [WeekdayNamePipe], imports: [CommonModule], exports: [WeekdayNamePipe] });
9
+ BsWeekdayNameModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsWeekdayNameModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsWeekdayNameModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -5,9 +5,9 @@ export class WeekdayNamePipe {
5
5
  return date.toLocaleString("default", { weekday: 'short' });
6
6
  }
7
7
  }
8
- WeekdayNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: WeekdayNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
- WeekdayNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: WeekdayNamePipe, name: "weekdayName" });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: WeekdayNamePipe, decorators: [{
8
+ WeekdayNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: WeekdayNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
9
+ WeekdayNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: WeekdayNamePipe, name: "weekdayName" });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: WeekdayNamePipe, decorators: [{
11
11
  type: Pipe,
12
12
  args: [{
13
13
  name: 'weekdayName'
@@ -0,0 +1,8 @@
1
+ import { InjectionToken } from "@angular/core";
2
+ /**
3
+ * Register this provider with a **true** value to enable Development mode for ng-bootstrap.
4
+ * This will make the overlays, which usually close when clicking outside of them,
5
+ * to stay open.
6
+ **/
7
+ export const BS_DEVELOPMENT = new InjectionToken('BootstrapDevelopment');
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2ZWxvcG1lbnQucHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcHJvdmlkZXJzL2RldmVsb3BtZW50LnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0M7Ozs7SUFJSTtBQUNKLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRyxJQUFJLGNBQWMsQ0FBVSxzQkFBc0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG4vKipcbiAqIFJlZ2lzdGVyIHRoaXMgcHJvdmlkZXIgd2l0aCBhICoqdHJ1ZSoqIHZhbHVlIHRvIGVuYWJsZSBEZXZlbG9wbWVudCBtb2RlIGZvciBuZy1ib290c3RyYXAuXG4gKiBUaGlzIHdpbGwgbWFrZSB0aGUgb3ZlcmxheXMsIHdoaWNoIHVzdWFsbHkgY2xvc2Ugd2hlbiBjbGlja2luZyBvdXRzaWRlIG9mIHRoZW0sXG4gKiB0byBzdGF5IG9wZW4uXG4gKiovXG5leHBvcnQgY29uc3QgQlNfREVWRUxPUE1FTlQgPSBuZXcgSW5qZWN0aW9uVG9rZW48Ym9vbGVhbj4oJ0Jvb3RzdHJhcERldmVsb3BtZW50Jyk7Il19
@@ -0,0 +1,2 @@
1
+ export * from './development.provider';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvcHJvdmlkZXJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2RldmVsb3BtZW50LnByb3ZpZGVyJzsiXX0=
@@ -83,9 +83,9 @@ export class BsCalendarMonthService {
83
83
  return sunday;
84
84
  }
85
85
  }
86
- BsCalendarMonthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsCalendarMonthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
87
- BsCalendarMonthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsCalendarMonthService, providedIn: 'root' });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsCalendarMonthService, decorators: [{
86
+ BsCalendarMonthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarMonthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
87
+ BsCalendarMonthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarMonthService, providedIn: 'root' });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsCalendarMonthService, decorators: [{
89
89
  type: Injectable,
90
90
  args: [{
91
91
  providedIn: 'root'
@@ -17,9 +17,9 @@ export class BsScrollOffsetService {
17
17
  }
18
18
  }
19
19
  }
20
- BsScrollOffsetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsScrollOffsetService, deps: [{ token: ROUTER_CONFIGURATION }], target: i0.ɵɵFactoryTarget.Injectable });
21
- BsScrollOffsetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsScrollOffsetService, providedIn: 'root' });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: BsScrollOffsetService, decorators: [{
20
+ BsScrollOffsetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsScrollOffsetService, deps: [{ token: ROUTER_CONFIGURATION }], target: i0.ɵɵFactoryTarget.Injectable });
21
+ BsScrollOffsetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsScrollOffsetService, providedIn: 'root' });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsScrollOffsetService, decorators: [{
23
23
  type: Injectable,
24
24
  args: [{
25
25
  providedIn: 'root'
@@ -1,2 +1,3 @@
1
1
  export * from './view-state.type';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQkFBbUIsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmlldy1zdGF0ZS50eXBlJyJdfQ==
2
+ export * from './size';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmlldy1zdGF0ZS50eXBlJztcbmV4cG9ydCAqIGZyb20gJy4vc2l6ZSc7Il19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l6ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi90eXBlcy9zaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBTaXplID0gJ3NtYWxsJyB8ICdtZWRpdW0nIHwgJ2xhcmdlJzsiXX0=