@mintplayer/ng-bootstrap 18.5.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 (1262) 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 +17 -17
  27. package/fesm2022/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  28. package/fesm2022/mintplayer-ng-bootstrap-alert.mjs +13 -13
  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 +14 -17
  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 +5 -5
  38. package/fesm2022/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  39. package/fesm2022/mintplayer-ng-bootstrap-calendar-month.mjs +11 -11
  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 +13 -13
  44. package/fesm2022/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  45. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs +19 -17
  46. package/fesm2022/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  47. package/fesm2022/mintplayer-ng-bootstrap-close.mjs +6 -7
  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 +43 -36
  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 +10 -9
  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 +19 -17
  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 +24 -24
  64. package/fesm2022/mintplayer-ng-bootstrap-dock.mjs.map +1 -1
  65. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -5
  66. package/fesm2022/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -1
  67. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs +13 -13
  68. package/fesm2022/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  69. package/fesm2022/mintplayer-ng-bootstrap-dropdown.mjs +20 -17
  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 +18 -16
  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 +4 -4
  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 +19 -17
  84. package/fesm2022/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  85. package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +29 -25
  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 +4 -4
  91. package/fesm2022/mintplayer-ng-bootstrap-has-property.mjs.map +1 -1
  92. package/fesm2022/mintplayer-ng-bootstrap-in-list.mjs +4 -4
  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 +21 -17
  97. package/fesm2022/mintplayer-ng-bootstrap-instance-of.mjs.map +1 -1
  98. package/fesm2022/mintplayer-ng-bootstrap-let.mjs +5 -5
  99. package/fesm2022/mintplayer-ng-bootstrap-let.mjs.map +1 -1
  100. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs +4 -4
  101. package/fesm2022/mintplayer-ng-bootstrap-linify.mjs.map +1 -1
  102. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs +14 -18
  103. package/fesm2022/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  104. package/fesm2022/mintplayer-ng-bootstrap-markdown.mjs +16 -16
  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 +38 -33
  109. package/fesm2022/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  110. package/fesm2022/mintplayer-ng-bootstrap-multiselect.mjs +24 -21
  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 +45 -41
  115. package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  116. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs +13 -12
  117. package/fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  118. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs +5 -5
  119. package/fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  120. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs +37 -39
  121. package/fesm2022/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  122. package/fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs +4 -4
  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 +14 -13
  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 +24 -21
  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 +14 -13
  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 +14 -13
  141. package/fesm2022/mintplayer-ng-bootstrap-resizable.mjs.map +1 -1
  142. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs +36 -32
  143. package/fesm2022/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  144. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs +17 -16
  145. package/fesm2022/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  146. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs +21 -18
  147. package/fesm2022/mintplayer-ng-bootstrap-searchbox.mjs.map +1 -1
  148. package/fesm2022/mintplayer-ng-bootstrap-select.mjs +20 -16
  149. package/fesm2022/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  150. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs +18 -16
  151. package/fesm2022/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  152. package/fesm2022/mintplayer-ng-bootstrap-shell.mjs +13 -12
  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 +4 -4
  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 +4 -4
  161. package/fesm2022/mintplayer-ng-bootstrap-split-string.mjs.map +1 -1
  162. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs +18 -17
  163. package/fesm2022/mintplayer-ng-bootstrap-splitter.mjs.map +1 -1
  164. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +13 -12
  165. package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -1
  166. package/fesm2022/mintplayer-ng-bootstrap-tab-control.mjs +20 -19
  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 +34 -32
  173. package/fesm2022/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  174. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs +19 -18
  175. package/fesm2022/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  176. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs +14 -13
  177. package/fesm2022/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  178. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs +13 -13
  179. package/fesm2022/mintplayer-ng-bootstrap-treeview.mjs.map +1 -1
  180. package/fesm2022/mintplayer-ng-bootstrap-trust-html.mjs +4 -4
  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 +4 -4
  185. package/fesm2022/mintplayer-ng-bootstrap-uc-first.mjs.map +1 -1
  186. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs +5 -5
  187. package/fesm2022/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  188. package/fesm2022/mintplayer-ng-bootstrap-word-count.mjs +4 -4
  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 +17 -185
  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 -8
  266. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +0 -9
  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 -10
  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/esm2022/accordion/index.mjs +0 -2
  371. package/esm2022/accordion/mintplayer-ng-bootstrap-accordion.mjs +0 -5
  372. package/esm2022/accordion/src/accordion/accordion.component.mjs +0 -26
  373. package/esm2022/accordion/src/accordion-tab/accordion-tab.component.mjs +0 -68
  374. package/esm2022/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +0 -20
  375. package/esm2022/accordion/src/accordion.module.mjs +0 -37
  376. package/esm2022/accordion/src/index.mjs +0 -5
  377. package/esm2022/alert/index.mjs +0 -2
  378. package/esm2022/alert/mintplayer-ng-bootstrap-alert.mjs +0 -5
  379. package/esm2022/alert/src/alert/alert.component.mjs +0 -40
  380. package/esm2022/alert/src/alert-close/alert-close.component.mjs +0 -19
  381. package/esm2022/alert/src/alert.module.mjs +0 -25
  382. package/esm2022/alert/src/index.mjs +0 -4
  383. package/esm2022/async-host-binding/index.mjs +0 -2
  384. package/esm2022/async-host-binding/mintplayer-ng-bootstrap-async-host-binding.mjs +0 -5
  385. package/esm2022/async-host-binding/src/bind-event.plugin.mjs +0 -31
  386. package/esm2022/async-host-binding/src/index.mjs +0 -3
  387. package/esm2022/async-host-binding/src/provide-async-host-bindings.mjs +0 -10
  388. package/esm2022/badge/index.mjs +0 -2
  389. package/esm2022/badge/mintplayer-ng-bootstrap-badge.mjs +0 -5
  390. package/esm2022/badge/src/badge.component.mjs +0 -29
  391. package/esm2022/badge/src/index.mjs +0 -2
  392. package/esm2022/breadcrumb/index.mjs +0 -2
  393. package/esm2022/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +0 -5
  394. package/esm2022/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +0 -13
  395. package/esm2022/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +0 -18
  396. package/esm2022/breadcrumb/src/breadcrumb.module.mjs +0 -17
  397. package/esm2022/breadcrumb/src/index.mjs +0 -4
  398. package/esm2022/button-group/index.mjs +0 -2
  399. package/esm2022/button-group/mintplayer-ng-bootstrap-button-group.mjs +0 -5
  400. package/esm2022/button-group/src/button-group/button-group.component.mjs +0 -11
  401. package/esm2022/button-group/src/index.mjs +0 -2
  402. package/esm2022/button-type/index.mjs +0 -2
  403. package/esm2022/button-type/mintplayer-ng-bootstrap-button-type.mjs +0 -5
  404. package/esm2022/button-type/src/button-type/button-type.directive.mjs +0 -31
  405. package/esm2022/button-type/src/index.mjs +0 -2
  406. package/esm2022/calendar/index.mjs +0 -2
  407. package/esm2022/calendar/mintplayer-ng-bootstrap-calendar.mjs +0 -5
  408. package/esm2022/calendar/src/calendar.component.mjs +0 -108
  409. package/esm2022/calendar/src/index.mjs +0 -2
  410. package/esm2022/calendar-month/index.mjs +0 -2
  411. package/esm2022/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +0 -5
  412. package/esm2022/calendar-month/src/index.mjs +0 -4
  413. package/esm2022/calendar-month/src/interfaces/date-day-of-month.mjs +0 -2
  414. package/esm2022/calendar-month/src/interfaces/first-and-last-date.mjs +0 -2
  415. package/esm2022/calendar-month/src/interfaces/index.mjs +0 -5
  416. package/esm2022/calendar-month/src/interfaces/week.mjs +0 -2
  417. package/esm2022/calendar-month/src/interfaces/weekday.mjs +0 -2
  418. package/esm2022/calendar-month/src/pipes/index.mjs +0 -3
  419. package/esm2022/calendar-month/src/pipes/month-name/month-name.pipe.mjs +0 -23
  420. package/esm2022/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +0 -18
  421. package/esm2022/calendar-month/src/service/calendar-month.service.mjs +0 -94
  422. package/esm2022/card/index.mjs +0 -2
  423. package/esm2022/card/mintplayer-ng-bootstrap-card.mjs +0 -5
  424. package/esm2022/card/src/card/card.component.mjs +0 -16
  425. package/esm2022/card/src/card-header/card-header.component.mjs +0 -16
  426. package/esm2022/card/src/card.module.mjs +0 -27
  427. package/esm2022/card/src/index.mjs +0 -4
  428. package/esm2022/carousel/index.mjs +0 -2
  429. package/esm2022/carousel/mintplayer-ng-bootstrap-carousel.mjs +0 -5
  430. package/esm2022/carousel/src/carousel/carousel.component.mjs +0 -149
  431. package/esm2022/carousel/src/carousel-image/carousel-image.directive.mjs +0 -21
  432. package/esm2022/carousel/src/carousel-img/carousel-img.directive.mjs +0 -20
  433. package/esm2022/carousel/src/carousel.module.mjs +0 -42
  434. package/esm2022/carousel/src/index.mjs +0 -5
  435. package/esm2022/close/index.mjs +0 -2
  436. package/esm2022/close/mintplayer-ng-bootstrap-close.mjs +0 -5
  437. package/esm2022/close/src/close.component.mjs +0 -21
  438. package/esm2022/close/src/index.mjs +0 -2
  439. package/esm2022/code-snippet/index.mjs +0 -2
  440. package/esm2022/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +0 -5
  441. package/esm2022/code-snippet/src/code-snippet.component.mjs +0 -47
  442. package/esm2022/code-snippet/src/index.mjs +0 -2
  443. package/esm2022/color-picker/color-picker.module.mjs +0 -60
  444. package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +0 -80
  445. package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +0 -52
  446. package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +0 -321
  447. package/esm2022/color-picker/components/index.mjs +0 -6
  448. package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +0 -72
  449. package/esm2022/color-picker/components/slider/slider.component.mjs +0 -125
  450. package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +0 -130
  451. package/esm2022/color-picker/directives/index.mjs +0 -2
  452. package/esm2022/color-picker/index.mjs +0 -6
  453. package/esm2022/color-picker/interfaces/hs.mjs +0 -2
  454. package/esm2022/color-picker/interfaces/hsl-color.mjs +0 -2
  455. package/esm2022/color-picker/interfaces/index.mjs +0 -4
  456. package/esm2022/color-picker/interfaces/rgb-color.mjs +0 -2
  457. package/esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs +0 -5
  458. package/esm2022/color-picker/types/html-color.mjs +0 -2
  459. package/esm2022/color-picker/types/index.mjs +0 -2
  460. package/esm2022/container/index.mjs +0 -2
  461. package/esm2022/container/mintplayer-ng-bootstrap-container.mjs +0 -5
  462. package/esm2022/container/src/container/container.component.mjs +0 -11
  463. package/esm2022/container/src/index.mjs +0 -2
  464. package/esm2022/context-menu/index.mjs +0 -2
  465. package/esm2022/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +0 -5
  466. package/esm2022/context-menu/src/context-menu.directive.mjs +0 -83
  467. package/esm2022/context-menu/src/context-menu.module.mjs +0 -34
  468. package/esm2022/context-menu/src/index.mjs +0 -3
  469. package/esm2022/copy/index.mjs +0 -2
  470. package/esm2022/copy/mintplayer-ng-bootstrap-copy.mjs +0 -5
  471. package/esm2022/copy/src/copy.directive.mjs +0 -46
  472. package/esm2022/copy/src/index.mjs +0 -2
  473. package/esm2022/datatable/index.mjs +0 -2
  474. package/esm2022/datatable/mintplayer-ng-bootstrap-datatable.mjs +0 -5
  475. package/esm2022/datatable/src/datatable/datatable.component.mjs +0 -56
  476. package/esm2022/datatable/src/datatable-column/datatable-column.directive.mjs +0 -24
  477. package/esm2022/datatable/src/datatable-settings.mjs +0 -37
  478. package/esm2022/datatable/src/datatable.module.mjs +0 -47
  479. package/esm2022/datatable/src/index.mjs +0 -6
  480. package/esm2022/datatable/src/row-template/row-template.directive.mjs +0 -31
  481. package/esm2022/datepicker/index.mjs +0 -2
  482. package/esm2022/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +0 -5
  483. package/esm2022/datepicker/src/datepicker.component.mjs +0 -53
  484. package/esm2022/datepicker/src/index.mjs +0 -2
  485. package/esm2022/dock/index.mjs +0 -2
  486. package/esm2022/dock/mintplayer-ng-bootstrap-dock.mjs +0 -5
  487. package/esm2022/dock/src/dock/dock.component.mjs +0 -88
  488. package/esm2022/dock/src/dock-pane-renderer/dock-pane-renderer.component.mjs +0 -59
  489. package/esm2022/dock/src/dock-panel/dock-panel.component.mjs +0 -27
  490. package/esm2022/dock/src/dock-panel-header/dock-panel-header.component.mjs +0 -274
  491. package/esm2022/dock/src/dock.module.mjs +0 -62
  492. package/esm2022/dock/src/enums/index.mjs +0 -2
  493. package/esm2022/dock/src/enums/pane-type.enum.mjs +0 -8
  494. package/esm2022/dock/src/index.mjs +0 -10
  495. package/esm2022/dock/src/interfaces/dock-layout.mjs +0 -2
  496. package/esm2022/dock/src/interfaces/drag-operation.mjs +0 -2
  497. package/esm2022/dock/src/interfaces/index.mjs +0 -6
  498. package/esm2022/dock/src/interfaces/point.mjs +0 -2
  499. package/esm2022/dock/src/interfaces/remove-from-pane-result.mjs +0 -2
  500. package/esm2022/dock/src/interfaces/size.mjs +0 -2
  501. package/esm2022/dock/src/panes/content-pane.mjs +0 -11
  502. package/esm2022/dock/src/panes/dock-pane.mjs +0 -3
  503. package/esm2022/dock/src/panes/document-host-pane.mjs +0 -11
  504. package/esm2022/dock/src/panes/floating-pane.mjs +0 -11
  505. package/esm2022/dock/src/panes/index.mjs +0 -7
  506. package/esm2022/dock/src/panes/split-pane.mjs +0 -13
  507. package/esm2022/dock/src/panes/tab-group-pane.mjs +0 -12
  508. package/esm2022/dock/src/services/dock/dock.service.mjs +0 -56
  509. package/esm2022/dock/src/services/index.mjs +0 -2
  510. package/esm2022/dock/src/types/split-pane-orientation.type.mjs +0 -2
  511. package/esm2022/dropdown/index.mjs +0 -2
  512. package/esm2022/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +0 -5
  513. package/esm2022/dropdown/src/dropdown/dropdown.directive.mjs +0 -70
  514. package/esm2022/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +0 -110
  515. package/esm2022/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -27
  516. package/esm2022/dropdown/src/dropdown.module.mjs +0 -41
  517. package/esm2022/dropdown/src/index.mjs +0 -5
  518. package/esm2022/dropdown-divider/index.mjs +0 -2
  519. package/esm2022/dropdown-divider/mintplayer-ng-bootstrap-dropdown-divider.mjs +0 -5
  520. package/esm2022/dropdown-divider/src/dropdown-divider.directive.mjs +0 -20
  521. package/esm2022/dropdown-divider/src/index.mjs +0 -2
  522. package/esm2022/dropdown-menu/index.mjs +0 -2
  523. package/esm2022/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +0 -5
  524. package/esm2022/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +0 -19
  525. package/esm2022/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +0 -41
  526. package/esm2022/dropdown-menu/src/dropdown-menu.module.mjs +0 -26
  527. package/esm2022/dropdown-menu/src/index.mjs +0 -4
  528. package/esm2022/enhanced-paste/index.mjs +0 -2
  529. package/esm2022/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +0 -5
  530. package/esm2022/enhanced-paste/src/directive/enhanced-paste.directive.mjs +0 -58
  531. package/esm2022/enhanced-paste/src/index.mjs +0 -3
  532. package/esm2022/enhanced-paste/src/interfaces/number-overflow.mjs +0 -2
  533. package/esm2022/enum/index.mjs +0 -2
  534. package/esm2022/enum/mintplayer-ng-bootstrap-enum.mjs +0 -5
  535. package/esm2022/enum/src/index.mjs +0 -3
  536. package/esm2022/enum/src/interfaces/enum-item.mjs +0 -2
  537. package/esm2022/enum/src/interfaces/index.mjs +0 -2
  538. package/esm2022/enum/src/service/enum.service.mjs +0 -31
  539. package/esm2022/file-upload/index.mjs +0 -2
  540. package/esm2022/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +0 -5
  541. package/esm2022/file-upload/src/component/file-upload.component.mjs +0 -86
  542. package/esm2022/file-upload/src/directive/file-upload-template.directive.mjs +0 -31
  543. package/esm2022/file-upload/src/file-upload.mjs +0 -2
  544. package/esm2022/file-upload/src/file-upload.module.mjs +0 -47
  545. package/esm2022/file-upload/src/index.mjs +0 -6
  546. package/esm2022/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +0 -24
  547. package/esm2022/file-upload/src/pipes/index.mjs +0 -2
  548. package/esm2022/floating-labels/index.mjs +0 -2
  549. package/esm2022/floating-labels/mintplayer-ng-bootstrap-floating-labels.mjs +0 -5
  550. package/esm2022/floating-labels/src/floating-label/floating-label.component.mjs +0 -19
  551. package/esm2022/floating-labels/src/index.mjs +0 -2
  552. package/esm2022/font-color/index.mjs +0 -2
  553. package/esm2022/font-color/mintplayer-ng-bootstrap-font-color.mjs +0 -5
  554. package/esm2022/font-color/src/font-color.pipe.mjs +0 -28
  555. package/esm2022/for/index.mjs +0 -2
  556. package/esm2022/for/mintplayer-ng-bootstrap-for.mjs +0 -5
  557. package/esm2022/for/src/for.directive.mjs +0 -37
  558. package/esm2022/for/src/index.mjs +0 -2
  559. package/esm2022/form/index.mjs +0 -2
  560. package/esm2022/form/mintplayer-ng-bootstrap-form.mjs +0 -5
  561. package/esm2022/form/src/form/form.component.mjs +0 -24
  562. package/esm2022/form/src/form-control/form-control.directive.mjs +0 -22
  563. package/esm2022/form/src/form-group/form-group.directive.mjs +0 -19
  564. package/esm2022/form/src/form.module.mjs +0 -20
  565. package/esm2022/form/src/index.mjs +0 -5
  566. package/esm2022/grid/index.mjs +0 -2
  567. package/esm2022/grid/mintplayer-ng-bootstrap-grid.mjs +0 -5
  568. package/esm2022/grid/src/component/grid.component.mjs +0 -33
  569. package/esm2022/grid/src/directives/col-form-label/col-form-label.directive.mjs +0 -19
  570. package/esm2022/grid/src/directives/column/column.directive.mjs +0 -105
  571. package/esm2022/grid/src/directives/index.mjs +0 -4
  572. package/esm2022/grid/src/directives/row/row.directive.mjs +0 -19
  573. package/esm2022/grid/src/grid.module.mjs +0 -22
  574. package/esm2022/grid/src/index.mjs +0 -5
  575. package/esm2022/grid/src/interfaces/column-definition.mjs +0 -2
  576. package/esm2022/grid/src/interfaces/index.mjs +0 -2
  577. package/esm2022/has-id/index.mjs +0 -2
  578. package/esm2022/has-id/mintplayer-ng-bootstrap-has-id.mjs +0 -5
  579. package/esm2022/has-id/src/has-id.mjs +0 -2
  580. package/esm2022/has-overlay/index.mjs +0 -2
  581. package/esm2022/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +0 -5
  582. package/esm2022/has-overlay/src/has-overlay/has-overlay.component.mjs +0 -11
  583. package/esm2022/has-overlay/src/index.mjs +0 -2
  584. package/esm2022/has-property/index.mjs +0 -2
  585. package/esm2022/has-property/mintplayer-ng-bootstrap-has-property.mjs +0 -5
  586. package/esm2022/has-property/src/has-property.pipe.mjs +0 -17
  587. package/esm2022/has-property/src/index.mjs +0 -2
  588. package/esm2022/in-list/index.mjs +0 -2
  589. package/esm2022/in-list/mintplayer-ng-bootstrap-in-list.mjs +0 -5
  590. package/esm2022/in-list/src/in-list.pipe.mjs +0 -17
  591. package/esm2022/index.mjs +0 -4
  592. package/esm2022/input-group/index.mjs +0 -2
  593. package/esm2022/input-group/mintplayer-ng-bootstrap-input-group.mjs +0 -5
  594. package/esm2022/input-group/src/index.mjs +0 -2
  595. package/esm2022/input-group/src/input-group/input-group.component.mjs +0 -11
  596. package/esm2022/instance-of/index.mjs +0 -2
  597. package/esm2022/instance-of/mintplayer-ng-bootstrap-instance-of.mjs +0 -5
  598. package/esm2022/instance-of/src/directives/index.mjs +0 -5
  599. package/esm2022/instance-of/src/directives/instanceof-case.directive.mjs +0 -46
  600. package/esm2022/instance-of/src/directives/instanceof-default.directive.mjs +0 -29
  601. package/esm2022/instance-of/src/directives/instanceof.directive.mjs +0 -62
  602. package/esm2022/instance-of/src/directives/switch-view.mjs +0 -30
  603. package/esm2022/instance-of/src/index.mjs +0 -6
  604. package/esm2022/instance-of/src/instance-of.module.mjs +0 -37
  605. package/esm2022/instance-of/src/interfaces/index.mjs +0 -2
  606. package/esm2022/instance-of/src/interfaces/instance-of-context.mjs +0 -7
  607. package/esm2022/instance-of/src/pipes/index.mjs +0 -2
  608. package/esm2022/instance-of/src/pipes/instance-of.pipe.mjs +0 -17
  609. package/esm2022/instance-of/src/types/abstract.type.mjs +0 -2
  610. package/esm2022/instance-of/src/types/index.mjs +0 -2
  611. package/esm2022/let/directive/let.directive.mjs +0 -39
  612. package/esm2022/let/index.mjs +0 -3
  613. package/esm2022/let/interfaces/index.mjs +0 -2
  614. package/esm2022/let/interfaces/let-context.mjs +0 -2
  615. package/esm2022/let/mintplayer-ng-bootstrap-let.mjs +0 -5
  616. package/esm2022/lib/enums/color.enum.mjs +0 -15
  617. package/esm2022/lib/enums/index.mjs +0 -2
  618. package/esm2022/lib/providers/development.provider.mjs +0 -8
  619. package/esm2022/lib/providers/index.mjs +0 -2
  620. package/esm2022/lib/types/breakpoint.mjs +0 -2
  621. package/esm2022/lib/types/index.mjs +0 -4
  622. package/esm2022/lib/types/position.mjs +0 -2
  623. package/esm2022/lib/types/size.mjs +0 -2
  624. package/esm2022/linify/index.mjs +0 -2
  625. package/esm2022/linify/mintplayer-ng-bootstrap-linify.mjs +0 -5
  626. package/esm2022/linify/src/linify.pipe.mjs +0 -22
  627. package/esm2022/list-group/index.mjs +0 -2
  628. package/esm2022/list-group/mintplayer-ng-bootstrap-list-group.mjs +0 -5
  629. package/esm2022/list-group/src/index.mjs +0 -4
  630. package/esm2022/list-group/src/list-group/list-group.component.mjs +0 -19
  631. package/esm2022/list-group/src/list-group-item/list-group-item.component.mjs +0 -17
  632. package/esm2022/list-group/src/list-group.module.mjs +0 -27
  633. package/esm2022/markdown/index.mjs +0 -5
  634. package/esm2022/markdown/mintplayer-ng-bootstrap-markdown.mjs +0 -5
  635. package/esm2022/markdown/src/bold/bold.pipe.mjs +0 -31
  636. package/esm2022/markdown/src/italic/italic.pipe.mjs +0 -31
  637. package/esm2022/markdown/src/strikethrough/strikethrough.pipe.mjs +0 -31
  638. package/esm2022/markdown/src/underline/underline.pipe.mjs +0 -31
  639. package/esm2022/marquee/index.mjs +0 -2
  640. package/esm2022/marquee/mintplayer-ng-bootstrap-marquee.mjs +0 -5
  641. package/esm2022/marquee/src/marquee/marquee.component.mjs +0 -11
  642. package/esm2022/mintplayer-ng-bootstrap.mjs +0 -5
  643. package/esm2022/modal/index.mjs +0 -2
  644. package/esm2022/modal/mintplayer-ng-bootstrap-modal.mjs +0 -5
  645. package/esm2022/modal/src/components/index.mjs +0 -3
  646. package/esm2022/modal/src/components/modal/modal.component.mjs +0 -21
  647. package/esm2022/modal/src/components/modal-host/modal-host.component.mjs +0 -76
  648. package/esm2022/modal/src/directives/index.mjs +0 -6
  649. package/esm2022/modal/src/directives/modal/modal.directive.mjs +0 -17
  650. package/esm2022/modal/src/directives/modal-body/modal-body.directive.mjs +0 -19
  651. package/esm2022/modal/src/directives/modal-close/modal-close.directive.mjs +0 -23
  652. package/esm2022/modal/src/directives/modal-footer/modal-footer.directive.mjs +0 -19
  653. package/esm2022/modal/src/directives/modal-header/modal-header.directive.mjs +0 -19
  654. package/esm2022/modal/src/index.mjs +0 -4
  655. package/esm2022/modal/src/modal.module.mjs +0 -74
  656. package/esm2022/modal/src/providers/modal-content.provider.mjs +0 -3
  657. package/esm2022/modal/src/providers/portal-factory.provider.mjs +0 -3
  658. package/esm2022/multiselect/index.mjs +0 -2
  659. package/esm2022/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +0 -5
  660. package/esm2022/multiselect/src/component/multiselect.component.mjs +0 -40
  661. package/esm2022/multiselect/src/directives/button-template/button-template.directive.mjs +0 -25
  662. package/esm2022/multiselect/src/directives/footer-template/footer-template.directive.mjs +0 -17
  663. package/esm2022/multiselect/src/directives/header-template/header-template.directive.mjs +0 -17
  664. package/esm2022/multiselect/src/directives/index.mjs +0 -4
  665. package/esm2022/multiselect/src/index.mjs +0 -4
  666. package/esm2022/multiselect/src/multiselect.module.mjs +0 -60
  667. package/esm2022/navbar/index.mjs +0 -2
  668. package/esm2022/navbar/mintplayer-ng-bootstrap-navbar.mjs +0 -5
  669. package/esm2022/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +0 -38
  670. package/esm2022/navbar/src/expand-button/expand-button.directive.mjs +0 -25
  671. package/esm2022/navbar/src/index.mjs +0 -12
  672. package/esm2022/navbar/src/nav-link/nav-link.directive.mjs +0 -42
  673. package/esm2022/navbar/src/navbar/navbar.component.mjs +0 -137
  674. package/esm2022/navbar/src/navbar-brand/navbar-brand.component.mjs +0 -20
  675. package/esm2022/navbar/src/navbar-content/navbar-content.directive.mjs +0 -63
  676. package/esm2022/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +0 -147
  677. package/esm2022/navbar/src/navbar-item/navbar-item.component.mjs +0 -96
  678. package/esm2022/navbar/src/navbar-nav/navbar-nav.component.mjs +0 -63
  679. package/esm2022/navbar/src/navbar.module.mjs +0 -93
  680. package/esm2022/navbar-toggler/index.mjs +0 -2
  681. package/esm2022/navbar-toggler/mintplayer-ng-bootstrap-navbar-toggler.mjs +0 -5
  682. package/esm2022/navbar-toggler/src/index.mjs +0 -2
  683. package/esm2022/navbar-toggler/src/navbar-toggler/navbar-toggler.component.mjs +0 -43
  684. package/esm2022/navigation-lock/index.mjs +0 -2
  685. package/esm2022/navigation-lock/mintplayer-ng-bootstrap-navigation-lock.mjs +0 -5
  686. package/esm2022/navigation-lock/src/directive/navigation-lock.directive.mjs +0 -89
  687. package/esm2022/navigation-lock/src/guard/navigation-lock.guard.mjs +0 -22
  688. package/esm2022/navigation-lock/src/index.mjs +0 -5
  689. package/esm2022/navigation-lock/src/interface/has-navigation-lock.mjs +0 -2
  690. package/esm2022/navigation-lock/src/navigation-lock.module.mjs +0 -28
  691. package/esm2022/no-noscript/index.mjs +0 -2
  692. package/esm2022/no-noscript/mintplayer-ng-bootstrap-no-noscript.mjs +0 -5
  693. package/esm2022/no-noscript/src/index.mjs +0 -2
  694. package/esm2022/no-noscript/src/no-noscript/no-noscript.directive.mjs +0 -28
  695. package/esm2022/offcanvas/index.mjs +0 -2
  696. package/esm2022/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +0 -5
  697. package/esm2022/offcanvas/src/components/index.mjs +0 -5
  698. package/esm2022/offcanvas/src/components/offcanvas/offcanvas.component.mjs +0 -108
  699. package/esm2022/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +0 -18
  700. package/esm2022/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +0 -14
  701. package/esm2022/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +0 -125
  702. package/esm2022/offcanvas/src/directives/index.mjs +0 -4
  703. package/esm2022/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +0 -23
  704. package/esm2022/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +0 -17
  705. package/esm2022/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +0 -65
  706. package/esm2022/offcanvas/src/index.mjs +0 -4
  707. package/esm2022/offcanvas/src/offcanvas.module.mjs +0 -76
  708. package/esm2022/offcanvas/src/providers/offcanvas-content.provider.mjs +0 -3
  709. package/esm2022/offcanvas/src/providers/portal-factory.provider.mjs +0 -3
  710. package/esm2022/ordinal-number/index.mjs +0 -2
  711. package/esm2022/ordinal-number/mintplayer-ng-bootstrap-ordinal-number.mjs +0 -5
  712. package/esm2022/ordinal-number/src/index.mjs +0 -2
  713. package/esm2022/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +0 -30
  714. package/esm2022/pagination/index.mjs +0 -2
  715. package/esm2022/pagination/mintplayer-ng-bootstrap-pagination.mjs +0 -5
  716. package/esm2022/pagination/src/component/index.mjs +0 -2
  717. package/esm2022/pagination/src/component/pagination/pagination.component.mjs +0 -188
  718. package/esm2022/pagination/src/index.mjs +0 -4
  719. package/esm2022/pagination/src/interfaces/index.mjs +0 -2
  720. package/esm2022/pagination/src/interfaces/page-with-selection.mjs +0 -2
  721. package/esm2022/pagination/src/types/index.mjs +0 -2
  722. package/esm2022/pagination/src/types/page-number.type.mjs +0 -2
  723. package/esm2022/parallax/index.mjs +0 -2
  724. package/esm2022/parallax/mintplayer-ng-bootstrap-parallax.mjs +0 -5
  725. package/esm2022/parallax/src/parallax.component.mjs +0 -20
  726. package/esm2022/placeholder/index.mjs +0 -2
  727. package/esm2022/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +0 -5
  728. package/esm2022/placeholder/src/index.mjs +0 -4
  729. package/esm2022/placeholder/src/placeholder/placeholder.component.mjs +0 -26
  730. package/esm2022/placeholder/src/placeholder-field/placeholder-field.directive.mjs +0 -41
  731. package/esm2022/placeholder/src/placeholder.module.mjs +0 -19
  732. package/esm2022/playlist-toggler/index.mjs +0 -2
  733. package/esm2022/playlist-toggler/mintplayer-ng-bootstrap-playlist-toggler.mjs +0 -5
  734. package/esm2022/playlist-toggler/src/index.mjs +0 -2
  735. package/esm2022/playlist-toggler/src/playlist-toggler/playlist-toggler.component.mjs +0 -43
  736. package/esm2022/popover/index.mjs +0 -2
  737. package/esm2022/popover/mintplayer-ng-bootstrap-popover.mjs +0 -5
  738. package/esm2022/popover/src/component/popover.component.mjs +0 -57
  739. package/esm2022/popover/src/directives/index.mjs +0 -4
  740. package/esm2022/popover/src/directives/popover/popover.directive.mjs +0 -128
  741. package/esm2022/popover/src/directives/popover-body/popover-body.directive.mjs +0 -19
  742. package/esm2022/popover/src/directives/popover-header/popover-header.directive.mjs +0 -19
  743. package/esm2022/popover/src/index.mjs +0 -4
  744. package/esm2022/popover/src/popover.module.mjs +0 -36
  745. package/esm2022/popover/src/providers/popover-content.provider.mjs +0 -3
  746. package/esm2022/popover/src/providers/portal-factory.provider.mjs +0 -3
  747. package/esm2022/progress-bar/index.mjs +0 -2
  748. package/esm2022/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +0 -5
  749. package/esm2022/progress-bar/src/index.mjs +0 -4
  750. package/esm2022/progress-bar/src/progress/progress.component.mjs +0 -30
  751. package/esm2022/progress-bar/src/progress-bar/progress-bar.component.mjs +0 -103
  752. package/esm2022/progress-bar/src/progress-bar.module.mjs +0 -29
  753. package/esm2022/range/index.mjs +0 -2
  754. package/esm2022/range/mintplayer-ng-bootstrap-range.mjs +0 -5
  755. package/esm2022/range/src/component/range.component.mjs +0 -25
  756. package/esm2022/range/src/index.mjs +0 -4
  757. package/esm2022/range/src/range.module.mjs +0 -19
  758. package/esm2022/range/src/value-accessor/range-value-accessor.mjs +0 -57
  759. package/esm2022/rating/index.mjs +0 -2
  760. package/esm2022/rating/mintplayer-ng-bootstrap-rating.mjs +0 -5
  761. package/esm2022/rating/src/component/rating.component.mjs +0 -69
  762. package/esm2022/rating/src/index.mjs +0 -2
  763. package/esm2022/resizable/index.mjs +0 -2
  764. package/esm2022/resizable/mintplayer-ng-bootstrap-resizable.mjs +0 -5
  765. package/esm2022/resizable/src/index.mjs +0 -7
  766. package/esm2022/resizable/src/interfaces/index.mjs +0 -4
  767. package/esm2022/resizable/src/interfaces/pointer-data.mjs +0 -2
  768. package/esm2022/resizable/src/interfaces/preset-position.mjs +0 -2
  769. package/esm2022/resizable/src/interfaces/resize-action.mjs +0 -2
  770. package/esm2022/resizable/src/providers/index.mjs +0 -2
  771. package/esm2022/resizable/src/providers/resizable.provider.mjs +0 -3
  772. package/esm2022/resizable/src/resizable/resizable.component.mjs +0 -95
  773. package/esm2022/resizable/src/resizable.module.mjs +0 -29
  774. package/esm2022/resizable/src/resize-glyph/resize-glyph.directive.mjs +0 -219
  775. package/esm2022/resizable/src/types/index.mjs +0 -2
  776. package/esm2022/resizable/src/types/positioning.mjs +0 -2
  777. package/esm2022/scheduler/index.mjs +0 -2
  778. package/esm2022/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +0 -5
  779. package/esm2022/scheduler/src/components/index.mjs +0 -3
  780. package/esm2022/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +0 -86
  781. package/esm2022/scheduler/src/components/scheduler/scheduler.component.mjs +0 -536
  782. package/esm2022/scheduler/src/constants/available-scales.mjs +0 -12
  783. package/esm2022/scheduler/src/constants/index.mjs +0 -2
  784. package/esm2022/scheduler/src/enums/drag-operation.mjs +0 -8
  785. package/esm2022/scheduler/src/enums/index.mjs +0 -2
  786. package/esm2022/scheduler/src/enums/scheduler-mode.mjs +0 -6
  787. package/esm2022/scheduler/src/index.mjs +0 -6
  788. package/esm2022/scheduler/src/interfaces/drag-operation.mjs +0 -2
  789. package/esm2022/scheduler/src/interfaces/index.mjs +0 -6
  790. package/esm2022/scheduler/src/interfaces/preview-event.mjs +0 -2
  791. package/esm2022/scheduler/src/interfaces/resource-group.mjs +0 -2
  792. package/esm2022/scheduler/src/interfaces/resource-or-group.mjs +0 -2
  793. package/esm2022/scheduler/src/interfaces/resource.mjs +0 -2
  794. package/esm2022/scheduler/src/interfaces/scheduler-event-part.mjs +0 -2
  795. package/esm2022/scheduler/src/interfaces/scheduler-event-with-parts.mjs +0 -2
  796. package/esm2022/scheduler/src/interfaces/scheduler-event.mjs +0 -2
  797. package/esm2022/scheduler/src/interfaces/scheduler-schale.mjs +0 -2
  798. package/esm2022/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +0 -2
  799. package/esm2022/scheduler/src/interfaces/time-slot.mjs +0 -2
  800. package/esm2022/scheduler/src/interfaces/timeline-options.mjs +0 -2
  801. package/esm2022/scheduler/src/interfaces/timeline-track.mjs +0 -2
  802. package/esm2022/scheduler/src/interfaces/week-options.mjs +0 -2
  803. package/esm2022/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +0 -16
  804. package/esm2022/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +0 -20
  805. package/esm2022/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +0 -20
  806. package/esm2022/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +0 -22
  807. package/esm2022/scheduler/src/scheduler.module.mjs +0 -41
  808. package/esm2022/scheduler/src/services/timeline/timeline.service.mjs +0 -65
  809. package/esm2022/scrollspy/index.mjs +0 -2
  810. package/esm2022/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +0 -5
  811. package/esm2022/scrollspy/src/component/scrollspy.component.mjs +0 -85
  812. package/esm2022/scrollspy/src/directives/scrollspy.directive.mjs +0 -16
  813. package/esm2022/scrollspy/src/index.mjs +0 -5
  814. package/esm2022/scrollspy/src/scrollspy.module.mjs +0 -26
  815. package/esm2022/scrollspy/src/services/index.mjs +0 -2
  816. package/esm2022/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +0 -31
  817. package/esm2022/searchbox/index.mjs +0 -4
  818. package/esm2022/searchbox/mintplayer-ng-bootstrap-searchbox.mjs +0 -5
  819. package/esm2022/searchbox/src/directives/enter-search-term.directive.mjs +0 -17
  820. package/esm2022/searchbox/src/directives/index.mjs +0 -4
  821. package/esm2022/searchbox/src/directives/no-results.directive.mjs +0 -17
  822. package/esm2022/searchbox/src/directives/suggestion.directive.mjs +0 -32
  823. package/esm2022/searchbox/src/searchbox/searchbox.component.mjs +0 -113
  824. package/esm2022/searchbox/src/searchbox.module.mjs +0 -66
  825. package/esm2022/select/index.mjs +0 -2
  826. package/esm2022/select/mintplayer-ng-bootstrap-select.mjs +0 -5
  827. package/esm2022/select/src/component/select.component.mjs +0 -85
  828. package/esm2022/select/src/index.mjs +0 -5
  829. package/esm2022/select/src/select.module.mjs +0 -31
  830. package/esm2022/select/src/types/index.mjs +0 -2
  831. package/esm2022/select/src/types/select-size.mjs +0 -2
  832. package/esm2022/select/src/value-accessors/index.mjs +0 -2
  833. package/esm2022/select/src/value-accessors/select-value-accessor.mjs +0 -166
  834. package/esm2022/select2/index.mjs +0 -2
  835. package/esm2022/select2/mintplayer-ng-bootstrap-select2.mjs +0 -5
  836. package/esm2022/select2/src/component/select2.component.mjs +0 -85
  837. package/esm2022/select2/src/directive/index.mjs +0 -3
  838. package/esm2022/select2/src/directive/item-template/item-template.directive.mjs +0 -32
  839. package/esm2022/select2/src/directive/suggestion-template/suggestion-template.directive.mjs +0 -32
  840. package/esm2022/select2/src/index.mjs +0 -4
  841. package/esm2022/select2/src/select2.module.mjs +0 -52
  842. package/esm2022/shell/index.mjs +0 -5
  843. package/esm2022/shell/mintplayer-ng-bootstrap-shell.mjs +0 -5
  844. package/esm2022/shell/src/shell/shell.component.mjs +0 -41
  845. package/esm2022/shell/src/shell-sidebar/shell-sidebar.directive.mjs +0 -19
  846. package/esm2022/shell/src/shell-state.mjs +0 -2
  847. package/esm2022/shell/src/shell.module.mjs +0 -19
  848. package/esm2022/signature-pad/index.mjs +0 -2
  849. package/esm2022/signature-pad/mintplayer-ng-bootstrap-signature-pad.mjs +0 -5
  850. package/esm2022/signature-pad/src/component/signature-pad.component.mjs +0 -109
  851. package/esm2022/signature-pad/src/index.mjs +0 -3
  852. package/esm2022/signature-pad/src/interfaces/index.mjs +0 -4
  853. package/esm2022/signature-pad/src/interfaces/point.mjs +0 -2
  854. package/esm2022/signature-pad/src/interfaces/signature.mjs +0 -2
  855. package/esm2022/signature-pad/src/interfaces/stroke.mjs +0 -2
  856. package/esm2022/slugify/index.mjs +0 -2
  857. package/esm2022/slugify/mintplayer-ng-bootstrap-slugify.mjs +0 -5
  858. package/esm2022/slugify/src/slugify.pipe.mjs +0 -24
  859. package/esm2022/spinner/index.mjs +0 -2
  860. package/esm2022/spinner/mintplayer-ng-bootstrap-spinner.mjs +0 -5
  861. package/esm2022/spinner/src/index.mjs +0 -2
  862. package/esm2022/spinner/src/spinner.component.mjs +0 -43
  863. package/esm2022/split-string/index.mjs +0 -2
  864. package/esm2022/split-string/mintplayer-ng-bootstrap-split-string.mjs +0 -5
  865. package/esm2022/split-string/src/split-string.pipe.mjs +0 -19
  866. package/esm2022/splitter/index.mjs +0 -2
  867. package/esm2022/splitter/mintplayer-ng-bootstrap-splitter.mjs +0 -5
  868. package/esm2022/splitter/src/element-at/element-at.pipe.mjs +0 -21
  869. package/esm2022/splitter/src/index.mjs +0 -6
  870. package/esm2022/splitter/src/interfaces/drag-operation.mjs +0 -6
  871. package/esm2022/splitter/src/interfaces/point.mjs +0 -2
  872. package/esm2022/splitter/src/split-panel/split-panel.component.mjs +0 -18
  873. package/esm2022/splitter/src/splitter/splitter.component.mjs +0 -205
  874. package/esm2022/splitter/src/splitter.module.mjs +0 -22
  875. package/esm2022/splitter/src/types/direction.type.mjs +0 -2
  876. package/esm2022/splitter/src/types/index.mjs +0 -2
  877. package/esm2022/sticky-footer/index.mjs +0 -2
  878. package/esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs +0 -5
  879. package/esm2022/sticky-footer/src/index.mjs +0 -4
  880. package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +0 -28
  881. package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +0 -16
  882. package/esm2022/sticky-footer/src/sticky-footer.module.mjs +0 -20
  883. package/esm2022/tab-control/index.mjs +0 -2
  884. package/esm2022/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +0 -5
  885. package/esm2022/tab-control/src/index.mjs +0 -6
  886. package/esm2022/tab-control/src/tab-control/tab-control.component.mjs +0 -128
  887. package/esm2022/tab-control/src/tab-control.module.mjs +0 -42
  888. package/esm2022/tab-control/src/tab-page/tab-page.component.mjs +0 -29
  889. package/esm2022/tab-control/src/tab-page-header/tab-page-header.directive.mjs +0 -16
  890. package/esm2022/tab-control/src/tabs-position.mjs +0 -2
  891. package/esm2022/table/index.mjs +0 -2
  892. package/esm2022/table/mintplayer-ng-bootstrap-table.mjs +0 -5
  893. package/esm2022/table/src/component/table.component.mjs +0 -47
  894. package/esm2022/table/src/index.mjs +0 -2
  895. package/esm2022/timepicker/index.mjs +0 -2
  896. package/esm2022/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +0 -5
  897. package/esm2022/timepicker/src/index.mjs +0 -2
  898. package/esm2022/timepicker/src/timepicker.component.mjs +0 -127
  899. package/esm2022/toast/index.mjs +0 -2
  900. package/esm2022/toast/mintplayer-ng-bootstrap-toast.mjs +0 -5
  901. package/esm2022/toast/src/components/index.mjs +0 -5
  902. package/esm2022/toast/src/components/toast/toast.component.mjs +0 -16
  903. package/esm2022/toast/src/components/toast-body/toast-body.component.mjs +0 -20
  904. package/esm2022/toast/src/components/toast-container/toast-container.component.mjs +0 -22
  905. package/esm2022/toast/src/components/toast-header/toast-header.component.mjs +0 -17
  906. package/esm2022/toast/src/directives/index.mjs +0 -2
  907. package/esm2022/toast/src/directives/toast-close/toast-close.directive.mjs +0 -30
  908. package/esm2022/toast/src/index.mjs +0 -6
  909. package/esm2022/toast/src/pipes/add-properties.pipe.mjs +0 -17
  910. package/esm2022/toast/src/providers/portal-factory.provider.mjs +0 -3
  911. package/esm2022/toast/src/services/index.mjs +0 -2
  912. package/esm2022/toast/src/services/toast/toast.service.mjs +0 -55
  913. package/esm2022/toast/src/toast.module.mjs +0 -78
  914. package/esm2022/toggle-button/index.mjs +0 -2
  915. package/esm2022/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +0 -5
  916. package/esm2022/toggle-button/src/component/toggle-button.component.mjs +0 -153
  917. package/esm2022/toggle-button/src/directives/index.mjs +0 -2
  918. package/esm2022/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +0 -19
  919. package/esm2022/toggle-button/src/index.mjs +0 -6
  920. package/esm2022/toggle-button/src/toggle-button.module.mjs +0 -34
  921. package/esm2022/toggle-button/src/types/check-style.mjs +0 -2
  922. package/esm2022/toggle-button/src/types/index.mjs +0 -2
  923. package/esm2022/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +0 -103
  924. package/esm2022/tooltip/index.mjs +0 -2
  925. package/esm2022/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +0 -5
  926. package/esm2022/tooltip/src/component/tooltip.component.mjs +0 -47
  927. package/esm2022/tooltip/src/directive/tooltip.directive.mjs +0 -111
  928. package/esm2022/tooltip/src/index.mjs +0 -4
  929. package/esm2022/tooltip/src/providers/tooltip-content.provider.mjs +0 -3
  930. package/esm2022/tooltip/src/tooltip.module.mjs +0 -35
  931. package/esm2022/treeview/index.mjs +0 -2
  932. package/esm2022/treeview/mintplayer-ng-bootstrap-treeview.mjs +0 -5
  933. package/esm2022/treeview/src/index.mjs +0 -4
  934. package/esm2022/treeview/src/treeview/treeview.component.mjs +0 -42
  935. package/esm2022/treeview/src/treeview-item/treeview-item.component.mjs +0 -32
  936. package/esm2022/treeview/src/treeview.module.mjs +0 -20
  937. package/esm2022/trust-html/index.mjs +0 -2
  938. package/esm2022/trust-html/mintplayer-ng-bootstrap-trust-html.mjs +0 -5
  939. package/esm2022/trust-html/src/trust-html.pipe.mjs +0 -22
  940. package/esm2022/typeahead/index.mjs +0 -2
  941. package/esm2022/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +0 -5
  942. package/esm2022/typeahead/src/index.mjs +0 -2
  943. package/esm2022/typeahead/src/typeahead.component.mjs +0 -87
  944. package/esm2022/uc-first/index.mjs +0 -2
  945. package/esm2022/uc-first/mintplayer-ng-bootstrap-uc-first.mjs +0 -5
  946. package/esm2022/uc-first/src/uc-first.pipe.mjs +0 -18
  947. package/esm2022/user-agent/index.mjs +0 -2
  948. package/esm2022/user-agent/mintplayer-ng-bootstrap-user-agent.mjs +0 -5
  949. package/esm2022/user-agent/src/directive/index.mjs +0 -2
  950. package/esm2022/user-agent/src/directive/user-agent.directive.mjs +0 -99
  951. package/esm2022/user-agent/src/index.mjs +0 -4
  952. package/esm2022/user-agent/src/interfaces/index.mjs +0 -2
  953. package/esm2022/user-agent/src/interfaces/user-agent.mjs +0 -2
  954. package/esm2022/user-agent/src/types/index.mjs +0 -3
  955. package/esm2022/user-agent/src/types/operating-system.type.mjs +0 -2
  956. package/esm2022/user-agent/src/types/webbrowser.type.mjs +0 -2
  957. package/esm2022/word-count/index.mjs +0 -2
  958. package/esm2022/word-count/mintplayer-ng-bootstrap-word-count.mjs +0 -5
  959. package/esm2022/word-count/src/word-count.pipe.mjs +0 -28
  960. package/file-upload/src/component/file-upload.component.d.ts +0 -21
  961. package/file-upload/src/directive/file-upload-template.directive.d.ts +0 -15
  962. package/file-upload/src/file-upload.d.ts +0 -5
  963. package/file-upload/src/file-upload.module.d.ts +0 -14
  964. package/file-upload/src/index.d.ts +0 -5
  965. package/file-upload/src/pipes/format-bytes/format-bytes.pipe.d.ts +0 -7
  966. package/file-upload/src/pipes/index.d.ts +0 -1
  967. package/floating-labels/src/floating-label/floating-label.component.d.ts +0 -7
  968. package/floating-labels/src/index.d.ts +0 -1
  969. package/font-color/src/font-color.pipe.d.ts +0 -7
  970. package/for/src/for.directive.d.ts +0 -10
  971. package/for/src/index.d.ts +0 -1
  972. package/form/src/form/form.component.d.ts +0 -10
  973. package/form/src/form-control/form-control.directive.d.ts +0 -8
  974. package/form/src/form-group/form-group.directive.d.ts +0 -6
  975. package/form/src/form.module.d.ts +0 -10
  976. package/form/src/index.d.ts +0 -4
  977. package/grid/src/component/grid.component.d.ts +0 -12
  978. package/grid/src/directives/col-form-label/col-form-label.directive.d.ts +0 -6
  979. package/grid/src/directives/column/column.directive.d.ts +0 -29
  980. package/grid/src/directives/index.d.ts +0 -3
  981. package/grid/src/directives/row/row.directive.d.ts +0 -6
  982. package/grid/src/grid.module.d.ts +0 -12
  983. package/grid/src/index.d.ts +0 -4
  984. package/grid/src/interfaces/column-definition.d.ts +0 -9
  985. package/grid/src/interfaces/index.d.ts +0 -1
  986. package/has-id/src/has-id.d.ts +0 -3
  987. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +0 -5
  988. package/has-overlay/src/index.d.ts +0 -1
  989. package/has-property/src/has-property.pipe.d.ts +0 -7
  990. package/has-property/src/index.d.ts +0 -1
  991. package/in-list/src/in-list.pipe.d.ts +0 -8
  992. package/input-group/src/index.d.ts +0 -1
  993. package/input-group/src/input-group/input-group.component.d.ts +0 -5
  994. package/instance-of/src/directives/index.d.ts +0 -4
  995. package/instance-of/src/directives/instanceof-case.directive.d.ts +0 -23
  996. package/instance-of/src/directives/instanceof-default.directive.d.ts +0 -10
  997. package/instance-of/src/directives/instanceof.directive.d.ts +0 -21
  998. package/instance-of/src/directives/switch-view.d.ts +0 -12
  999. package/instance-of/src/index.d.ts +0 -5
  1000. package/instance-of/src/instance-of.module.d.ts +0 -11
  1001. package/instance-of/src/interfaces/index.d.ts +0 -1
  1002. package/instance-of/src/interfaces/instance-of-context.d.ts +0 -4
  1003. package/instance-of/src/pipes/index.d.ts +0 -1
  1004. package/instance-of/src/pipes/instance-of.pipe.d.ts +0 -8
  1005. package/instance-of/src/types/abstract.type.d.ts +0 -1
  1006. package/instance-of/src/types/index.d.ts +0 -1
  1007. package/let/directive/let.directive.d.ts +0 -31
  1008. package/let/interfaces/index.d.ts +0 -1
  1009. package/let/interfaces/let-context.d.ts +0 -10
  1010. package/lib/enums/color.enum.d.ts +0 -13
  1011. package/lib/enums/index.d.ts +0 -1
  1012. package/lib/providers/development.provider.d.ts +0 -7
  1013. package/lib/providers/index.d.ts +0 -1
  1014. package/lib/types/breakpoint.d.ts +0 -1
  1015. package/lib/types/index.d.ts +0 -3
  1016. package/lib/types/position.d.ts +0 -1
  1017. package/lib/types/size.d.ts +0 -1
  1018. package/linify/src/linify.pipe.d.ts +0 -7
  1019. package/list-group/src/index.d.ts +0 -3
  1020. package/list-group/src/list-group/list-group.component.d.ts +0 -10
  1021. package/list-group/src/list-group-item/list-group-item.component.d.ts +0 -6
  1022. package/list-group/src/list-group.module.d.ts +0 -9
  1023. package/markdown/src/bold/bold.pipe.d.ts +0 -10
  1024. package/markdown/src/italic/italic.pipe.d.ts +0 -10
  1025. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +0 -10
  1026. package/markdown/src/underline/underline.pipe.d.ts +0 -10
  1027. package/marquee/src/marquee/marquee.component.d.ts +0 -5
  1028. package/modal/src/components/index.d.ts +0 -2
  1029. package/modal/src/components/modal/modal.component.d.ts +0 -9
  1030. package/modal/src/components/modal-host/modal-host.component.d.ts +0 -25
  1031. package/modal/src/directives/index.d.ts +0 -5
  1032. package/modal/src/directives/modal/modal.directive.d.ts +0 -8
  1033. package/modal/src/directives/modal-body/modal-body.directive.d.ts +0 -6
  1034. package/modal/src/directives/modal-close/modal-close.directive.d.ts +0 -9
  1035. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +0 -6
  1036. package/modal/src/directives/modal-header/modal-header.directive.d.ts +0 -6
  1037. package/modal/src/index.d.ts +0 -3
  1038. package/modal/src/modal.module.d.ts +0 -16
  1039. package/modal/src/providers/modal-content.provider.d.ts +0 -2
  1040. package/modal/src/providers/portal-factory.provider.d.ts +0 -3
  1041. package/multiselect/src/component/multiselect.component.d.ts +0 -15
  1042. package/multiselect/src/directives/button-template/button-template.directive.d.ts +0 -12
  1043. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +0 -8
  1044. package/multiselect/src/directives/header-template/header-template.directive.d.ts +0 -8
  1045. package/multiselect/src/directives/index.d.ts +0 -3
  1046. package/multiselect/src/index.d.ts +0 -3
  1047. package/multiselect/src/multiselect.module.d.ts +0 -17
  1048. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
  1049. package/navbar/src/expand-button/expand-button.directive.d.ts +0 -12
  1050. package/navbar/src/index.d.ts +0 -10
  1051. package/navbar/src/nav-link/nav-link.directive.d.ts +0 -11
  1052. package/navbar/src/navbar/navbar.component.d.ts +0 -30
  1053. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +0 -7
  1054. package/navbar/src/navbar-content/navbar-content.directive.d.ts +0 -17
  1055. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +0 -31
  1056. package/navbar/src/navbar-item/navbar-item.component.d.ts +0 -18
  1057. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +0 -16
  1058. package/navbar/src/navbar.module.d.ts +0 -23
  1059. package/navbar-toggler/src/index.d.ts +0 -1
  1060. package/navbar-toggler/src/navbar-toggler/navbar-toggler.component.d.ts +0 -14
  1061. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +0 -31
  1062. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +0 -8
  1063. package/navigation-lock/src/index.d.ts +0 -4
  1064. package/navigation-lock/src/interface/has-navigation-lock.d.ts +0 -15
  1065. package/navigation-lock/src/navigation-lock.module.d.ts +0 -9
  1066. package/no-noscript/src/index.d.ts +0 -1
  1067. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +0 -8
  1068. package/offcanvas/src/components/index.d.ts +0 -4
  1069. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +0 -31
  1070. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +0 -9
  1071. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +0 -8
  1072. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +0 -36
  1073. package/offcanvas/src/directives/index.d.ts +0 -3
  1074. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
  1075. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  1076. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +0 -14
  1077. package/offcanvas/src/index.d.ts +0 -3
  1078. package/offcanvas/src/offcanvas.module.d.ts +0 -16
  1079. package/offcanvas/src/providers/offcanvas-content.provider.d.ts +0 -2
  1080. package/offcanvas/src/providers/portal-factory.provider.d.ts +0 -3
  1081. package/ordinal-number/src/index.d.ts +0 -1
  1082. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +0 -10
  1083. package/pagination/src/component/index.d.ts +0 -1
  1084. package/pagination/src/component/pagination/pagination.component.d.ts +0 -46
  1085. package/pagination/src/index.d.ts +0 -3
  1086. package/pagination/src/interfaces/index.d.ts +0 -1
  1087. package/pagination/src/interfaces/page-with-selection.d.ts +0 -5
  1088. package/pagination/src/types/index.d.ts +0 -1
  1089. package/pagination/src/types/page-number.type.d.ts +0 -1
  1090. package/parallax/src/parallax.component.d.ts +0 -8
  1091. package/placeholder/src/index.d.ts +0 -3
  1092. package/placeholder/src/placeholder/placeholder.component.d.ts +0 -11
  1093. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +0 -12
  1094. package/placeholder/src/placeholder.module.d.ts +0 -9
  1095. package/playlist-toggler/src/index.d.ts +0 -1
  1096. package/playlist-toggler/src/playlist-toggler/playlist-toggler.component.d.ts +0 -14
  1097. package/popover/src/component/popover.component.d.ts +0 -19
  1098. package/popover/src/directives/index.d.ts +0 -3
  1099. package/popover/src/directives/popover/popover.directive.d.ts +0 -27
  1100. package/popover/src/directives/popover-body/popover-body.directive.d.ts +0 -6
  1101. package/popover/src/directives/popover-header/popover-header.directive.d.ts +0 -6
  1102. package/popover/src/index.d.ts +0 -3
  1103. package/popover/src/popover.module.d.ts +0 -13
  1104. package/popover/src/providers/popover-content.provider.d.ts +0 -2
  1105. package/popover/src/providers/portal-factory.provider.d.ts +0 -3
  1106. package/progress-bar/src/index.d.ts +0 -3
  1107. package/progress-bar/src/progress/progress.component.d.ts +0 -8
  1108. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +0 -28
  1109. package/progress-bar/src/progress-bar.module.d.ts +0 -9
  1110. package/range/src/component/range.component.d.ts +0 -11
  1111. package/range/src/index.d.ts +0 -3
  1112. package/range/src/range.module.d.ts +0 -9
  1113. package/range/src/value-accessor/range-value-accessor.d.ts +0 -18
  1114. package/rating/src/component/rating.component.d.ts +0 -20
  1115. package/rating/src/index.d.ts +0 -1
  1116. package/resizable/src/index.d.ts +0 -6
  1117. package/resizable/src/interfaces/index.d.ts +0 -3
  1118. package/resizable/src/interfaces/pointer-data.d.ts +0 -5
  1119. package/resizable/src/interfaces/preset-position.d.ts +0 -6
  1120. package/resizable/src/interfaces/resize-action.d.ts +0 -18
  1121. package/resizable/src/providers/index.d.ts +0 -1
  1122. package/resizable/src/providers/resizable.provider.d.ts +0 -3
  1123. package/resizable/src/resizable/resizable.component.d.ts +0 -29
  1124. package/resizable/src/resizable.module.d.ts +0 -9
  1125. package/resizable/src/resize-glyph/resize-glyph.directive.d.ts +0 -23
  1126. package/resizable/src/types/index.d.ts +0 -1
  1127. package/resizable/src/types/positioning.d.ts +0 -1
  1128. package/scheduler/src/components/index.d.ts +0 -2
  1129. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -27
  1130. package/scheduler/src/components/scheduler/scheduler.component.d.ts +0 -89
  1131. package/scheduler/src/constants/available-scales.d.ts +0 -2
  1132. package/scheduler/src/constants/index.d.ts +0 -1
  1133. package/scheduler/src/enums/drag-operation.d.ts +0 -6
  1134. package/scheduler/src/enums/index.d.ts +0 -1
  1135. package/scheduler/src/enums/scheduler-mode.d.ts +0 -4
  1136. package/scheduler/src/index.d.ts +0 -5
  1137. package/scheduler/src/interfaces/drag-operation.d.ts +0 -7
  1138. package/scheduler/src/interfaces/index.d.ts +0 -5
  1139. package/scheduler/src/interfaces/preview-event.d.ts +0 -4
  1140. package/scheduler/src/interfaces/resource-group.d.ts +0 -5
  1141. package/scheduler/src/interfaces/resource-or-group.d.ts +0 -6
  1142. package/scheduler/src/interfaces/resource.d.ts +0 -5
  1143. package/scheduler/src/interfaces/scheduler-event-part.d.ts +0 -6
  1144. package/scheduler/src/interfaces/scheduler-event-with-parts.d.ts +0 -6
  1145. package/scheduler/src/interfaces/scheduler-event.d.ts +0 -6
  1146. package/scheduler/src/interfaces/scheduler-schale.d.ts +0 -5
  1147. package/scheduler/src/interfaces/scheduler-stamp-with-slots.d.ts +0 -6
  1148. package/scheduler/src/interfaces/time-slot.d.ts +0 -4
  1149. package/scheduler/src/interfaces/timeline-options.d.ts +0 -3
  1150. package/scheduler/src/interfaces/timeline-track.d.ts +0 -5
  1151. package/scheduler/src/interfaces/week-options.d.ts +0 -3
  1152. package/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -9
  1153. package/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -9
  1154. package/scheduler/src/pipes/date-offset/date-offset.pipe.d.ts +0 -8
  1155. package/scheduler/src/pipes/day-of-week/day-of-week.pipe.d.ts +0 -9
  1156. package/scheduler/src/scheduler.module.d.ts +0 -13
  1157. package/scheduler/src/services/timeline/timeline.service.d.ts +0 -14
  1158. package/scrollspy/src/component/scrollspy.component.d.ts +0 -23
  1159. package/scrollspy/src/directives/scrollspy.directive.d.ts +0 -8
  1160. package/scrollspy/src/index.d.ts +0 -4
  1161. package/scrollspy/src/scrollspy.module.d.ts +0 -8
  1162. package/scrollspy/src/services/index.d.ts +0 -1
  1163. package/scrollspy/src/services/scroll-offset/scroll-offset.service.d.ts +0 -9
  1164. package/searchbox/src/directives/enter-search-term.directive.d.ts +0 -9
  1165. package/searchbox/src/directives/index.d.ts +0 -3
  1166. package/searchbox/src/directives/no-results.directive.d.ts +0 -9
  1167. package/searchbox/src/directives/suggestion.directive.d.ts +0 -16
  1168. package/searchbox/src/searchbox/searchbox.component.d.ts +0 -37
  1169. package/searchbox/src/searchbox.module.d.ts +0 -18
  1170. package/select/src/component/select.component.d.ts +0 -26
  1171. package/select/src/index.d.ts +0 -4
  1172. package/select/src/select.module.d.ts +0 -9
  1173. package/select/src/types/index.d.ts +0 -1
  1174. package/select/src/types/select-size.d.ts +0 -1
  1175. package/select/src/value-accessors/index.d.ts +0 -1
  1176. package/select/src/value-accessors/select-value-accessor.d.ts +0 -44
  1177. package/select2/src/component/select2.component.d.ts +0 -27
  1178. package/select2/src/directive/index.d.ts +0 -2
  1179. package/select2/src/directive/item-template/item-template.directive.d.ts +0 -16
  1180. package/select2/src/directive/suggestion-template/suggestion-template.directive.d.ts +0 -16
  1181. package/select2/src/index.d.ts +0 -3
  1182. package/select2/src/select2.module.d.ts +0 -15
  1183. package/shell/src/shell/shell.component.d.ts +0 -19
  1184. package/shell/src/shell-sidebar/shell-sidebar.directive.d.ts +0 -10
  1185. package/shell/src/shell-state.d.ts +0 -1
  1186. package/shell/src/shell.module.d.ts +0 -9
  1187. package/signature-pad/src/component/signature-pad.component.d.ts +0 -25
  1188. package/signature-pad/src/index.d.ts +0 -2
  1189. package/signature-pad/src/interfaces/index.d.ts +0 -3
  1190. package/signature-pad/src/interfaces/point.d.ts +0 -4
  1191. package/signature-pad/src/interfaces/signature.d.ts +0 -4
  1192. package/signature-pad/src/interfaces/stroke.d.ts +0 -4
  1193. package/slugify/src/slugify.pipe.d.ts +0 -7
  1194. package/spinner/src/index.d.ts +0 -1
  1195. package/spinner/src/spinner.component.d.ts +0 -19
  1196. package/split-string/src/split-string.pipe.d.ts +0 -7
  1197. package/splitter/src/element-at/element-at.pipe.d.ts +0 -7
  1198. package/splitter/src/index.d.ts +0 -5
  1199. package/splitter/src/interfaces/drag-operation.d.ts +0 -12
  1200. package/splitter/src/interfaces/point.d.ts +0 -4
  1201. package/splitter/src/split-panel/split-panel.component.d.ts +0 -11
  1202. package/splitter/src/splitter/splitter.component.d.ts +0 -37
  1203. package/splitter/src/splitter.module.d.ts +0 -12
  1204. package/splitter/src/types/direction.type.d.ts +0 -1
  1205. package/splitter/src/types/index.d.ts +0 -1
  1206. package/sticky-footer/src/index.d.ts +0 -3
  1207. package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +0 -13
  1208. package/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.d.ts +0 -6
  1209. package/sticky-footer/src/sticky-footer.module.d.ts +0 -10
  1210. package/tab-control/src/index.d.ts +0 -5
  1211. package/tab-control/src/tab-control/tab-control.component.d.ts +0 -40
  1212. package/tab-control/src/tab-control.module.d.ts +0 -12
  1213. package/tab-control/src/tab-page/tab-page.component.d.ts +0 -16
  1214. package/tab-control/src/tab-page-header/tab-page-header.directive.d.ts +0 -8
  1215. package/tab-control/src/tabs-position.d.ts +0 -1
  1216. package/table/src/component/table.component.d.ts +0 -15
  1217. package/table/src/index.d.ts +0 -1
  1218. package/timepicker/src/index.d.ts +0 -1
  1219. package/timepicker/src/timepicker.component.d.ts +0 -30
  1220. package/toast/src/components/index.d.ts +0 -4
  1221. package/toast/src/components/toast/toast.component.d.ts +0 -6
  1222. package/toast/src/components/toast-body/toast-body.component.d.ts +0 -6
  1223. package/toast/src/components/toast-container/toast-container.component.d.ts +0 -9
  1224. package/toast/src/components/toast-header/toast-header.component.d.ts +0 -6
  1225. package/toast/src/directives/index.d.ts +0 -1
  1226. package/toast/src/directives/toast-close/toast-close.directive.d.ts +0 -12
  1227. package/toast/src/index.d.ts +0 -5
  1228. package/toast/src/pipes/add-properties.pipe.d.ts +0 -7
  1229. package/toast/src/providers/portal-factory.provider.d.ts +0 -3
  1230. package/toast/src/services/index.d.ts +0 -1
  1231. package/toast/src/services/toast/toast.service.d.ts +0 -22
  1232. package/toast/src/toast.module.d.ts +0 -15
  1233. package/toggle-button/src/component/toggle-button.component.d.ts +0 -36
  1234. package/toggle-button/src/directives/index.d.ts +0 -1
  1235. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -9
  1236. package/toggle-button/src/index.d.ts +0 -5
  1237. package/toggle-button/src/toggle-button.module.d.ts +0 -10
  1238. package/toggle-button/src/types/check-style.d.ts +0 -1
  1239. package/toggle-button/src/types/index.d.ts +0 -1
  1240. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +0 -18
  1241. package/tooltip/src/component/tooltip.component.d.ts +0 -16
  1242. package/tooltip/src/directive/tooltip.directive.d.ts +0 -21
  1243. package/tooltip/src/index.d.ts +0 -2
  1244. package/tooltip/src/providers/tooltip-content.provider.d.ts +0 -2
  1245. package/tooltip/src/tooltip.module.d.ts +0 -11
  1246. package/treeview/src/index.d.ts +0 -3
  1247. package/treeview/src/treeview/treeview.component.d.ts +0 -14
  1248. package/treeview/src/treeview-item/treeview-item.component.d.ts +0 -13
  1249. package/treeview/src/treeview.module.d.ts +0 -10
  1250. package/trust-html/src/trust-html.pipe.d.ts +0 -10
  1251. package/typeahead/src/index.d.ts +0 -1
  1252. package/typeahead/src/typeahead.component.d.ts +0 -25
  1253. package/uc-first/src/uc-first.pipe.d.ts +0 -7
  1254. package/user-agent/src/directive/index.d.ts +0 -1
  1255. package/user-agent/src/directive/user-agent.directive.d.ts +0 -16
  1256. package/user-agent/src/index.d.ts +0 -3
  1257. package/user-agent/src/interfaces/index.d.ts +0 -1
  1258. package/user-agent/src/interfaces/user-agent.d.ts +0 -6
  1259. package/user-agent/src/types/index.d.ts +0 -2
  1260. package/user-agent/src/types/operating-system.type.d.ts +0 -1
  1261. package/user-agent/src/types/webbrowser.type.d.ts +0 -1
  1262. package/word-count/src/word-count.pipe.d.ts +0 -7
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbGluaWZ5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9saW5pZnkvbWludHBsYXllci1uZy1ib290c3RyYXAtbGluaWZ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,22 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsLinifyPipe {
4
- transform(value, removeEmptyEntries = true) {
5
- const split = value
6
- .replace('\r\n', '\n')
7
- .split('\n');
8
- return removeEmptyEntries
9
- ? split.filter((line) => line !== '')
10
- : split;
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsLinifyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
13
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsLinifyPipe, isStandalone: true, name: "bsLinify" }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsLinifyPipe, decorators: [{
16
- type: Pipe,
17
- args: [{
18
- name: 'bsLinify',
19
- standalone: true
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluaWZ5LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpbmlmeS9zcmMvbGluaWZ5LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBTXBELE1BQU0sT0FBTyxZQUFZO0lBQ3ZCLFNBQVMsQ0FBQyxLQUFhLEVBQUUsa0JBQWtCLEdBQUcsSUFBSTtRQUNoRCxNQUFNLEtBQUssR0FBRyxLQUFLO2FBQ2hCLE9BQU8sQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDO2FBQ3JCLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUVmLE9BQU8sa0JBQWtCO1lBQ3ZCLENBQUMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLEtBQUssRUFBRSxDQUFDO1lBQ3JDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDWixDQUFDOzhHQVRVLFlBQVk7NEdBQVosWUFBWTs7MkZBQVosWUFBWTtrQkFKeEIsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsVUFBVTtvQkFDaEIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdic0xpbmlmeScsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQnNMaW5pZnlQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nLCByZW1vdmVFbXB0eUVudHJpZXMgPSB0cnVlKSB7XG4gICAgY29uc3Qgc3BsaXQgPSB2YWx1ZVxuICAgICAgLnJlcGxhY2UoJ1xcclxcbicsICdcXG4nKVxuICAgICAgLnNwbGl0KCdcXG4nKTtcblxuICAgIHJldHVybiByZW1vdmVFbXB0eUVudHJpZXNcbiAgICAgID8gc3BsaXQuZmlsdGVyKChsaW5lKSA9PiBsaW5lICE9PSAnJylcbiAgICAgIDogc3BsaXQ7XG4gIH1cbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './src';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYyc7XG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbGlzdC1ncm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbGlzdC1ncm91cC9taW50cGxheWVyLW5nLWJvb3RzdHJhcC1saXN0LWdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,4 +0,0 @@
1
- export * from './list-group.module';
2
- export * from './list-group/list-group.component';
3
- export * from './list-group-item/list-group-item.component';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDZDQUE2QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saXN0LWdyb3VwLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saXN0LWdyb3VwLWl0ZW0vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudCc7Il19
@@ -1,19 +0,0 @@
1
- import { Component, ContentChildren } from '@angular/core';
2
- import { BsListGroupItemComponent } from '../list-group-item/list-group-item.component';
3
- import * as i0 from "@angular/core";
4
- export class BsListGroupComponent {
5
- constructor() {
6
- }
7
- ngOnInit() {
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: BsListGroupComponent, 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"] }); }
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupComponent, decorators: [{
13
- type: Component,
14
- args: [{ selector: 'bs-list-group', 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"] }]
15
- }], ctorParameters: () => [], propDecorators: { items: [{
16
- type: ContentChildren,
17
- args: [BsListGroupItemComponent]
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFDOUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOENBQThDLENBQUM7O0FBT3hGLE1BQU0sT0FBTyxvQkFBb0I7SUFFL0I7SUFDQSxDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7OEdBTlUsb0JBQW9CO2tHQUFwQixvQkFBb0IsMkVBUWQsd0JBQXdCLDZCQ2hCM0Msc0VBRUs7OzJGRE1RLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxlQUFlO3dEQVlrQixLQUFLO3NCQUEvQyxlQUFlO3VCQUFDLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBPbkluaXQsIFF1ZXJ5TGlzdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi4vbGlzdC1ncm91cC1pdGVtL2xpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1saXN0LWdyb3VwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xpc3QtZ3JvdXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saXN0LWdyb3VwLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNMaXN0R3JvdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxuICBAQ29udGVudENoaWxkcmVuKEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudCkgaXRlbXMhOiBRdWVyeUxpc3Q8QnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50PjtcblxufVxuIiwiPHVsIGNsYXNzPVwibGlzdC1ncm91cCBtdC0wXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC91bD4iXX0=
@@ -1,17 +0,0 @@
1
- import { Component, HostBinding } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsListGroupItemComponent {
4
- constructor() {
5
- this.classes = true;
6
- }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: BsListGroupItemComponent, 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
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupItemComponent, decorators: [{
11
- type: Component,
12
- args: [{ selector: 'bs-list-group-item', template: "<!-- <li class=\"list-group-item\"> -->\n <ng-content></ng-content>\n<!-- </li> -->", styles: [".list-group-item{margin-bottom:-1px}\n"] }]
13
- }], propDecorators: { classes: [{
14
- type: HostBinding,
15
- args: ['class.list-group-item']
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbGlzdC1ncm91cC9zcmMvbGlzdC1ncm91cC1pdGVtL2xpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAtaXRlbS9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZELE1BQU0sT0FBTyx3QkFBd0I7SUFMckM7UUFNd0MsWUFBTyxHQUFHLElBQUksQ0FBQztLQUN0RDs4R0FGWSx3QkFBd0I7a0dBQXhCLHdCQUF3Qiw2SENQckMsd0ZBRWM7OzJGREtELHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxvQkFBb0I7OEJBS1EsT0FBTztzQkFBNUMsV0FBVzt1QkFBQyx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWxpc3QtZ3JvdXAtaXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCc0xpc3RHcm91cEl0ZW1Db21wb25lbnQge1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmxpc3QtZ3JvdXAtaXRlbScpIGNsYXNzZXMgPSB0cnVlO1xufVxuIiwiPCEtLSA8bGkgY2xhc3M9XCJsaXN0LWdyb3VwLWl0ZW1cIj4gLS0+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPCEtLSA8L2xpPiAtLT4iXX0=
@@ -1,27 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsListGroupComponent } from './list-group/list-group.component';
4
- import { BsListGroupItemComponent } from './list-group-item/list-group-item.component';
5
- import * as i0 from "@angular/core";
6
- export class BsListGroupModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupModule, declarations: [BsListGroupComponent,
9
- BsListGroupItemComponent], imports: [CommonModule], exports: [BsListGroupComponent,
10
- BsListGroupItemComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupModule, imports: [CommonModule] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsListGroupModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule],
17
- declarations: [
18
- BsListGroupComponent,
19
- BsListGroupItemComponent
20
- ],
21
- exports: [
22
- BsListGroupComponent,
23
- BsListGroupItemComponent
24
- ]
25
- }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2xpc3QtZ3JvdXAvc3JjL2xpc3QtZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOztBQWF2RixNQUFNLE9BQU8saUJBQWlCOzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFSMUIsb0JBQW9CO1lBQ3BCLHdCQUF3QixhQUhoQixZQUFZLGFBTXBCLG9CQUFvQjtZQUNwQix3QkFBd0I7K0dBR2YsaUJBQWlCLFlBVmxCLFlBQVk7OzJGQVVYLGlCQUFpQjtrQkFYN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3FCQUN6QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9saXN0LWdyb3VwLWl0ZW0vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCc0xpc3RHcm91cENvbXBvbmVudCxcbiAgICBCc0xpc3RHcm91cEl0ZW1Db21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJzTGlzdEdyb3VwQ29tcG9uZW50LFxuICAgIEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJzTGlzdEdyb3VwTW9kdWxlIHt9XG4iXX0=
@@ -1,5 +0,0 @@
1
- export * from './src/bold/bold.pipe';
2
- export * from './src/italic/italic.pipe';
3
- export * from './src/strikethrough/strikethrough.pipe';
4
- export * from './src/underline/underline.pipe';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcmtkb3duL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsZ0NBQWdDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9ib2xkL2JvbGQucGlwZSc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9pdGFsaWMvaXRhbGljLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvc3RyaWtldGhyb3VnaC9zdHJpa2V0aHJvdWdoLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvdW5kZXJsaW5lL3VuZGVybGluZS5waXBlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbWFya2Rvd24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcmtkb3duL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLW1hcmtkb3duLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,31 +0,0 @@
1
- import { Pipe, SecurityContext } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/platform-browser";
4
- export class BsBoldPipe {
5
- constructor(domSanitizer) {
6
- this.domSanitizer = domSanitizer;
7
- }
8
- transform(value, numberOfStars = 2, classList = []) {
9
- const txt = `\\*{${numberOfStars}}\\b(?<boldtext>[^\\*]+)\\b\\*{${numberOfStars}}`;
10
- const rgx = new RegExp(txt, "gm");
11
- const safeValue = this.domSanitizer.sanitize(SecurityContext.HTML, value);
12
- if (!safeValue) {
13
- return null;
14
- }
15
- const classString = classList.length === 0 ? '' : ` class="${classList.join(' ')}"`;
16
- const result = safeValue.replace(rgx, `<b${classString}>$<boldtext></b>`);
17
- const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
18
- return safeResult;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsBoldPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsBoldPipe, isStandalone: true, name: "bsBold" }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsBoldPipe, decorators: [{
24
- type: Pipe,
25
- args: [{
26
- name: 'bsBold',
27
- pure: true,
28
- standalone: true
29
- }]
30
- }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9sZC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tYXJrZG93bi9zcmMvYm9sZC9ib2xkLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRckUsTUFBTSxPQUFPLFVBQVU7SUFFckIsWUFBb0IsWUFBMEI7UUFBMUIsaUJBQVksR0FBWixZQUFZLENBQWM7SUFBRyxDQUFDO0lBRWxELFNBQVMsQ0FBQyxLQUErQixFQUFFLGdCQUF3QixDQUFDLEVBQUUsWUFBc0IsRUFBRTtRQUM1RixNQUFNLEdBQUcsR0FBRyxPQUFPLGFBQWEsa0NBQWtDLGFBQWEsR0FBRyxDQUFDO1FBQ25GLE1BQU0sR0FBRyxHQUFHLElBQUksTUFBTSxDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNsQyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxlQUFlLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxDQUFDO1FBRTFFLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUNmLE9BQU8sSUFBSSxDQUFDO1FBQ2QsQ0FBQztRQUVELE1BQU0sV0FBVyxHQUFHLFNBQVMsQ0FBQyxNQUFNLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFdBQVcsU0FBUyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDO1FBQ3BGLE1BQU0sTUFBTSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLEtBQUssV0FBVyxrQkFBa0IsQ0FBQyxDQUFDO1FBQzFFLE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsdUJBQXVCLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDckUsT0FBTyxVQUFVLENBQUM7SUFDcEIsQ0FBQzs4R0FqQlUsVUFBVTs0R0FBVixVQUFVOzsyRkFBVixVQUFVO2tCQUx0QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxRQUFRO29CQUNkLElBQUksRUFBRSxJQUFJO29CQUNWLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0sIFNlY3VyaXR5Q29udGV4dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlSHRtbCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdic0JvbGQnLFxuICBwdXJlOiB0cnVlLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIEJzQm9sZFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGRvbVNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7fVxuXG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nIHwgU2FmZUh0bWwgfCBudWxsLCBudW1iZXJPZlN0YXJzOiBudW1iZXIgPSAyLCBjbGFzc0xpc3Q6IHN0cmluZ1tdID0gW10pOiBTYWZlSHRtbCB8IG51bGwge1xuICAgIGNvbnN0IHR4dCA9IGBcXFxcKnske251bWJlck9mU3RhcnN9fVxcXFxiKD88Ym9sZHRleHQ+W15cXFxcKl0rKVxcXFxiXFxcXCp7JHtudW1iZXJPZlN0YXJzfX1gO1xuICAgIGNvbnN0IHJneCA9IG5ldyBSZWdFeHAodHh0LCBcImdtXCIpO1xuICAgIGNvbnN0IHNhZmVWYWx1ZSA9IHRoaXMuZG9tU2FuaXRpemVyLnNhbml0aXplKFNlY3VyaXR5Q29udGV4dC5IVE1MLCB2YWx1ZSk7XG5cbiAgICBpZiAoIXNhZmVWYWx1ZSkge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuXG4gICAgY29uc3QgY2xhc3NTdHJpbmcgPSBjbGFzc0xpc3QubGVuZ3RoID09PSAwID8gJycgOiBgIGNsYXNzPVwiJHtjbGFzc0xpc3Quam9pbignICcpfVwiYDtcbiAgICBjb25zdCByZXN1bHQgPSBzYWZlVmFsdWUucmVwbGFjZShyZ3gsIGA8YiR7Y2xhc3NTdHJpbmd9PiQ8Ym9sZHRleHQ+PC9iPmApO1xuICAgIGNvbnN0IHNhZmVSZXN1bHQgPSB0aGlzLmRvbVNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbChyZXN1bHQpO1xuICAgIHJldHVybiBzYWZlUmVzdWx0O1xuICB9XG5cbn1cbiJdfQ==
@@ -1,31 +0,0 @@
1
- import { Pipe, SecurityContext } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/platform-browser";
4
- export class BsItalicPipe {
5
- constructor(domSanitizer) {
6
- this.domSanitizer = domSanitizer;
7
- }
8
- transform(value, numberOfStars = 1, classList = []) {
9
- const txt = `\\*{${numberOfStars}}\\b(?<italictext>[^\\*]+)\\b\\*{${numberOfStars}}`;
10
- const rgx = new RegExp(txt, "gm");
11
- const safeValue = this.domSanitizer.sanitize(SecurityContext.HTML, value);
12
- if (!safeValue) {
13
- return null;
14
- }
15
- const classString = classList.length === 0 ? '' : ` class="${classList.join(' ')}"`;
16
- const result = safeValue.replace(rgx, `<i${classString}>$<italictext></i>`);
17
- const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
18
- return safeResult;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsItalicPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsItalicPipe, isStandalone: true, name: "bsItalic" }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsItalicPipe, decorators: [{
24
- type: Pipe,
25
- args: [{
26
- name: 'bsItalic',
27
- pure: true,
28
- standalone: true
29
- }]
30
- }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXRhbGljLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcmtkb3duL3NyYy9pdGFsaWMvaXRhbGljLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRckUsTUFBTSxPQUFPLFlBQVk7SUFFdkIsWUFBb0IsWUFBMEI7UUFBMUIsaUJBQVksR0FBWixZQUFZLENBQWM7SUFBRyxDQUFDO0lBRWxELFNBQVMsQ0FBQyxLQUErQixFQUFFLGdCQUF3QixDQUFDLEVBQUUsWUFBc0IsRUFBRTtRQUM1RixNQUFNLEdBQUcsR0FBRyxPQUFPLGFBQWEsb0NBQW9DLGFBQWEsR0FBRyxDQUFDO1FBQ3JGLE1BQU0sR0FBRyxHQUFHLElBQUksTUFBTSxDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNsQyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxlQUFlLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxDQUFDO1FBRTFFLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUNmLE9BQU8sSUFBSSxDQUFDO1FBQ2QsQ0FBQztRQUVELE1BQU0sV0FBVyxHQUFHLFNBQVMsQ0FBQyxNQUFNLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLFdBQVcsU0FBUyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDO1FBQ3BGLE1BQU0sTUFBTSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLEtBQUssV0FBVyxvQkFBb0IsQ0FBQyxDQUFDO1FBQzVFLE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsdUJBQXVCLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDckUsT0FBTyxVQUFVLENBQUM7SUFDcEIsQ0FBQzs4R0FqQlUsWUFBWTs0R0FBWixZQUFZOzsyRkFBWixZQUFZO2tCQUx4QixJQUFJO21CQUFDO29CQUNKLElBQUksRUFBRSxVQUFVO29CQUNoQixJQUFJLEVBQUUsSUFBSTtvQkFDVixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtLCBTZWN1cml0eUNvbnRleHQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZUh0bWwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxuQFBpcGUoe1xuICBuYW1lOiAnYnNJdGFsaWMnLFxuICBwdXJlOiB0cnVlLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIEJzSXRhbGljUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZG9tU2FuaXRpemVyOiBEb21TYW5pdGl6ZXIpIHt9XG5cbiAgdHJhbnNmb3JtKHZhbHVlOiBzdHJpbmcgfCBTYWZlSHRtbCB8IG51bGwsIG51bWJlck9mU3RhcnM6IG51bWJlciA9IDEsIGNsYXNzTGlzdDogc3RyaW5nW10gPSBbXSk6IFNhZmVIdG1sIHwgbnVsbCB7XG4gICAgY29uc3QgdHh0ID0gYFxcXFwqeyR7bnVtYmVyT2ZTdGFyc319XFxcXGIoPzxpdGFsaWN0ZXh0PlteXFxcXCpdKylcXFxcYlxcXFwqeyR7bnVtYmVyT2ZTdGFyc319YDtcbiAgICBjb25zdCByZ3ggPSBuZXcgUmVnRXhwKHR4dCwgXCJnbVwiKTtcbiAgICBjb25zdCBzYWZlVmFsdWUgPSB0aGlzLmRvbVNhbml0aXplci5zYW5pdGl6ZShTZWN1cml0eUNvbnRleHQuSFRNTCwgdmFsdWUpO1xuXG4gICAgaWYgKCFzYWZlVmFsdWUpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIGNvbnN0IGNsYXNzU3RyaW5nID0gY2xhc3NMaXN0Lmxlbmd0aCA9PT0gMCA/ICcnIDogYCBjbGFzcz1cIiR7Y2xhc3NMaXN0LmpvaW4oJyAnKX1cImA7XG4gICAgY29uc3QgcmVzdWx0ID0gc2FmZVZhbHVlLnJlcGxhY2Uocmd4LCBgPGkke2NsYXNzU3RyaW5nfT4kPGl0YWxpY3RleHQ+PC9pPmApO1xuICAgIGNvbnN0IHNhZmVSZXN1bHQgPSB0aGlzLmRvbVNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbChyZXN1bHQpO1xuICAgIHJldHVybiBzYWZlUmVzdWx0O1xuICB9XG5cbn1cbiJdfQ==
@@ -1,31 +0,0 @@
1
- import { Pipe, SecurityContext } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/platform-browser";
4
- export class BsStrikethroughPipe {
5
- constructor(domSanitizer) {
6
- this.domSanitizer = domSanitizer;
7
- }
8
- transform(value, numberOfTildes = 2, classList = []) {
9
- const txt = `\\~{${numberOfTildes}}\\b(?<strikethroughtext>[^\\~]+)\\b\\~{${numberOfTildes}}`;
10
- const rgx = new RegExp(txt, "gm");
11
- const safeValue = this.domSanitizer.sanitize(SecurityContext.HTML, value);
12
- if (!safeValue) {
13
- return null;
14
- }
15
- const classString = classList.length === 0 ? '' : ` class="${classList.join(' ')}"`;
16
- const result = safeValue.replace(rgx, `<strike${classString}>$<strikethroughtext></strike>`);
17
- const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
18
- return safeResult;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsStrikethroughPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsStrikethroughPipe, isStandalone: true, name: "bsStrikethrough" }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsStrikethroughPipe, decorators: [{
24
- type: Pipe,
25
- args: [{
26
- name: 'bsStrikethrough',
27
- pure: true,
28
- standalone: true
29
- }]
30
- }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RyaWtldGhyb3VnaC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tYXJrZG93bi9zcmMvc3RyaWtldGhyb3VnaC9zdHJpa2V0aHJvdWdoLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRckUsTUFBTSxPQUFPLG1CQUFtQjtJQUU5QixZQUFvQixZQUEwQjtRQUExQixpQkFBWSxHQUFaLFlBQVksQ0FBYztJQUFHLENBQUM7SUFFbEQsU0FBUyxDQUFDLEtBQStCLEVBQUUsaUJBQXlCLENBQUMsRUFBRSxZQUFzQixFQUFFO1FBQzdGLE1BQU0sR0FBRyxHQUFHLE9BQU8sY0FBYywyQ0FBMkMsY0FBYyxHQUFHLENBQUM7UUFDOUYsTUFBTSxHQUFHLEdBQUcsSUFBSSxNQUFNLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ2xDLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsS0FBSyxDQUFDLENBQUM7UUFFMUUsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2YsT0FBTyxJQUFJLENBQUM7UUFDZCxDQUFDO1FBRUQsTUFBTSxXQUFXLEdBQUcsU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxTQUFTLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUM7UUFDcEYsTUFBTSxNQUFNLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsVUFBVSxXQUFXLGdDQUFnQyxDQUFDLENBQUM7UUFDN0YsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyx1QkFBdUIsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNyRSxPQUFPLFVBQVUsQ0FBQztJQUNwQixDQUFDOzhHQWpCVSxtQkFBbUI7NEdBQW5CLG1CQUFtQjs7MkZBQW5CLG1CQUFtQjtrQkFML0IsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsaUJBQWlCO29CQUN2QixJQUFJLEVBQUUsSUFBSTtvQkFDVixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtLCBTZWN1cml0eUNvbnRleHQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZUh0bWwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxuQFBpcGUoe1xuICBuYW1lOiAnYnNTdHJpa2V0aHJvdWdoJyxcbiAgcHVyZTogdHJ1ZSxcbiAgc3RhbmRhbG9uZTogdHJ1ZVxufSlcbmV4cG9ydCBjbGFzcyBCc1N0cmlrZXRocm91Z2hQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBkb21TYW5pdGl6ZXI6IERvbVNhbml0aXplcikge31cblxuICB0cmFuc2Zvcm0odmFsdWU6IHN0cmluZyB8IFNhZmVIdG1sIHwgbnVsbCwgbnVtYmVyT2ZUaWxkZXM6IG51bWJlciA9IDIsIGNsYXNzTGlzdDogc3RyaW5nW10gPSBbXSk6IFNhZmVIdG1sIHwgbnVsbCB7XG4gICAgY29uc3QgdHh0ID0gYFxcXFx+eyR7bnVtYmVyT2ZUaWxkZXN9fVxcXFxiKD88c3RyaWtldGhyb3VnaHRleHQ+W15cXFxcfl0rKVxcXFxiXFxcXH57JHtudW1iZXJPZlRpbGRlc319YDtcbiAgICBjb25zdCByZ3ggPSBuZXcgUmVnRXhwKHR4dCwgXCJnbVwiKTtcbiAgICBjb25zdCBzYWZlVmFsdWUgPSB0aGlzLmRvbVNhbml0aXplci5zYW5pdGl6ZShTZWN1cml0eUNvbnRleHQuSFRNTCwgdmFsdWUpO1xuXG4gICAgaWYgKCFzYWZlVmFsdWUpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIGNvbnN0IGNsYXNzU3RyaW5nID0gY2xhc3NMaXN0Lmxlbmd0aCA9PT0gMCA/ICcnIDogYCBjbGFzcz1cIiR7Y2xhc3NMaXN0LmpvaW4oJyAnKX1cImA7XG4gICAgY29uc3QgcmVzdWx0ID0gc2FmZVZhbHVlLnJlcGxhY2Uocmd4LCBgPHN0cmlrZSR7Y2xhc3NTdHJpbmd9PiQ8c3RyaWtldGhyb3VnaHRleHQ+PC9zdHJpa2U+YCk7XG4gICAgY29uc3Qgc2FmZVJlc3VsdCA9IHRoaXMuZG9tU2FuaXRpemVyLmJ5cGFzc1NlY3VyaXR5VHJ1c3RIdG1sKHJlc3VsdCk7XG4gICAgcmV0dXJuIHNhZmVSZXN1bHQ7XG4gIH1cblxufVxuIl19
@@ -1,31 +0,0 @@
1
- import { Pipe, SecurityContext } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/platform-browser";
4
- export class BsUnderlinePipe {
5
- constructor(domSanitizer) {
6
- this.domSanitizer = domSanitizer;
7
- }
8
- transform(value, classList = []) {
9
- const txt = `\\<ins\\>\\b(?<underlinedtext>.+?)\\b\\<\\/ins\\>`;
10
- const rgx = new RegExp(txt, "gm");
11
- const safeValue = this.domSanitizer.sanitize(SecurityContext.HTML, value);
12
- if (!safeValue) {
13
- return null;
14
- }
15
- const classString = classList.length === 0 ? '' : ` class="${classList.join(' ')}"`;
16
- const result = safeValue.replace(rgx, `<u${classString}>$<underlinedtext></u>`);
17
- const safeResult = this.domSanitizer.bypassSecurityTrustHtml(result);
18
- return safeResult;
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsUnderlinePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: BsUnderlinePipe, isStandalone: true, name: "bsUnderline" }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsUnderlinePipe, decorators: [{
24
- type: Pipe,
25
- args: [{
26
- name: 'bsUnderline',
27
- pure: true,
28
- standalone: true
29
- }]
30
- }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5kZXJsaW5lLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcmtkb3duL3NyYy91bmRlcmxpbmUvdW5kZXJsaW5lLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsZUFBZSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFRckUsTUFBTSxPQUFPLGVBQWU7SUFFMUIsWUFBb0IsWUFBMEI7UUFBMUIsaUJBQVksR0FBWixZQUFZLENBQWM7SUFBRyxDQUFDO0lBRWxELFNBQVMsQ0FBQyxLQUErQixFQUFFLFlBQXNCLEVBQUU7UUFDakUsTUFBTSxHQUFHLEdBQUcsbURBQW1ELENBQUM7UUFDaEUsTUFBTSxHQUFHLEdBQUcsSUFBSSxNQUFNLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ2xDLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsS0FBSyxDQUFDLENBQUM7UUFFMUUsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2YsT0FBTyxJQUFJLENBQUM7UUFDZCxDQUFDO1FBRUQsTUFBTSxXQUFXLEdBQUcsU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxTQUFTLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUM7UUFDcEYsTUFBTSxNQUFNLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsS0FBSyxXQUFXLHdCQUF3QixDQUFDLENBQUM7UUFDaEYsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyx1QkFBdUIsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNyRSxPQUFPLFVBQVUsQ0FBQztJQUNwQixDQUFDOzhHQWpCVSxlQUFlOzRHQUFmLGVBQWU7OzJGQUFmLGVBQWU7a0JBTDNCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLGFBQWE7b0JBQ25CLElBQUksRUFBRSxJQUFJO29CQUNWLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0sIFNlY3VyaXR5Q29udGV4dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlSHRtbCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdic1VuZGVybGluZScsXG4gIHB1cmU6IHRydWUsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQnNVbmRlcmxpbmVQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBkb21TYW5pdGl6ZXI6IERvbVNhbml0aXplcikge31cblxuICB0cmFuc2Zvcm0odmFsdWU6IHN0cmluZyB8IFNhZmVIdG1sIHwgbnVsbCwgY2xhc3NMaXN0OiBzdHJpbmdbXSA9IFtdKTogU2FmZUh0bWwgfCBudWxsIHtcbiAgICBjb25zdCB0eHQgPSBgXFxcXDxpbnNcXFxcPlxcXFxiKD88dW5kZXJsaW5lZHRleHQ+Lis/KVxcXFxiXFxcXDxcXFxcL2luc1xcXFw+YDtcbiAgICBjb25zdCByZ3ggPSBuZXcgUmVnRXhwKHR4dCwgXCJnbVwiKTtcbiAgICBjb25zdCBzYWZlVmFsdWUgPSB0aGlzLmRvbVNhbml0aXplci5zYW5pdGl6ZShTZWN1cml0eUNvbnRleHQuSFRNTCwgdmFsdWUpO1xuXG4gICAgaWYgKCFzYWZlVmFsdWUpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIGNvbnN0IGNsYXNzU3RyaW5nID0gY2xhc3NMaXN0Lmxlbmd0aCA9PT0gMCA/ICcnIDogYCBjbGFzcz1cIiR7Y2xhc3NMaXN0LmpvaW4oJyAnKX1cImA7XG4gICAgY29uc3QgcmVzdWx0ID0gc2FmZVZhbHVlLnJlcGxhY2Uocmd4LCBgPHUke2NsYXNzU3RyaW5nfT4kPHVuZGVybGluZWR0ZXh0PjwvdT5gKTtcbiAgICBjb25zdCBzYWZlUmVzdWx0ID0gdGhpcy5kb21TYW5pdGl6ZXIuYnlwYXNzU2VjdXJpdHlUcnVzdEh0bWwocmVzdWx0KTtcbiAgICByZXR1cm4gc2FmZVJlc3VsdDtcbiAgfVxuXG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './src/marquee/marquee.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcnF1ZWUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQ0FBaUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjL21hcnF1ZWUvbWFycXVlZS5jb21wb25lbnQnO1xuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbWFycXVlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvbWFycXVlZS9taW50cGxheWVyLW5nLWJvb3RzdHJhcC1tYXJxdWVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsMarqueeComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsMarqueeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: BsMarqueeComponent, isStandalone: true, selector: "bs-marquee", ngImport: i0, template: "<span class=\"marquee text-nowrap overflow-hidden d-block\">\n <span class=\"h1 d-inline-block\">\n <ng-content></ng-content>\n </span>\n</span>", styles: [".marquee{box-sizing:border-box}.marquee>span{padding-left:100%;animation:marquee 15s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}\n"] }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsMarqueeComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'bs-marquee', standalone: true, template: "<span class=\"marquee text-nowrap overflow-hidden d-block\">\n <span class=\"h1 d-inline-block\">\n <ng-content></ng-content>\n </span>\n</span>", styles: [".marquee{box-sizing:border-box}.marquee>span{padding-left:100%;animation:marquee 15s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFycXVlZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcnF1ZWUvc3JjL21hcnF1ZWUvbWFycXVlZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21hcnF1ZWUvc3JjL21hcnF1ZWUvbWFycXVlZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVExQyxNQUFNLE9BQU8sa0JBQWtCOzhHQUFsQixrQkFBa0I7a0dBQWxCLGtCQUFrQixzRUNSL0IsK0pBSU87OzJGRElNLGtCQUFrQjtrQkFOOUIsU0FBUzsrQkFDRSxZQUFZLGNBR1YsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1tYXJxdWVlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21hcnF1ZWUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tYXJxdWVlLmNvbXBvbmVudC5zY3NzJ10sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgQnNNYXJxdWVlQ29tcG9uZW50IHt9XG4iLCI8c3BhbiBjbGFzcz1cIm1hcnF1ZWUgdGV4dC1ub3dyYXAgb3ZlcmZsb3ctaGlkZGVuIGQtYmxvY2tcIj5cbiAgICA8c3BhbiBjbGFzcz1cImgxIGQtaW5saW5lLWJsb2NrXCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8L3NwYW4+XG48L3NwYW4+Il19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './src';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsT0FBTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMnO1xuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtbW9kYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLW1vZGFsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -1,3 +0,0 @@
1
- export * from './modal/modal.component';
2
- export * from './modal-host/modal-host.component';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwvbW9kYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtaG9zdC9tb2RhbC1ob3N0LmNvbXBvbmVudCc7Il19
@@ -1,21 +0,0 @@
1
- import { Component, Inject } from '@angular/core';
2
- import { EnterFromTopAnimation, FadeInOutAnimation } from '@mintplayer/ng-animations';
3
- import { MODAL_CONTENT } from '../../providers/modal-content.provider';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- export class BsModalComponent {
7
- constructor(template) {
8
- this.isOpen = false;
9
- this.template = template;
10
- }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalComponent, deps: [{ token: MODAL_CONTENT }], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.8", type: BsModalComponent, selector: "bs-modal-content", ngImport: i0, template: "@if (isOpen) {\n <div class=\"modal d-block\" [@fadeInOut] [@enterFromTop]>\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n </div>\n </div>\n\n <div [@fadeInOut]>\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n </div>\n}", styles: [":host ::ng-deep .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){:host ::ng-deep .fade{transition:none}}:host ::ng-deep .fade:not(.show){opacity:0}:host ::ng-deep .collapse:not(.show){display:none}:host ::ng-deep .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing{transition:none}}:host ::ng-deep .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing.collapse-horizontal{transition:none}}:host ::ng-deep .modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}:host ::ng-deep .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade :host ::ng-deep .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade :host ::ng-deep .modal-dialog{transition:none}}.modal.show :host ::ng-deep .modal-dialog{transform:none}.modal.modal-static :host ::ng-deep .modal-dialog{transform:scale(1.02)}:host ::ng-deep .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}:host ::ng-deep .modal-dialog-scrollable .modal-body{overflow-y:auto}:host ::ng-deep .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}:host ::ng-deep .modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}:host ::ng-deep .modal-backdrop.fade{opacity:0}:host ::ng-deep .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}:host ::ng-deep .modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}:host ::ng-deep .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}:host ::ng-deep .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}:host ::ng-deep .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){:host ::ng-deep .modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}:host ::ng-deep .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}:host ::ng-deep .modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){:host ::ng-deep .modal-lg,:host ::ng-deep .modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){:host ::ng-deep .modal-xl{--bs-modal-width: 1140px}}:host ::ng-deep .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen .modal-header,:host ::ng-deep .modal-fullscreen .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){:host ::ng-deep .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-header,:host ::ng-deep .modal-fullscreen-sm-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){:host ::ng-deep .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-header,:host ::ng-deep .modal-fullscreen-md-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){:host ::ng-deep .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-header,:host ::ng-deep .modal-fullscreen-lg-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){:host ::ng-deep .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-header,:host ::ng-deep .modal-fullscreen-xl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){:host ::ng-deep .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-header,:host ::ng-deep .modal-fullscreen-xxl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [FadeInOutAnimation, EnterFromTopAnimation] }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'bs-modal-content', animations: [FadeInOutAnimation, EnterFromTopAnimation], template: "@if (isOpen) {\n <div class=\"modal d-block\" [@fadeInOut] [@enterFromTop]>\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <ng-container *ngTemplateOutlet=\"template\"></ng-container>\n </div>\n </div>\n </div>\n\n <div [@fadeInOut]>\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n </div>\n}", styles: [":host ::ng-deep .fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){:host ::ng-deep .fade{transition:none}}:host ::ng-deep .fade:not(.show){opacity:0}:host ::ng-deep .collapse:not(.show){display:none}:host ::ng-deep .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing{transition:none}}:host ::ng-deep .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){:host ::ng-deep .collapsing.collapse-horizontal{transition:none}}:host ::ng-deep .modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}:host ::ng-deep .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade :host ::ng-deep .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade :host ::ng-deep .modal-dialog{transition:none}}.modal.show :host ::ng-deep .modal-dialog{transform:none}.modal.modal-static :host ::ng-deep .modal-dialog{transform:scale(1.02)}:host ::ng-deep .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}:host ::ng-deep .modal-dialog-scrollable .modal-body{overflow-y:auto}:host ::ng-deep .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}:host ::ng-deep .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}:host ::ng-deep .modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}:host ::ng-deep .modal-backdrop.fade{opacity:0}:host ::ng-deep .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}:host ::ng-deep .modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}:host ::ng-deep .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}:host ::ng-deep .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}:host ::ng-deep .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}:host ::ng-deep .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){:host ::ng-deep .modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}:host ::ng-deep .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}:host ::ng-deep .modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){:host ::ng-deep .modal-lg,:host ::ng-deep .modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){:host ::ng-deep .modal-xl{--bs-modal-width: 1140px}}:host ::ng-deep .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen .modal-header,:host ::ng-deep .modal-fullscreen .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){:host ::ng-deep .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-header,:host ::ng-deep .modal-fullscreen-sm-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){:host ::ng-deep .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-header,:host ::ng-deep .modal-fullscreen-md-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){:host ::ng-deep .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-header,:host ::ng-deep .modal-fullscreen-lg-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){:host ::ng-deep .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-header,:host ::ng-deep .modal-fullscreen-xl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){:host ::ng-deep .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-header,:host ::ng-deep .modal-fullscreen-xxl-down .modal-footer{border-radius:0}:host ::ng-deep .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}\n"] }]
17
- }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
18
- type: Inject,
19
- args: [MODAL_CONTENT]
20
- }] }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvY29tcG9uZW50cy9tb2RhbC9tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQy9ELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3RGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7O0FBUXZFLE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsWUFBbUMsUUFBMEI7UUFJN0QsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUhiLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO0lBQzNCLENBQUM7OEdBSlUsZ0JBQWdCLGtCQUVQLGFBQWE7a0dBRnRCLGdCQUFnQix3RENWN0IsbVpBWUMsczBPREphLENBQUMsa0JBQWtCLEVBQUUscUJBQXFCLENBQUM7OzJGQUU1QyxnQkFBZ0I7a0JBTjVCLFNBQVM7K0JBQ0Usa0JBQWtCLGNBR2hCLENBQUMsa0JBQWtCLEVBQUUscUJBQXFCLENBQUM7OzBCQUkxQyxNQUFNOzJCQUFDLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEVudGVyRnJvbVRvcEFuaW1hdGlvbiwgRmFkZUluT3V0QW5pbWF0aW9uIH0gZnJvbSAnQG1pbnRwbGF5ZXIvbmctYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBNT0RBTF9DT05URU5UIH0gZnJvbSAnLi4vLi4vcHJvdmlkZXJzL21vZGFsLWNvbnRlbnQucHJvdmlkZXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1tb2RhbC1jb250ZW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vZGFsLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbW9kYWwuY29tcG9uZW50LnNjc3MnXSxcbiAgYW5pbWF0aW9uczogW0ZhZGVJbk91dEFuaW1hdGlvbiwgRW50ZXJGcm9tVG9wQW5pbWF0aW9uXVxufSlcbmV4cG9ydCBjbGFzcyBCc01vZGFsQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3RvcihASW5qZWN0KE1PREFMX0NPTlRFTlQpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+KSB7XG4gICAgdGhpcy50ZW1wbGF0ZSA9IHRlbXBsYXRlO1xuICB9XG5cbiAgaXNPcGVuID0gZmFsc2U7XG4gIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG59XG4iLCJAaWYgKGlzT3Blbikge1xuICAgIDxkaXYgY2xhc3M9XCJtb2RhbCBkLWJsb2NrXCIgW0BmYWRlSW5PdXRdIFtAZW50ZXJGcm9tVG9wXT5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsLWRpYWxvZ1wiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGFsLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwidGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cblxuICAgIDxkaXYgW0BmYWRlSW5PdXRdPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibW9kYWwtYmFja2Ryb3AgZmFkZVwiIFtjbGFzcy5zaG93XT1cImlzT3BlblwiPjwvZGl2PlxuICAgIDwvZGl2PlxufSJdfQ==
@@ -1,76 +0,0 @@
1
- import { Component, EventEmitter, HostListener, Inject, Injector, Input, Output } from '@angular/core';
2
- import { MODAL_CONTENT } from '../../providers/modal-content.provider';
3
- import { PORTAL_FACTORY } from '../../providers/portal-factory.provider';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/cdk/overlay";
6
- import * as i2 from "@mintplayer/ng-bootstrap/has-overlay";
7
- export class BsModalHostComponent {
8
- constructor(overlay, parentInjector, portalFactory, componentFactoryResolver) {
9
- this.overlay = overlay;
10
- this.parentInjector = parentInjector;
11
- this.portalFactory = portalFactory;
12
- this.componentFactoryResolver = componentFactoryResolver;
13
- //#region isOpen
14
- this._isOpen = false;
15
- this.isOpenChange = new EventEmitter();
16
- //#endregion
17
- this.closeOnEscape = true;
18
- }
19
- get isOpen() {
20
- return this._isOpen;
21
- }
22
- set isOpen(value) {
23
- this._isOpen = value;
24
- if (this.componentInstance) {
25
- this.componentInstance.instance.isOpen = value;
26
- }
27
- this.isOpenChange.emit(value);
28
- }
29
- ngAfterViewInit() {
30
- const injector = Injector.create({
31
- providers: [
32
- { provide: MODAL_CONTENT, useValue: this.template }
33
- ],
34
- parent: this.parentInjector
35
- });
36
- // const portal = new ComponentPortal(BsModalComponent, null, injector, this.componentFactoryResolver);
37
- const portal = this.portalFactory(injector);
38
- this.overlayRef = this.overlay.create({
39
- scrollStrategy: this.overlay.scrollStrategies.reposition(),
40
- positionStrategy: this.overlay.position()
41
- .global().centerHorizontally().bottom('0').top('0').left('0').right('0'),
42
- width: '100%',
43
- hasBackdrop: false
44
- });
45
- this.componentInstance = this.overlayRef.attach(portal);
46
- this.componentInstance.instance.isOpen = this._isOpen;
47
- }
48
- ngOnDestroy() {
49
- this.isOpen = false;
50
- setTimeout(() => this.overlayRef && this.overlayRef.dispose(), 500);
51
- }
52
- onKeyDown(ev) {
53
- if (this.isOpen && this.closeOnEscape && ev.code === 'Escape') {
54
- this.isOpen = false;
55
- }
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalHostComponent, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: PORTAL_FACTORY }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: BsModalHostComponent, selector: "bs-modal", inputs: { isOpen: "isOpen", closeOnEscape: "closeOnEscape" }, outputs: { isOpenChange: "isOpenChange" }, host: { listeners: { "document:keydown": "onKeyDown($event)" } }, ngImport: i0, template: "<bs-has-overlay></bs-has-overlay>", styles: [""], dependencies: [{ kind: "component", type: i2.BsHasOverlayComponent, selector: "bs-has-overlay" }] }); }
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalHostComponent, decorators: [{
61
- type: Component,
62
- args: [{ selector: 'bs-modal', template: "<bs-has-overlay></bs-has-overlay>" }]
63
- }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.Injector }, { type: undefined, decorators: [{
64
- type: Inject,
65
- args: [PORTAL_FACTORY]
66
- }] }, { type: i0.ComponentFactoryResolver }], propDecorators: { isOpen: [{
67
- type: Input
68
- }], isOpenChange: [{
69
- type: Output
70
- }], closeOnEscape: [{
71
- type: Input
72
- }], onKeyDown: [{
73
- type: HostListener,
74
- args: ['document:keydown', ['$event']]
75
- }] } });
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtaG9zdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQWlCLFNBQVMsRUFBMEMsWUFBWSxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBYSxNQUFNLEVBQWUsTUFBTSxlQUFlLENBQUM7QUFDdEwsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7OztBQVF6RSxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFlBQW9CLE9BQWdCLEVBQVUsY0FBd0IsRUFBa0MsYUFBd0UsRUFBVSx3QkFBa0Q7UUFBeE4sWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUFVLG1CQUFjLEdBQWQsY0FBYyxDQUFVO1FBQWtDLGtCQUFhLEdBQWIsYUFBYSxDQUEyRDtRQUFVLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFNNU8sZ0JBQWdCO1FBQ1IsWUFBTyxHQUFHLEtBQUssQ0FBQztRQVdkLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUNyRCxZQUFZO1FBQ0gsa0JBQWEsR0FBRyxJQUFJLENBQUM7SUFwQmlOLENBQUM7SUFRaFAsSUFBSSxNQUFNO1FBQ1IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3RCLENBQUM7SUFDRCxJQUFhLE1BQU0sQ0FBQyxLQUFjO1FBQ2hDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3JCLElBQUksSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ2pELENBQUM7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBS0QsZUFBZTtRQUNiLE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDL0IsU0FBUyxFQUFFO2dCQUNULEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRTthQUNwRDtZQUNELE1BQU0sRUFBRSxJQUFJLENBQUMsY0FBYztTQUM1QixDQUFDLENBQUM7UUFDSCx1R0FBdUc7UUFDdkcsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUM1QyxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDO1lBQ3BDLGNBQWMsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLGdCQUFnQixDQUFDLFVBQVUsRUFBRTtZQUMxRCxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRTtpQkFDdEMsTUFBTSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDO1lBQzFFLEtBQUssRUFBRSxNQUFNO1lBQ2IsV0FBVyxFQUFFLEtBQUs7U0FDbkIsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFtQixNQUFNLENBQUMsQ0FBQztRQUMxRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsUUFBUSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO0lBQ3hELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUN0RSxDQUFDO0lBR08sU0FBUyxDQUFDLEVBQWlCO1FBQ2pDLElBQUksSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsYUFBYSxJQUFJLEVBQUUsQ0FBQyxJQUFJLEtBQUssUUFBUSxFQUFFLENBQUM7WUFDOUQsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDdEIsQ0FBQztJQUNILENBQUM7OEdBdERVLG9CQUFvQixpRUFFaUQsY0FBYztrR0FGbkYsb0JBQW9CLDJOQ1pqQyxtQ0FBaUM7OzJGRFlwQixvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0UsVUFBVTs7MEJBTXFELE1BQU07MkJBQUMsY0FBYztnRkFXakYsTUFBTTtzQkFBbEIsS0FBSztnQkFPSSxZQUFZO3NCQUFyQixNQUFNO2dCQUVFLGFBQWE7c0JBQXJCLEtBQUs7Z0JBNEJFLFNBQVM7c0JBRGhCLFlBQVk7dUJBQUMsa0JBQWtCLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPdmVybGF5LCBPdmVybGF5UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHsgQ29tcG9uZW50UG9ydGFsIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BvcnRhbCc7XG5pbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgQ29tcG9uZW50UmVmLCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgSW5qZWN0LCBJbmplY3RvciwgSW5wdXQsIE9uRGVzdHJveSwgT3V0cHV0LCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTU9EQUxfQ09OVEVOVCB9IGZyb20gJy4uLy4uL3Byb3ZpZGVycy9tb2RhbC1jb250ZW50LnByb3ZpZGVyJztcbmltcG9ydCB7IFBPUlRBTF9GQUNUT1JZIH0gZnJvbSAnLi4vLi4vcHJvdmlkZXJzL3BvcnRhbC1mYWN0b3J5LnByb3ZpZGVyJztcbmltcG9ydCB7IEJzTW9kYWxDb21wb25lbnQgfSBmcm9tICcuLi9tb2RhbC9tb2RhbC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1tb2RhbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC1ob3N0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbW9kYWwtaG9zdC5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxIb3N0Q29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIG92ZXJsYXk6IE92ZXJsYXksIHByaXZhdGUgcGFyZW50SW5qZWN0b3I6IEluamVjdG9yLCBASW5qZWN0KFBPUlRBTF9GQUNUT1JZKSBwcml2YXRlIHBvcnRhbEZhY3Rvcnk6IChpbmplY3RvcjogSW5qZWN0b3IpID0+IENvbXBvbmVudFBvcnRhbDxCc01vZGFsQ29tcG9uZW50PiwgcHJpdmF0ZSBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge31cblxuICBvdmVybGF5UmVmITogT3ZlcmxheVJlZjtcbiAgY29tcG9uZW50SW5zdGFuY2U/OiBDb21wb25lbnRSZWY8QnNNb2RhbENvbXBvbmVudD47XG4gIHRlbXBsYXRlITogVGVtcGxhdGVSZWY8YW55PjtcblxuICAvLyNyZWdpb24gaXNPcGVuXG4gIHByaXZhdGUgX2lzT3BlbiA9IGZhbHNlO1xuICBnZXQgaXNPcGVuKCkge1xuICAgIHJldHVybiB0aGlzLl9pc09wZW47XG4gIH1cbiAgQElucHV0KCkgc2V0IGlzT3Blbih2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuX2lzT3BlbiA9IHZhbHVlO1xuICAgIGlmICh0aGlzLmNvbXBvbmVudEluc3RhbmNlKSB7XG4gICAgICB0aGlzLmNvbXBvbmVudEluc3RhbmNlLmluc3RhbmNlLmlzT3BlbiA9IHZhbHVlO1xuICAgIH1cbiAgICB0aGlzLmlzT3BlbkNoYW5nZS5lbWl0KHZhbHVlKTtcbiAgfVxuICBAT3V0cHV0KCkgaXNPcGVuQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuICAvLyNlbmRyZWdpb25cbiAgQElucHV0KCkgY2xvc2VPbkVzY2FwZSA9IHRydWU7XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIGNvbnN0IGluamVjdG9yID0gSW5qZWN0b3IuY3JlYXRlKHtcbiAgICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7IHByb3ZpZGU6IE1PREFMX0NPTlRFTlQsIHVzZVZhbHVlOiB0aGlzLnRlbXBsYXRlIH1cbiAgICAgIF0sXG4gICAgICBwYXJlbnQ6IHRoaXMucGFyZW50SW5qZWN0b3JcbiAgICB9KTtcbiAgICAvLyBjb25zdCBwb3J0YWwgPSBuZXcgQ29tcG9uZW50UG9ydGFsKEJzTW9kYWxDb21wb25lbnQsIG51bGwsIGluamVjdG9yLCB0aGlzLmNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcik7XG4gICAgY29uc3QgcG9ydGFsID0gdGhpcy5wb3J0YWxGYWN0b3J5KGluamVjdG9yKTtcbiAgICB0aGlzLm92ZXJsYXlSZWYgPSB0aGlzLm92ZXJsYXkuY3JlYXRlKHtcbiAgICAgIHNjcm9sbFN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkuc2Nyb2xsU3RyYXRlZ2llcy5yZXBvc2l0aW9uKCksXG4gICAgICBwb3NpdGlvblN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkucG9zaXRpb24oKVxuICAgICAgICAuZ2xvYmFsKCkuY2VudGVySG9yaXpvbnRhbGx5KCkuYm90dG9tKCcwJykudG9wKCcwJykubGVmdCgnMCcpLnJpZ2h0KCcwJyksXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgICAgaGFzQmFja2Ryb3A6IGZhbHNlXG4gICAgfSk7XG4gICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZSA9IHRoaXMub3ZlcmxheVJlZi5hdHRhY2g8QnNNb2RhbENvbXBvbmVudD4ocG9ydGFsKTtcbiAgICB0aGlzLmNvbXBvbmVudEluc3RhbmNlLmluc3RhbmNlLmlzT3BlbiA9IHRoaXMuX2lzT3BlbjtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuaXNPcGVuID0gZmFsc2U7XG4gICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLm92ZXJsYXlSZWYgJiYgdGhpcy5vdmVybGF5UmVmLmRpc3Bvc2UoKSwgNTAwKTtcbiAgfVxuICBcbiAgQEhvc3RMaXN0ZW5lcignZG9jdW1lbnQ6a2V5ZG93bicsIFsnJGV2ZW50J10pXG4gIHByaXZhdGUgb25LZXlEb3duKGV2OiBLZXlib2FyZEV2ZW50KSB7XG4gICAgaWYgKHRoaXMuaXNPcGVuICYmIHRoaXMuY2xvc2VPbkVzY2FwZSAmJiBldi5jb2RlID09PSAnRXNjYXBlJykge1xuICAgICAgdGhpcy5pc09wZW4gPSBmYWxzZTtcbiAgICB9XG4gIH1cbn0iLCI8YnMtaGFzLW92ZXJsYXk+PC9icy1oYXMtb3ZlcmxheT4iXX0=
@@ -1,6 +0,0 @@
1
- export * from './modal/modal.directive';
2
- export * from './modal-header/modal-header.directive';
3
- export * from './modal-body/modal-body.directive';
4
- export * from './modal-footer/modal-footer.directive';
5
- export * from './modal-close/modal-close.directive';
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL21vZGFsL3NyYy9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwvbW9kYWwuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1ib2R5L21vZGFsLWJvZHkuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUnOyJdfQ==
@@ -1,17 +0,0 @@
1
- import { Directive } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../components/modal-host/modal-host.component";
4
- export class BsModalDirective {
5
- constructor(template, host) {
6
- host.template = template;
7
- }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsModalHostComponent }], target: i0.ɵɵFactoryTarget.Directive }); }
9
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: BsModalDirective, selector: "[bsModal]", ngImport: i0 }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: BsModalDirective, decorators: [{
12
- type: Directive,
13
- args: [{
14
- selector: '[bsModal]'
15
- }]
16
- }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i1.BsModalHostComponent }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9tb2RhbC9zcmMvZGlyZWN0aXZlcy9tb2RhbC9tb2RhbC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZSxNQUFNLGVBQWUsQ0FBQzs7O0FBTXZELE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsWUFBWSxRQUEwQixFQUFFLElBQTBCO1FBQ2hFLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO0lBQzNCLENBQUM7OEdBSlUsZ0JBQWdCO2tHQUFoQixnQkFBZ0I7OzJGQUFoQixnQkFBZ0I7a0JBSDVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFdBQVc7aUJBQ3RCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNb2RhbEhvc3RDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbF0nXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxEaXJlY3RpdmUge1xuXG4gIGNvbnN0cnVjdG9yKHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+LCBob3N0OiBCc01vZGFsSG9zdENvbXBvbmVudCkge1xuICAgIGhvc3QudGVtcGxhdGUgPSB0ZW1wbGF0ZTtcbiAgfVxuICBcbn1cbiJdfQ==