@mintplayer/ng-bootstrap 18.1.1 → 18.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (436) hide show
  1. package/async-host-binding/index.d.ts +1 -0
  2. package/async-host-binding/src/bind-event.plugin.d.ts +1 -0
  3. package/async-host-binding/src/index.d.ts +1 -0
  4. package/async-host-binding/src/provide-async-host-bindings.d.ts +1 -0
  5. package/button-type/index.d.ts +1 -0
  6. package/button-type/src/button-type/button-type.directive.d.ts +1 -0
  7. package/button-type/src/index.d.ts +1 -0
  8. package/calendar-month/index.d.ts +1 -0
  9. package/calendar-month/src/index.d.ts +1 -0
  10. package/calendar-month/src/interfaces/date-day-of-month.d.ts +1 -0
  11. package/calendar-month/src/interfaces/first-and-last-date.d.ts +1 -0
  12. package/calendar-month/src/interfaces/index.d.ts +1 -0
  13. package/calendar-month/src/interfaces/week.d.ts +1 -0
  14. package/calendar-month/src/interfaces/weekday.d.ts +1 -0
  15. package/calendar-month/src/pipes/index.d.ts +1 -0
  16. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +1 -0
  17. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +1 -0
  18. package/calendar-month/src/service/calendar-month.service.d.ts +1 -0
  19. package/carousel/src/carousel.module.d.ts +3 -4
  20. package/color-picker/color-picker.module.d.ts +1 -2
  21. package/context-menu/index.d.ts +1 -0
  22. package/context-menu/src/context-menu.directive.d.ts +1 -0
  23. package/context-menu/src/context-menu.module.d.ts +1 -0
  24. package/context-menu/src/index.d.ts +1 -0
  25. package/copy/index.d.ts +1 -0
  26. package/copy/src/copy.directive.d.ts +1 -0
  27. package/copy/src/index.d.ts +1 -0
  28. package/dropdown/index.d.ts +1 -0
  29. package/dropdown/src/dropdown/dropdown.directive.d.ts +1 -0
  30. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +1 -0
  31. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +1 -0
  32. package/dropdown/src/dropdown.module.d.ts +1 -0
  33. package/dropdown/src/index.d.ts +1 -0
  34. package/dropdown-divider/index.d.ts +1 -0
  35. package/dropdown-divider/src/dropdown-divider.directive.d.ts +1 -0
  36. package/dropdown-divider/src/index.d.ts +1 -0
  37. package/enhanced-paste/index.d.ts +1 -0
  38. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +1 -0
  39. package/enhanced-paste/src/index.d.ts +1 -0
  40. package/enhanced-paste/src/interfaces/number-overflow.d.ts +1 -0
  41. package/enum/index.d.ts +1 -0
  42. package/enum/src/index.d.ts +1 -0
  43. package/enum/src/interfaces/enum-item.d.ts +1 -0
  44. package/enum/src/interfaces/index.d.ts +1 -0
  45. package/enum/src/service/enum.service.d.ts +1 -0
  46. package/esm2022/accordion/src/accordion/accordion.component.mjs +3 -3
  47. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +3 -3
  48. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
  49. package/esm2022/accordion/src/accordion.module.mjs +4 -4
  50. package/esm2022/alert/src/alert/alert.component.mjs +3 -3
  51. package/esm2022/alert/src/alert-close/alert-close.component.mjs +3 -3
  52. package/esm2022/alert/src/alert.module.mjs +4 -4
  53. package/esm2022/badge/src/badge.component.mjs +3 -3
  54. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +3 -3
  55. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  56. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +4 -4
  57. package/esm2022/button-group/src/button-group/button-group.component.mjs +3 -3
  58. package/esm2022/button-type/src/button-type/button-type.directive.mjs +3 -3
  59. package/esm2022/calendar/src/calendar.component.mjs +5 -6
  60. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +3 -3
  61. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  62. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +3 -3
  63. package/esm2022/card/src/card/card.component.mjs +3 -3
  64. package/esm2022/card/src/card-header/card-header.component.mjs +3 -3
  65. package/esm2022/card/src/card.module.mjs +4 -4
  66. package/esm2022/carousel/src/carousel/carousel.component.mjs +7 -8
  67. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +3 -3
  68. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +3 -3
  69. package/esm2022/carousel/src/carousel.module.mjs +5 -8
  70. package/esm2022/close/src/close.component.mjs +3 -3
  71. package/esm2022/code-snippet/src/code-snippet.component.mjs +3 -3
  72. package/esm2022/color-picker/color-picker.module.mjs +6 -9
  73. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +3 -3
  74. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +9 -10
  75. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +3 -3
  76. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +3 -3
  77. package/esm2022/color-picker/components/slider/slider.component.mjs +9 -9
  78. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +3 -3
  79. package/esm2022/container/src/container/container.component.mjs +3 -3
  80. package/esm2022/context-menu/src/context-menu.directive.mjs +3 -3
  81. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  82. package/esm2022/copy/src/copy.directive.mjs +3 -3
  83. package/esm2022/datatable/src/datatable/datatable.component.mjs +3 -3
  84. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +3 -3
  85. package/esm2022/datatable/src/datatable.module.mjs +4 -4
  86. package/esm2022/datatable/src/row-template/row-template.directive.mjs +3 -3
  87. package/esm2022/datepicker/src/datepicker.component.mjs +3 -3
  88. package/esm2022/dock/src/dock/dock.component.mjs +3 -3
  89. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +3 -3
  90. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +3 -3
  91. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +3 -3
  92. package/esm2022/dock/src/dock.module.mjs +4 -4
  93. package/esm2022/dock/src/services/dock/dock.service.mjs +3 -3
  94. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +3 -3
  95. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  96. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  97. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  98. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +3 -3
  99. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +3 -3
  100. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +3 -3
  101. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +4 -4
  102. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +3 -3
  103. package/esm2022/enum/src/service/enum.service.mjs +3 -3
  104. package/esm2022/file-upload/src/component/file-upload.component.mjs +3 -3
  105. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +3 -3
  106. package/esm2022/file-upload/src/file-upload.module.mjs +4 -4
  107. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  108. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +3 -3
  109. package/esm2022/font-color/src/font-color.pipe.mjs +3 -3
  110. package/esm2022/for/src/for.directive.mjs +3 -3
  111. package/esm2022/form/src/form/form.component.mjs +3 -3
  112. package/esm2022/form/src/form-control/form-control.directive.mjs +3 -3
  113. package/esm2022/form/src/form-group/form-group.directive.mjs +3 -3
  114. package/esm2022/form/src/form.module.mjs +4 -4
  115. package/esm2022/grid/src/component/grid.component.mjs +3 -3
  116. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +3 -3
  117. package/esm2022/grid/src/directives/column/column.directive.mjs +6 -6
  118. package/esm2022/grid/src/directives/row/row.directive.mjs +3 -3
  119. package/esm2022/grid/src/grid.module.mjs +4 -4
  120. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +3 -3
  121. package/esm2022/has-property/src/has-property.pipe.mjs +3 -3
  122. package/esm2022/in-list/src/in-list.pipe.mjs +3 -3
  123. package/esm2022/input-group/src/input-group/input-group.component.mjs +3 -3
  124. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +3 -3
  125. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +3 -3
  126. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +3 -3
  127. package/esm2022/instance-of/src/instance-of.module.mjs +4 -4
  128. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +3 -3
  129. package/esm2022/let/directive/let.directive.mjs +3 -3
  130. package/esm2022/linify/src/linify.pipe.mjs +3 -3
  131. package/esm2022/list-group/src/list-group/list-group.component.mjs +3 -3
  132. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +3 -3
  133. package/esm2022/list-group/src/list-group.module.mjs +4 -4
  134. package/esm2022/markdown/src/bold/bold.pipe.mjs +3 -3
  135. package/esm2022/markdown/src/italic/italic.pipe.mjs +3 -3
  136. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +3 -3
  137. package/esm2022/markdown/src/underline/underline.pipe.mjs +3 -3
  138. package/esm2022/marquee/src/marquee/marquee.component.mjs +3 -3
  139. package/esm2022/modal/src/components/modal/modal.component.mjs +3 -3
  140. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +3 -3
  141. package/esm2022/modal/src/directives/modal/modal.directive.mjs +3 -3
  142. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +3 -3
  143. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +3 -3
  144. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +3 -3
  145. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +3 -3
  146. package/esm2022/modal/src/modal.module.mjs +4 -4
  147. package/esm2022/multiselect/src/component/multiselect.component.mjs +3 -3
  148. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +3 -3
  149. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +3 -3
  150. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +3 -3
  151. package/esm2022/multiselect/src/multiselect.module.mjs +4 -4
  152. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
  153. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +3 -3
  154. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +3 -3
  155. package/esm2022/navbar/src/navbar/navbar.component.mjs +3 -3
  156. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +3 -3
  157. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +3 -3
  158. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +3 -3
  159. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +3 -3
  160. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +3 -3
  161. package/esm2022/navbar/src/navbar.module.mjs +4 -4
  162. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +3 -3
  163. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +3 -3
  164. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +3 -3
  165. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +4 -4
  166. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +3 -3
  167. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +3 -3
  168. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
  169. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
  170. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
  171. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
  172. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
  173. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +3 -3
  174. package/esm2022/offcanvas/src/offcanvas.module.mjs +4 -4
  175. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +3 -3
  176. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +3 -3
  177. package/esm2022/parallax/index.mjs +2 -0
  178. package/esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs +5 -0
  179. package/esm2022/parallax/src/parallax.component.mjs +20 -0
  180. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +3 -3
  181. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +3 -3
  182. package/esm2022/placeholder/src/placeholder.module.mjs +4 -4
  183. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +3 -3
  184. package/esm2022/popover/src/component/popover.component.mjs +3 -3
  185. package/esm2022/popover/src/directives/popover/popover.directive.mjs +3 -3
  186. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +3 -3
  187. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +3 -3
  188. package/esm2022/popover/src/popover.module.mjs +4 -4
  189. package/esm2022/progress-bar/src/progress/progress.component.mjs +3 -3
  190. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +3 -3
  191. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  192. package/esm2022/range/src/component/range.component.mjs +3 -3
  193. package/esm2022/range/src/range.module.mjs +4 -4
  194. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +3 -3
  195. package/esm2022/rating/src/component/rating.component.mjs +3 -3
  196. package/esm2022/resizable/src/resizable/resizable.component.mjs +3 -3
  197. package/esm2022/resizable/src/resizable.module.mjs +4 -4
  198. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +3 -3
  199. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
  200. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +3 -3
  201. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
  202. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
  203. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +3 -3
  204. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
  205. package/esm2022/scheduler/src/scheduler.module.mjs +4 -4
  206. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +3 -3
  207. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +3 -3
  208. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +3 -3
  209. package/esm2022/scrollspy/src/scrollspy.module.mjs +4 -4
  210. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +3 -3
  211. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +3 -3
  212. package/esm2022/searchbox/src/directives/no-results.directive.mjs +3 -3
  213. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +3 -3
  214. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +10 -11
  215. package/esm2022/searchbox/src/searchbox.module.mjs +5 -8
  216. package/esm2022/select/src/component/select.component.mjs +3 -3
  217. package/esm2022/select/src/select.module.mjs +4 -4
  218. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +6 -6
  219. package/esm2022/select2/src/component/select2.component.mjs +3 -3
  220. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +3 -3
  221. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +3 -3
  222. package/esm2022/select2/src/select2.module.mjs +4 -4
  223. package/esm2022/shell/src/shell/shell.component.mjs +3 -3
  224. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +3 -3
  225. package/esm2022/shell/src/shell.module.mjs +4 -4
  226. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +3 -3
  227. package/esm2022/slugify/src/slugify.pipe.mjs +3 -3
  228. package/esm2022/spinner/src/spinner.component.mjs +3 -3
  229. package/esm2022/split-string/src/split-string.pipe.mjs +3 -3
  230. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +3 -3
  231. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +3 -3
  232. package/esm2022/splitter/src/splitter/splitter.component.mjs +8 -9
  233. package/esm2022/splitter/src/splitter.module.mjs +6 -7
  234. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +3 -3
  235. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +3 -3
  236. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +4 -4
  237. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +7 -8
  238. package/esm2022/tab-control/src/tab-control.module.mjs +5 -8
  239. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +3 -3
  240. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +3 -3
  241. package/esm2022/table/src/component/table.component.mjs +3 -3
  242. package/esm2022/timepicker/src/timepicker.component.mjs +3 -3
  243. package/esm2022/toast/src/components/toast/toast.component.mjs +3 -3
  244. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +3 -3
  245. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +3 -3
  246. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +3 -3
  247. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +3 -3
  248. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +3 -3
  249. package/esm2022/toast/src/services/toast/toast.service.mjs +3 -3
  250. package/esm2022/toast/src/toast.module.mjs +4 -4
  251. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +3 -3
  252. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +3 -3
  253. package/esm2022/toggle-button/src/toggle-button.module.mjs +4 -4
  254. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +3 -3
  255. package/esm2022/tooltip/src/component/tooltip.component.mjs +3 -3
  256. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +3 -3
  257. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  258. package/esm2022/treeview/src/treeview/treeview.component.mjs +3 -3
  259. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +3 -3
  260. package/esm2022/treeview/src/treeview.module.mjs +4 -4
  261. package/esm2022/trust-html/src/trust-html.pipe.mjs +3 -3
  262. package/esm2022/typeahead/src/typeahead.component.mjs +3 -3
  263. package/esm2022/uc-first/src/uc-first.pipe.mjs +3 -3
  264. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +3 -3
  265. package/esm2022/word-count/src/word-count.pipe.mjs +3 -3
  266. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +13 -13
  267. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +10 -10
  268. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +3 -3
  269. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  270. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +3 -3
  271. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +3 -3
  272. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +9 -9
  273. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +4 -5
  274. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  275. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +10 -10
  276. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +16 -20
  277. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  278. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +3 -3
  279. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +3 -3
  280. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +30 -34
  281. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  282. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  283. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +7 -7
  284. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +3 -3
  285. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +13 -13
  286. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +3 -3
  287. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +19 -19
  288. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +3 -3
  289. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +10 -10
  290. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +13 -13
  291. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +3 -3
  292. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  293. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +13 -13
  294. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +3 -3
  295. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +3 -3
  296. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +3 -3
  297. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +13 -13
  298. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +19 -19
  299. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +3 -3
  300. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +3 -3
  301. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +3 -3
  302. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +3 -3
  303. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +16 -16
  304. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +3 -3
  305. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +3 -3
  306. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +10 -10
  307. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +12 -12
  308. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  309. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +25 -25
  310. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +16 -16
  311. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +3 -3
  312. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +31 -31
  313. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +10 -10
  314. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +3 -3
  315. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +25 -25
  316. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +3 -3
  317. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +3 -3
  318. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs +27 -0
  319. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs.map +1 -0
  320. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +10 -10
  321. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +3 -3
  322. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +16 -16
  323. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +10 -10
  324. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +10 -10
  325. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +3 -3
  326. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +10 -10
  327. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +25 -25
  328. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +13 -13
  329. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +22 -26
  330. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  331. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +13 -13
  332. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +13 -13
  333. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +10 -10
  334. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +3 -3
  335. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +3 -3
  336. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +3 -3
  337. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +3 -3
  338. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +17 -19
  339. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  340. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +10 -10
  341. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +15 -19
  342. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  343. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +3 -3
  344. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +3 -3
  345. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +25 -25
  346. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +13 -13
  347. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +10 -10
  348. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +10 -10
  349. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +3 -3
  350. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +3 -3
  351. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +3 -3
  352. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +3 -3
  353. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +3 -3
  354. package/font-color/index.d.ts +1 -0
  355. package/font-color/src/font-color.pipe.d.ts +1 -0
  356. package/for/index.d.ts +1 -0
  357. package/for/src/for.directive.d.ts +1 -0
  358. package/for/src/index.d.ts +1 -0
  359. package/has-id/index.d.ts +1 -0
  360. package/has-id/src/has-id.d.ts +1 -0
  361. package/has-property/index.d.ts +1 -0
  362. package/has-property/src/has-property.pipe.d.ts +1 -0
  363. package/has-property/src/index.d.ts +1 -0
  364. package/in-list/index.d.ts +1 -0
  365. package/in-list/src/in-list.pipe.d.ts +1 -0
  366. package/index.d.ts +1 -0
  367. package/instance-of/index.d.ts +1 -0
  368. package/instance-of/src/directives/index.d.ts +1 -0
  369. package/instance-of/src/directives/instanceof-case.directive.d.ts +1 -0
  370. package/instance-of/src/directives/instanceof-default.directive.d.ts +1 -0
  371. package/instance-of/src/directives/instanceof.directive.d.ts +1 -0
  372. package/instance-of/src/directives/switch-view.d.ts +1 -0
  373. package/instance-of/src/index.d.ts +1 -0
  374. package/instance-of/src/instance-of.module.d.ts +1 -0
  375. package/instance-of/src/interfaces/index.d.ts +1 -0
  376. package/instance-of/src/interfaces/instance-of-context.d.ts +1 -0
  377. package/instance-of/src/pipes/index.d.ts +1 -0
  378. package/instance-of/src/pipes/instance-of.pipe.d.ts +1 -0
  379. package/instance-of/src/types/abstract.type.d.ts +1 -0
  380. package/instance-of/src/types/index.d.ts +1 -0
  381. package/let/directive/let.directive.d.ts +1 -0
  382. package/let/index.d.ts +1 -0
  383. package/let/interfaces/index.d.ts +1 -0
  384. package/let/interfaces/let-context.d.ts +1 -0
  385. package/lib/enums/color.enum.d.ts +1 -0
  386. package/lib/enums/index.d.ts +1 -0
  387. package/lib/providers/development.provider.d.ts +1 -0
  388. package/lib/providers/index.d.ts +1 -0
  389. package/lib/types/breakpoint.d.ts +1 -0
  390. package/lib/types/index.d.ts +1 -0
  391. package/lib/types/position.d.ts +1 -0
  392. package/lib/types/size.d.ts +1 -0
  393. package/linify/index.d.ts +1 -0
  394. package/linify/src/linify.pipe.d.ts +1 -0
  395. package/markdown/index.d.ts +1 -0
  396. package/markdown/src/bold/bold.pipe.d.ts +1 -0
  397. package/markdown/src/italic/italic.pipe.d.ts +1 -0
  398. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +1 -0
  399. package/markdown/src/underline/underline.pipe.d.ts +1 -0
  400. package/navigation-lock/index.d.ts +1 -0
  401. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +1 -0
  402. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +1 -0
  403. package/navigation-lock/src/index.d.ts +1 -0
  404. package/navigation-lock/src/interface/has-navigation-lock.d.ts +1 -0
  405. package/navigation-lock/src/navigation-lock.module.d.ts +1 -0
  406. package/no-noscript/index.d.ts +1 -0
  407. package/no-noscript/src/index.d.ts +1 -0
  408. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +1 -0
  409. package/ordinal-number/index.d.ts +1 -0
  410. package/ordinal-number/src/index.d.ts +1 -0
  411. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +1 -0
  412. package/package.json +7 -1
  413. package/parallax/index.d.ts +1 -0
  414. package/parallax/src/parallax.component.d.ts +8 -0
  415. package/searchbox/src/searchbox.module.d.ts +6 -7
  416. package/slugify/index.d.ts +1 -0
  417. package/slugify/src/slugify.pipe.d.ts +1 -0
  418. package/split-string/index.d.ts +1 -0
  419. package/split-string/src/split-string.pipe.d.ts +1 -0
  420. package/splitter/src/splitter.module.d.ts +2 -3
  421. package/tab-control/src/tab-control.module.d.ts +2 -3
  422. package/trust-html/index.d.ts +1 -0
  423. package/trust-html/src/trust-html.pipe.d.ts +1 -0
  424. package/uc-first/index.d.ts +1 -0
  425. package/uc-first/src/uc-first.pipe.d.ts +1 -0
  426. package/user-agent/index.d.ts +1 -0
  427. package/user-agent/src/directive/index.d.ts +1 -0
  428. package/user-agent/src/directive/user-agent.directive.d.ts +1 -0
  429. package/user-agent/src/index.d.ts +1 -0
  430. package/user-agent/src/interfaces/index.d.ts +1 -0
  431. package/user-agent/src/interfaces/user-agent.d.ts +1 -0
  432. package/user-agent/src/types/index.d.ts +1 -0
  433. package/user-agent/src/types/operating-system.type.d.ts +1 -0
  434. package/user-agent/src/types/webbrowser.type.d.ts +1 -0
  435. package/word-count/index.d.ts +1 -0
  436. package/word-count/src/word-count.pipe.d.ts +1 -0
@@ -10,10 +10,10 @@ export class BsCarouselImageDirective {
10
10
  this.itemTemplate = this.templateRef;
11
11
  this.id = carousel.imageCounter++;
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselImageDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsCarouselComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsCarouselImageDirective, selector: "*[bsCarouselImage]", ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselImageDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsCarouselComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsCarouselImageDirective, selector: "*[bsCarouselImage]", ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselImageDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselImageDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '*[bsCarouselImage]'
@@ -6,10 +6,10 @@ export class BsCarouselImgDirective {
6
6
  constructor(image) {
7
7
  this.fetchPriority = (image && image.isFirst) ? 'high' : 'low';
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselImgDirective, deps: [{ token: i1.BsCarouselImageDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsCarouselImgDirective, selector: "img", host: { properties: { "attr.fetch-priority": "this.fetchPriority" } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselImgDirective, deps: [{ token: i1.BsCarouselImageDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsCarouselImgDirective, selector: "img", host: { properties: { "attr.fetch-priority": "this.fetchPriority" } }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselImgDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselImgDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: 'img'
@@ -1,6 +1,5 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { BsSwiperModule } from '@mintplayer/ng-swiper/swiper';
3
- import { BsLetDirective } from '@mintplayer/ng-bootstrap/let';
4
3
  import { BsNoNoscriptDirective } from '@mintplayer/ng-bootstrap/no-noscript';
5
4
  import { BsCarouselComponent } from './carousel/carousel.component';
6
5
  import { BsCarouselImageDirective } from './carousel-image/carousel-image.directive';
@@ -8,19 +7,18 @@ import { BsCarouselImgDirective } from './carousel-img/carousel-img.directive';
8
7
  import { AsyncPipe, NgTemplateOutlet } from '@angular/common';
9
8
  import * as i0 from "@angular/core";
10
9
  export class BsCarouselModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselModule, declarations: [BsCarouselComponent,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselModule, declarations: [BsCarouselComponent,
13
12
  BsCarouselImageDirective,
14
13
  BsCarouselImgDirective], imports: [AsyncPipe,
15
14
  NgTemplateOutlet,
16
- BsLetDirective,
17
15
  BsSwiperModule,
18
16
  BsNoNoscriptDirective], exports: [BsCarouselComponent,
19
17
  BsCarouselImageDirective,
20
18
  BsCarouselImgDirective] }); }
21
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselModule, imports: [BsSwiperModule] }); }
19
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselModule, imports: [BsSwiperModule] }); }
22
20
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCarouselModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCarouselModule, decorators: [{
24
22
  type: NgModule,
25
23
  args: [{
26
24
  declarations: [
@@ -31,7 +29,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
31
29
  imports: [
32
30
  AsyncPipe,
33
31
  NgTemplateOutlet,
34
- BsLetDirective,
35
32
  BsSwiperModule,
36
33
  BsNoNoscriptDirective
37
34
  ],
@@ -42,4 +39,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
42
39
  ]
43
40
  }]
44
41
  }] });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzlELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNyRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUMvRSxPQUFPLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBcUI5RCxNQUFNLE9BQU8sZ0JBQWdCOzhHQUFoQixnQkFBZ0I7K0dBQWhCLGdCQUFnQixpQkFqQnpCLG1CQUFtQjtZQUNuQix3QkFBd0I7WUFDeEIsc0JBQXNCLGFBR3RCLFNBQVM7WUFDVCxnQkFBZ0I7WUFDaEIsY0FBYztZQUNkLGNBQWM7WUFDZCxxQkFBcUIsYUFHckIsbUJBQW1CO1lBQ25CLHdCQUF3QjtZQUN4QixzQkFBc0I7K0dBR2IsZ0JBQWdCLFlBVHpCLGNBQWM7OzJGQVNMLGdCQUFnQjtrQkFuQjVCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG1CQUFtQjt3QkFDbkIsd0JBQXdCO3dCQUN4QixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxTQUFTO3dCQUNULGdCQUFnQjt3QkFDaEIsY0FBYzt3QkFDZCxjQUFjO3dCQUNkLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG1CQUFtQjt3QkFDbkIsd0JBQXdCO3dCQUN4QixzQkFBc0I7cUJBQ3ZCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJzU3dpcGVyTW9kdWxlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctc3dpcGVyL3N3aXBlcic7XG5pbXBvcnQgeyBCc0xldERpcmVjdGl2ZSB9IGZyb20gJ0BtaW50cGxheWVyL25nLWJvb3RzdHJhcC9sZXQnO1xuaW1wb3J0IHsgQnNOb05vc2NyaXB0RGlyZWN0aXZlIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYm9vdHN0cmFwL25vLW5vc2NyaXB0JztcbmltcG9ydCB7IEJzQ2Fyb3VzZWxDb21wb25lbnQgfSBmcm9tICcuL2Nhcm91c2VsL2Nhcm91c2VsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUgfSBmcm9tICcuL2Nhcm91c2VsLWltYWdlL2Nhcm91c2VsLWltYWdlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCc0Nhcm91c2VsSW1nRGlyZWN0aXZlIH0gZnJvbSAnLi9jYXJvdXNlbC1pbWcvY2Fyb3VzZWwtaW1nLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBBc3luY1BpcGUsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0Nhcm91c2VsQ29tcG9uZW50LFxuICAgIEJzQ2Fyb3VzZWxJbWFnZURpcmVjdGl2ZSxcbiAgICBCc0Nhcm91c2VsSW1nRGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQXN5bmNQaXBlLFxuICAgIE5nVGVtcGxhdGVPdXRsZXQsXG4gICAgQnNMZXREaXJlY3RpdmUsXG4gICAgQnNTd2lwZXJNb2R1bGUsXG4gICAgQnNOb05vc2NyaXB0RGlyZWN0aXZlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc0Nhcm91c2VsQ29tcG9uZW50LFxuICAgIEJzQ2Fyb3VzZWxJbWFnZURpcmVjdGl2ZSxcbiAgICBCc0Nhcm91c2VsSW1nRGlyZWN0aXZlLFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQ2Fyb3VzZWxNb2R1bGUgeyB9XG4iXX0=
42
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9jYXJvdXNlbC9zcmMvY2Fyb3VzZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzlELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFvQjlELE1BQU0sT0FBTyxnQkFBZ0I7OEdBQWhCLGdCQUFnQjsrR0FBaEIsZ0JBQWdCLGlCQWhCekIsbUJBQW1CO1lBQ25CLHdCQUF3QjtZQUN4QixzQkFBc0IsYUFHdEIsU0FBUztZQUNULGdCQUFnQjtZQUNoQixjQUFjO1lBQ2QscUJBQXFCLGFBR3JCLG1CQUFtQjtZQUNuQix3QkFBd0I7WUFDeEIsc0JBQXNCOytHQUdiLGdCQUFnQixZQVR6QixjQUFjOzsyRkFTTCxnQkFBZ0I7a0JBbEI1QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixtQkFBbUI7d0JBQ25CLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsU0FBUzt3QkFDVCxnQkFBZ0I7d0JBQ2hCLGNBQWM7d0JBQ2QscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3dCQUNuQix3QkFBd0I7d0JBQ3hCLHNCQUFzQjtxQkFDdkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNTd2lwZXJNb2R1bGUgfSBmcm9tICdAbWludHBsYXllci9uZy1zd2lwZXIvc3dpcGVyJztcbmltcG9ydCB7IEJzTm9Ob3NjcmlwdERpcmVjdGl2ZSB9IGZyb20gJ0BtaW50cGxheWVyL25nLWJvb3RzdHJhcC9uby1ub3NjcmlwdCc7XG5pbXBvcnQgeyBCc0Nhcm91c2VsQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJvdXNlbC9jYXJvdXNlbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNDYXJvdXNlbEltYWdlRGlyZWN0aXZlIH0gZnJvbSAnLi9jYXJvdXNlbC1pbWFnZS9jYXJvdXNlbC1pbWFnZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSB9IGZyb20gJy4vY2Fyb3VzZWwtaW1nL2Nhcm91c2VsLWltZy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQXN5bmNQaXBlLCBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNDYXJvdXNlbENvbXBvbmVudCxcbiAgICBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUsXG4gICAgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIEFzeW5jUGlwZSxcbiAgICBOZ1RlbXBsYXRlT3V0bGV0LFxuICAgIEJzU3dpcGVyTW9kdWxlLFxuICAgIEJzTm9Ob3NjcmlwdERpcmVjdGl2ZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNDYXJvdXNlbENvbXBvbmVudCxcbiAgICBCc0Nhcm91c2VsSW1hZ2VEaXJlY3RpdmUsXG4gICAgQnNDYXJvdXNlbEltZ0RpcmVjdGl2ZSxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc0Nhcm91c2VsTW9kdWxlIHsgfVxuIl19
@@ -9,10 +9,10 @@ export class BsCloseComponent {
9
9
  this.click.emit();
10
10
  ev.stopImmediatePropagation();
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsCloseComponent, isStandalone: true, selector: "bs-close", outputs: { click: "click" }, ngImport: i0, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{filter:var(--bs-btn-close-white-filter)}:host ::ng-deep [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}\n"] }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsCloseComponent, isStandalone: true, selector: "bs-close", outputs: { click: "click" }, ngImport: i0, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{filter:var(--bs-btn-close-white-filter)}:host ::ng-deep [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}\n"] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCloseComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCloseComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'bs-close', standalone: true, template: "<button type=\"button\" (click)=\"onClose($event)\" class=\"btn-close\" aria-label=\"Close\"></button>", styles: [":host ::ng-deep .btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}:host ::ng-deep .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}:host ::ng-deep .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}:host ::ng-deep .btn-close:disabled,:host ::ng-deep .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}:host ::ng-deep .btn-close-white{filter:var(--bs-btn-close-white-filter)}:host ::ng-deep [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}\n"] }]
18
18
  }], ctorParameters: () => [], propDecorators: { click: [{
@@ -26,10 +26,10 @@ export class BsCodeSnippetComponent {
26
26
  onHighlighted(result) {
27
27
  this.language$.next(result.language ?? 'code');
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCodeSnippetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsCodeSnippetComponent, isStandalone: true, selector: "bs-code-snippet", inputs: { codeToCopy: "codeToCopy", languages: "languages", lineNumbers: "lineNumbers" }, outputs: { detectedLanguage: "detectedLanguage" }, viewQueries: [{ propertyName: "copiedTemplate", first: true, predicate: ["copiedTemplate"], descendants: true }], ngImport: i0, template: "<div class=\"position-relative\">\n <button #copyBtn [bsCopy]=\"codeToCopy\" (bsCopied)=\"copiedHtml()\" class=\"btn btn-link rounded-0 text-light position-absolute copy-btn\">\n Copy {{ language$ | async }}\n </button>\n <pre class=\"white-space-normal\">\n <code class=\"d-block white-space-pre\" [highlight]=\"codeToCopy\" [lineNumbers]=\"lineNumbers\" [languages]=\"languages ?? undefined!\" (highlighted)=\"onHighlighted($event)\"></code>\n </pre>\n <bs-offcanvas [(isVisible)]=\"offcanvasVisible\" [position]=\"'bottom'\">\n <div *bsOffcanvasContent class=\"p-3 bg-dark text-light\">Copied!</div>\n </bs-offcanvas>\n</div>", styles: [".copy-btn{right:0}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "directive", type: BsCopyDirective, selector: "[bsCopy]", inputs: ["bsCopy"], outputs: ["bsCopied"] }, { kind: "ngmodule", type: BsOffcanvasModule }, { kind: "directive", type: i1.BsOffcanvasContentDirective, selector: "[bsOffcanvasContent]" }, { kind: "component", type: i1.BsOffcanvasHostComponent, selector: "bs-offcanvas", inputs: ["isVisible", "position", "size", "hasBackdrop"], outputs: ["backdropClick", "isVisibleChange"] }, { kind: "ngmodule", type: HighlightModule }, { kind: "directive", type: i2.Highlight, selector: "[highlight]", inputs: ["highlight", "languages", "lineNumbers"], outputs: ["highlighted"] }] }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCodeSnippetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsCodeSnippetComponent, isStandalone: true, selector: "bs-code-snippet", inputs: { codeToCopy: "codeToCopy", languages: "languages", lineNumbers: "lineNumbers" }, outputs: { detectedLanguage: "detectedLanguage" }, viewQueries: [{ propertyName: "copiedTemplate", first: true, predicate: ["copiedTemplate"], descendants: true }], ngImport: i0, template: "<div class=\"position-relative\">\n <button #copyBtn [bsCopy]=\"codeToCopy\" (bsCopied)=\"copiedHtml()\" class=\"btn btn-link rounded-0 text-light position-absolute copy-btn\">\n Copy {{ language$ | async }}\n </button>\n <pre class=\"white-space-normal\">\n <code class=\"d-block white-space-pre\" [highlight]=\"codeToCopy\" [lineNumbers]=\"lineNumbers\" [languages]=\"languages ?? undefined!\" (highlighted)=\"onHighlighted($event)\"></code>\n </pre>\n <bs-offcanvas [(isVisible)]=\"offcanvasVisible\" [position]=\"'bottom'\">\n <div *bsOffcanvasContent class=\"p-3 bg-dark text-light\">Copied!</div>\n </bs-offcanvas>\n</div>", styles: [".copy-btn{right:0}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "directive", type: BsCopyDirective, selector: "[bsCopy]", inputs: ["bsCopy"], outputs: ["bsCopied"] }, { kind: "ngmodule", type: BsOffcanvasModule }, { kind: "directive", type: i1.BsOffcanvasContentDirective, selector: "[bsOffcanvasContent]" }, { kind: "component", type: i1.BsOffcanvasHostComponent, selector: "bs-offcanvas", inputs: ["isVisible", "position", "size", "hasBackdrop"], outputs: ["backdropClick", "isVisibleChange"] }, { kind: "ngmodule", type: HighlightModule }, { kind: "directive", type: i2.Highlight, selector: "[highlight]", inputs: ["highlight", "languages", "lineNumbers"], outputs: ["highlighted"] }] }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCodeSnippetComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCodeSnippetComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: 'bs-code-snippet', standalone: true, imports: [AsyncPipe, BsCopyDirective, BsOffcanvasModule, HighlightModule], template: "<div class=\"position-relative\">\n <button #copyBtn [bsCopy]=\"codeToCopy\" (bsCopied)=\"copiedHtml()\" class=\"btn btn-link rounded-0 text-light position-absolute copy-btn\">\n Copy {{ language$ | async }}\n </button>\n <pre class=\"white-space-normal\">\n <code class=\"d-block white-space-pre\" [highlight]=\"codeToCopy\" [lineNumbers]=\"lineNumbers\" [languages]=\"languages ?? undefined!\" (highlighted)=\"onHighlighted($event)\"></code>\n </pre>\n <bs-offcanvas [(isVisible)]=\"offcanvasVisible\" [position]=\"'bottom'\">\n <div *bsOffcanvasContent class=\"p-3 bg-dark text-light\">Copied!</div>\n </bs-offcanvas>\n</div>", styles: [".copy-btn{right:0}\n"] }]
35
35
  }], ctorParameters: () => [], propDecorators: { codeToCopy: [{
@@ -1,7 +1,6 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { AsyncPipe } from '@angular/common';
3
3
  import { FormsModule } from '@angular/forms';
4
- import { BsLetDirective } from '@mintplayer/ng-bootstrap/let';
5
4
  import { BsColorPickerValueAccessor } from './directives/color-picker-value-accessor/color-picker-value-accessor.directive';
6
5
  import { BsColorPickerComponent } from './components/color-picker/color-picker.component';
7
6
  import { BsColorWheelComponent } from './components/color-wheel/color-wheel.component';
@@ -10,8 +9,8 @@ import { BsSliderComponent, BsThumbDirective, BsTrackDirective } from './compone
10
9
  import { BsAlphaStripComponent } from './components/alpha-strip/alpha-strip.component';
11
10
  import * as i0 from "@angular/core";
12
11
  export class BsColorPickerModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerModule, declarations: [BsColorPickerComponent,
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerModule, declarations: [BsColorPickerComponent,
15
14
  BsColorPickerValueAccessor,
16
15
  BsColorWheelComponent,
17
16
  BsLuminosityStripComponent,
@@ -19,8 +18,7 @@ export class BsColorPickerModule {
19
18
  BsThumbDirective,
20
19
  BsTrackDirective,
21
20
  BsAlphaStripComponent], imports: [AsyncPipe,
22
- FormsModule,
23
- BsLetDirective], exports: [BsColorPickerComponent,
21
+ FormsModule], exports: [BsColorPickerComponent,
24
22
  BsColorPickerValueAccessor,
25
23
  BsColorWheelComponent,
26
24
  BsLuminosityStripComponent,
@@ -28,9 +26,9 @@ export class BsColorPickerModule {
28
26
  BsThumbDirective,
29
27
  BsTrackDirective,
30
28
  BsAlphaStripComponent] }); }
31
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerModule, imports: [FormsModule] }); }
29
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerModule, imports: [FormsModule] }); }
32
30
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerModule, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerModule, decorators: [{
34
32
  type: NgModule,
35
33
  args: [{
36
34
  declarations: [
@@ -46,7 +44,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
46
44
  imports: [
47
45
  AsyncPipe,
48
46
  FormsModule,
49
- BsLetDirective
50
47
  ],
51
48
  exports: [
52
49
  BsColorPickerComponent,
@@ -60,4 +57,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
60
57
  ]
61
58
  }]
62
59
  }] });
63
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItcGlja2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvY29sb3ItcGlja2VyL2NvbG9yLXBpY2tlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDNUMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxnRkFBZ0YsQ0FBQztBQUM1SCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUN2RixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQzs7QUE2QnZGLE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQXpCNUIsc0JBQXNCO1lBQ3RCLDBCQUEwQjtZQUMxQixxQkFBcUI7WUFDckIsMEJBQTBCO1lBQzFCLGlCQUFpQjtZQUNqQixnQkFBZ0I7WUFDaEIsZ0JBQWdCO1lBQ2hCLHFCQUFxQixhQUdyQixTQUFTO1lBQ1QsV0FBVztZQUNYLGNBQWMsYUFHZCxzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLHFCQUFxQjtZQUNyQiwwQkFBMEI7WUFDMUIsaUJBQWlCO1lBQ2pCLGdCQUFnQjtZQUNoQixnQkFBZ0I7WUFDaEIscUJBQXFCOytHQUdaLG1CQUFtQixZQWQ1QixXQUFXOzsyRkFjRixtQkFBbUI7a0JBM0IvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIscUJBQXFCO3dCQUNyQiwwQkFBMEI7d0JBQzFCLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3dCQUNoQixnQkFBZ0I7d0JBQ2hCLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFNBQVM7d0JBQ1QsV0FBVzt3QkFDWCxjQUFjO3FCQUNmO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIscUJBQXFCO3dCQUNyQiwwQkFBMEI7d0JBQzFCLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3dCQUNoQixnQkFBZ0I7d0JBQ2hCLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQXN5bmNQaXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQnNMZXREaXJlY3RpdmUgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAvbGV0JztcbmltcG9ydCB7IEJzQ29sb3JQaWNrZXJWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi9kaXJlY3RpdmVzL2NvbG9yLXBpY2tlci12YWx1ZS1hY2Nlc3Nvci9jb2xvci1waWNrZXItdmFsdWUtYWNjZXNzb3IuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzQ29sb3JQaWNrZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29sb3ItcGlja2VyL2NvbG9yLXBpY2tlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNDb2xvcldoZWVsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NvbG9yLXdoZWVsL2NvbG9yLXdoZWVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0x1bWlub3NpdHlTdHJpcENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9sdW1pbm9zaXR5LXN0cmlwL2x1bWlub3NpdHktc3RyaXAuY29tcG9uZW50JztcbmltcG9ydCB7IEJzU2xpZGVyQ29tcG9uZW50LCBCc1RodW1iRGlyZWN0aXZlLCBCc1RyYWNrRGlyZWN0aXZlIH0gZnJvbSAnLi9jb21wb25lbnRzL3NsaWRlci9zbGlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJzQWxwaGFTdHJpcENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hbHBoYS1zdHJpcC9hbHBoYS1zdHJpcC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0NvbG9yUGlja2VyQ29tcG9uZW50LFxuICAgIEJzQ29sb3JQaWNrZXJWYWx1ZUFjY2Vzc29yLFxuICAgIEJzQ29sb3JXaGVlbENvbXBvbmVudCxcbiAgICBCc0x1bWlub3NpdHlTdHJpcENvbXBvbmVudCxcbiAgICBCc1NsaWRlckNvbXBvbmVudCxcbiAgICBCc1RodW1iRGlyZWN0aXZlLFxuICAgIEJzVHJhY2tEaXJlY3RpdmUsXG4gICAgQnNBbHBoYVN0cmlwQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBBc3luY1BpcGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgQnNMZXREaXJlY3RpdmVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJzQ29sb3JQaWNrZXJDb21wb25lbnQsXG4gICAgQnNDb2xvclBpY2tlclZhbHVlQWNjZXNzb3IsXG4gICAgQnNDb2xvcldoZWVsQ29tcG9uZW50LFxuICAgIEJzTHVtaW5vc2l0eVN0cmlwQ29tcG9uZW50LFxuICAgIEJzU2xpZGVyQ29tcG9uZW50LFxuICAgIEJzVGh1bWJEaXJlY3RpdmUsXG4gICAgQnNUcmFja0RpcmVjdGl2ZSxcbiAgICBCc0FscGhhU3RyaXBDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc0NvbG9yUGlja2VyTW9kdWxlIHsgfVxuIl19
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItcGlja2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvY29sb3ItcGlja2VyL2NvbG9yLXBpY2tlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDNUMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGdGQUFnRixDQUFDO0FBQzVILE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDBEQUEwRCxDQUFDO0FBQ3RHLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxnQkFBZ0IsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdHLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDOztBQTRCdkYsTUFBTSxPQUFPLG1CQUFtQjs4R0FBbkIsbUJBQW1COytHQUFuQixtQkFBbUIsaUJBeEI1QixzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLHFCQUFxQjtZQUNyQiwwQkFBMEI7WUFDMUIsaUJBQWlCO1lBQ2pCLGdCQUFnQjtZQUNoQixnQkFBZ0I7WUFDaEIscUJBQXFCLGFBR3JCLFNBQVM7WUFDVCxXQUFXLGFBR1gsc0JBQXNCO1lBQ3RCLDBCQUEwQjtZQUMxQixxQkFBcUI7WUFDckIsMEJBQTBCO1lBQzFCLGlCQUFpQjtZQUNqQixnQkFBZ0I7WUFDaEIsZ0JBQWdCO1lBQ2hCLHFCQUFxQjsrR0FHWixtQkFBbUIsWUFiNUIsV0FBVzs7MkZBYUYsbUJBQW1CO2tCQTFCL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3dCQUN0QiwwQkFBMEI7d0JBQzFCLHFCQUFxQjt3QkFDckIsMEJBQTBCO3dCQUMxQixpQkFBaUI7d0JBQ2pCLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxTQUFTO3dCQUNULFdBQVc7cUJBQ1o7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3dCQUMxQixxQkFBcUI7d0JBQ3JCLDBCQUEwQjt3QkFDMUIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBc3luY1BpcGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBCc0NvbG9yUGlja2VyVmFsdWVBY2Nlc3NvciB9IGZyb20gJy4vZGlyZWN0aXZlcy9jb2xvci1waWNrZXItdmFsdWUtYWNjZXNzb3IvY29sb3ItcGlja2VyLXZhbHVlLWFjY2Vzc29yLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCc0NvbG9yUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NvbG9yLXBpY2tlci9jb2xvci1waWNrZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJzQ29sb3JXaGVlbENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jb2xvci13aGVlbC9jb2xvci13aGVlbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNMdW1pbm9zaXR5U3RyaXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbHVtaW5vc2l0eS1zdHJpcC9sdW1pbm9zaXR5LXN0cmlwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc1NsaWRlckNvbXBvbmVudCwgQnNUaHVtYkRpcmVjdGl2ZSwgQnNUcmFja0RpcmVjdGl2ZSB9IGZyb20gJy4vY29tcG9uZW50cy9zbGlkZXIvc2xpZGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0FscGhhU3RyaXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvYWxwaGEtc3RyaXAvYWxwaGEtc3RyaXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNDb2xvclBpY2tlckNvbXBvbmVudCxcbiAgICBCc0NvbG9yUGlja2VyVmFsdWVBY2Nlc3NvcixcbiAgICBCc0NvbG9yV2hlZWxDb21wb25lbnQsXG4gICAgQnNMdW1pbm9zaXR5U3RyaXBDb21wb25lbnQsXG4gICAgQnNTbGlkZXJDb21wb25lbnQsXG4gICAgQnNUaHVtYkRpcmVjdGl2ZSxcbiAgICBCc1RyYWNrRGlyZWN0aXZlLFxuICAgIEJzQWxwaGFTdHJpcENvbXBvbmVudFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQXN5bmNQaXBlLFxuICAgIEZvcm1zTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQnNDb2xvclBpY2tlckNvbXBvbmVudCxcbiAgICBCc0NvbG9yUGlja2VyVmFsdWVBY2Nlc3NvcixcbiAgICBCc0NvbG9yV2hlZWxDb21wb25lbnQsXG4gICAgQnNMdW1pbm9zaXR5U3RyaXBDb21wb25lbnQsXG4gICAgQnNTbGlkZXJDb21wb25lbnQsXG4gICAgQnNUaHVtYkRpcmVjdGl2ZSxcbiAgICBCc1RyYWNrRGlyZWN0aXZlLFxuICAgIEJzQWxwaGFTdHJpcENvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzQ29sb3JQaWNrZXJNb2R1bGUgeyB9XG4iXX0=
@@ -59,10 +59,10 @@ export class BsAlphaStripComponent {
59
59
  ngAfterViewInit() {
60
60
  this.canvasContext = this.canvas.nativeElement.getContext('2d', { willReadFrequently: true });
61
61
  }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsAlphaStripComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsAlphaStripComponent, selector: "bs-alpha-strip", inputs: { hs: "hs", luminosity: "luminosity", alpha: "alpha" }, outputs: { alphaChange: "alphaChange" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["track"], descendants: true }], ngImport: i0, template: "<bs-slider [value]=\"(alpha$ | async)!\" (valueChange)=\"alphaChange.emit($event)\">\n <canvas bsTrack class=\" track position-absolute w-100\" #track></canvas>\n\n <!-- [style.background]=\"resultBackground$ | async\" -->\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>", styles: [".track{background-image:linear-gradient(45deg,#C0C0C0 25%,transparent 25%),linear-gradient(-45deg,#C0C0C0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#C0C0C0 75%),linear-gradient(-45deg,transparent 75%,#C0C0C0 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px}\n"], dependencies: [{ kind: "component", type: i1.BsSliderComponent, selector: "bs-slider", inputs: ["value"], outputs: ["valueChange"] }, { kind: "directive", type: i1.BsThumbDirective, selector: "[bsThumb]" }, { kind: "directive", type: i1.BsTrackDirective, selector: "[bsTrack]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsAlphaStripComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsAlphaStripComponent, selector: "bs-alpha-strip", inputs: { hs: "hs", luminosity: "luminosity", alpha: "alpha" }, outputs: { alphaChange: "alphaChange" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["track"], descendants: true }], ngImport: i0, template: "<bs-slider [value]=\"(alpha$ | async)!\" (valueChange)=\"alphaChange.emit($event)\">\n <canvas bsTrack class=\" track position-absolute w-100\" #track></canvas>\n\n <!-- [style.background]=\"resultBackground$ | async\" -->\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>", styles: [".track{background-image:linear-gradient(45deg,#C0C0C0 25%,transparent 25%),linear-gradient(-45deg,#C0C0C0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#C0C0C0 75%),linear-gradient(-45deg,transparent 75%,#C0C0C0 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px}\n"], dependencies: [{ kind: "component", type: i1.BsSliderComponent, selector: "bs-slider", inputs: ["value"], outputs: ["valueChange"] }, { kind: "directive", type: i1.BsThumbDirective, selector: "[bsThumb]" }, { kind: "directive", type: i1.BsTrackDirective, selector: "[bsTrack]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsAlphaStripComponent, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsAlphaStripComponent, decorators: [{
66
66
  type: Component,
67
67
  args: [{ selector: 'bs-alpha-strip', template: "<bs-slider [value]=\"(alpha$ | async)!\" (valueChange)=\"alphaChange.emit($event)\">\n <canvas bsTrack class=\" track position-absolute w-100\" #track></canvas>\n\n <!-- [style.background]=\"resultBackground$ | async\" -->\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>", styles: [".track{background-image:linear-gradient(45deg,#C0C0C0 25%,transparent 25%),linear-gradient(-45deg,#C0C0C0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#C0C0C0 75%),linear-gradient(-45deg,transparent 75%,#C0C0C0 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px}\n"] }]
68
68
  }], ctorParameters: () => [], propDecorators: { hs: [{
@@ -3,11 +3,10 @@ import { BehaviorSubject } from "rxjs";
3
3
  import { BsColorWheelComponent } from "../color-wheel/color-wheel.component";
4
4
  import { takeUntilDestroyed } from "@angular/core/rxjs-interop";
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "@mintplayer/ng-bootstrap/let";
7
- import * as i2 from "../color-wheel/color-wheel.component";
8
- import * as i3 from "../luminosity-strip/luminosity-strip.component";
9
- import * as i4 from "../alpha-strip/alpha-strip.component";
10
- import * as i5 from "@angular/common";
6
+ import * as i1 from "../color-wheel/color-wheel.component";
7
+ import * as i2 from "../luminosity-strip/luminosity-strip.component";
8
+ import * as i3 from "../alpha-strip/alpha-strip.component";
9
+ import * as i4 from "@angular/common";
11
10
  export class BsColorPickerComponent {
12
11
  constructor() {
13
12
  this.size$ = new BehaviorSubject(150);
@@ -33,12 +32,12 @@ export class BsColorPickerComponent {
33
32
  set alpha(value) {
34
33
  this.alpha$.next(value);
35
34
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: BsColorPickerComponent, selector: "bs-color-picker", inputs: { size: "size", allowAlpha: "allowAlpha", alpha: "alpha" }, outputs: { alphaChange: "alphaChange" }, viewQueries: [{ propertyName: "colorWheel", first: true, predicate: ["wheel"], descendants: true }], ngImport: i0, template: "<ng-container *bsLet=\"(disabled$ | async)!; let letDisabled\">\n <ng-container *bsLet=\"(hs$ | async)!; let letHS\">\n <ng-container *bsLet=\"(luminosity$ | async)!; let letLuminosity\">\n <ng-container *bsLet=\"(alpha$ | async)!; let letAlpha\">\n <bs-color-wheel [hs]=\"letHS\" (hsChange)=\"hs$.next($event)\" [luminosity]=\"letLuminosity\" [width]=\"(size$ | async) ?? 150\" [height]=\"(size$ | async) ?? 150\" #wheel></bs-color-wheel>\n <bs-luminosity-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" (luminosityChange)=\"luminosity$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #strip></bs-luminosity-strip>\n @if (allowAlpha$ | async) {\n <bs-alpha-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" [alpha]=\"letAlpha\" (alphaChange)=\"alpha$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #alpha></bs-alpha-strip>\n }\n </ng-container>\n </ng-container>\n </ng-container>\n</ng-container>", styles: [""], dependencies: [{ kind: "directive", type: i1.BsLetDirective, selector: "[bsLet]", inputs: ["bsLet"] }, { kind: "component", type: i2.BsColorWheelComponent, selector: "bs-color-wheel", inputs: ["diameterRatio", "width", "height", "hs", "luminosity"], outputs: ["hsChange"] }, { kind: "component", type: i3.BsLuminosityStripComponent, selector: "bs-luminosity-strip", inputs: ["hs", "luminosity"], outputs: ["luminosityChange"] }, { kind: "component", type: i4.BsAlphaStripComponent, selector: "bs-alpha-strip", inputs: ["hs", "luminosity", "alpha"], outputs: ["alphaChange"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }] }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: BsColorPickerComponent, selector: "bs-color-picker", inputs: { size: "size", allowAlpha: "allowAlpha", alpha: "alpha" }, outputs: { alphaChange: "alphaChange" }, viewQueries: [{ propertyName: "colorWheel", first: true, predicate: ["wheel"], descendants: true }], ngImport: i0, template: "@let letDisabled = (disabled$ | async)!;\n@let letHS = (hs$ | async)!;\n@let letLuminosity = (luminosity$ | async)!;\n@let letAlpha = (alpha$ | async)!;\n\n<bs-color-wheel [hs]=\"letHS\" (hsChange)=\"hs$.next($event)\" [luminosity]=\"letLuminosity\" [width]=\"(size$ | async) ?? 150\" [height]=\"(size$ | async) ?? 150\" #wheel></bs-color-wheel>\n<bs-luminosity-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" (luminosityChange)=\"luminosity$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #strip></bs-luminosity-strip>\n@if (allowAlpha$ | async) {\n <bs-alpha-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" [alpha]=\"letAlpha\" (alphaChange)=\"alpha$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #alpha></bs-alpha-strip>\n}", styles: [""], dependencies: [{ kind: "component", type: i1.BsColorWheelComponent, selector: "bs-color-wheel", inputs: ["diameterRatio", "width", "height", "hs", "luminosity"], outputs: ["hsChange"] }, { kind: "component", type: i2.BsLuminosityStripComponent, selector: "bs-luminosity-strip", inputs: ["hs", "luminosity"], outputs: ["luminosityChange"] }, { kind: "component", type: i3.BsAlphaStripComponent, selector: "bs-alpha-strip", inputs: ["hs", "luminosity", "alpha"], outputs: ["alphaChange"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }] }); }
38
37
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerComponent, decorators: [{
40
39
  type: Component,
41
- args: [{ selector: 'bs-color-picker', template: "<ng-container *bsLet=\"(disabled$ | async)!; let letDisabled\">\n <ng-container *bsLet=\"(hs$ | async)!; let letHS\">\n <ng-container *bsLet=\"(luminosity$ | async)!; let letLuminosity\">\n <ng-container *bsLet=\"(alpha$ | async)!; let letAlpha\">\n <bs-color-wheel [hs]=\"letHS\" (hsChange)=\"hs$.next($event)\" [luminosity]=\"letLuminosity\" [width]=\"(size$ | async) ?? 150\" [height]=\"(size$ | async) ?? 150\" #wheel></bs-color-wheel>\n <bs-luminosity-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" (luminosityChange)=\"luminosity$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #strip></bs-luminosity-strip>\n @if (allowAlpha$ | async) {\n <bs-alpha-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" [alpha]=\"letAlpha\" (alphaChange)=\"alpha$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #alpha></bs-alpha-strip>\n }\n </ng-container>\n </ng-container>\n </ng-container>\n</ng-container>" }]
40
+ args: [{ selector: 'bs-color-picker', template: "@let letDisabled = (disabled$ | async)!;\n@let letHS = (hs$ | async)!;\n@let letLuminosity = (luminosity$ | async)!;\n@let letAlpha = (alpha$ | async)!;\n\n<bs-color-wheel [hs]=\"letHS\" (hsChange)=\"hs$.next($event)\" [luminosity]=\"letLuminosity\" [width]=\"(size$ | async) ?? 150\" [height]=\"(size$ | async) ?? 150\" #wheel></bs-color-wheel>\n<bs-luminosity-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" (luminosityChange)=\"luminosity$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #strip></bs-luminosity-strip>\n@if (allowAlpha$ | async) {\n <bs-alpha-strip [hs]=\"letHS\" [luminosity]=\"letLuminosity\" [alpha]=\"letAlpha\" (alphaChange)=\"alpha$.next($event)\" class=\"d-block mt-2\" [style.width.px]=\"size$ | async\" #alpha></bs-alpha-strip>\n}" }]
42
41
  }], ctorParameters: () => [], propDecorators: { colorWheel: [{
43
42
  type: ViewChild,
44
43
  args: ['wheel']
@@ -51,4 +50,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
51
50
  }], alpha: [{
52
51
  type: Input
53
52
  }] } });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvY29sb3ItcGlja2VyL2NvbXBvbmVudHMvY29sb3ItcGlja2VyL2NvbG9yLXBpY2tlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2NvbG9yLXBpY2tlci9jb21wb25lbnRzL2NvbG9yLXBpY2tlci9jb2xvci1waWNrZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUV2QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7OztBQU9oRSxNQUFNLE9BQU8sc0JBQXNCO0lBRWpDO1FBYUEsVUFBSyxHQUFHLElBQUksZUFBZSxDQUFTLEdBQUcsQ0FBQyxDQUFDO1FBQ3pDLGNBQVMsR0FBRyxJQUFJLGVBQWUsQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUNoRCxnQkFBVyxHQUFHLElBQUksZUFBZSxDQUFVLElBQUksQ0FBQyxDQUFDO1FBRWpELFFBQUcsR0FBRyxJQUFJLGVBQWUsQ0FBSyxFQUFFLEdBQUcsRUFBRSxDQUFDLEVBQUUsVUFBVSxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDekQsZ0JBQVcsR0FBRyxJQUFJLGVBQWUsQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUU3QyxlQUFlO1FBQ2YsV0FBTSxHQUFHLElBQUksZUFBZSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQzlCLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQXJCakQsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQzthQUNuQyxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUdELElBQWEsSUFBSSxDQUFDLEtBQWE7UUFDN0IsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUNELElBQWEsVUFBVSxDQUFDLEtBQWM7UUFDcEMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQVlELElBQUksS0FBSztRQUNQLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUM7SUFDM0IsQ0FBQztJQUNELElBQWEsS0FBSyxDQUFDLEtBQWE7UUFDOUIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDMUIsQ0FBQzs4R0E5QlUsc0JBQXNCO2tHQUF0QixzQkFBc0IseVFDWG5DLHNqQ0FZZTs7MkZEREYsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjt3REFXUCxVQUFVO3NCQUE3QixTQUFTO3VCQUFDLE9BQU87Z0JBQ0wsSUFBSTtzQkFBaEIsS0FBSztnQkFHTyxVQUFVO3NCQUF0QixLQUFLO2dCQWFJLFdBQVc7c0JBQXBCLE1BQU07Z0JBSU0sS0FBSztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdDaGlsZCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7IEhTIH0gZnJvbSBcIi4uLy4uL2ludGVyZmFjZXMvaHNcIjtcbmltcG9ydCB7IEJzQ29sb3JXaGVlbENvbXBvbmVudCB9IGZyb20gXCIuLi9jb2xvci13aGVlbC9jb2xvci13aGVlbC5jb21wb25lbnRcIjtcbmltcG9ydCB7IHRha2VVbnRpbERlc3Ryb3llZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcFwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1jb2xvci1waWNrZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vY29sb3ItcGlja2VyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY29sb3ItcGlja2VyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNDb2xvclBpY2tlckNvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5hbHBoYSQucGlwZSh0YWtlVW50aWxEZXN0cm95ZWQoKSlcbiAgICAgIC5zdWJzY3JpYmUoKGFscGhhKSA9PiB0aGlzLmFscGhhQ2hhbmdlLmVtaXQoYWxwaGEpKTtcbiAgfVxuXG4gIEBWaWV3Q2hpbGQoJ3doZWVsJykgY29sb3JXaGVlbCE6IEJzQ29sb3JXaGVlbENvbXBvbmVudDtcbiAgQElucHV0KCkgc2V0IHNpemUodmFsdWU6IG51bWJlcikge1xuICAgIHRoaXMuc2l6ZSQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgQElucHV0KCkgc2V0IGFsbG93QWxwaGEodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLmFsbG93QWxwaGEkLm5leHQodmFsdWUpO1xuICB9XG4gIFxuICBzaXplJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8bnVtYmVyPigxNTApO1xuICBkaXNhYmxlZCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KGZhbHNlKTtcbiAgYWxsb3dBbHBoYSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KHRydWUpO1xuXG4gIGhzJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8SFM+KHsgaHVlOiAwLCBzYXR1cmF0aW9uOiAwIH0pO1xuICBsdW1pbm9zaXR5JCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8bnVtYmVyPigwKTtcblxuICAvLyNyZWdpb24gQWxwaGFcbiAgYWxwaGEkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KDEpO1xuICBAT3V0cHV0KCkgYWxwaGFDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcbiAgZ2V0IGFscGhhKCkge1xuICAgIHJldHVybiB0aGlzLmFscGhhJC52YWx1ZTtcbiAgfVxuICBASW5wdXQoKSBzZXQgYWxwaGEodmFsdWU6IG51bWJlcikge1xuICAgIHRoaXMuYWxwaGEkLm5leHQodmFsdWUpO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxufVxuIiwiPG5nLWNvbnRhaW5lciAqYnNMZXQ9XCIoZGlzYWJsZWQkIHwgYXN5bmMpITsgbGV0IGxldERpc2FibGVkXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqYnNMZXQ9XCIoaHMkIHwgYXN5bmMpITsgbGV0IGxldEhTXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKmJzTGV0PVwiKGx1bWlub3NpdHkkIHwgYXN5bmMpITsgbGV0IGxldEx1bWlub3NpdHlcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKmJzTGV0PVwiKGFscGhhJCB8IGFzeW5jKSE7IGxldCBsZXRBbHBoYVwiPlxuICAgICAgICAgICAgICAgIDxicy1jb2xvci13aGVlbCBbaHNdPVwibGV0SFNcIiAoaHNDaGFuZ2UpPVwiaHMkLm5leHQoJGV2ZW50KVwiIFtsdW1pbm9zaXR5XT1cImxldEx1bWlub3NpdHlcIiBbd2lkdGhdPVwiKHNpemUkIHwgYXN5bmMpID8/IDE1MFwiIFtoZWlnaHRdPVwiKHNpemUkIHwgYXN5bmMpID8/IDE1MFwiICN3aGVlbD48L2JzLWNvbG9yLXdoZWVsPlxuICAgICAgICAgICAgICAgIDxicy1sdW1pbm9zaXR5LXN0cmlwIFtoc109XCJsZXRIU1wiIFtsdW1pbm9zaXR5XT1cImxldEx1bWlub3NpdHlcIiAobHVtaW5vc2l0eUNoYW5nZSk9XCJsdW1pbm9zaXR5JC5uZXh0KCRldmVudClcIiBjbGFzcz1cImQtYmxvY2sgbXQtMlwiIFtzdHlsZS53aWR0aC5weF09XCJzaXplJCB8IGFzeW5jXCIgI3N0cmlwPjwvYnMtbHVtaW5vc2l0eS1zdHJpcD5cbiAgICAgICAgICAgICAgICBAaWYgKGFsbG93QWxwaGEkIHwgYXN5bmMpIHtcbiAgICAgICAgICAgICAgICAgICAgPGJzLWFscGhhLXN0cmlwIFtoc109XCJsZXRIU1wiIFtsdW1pbm9zaXR5XT1cImxldEx1bWlub3NpdHlcIiBbYWxwaGFdPVwibGV0QWxwaGFcIiAoYWxwaGFDaGFuZ2UpPVwiYWxwaGEkLm5leHQoJGV2ZW50KVwiIGNsYXNzPVwiZC1ibG9jayBtdC0yXCIgW3N0eWxlLndpZHRoLnB4XT1cInNpemUkIHwgYXN5bmNcIiAjYWxwaGE+PC9icy1hbHBoYS1zdHJpcD5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj4iXX0=
53
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvY29sb3ItcGlja2VyL2NvbXBvbmVudHMvY29sb3ItcGlja2VyL2NvbG9yLXBpY2tlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2NvbG9yLXBpY2tlci9jb21wb25lbnRzL2NvbG9yLXBpY2tlci9jb2xvci1waWNrZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUV2QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7O0FBT2hFLE1BQU0sT0FBTyxzQkFBc0I7SUFFakM7UUFhQSxVQUFLLEdBQUcsSUFBSSxlQUFlLENBQVMsR0FBRyxDQUFDLENBQUM7UUFDekMsY0FBUyxHQUFHLElBQUksZUFBZSxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ2hELGdCQUFXLEdBQUcsSUFBSSxlQUFlLENBQVUsSUFBSSxDQUFDLENBQUM7UUFFakQsUUFBRyxHQUFHLElBQUksZUFBZSxDQUFLLEVBQUUsR0FBRyxFQUFFLENBQUMsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN6RCxnQkFBVyxHQUFHLElBQUksZUFBZSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBRTdDLGVBQWU7UUFDZixXQUFNLEdBQUcsSUFBSSxlQUFlLENBQVMsQ0FBQyxDQUFDLENBQUM7UUFDOUIsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBckJqRCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO2FBQ25DLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBR0QsSUFBYSxJQUFJLENBQUMsS0FBYTtRQUM3QixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBQ0QsSUFBYSxVQUFVLENBQUMsS0FBYztRQUNwQyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMvQixDQUFDO0lBWUQsSUFBSSxLQUFLO1FBQ1AsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQztJQUMzQixDQUFDO0lBQ0QsSUFBYSxLQUFLLENBQUMsS0FBYTtRQUM5QixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMxQixDQUFDOzhHQTlCVSxzQkFBc0I7a0dBQXRCLHNCQUFzQix5UUNYbkMsd3hCQVNDOzsyRkRFWSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UsaUJBQWlCO3dEQVdQLFVBQVU7c0JBQTdCLFNBQVM7dUJBQUMsT0FBTztnQkFDTCxJQUFJO3NCQUFoQixLQUFLO2dCQUdPLFVBQVU7c0JBQXRCLEtBQUs7Z0JBYUksV0FBVztzQkFBcEIsTUFBTTtnQkFJTSxLQUFLO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0NoaWxkLCBFdmVudEVtaXR0ZXIsIE91dHB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tIFwicnhqc1wiO1xuaW1wb3J0IHsgSFMgfSBmcm9tIFwiLi4vLi4vaW50ZXJmYWNlcy9oc1wiO1xuaW1wb3J0IHsgQnNDb2xvcldoZWVsQ29tcG9uZW50IH0gZnJvbSBcIi4uL2NvbG9yLXdoZWVsL2NvbG9yLXdoZWVsLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgdGFrZVVudGlsRGVzdHJveWVkIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmUvcnhqcy1pbnRlcm9wXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWNvbG9yLXBpY2tlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jb2xvci1waWNrZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jb2xvci1waWNrZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCc0NvbG9yUGlja2VyQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmFscGhhJC5waXBlKHRha2VVbnRpbERlc3Ryb3llZCgpKVxuICAgICAgLnN1YnNjcmliZSgoYWxwaGEpID0+IHRoaXMuYWxwaGFDaGFuZ2UuZW1pdChhbHBoYSkpO1xuICB9XG5cbiAgQFZpZXdDaGlsZCgnd2hlZWwnKSBjb2xvcldoZWVsITogQnNDb2xvcldoZWVsQ29tcG9uZW50O1xuICBASW5wdXQoKSBzZXQgc2l6ZSh2YWx1ZTogbnVtYmVyKSB7XG4gICAgdGhpcy5zaXplJC5uZXh0KHZhbHVlKTtcbiAgfVxuICBASW5wdXQoKSBzZXQgYWxsb3dBbHBoYSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuYWxsb3dBbHBoYSQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgXG4gIHNpemUkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KDE1MCk7XG4gIGRpc2FibGVkJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4oZmFsc2UpO1xuICBhbGxvd0FscGhhJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4odHJ1ZSk7XG5cbiAgaHMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxIUz4oeyBodWU6IDAsIHNhdHVyYXRpb246IDAgfSk7XG4gIGx1bWlub3NpdHkkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KDApO1xuXG4gIC8vI3JlZ2lvbiBBbHBoYVxuICBhbHBoYSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PG51bWJlcj4oMSk7XG4gIEBPdXRwdXQoKSBhbHBoYUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuICBnZXQgYWxwaGEoKSB7XG4gICAgcmV0dXJuIHRoaXMuYWxwaGEkLnZhbHVlO1xuICB9XG4gIEBJbnB1dCgpIHNldCBhbHBoYSh2YWx1ZTogbnVtYmVyKSB7XG4gICAgdGhpcy5hbHBoYSQubmV4dCh2YWx1ZSk7XG4gIH1cbiAgLy8jZW5kcmVnaW9uXG59XG4iLCJAbGV0IGxldERpc2FibGVkID0gKGRpc2FibGVkJCB8IGFzeW5jKSE7XG5AbGV0IGxldEhTID0gKGhzJCB8IGFzeW5jKSE7XG5AbGV0IGxldEx1bWlub3NpdHkgPSAobHVtaW5vc2l0eSQgfCBhc3luYykhO1xuQGxldCBsZXRBbHBoYSA9IChhbHBoYSQgfCBhc3luYykhO1xuXG48YnMtY29sb3Itd2hlZWwgW2hzXT1cImxldEhTXCIgKGhzQ2hhbmdlKT1cImhzJC5uZXh0KCRldmVudClcIiBbbHVtaW5vc2l0eV09XCJsZXRMdW1pbm9zaXR5XCIgW3dpZHRoXT1cIihzaXplJCB8IGFzeW5jKSA/PyAxNTBcIiBbaGVpZ2h0XT1cIihzaXplJCB8IGFzeW5jKSA/PyAxNTBcIiAjd2hlZWw+PC9icy1jb2xvci13aGVlbD5cbjxicy1sdW1pbm9zaXR5LXN0cmlwIFtoc109XCJsZXRIU1wiIFtsdW1pbm9zaXR5XT1cImxldEx1bWlub3NpdHlcIiAobHVtaW5vc2l0eUNoYW5nZSk9XCJsdW1pbm9zaXR5JC5uZXh0KCRldmVudClcIiBjbGFzcz1cImQtYmxvY2sgbXQtMlwiIFtzdHlsZS53aWR0aC5weF09XCJzaXplJCB8IGFzeW5jXCIgI3N0cmlwPjwvYnMtbHVtaW5vc2l0eS1zdHJpcD5cbkBpZiAoYWxsb3dBbHBoYSQgfCBhc3luYykge1xuICAgIDxicy1hbHBoYS1zdHJpcCBbaHNdPVwibGV0SFNcIiBbbHVtaW5vc2l0eV09XCJsZXRMdW1pbm9zaXR5XCIgW2FscGhhXT1cImxldEFscGhhXCIgKGFscGhhQ2hhbmdlKT1cImFscGhhJC5uZXh0KCRldmVudClcIiBjbGFzcz1cImQtYmxvY2sgbXQtMlwiIFtzdHlsZS53aWR0aC5weF09XCJzaXplJCB8IGFzeW5jXCIgI2FscGhhPjwvYnMtYWxwaGEtc3RyaXA+XG59Il19
@@ -287,10 +287,10 @@ export class BsColorWheelComponent {
287
287
  return (n % max) / max;
288
288
  }
289
289
  }
290
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorWheelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
291
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: BsColorWheelComponent, selector: "bs-color-wheel", inputs: { diameterRatio: "diameterRatio", width: "width", height: "height", hs: "hs", luminosity: "luminosity" }, outputs: { hsChange: "hsChange" }, host: { listeners: { "document:mousemove": "onMouseMove($event)", "document:mouseup": "onPointerUp($event)" }, properties: { "class.position-relative": "this.positionRelative" } }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<canvas\n class=\"d-block\"\n [width]=\"width$ | async\"\n [height]=\"height$ | async\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n #canvas></canvas>\n\n@if (markerPosition$ | async; as markerPosition) {\n <div class=\"thumb position-absolute pe-none\" [style.left.px]=\"markerPosition.x\" [style.top.px]=\"markerPosition.y\"></div>\n}", styles: [".thumb{width:30px;height:30px;border-radius:15px;margin-top:-15px;margin-left:-15px;box-sizing:border-box;border:2px solid white;box-shadow:#0000001a 0 0 10px 5px}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
290
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorWheelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
291
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: BsColorWheelComponent, selector: "bs-color-wheel", inputs: { diameterRatio: "diameterRatio", width: "width", height: "height", hs: "hs", luminosity: "luminosity" }, outputs: { hsChange: "hsChange" }, host: { listeners: { "document:mousemove": "onMouseMove($event)", "document:mouseup": "onPointerUp($event)" }, properties: { "class.position-relative": "this.positionRelative" } }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<canvas\n class=\"d-block\"\n [width]=\"width$ | async\"\n [height]=\"height$ | async\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n #canvas></canvas>\n\n@if (markerPosition$ | async; as markerPosition) {\n <div class=\"thumb position-absolute pe-none\" [style.left.px]=\"markerPosition.x\" [style.top.px]=\"markerPosition.y\"></div>\n}", styles: [".thumb{width:30px;height:30px;border-radius:15px;margin-top:-15px;margin-left:-15px;box-sizing:border-box;border:2px solid white;box-shadow:#0000001a 0 0 10px 5px}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
292
292
  }
293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorWheelComponent, decorators: [{
293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorWheelComponent, decorators: [{
294
294
  type: Component,
295
295
  args: [{ selector: 'bs-color-wheel', template: "<canvas\n class=\"d-block\"\n [width]=\"width$ | async\"\n [height]=\"height$ | async\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n #canvas></canvas>\n\n@if (markerPosition$ | async; as markerPosition) {\n <div class=\"thumb position-absolute pe-none\" [style.left.px]=\"markerPosition.x\" [style.top.px]=\"markerPosition.y\"></div>\n}", styles: [".thumb{width:30px;height:30px;border-radius:15px;margin-top:-15px;margin-left:-15px;box-sizing:border-box;border:2px solid white;box-shadow:#0000001a 0 0 10px 5px}\n"] }]
296
296
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { positionRelative: [{
@@ -53,10 +53,10 @@ export class BsLuminosityStripComponent {
53
53
  ngAfterViewInit() {
54
54
  this.canvasContext = this.canvas.nativeElement.getContext('2d', { willReadFrequently: true });
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsLuminosityStripComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
57
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsLuminosityStripComponent, selector: "bs-luminosity-strip", inputs: { hs: "hs", luminosity: "luminosity" }, outputs: { luminosityChange: "luminosityChange" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<bs-slider [value]=\"(luminosity$ | async)!\" (valueChange)=\"luminosityChange.emit($event)\">\n <canvas bsTrack class=\"position-absolute w-100\" #canvas></canvas>\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>", styles: [""], dependencies: [{ kind: "component", type: i1.BsSliderComponent, selector: "bs-slider", inputs: ["value"], outputs: ["valueChange"] }, { kind: "directive", type: i1.BsThumbDirective, selector: "[bsThumb]" }, { kind: "directive", type: i1.BsTrackDirective, selector: "[bsTrack]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsLuminosityStripComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
57
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsLuminosityStripComponent, selector: "bs-luminosity-strip", inputs: { hs: "hs", luminosity: "luminosity" }, outputs: { luminosityChange: "luminosityChange" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }], ngImport: i0, template: "<bs-slider [value]=\"(luminosity$ | async)!\" (valueChange)=\"luminosityChange.emit($event)\">\n <canvas bsTrack class=\"position-absolute w-100\" #canvas></canvas>\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>", styles: [""], dependencies: [{ kind: "component", type: i1.BsSliderComponent, selector: "bs-slider", inputs: ["value"], outputs: ["valueChange"] }, { kind: "directive", type: i1.BsThumbDirective, selector: "[bsThumb]" }, { kind: "directive", type: i1.BsTrackDirective, selector: "[bsTrack]" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] }); }
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsLuminosityStripComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsLuminosityStripComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{ selector: 'bs-luminosity-strip', template: "<bs-slider [value]=\"(luminosity$ | async)!\" (valueChange)=\"luminosityChange.emit($event)\">\n <canvas bsTrack class=\"position-absolute w-100\" #canvas></canvas>\n <div bsThumb [style.background]=\"resultBackground$ | async\"></div>\n</bs-slider>" }]
62
62
  }], ctorParameters: () => [], propDecorators: { hs: [{
@@ -62,10 +62,10 @@ export class BsSliderComponent {
62
62
  const limited = Math.max(0, Math.min(1, percent));
63
63
  this.value$.next(limited);
64
64
  }
65
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsSliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
66
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsSliderComponent, selector: "bs-slider", inputs: { value: "value" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "document:mousemove": "onPointerMove($event)", "document:mouseup": "onPointerUp($event)" }, properties: { "class.d-block": "this.dBlock", "class.position-relative": "this.positionRelative" } }, viewQueries: [{ propertyName: "track", first: true, predicate: ["track"], descendants: true }, { propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true }], ngImport: i0, template: "<div class=\"wrapper d-block position-relative\">\n <div #track class=\"track2\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\">\n <ng-content select=\"[bsTrack]\"></ng-content>\n </div>\n <div #thumb\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n [class]=\"cursorClass$ | async\"\n [style.margin-left.px]=\"thumbMarginLeft$ | async\">\n <ng-content select=\"[bsThumb]\"></ng-content>\n </div>\n</div>", styles: [".track2{height:8px}.wrapper{padding-top:8px;padding-bottom:8px}::ng-deep .thumb{width:24px;height:24px;top:0;border-radius:50%;box-shadow:0 0 0 .1rem #646b7240}::ng-deep .track{height:8px;border-radius:8px}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
65
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsSliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
66
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsSliderComponent, selector: "bs-slider", inputs: { value: "value" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "document:mousemove": "onPointerMove($event)", "document:mouseup": "onPointerUp($event)" }, properties: { "class.d-block": "this.dBlock", "class.position-relative": "this.positionRelative" } }, viewQueries: [{ propertyName: "track", first: true, predicate: ["track"], descendants: true }, { propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true }], ngImport: i0, template: "<div class=\"wrapper d-block position-relative\">\n <div #track class=\"track2\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\">\n <ng-content select=\"[bsTrack]\"></ng-content>\n </div>\n <div #thumb\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n [class]=\"cursorClass$ | async\"\n [style.margin-left.px]=\"thumbMarginLeft$ | async\">\n <ng-content select=\"[bsThumb]\"></ng-content>\n </div>\n</div>", styles: [".track2{height:8px}.wrapper{padding-top:8px;padding-bottom:8px}::ng-deep .thumb{width:24px;height:24px;top:0;border-radius:50%;box-shadow:0 0 0 .1rem #646b7240}::ng-deep .track{height:8px;border-radius:8px}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsSliderComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsSliderComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'bs-slider', template: "<div class=\"wrapper d-block position-relative\">\n <div #track class=\"track2\"\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\">\n <ng-content select=\"[bsTrack]\"></ng-content>\n </div>\n <div #thumb\n (mousedown)=\"onPointerDown($event)\"\n (touchstart)=\"onPointerDown($event)\"\n (touchmove)=\"onPointerMove($event)\"\n (touchend)=\"onPointerUp($event)\"\n [class]=\"cursorClass$ | async\"\n [style.margin-left.px]=\"thumbMarginLeft$ | async\">\n <ng-content select=\"[bsThumb]\"></ng-content>\n </div>\n</div>", styles: [".track2{height:8px}.wrapper{padding-top:8px;padding-bottom:8px}::ng-deep .thumb{width:24px;height:24px;top:0;border-radius:50%;box-shadow:0 0 0 .1rem #646b7240}::ng-deep .track{height:8px;border-radius:8px}\n"] }]
71
71
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dBlock: [{
@@ -95,10 +95,10 @@ export class BsThumbDirective {
95
95
  constructor() {
96
96
  this.thumbClass = true;
97
97
  }
98
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsThumbDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
99
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsThumbDirective, selector: "[bsThumb]", host: { properties: { "class.thumb": "this.thumbClass", "class.position-absolute": "this.thumbClass" } }, ngImport: i0 }); }
98
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsThumbDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
99
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsThumbDirective, selector: "[bsThumb]", host: { properties: { "class.thumb": "this.thumbClass", "class.position-absolute": "this.thumbClass" } }, ngImport: i0 }); }
100
100
  }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsThumbDirective, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsThumbDirective, decorators: [{
102
102
  type: Directive,
103
103
  args: [{ selector: '[bsThumb]' }]
104
104
  }], propDecorators: { thumbClass: [{
@@ -112,10 +112,10 @@ export class BsTrackDirective {
112
112
  constructor() {
113
113
  this.trackClass = true;
114
114
  }
115
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
116
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsTrackDirective, selector: "[bsTrack]", host: { properties: { "class.track": "this.trackClass" } }, ngImport: i0 }); }
115
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
116
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsTrackDirective, selector: "[bsTrack]", host: { properties: { "class.track": "this.trackClass" } }, ngImport: i0 }); }
117
117
  }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsTrackDirective, decorators: [{
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsTrackDirective, decorators: [{
119
119
  type: Directive,
120
120
  args: [{ selector: '[bsTrack]' }]
121
121
  }], propDecorators: { trackClass: [{
@@ -103,15 +103,15 @@ export class BsColorPickerValueAccessor {
103
103
  h *= 360;
104
104
  return { h, s, l };
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerValueAccessor, deps: [{ token: forwardRef(() => BsColorPickerComponent) }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
107
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsColorPickerValueAccessor, selector: "bs-color-picker", providers: [{
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerValueAccessor, deps: [{ token: forwardRef(() => BsColorPickerComponent) }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
107
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsColorPickerValueAccessor, selector: "bs-color-picker", providers: [{
108
108
  provide: NG_VALUE_ACCESSOR,
109
109
  // useExisting: BsColorPickerValueAccessor,
110
110
  useExisting: forwardRef(() => BsColorPickerValueAccessor),
111
111
  multi: true
112
112
  }], exportAs: ["bsColorPicker"], ngImport: i0 }); }
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsColorPickerValueAccessor, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsColorPickerValueAccessor, decorators: [{
115
115
  type: Directive,
116
116
  args: [{
117
117
  selector: 'bs-color-picker',
@@ -1,10 +1,10 @@
1
1
  import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class BsContainerComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: BsContainerComponent, isStandalone: true, selector: "bs-container", ngImport: i0, template: "<ng-content></ng-content>", styles: [":host ::ng-deep .container,:host ::ng-deep .container-fluid,:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:540px}}@media (min-width: 768px){:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:720px}}@media (min-width: 992px){:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:960px}}@media (min-width: 1200px){:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1140px}}@media (min-width: 1400px){:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1320px}}:host{display:contents}\n"] }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: BsContainerComponent, isStandalone: true, selector: "bs-container", ngImport: i0, template: "<ng-content></ng-content>", styles: [":host ::ng-deep .container,:host ::ng-deep .container-fluid,:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:540px}}@media (min-width: 768px){:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:720px}}@media (min-width: 992px){:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:960px}}@media (min-width: 1200px){:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1140px}}@media (min-width: 1400px){:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1320px}}:host{display:contents}\n"] }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContainerComponent, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContainerComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ selector: 'bs-container', standalone: true, template: "<ng-content></ng-content>", styles: [":host ::ng-deep .container,:host ::ng-deep .container-fluid,:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:540px}}@media (min-width: 768px){:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:720px}}@media (min-width: 992px){:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:960px}}@media (min-width: 1200px){:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1140px}}@media (min-width: 1400px){:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1320px}}:host{display:contents}\n"] }]
10
10
  }] });
@@ -62,10 +62,10 @@ export class BsContextMenuDirective {
62
62
  this.close();
63
63
  }
64
64
  }
65
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuDirective, deps: [{ token: i1.Overlay }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef, host: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
66
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsContextMenuDirective, selector: "[bsContextMenu]", host: { listeners: { "document:click": "clickAnywhere($event)", "window:blur": "onBlur()" } }, ngImport: i0 }); }
65
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuDirective, deps: [{ token: i1.Overlay }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ElementRef, host: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive }); }
66
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsContextMenuDirective, selector: "[bsContextMenu]", host: { listeners: { "document:click": "clickAnywhere($event)", "window:blur": "onBlur()" } }, ngImport: i0 }); }
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuDirective, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuDirective, decorators: [{
69
69
  type: Directive,
70
70
  args: [{
71
71
  selector: '[bsContextMenu]'
@@ -5,16 +5,16 @@ import { BsContextMenuDirective } from './context-menu.directive';
5
5
  import { BsHasOverlayComponent } from '@mintplayer/ng-bootstrap/has-overlay';
6
6
  import * as i0 from "@angular/core";
7
7
  export class BsContextMenuModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuModule, declarations: [BsContextMenuDirective], imports: [CommonModule,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuModule, declarations: [BsContextMenuDirective], imports: [CommonModule,
10
10
  BsHasOverlayComponent,
11
11
  OverlayModule], exports: [BsContextMenuDirective,
12
12
  BsHasOverlayComponent] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuModule, imports: [CommonModule,
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuModule, imports: [CommonModule,
14
14
  BsHasOverlayComponent,
15
15
  OverlayModule] }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsContextMenuModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsContextMenuModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  declarations: [
@@ -23,10 +23,10 @@ export class BsCopyDirective {
23
23
  this.doc.execCommand('copy');
24
24
  this.doc.removeEventListener('copy', listener, false);
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCopyDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
27
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsCopyDirective, isStandalone: true, selector: "[bsCopy]", inputs: { bsCopy: "bsCopy" }, outputs: { bsCopied: "bsCopied" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCopyDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
27
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsCopyDirective, isStandalone: true, selector: "[bsCopy]", inputs: { bsCopy: "bsCopy" }, outputs: { bsCopied: "bsCopied" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsCopyDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsCopyDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: '[bsCopy]',
@@ -38,10 +38,10 @@ export class BsDatatableComponent {
38
38
  this.settingsChange.emit(this.settings);
39
39
  }
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsDatatableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.1", type: BsDatatableComponent, selector: "bs-datatable", inputs: { settings: "settings", data: "data" }, outputs: { settingsChange: "settingsChange" }, queries: [{ propertyName: "columns", predicate: BsDatatableColumnDirective }], ngImport: i0, template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n @for (column of (columns$ | async); track column) {\n <th class=\"text-nowrap\"\n [class.sort]=\"column.sortable\"\n [class.sort-asc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @if (!!data && !!rowTemplate) {\n @for (item of data.data; track item) {\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n }\n }\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [md]=\"12\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.BsGridComponent, selector: "bs-grid", inputs: ["stopFullWidthAt"] }, { kind: "directive", type: i2.BsGridRowDirective, selector: "[bsRow]" }, { kind: "directive", type: i2.BsGridColumnDirective, selector: "[xxs],[xs],[sm],[md],[lg],[xl],[xxl]", inputs: ["xxs", "xs", "sm", "md", "lg", "xl", "xxl"] }, { kind: "component", type: i3.BsTableComponent, selector: "bs-table", inputs: ["isResponsive", "striped", "hover"] }, { kind: "component", type: i4.BsPaginationComponent, selector: "bs-pagination", inputs: ["selectedPageNumber", "numberOfBoxes", "pageNumbers", "showArrows", "size"], outputs: ["selectedPageNumberChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsDatatableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.0", type: BsDatatableComponent, selector: "bs-datatable", inputs: { settings: "settings", data: "data" }, outputs: { settingsChange: "settingsChange" }, queries: [{ propertyName: "columns", predicate: BsDatatableColumnDirective }], ngImport: i0, template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n @for (column of (columns$ | async); track column) {\n <th class=\"text-nowrap\"\n [class.sort]=\"column.sortable\"\n [class.sort-asc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @if (!!data && !!rowTemplate) {\n @for (item of data.data; track item) {\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n }\n }\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [md]=\"12\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.BsGridComponent, selector: "bs-grid", inputs: ["stopFullWidthAt"] }, { kind: "directive", type: i2.BsGridRowDirective, selector: "[bsRow]" }, { kind: "directive", type: i2.BsGridColumnDirective, selector: "[xxs],[xs],[sm],[md],[lg],[xl],[xxl]", inputs: ["xxs", "xs", "sm", "md", "lg", "xl", "xxl"] }, { kind: "component", type: i3.BsTableComponent, selector: "bs-table", inputs: ["isResponsive", "striped", "hover"] }, { kind: "component", type: i4.BsPaginationComponent, selector: "bs-pagination", inputs: ["selectedPageNumber", "numberOfBoxes", "pageNumbers", "showArrows", "size"], outputs: ["selectedPageNumberChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsDatatableComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsDatatableComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'bs-datatable', template: "<bs-table [isResponsive]=\"true\" [striped]=\"true\" [hover]=\"true\" class=\"mb-3\">\n <thead>\n <tr>\n @for (column of (columns$ | async); track column) {\n <th class=\"text-nowrap\"\n [class.sort]=\"column.sortable\"\n [class.sort-asc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'ascending')\"\n [class.sort-desc]=\"column.sortable && (settings.sortProperty === column.name) && (settings.sortDirection === 'descending')\"\n (click)=\"columnHeaderClicked(column)\">\n <ng-container *ngTemplateOutlet=\"column.templateRef\"></ng-container>\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @if (!!data && !!rowTemplate) {\n @for (item of data.data; track item) {\n <ng-container *ngTemplateOutlet=\"rowTemplate; context: { $implicit: item }\"></ng-container>\n }\n }\n </tbody>\n <tfoot>\n <tr>\n <td [colSpan]=\"numberOfColumns$ | async\">\n <bs-grid [stopFullWidthAt]=\"'never'\">\n <div bsRow>\n <div [md]=\"12\">\n <bs-pagination class=\"float-start\" [pageNumbers]=\"settings.perPage.values\"\n [(selectedPageNumber)]=\"settings.perPage.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"false\"></bs-pagination>\n <bs-pagination class=\"float-end\" [pageNumbers]=\"settings.page.values\"\n [(selectedPageNumber)]=\"settings.page.selected\" (selectedPageNumberChange)=\"settingsChange.emit(settings)\"\n [showArrows]=\"true\"></bs-pagination>\n </div>\n </div>\n </bs-grid>\n </td>\n </tr>\n </tfoot>\n</bs-table>", styles: ["@charset \"UTF-8\";tfoot>tr>td{border-bottom:none}bs-table thead th.sort{position:relative;cursor:pointer;padding-right:2rem}bs-table thead th.sort:before,bs-table thead th.sort:after{position:absolute;display:block;opacity:.3;bottom:.5em}bs-table thead th.sort:before{content:\"\\2191\";right:1em}bs-table thead th.sort:after{content:\"\\2193\";right:.5em}bs-table thead th.sort.sort-asc:after{opacity:1}bs-table thead th.sort.sort-desc:before{opacity:1}\n"] }]
47
47
  }], ctorParameters: () => [], propDecorators: { columns: [{
@@ -6,10 +6,10 @@ export class BsDatatableColumnDirective {
6
6
  this.sortable = true;
7
7
  this.templateRef = templateRef;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsDatatableColumnDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.1", type: BsDatatableColumnDirective, selector: "[bsDatatableColumn]", inputs: { name: ["bsDatatableColumn", "name"], sortable: ["bsDatatableColumnSortable", "sortable"] }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsDatatableColumnDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0", type: BsDatatableColumnDirective, selector: "[bsDatatableColumn]", inputs: { name: ["bsDatatableColumn", "name"], sortable: ["bsDatatableColumnSortable", "sortable"] }, ngImport: i0 }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: BsDatatableColumnDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: BsDatatableColumnDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[bsDatatableColumn]'