@mintplayer/ng-bootstrap 19.0.0 → 20.0.0-preview.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 (672) hide show
  1. package/accordion/index.d.ts +51 -1
  2. package/alert/index.d.ts +32 -1
  3. package/async-host-binding/index.d.ts +13 -1
  4. package/badge/index.d.ts +16 -1
  5. package/breadcrumb/index.d.ts +20 -1
  6. package/button-group/index.d.ts +8 -1
  7. package/button-type/index.d.ts +12 -1
  8. package/calendar/index.d.ts +32 -1
  9. package/calendar-month/index.d.ts +54 -1
  10. package/card/index.d.ts +22 -1
  11. package/carousel/index.d.ts +64 -1
  12. package/close/index.d.ts +11 -1
  13. package/code-snippet/index.d.ts +20 -1
  14. package/color-picker/index.d.ts +196 -5
  15. package/container/index.d.ts +8 -1
  16. package/context-menu/index.d.ts +30 -1
  17. package/copy/index.d.ts +14 -1
  18. package/datatable/index.d.ts +66 -1
  19. package/datepicker/index.d.ts +20 -1
  20. package/dock/index.d.ts +177 -1
  21. package/dropdown/index.d.ts +63 -1
  22. package/dropdown-divider/index.d.ts +9 -1
  23. package/dropdown-menu/index.d.ts +32 -1
  24. package/enhanced-paste/index.d.ts +23 -1
  25. package/enum/index.d.ts +17 -1
  26. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs +15 -15
  27. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  28. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +11 -11
  29. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  30. package/fesm2022/mintplayer-ng-bootstrap-async-host-binding.mjs.map +1 -1
  31. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs +4 -4
  32. package/fesm2022/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  33. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs +10 -10
  34. package/fesm2022/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  35. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs +4 -4
  36. package/fesm2022/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  37. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs +4 -4
  38. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  39. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +9 -9
  40. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  41. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs +4 -4
  42. package/fesm2022/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  43. package/fesm2022/mintplayer-ng-bootstrap-card.mjs +12 -12
  44. package/fesm2022/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  45. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +15 -15
  46. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  47. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +5 -5
  48. package/fesm2022/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  49. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs +6 -11
  50. package/fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  51. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +29 -29
  52. package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -1
  53. package/fesm2022/mintplayer-ng-bootstrap-container.mjs +3 -3
  54. package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -1
  55. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs +8 -8
  56. package/fesm2022/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  57. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs +4 -4
  58. package/fesm2022/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  59. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs +14 -14
  60. package/fesm2022/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  61. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs +4 -4
  62. package/fesm2022/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  63. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs +20 -20
  64. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  65. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +4 -4
  66. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
  67. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +11 -11
  68. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  69. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +14 -14
  70. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  71. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs +4 -4
  72. package/fesm2022/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  73. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs +3 -3
  74. package/fesm2022/mintplayer-ng-bootstrap-enum.mjs.map +1 -1
  75. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs +14 -14
  76. package/fesm2022/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  77. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs +5 -5
  78. package/fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  79. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs +3 -3
  80. package/fesm2022/mintplayer-ng-bootstrap-font-color.mjs.map +1 -1
  81. package/fesm2022/mintplayer-ng-bootstrap-for.mjs +4 -4
  82. package/fesm2022/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  83. package/fesm2022/mintplayer-ng-bootstrap-form.mjs +15 -15
  84. package/fesm2022/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  85. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +21 -21
  86. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  87. package/fesm2022/mintplayer-ng-bootstrap-has-id.mjs.map +1 -1
  88. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs +4 -4
  89. package/fesm2022/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  90. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs +3 -3
  91. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
  92. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +3 -3
  93. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs.map +1 -1
  94. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs +4 -4
  95. package/fesm2022/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  96. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs +17 -17
  97. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs.map +1 -1
  98. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +4 -4
  99. package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
  100. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +3 -3
  101. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
  102. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +12 -12
  103. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  104. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +12 -12
  105. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  106. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs +3 -3
  107. package/fesm2022/mintplayer-ng-bootstrap-marquee.mjs.map +1 -1
  108. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs +27 -27
  109. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  110. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +17 -17
  111. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  112. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs +4 -4
  113. package/fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs.map +1 -1
  114. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +33 -33
  115. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  116. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +11 -11
  117. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  118. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +4 -4
  119. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  120. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +27 -27
  121. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  122. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +3 -3
  123. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  124. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs +5 -5
  125. package/fesm2022/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  126. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs +3 -3
  127. package/fesm2022/mintplayer-ng-bootstrap-parallax.mjs.map +1 -1
  128. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs +11 -11
  129. package/fesm2022/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  130. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs +4 -4
  131. package/fesm2022/mintplayer-ng-bootstrap-playlist-toggler.mjs.map +1 -1
  132. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs +17 -17
  133. package/fesm2022/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  134. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs +13 -13
  135. package/fesm2022/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  136. package/fesm2022/mintplayer-ng-bootstrap-range.mjs +11 -11
  137. package/fesm2022/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  138. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs +4 -4
  139. package/fesm2022/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  140. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs +11 -11
  141. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs.map +1 -1
  142. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +26 -26
  143. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  144. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +14 -14
  145. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  146. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +17 -17
  147. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  148. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +14 -14
  149. package/fesm2022/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  150. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +14 -14
  151. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  152. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +11 -11
  153. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs.map +1 -1
  154. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs +4 -4
  155. package/fesm2022/mintplayer-ng-bootstrap-signature-pad.mjs.map +1 -1
  156. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs +3 -3
  157. package/fesm2022/mintplayer-ng-bootstrap-slugify.mjs.map +1 -1
  158. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs +4 -4
  159. package/fesm2022/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  160. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs +3 -3
  161. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
  162. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +14 -14
  163. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  164. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +11 -11
  165. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -1
  166. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +16 -16
  167. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  168. package/fesm2022/mintplayer-ng-bootstrap-table.mjs +5 -5
  169. package/fesm2022/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  170. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs +4 -4
  171. package/fesm2022/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  172. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs +26 -26
  173. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  174. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +14 -14
  175. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  176. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +11 -11
  177. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  178. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +11 -11
  179. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  180. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +3 -3
  181. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs.map +1 -1
  182. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs +4 -4
  183. package/fesm2022/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  184. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs +3 -3
  185. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
  186. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +4 -4
  187. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  188. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +3 -3
  189. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs.map +1 -1
  190. package/fesm2022/mintplayer-ng-bootstrap.mjs.map +1 -1
  191. package/file-upload/index.d.ts +59 -1
  192. package/floating-labels/index.d.ts +10 -1
  193. package/font-color/index.d.ts +10 -1
  194. package/for/index.d.ts +13 -1
  195. package/form/index.d.ts +33 -1
  196. package/grid/index.d.ts +74 -1
  197. package/has-id/index.d.ts +5 -1
  198. package/has-overlay/index.d.ts +8 -1
  199. package/has-property/index.d.ts +10 -1
  200. package/in-list/index.d.ts +11 -1
  201. package/index.d.ts +31 -3
  202. package/input-group/index.d.ts +8 -1
  203. package/instance-of/index.d.ts +81 -1
  204. package/let/index.d.ts +45 -2
  205. package/linify/index.d.ts +10 -1
  206. package/list-group/index.d.ts +23 -1
  207. package/markdown/index.d.ts +37 -4
  208. package/marquee/index.d.ts +8 -1
  209. package/modal/index.d.ts +76 -1
  210. package/multiselect/index.d.ts +53 -1
  211. package/navbar/index.d.ts +153 -1
  212. package/navbar-toggler/index.d.ts +17 -1
  213. package/navigation-lock/index.d.ts +64 -1
  214. package/no-noscript/index.d.ts +11 -1
  215. package/offcanvas/index.d.ts +112 -1
  216. package/ordinal-number/index.d.ts +13 -1
  217. package/package.json +15 -15
  218. package/pagination/index.d.ts +56 -1
  219. package/parallax/index.d.ts +11 -1
  220. package/placeholder/index.d.ts +32 -1
  221. package/playlist-toggler/index.d.ts +17 -1
  222. package/popover/index.d.ts +67 -1
  223. package/progress-bar/index.d.ts +46 -1
  224. package/range/index.d.ts +36 -1
  225. package/rating/index.d.ts +23 -1
  226. package/resizable/index.d.ts +94 -1
  227. package/scheduler/index.d.ts +231 -1
  228. package/scrollspy/index.d.ts +46 -1
  229. package/searchbox/index.d.ts +78 -3
  230. package/select/index.d.ts +80 -1
  231. package/select2/index.d.ts +68 -1
  232. package/shell/index.d.ts +39 -4
  233. package/signature-pad/index.d.ts +41 -1
  234. package/slugify/index.d.ts +10 -1
  235. package/spinner/index.d.ts +22 -1
  236. package/split-string/index.d.ts +10 -1
  237. package/splitter/index.d.ts +81 -1
  238. package/sticky-footer/index.d.ts +29 -1
  239. package/tab-control/index.d.ts +72 -1
  240. package/table/index.d.ts +18 -1
  241. package/timepicker/index.d.ts +33 -1
  242. package/toast/index.d.ts +75 -1
  243. package/toggle-button/index.d.ts +69 -1
  244. package/tooltip/index.d.ts +47 -1
  245. package/treeview/index.d.ts +37 -1
  246. package/trust-html/index.d.ts +14 -1
  247. package/typeahead/index.d.ts +28 -1
  248. package/uc-first/index.d.ts +10 -1
  249. package/user-agent/index.d.ts +28 -1
  250. package/word-count/index.d.ts +10 -1
  251. package/accordion/src/accordion/accordion.component.d.ts +0 -16
  252. package/accordion/src/accordion-tab/accordion-tab.component.d.ts +0 -20
  253. package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +0 -9
  254. package/accordion/src/accordion.module.d.ts +0 -11
  255. package/accordion/src/index.d.ts +0 -4
  256. package/alert/src/alert/alert.component.d.ts +0 -15
  257. package/alert/src/alert-close/alert-close.component.d.ts +0 -9
  258. package/alert/src/alert.module.d.ts +0 -8
  259. package/alert/src/index.d.ts +0 -3
  260. package/async-host-binding/src/bind-event.plugin.d.ts +0 -7
  261. package/async-host-binding/src/index.d.ts +0 -2
  262. package/async-host-binding/src/provide-async-host-bindings.d.ts +0 -2
  263. package/badge/src/badge.component.d.ts +0 -13
  264. package/badge/src/index.d.ts +0 -1
  265. package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +0 -5
  266. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +0 -6
  267. package/breadcrumb/src/breadcrumb.module.d.ts +0 -8
  268. package/breadcrumb/src/index.d.ts +0 -3
  269. package/button-group/src/button-group/button-group.component.d.ts +0 -5
  270. package/button-group/src/index.d.ts +0 -1
  271. package/button-type/src/button-type/button-type.directive.d.ts +0 -9
  272. package/button-type/src/index.d.ts +0 -1
  273. package/calendar/src/calendar.component.d.ts +0 -29
  274. package/calendar/src/index.d.ts +0 -1
  275. package/calendar-month/src/index.d.ts +0 -3
  276. package/calendar-month/src/interfaces/date-day-of-month.d.ts +0 -5
  277. package/calendar-month/src/interfaces/first-and-last-date.d.ts +0 -4
  278. package/calendar-month/src/interfaces/index.d.ts +0 -4
  279. package/calendar-month/src/interfaces/week.d.ts +0 -5
  280. package/calendar-month/src/interfaces/weekday.d.ts +0 -4
  281. package/calendar-month/src/pipes/index.d.ts +0 -2
  282. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +0 -7
  283. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +0 -7
  284. package/calendar-month/src/service/calendar-month.service.d.ts +0 -18
  285. package/card/src/card/card.component.d.ts +0 -6
  286. package/card/src/card-header/card-header.component.d.ts +0 -6
  287. package/card/src/card.module.d.ts +0 -9
  288. package/card/src/index.d.ts +0 -3
  289. package/carousel/src/carousel/carousel.component.d.ts +0 -35
  290. package/carousel/src/carousel-image/carousel-image.directive.d.ts +0 -13
  291. package/carousel/src/carousel-img/carousel-img.directive.d.ts +0 -8
  292. package/carousel/src/carousel.module.d.ts +0 -12
  293. package/carousel/src/index.d.ts +0 -4
  294. package/close/src/close.component.d.ts +0 -8
  295. package/close/src/index.d.ts +0 -1
  296. package/code-snippet/src/code-snippet.component.d.ts +0 -18
  297. package/code-snippet/src/index.d.ts +0 -1
  298. package/color-picker/color-picker.module.d.ts +0 -14
  299. package/color-picker/components/alpha-strip/alpha-strip.component.d.ts +0 -23
  300. package/color-picker/components/color-picker/color-picker.component.d.ts +0 -22
  301. package/color-picker/components/color-wheel/color-wheel.component.d.ts +0 -53
  302. package/color-picker/components/index.d.ts +0 -5
  303. package/color-picker/components/luminosity-strip/luminosity-strip.component.d.ts +0 -20
  304. package/color-picker/components/slider/slider.component.d.ts +0 -35
  305. package/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.d.ts +0 -28
  306. package/color-picker/directives/index.d.ts +0 -1
  307. package/color-picker/interfaces/hs.d.ts +0 -4
  308. package/color-picker/interfaces/hsl-color.d.ts +0 -5
  309. package/color-picker/interfaces/index.d.ts +0 -3
  310. package/color-picker/interfaces/rgb-color.d.ts +0 -5
  311. package/color-picker/types/html-color.d.ts +0 -1
  312. package/color-picker/types/index.d.ts +0 -1
  313. package/container/src/container/container.component.d.ts +0 -5
  314. package/container/src/index.d.ts +0 -1
  315. package/context-menu/src/context-menu.directive.d.ts +0 -18
  316. package/context-menu/src/context-menu.module.d.ts +0 -10
  317. package/context-menu/src/index.d.ts +0 -2
  318. package/copy/src/copy.directive.d.ts +0 -11
  319. package/copy/src/index.d.ts +0 -1
  320. package/datatable/src/datatable/datatable.component.d.ts +0 -20
  321. package/datatable/src/datatable-column/datatable-column.directive.d.ts +0 -10
  322. package/datatable/src/datatable-settings.d.ts +0 -15
  323. package/datatable/src/datatable.module.d.ts +0 -13
  324. package/datatable/src/index.d.ts +0 -5
  325. package/datatable/src/row-template/row-template.directive.d.ts +0 -15
  326. package/datepicker/src/datepicker.component.d.ts +0 -17
  327. package/datepicker/src/index.d.ts +0 -1
  328. package/dock/src/dock/dock.component.d.ts +0 -24
  329. package/dock/src/dock-pane-renderer/dock-pane-renderer.component.d.ts +0 -31
  330. package/dock/src/dock-panel/dock-panel.component.d.ts +0 -13
  331. package/dock/src/dock-panel-header/dock-panel-header.component.d.ts +0 -26
  332. package/dock/src/dock.module.d.ts +0 -17
  333. package/dock/src/enums/index.d.ts +0 -1
  334. package/dock/src/enums/pane-type.enum.d.ts +0 -6
  335. package/dock/src/index.d.ts +0 -9
  336. package/dock/src/interfaces/dock-layout.d.ts +0 -6
  337. package/dock/src/interfaces/drag-operation.d.ts +0 -6
  338. package/dock/src/interfaces/index.d.ts +0 -5
  339. package/dock/src/interfaces/point.d.ts +0 -4
  340. package/dock/src/interfaces/remove-from-pane-result.d.ts +0 -6
  341. package/dock/src/interfaces/size.d.ts +0 -4
  342. package/dock/src/panes/content-pane.d.ts +0 -8
  343. package/dock/src/panes/dock-pane.d.ts +0 -3
  344. package/dock/src/panes/document-host-pane.d.ts +0 -7
  345. package/dock/src/panes/floating-pane.d.ts +0 -10
  346. package/dock/src/panes/index.d.ts +0 -6
  347. package/dock/src/panes/split-pane.d.ts +0 -8
  348. package/dock/src/panes/tab-group-pane.d.ts +0 -7
  349. package/dock/src/services/dock/dock.service.d.ts +0 -14
  350. package/dock/src/services/index.d.ts +0 -1
  351. package/dock/src/types/split-pane-orientation.type.d.ts +0 -1
  352. package/dropdown/src/dropdown/dropdown.directive.d.ts +0 -23
  353. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +0 -22
  354. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -11
  355. package/dropdown/src/dropdown.module.d.ts +0 -13
  356. package/dropdown/src/index.d.ts +0 -4
  357. package/dropdown-divider/src/dropdown-divider.directive.d.ts +0 -6
  358. package/dropdown-divider/src/index.d.ts +0 -1
  359. package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +0 -7
  360. package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +0 -14
  361. package/dropdown-menu/src/dropdown-menu.module.d.ts +0 -10
  362. package/dropdown-menu/src/index.d.ts +0 -3
  363. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +0 -14
  364. package/enhanced-paste/src/index.d.ts +0 -2
  365. package/enhanced-paste/src/interfaces/number-overflow.d.ts +0 -5
  366. package/enum/src/index.d.ts +0 -2
  367. package/enum/src/interfaces/enum-item.d.ts +0 -4
  368. package/enum/src/interfaces/index.d.ts +0 -1
  369. package/enum/src/service/enum.service.d.ts +0 -9
  370. package/file-upload/src/component/file-upload.component.d.ts +0 -21
  371. package/file-upload/src/directive/file-upload-template.directive.d.ts +0 -15
  372. package/file-upload/src/file-upload.d.ts +0 -5
  373. package/file-upload/src/file-upload.module.d.ts +0 -14
  374. package/file-upload/src/index.d.ts +0 -5
  375. package/file-upload/src/pipes/format-bytes/format-bytes.pipe.d.ts +0 -7
  376. package/file-upload/src/pipes/index.d.ts +0 -1
  377. package/floating-labels/src/floating-label/floating-label.component.d.ts +0 -7
  378. package/floating-labels/src/index.d.ts +0 -1
  379. package/font-color/src/font-color.pipe.d.ts +0 -7
  380. package/for/src/for.directive.d.ts +0 -10
  381. package/for/src/index.d.ts +0 -1
  382. package/form/src/form/form.component.d.ts +0 -10
  383. package/form/src/form-control/form-control.directive.d.ts +0 -8
  384. package/form/src/form-group/form-group.directive.d.ts +0 -6
  385. package/form/src/form.module.d.ts +0 -10
  386. package/form/src/index.d.ts +0 -4
  387. package/grid/src/component/grid.component.d.ts +0 -12
  388. package/grid/src/directives/col-form-label/col-form-label.directive.d.ts +0 -6
  389. package/grid/src/directives/column/column.directive.d.ts +0 -29
  390. package/grid/src/directives/index.d.ts +0 -3
  391. package/grid/src/directives/row/row.directive.d.ts +0 -6
  392. package/grid/src/grid.module.d.ts +0 -12
  393. package/grid/src/index.d.ts +0 -4
  394. package/grid/src/interfaces/column-definition.d.ts +0 -9
  395. package/grid/src/interfaces/index.d.ts +0 -1
  396. package/has-id/src/has-id.d.ts +0 -3
  397. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +0 -5
  398. package/has-overlay/src/index.d.ts +0 -1
  399. package/has-property/src/has-property.pipe.d.ts +0 -7
  400. package/has-property/src/index.d.ts +0 -1
  401. package/in-list/src/in-list.pipe.d.ts +0 -8
  402. package/input-group/src/index.d.ts +0 -1
  403. package/input-group/src/input-group/input-group.component.d.ts +0 -5
  404. package/instance-of/src/directives/index.d.ts +0 -4
  405. package/instance-of/src/directives/instanceof-case.directive.d.ts +0 -23
  406. package/instance-of/src/directives/instanceof-default.directive.d.ts +0 -10
  407. package/instance-of/src/directives/instanceof.directive.d.ts +0 -21
  408. package/instance-of/src/directives/switch-view.d.ts +0 -12
  409. package/instance-of/src/index.d.ts +0 -5
  410. package/instance-of/src/instance-of.module.d.ts +0 -11
  411. package/instance-of/src/interfaces/index.d.ts +0 -1
  412. package/instance-of/src/interfaces/instance-of-context.d.ts +0 -4
  413. package/instance-of/src/pipes/index.d.ts +0 -1
  414. package/instance-of/src/pipes/instance-of.pipe.d.ts +0 -8
  415. package/instance-of/src/types/abstract.type.d.ts +0 -1
  416. package/instance-of/src/types/index.d.ts +0 -1
  417. package/let/directive/let.directive.d.ts +0 -31
  418. package/let/interfaces/index.d.ts +0 -1
  419. package/let/interfaces/let-context.d.ts +0 -10
  420. package/lib/enums/color.enum.d.ts +0 -13
  421. package/lib/enums/index.d.ts +0 -1
  422. package/lib/providers/development.provider.d.ts +0 -7
  423. package/lib/providers/index.d.ts +0 -1
  424. package/lib/types/breakpoint.d.ts +0 -1
  425. package/lib/types/index.d.ts +0 -3
  426. package/lib/types/position.d.ts +0 -1
  427. package/lib/types/size.d.ts +0 -1
  428. package/linify/src/linify.pipe.d.ts +0 -7
  429. package/list-group/src/index.d.ts +0 -3
  430. package/list-group/src/list-group/list-group.component.d.ts +0 -8
  431. package/list-group/src/list-group-item/list-group-item.component.d.ts +0 -6
  432. package/list-group/src/list-group.module.d.ts +0 -9
  433. package/markdown/src/bold/bold.pipe.d.ts +0 -10
  434. package/markdown/src/italic/italic.pipe.d.ts +0 -10
  435. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +0 -10
  436. package/markdown/src/underline/underline.pipe.d.ts +0 -10
  437. package/marquee/src/marquee/marquee.component.d.ts +0 -5
  438. package/modal/src/components/index.d.ts +0 -2
  439. package/modal/src/components/modal/modal.component.d.ts +0 -9
  440. package/modal/src/components/modal-host/modal-host.component.d.ts +0 -25
  441. package/modal/src/directives/index.d.ts +0 -5
  442. package/modal/src/directives/modal/modal.directive.d.ts +0 -8
  443. package/modal/src/directives/modal-body/modal-body.directive.d.ts +0 -6
  444. package/modal/src/directives/modal-close/modal-close.directive.d.ts +0 -9
  445. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +0 -6
  446. package/modal/src/directives/modal-header/modal-header.directive.d.ts +0 -6
  447. package/modal/src/index.d.ts +0 -3
  448. package/modal/src/modal.module.d.ts +0 -16
  449. package/modal/src/providers/modal-content.provider.d.ts +0 -2
  450. package/modal/src/providers/portal-factory.provider.d.ts +0 -3
  451. package/multiselect/src/component/multiselect.component.d.ts +0 -15
  452. package/multiselect/src/directives/button-template/button-template.directive.d.ts +0 -12
  453. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +0 -8
  454. package/multiselect/src/directives/header-template/header-template.directive.d.ts +0 -8
  455. package/multiselect/src/directives/index.d.ts +0 -3
  456. package/multiselect/src/index.d.ts +0 -3
  457. package/multiselect/src/multiselect.module.d.ts +0 -17
  458. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
  459. package/navbar/src/expand-button/expand-button.directive.d.ts +0 -12
  460. package/navbar/src/index.d.ts +0 -10
  461. package/navbar/src/nav-link/nav-link.directive.d.ts +0 -11
  462. package/navbar/src/navbar/navbar.component.d.ts +0 -30
  463. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +0 -7
  464. package/navbar/src/navbar-content/navbar-content.directive.d.ts +0 -17
  465. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +0 -31
  466. package/navbar/src/navbar-item/navbar-item.component.d.ts +0 -18
  467. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +0 -16
  468. package/navbar/src/navbar.module.d.ts +0 -23
  469. package/navbar-toggler/src/index.d.ts +0 -1
  470. package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +0 -14
  471. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +0 -31
  472. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +0 -8
  473. package/navigation-lock/src/index.d.ts +0 -4
  474. package/navigation-lock/src/interface/has-navigation-lock.d.ts +0 -15
  475. package/navigation-lock/src/navigation-lock.module.d.ts +0 -9
  476. package/no-noscript/src/index.d.ts +0 -1
  477. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +0 -8
  478. package/offcanvas/src/components/index.d.ts +0 -4
  479. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +0 -31
  480. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +0 -6
  481. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +0 -5
  482. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +0 -36
  483. package/offcanvas/src/directives/index.d.ts +0 -3
  484. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
  485. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  486. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +0 -14
  487. package/offcanvas/src/index.d.ts +0 -3
  488. package/offcanvas/src/offcanvas.module.d.ts +0 -16
  489. package/offcanvas/src/providers/offcanvas-content.provider.d.ts +0 -2
  490. package/offcanvas/src/providers/portal-factory.provider.d.ts +0 -3
  491. package/ordinal-number/src/index.d.ts +0 -1
  492. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +0 -10
  493. package/pagination/src/component/index.d.ts +0 -1
  494. package/pagination/src/component/pagination/pagination.component.d.ts +0 -46
  495. package/pagination/src/index.d.ts +0 -3
  496. package/pagination/src/interfaces/index.d.ts +0 -1
  497. package/pagination/src/interfaces/page-with-selection.d.ts +0 -5
  498. package/pagination/src/types/index.d.ts +0 -1
  499. package/pagination/src/types/page-number.type.d.ts +0 -1
  500. package/parallax/src/parallax.component.d.ts +0 -8
  501. package/placeholder/src/index.d.ts +0 -3
  502. package/placeholder/src/placeholder/placeholder.component.d.ts +0 -11
  503. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +0 -12
  504. package/placeholder/src/placeholder.module.d.ts +0 -9
  505. package/playlist-toggler/src/index.d.ts +0 -1
  506. package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +0 -14
  507. package/popover/src/component/popover.component.d.ts +0 -19
  508. package/popover/src/directives/index.d.ts +0 -3
  509. package/popover/src/directives/popover/popover.directive.d.ts +0 -27
  510. package/popover/src/directives/popover-body/popover-body.directive.d.ts +0 -6
  511. package/popover/src/directives/popover-header/popover-header.directive.d.ts +0 -6
  512. package/popover/src/index.d.ts +0 -3
  513. package/popover/src/popover.module.d.ts +0 -13
  514. package/popover/src/providers/popover-content.provider.d.ts +0 -2
  515. package/popover/src/providers/portal-factory.provider.d.ts +0 -3
  516. package/progress-bar/src/index.d.ts +0 -3
  517. package/progress-bar/src/progress/progress.component.d.ts +0 -8
  518. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +0 -28
  519. package/progress-bar/src/progress-bar.module.d.ts +0 -9
  520. package/range/src/component/range.component.d.ts +0 -10
  521. package/range/src/index.d.ts +0 -3
  522. package/range/src/range.module.d.ts +0 -9
  523. package/range/src/value-accessor/range-value-accessor.d.ts +0 -18
  524. package/rating/src/component/rating.component.d.ts +0 -20
  525. package/rating/src/index.d.ts +0 -1
  526. package/resizable/src/index.d.ts +0 -6
  527. package/resizable/src/interfaces/index.d.ts +0 -3
  528. package/resizable/src/interfaces/pointer-data.d.ts +0 -5
  529. package/resizable/src/interfaces/preset-position.d.ts +0 -6
  530. package/resizable/src/interfaces/resize-action.d.ts +0 -18
  531. package/resizable/src/providers/index.d.ts +0 -1
  532. package/resizable/src/providers/resizable.provider.d.ts +0 -3
  533. package/resizable/src/resizable/resizable.component.d.ts +0 -29
  534. package/resizable/src/resizable.module.d.ts +0 -9
  535. package/resizable/src/resize-glyph/resize-glyph.directive.d.ts +0 -23
  536. package/resizable/src/types/index.d.ts +0 -1
  537. package/resizable/src/types/positioning.d.ts +0 -1
  538. package/scheduler/src/components/index.d.ts +0 -2
  539. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -27
  540. package/scheduler/src/components/scheduler/scheduler.component.d.ts +0 -89
  541. package/scheduler/src/constants/available-scales.d.ts +0 -2
  542. package/scheduler/src/constants/index.d.ts +0 -1
  543. package/scheduler/src/enums/drag-operation.d.ts +0 -6
  544. package/scheduler/src/enums/index.d.ts +0 -1
  545. package/scheduler/src/enums/scheduler-mode.d.ts +0 -4
  546. package/scheduler/src/index.d.ts +0 -5
  547. package/scheduler/src/interfaces/drag-operation.d.ts +0 -7
  548. package/scheduler/src/interfaces/index.d.ts +0 -5
  549. package/scheduler/src/interfaces/preview-event.d.ts +0 -4
  550. package/scheduler/src/interfaces/resource-group.d.ts +0 -5
  551. package/scheduler/src/interfaces/resource-or-group.d.ts +0 -6
  552. package/scheduler/src/interfaces/resource.d.ts +0 -5
  553. package/scheduler/src/interfaces/scheduler-event-part.d.ts +0 -6
  554. package/scheduler/src/interfaces/scheduler-event-with-parts.d.ts +0 -6
  555. package/scheduler/src/interfaces/scheduler-event.d.ts +0 -6
  556. package/scheduler/src/interfaces/scheduler-schale.d.ts +0 -5
  557. package/scheduler/src/interfaces/scheduler-stamp-with-slots.d.ts +0 -6
  558. package/scheduler/src/interfaces/time-slot.d.ts +0 -4
  559. package/scheduler/src/interfaces/timeline-options.d.ts +0 -3
  560. package/scheduler/src/interfaces/timeline-track.d.ts +0 -5
  561. package/scheduler/src/interfaces/week-options.d.ts +0 -3
  562. package/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -9
  563. package/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -9
  564. package/scheduler/src/pipes/date-offset/date-offset.pipe.d.ts +0 -8
  565. package/scheduler/src/pipes/day-of-week/day-of-week.pipe.d.ts +0 -9
  566. package/scheduler/src/scheduler.module.d.ts +0 -13
  567. package/scheduler/src/services/timeline/timeline.service.d.ts +0 -14
  568. package/scrollspy/src/component/scrollspy.component.d.ts +0 -23
  569. package/scrollspy/src/directives/scrollspy.directive.d.ts +0 -8
  570. package/scrollspy/src/index.d.ts +0 -4
  571. package/scrollspy/src/scrollspy.module.d.ts +0 -8
  572. package/scrollspy/src/services/index.d.ts +0 -1
  573. package/scrollspy/src/services/scroll-offset/scroll-offset.service.d.ts +0 -9
  574. package/searchbox/src/directives/enter-search-term.directive.d.ts +0 -9
  575. package/searchbox/src/directives/index.d.ts +0 -3
  576. package/searchbox/src/directives/no-results.directive.d.ts +0 -9
  577. package/searchbox/src/directives/suggestion.directive.d.ts +0 -16
  578. package/searchbox/src/searchbox/searchbox.component.d.ts +0 -37
  579. package/searchbox/src/searchbox.module.d.ts +0 -18
  580. package/select/src/component/select.component.d.ts +0 -26
  581. package/select/src/index.d.ts +0 -4
  582. package/select/src/select.module.d.ts +0 -9
  583. package/select/src/types/index.d.ts +0 -1
  584. package/select/src/types/select-size.d.ts +0 -1
  585. package/select/src/value-accessors/index.d.ts +0 -1
  586. package/select/src/value-accessors/select-value-accessor.d.ts +0 -44
  587. package/select2/src/component/select2.component.d.ts +0 -27
  588. package/select2/src/directive/index.d.ts +0 -2
  589. package/select2/src/directive/item-template/item-template.directive.d.ts +0 -16
  590. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +0 -16
  591. package/select2/src/index.d.ts +0 -3
  592. package/select2/src/select2.module.d.ts +0 -15
  593. package/shell/src/shell/shell.component.d.ts +0 -19
  594. package/shell/src/shell-sidebar/shell-sidebar.directive.d.ts +0 -10
  595. package/shell/src/shell-state.d.ts +0 -1
  596. package/shell/src/shell.module.d.ts +0 -9
  597. package/signature-pad/src/component/signature-pad.component.d.ts +0 -25
  598. package/signature-pad/src/index.d.ts +0 -2
  599. package/signature-pad/src/interfaces/index.d.ts +0 -3
  600. package/signature-pad/src/interfaces/point.d.ts +0 -4
  601. package/signature-pad/src/interfaces/signature.d.ts +0 -4
  602. package/signature-pad/src/interfaces/stroke.d.ts +0 -4
  603. package/slugify/src/slugify.pipe.d.ts +0 -7
  604. package/spinner/src/index.d.ts +0 -1
  605. package/spinner/src/spinner.component.d.ts +0 -19
  606. package/split-string/src/split-string.pipe.d.ts +0 -7
  607. package/splitter/src/element-at/element-at.pipe.d.ts +0 -7
  608. package/splitter/src/index.d.ts +0 -5
  609. package/splitter/src/interfaces/drag-operation.d.ts +0 -12
  610. package/splitter/src/interfaces/point.d.ts +0 -4
  611. package/splitter/src/split-panel/split-panel.component.d.ts +0 -11
  612. package/splitter/src/splitter/splitter.component.d.ts +0 -37
  613. package/splitter/src/splitter.module.d.ts +0 -12
  614. package/splitter/src/types/direction.type.d.ts +0 -1
  615. package/splitter/src/types/index.d.ts +0 -1
  616. package/sticky-footer/src/index.d.ts +0 -3
  617. package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +0 -13
  618. package/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.d.ts +0 -6
  619. package/sticky-footer/src/sticky-footer.module.d.ts +0 -10
  620. package/tab-control/src/index.d.ts +0 -5
  621. package/tab-control/src/tab-control/tab-control.component.d.ts +0 -40
  622. package/tab-control/src/tab-control.module.d.ts +0 -12
  623. package/tab-control/src/tab-page/tab-page.component.d.ts +0 -16
  624. package/tab-control/src/tab-page-header/tab-page-header.directive.d.ts +0 -8
  625. package/tab-control/src/tabs-position.d.ts +0 -1
  626. package/table/src/component/table.component.d.ts +0 -15
  627. package/table/src/index.d.ts +0 -1
  628. package/timepicker/src/index.d.ts +0 -1
  629. package/timepicker/src/timepicker.component.d.ts +0 -30
  630. package/toast/src/components/index.d.ts +0 -4
  631. package/toast/src/components/toast/toast.component.d.ts +0 -6
  632. package/toast/src/components/toast-body/toast-body.component.d.ts +0 -6
  633. package/toast/src/components/toast-container/toast-container.component.d.ts +0 -9
  634. package/toast/src/components/toast-header/toast-header.component.d.ts +0 -6
  635. package/toast/src/directives/index.d.ts +0 -1
  636. package/toast/src/directives/toast-close/toast-close.directive.d.ts +0 -12
  637. package/toast/src/index.d.ts +0 -5
  638. package/toast/src/pipes/add-properties.pipe.d.ts +0 -7
  639. package/toast/src/providers/portal-factory.provider.d.ts +0 -3
  640. package/toast/src/services/index.d.ts +0 -1
  641. package/toast/src/services/toast/toast.service.d.ts +0 -22
  642. package/toast/src/toast.module.d.ts +0 -15
  643. package/toggle-button/src/component/toggle-button.component.d.ts +0 -36
  644. package/toggle-button/src/directives/index.d.ts +0 -1
  645. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -8
  646. package/toggle-button/src/index.d.ts +0 -5
  647. package/toggle-button/src/toggle-button.module.d.ts +0 -10
  648. package/toggle-button/src/types/check-style.d.ts +0 -1
  649. package/toggle-button/src/types/index.d.ts +0 -1
  650. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +0 -18
  651. package/tooltip/src/component/tooltip.component.d.ts +0 -16
  652. package/tooltip/src/directive/tooltip.directive.d.ts +0 -21
  653. package/tooltip/src/index.d.ts +0 -2
  654. package/tooltip/src/providers/tooltip-content.provider.d.ts +0 -2
  655. package/tooltip/src/tooltip.module.d.ts +0 -11
  656. package/treeview/src/index.d.ts +0 -3
  657. package/treeview/src/treeview/treeview.component.d.ts +0 -14
  658. package/treeview/src/treeview-item/treeview-item.component.d.ts +0 -13
  659. package/treeview/src/treeview.module.d.ts +0 -10
  660. package/trust-html/src/trust-html.pipe.d.ts +0 -10
  661. package/typeahead/src/index.d.ts +0 -1
  662. package/typeahead/src/typeahead.component.d.ts +0 -25
  663. package/uc-first/src/uc-first.pipe.d.ts +0 -7
  664. package/user-agent/src/directive/index.d.ts +0 -1
  665. package/user-agent/src/directive/user-agent.directive.d.ts +0 -16
  666. package/user-agent/src/index.d.ts +0 -3
  667. package/user-agent/src/interfaces/index.d.ts +0 -1
  668. package/user-agent/src/interfaces/user-agent.d.ts +0 -6
  669. package/user-agent/src/types/index.d.ts +0 -2
  670. package/user-agent/src/types/operating-system.type.d.ts +0 -1
  671. package/user-agent/src/types/webbrowser.type.d.ts +0 -1
  672. package/word-count/src/word-count.pipe.d.ts +0 -7
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-instance-of.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/instance-of/src/directives/instanceof.directive.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/interfaces/instance-of-context.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/directives/switch-view.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/directives/instanceof-case.directive.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/directives/instanceof-default.directive.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/pipes/instance-of.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/src/instance-of.module.ts","../../../../libs/mintplayer-ng-bootstrap/instance-of/mintplayer-ng-bootstrap-instance-of.ts"],"sourcesContent":["import { Directive, Input } from \"@angular/core\";\nimport { SwitchView } from \"./switch-view\";\nimport { AbstractType } from \"../types/abstract.type\";\n\n@Directive({\n selector: '[bsInstanceof]',\n standalone: false,\n})\nexport class BsInstanceOfDirective {\n private _defaultViews!: SwitchView[];\n private _defaultUsed = false;\n private _caseCount = 0;\n private _lastCaseCheckIndex = 0;\n private _lastCasesMatched = false;\n private _instanceof: any;\n\n @Input()\n public set bsInstanceof(newValue: any) {\n this._instanceof = newValue;\n if (this._caseCount === 0) {\n this._updateDefaultCases(true);\n }\n }\n\n /** @internal */\n public _addCase(): number {\n return this._caseCount++;\n }\n\n /** @internal */\n public _addDefault(view: SwitchView): void {\n if (!this._defaultViews) {\n this._defaultViews = [];\n }\n this._defaultViews.push(view);\n }\n\n /** @internal */\n public _matchCase<T>(type: AbstractType<T>): T | undefined {\n const matched =\n this._instanceof instanceof type\n ? this._instanceof\n : undefined;\n this._lastCasesMatched = this._lastCasesMatched || !!matched;\n this._lastCaseCheckIndex++;\n if (this._lastCaseCheckIndex === this._caseCount) {\n this._updateDefaultCases(!this._lastCasesMatched);\n this._lastCaseCheckIndex = 0;\n this._lastCasesMatched = false;\n }\n // debugger;\n return matched;\n }\n\n private _updateDefaultCases(useDefault: boolean): void {\n if (this._defaultViews && useDefault !== this._defaultUsed) {\n this._defaultUsed = useDefault;\n for (let i = 0; i < this._defaultViews.length; i++) {\n const defaultView = this._defaultViews[i];\n defaultView.enforceState(useDefault);\n }\n }\n }\n}\n","export class BsInstanceOfContext<T = unknown> {\n public $implicit: T = null!;\n public bsInstanceofCase: T = null!;\n}","import { ViewContainerRef, TemplateRef } from \"@angular/core\";\nimport { BsInstanceOfContext } from \"../interfaces/instance-of-context\";\n\nexport class SwitchView<T = unknown> {\n private _created = false;\n private _context = new BsInstanceOfContext<T>();\n \n public constructor(private _viewContainerRef: ViewContainerRef, private _templateRef: TemplateRef<BsInstanceOfContext<T>>) {}\n \n public enforceState(result?: T) {\n if (result && !this._created) {\n this.create(result);\n } else if (!result && this._created) {\n this.destroy();\n } else if (result) {\n this._context.$implicit = this._context.bsInstanceofCase = result;\n }\n }\n \n private create(result: T) {\n this._created = true;\n this._context.$implicit = this._context.bsInstanceofCase = result;\n this._viewContainerRef.createEmbeddedView(this._templateRef, this._context);\n }\n \n private destroy() {\n this._created = false;\n this._viewContainerRef.clear();\n }\n}","import { Directive, Input, DoCheck, ViewContainerRef, Optional, Host, TemplateRef } from \"@angular/core\";\nimport { SwitchView } from \"./switch-view\";\nimport { BsInstanceOfContext } from \"../interfaces/instance-of-context\";\nimport { AbstractType } from \"../types/abstract.type\";\nimport { BsInstanceOfDirective } from \"./instanceof.directive\";\n\n@Directive({\n selector: '[bsInstanceofCase]',\n standalone: false,\n})\nexport class BsInstanceofCaseDirective<T> implements DoCheck {\n @Input() public bsInstanceofCase!: AbstractType<T>;\n\n private _view: SwitchView<T>;\n\n public constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<BsInstanceOfContext<T>>,\n @Optional() @Host() private bsInstanceof: BsInstanceOfDirective\n ) {\n if (!bsInstanceof) {\n this.throwError('bsInstanceofCase');\n }\n bsInstanceof._addCase();\n this._view = new SwitchView<T>(viewContainer, templateRef);\n }\n\n /**\n * Asserts the correct type of the context for the template that `InstanceofCaseDirective` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `InstanceofCaseDirective` structural directive renders its template with a specific context type.\n * Magic happens here!\n */\n public static ngTemplateContextGuard<T>(\n dir: BsInstanceofCaseDirective<T>,\n ctx: any\n ): ctx is BsInstanceOfContext<Exclude<T, false | 0 | '' | null | undefined>> {\n return true;\n }\n\n public ngDoCheck() {\n this._view.enforceState(\n this.bsInstanceof._matchCase(this.bsInstanceofCase)\n );\n }\n\n throwError(directiveName: string) {\n throw new Error(\n `An element with the \"${directiveName}\" attribute (matching the \"${directiveName}\" directive) must be located inside an element with the \"bsInstanceof\" attribute (matching \"BsInstanceofDirective\" directive)`\n );\n };\n}\n","import { Directive, ViewContainerRef, Optional, Host, TemplateRef } from \"@angular/core\";\nimport { SwitchView } from \"./switch-view\";\nimport { BsInstanceOfContext } from \"../interfaces/instance-of-context\";\nimport { BsInstanceOfDirective } from \"./instanceof.directive\";\n\n@Directive({\n selector: '[bsInstanceofDefault]',\n standalone: false,\n})\nexport class BsInstanceOfDefaultDirective {\n public constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<BsInstanceOfContext>,\n @Optional() @Host() bsInstanceof: BsInstanceOfDirective\n ) {\n if (!bsInstanceof) {\n this.throwError('bsInstanceofDefault');\n }\n bsInstanceof._addDefault(new SwitchView(viewContainer, templateRef));\n }\n\n throwError(directiveName: string) {\n throw new Error(\n `An element with the \"${directiveName}\" attribute (matching the \"${directiveName}\" directive) must be located inside an element with the \"bsInstanceof\" attribute (matching \"BsInstanceofDirective\" directive)`\n );\n };\n}","import { Pipe } from '@angular/core';\nimport type { PipeTransform } from '@angular/core';\nimport { AbstractType } from '../types/abstract.type';\n\n@Pipe({\n name: 'bsInstanceof',\n pure: true,\n standalone: false,\n})\nexport class BsInstanceofPipe implements PipeTransform {\n public transform<V, R>(value: V, type: AbstractType<R>): R | undefined {\n return value instanceof type ? value : undefined;\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInstanceOfDirective } from './directives/instanceof.directive';\nimport { BsInstanceofCaseDirective } from './directives/instanceof-case.directive';\nimport { BsInstanceOfDefaultDirective } from './directives/instanceof-default.directive';\nimport { BsInstanceofPipe } from './pipes/instance-of.pipe';\n\n@NgModule({\n declarations: [\n BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective\n ],\n imports: [CommonModule],\n exports: [\n BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective\n ]\n})\nexport class BsInstanceOfModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.BsInstanceOfDirective"],"mappings":"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"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-instance-of.mjs","sources":["../tmp-esm2022/instance-of/src/directives/instanceof.directive.js","../tmp-esm2022/instance-of/src/interfaces/instance-of-context.js","../tmp-esm2022/instance-of/src/directives/switch-view.js","../tmp-esm2022/instance-of/src/directives/instanceof-case.directive.js","../tmp-esm2022/instance-of/src/directives/instanceof-default.directive.js","../tmp-esm2022/instance-of/src/pipes/instance-of.pipe.js","../tmp-esm2022/instance-of/src/instance-of.module.js","../tmp-esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.js"],"sourcesContent":["import { Directive, Input } from \"@angular/core\";\nimport * as i0 from \"@angular/core\";\nexport class BsInstanceOfDirective {\n constructor() {\n this._defaultUsed = false;\n this._caseCount = 0;\n this._lastCaseCheckIndex = 0;\n this._lastCasesMatched = false;\n }\n set bsInstanceof(newValue) {\n this._instanceof = newValue;\n if (this._caseCount === 0) {\n this._updateDefaultCases(true);\n }\n }\n /** @internal */\n _addCase() {\n return this._caseCount++;\n }\n /** @internal */\n _addDefault(view) {\n if (!this._defaultViews) {\n this._defaultViews = [];\n }\n this._defaultViews.push(view);\n }\n /** @internal */\n _matchCase(type) {\n const matched = this._instanceof instanceof type\n ? this._instanceof\n : undefined;\n this._lastCasesMatched = this._lastCasesMatched || !!matched;\n this._lastCaseCheckIndex++;\n if (this._lastCaseCheckIndex === this._caseCount) {\n this._updateDefaultCases(!this._lastCasesMatched);\n this._lastCaseCheckIndex = 0;\n this._lastCasesMatched = false;\n }\n // debugger;\n return matched;\n }\n _updateDefaultCases(useDefault) {\n if (this._defaultViews && useDefault !== this._defaultUsed) {\n this._defaultUsed = useDefault;\n for (let i = 0; i < this._defaultViews.length; i++) {\n const defaultView = this._defaultViews[i];\n defaultView.enforceState(useDefault);\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsInstanceOfDirective, isStandalone: false, selector: \"[bsInstanceof]\", inputs: { bsInstanceof: \"bsInstanceof\" }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[bsInstanceof]',\n standalone: false,\n }]\n }], propDecorators: { bsInstanceof: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2VvZi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2luc3RhbmNlLW9mL3NyYy9kaXJlY3RpdmVzL2luc3RhbmNlb2YuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFqRCxNQUFNLE9BQU8scUJBQXFCO0lBSmxDO1FBTVUsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFDckIsZUFBVSxHQUFHLENBQUMsQ0FBQztRQUNmLHdCQUFtQixHQUFHLENBQUMsQ0FBQztRQUN4QixzQkFBaUIsR0FBRyxLQUFLLENBQUM7S0FrRG5DO0lBL0NDLElBQ1csWUFBWSxDQUFDLFFBQWE7UUFDbkMsSUFBSSxDQUFDLFdBQVcsR0FBRyxRQUFRLENBQUM7UUFDNUIsSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQzFCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNqQyxDQUFDO0lBQ0gsQ0FBQztJQUVELGdCQUFnQjtJQUNULFFBQVE7UUFDYixPQUFPLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsZ0JBQWdCO0lBQ1QsV0FBVyxDQUFDLElBQWdCO1FBQ2pDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7WUFDeEIsSUFBSSxDQUFDLGFBQWEsR0FBRyxFQUFFLENBQUM7UUFDMUIsQ0FBQztRQUNELElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxnQkFBZ0I7SUFDVCxVQUFVLENBQUksSUFBcUI7UUFDeEMsTUFBTSxPQUFPLEdBQ1gsSUFBSSxDQUFDLFdBQVcsWUFBWSxJQUFJO1lBQzlCLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVztZQUNsQixDQUFDLENBQUMsU0FBUyxDQUFDO1FBQ2hCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxDQUFDLE9BQU8sQ0FBQztRQUM3RCxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUMzQixJQUFJLElBQUksQ0FBQyxtQkFBbUIsS0FBSyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7WUFDakQsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7WUFDbEQsSUFBSSxDQUFDLG1CQUFtQixHQUFHLENBQUMsQ0FBQztZQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO1FBQ2pDLENBQUM7UUFDRCxZQUFZO1FBQ1osT0FBTyxPQUFPLENBQUM7SUFDakIsQ0FBQztJQUVPLG1CQUFtQixDQUFDLFVBQW1CO1FBQzdDLElBQUksSUFBSSxDQUFDLGFBQWEsSUFBSSxVQUFVLEtBQUssSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQzNELElBQUksQ0FBQyxZQUFZLEdBQUcsVUFBVSxDQUFDO1lBQy9CLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDO2dCQUNuRCxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDO2dCQUMxQyxXQUFXLENBQUMsWUFBWSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1lBQ3ZDLENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQzttSEF0RFUscUJBQXFCO3VHQUFyQixxQkFBcUI7O2dHQUFyQixxQkFBcUI7a0JBSmpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsVUFBVSxFQUFFLEtBQUs7aUJBQ2xCOzhCQVVZLFlBQVk7c0JBRHRCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IFN3aXRjaFZpZXcgfSBmcm9tIFwiLi9zd2l0Y2gtdmlld1wiO1xuaW1wb3J0IHsgQWJzdHJhY3RUeXBlIH0gZnJvbSBcIi4uL3R5cGVzL2Fic3RyYWN0LnR5cGVcIjtcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzSW5zdGFuY2VvZl0nLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQnNJbnN0YW5jZU9mRGlyZWN0aXZlIHtcbiAgcHJpdmF0ZSBfZGVmYXVsdFZpZXdzITogU3dpdGNoVmlld1tdO1xuICBwcml2YXRlIF9kZWZhdWx0VXNlZCA9IGZhbHNlO1xuICBwcml2YXRlIF9jYXNlQ291bnQgPSAwO1xuICBwcml2YXRlIF9sYXN0Q2FzZUNoZWNrSW5kZXggPSAwO1xuICBwcml2YXRlIF9sYXN0Q2FzZXNNYXRjaGVkID0gZmFsc2U7XG4gIHByaXZhdGUgX2luc3RhbmNlb2Y6IGFueTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGJzSW5zdGFuY2VvZihuZXdWYWx1ZTogYW55KSB7XG4gICAgdGhpcy5faW5zdGFuY2VvZiA9IG5ld1ZhbHVlO1xuICAgIGlmICh0aGlzLl9jYXNlQ291bnQgPT09IDApIHtcbiAgICAgIHRoaXMuX3VwZGF0ZURlZmF1bHRDYXNlcyh0cnVlKTtcbiAgICB9XG4gIH1cblxuICAvKiogQGludGVybmFsICovXG4gIHB1YmxpYyBfYWRkQ2FzZSgpOiBudW1iZXIge1xuICAgIHJldHVybiB0aGlzLl9jYXNlQ291bnQrKztcbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgcHVibGljIF9hZGREZWZhdWx0KHZpZXc6IFN3aXRjaFZpZXcpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuX2RlZmF1bHRWaWV3cykge1xuICAgICAgdGhpcy5fZGVmYXVsdFZpZXdzID0gW107XG4gICAgfVxuICAgIHRoaXMuX2RlZmF1bHRWaWV3cy5wdXNoKHZpZXcpO1xuICB9XG5cbiAgLyoqIEBpbnRlcm5hbCAqL1xuICBwdWJsaWMgX21hdGNoQ2FzZTxUPih0eXBlOiBBYnN0cmFjdFR5cGU8VD4pOiBUIHwgdW5kZWZpbmVkIHtcbiAgICBjb25zdCBtYXRjaGVkID1cbiAgICAgIHRoaXMuX2luc3RhbmNlb2YgaW5zdGFuY2VvZiB0eXBlXG4gICAgICAgID8gdGhpcy5faW5zdGFuY2VvZlxuICAgICAgICA6IHVuZGVmaW5lZDtcbiAgICB0aGlzLl9sYXN0Q2FzZXNNYXRjaGVkID0gdGhpcy5fbGFzdENhc2VzTWF0Y2hlZCB8fCAhIW1hdGNoZWQ7XG4gICAgdGhpcy5fbGFzdENhc2VDaGVja0luZGV4Kys7XG4gICAgaWYgKHRoaXMuX2xhc3RDYXNlQ2hlY2tJbmRleCA9PT0gdGhpcy5fY2FzZUNvdW50KSB7XG4gICAgICB0aGlzLl91cGRhdGVEZWZhdWx0Q2FzZXMoIXRoaXMuX2xhc3RDYXNlc01hdGNoZWQpO1xuICAgICAgdGhpcy5fbGFzdENhc2VDaGVja0luZGV4ID0gMDtcbiAgICAgIHRoaXMuX2xhc3RDYXNlc01hdGNoZWQgPSBmYWxzZTtcbiAgICB9XG4gICAgLy8gZGVidWdnZXI7XG4gICAgcmV0dXJuIG1hdGNoZWQ7XG4gIH1cblxuICBwcml2YXRlIF91cGRhdGVEZWZhdWx0Q2FzZXModXNlRGVmYXVsdDogYm9vbGVhbik6IHZvaWQge1xuICAgIGlmICh0aGlzLl9kZWZhdWx0Vmlld3MgJiYgdXNlRGVmYXVsdCAhPT0gdGhpcy5fZGVmYXVsdFVzZWQpIHtcbiAgICAgIHRoaXMuX2RlZmF1bHRVc2VkID0gdXNlRGVmYXVsdDtcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgdGhpcy5fZGVmYXVsdFZpZXdzLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgIGNvbnN0IGRlZmF1bHRWaWV3ID0gdGhpcy5fZGVmYXVsdFZpZXdzW2ldO1xuICAgICAgICBkZWZhdWx0Vmlldy5lbmZvcmNlU3RhdGUodXNlRGVmYXVsdCk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0=","export class BsInstanceOfContext {\n constructor() {\n this.$implicit = null;\n this.bsInstanceofCase = null;\n }\n}\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2Utb2YtY29udGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvaW5zdGFuY2Utb2Yvc3JjL2ludGVyZmFjZXMvaW5zdGFuY2Utb2YtY29udGV4dC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sbUJBQW1CO0lBQWhDO1FBQ1csY0FBUyxHQUFNLElBQUssQ0FBQztRQUNyQixxQkFBZ0IsR0FBTSxJQUFLLENBQUM7SUFDdkMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIEJzSW5zdGFuY2VPZkNvbnRleHQ8VCA9IHVua25vd24+IHtcbiAgICBwdWJsaWMgJGltcGxpY2l0OiBUID0gbnVsbCE7XG4gICAgcHVibGljIGJzSW5zdGFuY2VvZkNhc2U6IFQgPSBudWxsITtcbn0iXX0=","import { BsInstanceOfContext } from \"../interfaces/instance-of-context\";\nexport class SwitchView {\n constructor(_viewContainerRef, _templateRef) {\n this._viewContainerRef = _viewContainerRef;\n this._templateRef = _templateRef;\n this._created = false;\n this._context = new BsInstanceOfContext();\n }\n enforceState(result) {\n if (result && !this._created) {\n this.create(result);\n }\n else if (!result && this._created) {\n this.destroy();\n }\n else if (result) {\n this._context.$implicit = this._context.bsInstanceofCase = result;\n }\n }\n create(result) {\n this._created = true;\n this._context.$implicit = this._context.bsInstanceofCase = result;\n this._viewContainerRef.createEmbeddedView(this._templateRef, this._context);\n }\n destroy() {\n this._created = false;\n this._viewContainerRef.clear();\n }\n}\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3dpdGNoLXZpZXcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2luc3RhbmNlLW9mL3NyYy9kaXJlY3RpdmVzL3N3aXRjaC12aWV3LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBRXhFLE1BQU0sT0FBTyxVQUFVO0lBSW5CLFlBQTJCLGlCQUFtQyxFQUFVLFlBQWlEO1FBQTlGLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBa0I7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBcUM7UUFIakgsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUNqQixhQUFRLEdBQUcsSUFBSSxtQkFBbUIsRUFBSyxDQUFDO0lBRTRFLENBQUM7SUFFdEgsWUFBWSxDQUFDLE1BQVU7UUFDMUIsSUFBSSxNQUFNLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN4QixDQUFDO2FBQU0sSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDbEMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQ25CLENBQUM7YUFBTSxJQUFJLE1BQU0sRUFBRSxDQUFDO1lBQ2hCLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsZ0JBQWdCLEdBQUcsTUFBTSxDQUFDO1FBQ3RFLENBQUM7SUFDTCxDQUFDO0lBRU8sTUFBTSxDQUFDLE1BQVM7UUFDcEIsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsR0FBRyxNQUFNLENBQUM7UUFDbEUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFTyxPQUFPO1FBQ1gsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFDdEIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ25DLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFZpZXdDb250YWluZXJSZWYsIFRlbXBsYXRlUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IEJzSW5zdGFuY2VPZkNvbnRleHQgfSBmcm9tIFwiLi4vaW50ZXJmYWNlcy9pbnN0YW5jZS1vZi1jb250ZXh0XCI7XG5cbmV4cG9ydCBjbGFzcyBTd2l0Y2hWaWV3PFQgPSB1bmtub3duPiB7XG4gICAgcHJpdmF0ZSBfY3JlYXRlZCA9IGZhbHNlO1xuICAgIHByaXZhdGUgX2NvbnRleHQgPSBuZXcgQnNJbnN0YW5jZU9mQ29udGV4dDxUPigpO1xuICBcbiAgICBwdWJsaWMgY29uc3RydWN0b3IocHJpdmF0ZSBfdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBfdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPEJzSW5zdGFuY2VPZkNvbnRleHQ8VD4+KSB7fVxuICBcbiAgICBwdWJsaWMgZW5mb3JjZVN0YXRlKHJlc3VsdD86IFQpIHtcbiAgICAgICAgaWYgKHJlc3VsdCAmJiAhdGhpcy5fY3JlYXRlZCkge1xuICAgICAgICAgICAgdGhpcy5jcmVhdGUocmVzdWx0KTtcbiAgICAgICAgfSBlbHNlIGlmICghcmVzdWx0ICYmIHRoaXMuX2NyZWF0ZWQpIHtcbiAgICAgICAgICAgIHRoaXMuZGVzdHJveSgpO1xuICAgICAgICB9IGVsc2UgaWYgKHJlc3VsdCkge1xuICAgICAgICAgICAgdGhpcy5fY29udGV4dC4kaW1wbGljaXQgPSB0aGlzLl9jb250ZXh0LmJzSW5zdGFuY2VvZkNhc2UgPSByZXN1bHQ7XG4gICAgICAgIH1cbiAgICB9XG4gIFxuICAgIHByaXZhdGUgY3JlYXRlKHJlc3VsdDogVCkge1xuICAgICAgICB0aGlzLl9jcmVhdGVkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5fY29udGV4dC4kaW1wbGljaXQgPSB0aGlzLl9jb250ZXh0LmJzSW5zdGFuY2VvZkNhc2UgPSByZXN1bHQ7XG4gICAgICAgIHRoaXMuX3ZpZXdDb250YWluZXJSZWYuY3JlYXRlRW1iZWRkZWRWaWV3KHRoaXMuX3RlbXBsYXRlUmVmLCB0aGlzLl9jb250ZXh0KTtcbiAgICB9XG4gIFxuICAgIHByaXZhdGUgZGVzdHJveSgpIHtcbiAgICAgICAgdGhpcy5fY3JlYXRlZCA9IGZhbHNlO1xuICAgICAgICB0aGlzLl92aWV3Q29udGFpbmVyUmVmLmNsZWFyKCk7XG4gICAgfVxufSJdfQ==","import { Directive, Input, Optional, Host } from \"@angular/core\";\nimport { SwitchView } from \"./switch-view\";\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"./instanceof.directive\";\nexport class BsInstanceofCaseDirective {\n constructor(viewContainer, templateRef, bsInstanceof) {\n this.bsInstanceof = bsInstanceof;\n if (!bsInstanceof) {\n this.throwError('bsInstanceofCase');\n }\n bsInstanceof._addCase();\n this._view = new SwitchView(viewContainer, templateRef);\n }\n /**\n * Asserts the correct type of the context for the template that `InstanceofCaseDirective` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `InstanceofCaseDirective` structural directive renders its template with a specific context type.\n * Magic happens here!\n */\n static ngTemplateContextGuard(dir, ctx) {\n return true;\n }\n ngDoCheck() {\n this._view.enforceState(this.bsInstanceof._matchCase(this.bsInstanceofCase));\n }\n throwError(directiveName) {\n throw new Error(`An element with the \"${directiveName}\" attribute (matching the \"${directiveName}\" directive) must be located inside an element with the \"bsInstanceof\" attribute (matching \"BsInstanceofDirective\" directive)`);\n }\n ;\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceofCaseDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i1.BsInstanceOfDirective, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsInstanceofCaseDirective, isStandalone: false, selector: \"[bsInstanceofCase]\", inputs: { bsInstanceofCase: \"bsInstanceofCase\" }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceofCaseDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[bsInstanceofCase]',\n standalone: false,\n }]\n }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i1.BsInstanceOfDirective, decorators: [{\n type: Optional\n }, {\n type: Host\n }] }], propDecorators: { bsInstanceofCase: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2VvZi1jYXNlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvaW5zdGFuY2Utb2Yvc3JjL2RpcmVjdGl2ZXMvaW5zdGFuY2VvZi1jYXNlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBNkIsUUFBUSxFQUFFLElBQUksRUFBZSxNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFTM0MsTUFBTSxPQUFPLHlCQUF5QjtJQUtwQyxZQUNFLGFBQStCLEVBQy9CLFdBQWdELEVBQ3BCLFlBQW1DO1FBQW5DLGlCQUFZLEdBQVosWUFBWSxDQUF1QjtRQUUvRCxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBQ3RDLENBQUM7UUFDRCxZQUFZLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLFVBQVUsQ0FBSSxhQUFhLEVBQUUsV0FBVyxDQUFDLENBQUM7SUFDN0QsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNJLE1BQU0sQ0FBQyxzQkFBc0IsQ0FDbEMsR0FBaUMsRUFDakMsR0FBUTtRQUVSLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FDckIsSUFBSSxDQUFDLFlBQVksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQ3BELENBQUM7SUFDSixDQUFDO0lBRUQsVUFBVSxDQUFDLGFBQXFCO1FBQzlCLE1BQU0sSUFBSSxLQUFLLENBQ2Isd0JBQXdCLGFBQWEsOEJBQThCLGFBQWEsK0hBQStILENBQ2hOLENBQUM7SUFDSixDQUFDO0lBQUEsQ0FBQzttSEF6Q1MseUJBQXlCO3VHQUF6Qix5QkFBeUI7O2dHQUF6Qix5QkFBeUI7a0JBSnJDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtvQkFDOUIsVUFBVSxFQUFFLEtBQUs7aUJBQ2xCOzswQkFTSSxRQUFROzswQkFBSSxJQUFJO3lDQVBILGdCQUFnQjtzQkFBL0IsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQsIERvQ2hlY2ssIFZpZXdDb250YWluZXJSZWYsIE9wdGlvbmFsLCBIb3N0LCBUZW1wbGF0ZVJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBTd2l0Y2hWaWV3IH0gZnJvbSBcIi4vc3dpdGNoLXZpZXdcIjtcbmltcG9ydCB7IEJzSW5zdGFuY2VPZkNvbnRleHQgfSBmcm9tIFwiLi4vaW50ZXJmYWNlcy9pbnN0YW5jZS1vZi1jb250ZXh0XCI7XG5pbXBvcnQgeyBBYnN0cmFjdFR5cGUgfSBmcm9tIFwiLi4vdHlwZXMvYWJzdHJhY3QudHlwZVwiO1xuaW1wb3J0IHsgQnNJbnN0YW5jZU9mRGlyZWN0aXZlIH0gZnJvbSBcIi4vaW5zdGFuY2VvZi5kaXJlY3RpdmVcIjtcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzSW5zdGFuY2VvZkNhc2VdJyxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG59KVxuZXhwb3J0IGNsYXNzIEJzSW5zdGFuY2VvZkNhc2VEaXJlY3RpdmU8VD4gaW1wbGVtZW50cyBEb0NoZWNrIHtcbiAgQElucHV0KCkgcHVibGljIGJzSW5zdGFuY2VvZkNhc2UhOiBBYnN0cmFjdFR5cGU8VD47XG5cbiAgcHJpdmF0ZSBfdmlldzogU3dpdGNoVmlldzxUPjtcblxuICBwdWJsaWMgY29uc3RydWN0b3IoXG4gICAgdmlld0NvbnRhaW5lcjogVmlld0NvbnRhaW5lclJlZixcbiAgICB0ZW1wbGF0ZVJlZjogVGVtcGxhdGVSZWY8QnNJbnN0YW5jZU9mQ29udGV4dDxUPj4sXG4gICAgQE9wdGlvbmFsKCkgQEhvc3QoKSBwcml2YXRlIGJzSW5zdGFuY2VvZjogQnNJbnN0YW5jZU9mRGlyZWN0aXZlXG4gICkge1xuICAgIGlmICghYnNJbnN0YW5jZW9mKSB7XG4gICAgICB0aGlzLnRocm93RXJyb3IoJ2JzSW5zdGFuY2VvZkNhc2UnKTtcbiAgICB9XG4gICAgYnNJbnN0YW5jZW9mLl9hZGRDYXNlKCk7XG4gICAgdGhpcy5fdmlldyA9IG5ldyBTd2l0Y2hWaWV3PFQ+KHZpZXdDb250YWluZXIsIHRlbXBsYXRlUmVmKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBBc3NlcnRzIHRoZSBjb3JyZWN0IHR5cGUgb2YgdGhlIGNvbnRleHQgZm9yIHRoZSB0ZW1wbGF0ZSB0aGF0IGBJbnN0YW5jZW9mQ2FzZURpcmVjdGl2ZWAgd2lsbCByZW5kZXIuXG4gICAqXG4gICAqIFRoZSBwcmVzZW5jZSBvZiB0aGlzIG1ldGhvZCBpcyBhIHNpZ25hbCB0byB0aGUgSXZ5IHRlbXBsYXRlIHR5cGUtY2hlY2sgY29tcGlsZXIgdGhhdCB0aGVcbiAgICogYEluc3RhbmNlb2ZDYXNlRGlyZWN0aXZlYCBzdHJ1Y3R1cmFsIGRpcmVjdGl2ZSByZW5kZXJzIGl0cyB0ZW1wbGF0ZSB3aXRoIGEgc3BlY2lmaWMgY29udGV4dCB0eXBlLlxuICAgKiBNYWdpYyBoYXBwZW5zIGhlcmUhXG4gICAqL1xuICBwdWJsaWMgc3RhdGljIG5nVGVtcGxhdGVDb250ZXh0R3VhcmQ8VD4oXG4gICAgZGlyOiBCc0luc3RhbmNlb2ZDYXNlRGlyZWN0aXZlPFQ+LFxuICAgIGN0eDogYW55XG4gICk6IGN0eCBpcyBCc0luc3RhbmNlT2ZDb250ZXh0PEV4Y2x1ZGU8VCwgZmFsc2UgfCAwIHwgJycgfCBudWxsIHwgdW5kZWZpbmVkPj4ge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG5cbiAgcHVibGljIG5nRG9DaGVjaygpIHtcbiAgICB0aGlzLl92aWV3LmVuZm9yY2VTdGF0ZShcbiAgICAgIHRoaXMuYnNJbnN0YW5jZW9mLl9tYXRjaENhc2UodGhpcy5ic0luc3RhbmNlb2ZDYXNlKVxuICAgICk7XG4gIH1cblxuICB0aHJvd0Vycm9yKGRpcmVjdGl2ZU5hbWU6IHN0cmluZykge1xuICAgIHRocm93IG5ldyBFcnJvcihcbiAgICAgIGBBbiBlbGVtZW50IHdpdGggdGhlIFwiJHtkaXJlY3RpdmVOYW1lfVwiIGF0dHJpYnV0ZSAobWF0Y2hpbmcgdGhlIFwiJHtkaXJlY3RpdmVOYW1lfVwiIGRpcmVjdGl2ZSkgbXVzdCBiZSBsb2NhdGVkIGluc2lkZSBhbiBlbGVtZW50IHdpdGggdGhlIFwiYnNJbnN0YW5jZW9mXCIgYXR0cmlidXRlIChtYXRjaGluZyBcIkJzSW5zdGFuY2VvZkRpcmVjdGl2ZVwiIGRpcmVjdGl2ZSlgXG4gICAgKTtcbiAgfTtcbn1cbiJdfQ==","import { Directive, Optional, Host } from \"@angular/core\";\nimport { SwitchView } from \"./switch-view\";\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"./instanceof.directive\";\nexport class BsInstanceOfDefaultDirective {\n constructor(viewContainer, templateRef, bsInstanceof) {\n if (!bsInstanceof) {\n this.throwError('bsInstanceofDefault');\n }\n bsInstanceof._addDefault(new SwitchView(viewContainer, templateRef));\n }\n throwError(directiveName) {\n throw new Error(`An element with the \"${directiveName}\" attribute (matching the \"${directiveName}\" directive) must be located inside an element with the \"bsInstanceof\" attribute (matching \"BsInstanceofDirective\" directive)`);\n }\n ;\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfDefaultDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i1.BsInstanceOfDirective, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsInstanceOfDefaultDirective, isStandalone: false, selector: \"[bsInstanceofDefault]\", ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfDefaultDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[bsInstanceofDefault]',\n standalone: false,\n }]\n }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i1.BsInstanceOfDirective, decorators: [{\n type: Optional\n }, {\n type: Host\n }] }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2VvZi1kZWZhdWx0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvaW5zdGFuY2Utb2Yvc3JjL2RpcmVjdGl2ZXMvaW5zdGFuY2VvZi1kZWZhdWx0LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQixRQUFRLEVBQUUsSUFBSSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQ3pGLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVEzQyxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLFlBQ0UsYUFBK0IsRUFDL0IsV0FBNkMsRUFDekIsWUFBbUM7UUFFdkQsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ2xCLElBQUksQ0FBQyxVQUFVLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUN6QyxDQUFDO1FBQ0QsWUFBWSxDQUFDLFdBQVcsQ0FBQyxJQUFJLFVBQVUsQ0FBQyxhQUFhLEVBQUUsV0FBVyxDQUFDLENBQUMsQ0FBQztJQUN2RSxDQUFDO0lBRUQsVUFBVSxDQUFDLGFBQXFCO1FBQzlCLE1BQU0sSUFBSSxLQUFLLENBQ2Isd0JBQXdCLGFBQWEsOEJBQThCLGFBQWEsK0hBQStILENBQ2hOLENBQUM7SUFDSixDQUFDO0lBQUEsQ0FBQzttSEFoQlMsNEJBQTRCO3VHQUE1Qiw0QkFBNEI7O2dHQUE1Qiw0QkFBNEI7a0JBSnhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtvQkFDakMsVUFBVSxFQUFFLEtBQUs7aUJBQ2xCOzswQkFLSSxRQUFROzswQkFBSSxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBPcHRpb25hbCwgSG9zdCwgVGVtcGxhdGVSZWYgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgU3dpdGNoVmlldyB9IGZyb20gXCIuL3N3aXRjaC12aWV3XCI7XG5pbXBvcnQgeyBCc0luc3RhbmNlT2ZDb250ZXh0IH0gZnJvbSBcIi4uL2ludGVyZmFjZXMvaW5zdGFuY2Utb2YtY29udGV4dFwiO1xuaW1wb3J0IHsgQnNJbnN0YW5jZU9mRGlyZWN0aXZlIH0gZnJvbSBcIi4vaW5zdGFuY2VvZi5kaXJlY3RpdmVcIjtcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzSW5zdGFuY2VvZkRlZmF1bHRdJyxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG59KVxuZXhwb3J0IGNsYXNzIEJzSW5zdGFuY2VPZkRlZmF1bHREaXJlY3RpdmUge1xuICBwdWJsaWMgY29uc3RydWN0b3IoXG4gICAgdmlld0NvbnRhaW5lcjogVmlld0NvbnRhaW5lclJlZixcbiAgICB0ZW1wbGF0ZVJlZjogVGVtcGxhdGVSZWY8QnNJbnN0YW5jZU9mQ29udGV4dD4sXG4gICAgQE9wdGlvbmFsKCkgQEhvc3QoKSBic0luc3RhbmNlb2Y6IEJzSW5zdGFuY2VPZkRpcmVjdGl2ZVxuICApIHtcbiAgICBpZiAoIWJzSW5zdGFuY2VvZikge1xuICAgICAgdGhpcy50aHJvd0Vycm9yKCdic0luc3RhbmNlb2ZEZWZhdWx0Jyk7XG4gICAgfVxuICAgIGJzSW5zdGFuY2VvZi5fYWRkRGVmYXVsdChuZXcgU3dpdGNoVmlldyh2aWV3Q29udGFpbmVyLCB0ZW1wbGF0ZVJlZikpO1xuICB9XG5cbiAgdGhyb3dFcnJvcihkaXJlY3RpdmVOYW1lOiBzdHJpbmcpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICBgQW4gZWxlbWVudCB3aXRoIHRoZSBcIiR7ZGlyZWN0aXZlTmFtZX1cIiBhdHRyaWJ1dGUgKG1hdGNoaW5nIHRoZSBcIiR7ZGlyZWN0aXZlTmFtZX1cIiBkaXJlY3RpdmUpIG11c3QgYmUgbG9jYXRlZCBpbnNpZGUgYW4gZWxlbWVudCB3aXRoIHRoZSBcImJzSW5zdGFuY2VvZlwiIGF0dHJpYnV0ZSAobWF0Y2hpbmcgXCJCc0luc3RhbmNlb2ZEaXJlY3RpdmVcIiBkaXJlY3RpdmUpYFxuICAgICk7XG4gIH07XG59Il19","import { Pipe } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsInstanceofPipe {\n transform(value, type) {\n return value instanceof type ? value : undefined;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceofPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }\n static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceofPipe, isStandalone: false, name: \"bsInstanceof\" }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceofPipe, decorators: [{\n type: Pipe,\n args: [{\n name: 'bsInstanceof',\n pure: true,\n standalone: false,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2Utb2YucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvaW5zdGFuY2Utb2Yvc3JjL3BpcGVzL2luc3RhbmNlLW9mLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTckMsTUFBTSxPQUFPLGdCQUFnQjtJQUNwQixTQUFTLENBQU8sS0FBUSxFQUFFLElBQXFCO1FBQ3BELE9BQU8sS0FBSyxZQUFZLElBQUksQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDbkQsQ0FBQzttSEFIVSxnQkFBZ0I7aUhBQWhCLGdCQUFnQjs7Z0dBQWhCLGdCQUFnQjtrQkFMNUIsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsY0FBYztvQkFDcEIsSUFBSSxFQUFFLElBQUk7b0JBQ1YsVUFBVSxFQUFFLEtBQUs7aUJBQ2xCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHR5cGUgeyBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdFR5cGUgfSBmcm9tICcuLi90eXBlcy9hYnN0cmFjdC50eXBlJztcblxuQFBpcGUoe1xuICBuYW1lOiAnYnNJbnN0YW5jZW9mJyxcbiAgcHVyZTogdHJ1ZSxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG59KVxuZXhwb3J0IGNsYXNzIEJzSW5zdGFuY2VvZlBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgcHVibGljIHRyYW5zZm9ybTxWLCBSPih2YWx1ZTogViwgdHlwZTogQWJzdHJhY3RUeXBlPFI+KTogUiB8IHVuZGVmaW5lZCB7XG4gICAgcmV0dXJuIHZhbHVlIGluc3RhbmNlb2YgdHlwZSA/IHZhbHVlIDogdW5kZWZpbmVkO1xuICB9XG59Il19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInstanceOfDirective } from './directives/instanceof.directive';\nimport { BsInstanceofCaseDirective } from './directives/instanceof-case.directive';\nimport { BsInstanceOfDefaultDirective } from './directives/instanceof-default.directive';\nimport { BsInstanceofPipe } from './pipes/instance-of.pipe';\nimport * as i0 from \"@angular/core\";\nexport class BsInstanceOfModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfModule, declarations: [BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective], imports: [CommonModule], exports: [BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsInstanceOfModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [\n BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective\n ],\n imports: [CommonModule],\n exports: [\n BsInstanceofPipe,\n BsInstanceOfDirective,\n BsInstanceofCaseDirective,\n BsInstanceOfDefaultDirective\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5zdGFuY2Utb2YubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9pbnN0YW5jZS1vZi9zcmMvaW5zdGFuY2Utb2YubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ25GLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3pGLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQWlCNUQsTUFBTSxPQUFPLGtCQUFrQjttSEFBbEIsa0JBQWtCO29IQUFsQixrQkFBa0IsaUJBYjNCLGdCQUFnQjtZQUNoQixxQkFBcUI7WUFDckIseUJBQXlCO1lBQ3pCLDRCQUE0QixhQUVwQixZQUFZLGFBRXBCLGdCQUFnQjtZQUNoQixxQkFBcUI7WUFDckIseUJBQXlCO1lBQ3pCLDRCQUE0QjtvSEFHbkIsa0JBQWtCLFlBUm5CLFlBQVk7O2dHQVFYLGtCQUFrQjtrQkFmOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZ0JBQWdCO3dCQUNoQixxQkFBcUI7d0JBQ3JCLHlCQUF5Qjt3QkFDekIsNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRTt3QkFDUCxnQkFBZ0I7d0JBQ2hCLHFCQUFxQjt3QkFDckIseUJBQXlCO3dCQUN6Qiw0QkFBNEI7cUJBQzdCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0luc3RhbmNlT2ZEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvaW5zdGFuY2VvZi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNJbnN0YW5jZW9mQ2FzZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9pbnN0YW5jZW9mLWNhc2UuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzSW5zdGFuY2VPZkRlZmF1bHREaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvaW5zdGFuY2VvZi1kZWZhdWx0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCc0luc3RhbmNlb2ZQaXBlIH0gZnJvbSAnLi9waXBlcy9pbnN0YW5jZS1vZi5waXBlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNJbnN0YW5jZW9mUGlwZSxcbiAgICBCc0luc3RhbmNlT2ZEaXJlY3RpdmUsXG4gICAgQnNJbnN0YW5jZW9mQ2FzZURpcmVjdGl2ZSxcbiAgICBCc0luc3RhbmNlT2ZEZWZhdWx0RGlyZWN0aXZlXG4gIF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgQnNJbnN0YW5jZW9mUGlwZSxcbiAgICBCc0luc3RhbmNlT2ZEaXJlY3RpdmUsXG4gICAgQnNJbnN0YW5jZW9mQ2FzZURpcmVjdGl2ZSxcbiAgICBCc0luc3RhbmNlT2ZEZWZhdWx0RGlyZWN0aXZlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQnNJbnN0YW5jZU9mTW9kdWxlIHsgfVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtaW5zdGFuY2Utb2YuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2luc3RhbmNlLW9mL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLWluc3RhbmNlLW9mLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":["i1.BsInstanceOfDirective"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Input } from '@angular/core';
2
+ import { Input, Directive } from '@angular/core';
3
3
 
4
4
  class BsLetDirective {
5
5
  // eslint-disable-next-line no-unused-vars
@@ -25,10 +25,10 @@ class BsLetDirective {
25
25
  static ngTemplateContextGuard(dir, ctx) {
26
26
  return true;
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsLetDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: BsLetDirective, isStandalone: true, selector: "[bsLet]", inputs: { bsLet: "bsLet" }, ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsLetDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsLetDirective, isStandalone: true, selector: "[bsLet]", inputs: { bsLet: "bsLet" }, ngImport: i0 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsLetDirective, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsLetDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[bsLet]',
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-let.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/let/directive/let.directive.ts","../../../../libs/mintplayer-ng-bootstrap/let/mintplayer-ng-bootstrap-let.ts"],"sourcesContent":["import { Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core';\nimport { BsLetContext } from '../interfaces/let-context';\n\n@Directive({\n selector: '[bsLet]',\n standalone: true,\n})\nexport class BsLetDirective<T> {\n\n private context: BsLetContext<T | null> = { bsLet: null, $implicit: null };\n private hasView: boolean = false;\n\n // eslint-disable-next-line no-unused-vars\n constructor(private viewContainer: ViewContainerRef, private templateRef: TemplateRef<BsLetContext<T>>) { }\n\n @Input() set bsLet(value: T) {\n this.context.$implicit = this.context.bsLet = value;\n if (!this.hasView) {\n this.hasView = true;\n this.viewContainer.createEmbeddedView(this.templateRef, this.context);\n }\n }\n\n /** @internal */\n public static bsLetUseIfTypeGuard: void;\n\n /**\n * Assert the correct type of the expression bound to the `NgLet` input within the template.\n *\n * The presence of this static field is a signal to the Ivy template type check compiler that\n * when the `NgLet` structural directive renders its template, the type of the expression bound\n * to `NgLet` should be narrowed in some way. For `NgLet`, the binding expression itself is used to\n * narrow its type, which allows the strictNullChecks feature of TypeScript to work with `NgLet`.\n */\n static ngTemplateGuard_bsLet: 'binding';\n\n /**\n * Asserts the correct type of the context for the template that `NgLet` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgLet` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard<T>(dir: BsLetDirective<T>, ctx: any): ctx is BsLetContext<T> {\n return true;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,cAAc,CAAA;;IAMzB,WAAoB,CAAA,aAA+B,EAAU,WAAyC,EAAA;QAAlF,IAAa,CAAA,aAAA,GAAb,aAAa;QAA4B,IAAW,CAAA,WAAA,GAAX,WAAW;QAJhE,IAAO,CAAA,OAAA,GAA2B,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE;QAClE,IAAO,CAAA,OAAA,GAAY,KAAK;;IAKhC,IAAa,KAAK,CAAC,KAAQ,EAAA;AACvB,QAAA,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,KAAK;AACnD,QAAA,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;AACf,YAAA,IAAI,CAAC,OAAO,GAAG,IAAI;AACnB,YAAA,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,CAAC;;;AAiB7E;;;;;AAKG;AACH,IAAA,OAAO,sBAAsB,CAAI,GAAsB,EAAE,GAAQ,EAAA;AAC7D,QAAA,OAAO,IAAI;;8GApCJ,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,WAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJ1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA;+GASc,KAAK,EAAA,CAAA;sBAAjB;;;ACfH;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-let.mjs","sources":["../tmp-esm2022/let/directive/let.directive.js","../tmp-esm2022/let/mintplayer-ng-bootstrap-let.js"],"sourcesContent":["import { Directive, Input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsLetDirective {\n // eslint-disable-next-line no-unused-vars\n constructor(viewContainer, templateRef) {\n this.viewContainer = viewContainer;\n this.templateRef = templateRef;\n this.context = { bsLet: null, $implicit: null };\n this.hasView = false;\n }\n set bsLet(value) {\n this.context.$implicit = this.context.bsLet = value;\n if (!this.hasView) {\n this.hasView = true;\n this.viewContainer.createEmbeddedView(this.templateRef, this.context);\n }\n }\n /**\n * Asserts the correct type of the context for the template that `NgLet` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgLet` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard(dir, ctx) {\n return true;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsLetDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsLetDirective, isStandalone: true, selector: \"[bsLet]\", inputs: { bsLet: \"bsLet\" }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsLetDirective, decorators: [{\n type: Directive,\n args: [{\n selector: '[bsLet]',\n standalone: true,\n }]\n }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }], propDecorators: { bsLet: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGV0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbGV0L2RpcmVjdGl2ZS9sZXQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFpQyxNQUFNLGVBQWUsQ0FBQzs7QUFPaEYsTUFBTSxPQUFPLGNBQWM7SUFLekIsMENBQTBDO0lBQzFDLFlBQW9CLGFBQStCLEVBQVUsV0FBeUM7UUFBbEYsa0JBQWEsR0FBYixhQUFhLENBQWtCO1FBQVUsZ0JBQVcsR0FBWCxXQUFXLENBQThCO1FBSjlGLFlBQU8sR0FBMkIsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsQ0FBQztRQUNuRSxZQUFPLEdBQVksS0FBSyxDQUFDO0lBR3lFLENBQUM7SUFFM0csSUFBYSxLQUFLLENBQUMsS0FBUTtRQUN2QixJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7UUFDcEQsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztZQUNwQixJQUFJLENBQUMsYUFBYSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzFFLENBQUM7SUFDTCxDQUFDO0lBZUQ7Ozs7O09BS0c7SUFDSCxNQUFNLENBQUMsc0JBQXNCLENBQUksR0FBc0IsRUFBRSxHQUFRO1FBQzdELE9BQU8sSUFBSSxDQUFDO0lBQ2hCLENBQUM7bUhBckNVLGNBQWM7dUdBQWQsY0FBYzs7Z0dBQWQsY0FBYztrQkFKMUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsU0FBUztvQkFDbkIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOytHQVNjLEtBQUs7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0LCBUZW1wbGF0ZVJlZiwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNMZXRDb250ZXh0IH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9sZXQtY29udGV4dCc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tic0xldF0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBCc0xldERpcmVjdGl2ZTxUPiB7XG5cbiAgcHJpdmF0ZSBjb250ZXh0OiBCc0xldENvbnRleHQ8VCB8IG51bGw+ID0geyBic0xldDogbnVsbCwgJGltcGxpY2l0OiBudWxsIH07XG4gIHByaXZhdGUgaGFzVmlldzogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby11bnVzZWQtdmFyc1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXI6IFZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPEJzTGV0Q29udGV4dDxUPj4pIHsgfVxuXG4gIEBJbnB1dCgpIHNldCBic0xldCh2YWx1ZTogVCkge1xuICAgICAgdGhpcy5jb250ZXh0LiRpbXBsaWNpdCA9IHRoaXMuY29udGV4dC5ic0xldCA9IHZhbHVlO1xuICAgICAgaWYgKCF0aGlzLmhhc1ZpZXcpIHtcbiAgICAgICAgICB0aGlzLmhhc1ZpZXcgPSB0cnVlO1xuICAgICAgICAgIHRoaXMudmlld0NvbnRhaW5lci5jcmVhdGVFbWJlZGRlZFZpZXcodGhpcy50ZW1wbGF0ZVJlZiwgdGhpcy5jb250ZXh0KTtcbiAgICAgIH1cbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgcHVibGljIHN0YXRpYyBic0xldFVzZUlmVHlwZUd1YXJkOiB2b2lkO1xuXG4gIC8qKlxuICAgKiBBc3NlcnQgdGhlIGNvcnJlY3QgdHlwZSBvZiB0aGUgZXhwcmVzc2lvbiBib3VuZCB0byB0aGUgYE5nTGV0YCBpbnB1dCB3aXRoaW4gdGhlIHRlbXBsYXRlLlxuICAgKlxuICAgKiBUaGUgcHJlc2VuY2Ugb2YgdGhpcyBzdGF0aWMgZmllbGQgaXMgYSBzaWduYWwgdG8gdGhlIEl2eSB0ZW1wbGF0ZSB0eXBlIGNoZWNrIGNvbXBpbGVyIHRoYXRcbiAgICogd2hlbiB0aGUgYE5nTGV0YCBzdHJ1Y3R1cmFsIGRpcmVjdGl2ZSByZW5kZXJzIGl0cyB0ZW1wbGF0ZSwgdGhlIHR5cGUgb2YgdGhlIGV4cHJlc3Npb24gYm91bmRcbiAgICogdG8gYE5nTGV0YCBzaG91bGQgYmUgbmFycm93ZWQgaW4gc29tZSB3YXkuIEZvciBgTmdMZXRgLCB0aGUgYmluZGluZyBleHByZXNzaW9uIGl0c2VsZiBpcyB1c2VkIHRvXG4gICAqIG5hcnJvdyBpdHMgdHlwZSwgd2hpY2ggYWxsb3dzIHRoZSBzdHJpY3ROdWxsQ2hlY2tzIGZlYXR1cmUgb2YgVHlwZVNjcmlwdCB0byB3b3JrIHdpdGggYE5nTGV0YC5cbiAgICovXG4gIHN0YXRpYyBuZ1RlbXBsYXRlR3VhcmRfYnNMZXQ6ICdiaW5kaW5nJztcblxuICAvKipcbiAgICogQXNzZXJ0cyB0aGUgY29ycmVjdCB0eXBlIG9mIHRoZSBjb250ZXh0IGZvciB0aGUgdGVtcGxhdGUgdGhhdCBgTmdMZXRgIHdpbGwgcmVuZGVyLlxuICAgKlxuICAgKiBUaGUgcHJlc2VuY2Ugb2YgdGhpcyBtZXRob2QgaXMgYSBzaWduYWwgdG8gdGhlIEl2eSB0ZW1wbGF0ZSB0eXBlLWNoZWNrIGNvbXBpbGVyIHRoYXQgdGhlXG4gICAqIGBOZ0xldGAgc3RydWN0dXJhbCBkaXJlY3RpdmUgcmVuZGVycyBpdHMgdGVtcGxhdGUgd2l0aCBhIHNwZWNpZmljIGNvbnRleHQgdHlwZS5cbiAgICovXG4gIHN0YXRpYyBuZ1RlbXBsYXRlQ29udGV4dEd1YXJkPFQ+KGRpcjogQnNMZXREaXJlY3RpdmU8VD4sIGN0eDogYW55KTogY3R4IGlzIEJzTGV0Q29udGV4dDxUPiB7XG4gICAgICByZXR1cm4gdHJ1ZTtcbiAgfVxufVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbGV0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9sZXQvbWludHBsYXllci1uZy1ib290c3RyYXAtbGV0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;AAEO,MAAM,cAAc,CAAC;AAC5B;AACA,IAAI,WAAW,CAAC,aAAa,EAAE,WAAW,EAAE;AAC5C,QAAQ,IAAI,CAAC,aAAa,GAAG,aAAa;AAC1C,QAAQ,IAAI,CAAC,WAAW,GAAG,WAAW;AACtC,QAAQ,IAAI,CAAC,OAAO,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE;AACvD,QAAQ,IAAI,CAAC,OAAO,GAAG,KAAK;AAC5B;AACA,IAAI,IAAI,KAAK,CAAC,KAAK,EAAE;AACrB,QAAQ,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,KAAK;AAC3D,QAAQ,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;AAC3B,YAAY,IAAI,CAAC,OAAO,GAAG,IAAI;AAC/B,YAAY,IAAI,CAAC,aAAa,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,CAAC;AACjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,OAAO,sBAAsB,CAAC,GAAG,EAAE,GAAG,EAAE;AAC5C,QAAQ,OAAO,IAAI;AACnB;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,gBAAgB,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC9O,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;AAC5M;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,UAAU,EAAE,CAAC;AAC7H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,QAAQ,EAAE,SAAS;AACvC,oBAAoB,UAAU,EAAE,IAAI;AACpC,iBAAiB;AACjB,SAAS,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,gBAAgB,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,WAAW,EAAE,CAAC,EAAE,cAAc,EAAE,EAAE,KAAK,EAAE,CAAC;AACvH,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,EAAE,CAAC;;ACrCnB;AACA;AACA;;;;"}
@@ -10,10 +10,10 @@ class BsLinifyPipe {
10
10
  ? split.filter((line) => line !== '')
11
11
  : split;
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsLinifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsLinifyPipe, isStandalone: true, name: "bsLinify" }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsLinifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
14
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsLinifyPipe, isStandalone: true, name: "bsLinify" }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsLinifyPipe, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsLinifyPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{
19
19
  name: 'bsLinify',
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-linify.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/linify/src/linify.pipe.ts","../../../../libs/mintplayer-ng-bootstrap/linify/mintplayer-ng-bootstrap-linify.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'bsLinify',\n standalone: true,\n})\nexport class BsLinifyPipe implements PipeTransform {\n transform(value: string, removeEmptyEntries = true) {\n const split = value\n .replace('\\r\\n', '\\n')\n .split('\\n');\n\n return removeEmptyEntries\n ? split.filter((line) => line !== '')\n : split;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAMa,YAAY,CAAA;AACvB,IAAA,SAAS,CAAC,KAAa,EAAE,kBAAkB,GAAG,IAAI,EAAA;QAChD,MAAM,KAAK,GAAG;AACX,aAAA,OAAO,CAAC,MAAM,EAAE,IAAI;aACpB,KAAK,CAAC,IAAI,CAAC;AAEd,QAAA,OAAO;AACL,cAAE,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,KAAK,EAAE;cAClC,KAAK;;8GARA,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4GAAZ,YAAY,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,UAAA,EAAA,CAAA,CAAA;;2FAAZ,YAAY,EAAA,UAAA,EAAA,CAAA;kBAJxB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA;;;ACLD;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-linify.mjs","sources":["../tmp-esm2022/linify/src/linify.pipe.js","../tmp-esm2022/linify/mintplayer-ng-bootstrap-linify.js"],"sourcesContent":["import { Pipe } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsLinifyPipe {\n transform(value, removeEmptyEntries = true) {\n const split = value\n .replace('\\r\\n', '\\n')\n .split('\\n');\n return removeEmptyEntries\n ? split.filter((line) => line !== '')\n : split;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsLinifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }\n static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsLinifyPipe, isStandalone: true, name: \"bsLinify\" }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsLinifyPipe, decorators: [{\n type: Pipe,\n args: [{\n name: 'bsLinify',\n standalone: true,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluaWZ5LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpbmlmeS9zcmMvbGluaWZ5LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBTXBELE1BQU0sT0FBTyxZQUFZO0lBQ3ZCLFNBQVMsQ0FBQyxLQUFhLEVBQUUsa0JBQWtCLEdBQUcsSUFBSTtRQUNoRCxNQUFNLEtBQUssR0FBRyxLQUFLO2FBQ2hCLE9BQU8sQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDO2FBQ3JCLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUVmLE9BQU8sa0JBQWtCO1lBQ3ZCLENBQUMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLEtBQUssRUFBRSxDQUFDO1lBQ3JDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDWixDQUFDO21IQVRVLFlBQVk7aUhBQVosWUFBWTs7Z0dBQVosWUFBWTtrQkFKeEIsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsVUFBVTtvQkFDaEIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdic0xpbmlmeScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEJzTGluaWZ5UGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICB0cmFuc2Zvcm0odmFsdWU6IHN0cmluZywgcmVtb3ZlRW1wdHlFbnRyaWVzID0gdHJ1ZSkge1xuICAgIGNvbnN0IHNwbGl0ID0gdmFsdWVcbiAgICAgIC5yZXBsYWNlKCdcXHJcXG4nLCAnXFxuJylcbiAgICAgIC5zcGxpdCgnXFxuJyk7XG5cbiAgICByZXR1cm4gcmVtb3ZlRW1wdHlFbnRyaWVzXG4gICAgICA/IHNwbGl0LmZpbHRlcigobGluZSkgPT4gbGluZSAhPT0gJycpXG4gICAgICA6IHNwbGl0O1xuICB9XG59XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbGluaWZ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9saW5pZnkvbWludHBsYXllci1uZy1ib290c3RyYXAtbGluaWZ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;AAEO,MAAM,YAAY,CAAC;AAC1B,IAAI,SAAS,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI,EAAE;AAChD,QAAQ,MAAM,KAAK,GAAG;AACtB,aAAa,OAAO,CAAC,MAAM,EAAE,IAAI;AACjC,aAAa,KAAK,CAAC,IAAI,CAAC;AACxB,QAAQ,OAAO;AACf,cAAc,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,KAAK,EAAE;AAChD,cAAc,KAAK;AACnB;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC,CAAC;AAC9K,IAAI,SAAS,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC,eAAe,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;AACvK;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,CAAC;AAC3H,YAAY,IAAI,EAAE,IAAI;AACtB,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,IAAI,EAAE,UAAU;AACpC,oBAAoB,UAAU,EAAE,IAAI;AACpC,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACpBb;AACA;AACA;;;;"}
@@ -1,15 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, HostBinding, ContentChildren, NgModule } from '@angular/core';
2
+ import { HostBinding, Component, ContentChildren, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
5
  class BsListGroupItemComponent {
6
6
  constructor() {
7
7
  this.classes = true;
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: BsListGroupItemComponent, isStandalone: false, selector: "bs-list-group-item", host: { properties: { "class.list-group-item": "this.classes" } }, ngImport: i0, template: "<!-- <li class=\"list-group-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->", styles: [".list-group-item{margin-bottom:-1px}\n"] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsListGroupItemComponent, isStandalone: false, selector: "bs-list-group-item", host: { properties: { "class.list-group-item": "this.classes" } }, ngImport: i0, template: "<!-- <li class=\"list-group-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->", styles: [".list-group-item{margin-bottom:-1px}\n"] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupItemComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupItemComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'bs-list-group-item', standalone: false, template: "<!-- <li class=\"list-group-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->", styles: [".list-group-item{margin-bottom:-1px}\n"] }]
15
15
  }], propDecorators: { classes: [{
@@ -18,25 +18,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
18
18
  }] } });
19
19
 
20
20
  class BsListGroupComponent {
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.3", type: BsListGroupComponent, isStandalone: false, selector: "bs-list-group", queries: [{ propertyName: "items", predicate: BsListGroupItemComponent }], ngImport: i0, template: "<ul class=\"list-group mt-0\">\n <ng-content></ng-content>\n</ul>", styles: [":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\".\") \". \";counter-increment:section}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:hover,:host ::ng-deep .list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\n"] }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-rc.2", type: BsListGroupComponent, isStandalone: false, selector: "bs-list-group", queries: [{ propertyName: "items", predicate: BsListGroupItemComponent }], ngImport: i0, template: "<ul class=\"list-group mt-0\">\n <ng-content></ng-content>\n</ul>", styles: [":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\".\") \". \";counter-increment:section}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:not(.active):hover,:host ::ng-deep .list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\n"] }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupComponent, decorators: [{
25
25
  type: Component,
26
- args: [{ selector: 'bs-list-group', standalone: false, template: "<ul class=\"list-group mt-0\">\n <ng-content></ng-content>\n</ul>", styles: [":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\".\") \". \";counter-increment:section}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:hover,:host ::ng-deep .list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\n"] }]
26
+ args: [{ selector: 'bs-list-group', standalone: false, template: "<ul class=\"list-group mt-0\">\n <ng-content></ng-content>\n</ul>", styles: [":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\".\") \". \";counter-increment:section}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:not(.active):hover,:host ::ng-deep .list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\n"] }]
27
27
  }], propDecorators: { items: [{
28
28
  type: ContentChildren,
29
29
  args: [BsListGroupItemComponent]
30
30
  }] } });
31
31
 
32
32
  class BsListGroupModule {
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
34
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupModule, declarations: [BsListGroupComponent,
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
34
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupModule, declarations: [BsListGroupComponent,
35
35
  BsListGroupItemComponent], imports: [CommonModule], exports: [BsListGroupComponent,
36
36
  BsListGroupItemComponent] }); }
37
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupModule, imports: [CommonModule] }); }
37
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupModule, imports: [CommonModule] }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsListGroupModule, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsListGroupModule, decorators: [{
40
40
  type: NgModule,
41
41
  args: [{
42
42
  imports: [CommonModule],
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-list-group.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/list-group/src/list-group-item/list-group-item.component.ts","../../../../libs/mintplayer-ng-bootstrap/list-group/src/list-group-item/list-group-item.component.html","../../../../libs/mintplayer-ng-bootstrap/list-group/src/list-group/list-group.component.ts","../../../../libs/mintplayer-ng-bootstrap/list-group/src/list-group/list-group.component.html","../../../../libs/mintplayer-ng-bootstrap/list-group/src/list-group.module.ts","../../../../libs/mintplayer-ng-bootstrap/list-group/mintplayer-ng-bootstrap-list-group.ts"],"sourcesContent":["import { Component, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'bs-list-group-item',\n templateUrl: './list-group-item.component.html',\n styleUrls: ['./list-group-item.component.scss'],\n standalone: false,\n})\nexport class BsListGroupItemComponent {\n @HostBinding('class.list-group-item') classes = true;\n}\n","<!-- <li class=\"list-group-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->","import { Component, ContentChildren, QueryList } from '@angular/core';\nimport { BsListGroupItemComponent } from '../list-group-item/list-group-item.component';\n\n@Component({\n selector: 'bs-list-group',\n templateUrl: './list-group.component.html',\n styleUrls: ['./list-group.component.scss'],\n standalone: false,\n})\nexport class BsListGroupComponent {\n @ContentChildren(BsListGroupItemComponent) items!: QueryList<BsListGroupItemComponent>;\n}\n","<ul class=\"list-group mt-0\">\n <ng-content></ng-content>\n</ul>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsListGroupComponent } from './list-group/list-group.component';\nimport { BsListGroupItemComponent } from './list-group-item/list-group-item.component';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n BsListGroupComponent,\n BsListGroupItemComponent\n ],\n exports: [\n BsListGroupComponent,\n BsListGroupItemComponent\n ]\n})\nexport class BsListGroupModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAQa,wBAAwB,CAAA;AANrC,IAAA,WAAA,GAAA;QAOwC,IAAO,CAAA,OAAA,GAAG,IAAI;AACrD;8GAFY,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,kJCRrC,wFAEc,EAAA,MAAA,EAAA,CAAA,wCAAA,CAAA,EAAA,CAAA,CAAA;;2FDMD,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBANpC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,oBAAoB,cAGlB,KAAK,EAAA,QAAA,EAAA,wFAAA,EAAA,MAAA,EAAA,CAAA,wCAAA,CAAA,EAAA;8BAGqB,OAAO,EAAA,CAAA;sBAA5C,WAAW;uBAAC,uBAAuB;;;MEAzB,oBAAoB,CAAA;8GAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,eAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,OAAA,EAAA,SAAA,EACd,wBAAwB,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECV3C,sEAEK,EAAA,MAAA,EAAA,CAAA,+8ZAAA,CAAA,EAAA,CAAA,CAAA;;2FDOQ,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBANhC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,eAAe,cAGb,KAAK,EAAA,QAAA,EAAA,sEAAA,EAAA,MAAA,EAAA,CAAA,+8ZAAA,CAAA,EAAA;8BAG0B,KAAK,EAAA,CAAA;sBAA/C,eAAe;uBAAC,wBAAwB;;;MEM9B,iBAAiB,CAAA;8GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,iBAR1B,oBAAoB;YACpB,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAHhB,YAAY,CAAA,EAAA,OAAA,EAAA,CAMpB,oBAAoB;YACpB,wBAAwB,CAAA,EAAA,CAAA,CAAA;AAGf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,YAVlB,YAAY,CAAA,EAAA,CAAA,CAAA;;2FAUX,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAX7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACZ,oBAAoB;wBACpB;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,oBAAoB;wBACpB;AACD;AACF,iBAAA;;;ACfD;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-list-group.mjs","sources":["../tmp-esm2022/list-group/src/list-group-item/list-group-item.component.js","../tmp-esm2022/list-group/src/list-group/list-group.component.js","../tmp-esm2022/list-group/src/list-group.module.js","../tmp-esm2022/list-group/mintplayer-ng-bootstrap-list-group.js"],"sourcesContent":["import { Component, HostBinding } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsListGroupItemComponent {\n constructor() {\n this.classes = true;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsListGroupItemComponent, isStandalone: false, selector: \"bs-list-group-item\", host: { properties: { \"class.list-group-item\": \"this.classes\" } }, ngImport: i0, template: \"<!-- <li class=\\\"list-group-item\\\"> -->\\n <ng-content></ng-content>\\n<!-- </li> -->\", styles: [\".list-group-item{margin-bottom:-1px}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupItemComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-list-group-item', standalone: false, template: \"<!-- <li class=\\\"list-group-item\\\"> -->\\n <ng-content></ng-content>\\n<!-- </li> -->\", styles: [\".list-group-item{margin-bottom:-1px}\\n\"] }]\n }], propDecorators: { classes: [{\n type: HostBinding,\n args: ['class.list-group-item']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbGlzdC1ncm91cC9zcmMvbGlzdC1ncm91cC1pdGVtL2xpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAtaXRlbS9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUXZELE1BQU0sT0FBTyx3QkFBd0I7SUFOckM7UUFPd0MsWUFBTyxHQUFHLElBQUksQ0FBQztLQUN0RDttSEFGWSx3QkFBd0I7dUdBQXhCLHdCQUF3QixrSkNSckMsd0ZBRWM7O2dHRE1ELHdCQUF3QjtrQkFOcEMsU0FBUzsrQkFDRSxvQkFBb0IsY0FHbEIsS0FBSzs4QkFHcUIsT0FBTztzQkFBNUMsV0FBVzt1QkFBQyx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWxpc3QtZ3JvdXAtaXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG59KVxuZXhwb3J0IGNsYXNzIEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudCB7XG4gIEBIb3N0QmluZGluZygnY2xhc3MubGlzdC1ncm91cC1pdGVtJykgY2xhc3NlcyA9IHRydWU7XG59XG4iLCI8IS0tIDxsaSBjbGFzcz1cImxpc3QtZ3JvdXAtaXRlbVwiPiAtLT5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48IS0tIDwvbGk+IC0tPiJdfQ==","import { Component, ContentChildren } from '@angular/core';\nimport { BsListGroupItemComponent } from '../list-group-item/list-group-item.component';\nimport * as i0 from \"@angular/core\";\nexport class BsListGroupComponent {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", type: BsListGroupComponent, isStandalone: false, selector: \"bs-list-group\", queries: [{ propertyName: \"items\", predicate: BsListGroupItemComponent }], ngImport: i0, template: \"<ul class=\\\"list-group mt-0\\\">\\n <ng-content></ng-content>\\n</ul>\", styles: [\":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\\\".\\\") \\\". \\\";counter-increment:section}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:not(.active):hover,:host ::ng-deep .list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-list-group', standalone: false, template: \"<ul class=\\\"list-group mt-0\\\">\\n <ng-content></ng-content>\\n</ul>\", styles: [\":host ::ng-deep .list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}:host ::ng-deep .list-group-numbered{list-style-type:none;counter-reset:section}:host ::ng-deep .list-group-numbered>.list-group-item:before{content:counters(section,\\\".\\\") \\\". \\\";counter-increment:section}:host ::ng-deep .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}:host ::ng-deep .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}:host ::ng-deep .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}:host ::ng-deep .list-group-item.disabled,:host ::ng-deep .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}:host ::ng-deep .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}:host ::ng-deep .list-group-item+.list-group-item{border-top-width:0}:host ::ng-deep .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}:host ::ng-deep .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}:host ::ng-deep .list-group-item-action:not(.active):hover,:host ::ng-deep .list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}:host ::ng-deep .list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}:host ::ng-deep .list-group-horizontal{flex-direction:row}:host ::ng-deep .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){:host ::ng-deep .list-group-horizontal-sm{flex-direction:row}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){:host ::ng-deep .list-group-horizontal-md{flex-direction:row}:host ::ng-deep .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){:host ::ng-deep .list-group-horizontal-lg{flex-direction:row}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){:host ::ng-deep .list-group-horizontal-xl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){:host ::ng-deep .list-group-horizontal-xxl{flex-direction:row}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}:host ::ng-deep .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}:host ::ng-deep .list-group-flush{border-radius:0}:host ::ng-deep .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}:host ::ng-deep .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:host ::ng-deep .list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}:host ::ng-deep .list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}:host ::ng-deep .list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}:host ::ng-deep .list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}:host ::ng-deep .list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}:host ::ng-deep .list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}:host ::ng-deep .list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}:host ::ng-deep .list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}\\n\"] }]\n }], propDecorators: { items: [{\n type: ContentChildren,\n args: [BsListGroupItemComponent]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUN0RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQzs7QUFReEYsTUFBTSxPQUFPLG9CQUFvQjttSEFBcEIsb0JBQW9CO3VHQUFwQixvQkFBb0IsZ0dBQ2Qsd0JBQXdCLDZCQ1YzQyxzRUFFSzs7Z0dET1Esb0JBQW9CO2tCQU5oQyxTQUFTOytCQUNFLGVBQWUsY0FHYixLQUFLOzhCQUcwQixLQUFLO3NCQUEvQyxlQUFlO3VCQUFDLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudCB9IGZyb20gJy4uL2xpc3QtZ3JvdXAtaXRlbS9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtbGlzdC1ncm91cCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9saXN0LWdyb3VwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbGlzdC1ncm91cC5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQnNMaXN0R3JvdXBDb21wb25lbnQge1xuICBAQ29udGVudENoaWxkcmVuKEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudCkgaXRlbXMhOiBRdWVyeUxpc3Q8QnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50Pjtcbn1cbiIsIjx1bCBjbGFzcz1cImxpc3QtZ3JvdXAgbXQtMFwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvdWw+Il19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsListGroupComponent } from './list-group/list-group.component';\nimport { BsListGroupItemComponent } from './list-group-item/list-group-item.component';\nimport * as i0 from \"@angular/core\";\nexport class BsListGroupModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupModule, declarations: [BsListGroupComponent,\n BsListGroupItemComponent], imports: [CommonModule], exports: [BsListGroupComponent,\n BsListGroupItemComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.0-rc.2\", ngImport: i0, type: BsListGroupModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n declarations: [\n BsListGroupComponent,\n BsListGroupItemComponent\n ],\n exports: [\n BsListGroupComponent,\n BsListGroupItemComponent\n ]\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOztBQWF2RixNQUFNLE9BQU8saUJBQWlCO21IQUFqQixpQkFBaUI7b0hBQWpCLGlCQUFpQixpQkFSMUIsb0JBQW9CO1lBQ3BCLHdCQUF3QixhQUhoQixZQUFZLGFBTXBCLG9CQUFvQjtZQUNwQix3QkFBd0I7b0hBR2YsaUJBQWlCLFlBVmxCLFlBQVk7O2dHQVVYLGlCQUFpQjtrQkFYN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3FCQUN6QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9saXN0LWdyb3VwLWl0ZW0vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0xpc3RHcm91cENvbXBvbmVudCxcbiAgICBCc0xpc3RHcm91cEl0ZW1Db21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJzTGlzdEdyb3VwQ29tcG9uZW50LFxuICAgIEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzTGlzdEdyb3VwTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbGlzdC1ncm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbGlzdC1ncm91cC9taW50cGxheWVyLW5nLWJvb3RzdHJhcC1saXN0LWdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":"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"}
@@ -18,10 +18,10 @@ class BsBoldPipe {
18
18
  const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
19
19
  return safeResult;
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsBoldPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
22
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsBoldPipe, isStandalone: true, name: "bsBold" }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsBoldPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
22
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsBoldPipe, isStandalone: true, name: "bsBold" }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsBoldPipe, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsBoldPipe, decorators: [{
25
25
  type: Pipe,
26
26
  args: [{
27
27
  name: 'bsBold',
@@ -46,10 +46,10 @@ class BsItalicPipe {
46
46
  const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
47
47
  return safeResult;
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsItalicPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
50
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsItalicPipe, isStandalone: true, name: "bsItalic" }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsItalicPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
50
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsItalicPipe, isStandalone: true, name: "bsItalic" }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsItalicPipe, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsItalicPipe, decorators: [{
53
53
  type: Pipe,
54
54
  args: [{
55
55
  name: 'bsItalic',
@@ -74,10 +74,10 @@ class BsStrikethroughPipe {
74
74
  const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
75
75
  return safeResult;
76
76
  }
77
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsStrikethroughPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
78
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsStrikethroughPipe, isStandalone: true, name: "bsStrikethrough" }); }
77
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsStrikethroughPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
78
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsStrikethroughPipe, isStandalone: true, name: "bsStrikethrough" }); }
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsStrikethroughPipe, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsStrikethroughPipe, decorators: [{
81
81
  type: Pipe,
82
82
  args: [{
83
83
  name: 'bsStrikethrough',
@@ -102,10 +102,10 @@ class BsUnderlinePipe {
102
102
  const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
103
103
  return safeResult;
104
104
  }
105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsUnderlinePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
106
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: BsUnderlinePipe, isStandalone: true, name: "bsUnderline" }); }
105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsUnderlinePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
106
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsUnderlinePipe, isStandalone: true, name: "bsUnderline" }); }
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: BsUnderlinePipe, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.2", ngImport: i0, type: BsUnderlinePipe, decorators: [{
109
109
  type: Pipe,
110
110
  args: [{
111
111
  name: 'bsUnderline',