@mintplayer/ng-bootstrap 14.10.1 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1212) hide show
  1. package/_bootstrap.scss +19 -20
  2. package/accordion/index.d.ts +1 -0
  3. package/accordion/src/accordion/accordion.component.d.ts +10 -0
  4. package/accordion/src/accordion-tab/accordion-tab.component.d.ts +17 -0
  5. package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +9 -0
  6. package/{lib/components/accordion → accordion/src}/accordion.module.d.ts +0 -0
  7. package/{lib/components/accordion → accordion/src}/index.d.ts +0 -0
  8. package/alert/index.d.ts +1 -0
  9. package/alert/src/alert/alert.component.d.ts +15 -0
  10. package/alert/src/alert-close/alert-close.component.d.ts +9 -0
  11. package/{lib/components/alert → alert/src}/alert.module.d.ts +0 -0
  12. package/{lib/components/alert → alert/src}/index.d.ts +0 -0
  13. package/badge/index.d.ts +1 -0
  14. package/badge/src/badge.component.d.ts +15 -0
  15. package/{lib/components/badge → badge/src}/badge.module.d.ts +0 -0
  16. package/{lib/components/badge → badge/src}/index.d.ts +0 -0
  17. package/breadcrumb/index.d.ts +1 -0
  18. package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +8 -0
  19. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +9 -0
  20. package/{lib/components/breadcrumb → breadcrumb/src}/breadcrumb.module.d.ts +0 -0
  21. package/{lib/components/breadcrumb → breadcrumb/src}/index.d.ts +0 -0
  22. package/button-group/index.d.ts +1 -0
  23. package/button-group/src/button-group/button-group.component.d.ts +8 -0
  24. package/{lib/components/button-group → button-group/src}/button-group.module.d.ts +0 -0
  25. package/{lib/components/button-group → button-group/src}/index.d.ts +0 -0
  26. package/calendar/index.d.ts +1 -0
  27. package/calendar/src/calendar.component.d.ts +26 -0
  28. package/calendar/src/calendar.module.d.ts +9 -0
  29. package/{lib/components/calendar → calendar/src}/index.d.ts +0 -0
  30. package/card/index.d.ts +1 -0
  31. package/card/src/card/card.component.d.ts +5 -0
  32. package/card/src/card-header/card-header.component.d.ts +5 -0
  33. package/{lib/components/card → card/src}/card.module.d.ts +0 -0
  34. package/{lib/components/card → card/src}/index.d.ts +0 -0
  35. package/carousel/index.d.ts +1 -0
  36. package/carousel/src/carousel/carousel.component.d.ts +25 -0
  37. package/carousel/src/carousel-image/carousel-image.directive.d.ts +9 -0
  38. package/{lib/components/carousel → carousel/src}/carousel.module.d.ts +0 -0
  39. package/{lib/components/carousel → carousel/src}/index.d.ts +0 -0
  40. package/close/index.d.ts +1 -0
  41. package/close/src/close.component.d.ts +10 -0
  42. package/{lib/components/close → close/src}/close.module.d.ts +0 -0
  43. package/{lib/components/close → close/src}/index.d.ts +0 -0
  44. package/code-snippet/index.d.ts +1 -0
  45. package/code-snippet/src/code-snippet.component.d.ts +12 -0
  46. package/code-snippet/src/code-snippet.module.d.ts +10 -0
  47. package/{lib/components/code-snippet → code-snippet/src}/index.d.ts +0 -0
  48. package/context-menu/index.d.ts +1 -0
  49. package/context-menu/src/context-menu.directive.d.ts +18 -0
  50. package/{lib/components/context-menu → context-menu/src}/context-menu.module.d.ts +0 -0
  51. package/{lib/components/context-menu → context-menu/src}/index.d.ts +0 -0
  52. package/copy/index.d.ts +1 -0
  53. package/copy/src/copy.directive.d.ts +11 -0
  54. package/{lib/components/copy → copy/src}/copy.module.d.ts +0 -0
  55. package/{lib/components/copy → copy/src}/index.d.ts +0 -0
  56. package/datatable/index.d.ts +1 -0
  57. package/datatable/src/datatable/datatable.component.d.ts +16 -0
  58. package/{lib/components/datatable → datatable/src}/datatable-column/datatable-column-metadata.d.ts +0 -0
  59. package/datatable/src/datatable-column/datatable-column.directive.d.ts +10 -0
  60. package/datatable/src/datatable-column/index.d.ts +2 -0
  61. package/datatable/src/datatable-settings.d.ts +15 -0
  62. package/datatable/src/datatable.module.d.ts +10 -0
  63. package/datatable/src/index.d.ts +4 -0
  64. package/datepicker/index.d.ts +1 -0
  65. package/datepicker/src/datepicker.component.d.ts +14 -0
  66. package/datepicker/src/datepicker.module.d.ts +10 -0
  67. package/{lib/components/datepicker → datepicker/src}/index.d.ts +0 -0
  68. package/dropdown/index.d.ts +1 -0
  69. package/dropdown/src/dropdown/dropdown.directive.d.ts +22 -0
  70. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +23 -0
  71. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +11 -0
  72. package/{lib/components/dropdown → dropdown/src}/dropdown.module.d.ts +0 -0
  73. package/{lib/components/dropdown → dropdown/src}/index.d.ts +0 -0
  74. package/dropdown-menu/index.d.ts +1 -0
  75. package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +7 -0
  76. package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +14 -0
  77. package/dropdown-menu/src/dropdown-menu.module.d.ts +9 -0
  78. package/dropdown-menu/src/index.d.ts +3 -0
  79. package/enhanced-paste/index.d.ts +1 -0
  80. package/enhanced-paste/src/enhanced-paste.directive.d.ts +14 -0
  81. package/{lib/directives/enhanced-paste → enhanced-paste/src}/enhanced-paste.module.d.ts +0 -0
  82. package/enhanced-paste/src/index.d.ts +2 -0
  83. package/esm2020/accordion/index.mjs +2 -0
  84. package/esm2020/accordion/mintplayer-ng-bootstrap-accordion.mjs +5 -0
  85. package/esm2020/accordion/src/accordion/accordion.component.mjs +21 -0
  86. package/esm2020/accordion/src/accordion-tab/accordion-tab.component.mjs +63 -0
  87. package/esm2020/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +20 -0
  88. package/esm2020/accordion/src/accordion.module.mjs +34 -0
  89. package/esm2020/accordion/src/index.mjs +5 -0
  90. package/esm2020/alert/index.mjs +2 -0
  91. package/esm2020/alert/mintplayer-ng-bootstrap-alert.mjs +5 -0
  92. package/esm2020/alert/src/alert/alert.component.mjs +41 -0
  93. package/esm2020/alert/src/alert-close/alert-close.component.mjs +20 -0
  94. package/esm2020/alert/src/alert.module.mjs +27 -0
  95. package/esm2020/alert/src/index.mjs +4 -0
  96. package/esm2020/badge/index.mjs +2 -0
  97. package/esm2020/badge/mintplayer-ng-bootstrap-badge.mjs +5 -0
  98. package/esm2020/badge/src/badge.component.mjs +30 -0
  99. package/esm2020/badge/src/badge.module.mjs +18 -0
  100. package/esm2020/badge/src/index.mjs +3 -0
  101. package/esm2020/breadcrumb/index.mjs +2 -0
  102. package/esm2020/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +5 -0
  103. package/esm2020/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +13 -0
  104. package/esm2020/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +18 -0
  105. package/esm2020/breadcrumb/src/breadcrumb.module.mjs +19 -0
  106. package/esm2020/breadcrumb/src/index.mjs +4 -0
  107. package/esm2020/button-group/index.mjs +2 -0
  108. package/esm2020/button-group/mintplayer-ng-bootstrap-button-group.mjs +5 -0
  109. package/esm2020/button-group/src/button-group/button-group.component.mjs +13 -0
  110. package/esm2020/button-group/src/button-group.module.mjs +18 -0
  111. package/esm2020/button-group/src/index.mjs +3 -0
  112. package/esm2020/calendar/index.mjs +2 -0
  113. package/esm2020/calendar/mintplayer-ng-bootstrap-calendar.mjs +5 -0
  114. package/esm2020/calendar/src/calendar.component.mjs +103 -0
  115. package/esm2020/calendar/src/calendar.module.mjs +37 -0
  116. package/esm2020/calendar/src/index.mjs +3 -0
  117. package/esm2020/card/index.mjs +2 -0
  118. package/esm2020/card/mintplayer-ng-bootstrap-card.mjs +5 -0
  119. package/esm2020/card/src/card/card.component.mjs +11 -0
  120. package/esm2020/card/src/card-header/card-header.component.mjs +11 -0
  121. package/esm2020/card/src/card.module.mjs +27 -0
  122. package/esm2020/card/src/index.mjs +4 -0
  123. package/esm2020/carousel/index.mjs +2 -0
  124. package/esm2020/carousel/mintplayer-ng-bootstrap-carousel.mjs +5 -0
  125. package/esm2020/carousel/src/carousel/carousel.component.mjs +103 -0
  126. package/esm2020/carousel/src/carousel-image/carousel-image.directive.mjs +17 -0
  127. package/esm2020/carousel/src/carousel.module.mjs +29 -0
  128. package/esm2020/carousel/src/index.mjs +4 -0
  129. package/esm2020/close/index.mjs +2 -0
  130. package/esm2020/close/mintplayer-ng-bootstrap-close.mjs +5 -0
  131. package/esm2020/close/src/close.component.mjs +21 -0
  132. package/esm2020/close/src/close.module.mjs +18 -0
  133. package/esm2020/close/src/index.mjs +3 -0
  134. package/esm2020/code-snippet/index.mjs +2 -0
  135. package/esm2020/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +5 -0
  136. package/esm2020/code-snippet/src/code-snippet.component.mjs +28 -0
  137. package/esm2020/code-snippet/src/code-snippet.module.mjs +32 -0
  138. package/esm2020/code-snippet/src/index.mjs +3 -0
  139. package/esm2020/context-menu/index.mjs +2 -0
  140. package/esm2020/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +5 -0
  141. package/esm2020/context-menu/src/context-menu.directive.mjs +84 -0
  142. package/esm2020/context-menu/src/context-menu.module.mjs +28 -0
  143. package/esm2020/context-menu/src/index.mjs +3 -0
  144. package/esm2020/copy/index.mjs +2 -0
  145. package/esm2020/copy/mintplayer-ng-bootstrap-copy.mjs +5 -0
  146. package/esm2020/copy/src/copy.directive.mjs +45 -0
  147. package/esm2020/copy/src/copy.module.mjs +24 -0
  148. package/esm2020/copy/src/index.mjs +3 -0
  149. package/esm2020/datatable/index.mjs +2 -0
  150. package/esm2020/datatable/mintplayer-ng-bootstrap-datatable.mjs +5 -0
  151. package/esm2020/datatable/src/datatable/datatable.component.mjs +54 -0
  152. package/esm2020/datatable/src/datatable-column/datatable-column-metadata.mjs +2 -0
  153. package/esm2020/datatable/src/datatable-column/datatable-column.directive.mjs +19 -0
  154. package/esm2020/datatable/src/datatable-column/index.mjs +3 -0
  155. package/esm2020/datatable/src/datatable-settings.mjs +37 -0
  156. package/esm2020/datatable/src/datatable.module.mjs +39 -0
  157. package/esm2020/datatable/src/index.mjs +5 -0
  158. package/esm2020/datepicker/index.mjs +2 -0
  159. package/esm2020/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +5 -0
  160. package/esm2020/datepicker/src/datepicker.component.mjs +45 -0
  161. package/esm2020/datepicker/src/datepicker.module.mjs +32 -0
  162. package/esm2020/datepicker/src/index.mjs +3 -0
  163. package/esm2020/dropdown/index.mjs +2 -0
  164. package/esm2020/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +5 -0
  165. package/esm2020/dropdown/src/dropdown/dropdown.directive.mjs +63 -0
  166. package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +111 -0
  167. package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +28 -0
  168. package/esm2020/dropdown/src/dropdown.module.mjs +42 -0
  169. package/esm2020/dropdown/src/index.mjs +5 -0
  170. package/esm2020/dropdown-menu/index.mjs +2 -0
  171. package/esm2020/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +5 -0
  172. package/esm2020/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +19 -0
  173. package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +41 -0
  174. package/esm2020/dropdown-menu/src/dropdown-menu.module.mjs +19 -0
  175. package/esm2020/dropdown-menu/src/index.mjs +4 -0
  176. package/esm2020/enhanced-paste/index.mjs +2 -0
  177. package/esm2020/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +5 -0
  178. package/esm2020/enhanced-paste/src/enhanced-paste.directive.mjs +58 -0
  179. package/esm2020/enhanced-paste/src/enhanced-paste.module.mjs +24 -0
  180. package/esm2020/enhanced-paste/src/index.mjs +3 -0
  181. package/esm2020/file-upload/index.mjs +2 -0
  182. package/esm2020/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +5 -0
  183. package/esm2020/file-upload/src/component/file-upload.component.mjs +84 -0
  184. package/esm2020/file-upload/src/directive/file-upload-template.directive.mjs +18 -0
  185. package/esm2020/file-upload/src/file-upload.mjs +2 -0
  186. package/esm2020/file-upload/src/file-upload.module.mjs +45 -0
  187. package/esm2020/file-upload/src/index.mjs +5 -0
  188. package/esm2020/for/index.mjs +2 -0
  189. package/esm2020/for/mintplayer-ng-bootstrap-for.mjs +5 -0
  190. package/esm2020/for/src/for.directive.mjs +38 -0
  191. package/esm2020/for/src/for.module.mjs +24 -0
  192. package/esm2020/for/src/index.mjs +3 -0
  193. package/esm2020/grid/index.mjs +2 -0
  194. package/esm2020/grid/mintplayer-ng-bootstrap-grid.mjs +5 -0
  195. package/esm2020/grid/src/component/grid.component.mjs +32 -0
  196. package/esm2020/grid/src/directives/column/column.directive.mjs +56 -0
  197. package/esm2020/grid/src/directives/index.mjs +3 -0
  198. package/esm2020/grid/src/directives/row/row.directive.mjs +19 -0
  199. package/esm2020/grid/src/grid.module.mjs +20 -0
  200. package/esm2020/grid/src/index.mjs +4 -0
  201. package/esm2020/index.mjs +2 -3
  202. package/esm2020/lib/interfaces/enum-item.mjs +2 -0
  203. package/esm2020/lib/interfaces/index.mjs +4 -1
  204. package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +4 -4
  205. package/esm2020/lib/pipes/add-properties/add-properties.pipe.mjs +3 -3
  206. package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
  207. package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
  208. package/esm2020/lib/pipes/format-bytes/format-bytes.module.mjs +4 -4
  209. package/esm2020/lib/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
  210. package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
  211. package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
  212. package/esm2020/lib/pipes/in-list/index.mjs +3 -0
  213. package/esm2020/lib/pipes/index.mjs +5 -1
  214. package/esm2020/lib/pipes/month-name/index.mjs +3 -0
  215. package/esm2020/lib/pipes/month-name/month-name.module.mjs +4 -4
  216. package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +3 -3
  217. package/esm2020/lib/pipes/uc-first/index.mjs +3 -0
  218. package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
  219. package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
  220. package/esm2020/lib/pipes/weekday-name/index.mjs +3 -0
  221. package/esm2020/lib/pipes/weekday-name/weekday-name.module.mjs +4 -4
  222. package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
  223. package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +3 -3
  224. package/esm2020/lib/services/enum/enum.service.mjs +31 -0
  225. package/esm2020/lib/services/index.mjs +4 -0
  226. package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +3 -3
  227. package/esm2020/lib/types/index.mjs +2 -1
  228. package/esm2020/list-group/index.mjs +2 -0
  229. package/esm2020/list-group/mintplayer-ng-bootstrap-list-group.mjs +5 -0
  230. package/esm2020/list-group/src/index.mjs +4 -0
  231. package/esm2020/list-group/src/list-group/list-group.component.mjs +19 -0
  232. package/esm2020/list-group/src/list-group-item/list-group-item.component.mjs +15 -0
  233. package/esm2020/list-group/src/list-group.module.mjs +27 -0
  234. package/esm2020/modal/index.mjs +2 -0
  235. package/esm2020/modal/mintplayer-ng-bootstrap-modal.mjs +5 -0
  236. package/esm2020/modal/src/components/index.mjs +3 -0
  237. package/esm2020/modal/src/components/modal/modal.component.mjs +21 -0
  238. package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +82 -0
  239. package/esm2020/modal/src/directives/index.mjs +6 -0
  240. package/esm2020/modal/src/directives/modal/modal.directive.mjs +18 -0
  241. package/esm2020/modal/src/directives/modal-body/modal-body.directive.mjs +19 -0
  242. package/esm2020/modal/src/directives/modal-close/modal-close.directive.mjs +24 -0
  243. package/esm2020/modal/src/directives/modal-footer/modal-footer.directive.mjs +19 -0
  244. package/esm2020/modal/src/directives/modal-header/modal-header.directive.mjs +19 -0
  245. package/esm2020/modal/src/index.mjs +4 -0
  246. package/esm2020/modal/src/modal.module.mjs +71 -0
  247. package/esm2020/modal/src/providers/modal-content.provider.mjs +3 -0
  248. package/esm2020/modal/src/providers/portal-factory.provider.mjs +3 -0
  249. package/esm2020/multiselect/index.mjs +2 -0
  250. package/esm2020/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +5 -0
  251. package/esm2020/multiselect/src/component/multiselect.component.mjs +34 -0
  252. package/esm2020/multiselect/src/directives/button-template/button-template.directive.mjs +18 -0
  253. package/esm2020/multiselect/src/directives/footer-template/footer-template.directive.mjs +18 -0
  254. package/esm2020/multiselect/src/directives/header-template/header-template.directive.mjs +18 -0
  255. package/esm2020/multiselect/src/directives/index.mjs +4 -0
  256. package/esm2020/multiselect/src/index.mjs +4 -0
  257. package/esm2020/multiselect/src/multiselect.module.mjs +55 -0
  258. package/esm2020/navbar/index.mjs +2 -0
  259. package/esm2020/navbar/mintplayer-ng-bootstrap-navbar.mjs +5 -0
  260. package/esm2020/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +38 -0
  261. package/esm2020/navbar/src/expand-button/expand-button.directive.mjs +18 -0
  262. package/esm2020/navbar/src/index.mjs +13 -0
  263. package/esm2020/navbar/src/nav-link/nav-link.directive.mjs +29 -0
  264. package/esm2020/navbar/src/navbar/navbar.component.mjs +98 -0
  265. package/esm2020/navbar/src/navbar-brand/navbar-brand.component.mjs +20 -0
  266. package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +69 -0
  267. package/esm2020/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +95 -0
  268. package/esm2020/navbar/src/navbar-item/navbar-item.component.mjs +64 -0
  269. package/esm2020/navbar/src/navbar-nav/navbar-nav.component.mjs +69 -0
  270. package/esm2020/navbar/src/navbar-toggler/navbar-toggler.component.mjs +47 -0
  271. package/esm2020/navbar/src/navbar.module.mjs +73 -0
  272. package/esm2020/offcanvas/index.mjs +2 -0
  273. package/esm2020/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +5 -0
  274. package/esm2020/offcanvas/src/components/index.mjs +5 -0
  275. package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +111 -0
  276. package/esm2020/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +18 -0
  277. package/esm2020/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +14 -0
  278. package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +142 -0
  279. package/esm2020/offcanvas/src/directives/index.mjs +3 -0
  280. package/esm2020/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +24 -0
  281. package/esm2020/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +18 -0
  282. package/esm2020/offcanvas/src/index.mjs +5 -0
  283. package/esm2020/offcanvas/src/offcanvas.module.mjs +66 -0
  284. package/esm2020/offcanvas/src/providers/offcanvas-content.provider.mjs +3 -0
  285. package/esm2020/offcanvas/src/providers/portal-factory.provider.mjs +3 -0
  286. package/esm2020/offcanvas/src/types/index.mjs +2 -0
  287. package/esm2020/offcanvas/src/types/position.mjs +2 -0
  288. package/esm2020/pagination/index.mjs +2 -0
  289. package/esm2020/pagination/mintplayer-ng-bootstrap-pagination.mjs +5 -0
  290. package/esm2020/pagination/src/index.mjs +3 -0
  291. package/esm2020/pagination/src/pagination/pagination.component.mjs +198 -0
  292. package/esm2020/pagination/src/pagination.module.mjs +24 -0
  293. package/esm2020/placeholder/index.mjs +2 -0
  294. package/esm2020/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +5 -0
  295. package/esm2020/placeholder/src/index.mjs +4 -0
  296. package/esm2020/placeholder/src/placeholder/placeholder.component.mjs +26 -0
  297. package/esm2020/placeholder/src/placeholder-field/placeholder-field.directive.mjs +46 -0
  298. package/esm2020/placeholder/src/placeholder.module.mjs +19 -0
  299. package/esm2020/popover/index.mjs +2 -0
  300. package/esm2020/popover/mintplayer-ng-bootstrap-popover.mjs +5 -0
  301. package/esm2020/popover/src/component/popover.component.mjs +56 -0
  302. package/esm2020/popover/src/directives/index.mjs +4 -0
  303. package/esm2020/popover/src/directives/popover/popover.directive.mjs +129 -0
  304. package/esm2020/popover/src/directives/popover-body/popover-body.directive.mjs +19 -0
  305. package/esm2020/popover/src/directives/popover-header/popover-header.directive.mjs +19 -0
  306. package/esm2020/popover/src/index.mjs +4 -0
  307. package/esm2020/popover/src/popover.module.mjs +35 -0
  308. package/esm2020/popover/src/providers/popover-content.provider.mjs +3 -0
  309. package/esm2020/popover/src/providers/portal-factory.provider.mjs +3 -0
  310. package/esm2020/progress-bar/index.mjs +2 -0
  311. package/esm2020/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +5 -0
  312. package/esm2020/progress-bar/src/index.mjs +4 -0
  313. package/esm2020/progress-bar/src/progress/progress.component.mjs +31 -0
  314. package/esm2020/progress-bar/src/progress-bar/progress-bar.component.mjs +121 -0
  315. package/esm2020/progress-bar/src/progress-bar.module.mjs +29 -0
  316. package/esm2020/range/index.mjs +2 -0
  317. package/esm2020/range/mintplayer-ng-bootstrap-range.mjs +5 -0
  318. package/esm2020/range/src/component/range.component.mjs +15 -0
  319. package/esm2020/range/src/index.mjs +4 -0
  320. package/esm2020/range/src/range.module.mjs +19 -0
  321. package/esm2020/range/src/value-accessor/range-value-accessor.mjs +62 -0
  322. package/esm2020/rating/index.mjs +2 -0
  323. package/esm2020/rating/mintplayer-ng-bootstrap-rating.mjs +5 -0
  324. package/esm2020/rating/src/index.mjs +3 -0
  325. package/esm2020/rating/src/rating.component.mjs +72 -0
  326. package/esm2020/rating/src/rating.module.mjs +24 -0
  327. package/esm2020/scheduler/index.mjs +2 -0
  328. package/esm2020/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +5 -0
  329. package/esm2020/scheduler/src/components/index.mjs +3 -0
  330. package/esm2020/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +84 -0
  331. package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +537 -0
  332. package/esm2020/scheduler/src/constants/available-scales.mjs +12 -0
  333. package/esm2020/scheduler/src/constants/index.mjs +2 -0
  334. package/esm2020/scheduler/src/enums/drag-operation.mjs +8 -0
  335. package/esm2020/scheduler/src/enums/index.mjs +2 -0
  336. package/esm2020/scheduler/src/enums/scheduler-mode.mjs +6 -0
  337. package/esm2020/scheduler/src/index.mjs +6 -0
  338. package/esm2020/scheduler/src/interfaces/drag-operation.mjs +2 -0
  339. package/esm2020/scheduler/src/interfaces/index.mjs +6 -0
  340. package/esm2020/scheduler/src/interfaces/preview-event.mjs +2 -0
  341. package/esm2020/scheduler/src/interfaces/resource-group.mjs +2 -0
  342. package/esm2020/scheduler/src/interfaces/resource-or-group.mjs +2 -0
  343. package/esm2020/scheduler/src/interfaces/resource.mjs +2 -0
  344. package/esm2020/scheduler/src/interfaces/scheduler-event-part.mjs +2 -0
  345. package/esm2020/scheduler/src/interfaces/scheduler-event-with-parts.mjs +2 -0
  346. package/esm2020/scheduler/src/interfaces/scheduler-event.mjs +2 -0
  347. package/esm2020/scheduler/src/interfaces/scheduler-schale.mjs +2 -0
  348. package/esm2020/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +2 -0
  349. package/esm2020/scheduler/src/interfaces/time-slot.mjs +2 -0
  350. package/esm2020/scheduler/src/interfaces/timeline-options.mjs +2 -0
  351. package/esm2020/scheduler/src/interfaces/timeline-track.mjs +2 -0
  352. package/esm2020/scheduler/src/interfaces/week-options.mjs +2 -0
  353. package/esm2020/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +16 -0
  354. package/esm2020/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +20 -0
  355. package/esm2020/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +20 -0
  356. package/esm2020/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +22 -0
  357. package/esm2020/scheduler/src/scheduler.module.mjs +41 -0
  358. package/esm2020/scheduler/src/services/timeline/timeline.service.mjs +65 -0
  359. package/esm2020/scrollspy/index.mjs +2 -0
  360. package/esm2020/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +5 -0
  361. package/esm2020/scrollspy/src/component/scrollspy.component.mjs +90 -0
  362. package/esm2020/scrollspy/src/directives/scrollspy.directive.mjs +16 -0
  363. package/esm2020/scrollspy/src/index.mjs +4 -0
  364. package/esm2020/scrollspy/src/scrollspy.module.mjs +29 -0
  365. package/esm2020/select/index.mjs +2 -0
  366. package/esm2020/select/mintplayer-ng-bootstrap-select.mjs +5 -0
  367. package/esm2020/select/src/component/select.component.mjs +85 -0
  368. package/esm2020/select/src/index.mjs +5 -0
  369. package/esm2020/select/src/select.module.mjs +31 -0
  370. package/esm2020/select/src/types/index.mjs +2 -0
  371. package/esm2020/select/src/types/select-size.mjs +2 -0
  372. package/esm2020/select/src/value-accessors/index.mjs +2 -0
  373. package/esm2020/select/src/value-accessors/select-value-accessor.mjs +167 -0
  374. package/esm2020/select2/index.mjs +2 -0
  375. package/esm2020/select2/mintplayer-ng-bootstrap-select2.mjs +5 -0
  376. package/esm2020/select2/src/component/select2.component.mjs +84 -0
  377. package/esm2020/select2/src/directive/item-template.directive.mjs +19 -0
  378. package/esm2020/select2/src/index.mjs +4 -0
  379. package/esm2020/select2/src/select2.module.mjs +45 -0
  380. package/esm2020/snackbar/index.mjs +2 -0
  381. package/esm2020/snackbar/mintplayer-ng-bootstrap-snackbar.mjs +5 -0
  382. package/esm2020/snackbar/src/component/snackbar.component.mjs +35 -0
  383. package/esm2020/snackbar/src/directives/index.mjs +2 -0
  384. package/esm2020/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +27 -0
  385. package/esm2020/snackbar/src/index.mjs +6 -0
  386. package/esm2020/snackbar/src/interfaces/index.mjs +2 -0
  387. package/esm2020/snackbar/src/interfaces/snackbar-animation-meta.mjs +2 -0
  388. package/esm2020/snackbar/src/providers/snackbar-content.provider.mjs +3 -0
  389. package/esm2020/snackbar/src/service/snackbar.service.mjs +45 -0
  390. package/esm2020/snackbar/src/snackbar.module.mjs +39 -0
  391. package/esm2020/spinner/index.mjs +2 -0
  392. package/esm2020/spinner/mintplayer-ng-bootstrap-spinner.mjs +5 -0
  393. package/esm2020/spinner/src/index.mjs +3 -0
  394. package/esm2020/spinner/src/spinner.component.mjs +43 -0
  395. package/esm2020/spinner/src/spinner.module.mjs +18 -0
  396. package/esm2020/tab-control/index.mjs +2 -0
  397. package/esm2020/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +5 -0
  398. package/esm2020/tab-control/src/index.mjs +4 -0
  399. package/esm2020/tab-control/src/tab-control/tab-control.component.mjs +28 -0
  400. package/esm2020/tab-control/src/tab-control.module.mjs +29 -0
  401. package/esm2020/tab-control/src/tab-page/tab-page.component.mjs +23 -0
  402. package/esm2020/table/index.mjs +2 -0
  403. package/esm2020/table/mintplayer-ng-bootstrap-table.mjs +5 -0
  404. package/esm2020/table/src/component/table.component.mjs +47 -0
  405. package/esm2020/table/src/index.mjs +3 -0
  406. package/esm2020/table/src/table.module.mjs +18 -0
  407. package/esm2020/timepicker/index.mjs +2 -0
  408. package/esm2020/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +5 -0
  409. package/esm2020/timepicker/src/index.mjs +3 -0
  410. package/esm2020/timepicker/src/timepicker.component.mjs +110 -0
  411. package/esm2020/timepicker/src/timepicker.module.mjs +40 -0
  412. package/esm2020/toast/index.mjs +2 -0
  413. package/esm2020/toast/mintplayer-ng-bootstrap-toast.mjs +5 -0
  414. package/esm2020/toast/src/components/index.mjs +5 -0
  415. package/esm2020/toast/src/components/toast/toast.component.mjs +16 -0
  416. package/esm2020/toast/src/components/toast-body/toast-body.component.mjs +20 -0
  417. package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +22 -0
  418. package/esm2020/toast/src/components/toast-header/toast-header.component.mjs +17 -0
  419. package/esm2020/toast/src/directives/index.mjs +2 -0
  420. package/esm2020/toast/src/directives/toast-close/toast-close.directive.mjs +32 -0
  421. package/esm2020/toast/src/index.mjs +5 -0
  422. package/esm2020/toast/src/providers/portal-factory.provider.mjs +3 -0
  423. package/esm2020/toast/src/services/index.mjs +2 -0
  424. package/esm2020/toast/src/services/toast/toast.service.mjs +56 -0
  425. package/esm2020/toast/src/toast.module.mjs +72 -0
  426. package/esm2020/toggle-button/index.mjs +2 -0
  427. package/esm2020/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +5 -0
  428. package/esm2020/toggle-button/src/component/toggle-button.component.mjs +154 -0
  429. package/esm2020/toggle-button/src/directives/index.mjs +2 -0
  430. package/esm2020/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +19 -0
  431. package/esm2020/toggle-button/src/index.mjs +6 -0
  432. package/esm2020/toggle-button/src/toggle-button.module.mjs +34 -0
  433. package/esm2020/toggle-button/src/types/check-style.mjs +2 -0
  434. package/esm2020/toggle-button/src/types/index.mjs +2 -0
  435. package/esm2020/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +108 -0
  436. package/esm2020/tooltip/index.mjs +2 -0
  437. package/esm2020/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +5 -0
  438. package/esm2020/tooltip/src/component/tooltip.component.mjs +29 -0
  439. package/esm2020/tooltip/src/directive/tooltip.directive.mjs +110 -0
  440. package/esm2020/tooltip/src/index.mjs +4 -0
  441. package/esm2020/tooltip/src/providers/tooltip-content.provider.mjs +3 -0
  442. package/esm2020/tooltip/src/tooltip.module.mjs +31 -0
  443. package/esm2020/typeahead/index.mjs +2 -0
  444. package/esm2020/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +5 -0
  445. package/esm2020/typeahead/src/index.mjs +3 -0
  446. package/esm2020/typeahead/src/typeahead.component.mjs +80 -0
  447. package/esm2020/typeahead/src/typeahead.module.mjs +40 -0
  448. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +131 -0
  449. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -0
  450. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs +87 -0
  451. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -0
  452. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs +52 -0
  453. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -0
  454. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs +51 -0
  455. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -0
  456. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs +35 -0
  457. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -0
  458. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +143 -0
  459. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -0
  460. package/fesm2015/mintplayer-ng-bootstrap-card.mjs +50 -0
  461. package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -0
  462. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs +149 -0
  463. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -0
  464. package/fesm2015/mintplayer-ng-bootstrap-close.mjs +43 -0
  465. package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -0
  466. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs +63 -0
  467. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -0
  468. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +117 -0
  469. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -0
  470. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs +75 -0
  471. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -0
  472. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs +144 -0
  473. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
  474. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
  475. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
  476. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +81 -0
  477. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
  478. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +235 -0
  479. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
  480. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
  481. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
  482. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
  483. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
  484. package/fesm2015/mintplayer-ng-bootstrap-for.mjs +66 -0
  485. package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -0
  486. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs +124 -0
  487. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
  488. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs +61 -0
  489. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
  490. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +258 -0
  491. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
  492. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
  493. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
  494. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +581 -0
  495. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
  496. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +380 -0
  497. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
  498. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs +226 -0
  499. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
  500. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
  501. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
  502. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +254 -0
  503. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
  504. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
  505. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
  506. package/fesm2015/mintplayer-ng-bootstrap-range.mjs +95 -0
  507. package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -0
  508. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs +100 -0
  509. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
  510. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
  511. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
  512. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs +136 -0
  513. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
  514. package/fesm2015/mintplayer-ng-bootstrap-select.mjs +284 -0
  515. package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -0
  516. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +147 -0
  517. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
  518. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +142 -0
  519. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
  520. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +65 -0
  521. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
  522. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
  523. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
  524. package/fesm2015/mintplayer-ng-bootstrap-table.mjs +69 -0
  525. package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -0
  526. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
  527. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
  528. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +219 -0
  529. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
  530. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
  531. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
  532. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +172 -0
  533. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
  534. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
  535. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
  536. package/fesm2015/mintplayer-ng-bootstrap.mjs +270 -6561
  537. package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
  538. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +131 -0
  539. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -0
  540. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs +87 -0
  541. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs.map +1 -0
  542. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs +52 -0
  543. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs.map +1 -0
  544. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs +51 -0
  545. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -0
  546. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs +35 -0
  547. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs.map +1 -0
  548. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +143 -0
  549. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs.map +1 -0
  550. package/fesm2020/mintplayer-ng-bootstrap-card.mjs +50 -0
  551. package/fesm2020/mintplayer-ng-bootstrap-card.mjs.map +1 -0
  552. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs +149 -0
  553. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs.map +1 -0
  554. package/fesm2020/mintplayer-ng-bootstrap-close.mjs +43 -0
  555. package/fesm2020/mintplayer-ng-bootstrap-close.mjs.map +1 -0
  556. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs +63 -0
  557. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -0
  558. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +115 -0
  559. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -0
  560. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs +72 -0
  561. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs.map +1 -0
  562. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs +145 -0
  563. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -0
  564. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +81 -0
  565. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -0
  566. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +79 -0
  567. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -0
  568. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +232 -0
  569. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -0
  570. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs +85 -0
  571. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -0
  572. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +146 -0
  573. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -0
  574. package/fesm2020/mintplayer-ng-bootstrap-for.mjs +66 -0
  575. package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -0
  576. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs +124 -0
  577. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -0
  578. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs +61 -0
  579. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -0
  580. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +254 -0
  581. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -0
  582. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +132 -0
  583. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -0
  584. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +570 -0
  585. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -0
  586. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +376 -0
  587. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -0
  588. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs +226 -0
  589. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -0
  590. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs +89 -0
  591. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -0
  592. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +250 -0
  593. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -0
  594. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs +182 -0
  595. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -0
  596. package/fesm2020/mintplayer-ng-bootstrap-range.mjs +95 -0
  597. package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -0
  598. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs +100 -0
  599. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -0
  600. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +807 -0
  601. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -0
  602. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs +133 -0
  603. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -0
  604. package/fesm2020/mintplayer-ng-bootstrap-select.mjs +282 -0
  605. package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -0
  606. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +147 -0
  607. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -0
  608. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +139 -0
  609. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -0
  610. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +65 -0
  611. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -0
  612. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs +77 -0
  613. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -0
  614. package/fesm2020/mintplayer-ng-bootstrap-table.mjs +69 -0
  615. package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -0
  616. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +154 -0
  617. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -0
  618. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +217 -0
  619. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -0
  620. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs +309 -0
  621. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -0
  622. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +168 -0
  623. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -0
  624. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +124 -0
  625. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -0
  626. package/fesm2020/mintplayer-ng-bootstrap.mjs +270 -6517
  627. package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
  628. package/file-upload/index.d.ts +1 -0
  629. package/file-upload/src/component/file-upload.component.d.ts +19 -0
  630. package/file-upload/src/directive/file-upload-template.directive.d.ts +8 -0
  631. package/{lib/components/file-upload → file-upload/src}/file-upload.d.ts +0 -0
  632. package/file-upload/src/file-upload.module.d.ts +13 -0
  633. package/{lib/components/file-upload → file-upload/src}/index.d.ts +0 -0
  634. package/for/index.d.ts +1 -0
  635. package/for/src/for.directive.d.ts +8 -0
  636. package/{lib/components/for → for/src}/for.module.d.ts +0 -0
  637. package/{lib/components/for → for/src}/index.d.ts +0 -0
  638. package/grid/index.d.ts +1 -0
  639. package/grid/src/component/grid.component.d.ts +12 -0
  640. package/grid/src/directives/column/column.directive.d.ts +12 -0
  641. package/{lib/components/grid → grid/src}/directives/index.d.ts +0 -0
  642. package/grid/src/directives/row/row.directive.d.ts +6 -0
  643. package/{lib/components/grid → grid/src}/grid.module.d.ts +0 -0
  644. package/{lib/components/grid → grid/src}/index.d.ts +0 -0
  645. package/index.d.ts +1 -2
  646. package/lib/interfaces/enum-item.d.ts +4 -0
  647. package/lib/interfaces/index.d.ts +3 -0
  648. package/lib/pipes/in-list/index.d.ts +2 -0
  649. package/lib/pipes/index.d.ts +4 -0
  650. package/lib/pipes/month-name/index.d.ts +2 -0
  651. package/lib/pipes/uc-first/index.d.ts +2 -0
  652. package/lib/pipes/weekday-name/index.d.ts +2 -0
  653. package/lib/services/enum/enum.service.d.ts +9 -0
  654. package/lib/services/index.d.ts +3 -0
  655. package/lib/types/index.d.ts +1 -0
  656. package/list-group/index.d.ts +1 -0
  657. package/{lib/components/list-group → list-group/src}/index.d.ts +0 -0
  658. package/list-group/src/list-group/list-group.component.d.ts +10 -0
  659. package/list-group/src/list-group-item/list-group-item.component.d.ts +8 -0
  660. package/{lib/components/list-group → list-group/src}/list-group.module.d.ts +0 -0
  661. package/modal/index.d.ts +1 -0
  662. package/{lib/components/modal → modal/src}/components/index.d.ts +0 -0
  663. package/modal/src/components/modal/modal.component.d.ts +9 -0
  664. package/modal/src/components/modal-host/modal-host.component.d.ts +27 -0
  665. package/{lib/components/modal → modal/src}/directives/index.d.ts +0 -0
  666. package/modal/src/directives/modal/modal.directive.d.ts +8 -0
  667. package/modal/src/directives/modal-body/modal-body.directive.d.ts +6 -0
  668. package/modal/src/directives/modal-close/modal-close.directive.d.ts +9 -0
  669. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +6 -0
  670. package/modal/src/directives/modal-header/modal-header.directive.d.ts +6 -0
  671. package/{lib/components/modal → modal/src}/index.d.ts +0 -0
  672. package/{lib/components/modal → modal/src}/modal.module.d.ts +0 -0
  673. package/{lib/components/modal → modal/src}/providers/modal-content.provider.d.ts +0 -0
  674. package/{lib/components/modal → modal/src}/providers/portal-factory.provider.d.ts +0 -0
  675. package/multiselect/index.d.ts +1 -0
  676. package/multiselect/src/component/multiselect.component.d.ts +13 -0
  677. package/multiselect/src/directives/button-template/button-template.directive.d.ts +8 -0
  678. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +8 -0
  679. package/multiselect/src/directives/header-template/header-template.directive.d.ts +8 -0
  680. package/{lib/components/multiselect → multiselect/src}/directives/index.d.ts +0 -0
  681. package/{lib/components/multiselect → multiselect/src}/index.d.ts +0 -0
  682. package/multiselect/src/multiselect.module.d.ts +15 -0
  683. package/navbar/index.d.ts +1 -0
  684. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +13 -0
  685. package/navbar/src/expand-button/expand-button.directive.d.ts +8 -0
  686. package/{lib/components/navbar → navbar/src}/index.d.ts +0 -0
  687. package/navbar/src/nav-link/nav-link.directive.d.ts +9 -0
  688. package/navbar/src/navbar/navbar.component.d.ts +27 -0
  689. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +7 -0
  690. package/navbar/src/navbar-content/navbar-content.directive.d.ts +18 -0
  691. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +27 -0
  692. package/navbar/src/navbar-item/navbar-item.component.d.ts +16 -0
  693. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +19 -0
  694. package/navbar/src/navbar-toggler/navbar-toggler.component.d.ts +13 -0
  695. package/{lib/components/navbar → navbar/src}/navbar.module.d.ts +0 -0
  696. package/offcanvas/index.d.ts +1 -0
  697. package/{lib/components/offcanvas → offcanvas/src}/components/index.d.ts +0 -0
  698. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +34 -0
  699. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +9 -0
  700. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +8 -0
  701. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +37 -0
  702. package/{lib/components/offcanvas → offcanvas/src}/directives/index.d.ts +0 -0
  703. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +9 -0
  704. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +8 -0
  705. package/{lib/components/offcanvas → offcanvas/src}/index.d.ts +0 -0
  706. package/{lib/components/offcanvas → offcanvas/src}/offcanvas.module.d.ts +0 -0
  707. package/{lib/components/offcanvas → offcanvas/src}/providers/offcanvas-content.provider.d.ts +0 -0
  708. package/{lib/components/offcanvas → offcanvas/src}/providers/portal-factory.provider.d.ts +0 -0
  709. package/{lib/components/offcanvas → offcanvas/src}/types/index.d.ts +0 -0
  710. package/{lib/components/offcanvas → offcanvas/src}/types/position.d.ts +0 -0
  711. package/package.json +363 -10
  712. package/pagination/index.d.ts +1 -0
  713. package/{lib/components/pagination → pagination/src}/index.d.ts +0 -0
  714. package/pagination/src/pagination/pagination.component.d.ts +48 -0
  715. package/{lib/components/pagination → pagination/src}/pagination.module.d.ts +0 -0
  716. package/placeholder/index.d.ts +1 -0
  717. package/{lib/components/placeholder → placeholder/src}/index.d.ts +0 -0
  718. package/placeholder/src/placeholder/placeholder.component.d.ts +11 -0
  719. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +16 -0
  720. package/{lib/components/placeholder → placeholder/src}/placeholder.module.d.ts +0 -0
  721. package/popover/index.d.ts +1 -0
  722. package/popover/src/component/popover.component.d.ts +19 -0
  723. package/{lib/components/popover → popover/src}/directives/index.d.ts +0 -0
  724. package/popover/src/directives/popover/popover.directive.d.ts +27 -0
  725. package/popover/src/directives/popover-body/popover-body.directive.d.ts +6 -0
  726. package/popover/src/directives/popover-header/popover-header.directive.d.ts +6 -0
  727. package/{lib/components/popover → popover/src}/index.d.ts +0 -0
  728. package/{lib/components/popover → popover/src}/popover.module.d.ts +0 -0
  729. package/{lib/components/popover → popover/src}/providers/popover-content.provider.d.ts +0 -0
  730. package/{lib/components/popover → popover/src}/providers/portal-factory.provider.d.ts +0 -0
  731. package/progress-bar/index.d.ts +1 -0
  732. package/{lib/components/progress-bar → progress-bar/src}/index.d.ts +0 -0
  733. package/progress-bar/src/progress/progress.component.d.ts +8 -0
  734. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +31 -0
  735. package/{lib/components/progress-bar → progress-bar/src}/progress-bar.module.d.ts +0 -0
  736. package/range/index.d.ts +1 -0
  737. package/range/src/component/range.component.d.ts +8 -0
  738. package/{lib/components/range → range/src}/index.d.ts +0 -0
  739. package/{lib/components/range → range/src}/range.module.d.ts +0 -0
  740. package/range/src/value-accessor/range-value-accessor.d.ts +20 -0
  741. package/rating/index.d.ts +1 -0
  742. package/{lib/components/rating → rating/src}/index.d.ts +0 -0
  743. package/rating/src/rating.component.d.ts +22 -0
  744. package/{lib/components/rating → rating/src}/rating.module.d.ts +0 -0
  745. package/scheduler/index.d.ts +1 -0
  746. package/{lib/components/scheduler → scheduler/src}/components/index.d.ts +0 -0
  747. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +26 -0
  748. package/scheduler/src/components/scheduler/scheduler.component.d.ts +86 -0
  749. package/{lib/components/scheduler → scheduler/src}/constants/available-scales.d.ts +0 -0
  750. package/{lib/components/scheduler → scheduler/src}/constants/index.d.ts +0 -0
  751. package/{lib/components/scheduler → scheduler/src}/enums/drag-operation.d.ts +0 -0
  752. package/{lib/components/scheduler → scheduler/src}/enums/index.d.ts +0 -0
  753. package/{lib/components/scheduler → scheduler/src}/enums/scheduler-mode.d.ts +0 -0
  754. package/{lib/components/scheduler → scheduler/src}/index.d.ts +0 -0
  755. package/{lib/components/scheduler → scheduler/src}/interfaces/drag-operation.d.ts +0 -0
  756. package/{lib/components/scheduler → scheduler/src}/interfaces/index.d.ts +0 -0
  757. package/{lib/components/scheduler → scheduler/src}/interfaces/preview-event.d.ts +0 -0
  758. package/{lib/components/scheduler → scheduler/src}/interfaces/resource-group.d.ts +0 -0
  759. package/{lib/components/scheduler → scheduler/src}/interfaces/resource-or-group.d.ts +0 -0
  760. package/{lib/components/scheduler → scheduler/src}/interfaces/resource.d.ts +0 -0
  761. package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event-part.d.ts +0 -0
  762. package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event-with-parts.d.ts +0 -0
  763. package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-event.d.ts +0 -0
  764. package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-schale.d.ts +0 -0
  765. package/{lib/components/scheduler → scheduler/src}/interfaces/scheduler-stamp-with-slots.d.ts +0 -0
  766. package/{lib/components/scheduler → scheduler/src}/interfaces/time-slot.d.ts +0 -0
  767. package/{lib/components/scheduler → scheduler/src}/interfaces/timeline-options.d.ts +0 -0
  768. package/{lib/components/scheduler → scheduler/src}/interfaces/timeline-track.d.ts +0 -0
  769. package/{lib/components/scheduler → scheduler/src}/interfaces/week-options.d.ts +0 -0
  770. package/{lib/components/scheduler → scheduler/src}/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +0 -0
  771. package/{lib/components/scheduler → scheduler/src}/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +0 -0
  772. package/{lib/components/scheduler → scheduler/src}/pipes/date-offset/date-offset.pipe.d.ts +0 -0
  773. package/{lib/components/scheduler → scheduler/src}/pipes/day-of-week/day-of-week.pipe.d.ts +0 -0
  774. package/{lib/components/scheduler → scheduler/src}/scheduler.module.d.ts +0 -0
  775. package/{lib/components/scheduler → scheduler/src}/services/timeline/timeline.service.d.ts +0 -0
  776. package/scrollspy/index.d.ts +1 -0
  777. package/scrollspy/src/component/scrollspy.component.d.ts +25 -0
  778. package/scrollspy/src/directives/scrollspy.directive.d.ts +8 -0
  779. package/{lib/components/scrollspy → scrollspy/src}/index.d.ts +0 -0
  780. package/{lib/components/scrollspy → scrollspy/src}/scrollspy.module.d.ts +0 -0
  781. package/select/index.d.ts +1 -0
  782. package/select/src/component/select.component.d.ts +26 -0
  783. package/{lib/components/select → select/src}/index.d.ts +0 -0
  784. package/{lib/components/select → select/src}/select.module.d.ts +0 -0
  785. package/{lib/components/select → select/src}/types/index.d.ts +0 -0
  786. package/{lib/components/select → select/src}/types/select-size.d.ts +0 -0
  787. package/{lib/components/select → select/src}/value-accessors/index.d.ts +0 -0
  788. package/select/src/value-accessors/select-value-accessor.d.ts +44 -0
  789. package/select2/index.d.ts +1 -0
  790. package/select2/src/component/select2.component.d.ts +25 -0
  791. package/select2/src/directive/item-template.directive.d.ts +9 -0
  792. package/{lib/components/select2 → select2/src}/index.d.ts +0 -0
  793. package/select2/src/select2.module.d.ts +13 -0
  794. package/snackbar/index.d.ts +1 -0
  795. package/snackbar/src/component/snackbar.component.d.ts +15 -0
  796. package/{lib/components/snackbar → snackbar/src}/directives/index.d.ts +0 -0
  797. package/snackbar/src/directives/snackbar-close/snackbar-close.directive.d.ts +11 -0
  798. package/{lib/components/snackbar → snackbar/src}/index.d.ts +0 -0
  799. package/{lib/components/snackbar → snackbar/src}/interfaces/index.d.ts +0 -0
  800. package/{lib/components/snackbar → snackbar/src}/interfaces/snackbar-animation-meta.d.ts +0 -0
  801. package/{lib/components/snackbar → snackbar/src}/providers/snackbar-content.provider.d.ts +0 -0
  802. package/{lib/components/snackbar → snackbar/src}/service/snackbar.service.d.ts +0 -0
  803. package/{lib/components/snackbar → snackbar/src}/snackbar.module.d.ts +0 -0
  804. package/spinner/index.d.ts +1 -0
  805. package/{lib/components/spinner → spinner/src}/index.d.ts +0 -0
  806. package/spinner/src/spinner.component.d.ts +19 -0
  807. package/{lib/components/spinner → spinner/src}/spinner.module.d.ts +0 -0
  808. package/tab-control/index.d.ts +1 -0
  809. package/{lib/components/tab-control → tab-control/src}/index.d.ts +0 -0
  810. package/tab-control/src/tab-control/tab-control.component.d.ts +10 -0
  811. package/{lib/components/tab-control → tab-control/src}/tab-control.module.d.ts +0 -0
  812. package/tab-control/src/tab-page/tab-page.component.d.ts +11 -0
  813. package/table/index.d.ts +1 -0
  814. package/table/src/component/table.component.d.ts +15 -0
  815. package/{lib/components/table → table/src}/index.d.ts +0 -0
  816. package/{lib/components/table → table/src}/table.module.d.ts +0 -0
  817. package/timepicker/index.d.ts +1 -0
  818. package/{lib/components/timepicker → timepicker/src}/index.d.ts +0 -0
  819. package/timepicker/src/timepicker.component.d.ts +25 -0
  820. package/timepicker/src/timepicker.module.d.ts +12 -0
  821. package/toast/index.d.ts +1 -0
  822. package/{lib/components/toast → toast/src}/components/index.d.ts +0 -0
  823. package/toast/src/components/toast/toast.component.d.ts +6 -0
  824. package/toast/src/components/toast-body/toast-body.component.d.ts +7 -0
  825. package/toast/src/components/toast-container/toast-container.component.d.ts +9 -0
  826. package/toast/src/components/toast-header/toast-header.component.d.ts +7 -0
  827. package/{lib/components/toast → toast/src}/directives/index.d.ts +0 -0
  828. package/toast/src/directives/toast-close/toast-close.directive.d.ts +12 -0
  829. package/{lib/components/toast → toast/src}/index.d.ts +0 -0
  830. package/{lib/components/toast → toast/src}/providers/portal-factory.provider.d.ts +0 -0
  831. package/{lib/components/toast → toast/src}/services/index.d.ts +0 -0
  832. package/{lib/components/toast → toast/src}/services/toast/toast.service.d.ts +0 -0
  833. package/toast/src/toast.module.d.ts +14 -0
  834. package/toggle-button/index.d.ts +1 -0
  835. package/toggle-button/src/component/toggle-button.component.d.ts +36 -0
  836. package/{lib/components/toggle-button → toggle-button/src}/directives/index.d.ts +0 -0
  837. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +9 -0
  838. package/{lib/components/toggle-button → toggle-button/src}/index.d.ts +0 -0
  839. package/{lib/components/toggle-button → toggle-button/src}/toggle-button.module.d.ts +0 -0
  840. package/{lib/components/toggle-button → toggle-button/src}/types/check-style.d.ts +0 -0
  841. package/{lib/components/toggle-button → toggle-button/src}/types/index.d.ts +0 -0
  842. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +20 -0
  843. package/tooltip/index.d.ts +1 -0
  844. package/tooltip/src/component/tooltip.component.d.ts +12 -0
  845. package/tooltip/src/directive/tooltip.directive.d.ts +20 -0
  846. package/{lib/components/tooltip → tooltip/src}/index.d.ts +0 -0
  847. package/{lib/components/tooltip → tooltip/src}/providers/tooltip-content.provider.d.ts +0 -0
  848. package/{lib/components/tooltip → tooltip/src}/tooltip.module.d.ts +0 -0
  849. package/typeahead/index.d.ts +1 -0
  850. package/{lib/components/typeahead → typeahead/src}/index.d.ts +0 -0
  851. package/typeahead/src/typeahead.component.d.ts +26 -0
  852. package/typeahead/src/typeahead.module.d.ts +12 -0
  853. package/esm2020/lib/components/accordion/accordion/accordion.component.mjs +0 -21
  854. package/esm2020/lib/components/accordion/accordion-tab/accordion-tab.component.mjs +0 -63
  855. package/esm2020/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.mjs +0 -20
  856. package/esm2020/lib/components/accordion/accordion.module.mjs +0 -34
  857. package/esm2020/lib/components/accordion/index.mjs +0 -5
  858. package/esm2020/lib/components/alert/alert/alert.component.mjs +0 -41
  859. package/esm2020/lib/components/alert/alert-close/alert-close.component.mjs +0 -20
  860. package/esm2020/lib/components/alert/alert.module.mjs +0 -27
  861. package/esm2020/lib/components/alert/index.mjs +0 -4
  862. package/esm2020/lib/components/badge/badge.component.mjs +0 -30
  863. package/esm2020/lib/components/badge/badge.module.mjs +0 -18
  864. package/esm2020/lib/components/badge/index.mjs +0 -3
  865. package/esm2020/lib/components/breadcrumb/breadcrumb/breadcrumb.component.mjs +0 -13
  866. package/esm2020/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +0 -18
  867. package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +0 -19
  868. package/esm2020/lib/components/breadcrumb/index.mjs +0 -4
  869. package/esm2020/lib/components/button-group/button-group/button-group.component.mjs +0 -13
  870. package/esm2020/lib/components/button-group/button-group.module.mjs +0 -18
  871. package/esm2020/lib/components/button-group/index.mjs +0 -3
  872. package/esm2020/lib/components/calendar/calendar.component.mjs +0 -105
  873. package/esm2020/lib/components/calendar/calendar.module.mjs +0 -36
  874. package/esm2020/lib/components/calendar/index.mjs +0 -3
  875. package/esm2020/lib/components/card/card/card.component.mjs +0 -11
  876. package/esm2020/lib/components/card/card-header/card-header.component.mjs +0 -11
  877. package/esm2020/lib/components/card/card.module.mjs +0 -27
  878. package/esm2020/lib/components/card/index.mjs +0 -4
  879. package/esm2020/lib/components/carousel/carousel/carousel.component.mjs +0 -103
  880. package/esm2020/lib/components/carousel/carousel-image/carousel-image.directive.mjs +0 -17
  881. package/esm2020/lib/components/carousel/carousel.module.mjs +0 -29
  882. package/esm2020/lib/components/carousel/index.mjs +0 -4
  883. package/esm2020/lib/components/close/close.component.mjs +0 -21
  884. package/esm2020/lib/components/close/close.module.mjs +0 -18
  885. package/esm2020/lib/components/close/index.mjs +0 -3
  886. package/esm2020/lib/components/code-snippet/code-snippet.component.mjs +0 -28
  887. package/esm2020/lib/components/code-snippet/code-snippet.module.mjs +0 -32
  888. package/esm2020/lib/components/code-snippet/index.mjs +0 -3
  889. package/esm2020/lib/components/context-menu/context-menu.directive.mjs +0 -84
  890. package/esm2020/lib/components/context-menu/context-menu.module.mjs +0 -28
  891. package/esm2020/lib/components/context-menu/index.mjs +0 -3
  892. package/esm2020/lib/components/copy/copy.directive.mjs +0 -45
  893. package/esm2020/lib/components/copy/copy.module.mjs +0 -24
  894. package/esm2020/lib/components/copy/index.mjs +0 -3
  895. package/esm2020/lib/components/datatable/datatable/datatable.component.mjs +0 -59
  896. package/esm2020/lib/components/datatable/datatable-column/datatable-column-metadata.mjs +0 -2
  897. package/esm2020/lib/components/datatable/datatable-column/datatable-column.directive.mjs +0 -19
  898. package/esm2020/lib/components/datatable/datatable-settings.mjs +0 -37
  899. package/esm2020/lib/components/datatable/datatable.module.mjs +0 -46
  900. package/esm2020/lib/components/datatable/index.mjs +0 -6
  901. package/esm2020/lib/components/datatable/row-template/row-template.directive.mjs +0 -19
  902. package/esm2020/lib/components/datepicker/datepicker.component.mjs +0 -47
  903. package/esm2020/lib/components/datepicker/datepicker.module.mjs +0 -32
  904. package/esm2020/lib/components/datepicker/index.mjs +0 -3
  905. package/esm2020/lib/components/dropdown/dropdown/dropdown.directive.mjs +0 -63
  906. package/esm2020/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.mjs +0 -111
  907. package/esm2020/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.mjs +0 -28
  908. package/esm2020/lib/components/dropdown/dropdown.module.mjs +0 -42
  909. package/esm2020/lib/components/dropdown/index.mjs +0 -5
  910. package/esm2020/lib/components/file-upload/component/file-upload.component.mjs +0 -86
  911. package/esm2020/lib/components/file-upload/directive/file-upload-template.directive.mjs +0 -18
  912. package/esm2020/lib/components/file-upload/file-upload.mjs +0 -2
  913. package/esm2020/lib/components/file-upload/file-upload.module.mjs +0 -45
  914. package/esm2020/lib/components/file-upload/index.mjs +0 -5
  915. package/esm2020/lib/components/for/for.directive.mjs +0 -38
  916. package/esm2020/lib/components/for/for.module.mjs +0 -24
  917. package/esm2020/lib/components/for/index.mjs +0 -3
  918. package/esm2020/lib/components/grid/component/grid.component.mjs +0 -32
  919. package/esm2020/lib/components/grid/directives/column/column.directive.mjs +0 -56
  920. package/esm2020/lib/components/grid/directives/index.mjs +0 -3
  921. package/esm2020/lib/components/grid/directives/row/row.directive.mjs +0 -19
  922. package/esm2020/lib/components/grid/grid.module.mjs +0 -20
  923. package/esm2020/lib/components/grid/index.mjs +0 -4
  924. package/esm2020/lib/components/index.mjs +0 -43
  925. package/esm2020/lib/components/list-group/index.mjs +0 -4
  926. package/esm2020/lib/components/list-group/list-group/list-group.component.mjs +0 -19
  927. package/esm2020/lib/components/list-group/list-group-item/list-group-item.component.mjs +0 -15
  928. package/esm2020/lib/components/list-group/list-group.module.mjs +0 -27
  929. package/esm2020/lib/components/modal/components/index.mjs +0 -3
  930. package/esm2020/lib/components/modal/components/modal/modal.component.mjs +0 -21
  931. package/esm2020/lib/components/modal/components/modal-host/modal-host.component.mjs +0 -82
  932. package/esm2020/lib/components/modal/directives/index.mjs +0 -6
  933. package/esm2020/lib/components/modal/directives/modal/modal.directive.mjs +0 -18
  934. package/esm2020/lib/components/modal/directives/modal-body/modal-body.directive.mjs +0 -19
  935. package/esm2020/lib/components/modal/directives/modal-close/modal-close.directive.mjs +0 -24
  936. package/esm2020/lib/components/modal/directives/modal-footer/modal-footer.directive.mjs +0 -19
  937. package/esm2020/lib/components/modal/directives/modal-header/modal-header.directive.mjs +0 -19
  938. package/esm2020/lib/components/modal/index.mjs +0 -4
  939. package/esm2020/lib/components/modal/modal.module.mjs +0 -71
  940. package/esm2020/lib/components/modal/providers/modal-content.provider.mjs +0 -3
  941. package/esm2020/lib/components/modal/providers/portal-factory.provider.mjs +0 -3
  942. package/esm2020/lib/components/multiselect/component/multiselect.component.mjs +0 -34
  943. package/esm2020/lib/components/multiselect/directives/button-template/button-template.directive.mjs +0 -18
  944. package/esm2020/lib/components/multiselect/directives/footer-template/footer-template.directive.mjs +0 -18
  945. package/esm2020/lib/components/multiselect/directives/header-template/header-template.directive.mjs +0 -18
  946. package/esm2020/lib/components/multiselect/directives/index.mjs +0 -4
  947. package/esm2020/lib/components/multiselect/index.mjs +0 -4
  948. package/esm2020/lib/components/multiselect/multiselect.module.mjs +0 -47
  949. package/esm2020/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.mjs +0 -38
  950. package/esm2020/lib/components/navbar/expand-button/expand-button.directive.mjs +0 -18
  951. package/esm2020/lib/components/navbar/index.mjs +0 -13
  952. package/esm2020/lib/components/navbar/nav-link/nav-link.directive.mjs +0 -29
  953. package/esm2020/lib/components/navbar/navbar/navbar.component.mjs +0 -28
  954. package/esm2020/lib/components/navbar/navbar-brand/navbar-brand.component.mjs +0 -20
  955. package/esm2020/lib/components/navbar/navbar-content/navbar-content.directive.mjs +0 -69
  956. package/esm2020/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.mjs +0 -84
  957. package/esm2020/lib/components/navbar/navbar-item/navbar-item.component.mjs +0 -64
  958. package/esm2020/lib/components/navbar/navbar-nav/navbar-nav.component.mjs +0 -69
  959. package/esm2020/lib/components/navbar/navbar-toggler/navbar-toggler.component.mjs +0 -47
  960. package/esm2020/lib/components/navbar/navbar.module.mjs +0 -73
  961. package/esm2020/lib/components/offcanvas/components/index.mjs +0 -5
  962. package/esm2020/lib/components/offcanvas/components/offcanvas/offcanvas.component.mjs +0 -111
  963. package/esm2020/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.mjs +0 -18
  964. package/esm2020/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.mjs +0 -14
  965. package/esm2020/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.mjs +0 -142
  966. package/esm2020/lib/components/offcanvas/directives/index.mjs +0 -3
  967. package/esm2020/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.mjs +0 -24
  968. package/esm2020/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.mjs +0 -18
  969. package/esm2020/lib/components/offcanvas/index.mjs +0 -5
  970. package/esm2020/lib/components/offcanvas/offcanvas.module.mjs +0 -66
  971. package/esm2020/lib/components/offcanvas/providers/offcanvas-content.provider.mjs +0 -3
  972. package/esm2020/lib/components/offcanvas/providers/portal-factory.provider.mjs +0 -3
  973. package/esm2020/lib/components/offcanvas/types/index.mjs +0 -2
  974. package/esm2020/lib/components/offcanvas/types/position.mjs +0 -2
  975. package/esm2020/lib/components/pagination/index.mjs +0 -3
  976. package/esm2020/lib/components/pagination/pagination/pagination.component.mjs +0 -198
  977. package/esm2020/lib/components/pagination/pagination.module.mjs +0 -24
  978. package/esm2020/lib/components/placeholder/index.mjs +0 -4
  979. package/esm2020/lib/components/placeholder/placeholder/placeholder.component.mjs +0 -26
  980. package/esm2020/lib/components/placeholder/placeholder-field/placeholder-field.directive.mjs +0 -46
  981. package/esm2020/lib/components/placeholder/placeholder.module.mjs +0 -19
  982. package/esm2020/lib/components/popover/component/popover.component.mjs +0 -56
  983. package/esm2020/lib/components/popover/directives/index.mjs +0 -4
  984. package/esm2020/lib/components/popover/directives/popover/popover.directive.mjs +0 -129
  985. package/esm2020/lib/components/popover/directives/popover-body/popover-body.directive.mjs +0 -19
  986. package/esm2020/lib/components/popover/directives/popover-header/popover-header.directive.mjs +0 -19
  987. package/esm2020/lib/components/popover/index.mjs +0 -4
  988. package/esm2020/lib/components/popover/popover.module.mjs +0 -35
  989. package/esm2020/lib/components/popover/providers/popover-content.provider.mjs +0 -3
  990. package/esm2020/lib/components/popover/providers/portal-factory.provider.mjs +0 -3
  991. package/esm2020/lib/components/progress-bar/index.mjs +0 -4
  992. package/esm2020/lib/components/progress-bar/progress/progress.component.mjs +0 -31
  993. package/esm2020/lib/components/progress-bar/progress-bar/progress-bar.component.mjs +0 -121
  994. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +0 -29
  995. package/esm2020/lib/components/range/component/range.component.mjs +0 -15
  996. package/esm2020/lib/components/range/index.mjs +0 -4
  997. package/esm2020/lib/components/range/range.module.mjs +0 -19
  998. package/esm2020/lib/components/range/value-accessor/range-value-accessor.mjs +0 -62
  999. package/esm2020/lib/components/rating/index.mjs +0 -3
  1000. package/esm2020/lib/components/rating/rating.component.mjs +0 -72
  1001. package/esm2020/lib/components/rating/rating.module.mjs +0 -24
  1002. package/esm2020/lib/components/scheduler/components/index.mjs +0 -3
  1003. package/esm2020/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.mjs +0 -84
  1004. package/esm2020/lib/components/scheduler/components/scheduler/scheduler.component.mjs +0 -537
  1005. package/esm2020/lib/components/scheduler/constants/available-scales.mjs +0 -12
  1006. package/esm2020/lib/components/scheduler/constants/index.mjs +0 -2
  1007. package/esm2020/lib/components/scheduler/enums/drag-operation.mjs +0 -8
  1008. package/esm2020/lib/components/scheduler/enums/index.mjs +0 -2
  1009. package/esm2020/lib/components/scheduler/enums/scheduler-mode.mjs +0 -6
  1010. package/esm2020/lib/components/scheduler/index.mjs +0 -6
  1011. package/esm2020/lib/components/scheduler/interfaces/drag-operation.mjs +0 -2
  1012. package/esm2020/lib/components/scheduler/interfaces/index.mjs +0 -6
  1013. package/esm2020/lib/components/scheduler/interfaces/preview-event.mjs +0 -2
  1014. package/esm2020/lib/components/scheduler/interfaces/resource-group.mjs +0 -2
  1015. package/esm2020/lib/components/scheduler/interfaces/resource-or-group.mjs +0 -2
  1016. package/esm2020/lib/components/scheduler/interfaces/resource.mjs +0 -2
  1017. package/esm2020/lib/components/scheduler/interfaces/scheduler-event-part.mjs +0 -2
  1018. package/esm2020/lib/components/scheduler/interfaces/scheduler-event-with-parts.mjs +0 -2
  1019. package/esm2020/lib/components/scheduler/interfaces/scheduler-event.mjs +0 -2
  1020. package/esm2020/lib/components/scheduler/interfaces/scheduler-schale.mjs +0 -2
  1021. package/esm2020/lib/components/scheduler/interfaces/scheduler-stamp-with-slots.mjs +0 -2
  1022. package/esm2020/lib/components/scheduler/interfaces/time-slot.mjs +0 -2
  1023. package/esm2020/lib/components/scheduler/interfaces/timeline-options.mjs +0 -2
  1024. package/esm2020/lib/components/scheduler/interfaces/timeline-track.mjs +0 -2
  1025. package/esm2020/lib/components/scheduler/interfaces/week-options.mjs +0 -2
  1026. package/esm2020/lib/components/scheduler/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +0 -16
  1027. package/esm2020/lib/components/scheduler/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +0 -20
  1028. package/esm2020/lib/components/scheduler/pipes/date-offset/date-offset.pipe.mjs +0 -20
  1029. package/esm2020/lib/components/scheduler/pipes/day-of-week/day-of-week.pipe.mjs +0 -22
  1030. package/esm2020/lib/components/scheduler/scheduler.module.mjs +0 -41
  1031. package/esm2020/lib/components/scheduler/services/timeline/timeline.service.mjs +0 -65
  1032. package/esm2020/lib/components/scrollspy/component/scrollspy.component.mjs +0 -90
  1033. package/esm2020/lib/components/scrollspy/directives/scrollspy.directive.mjs +0 -16
  1034. package/esm2020/lib/components/scrollspy/index.mjs +0 -4
  1035. package/esm2020/lib/components/scrollspy/scrollspy.module.mjs +0 -29
  1036. package/esm2020/lib/components/select/component/select.component.mjs +0 -85
  1037. package/esm2020/lib/components/select/index.mjs +0 -5
  1038. package/esm2020/lib/components/select/select.module.mjs +0 -31
  1039. package/esm2020/lib/components/select/types/index.mjs +0 -2
  1040. package/esm2020/lib/components/select/types/select-size.mjs +0 -2
  1041. package/esm2020/lib/components/select/value-accessors/index.mjs +0 -2
  1042. package/esm2020/lib/components/select/value-accessors/select-value-accessor.mjs +0 -171
  1043. package/esm2020/lib/components/select2/component/select2.component.mjs +0 -96
  1044. package/esm2020/lib/components/select2/directive/item-template.directive.mjs +0 -19
  1045. package/esm2020/lib/components/select2/index.mjs +0 -4
  1046. package/esm2020/lib/components/select2/select2.module.mjs +0 -41
  1047. package/esm2020/lib/components/snackbar/component/snackbar.component.mjs +0 -35
  1048. package/esm2020/lib/components/snackbar/directives/index.mjs +0 -2
  1049. package/esm2020/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.mjs +0 -27
  1050. package/esm2020/lib/components/snackbar/index.mjs +0 -6
  1051. package/esm2020/lib/components/snackbar/interfaces/index.mjs +0 -2
  1052. package/esm2020/lib/components/snackbar/interfaces/snackbar-animation-meta.mjs +0 -2
  1053. package/esm2020/lib/components/snackbar/providers/snackbar-content.provider.mjs +0 -3
  1054. package/esm2020/lib/components/snackbar/service/snackbar.service.mjs +0 -49
  1055. package/esm2020/lib/components/snackbar/snackbar.module.mjs +0 -33
  1056. package/esm2020/lib/components/spinner/index.mjs +0 -3
  1057. package/esm2020/lib/components/spinner/spinner.component.mjs +0 -41
  1058. package/esm2020/lib/components/spinner/spinner.module.mjs +0 -18
  1059. package/esm2020/lib/components/tab-control/index.mjs +0 -4
  1060. package/esm2020/lib/components/tab-control/tab-control/tab-control.component.mjs +0 -28
  1061. package/esm2020/lib/components/tab-control/tab-control.module.mjs +0 -29
  1062. package/esm2020/lib/components/tab-control/tab-page/tab-page.component.mjs +0 -23
  1063. package/esm2020/lib/components/table/component/table.component.mjs +0 -47
  1064. package/esm2020/lib/components/table/index.mjs +0 -3
  1065. package/esm2020/lib/components/table/table.module.mjs +0 -18
  1066. package/esm2020/lib/components/timepicker/index.mjs +0 -3
  1067. package/esm2020/lib/components/timepicker/timepicker.component.mjs +0 -110
  1068. package/esm2020/lib/components/timepicker/timepicker.module.mjs +0 -36
  1069. package/esm2020/lib/components/toast/components/index.mjs +0 -5
  1070. package/esm2020/lib/components/toast/components/toast/toast.component.mjs +0 -16
  1071. package/esm2020/lib/components/toast/components/toast-body/toast-body.component.mjs +0 -20
  1072. package/esm2020/lib/components/toast/components/toast-container/toast-container.component.mjs +0 -22
  1073. package/esm2020/lib/components/toast/components/toast-header/toast-header.component.mjs +0 -17
  1074. package/esm2020/lib/components/toast/directives/index.mjs +0 -2
  1075. package/esm2020/lib/components/toast/directives/toast-close/toast-close.directive.mjs +0 -32
  1076. package/esm2020/lib/components/toast/index.mjs +0 -5
  1077. package/esm2020/lib/components/toast/providers/portal-factory.provider.mjs +0 -3
  1078. package/esm2020/lib/components/toast/services/index.mjs +0 -2
  1079. package/esm2020/lib/components/toast/services/toast/toast.service.mjs +0 -56
  1080. package/esm2020/lib/components/toast/toast.module.mjs +0 -72
  1081. package/esm2020/lib/components/toggle-button/component/toggle-button.component.mjs +0 -162
  1082. package/esm2020/lib/components/toggle-button/directives/index.mjs +0 -2
  1083. package/esm2020/lib/components/toggle-button/directives/toggle-button-group/toggle-button-group.directive.mjs +0 -19
  1084. package/esm2020/lib/components/toggle-button/index.mjs +0 -6
  1085. package/esm2020/lib/components/toggle-button/toggle-button.module.mjs +0 -34
  1086. package/esm2020/lib/components/toggle-button/types/check-style.mjs +0 -2
  1087. package/esm2020/lib/components/toggle-button/types/index.mjs +0 -2
  1088. package/esm2020/lib/components/toggle-button/value-accessor/toggle-button-value-accessor.mjs +0 -108
  1089. package/esm2020/lib/components/tooltip/component/tooltip.component.mjs +0 -29
  1090. package/esm2020/lib/components/tooltip/directive/tooltip.directive.mjs +0 -110
  1091. package/esm2020/lib/components/tooltip/index.mjs +0 -4
  1092. package/esm2020/lib/components/tooltip/providers/tooltip-content.provider.mjs +0 -3
  1093. package/esm2020/lib/components/tooltip/tooltip.module.mjs +0 -31
  1094. package/esm2020/lib/components/typeahead/index.mjs +0 -3
  1095. package/esm2020/lib/components/typeahead/typeahead.component.mjs +0 -92
  1096. package/esm2020/lib/components/typeahead/typeahead.module.mjs +0 -36
  1097. package/esm2020/lib/directives/enhanced-paste/enhanced-paste.directive.mjs +0 -58
  1098. package/esm2020/lib/directives/enhanced-paste/enhanced-paste.module.mjs +0 -24
  1099. package/esm2020/lib/directives/index.mjs +0 -2
  1100. package/lib/components/accordion/accordion/accordion.component.d.ts +0 -10
  1101. package/lib/components/accordion/accordion-tab/accordion-tab.component.d.ts +0 -17
  1102. package/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +0 -9
  1103. package/lib/components/alert/alert/alert.component.d.ts +0 -15
  1104. package/lib/components/alert/alert-close/alert-close.component.d.ts +0 -9
  1105. package/lib/components/badge/badge.component.d.ts +0 -15
  1106. package/lib/components/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -8
  1107. package/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +0 -9
  1108. package/lib/components/button-group/button-group/button-group.component.d.ts +0 -8
  1109. package/lib/components/calendar/calendar.component.d.ts +0 -29
  1110. package/lib/components/calendar/calendar.module.d.ts +0 -11
  1111. package/lib/components/card/card/card.component.d.ts +0 -5
  1112. package/lib/components/card/card-header/card-header.component.d.ts +0 -5
  1113. package/lib/components/carousel/carousel/carousel.component.d.ts +0 -25
  1114. package/lib/components/carousel/carousel-image/carousel-image.directive.d.ts +0 -9
  1115. package/lib/components/close/close.component.d.ts +0 -10
  1116. package/lib/components/code-snippet/code-snippet.component.d.ts +0 -12
  1117. package/lib/components/code-snippet/code-snippet.module.d.ts +0 -10
  1118. package/lib/components/context-menu/context-menu.directive.d.ts +0 -18
  1119. package/lib/components/copy/copy.directive.d.ts +0 -11
  1120. package/lib/components/datatable/datatable/datatable.component.d.ts +0 -19
  1121. package/lib/components/datatable/datatable-column/datatable-column.directive.d.ts +0 -10
  1122. package/lib/components/datatable/datatable-settings.d.ts +0 -15
  1123. package/lib/components/datatable/datatable.module.d.ts +0 -13
  1124. package/lib/components/datatable/index.d.ts +0 -5
  1125. package/lib/components/datatable/row-template/row-template.directive.d.ts +0 -9
  1126. package/lib/components/datepicker/datepicker.component.d.ts +0 -14
  1127. package/lib/components/datepicker/datepicker.module.d.ts +0 -10
  1128. package/lib/components/dropdown/dropdown/dropdown.directive.d.ts +0 -22
  1129. package/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +0 -23
  1130. package/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -11
  1131. package/lib/components/file-upload/component/file-upload.component.d.ts +0 -19
  1132. package/lib/components/file-upload/directive/file-upload-template.directive.d.ts +0 -8
  1133. package/lib/components/file-upload/file-upload.module.d.ts +0 -13
  1134. package/lib/components/for/for.directive.d.ts +0 -8
  1135. package/lib/components/grid/component/grid.component.d.ts +0 -12
  1136. package/lib/components/grid/directives/column/column.directive.d.ts +0 -12
  1137. package/lib/components/grid/directives/row/row.directive.d.ts +0 -6
  1138. package/lib/components/index.d.ts +0 -42
  1139. package/lib/components/list-group/list-group/list-group.component.d.ts +0 -10
  1140. package/lib/components/list-group/list-group-item/list-group-item.component.d.ts +0 -8
  1141. package/lib/components/modal/components/modal/modal.component.d.ts +0 -9
  1142. package/lib/components/modal/components/modal-host/modal-host.component.d.ts +0 -27
  1143. package/lib/components/modal/directives/modal/modal.directive.d.ts +0 -8
  1144. package/lib/components/modal/directives/modal-body/modal-body.directive.d.ts +0 -6
  1145. package/lib/components/modal/directives/modal-close/modal-close.directive.d.ts +0 -9
  1146. package/lib/components/modal/directives/modal-footer/modal-footer.directive.d.ts +0 -6
  1147. package/lib/components/modal/directives/modal-header/modal-header.directive.d.ts +0 -6
  1148. package/lib/components/multiselect/component/multiselect.component.d.ts +0 -13
  1149. package/lib/components/multiselect/directives/button-template/button-template.directive.d.ts +0 -8
  1150. package/lib/components/multiselect/directives/footer-template/footer-template.directive.d.ts +0 -8
  1151. package/lib/components/multiselect/directives/header-template/header-template.directive.d.ts +0 -8
  1152. package/lib/components/multiselect/multiselect.module.d.ts +0 -13
  1153. package/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.d.ts +0 -13
  1154. package/lib/components/navbar/expand-button/expand-button.directive.d.ts +0 -8
  1155. package/lib/components/navbar/nav-link/nav-link.directive.d.ts +0 -9
  1156. package/lib/components/navbar/navbar/navbar.component.d.ts +0 -12
  1157. package/lib/components/navbar/navbar-brand/navbar-brand.component.d.ts +0 -7
  1158. package/lib/components/navbar/navbar-content/navbar-content.directive.d.ts +0 -18
  1159. package/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +0 -24
  1160. package/lib/components/navbar/navbar-item/navbar-item.component.d.ts +0 -16
  1161. package/lib/components/navbar/navbar-nav/navbar-nav.component.d.ts +0 -19
  1162. package/lib/components/navbar/navbar-toggler/navbar-toggler.component.d.ts +0 -13
  1163. package/lib/components/offcanvas/components/offcanvas/offcanvas.component.d.ts +0 -34
  1164. package/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.d.ts +0 -9
  1165. package/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.d.ts +0 -8
  1166. package/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.d.ts +0 -37
  1167. package/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.d.ts +0 -9
  1168. package/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.d.ts +0 -8
  1169. package/lib/components/pagination/pagination/pagination.component.d.ts +0 -49
  1170. package/lib/components/placeholder/placeholder/placeholder.component.d.ts +0 -11
  1171. package/lib/components/placeholder/placeholder-field/placeholder-field.directive.d.ts +0 -16
  1172. package/lib/components/popover/component/popover.component.d.ts +0 -19
  1173. package/lib/components/popover/directives/popover/popover.directive.d.ts +0 -27
  1174. package/lib/components/popover/directives/popover-body/popover-body.directive.d.ts +0 -7
  1175. package/lib/components/popover/directives/popover-header/popover-header.directive.d.ts +0 -7
  1176. package/lib/components/progress-bar/progress/progress.component.d.ts +0 -8
  1177. package/lib/components/progress-bar/progress-bar/progress-bar.component.d.ts +0 -31
  1178. package/lib/components/range/component/range.component.d.ts +0 -8
  1179. package/lib/components/range/value-accessor/range-value-accessor.d.ts +0 -20
  1180. package/lib/components/rating/rating.component.d.ts +0 -22
  1181. package/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.d.ts +0 -26
  1182. package/lib/components/scheduler/components/scheduler/scheduler.component.d.ts +0 -86
  1183. package/lib/components/scrollspy/component/scrollspy.component.d.ts +0 -25
  1184. package/lib/components/scrollspy/directives/scrollspy.directive.d.ts +0 -8
  1185. package/lib/components/select/component/select.component.d.ts +0 -26
  1186. package/lib/components/select/value-accessors/select-value-accessor.d.ts +0 -44
  1187. package/lib/components/select2/component/select2.component.d.ts +0 -28
  1188. package/lib/components/select2/directive/item-template.directive.d.ts +0 -9
  1189. package/lib/components/select2/select2.module.d.ts +0 -12
  1190. package/lib/components/snackbar/component/snackbar.component.d.ts +0 -15
  1191. package/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.d.ts +0 -11
  1192. package/lib/components/spinner/spinner.component.d.ts +0 -19
  1193. package/lib/components/tab-control/tab-control/tab-control.component.d.ts +0 -10
  1194. package/lib/components/tab-control/tab-page/tab-page.component.d.ts +0 -11
  1195. package/lib/components/table/component/table.component.d.ts +0 -16
  1196. package/lib/components/timepicker/timepicker.component.d.ts +0 -25
  1197. package/lib/components/timepicker/timepicker.module.d.ts +0 -11
  1198. package/lib/components/toast/components/toast/toast.component.d.ts +0 -6
  1199. package/lib/components/toast/components/toast-body/toast-body.component.d.ts +0 -7
  1200. package/lib/components/toast/components/toast-container/toast-container.component.d.ts +0 -9
  1201. package/lib/components/toast/components/toast-header/toast-header.component.d.ts +0 -7
  1202. package/lib/components/toast/directives/toast-close/toast-close.directive.d.ts +0 -12
  1203. package/lib/components/toast/toast.module.d.ts +0 -14
  1204. package/lib/components/toggle-button/component/toggle-button.component.d.ts +0 -38
  1205. package/lib/components/toggle-button/directives/toggle-button-group/toggle-button-group.directive.d.ts +0 -9
  1206. package/lib/components/toggle-button/value-accessor/toggle-button-value-accessor.d.ts +0 -20
  1207. package/lib/components/tooltip/component/tooltip.component.d.ts +0 -12
  1208. package/lib/components/tooltip/directive/tooltip.directive.d.ts +0 -20
  1209. package/lib/components/typeahead/typeahead.component.d.ts +0 -29
  1210. package/lib/components/typeahead/typeahead.module.d.ts +0 -11
  1211. package/lib/directives/enhanced-paste/enhanced-paste.directive.d.ts +0 -14
  1212. package/lib/directives/index.d.ts +0 -1
@@ -1,43 +0,0 @@
1
- export * from './accordion';
2
- export * from './alert';
3
- export * from './badge';
4
- export * from './breadcrumb';
5
- export * from './button-group';
6
- export * from './calendar';
7
- export * from './card';
8
- export * from './carousel';
9
- export * from './close';
10
- export * from './code-snippet';
11
- export * from './context-menu';
12
- export * from './copy';
13
- export * from './datatable';
14
- export * from './datepicker';
15
- export * from './dropdown';
16
- export * from './file-upload';
17
- export * from './for';
18
- export * from './grid';
19
- export * from './scheduler';
20
- export * from './list-group';
21
- export * from './modal';
22
- export * from './multiselect';
23
- export * from './navbar';
24
- export * from './offcanvas';
25
- export * from './pagination';
26
- export * from './placeholder';
27
- export * from './popover';
28
- export * from './progress-bar';
29
- export * from './range';
30
- export * from './rating';
31
- export * from './scrollspy';
32
- export * from './select';
33
- export * from './select2';
34
- export * from './snackbar';
35
- export * from './spinner';
36
- export * from './table';
37
- export * from './tab-control';
38
- export * from './timepicker';
39
- export * from './toast';
40
- export * from './toggle-button';
41
- export * from './tooltip';
42
- export * from './typeahead';
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLFNBQVMsQ0FBQztBQUN4QixjQUFjLFNBQVMsQ0FBQztBQUN4QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsUUFBUSxDQUFDO0FBQ3ZCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLE9BQU8sQ0FBQztBQUN0QixjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLFNBQVMsQ0FBQztBQUN4QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLFdBQVcsQ0FBQztBQUMxQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FjY29yZGlvbic7XG5leHBvcnQgKiBmcm9tICcuL2FsZXJ0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFkZ2UnO1xuZXhwb3J0ICogZnJvbSAnLi9icmVhZGNydW1iJztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWdyb3VwJztcbmV4cG9ydCAqIGZyb20gJy4vY2FsZW5kYXInO1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkJztcbmV4cG9ydCAqIGZyb20gJy4vY2Fyb3VzZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9jbG9zZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvZGUtc25pcHBldCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbnRleHQtbWVudSc7XG5leHBvcnQgKiBmcm9tICcuL2NvcHknO1xuZXhwb3J0ICogZnJvbSAnLi9kYXRhdGFibGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kYXRlcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vZHJvcGRvd24nO1xuZXhwb3J0ICogZnJvbSAnLi9maWxlLXVwbG9hZCc7XG5leHBvcnQgKiBmcm9tICcuL2Zvcic7XG5leHBvcnQgKiBmcm9tICcuL2dyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9zY2hlZHVsZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saXN0LWdyb3VwJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9tdWx0aXNlbGVjdCc7XG5leHBvcnQgKiBmcm9tICcuL25hdmJhcic7XG5leHBvcnQgKiBmcm9tICcuL29mZmNhbnZhcyc7XG5leHBvcnQgKiBmcm9tICcuL3BhZ2luYXRpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9wbGFjZWhvbGRlcic7XG5leHBvcnQgKiBmcm9tICcuL3BvcG92ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9wcm9ncmVzcy1iYXInO1xuZXhwb3J0ICogZnJvbSAnLi9yYW5nZSc7XG5leHBvcnQgKiBmcm9tICcuL3JhdGluZyc7XG5leHBvcnQgKiBmcm9tICcuL3Njcm9sbHNweSc7XG5leHBvcnQgKiBmcm9tICcuL3NlbGVjdCc7XG5leHBvcnQgKiBmcm9tICcuL3NlbGVjdDInO1xuZXhwb3J0ICogZnJvbSAnLi9zbmFja2Jhcic7XG5leHBvcnQgKiBmcm9tICcuL3NwaW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi90YWJsZSc7XG5leHBvcnQgKiBmcm9tICcuL3RhYi1jb250cm9sJztcbmV4cG9ydCAqIGZyb20gJy4vdGltZXBpY2tlcic7XG5leHBvcnQgKiBmcm9tICcuL3RvYXN0JztcbmV4cG9ydCAqIGZyb20gJy4vdG9nZ2xlLWJ1dHRvbic7XG5leHBvcnQgKiBmcm9tICcuL3Rvb2x0aXAnO1xuZXhwb3J0ICogZnJvbSAnLi90eXBlYWhlYWQnOyJdfQ==
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9saXN0LWdyb3VwL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDZDQUE2QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saXN0LWdyb3VwLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saXN0LWdyb3VwLWl0ZW0vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudCc7Il19
@@ -1,19 +0,0 @@
1
- import { Component, ContentChildren, QueryList } 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
- }
10
- BsListGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- BsListGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", 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: #212529;--bs-list-group-bg: #fff;--bs-list-group-border-color: rgba(0, 0, 0, .125);--bs-list-group-border-width: 1px;--bs-list-group-border-radius: .375rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: #495057;--bs-list-group-action-hover-color: #495057;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #212529;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: #6c757d;--bs-list-group-disabled-bg: #fff;--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{color:#084298;background-color:#cfe2ff}:host ::ng-deep .list-group-item-primary.list-group-item-action:hover,:host ::ng-deep .list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}:host ::ng-deep .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}:host ::ng-deep .list-group-item-secondary{color:#41464b;background-color:#e2e3e5}:host ::ng-deep .list-group-item-secondary.list-group-item-action:hover,:host ::ng-deep .list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}:host ::ng-deep .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}:host ::ng-deep .list-group-item-success{color:#0f5132;background-color:#d1e7dd}:host ::ng-deep .list-group-item-success.list-group-item-action:hover,:host ::ng-deep .list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}:host ::ng-deep .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}:host ::ng-deep .list-group-item-info{color:#055160;background-color:#cff4fc}:host ::ng-deep .list-group-item-info.list-group-item-action:hover,:host ::ng-deep .list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}:host ::ng-deep .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}:host ::ng-deep .list-group-item-warning{color:#664d03;background-color:#fff3cd}:host ::ng-deep .list-group-item-warning.list-group-item-action:hover,:host ::ng-deep .list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}:host ::ng-deep .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}:host ::ng-deep .list-group-item-danger{color:#842029;background-color:#f8d7da}:host ::ng-deep .list-group-item-danger.list-group-item-action:hover,:host ::ng-deep .list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}:host ::ng-deep .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}:host ::ng-deep .list-group-item-light{color:#636464;background-color:#fefefe}:host ::ng-deep .list-group-item-light.list-group-item-action:hover,:host ::ng-deep .list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}:host ::ng-deep .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}:host ::ng-deep .list-group-item-dark{color:#141619;background-color:#d3d3d4}:host ::ng-deep .list-group-item-dark.list-group-item-action:hover,:host ::ng-deep .list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}:host ::ng-deep .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}\n"] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", 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: #212529;--bs-list-group-bg: #fff;--bs-list-group-border-color: rgba(0, 0, 0, .125);--bs-list-group-border-width: 1px;--bs-list-group-border-radius: .375rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: #495057;--bs-list-group-action-hover-color: #495057;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #212529;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: #6c757d;--bs-list-group-disabled-bg: #fff;--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{color:#084298;background-color:#cfe2ff}:host ::ng-deep .list-group-item-primary.list-group-item-action:hover,:host ::ng-deep .list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}:host ::ng-deep .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}:host ::ng-deep .list-group-item-secondary{color:#41464b;background-color:#e2e3e5}:host ::ng-deep .list-group-item-secondary.list-group-item-action:hover,:host ::ng-deep .list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}:host ::ng-deep .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}:host ::ng-deep .list-group-item-success{color:#0f5132;background-color:#d1e7dd}:host ::ng-deep .list-group-item-success.list-group-item-action:hover,:host ::ng-deep .list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}:host ::ng-deep .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}:host ::ng-deep .list-group-item-info{color:#055160;background-color:#cff4fc}:host ::ng-deep .list-group-item-info.list-group-item-action:hover,:host ::ng-deep .list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}:host ::ng-deep .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}:host ::ng-deep .list-group-item-warning{color:#664d03;background-color:#fff3cd}:host ::ng-deep .list-group-item-warning.list-group-item-action:hover,:host ::ng-deep .list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}:host ::ng-deep .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}:host ::ng-deep .list-group-item-danger{color:#842029;background-color:#f8d7da}:host ::ng-deep .list-group-item-danger.list-group-item-action:hover,:host ::ng-deep .list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}:host ::ng-deep .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}:host ::ng-deep .list-group-item-light{color:#636464;background-color:#fefefe}:host ::ng-deep .list-group-item-light.list-group-item-action:hover,:host ::ng-deep .list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}:host ::ng-deep .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}:host ::ng-deep .list-group-item-dark{color:#141619;background-color:#d3d3d4}:host ::ng-deep .list-group-item-dark.list-group-item-action:hover,:host ::ng-deep .list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}:host ::ng-deep .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}\n"] }]
15
- }], ctorParameters: function () { return []; }, propDecorators: { items: [{
16
- type: ContentChildren,
17
- args: [BsListGroupItemComponent]
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9saXN0LWdyb3VwL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9saXN0LWdyb3VwL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGVBQWUsRUFBVSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOENBQThDLENBQUM7O0FBT3hGLE1BQU0sT0FBTyxvQkFBb0I7SUFFL0I7SUFDQSxDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7O2lIQU5VLG9CQUFvQjtxR0FBcEIsb0JBQW9CLDJFQVFkLHdCQUF3Qiw2QkNoQjNDLHNFQUVLOzJGRE1RLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxlQUFlOzBFQVlrQixLQUFLO3NCQUEvQyxlQUFlO3VCQUFDLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBPbkluaXQsIFF1ZXJ5TGlzdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi4vbGlzdC1ncm91cC1pdGVtL2xpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1saXN0LWdyb3VwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xpc3QtZ3JvdXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saXN0LWdyb3VwLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNMaXN0R3JvdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxuICBAQ29udGVudENoaWxkcmVuKEJzTGlzdEdyb3VwSXRlbUNvbXBvbmVudCkgaXRlbXMhOiBRdWVyeUxpc3Q8QnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50PjtcblxufVxuIiwiPHVsIGNsYXNzPVwibGlzdC1ncm91cCBtdC0wXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC91bD4iXX0=
@@ -1,15 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsListGroupItemComponent {
4
- constructor() {
5
- }
6
- ngOnInit() {
7
- }
8
- }
9
- BsListGroupItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- BsListGroupItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsListGroupItemComponent, selector: "bs-list-group-item", ngImport: i0, template: "<li class=\"list-group-item\">\n <ng-content></ng-content>\n</li>", styles: [".list-group-item{margin-bottom:-1px}\n"] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupItemComponent, decorators: [{
12
- type: Component,
13
- 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"] }]
14
- }], ctorParameters: function () { return []; } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC1pdGVtL2xpc3QtZ3JvdXAtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9saXN0LWdyb3VwL2xpc3QtZ3JvdXAtaXRlbS9saXN0LWdyb3VwLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFPbEQsTUFBTSxPQUFPLHdCQUF3QjtJQUVuQztJQUNBLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQzs7cUhBTlUsd0JBQXdCO3lHQUF4Qix3QkFBd0IsMERDUHJDLHNFQUVLOzJGREtRLHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdicy1saXN0LWdyb3VwLWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbn1cbiIsIjxsaSBjbGFzcz1cImxpc3QtZ3JvdXAtaXRlbVwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbGk+Il19
@@ -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
- }
8
- BsListGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- BsListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupModule, declarations: [BsListGroupComponent,
10
- BsListGroupItemComponent], imports: [CommonModule], exports: [BsListGroupComponent,
11
- BsListGroupItemComponent] });
12
- BsListGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsListGroupModule, imports: [CommonModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1ncm91cC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9saXN0LWdyb3VwL2xpc3QtZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOztBQWF2RixNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsaUJBUnhCLG9CQUFvQjtRQUNwQix3QkFBd0IsYUFIbEIsWUFBWSxhQU1wQixvQkFBb0I7UUFDcEIsd0JBQXdCOytHQUdmLGlCQUFpQixZQVZsQixZQUFZOzJGQVVYLGlCQUFpQjtrQkFYN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixvQkFBb0I7d0JBQ3BCLHdCQUF3QjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3FCQUN6QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2xpc3QtZ3JvdXAvbGlzdC1ncm91cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9saXN0LWdyb3VwLWl0ZW0vbGlzdC1ncm91cC1pdGVtLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgIEJzTGlzdEdyb3VwQ29tcG9uZW50LFxuICAgICAgQnNMaXN0R3JvdXBJdGVtQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc0xpc3RHcm91cENvbXBvbmVudCxcbiAgICBCc0xpc3RHcm91cEl0ZW1Db21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCc0xpc3RHcm91cE1vZHVsZSB7fVxuIl19
@@ -1,3 +0,0 @@
1
- export * from './modal/modal.component';
2
- export * from './modal-host/modal-host.component';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQ0FBbUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwvbW9kYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtaG9zdC9tb2RhbC1ob3N0LmNvbXBvbmVudCc7Il19
@@ -1,21 +0,0 @@
1
- import { Component, Inject, TemplateRef } 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
- }
12
- BsModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalComponent, deps: [{ token: MODAL_CONTENT }], target: i0.ɵɵFactoryTarget.Component });
13
- BsModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsModalComponent, selector: "bs-modal-content", ngImport: i0, template: "<div class=\"modal d-block\" [@fadeInOut] [@enterFromTop] *ngIf=\"isOpen\">\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] *ngIf=\"isOpen\">\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n</div>", 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: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: .5rem;--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius:calc(.5rem - 1px);--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: 1px;--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: 1px;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;justify-content:space-between;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: 0 .5rem 1rem rgba(0, 0, 0, .15)}: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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [FadeInOutAnimation, EnterFromTopAnimation] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'bs-modal-content', animations: [FadeInOutAnimation, EnterFromTopAnimation], template: "<div class=\"modal d-block\" [@fadeInOut] [@enterFromTop] *ngIf=\"isOpen\">\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] *ngIf=\"isOpen\">\n <div class=\"modal-backdrop fade\" [class.show]=\"isOpen\"></div>\n</div>", 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: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: .5rem;--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius:calc(.5rem - 1px);--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: 1px;--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: 1px;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;justify-content:space-between;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: 0 .5rem 1rem rgba(0, 0, 0, .15)}: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: function () { return [{ type: i0.TemplateRef, decorators: [{
18
- type: Inject,
19
- args: [MODAL_CONTENT]
20
- }] }]; } });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwvY29tcG9uZW50cy9tb2RhbC9tb2RhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN0RixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7OztBQVF2RSxNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLFlBQW1DLFFBQTBCO1FBSTdELFdBQU0sR0FBRyxLQUFLLENBQUM7UUFIYixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDOzs2R0FKVSxnQkFBZ0Isa0JBRVAsYUFBYTtpR0FGdEIsZ0JBQWdCLHdEQ1Y3QiwwWEFVTSwwMU9ERlEsQ0FBQyxrQkFBa0IsRUFBRSxxQkFBcUIsQ0FBQzsyRkFFNUMsZ0JBQWdCO2tCQU41QixTQUFTOytCQUNFLGtCQUFrQixjQUdoQixDQUFDLGtCQUFrQixFQUFFLHFCQUFxQixDQUFDOzswQkFJMUMsTUFBTTsyQkFBQyxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFbnRlckZyb21Ub3BBbmltYXRpb24sIEZhZGVJbk91dEFuaW1hdGlvbiB9IGZyb20gJ0BtaW50cGxheWVyL25nLWFuaW1hdGlvbnMnO1xuaW1wb3J0IHsgTU9EQUxfQ09OVEVOVCB9IGZyb20gJy4uLy4uL3Byb3ZpZGVycy9tb2RhbC1jb250ZW50LnByb3ZpZGVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtbW9kYWwtY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21vZGFsLmNvbXBvbmVudC5zY3NzJ10sXG4gIGFuaW1hdGlvbnM6IFtGYWRlSW5PdXRBbmltYXRpb24sIEVudGVyRnJvbVRvcEFuaW1hdGlvbl1cbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbENvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChNT0RBTF9DT05URU5UKSB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55Pikge1xuICAgIHRoaXMudGVtcGxhdGUgPSB0ZW1wbGF0ZTtcbiAgfVxuXG4gIGlzT3BlbiA9IGZhbHNlO1xuICB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55PjtcblxufVxuIiwiPGRpdiBjbGFzcz1cIm1vZGFsIGQtYmxvY2tcIiBbQGZhZGVJbk91dF0gW0BlbnRlckZyb21Ub3BdICpuZ0lmPVwiaXNPcGVuXCI+XG4gICAgPGRpdiBjbGFzcz1cIm1vZGFsLWRpYWxvZ1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibW9kYWwtY29udGVudFwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG5cbjxkaXYgW0BmYWRlSW5PdXRdICpuZ0lmPVwiaXNPcGVuXCI+XG4gICAgPGRpdiBjbGFzcz1cIm1vZGFsLWJhY2tkcm9wIGZhZGVcIiBbY2xhc3Muc2hvd109XCJpc09wZW5cIj48L2Rpdj5cbjwvZGl2PiJdfQ==
@@ -1,82 +0,0 @@
1
- import { Overlay } from '@angular/cdk/overlay';
2
- import { Component, ComponentFactoryResolver, EventEmitter, HostListener, Inject, Injector, Input, Output } from '@angular/core';
3
- import { Subject, take } from 'rxjs';
4
- import { MODAL_CONTENT } from '../../providers/modal-content.provider';
5
- import { PORTAL_FACTORY } from '../../providers/portal-factory.provider';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/cdk/overlay";
8
- export class BsModalHostComponent {
9
- constructor(overlay, parentInjector, portalFactory, componentFactoryResolver) {
10
- this.overlay = overlay;
11
- this.parentInjector = parentInjector;
12
- this.portalFactory = portalFactory;
13
- this.componentFactoryResolver = componentFactoryResolver;
14
- this.destroyed$ = new Subject();
15
- //#region isOpen
16
- this._isOpen = false;
17
- this.isOpenChange = new EventEmitter();
18
- //#endregion
19
- this.closeOnEscape = true;
20
- this.destroyed$.pipe(take(1))
21
- .subscribe(() => {
22
- this.isOpen = false;
23
- setTimeout(() => this.overlayRef && this.overlayRef.dispose(), 500);
24
- });
25
- }
26
- get isOpen() {
27
- return this._isOpen;
28
- }
29
- set isOpen(value) {
30
- this._isOpen = value;
31
- if (this.componentInstance) {
32
- this.componentInstance.instance.isOpen = value;
33
- }
34
- this.isOpenChange.emit(value);
35
- }
36
- ngAfterViewInit() {
37
- const injector = Injector.create({
38
- providers: [
39
- { provide: MODAL_CONTENT, useValue: this.template }
40
- ],
41
- parent: this.parentInjector
42
- });
43
- // const portal = new ComponentPortal(BsModalComponent, null, injector, this.componentFactoryResolver);
44
- const portal = this.portalFactory(injector);
45
- this.overlayRef = this.overlay.create({
46
- scrollStrategy: this.overlay.scrollStrategies.reposition(),
47
- positionStrategy: this.overlay.position()
48
- .global().centerHorizontally().bottom('0').top('0').left('0').right('0'),
49
- width: '100%',
50
- hasBackdrop: false
51
- });
52
- this.componentInstance = this.overlayRef.attach(portal);
53
- this.componentInstance.instance.isOpen = this._isOpen;
54
- }
55
- ngOnDestroy() {
56
- this.destroyed$.next(true);
57
- }
58
- onKeyDown(ev) {
59
- if (this.isOpen && this.closeOnEscape && ev.code === 'Escape') {
60
- this.isOpen = false;
61
- }
62
- }
63
- }
64
- BsModalHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalHostComponent, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: PORTAL_FACTORY }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
65
- BsModalHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsModalHostComponent, selector: "bs-modal", inputs: { isOpen: "isOpen", closeOnEscape: "closeOnEscape" }, outputs: { isOpenChange: "isOpenChange" }, host: { listeners: { "document:keydown": "onKeyDown($event)" } }, ngImport: i0, template: "", styles: [""] });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalHostComponent, decorators: [{
67
- type: Component,
68
- args: [{ selector: 'bs-modal', template: "" }]
69
- }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }, { type: undefined, decorators: [{
70
- type: Inject,
71
- args: [PORTAL_FACTORY]
72
- }] }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { isOpen: [{
73
- type: Input
74
- }], isOpenChange: [{
75
- type: Output
76
- }], closeOnEscape: [{
77
- type: Input
78
- }], onKeyDown: [{
79
- type: HostListener,
80
- args: ['document:keydown', ['$event']]
81
- }] } });
82
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtaG9zdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFjLE1BQU0sc0JBQXNCLENBQUM7QUFFM0QsT0FBTyxFQUFpQixTQUFTLEVBQUUsd0JBQXdCLEVBQWdCLFlBQVksRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQWEsTUFBTSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQ3RMLE9BQU8sRUFBRSxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3JDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN2RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUNBQXlDLENBQUM7OztBQVF6RSxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFlBQW9CLE9BQWdCLEVBQVUsY0FBd0IsRUFBa0MsYUFBd0UsRUFBVSx3QkFBa0Q7UUFBeE4sWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUFVLG1CQUFjLEdBQWQsY0FBYyxDQUFVO1FBQWtDLGtCQUFhLEdBQWIsYUFBYSxDQUEyRDtRQUFVLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFXNU8sZUFBVSxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUFFM0IsZ0JBQWdCO1FBQ1IsWUFBTyxHQUFHLEtBQUssQ0FBQztRQVdkLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUNyRCxZQUFZO1FBQ0gsa0JBQWEsR0FBRyxJQUFJLENBQUM7UUExQjVCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUMxQixTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2QsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7WUFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUN0RSxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFTRCxJQUFJLE1BQU07UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDdEIsQ0FBQztJQUNELElBQWEsTUFBTSxDQUFDLEtBQWM7UUFDaEMsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7UUFDckIsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUU7WUFDMUIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1NBQ2hEO1FBQ0QsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUtELGVBQWU7UUFDYixNQUFNLFFBQVEsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDO1lBQy9CLFNBQVMsRUFBRTtnQkFDVCxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLEVBQUU7YUFDcEQ7WUFDRCxNQUFNLEVBQUUsSUFBSSxDQUFDLGNBQWM7U0FDNUIsQ0FBQyxDQUFDO1FBQ0gsdUdBQXVHO1FBQ3ZHLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDNUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQztZQUNwQyxjQUFjLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLEVBQUU7WUFDMUQsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEVBQUU7aUJBQ3RDLE1BQU0sRUFBRSxDQUFDLGtCQUFrQixFQUFFLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQztZQUMxRSxLQUFLLEVBQUUsTUFBTTtZQUNiLFdBQVcsRUFBRSxLQUFLO1NBQ25CLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBbUIsTUFBTSxDQUFDLENBQUM7UUFDMUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN4RCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFHTyxTQUFTLENBQUMsRUFBaUI7UUFDakMsSUFBSSxJQUFJLENBQUMsTUFBTSxJQUFJLElBQUksQ0FBQyxhQUFhLElBQUksRUFBRSxDQUFDLElBQUksS0FBSyxRQUFRLEVBQUU7WUFDN0QsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7U0FDckI7SUFDSCxDQUFDOztpSEE1RFUsb0JBQW9CLGlFQUVpRCxjQUFjO3FHQUZuRixvQkFBb0IsMk5DYmpDLEVBQUE7MkZEYWEsb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLFVBQVU7OzBCQU1xRCxNQUFNOzJCQUFDLGNBQWM7bUZBa0JqRixNQUFNO3NCQUFsQixLQUFLO2dCQU9JLFlBQVk7c0JBQXJCLE1BQU07Z0JBRUUsYUFBYTtzQkFBckIsS0FBSztnQkEyQkUsU0FBUztzQkFEaEIsWUFBWTt1QkFBQyxrQkFBa0IsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXksIE92ZXJsYXlSZWYgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudCwgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLCBDb21wb25lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdExpc3RlbmVyLCBJbmplY3QsIEluamVjdG9yLCBJbnB1dCwgT25EZXN0cm95LCBPdXRwdXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0LCB0YWtlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBNT0RBTF9DT05URU5UIH0gZnJvbSAnLi4vLi4vcHJvdmlkZXJzL21vZGFsLWNvbnRlbnQucHJvdmlkZXInO1xuaW1wb3J0IHsgUE9SVEFMX0ZBQ1RPUlkgfSBmcm9tICcuLi8uLi9wcm92aWRlcnMvcG9ydGFsLWZhY3RvcnkucHJvdmlkZXInO1xuaW1wb3J0IHsgQnNNb2RhbENvbXBvbmVudCB9IGZyb20gJy4uL21vZGFsL21vZGFsLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLW1vZGFsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vZGFsLWhvc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tb2RhbC1ob3N0LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbEhvc3RDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3kge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgb3ZlcmxheTogT3ZlcmxheSwgcHJpdmF0ZSBwYXJlbnRJbmplY3RvcjogSW5qZWN0b3IsIEBJbmplY3QoUE9SVEFMX0ZBQ1RPUlkpIHByaXZhdGUgcG9ydGFsRmFjdG9yeTogKGluamVjdG9yOiBJbmplY3RvcikgPT4gQ29tcG9uZW50UG9ydGFsPEJzTW9kYWxDb21wb25lbnQ+LCBwcml2YXRlIGNvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyKSB7XG4gICAgdGhpcy5kZXN0cm95ZWQkLnBpcGUodGFrZSgxKSlcbiAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xuICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMub3ZlcmxheVJlZiAmJiB0aGlzLm92ZXJsYXlSZWYuZGlzcG9zZSgpLCA1MDApO1xuICAgICAgfSk7XG4gIH1cblxuICBvdmVybGF5UmVmITogT3ZlcmxheVJlZjtcbiAgY29tcG9uZW50SW5zdGFuY2U/OiBDb21wb25lbnRSZWY8QnNNb2RhbENvbXBvbmVudD47XG4gIHRlbXBsYXRlITogVGVtcGxhdGVSZWY8YW55PjtcbiAgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG5cbiAgLy8jcmVnaW9uIGlzT3BlblxuICBwcml2YXRlIF9pc09wZW4gPSBmYWxzZTtcbiAgZ2V0IGlzT3BlbigpIHtcbiAgICByZXR1cm4gdGhpcy5faXNPcGVuO1xuICB9XG4gIEBJbnB1dCgpIHNldCBpc09wZW4odmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9pc09wZW4gPSB2YWx1ZTtcbiAgICBpZiAodGhpcy5jb21wb25lbnRJbnN0YW5jZSkge1xuICAgICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZS5pbnN0YW5jZS5pc09wZW4gPSB2YWx1ZTtcbiAgICB9XG4gICAgdGhpcy5pc09wZW5DaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gIH1cbiAgQE91dHB1dCgpIGlzT3BlbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgLy8jZW5kcmVnaW9uXG4gIEBJbnB1dCgpIGNsb3NlT25Fc2NhcGUgPSB0cnVlO1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBjb25zdCBpbmplY3RvciA9IEluamVjdG9yLmNyZWF0ZSh7XG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgeyBwcm92aWRlOiBNT0RBTF9DT05URU5ULCB1c2VWYWx1ZTogdGhpcy50ZW1wbGF0ZSB9XG4gICAgICBdLFxuICAgICAgcGFyZW50OiB0aGlzLnBhcmVudEluamVjdG9yXG4gICAgfSk7XG4gICAgLy8gY29uc3QgcG9ydGFsID0gbmV3IENvbXBvbmVudFBvcnRhbChCc01vZGFsQ29tcG9uZW50LCBudWxsLCBpbmplY3RvciwgdGhpcy5jb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIpO1xuICAgIGNvbnN0IHBvcnRhbCA9IHRoaXMucG9ydGFsRmFjdG9yeShpbmplY3Rvcik7XG4gICAgdGhpcy5vdmVybGF5UmVmID0gdGhpcy5vdmVybGF5LmNyZWF0ZSh7XG4gICAgICBzY3JvbGxTdHJhdGVneTogdGhpcy5vdmVybGF5LnNjcm9sbFN0cmF0ZWdpZXMucmVwb3NpdGlvbigpLFxuICAgICAgcG9zaXRpb25TdHJhdGVneTogdGhpcy5vdmVybGF5LnBvc2l0aW9uKClcbiAgICAgICAgLmdsb2JhbCgpLmNlbnRlckhvcml6b250YWxseSgpLmJvdHRvbSgnMCcpLnRvcCgnMCcpLmxlZnQoJzAnKS5yaWdodCgnMCcpLFxuICAgICAgd2lkdGg6ICcxMDAlJyxcbiAgICAgIGhhc0JhY2tkcm9wOiBmYWxzZVxuICAgIH0pO1xuICAgIHRoaXMuY29tcG9uZW50SW5zdGFuY2UgPSB0aGlzLm92ZXJsYXlSZWYuYXR0YWNoPEJzTW9kYWxDb21wb25lbnQ+KHBvcnRhbCk7XG4gICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZS5pbnN0YW5jZS5pc09wZW4gPSB0aGlzLl9pc09wZW47XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3llZCQubmV4dCh0cnVlKTtcbiAgfVxuICBcbiAgQEhvc3RMaXN0ZW5lcignZG9jdW1lbnQ6a2V5ZG93bicsIFsnJGV2ZW50J10pXG4gIHByaXZhdGUgb25LZXlEb3duKGV2OiBLZXlib2FyZEV2ZW50KSB7XG4gICAgaWYgKHRoaXMuaXNPcGVuICYmIHRoaXMuY2xvc2VPbkVzY2FwZSAmJiBldi5jb2RlID09PSAnRXNjYXBlJykge1xuICAgICAgdGhpcy5pc09wZW4gPSBmYWxzZTtcbiAgICB9XG4gIH1cbn0iLCIiXX0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwvbW9kYWwuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1ib2R5L21vZGFsLWJvZHkuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUnOyJdfQ==
@@ -1,18 +0,0 @@
1
- import { Directive, TemplateRef } from '@angular/core';
2
- import { BsModalHostComponent } from '../../components/modal-host/modal-host.component';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../components/modal-host/modal-host.component";
5
- export class BsModalDirective {
6
- constructor(template, host) {
7
- host.template = template;
8
- }
9
- }
10
- BsModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalDirective, deps: [{ token: i0.TemplateRef }, { token: i1.BsModalHostComponent }], target: i0.ɵɵFactoryTarget.Directive });
11
- BsModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsModalDirective, selector: "[bsModal]", ngImport: i0 });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalDirective, decorators: [{
13
- type: Directive,
14
- args: [{
15
- selector: '[bsModal]'
16
- }]
17
- }], ctorParameters: function () { return [{ type: i0.TemplateRef }, { type: i1.BsModalHostComponent }]; } });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwvZGlyZWN0aXZlcy9tb2RhbC9tb2RhbC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0RBQWtELENBQUM7OztBQUt4RixNQUFNLE9BQU8sZ0JBQWdCO0lBRTNCLFlBQVksUUFBMEIsRUFBRSxJQUEwQjtRQUNoRSxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDOzs2R0FKVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQjsyRkFBaEIsZ0JBQWdCO2tCQUg1QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxXQUFXO2lCQUN0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJzTW9kYWxIb3N0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9tb2RhbC1ob3N0L21vZGFsLWhvc3QuY29tcG9uZW50JztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2JzTW9kYWxdJ1xufSlcbmV4cG9ydCBjbGFzcyBCc01vZGFsRGlyZWN0aXZlIHtcblxuICBjb25zdHJ1Y3Rvcih0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55PiwgaG9zdDogQnNNb2RhbEhvc3RDb21wb25lbnQpIHtcbiAgICBob3N0LnRlbXBsYXRlID0gdGVtcGxhdGU7XG4gIH1cbiAgXG59XG4iXX0=
@@ -1,19 +0,0 @@
1
- import { Directive, HostBinding } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsModalBodyDirective {
4
- constructor() {
5
- this.bodyClass = true;
6
- }
7
- }
8
- BsModalBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- BsModalBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsModalBodyDirective, selector: "[bsModalBody]", host: { properties: { "class.modal-body": "this.bodyClass" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalBodyDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[bsModalBody]'
14
- }]
15
- }], propDecorators: { bodyClass: [{
16
- type: HostBinding,
17
- args: ['class.modal-body']
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtYm9keS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9kaXJlY3RpdmVzL21vZGFsLWJvZHkvbW9kYWwtYm9keS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxvQkFBb0I7SUFIakM7UUFLbUMsY0FBUyxHQUFHLElBQUksQ0FBQztLQUVuRDs7aUhBSlksb0JBQW9CO3FHQUFwQixvQkFBb0I7MkZBQXBCLG9CQUFvQjtrQkFIaEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtpQkFDMUI7OEJBR2tDLFNBQVM7c0JBQXpDLFdBQVc7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEJvZHldJ1xufSlcbmV4cG9ydCBjbGFzcyBCc01vZGFsQm9keURpcmVjdGl2ZSB7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5tb2RhbC1ib2R5JykgYm9keUNsYXNzID0gdHJ1ZTtcblxufVxuIl19
@@ -1,24 +0,0 @@
1
- import { Directive, HostListener } from '@angular/core';
2
- import { BsModalHostComponent } from '../../components/modal-host/modal-host.component';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../components/modal-host/modal-host.component";
5
- export class BsModalCloseDirective {
6
- constructor(host) {
7
- this.host = host;
8
- }
9
- onClick() {
10
- this.host.isOpen = false;
11
- }
12
- }
13
- BsModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalCloseDirective, deps: [{ token: i1.BsModalHostComponent }], target: i0.ɵɵFactoryTarget.Directive });
14
- BsModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsModalCloseDirective, selector: "[bsModalClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalCloseDirective, decorators: [{
16
- type: Directive,
17
- args: [{
18
- selector: '[bsModalClose]'
19
- }]
20
- }], ctorParameters: function () { return [{ type: i1.BsModalHostComponent }]; }, propDecorators: { onClick: [{
21
- type: HostListener,
22
- args: ['click']
23
- }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY2xvc2UuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwvZGlyZWN0aXZlcy9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0RBQWtELENBQUM7OztBQUt4RixNQUFNLE9BQU8scUJBQXFCO0lBRWhDLFlBQW9CLElBQTBCO1FBQTFCLFNBQUksR0FBSixJQUFJLENBQXNCO0lBQUksQ0FBQztJQUU1QixPQUFPO1FBQzVCLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztJQUMzQixDQUFDOztrSEFOVSxxQkFBcUI7c0dBQXJCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQUhqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7aUJBQzNCOzJHQUt3QixPQUFPO3NCQUE3QixZQUFZO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RMaXN0ZW5lciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQnNNb2RhbEhvc3RDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL21vZGFsLWhvc3QvbW9kYWwtaG9zdC5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbENsb3NlXSdcbn0pXG5leHBvcnQgY2xhc3MgQnNNb2RhbENsb3NlRGlyZWN0aXZlIHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGhvc3Q6IEJzTW9kYWxIb3N0Q29tcG9uZW50KSB7IH1cblxuICBASG9zdExpc3RlbmVyKCdjbGljaycpIG9uQ2xpY2soKSB7XG4gICAgdGhpcy5ob3N0LmlzT3BlbiA9IGZhbHNlO1xuICB9XG59XG4iXX0=
@@ -1,19 +0,0 @@
1
- import { Directive, HostBinding } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsModalFooterDirective {
4
- constructor() {
5
- this.footerClass = true;
6
- }
7
- }
8
- BsModalFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- BsModalFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsModalFooterDirective, selector: "[bsModalFooter]", host: { properties: { "class.modal-footer": "this.footerClass" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalFooterDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[bsModalFooter]'
14
- }]
15
- }], propDecorators: { footerClass: [{
16
- type: HostBinding,
17
- args: ['class.modal-footer']
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtZm9vdGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL21vZGFsL2RpcmVjdGl2ZXMvbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxzQkFBc0I7SUFIbkM7UUFLcUMsZ0JBQVcsR0FBRyxJQUFJLENBQUM7S0FFdkQ7O21IQUpZLHNCQUFzQjt1R0FBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBSGxDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7OEJBR29DLFdBQVc7c0JBQTdDLFdBQVc7dUJBQUMsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEZvb3Rlcl0nXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxGb290ZXJEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MubW9kYWwtZm9vdGVyJykgZm9vdGVyQ2xhc3MgPSB0cnVlO1xuXG59XG4iXX0=
@@ -1,19 +0,0 @@
1
- import { Directive, HostBinding } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsModalHeaderDirective {
4
- constructor() {
5
- this.headerClass = true;
6
- }
7
- }
8
- BsModalHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- BsModalHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsModalHeaderDirective, selector: "[bsModalHeader]", host: { properties: { "class.modal-header": "this.headerClass" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalHeaderDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[bsModalHeader]'
14
- }]
15
- }], propDecorators: { headerClass: [{
16
- type: HostBinding,
17
- args: ['class.modal-header']
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtaGVhZGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL21vZGFsL2RpcmVjdGl2ZXMvbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZELE1BQU0sT0FBTyxzQkFBc0I7SUFIbkM7UUFLcUMsZ0JBQVcsR0FBRyxJQUFJLENBQUM7S0FFdkQ7O21IQUpZLHNCQUFzQjt1R0FBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBSGxDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtpQkFDNUI7OEJBR29DLFdBQVc7c0JBQTdDLFdBQVc7dUJBQUMsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNNb2RhbEhlYWRlcl0nXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxIZWFkZXJEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MubW9kYWwtaGVhZGVyJykgaGVhZGVyQ2xhc3MgPSB0cnVlO1xuXG59XG4iXX0=
@@ -1,4 +0,0 @@
1
- export * from './components';
2
- export * from './directives';
3
- export * from './modal.module';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzJztcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcyc7XG5leHBvcnQgKiBmcm9tICcuL21vZGFsLm1vZHVsZSc7Il19
@@ -1,71 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { OverlayModule } from '@angular/cdk/overlay';
4
- import { BsModalComponent } from './components/modal/modal.component';
5
- import { BsModalHostComponent } from './components/modal-host/modal-host.component';
6
- import { BsModalHeaderDirective } from './directives/modal-header/modal-header.directive';
7
- import { BsModalBodyDirective } from './directives/modal-body/modal-body.directive';
8
- import { BsModalFooterDirective } from './directives/modal-footer/modal-footer.directive';
9
- import { BsModalDirective } from './directives/modal/modal.directive';
10
- import { BsModalCloseDirective } from './directives/modal-close/modal-close.directive';
11
- import { PORTAL_FACTORY } from './providers/portal-factory.provider';
12
- import { ComponentPortal } from '@angular/cdk/portal';
13
- import * as i0 from "@angular/core";
14
- export class BsModalModule {
15
- }
16
- BsModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- BsModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsModalModule, declarations: [BsModalHeaderDirective,
18
- BsModalBodyDirective,
19
- BsModalFooterDirective,
20
- BsModalDirective,
21
- BsModalCloseDirective,
22
- BsModalComponent,
23
- BsModalHostComponent], imports: [CommonModule,
24
- OverlayModule], exports: [BsModalHeaderDirective,
25
- BsModalBodyDirective,
26
- BsModalFooterDirective,
27
- BsModalDirective,
28
- BsModalCloseDirective,
29
- BsModalComponent,
30
- BsModalHostComponent] });
31
- BsModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalModule, providers: [{
32
- provide: PORTAL_FACTORY,
33
- useValue: (injector) => {
34
- return new ComponentPortal(BsModalComponent, null, injector);
35
- }
36
- }], imports: [CommonModule,
37
- OverlayModule] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsModalModule, decorators: [{
39
- type: NgModule,
40
- args: [{
41
- declarations: [
42
- BsModalHeaderDirective,
43
- BsModalBodyDirective,
44
- BsModalFooterDirective,
45
- BsModalDirective,
46
- BsModalCloseDirective,
47
- BsModalComponent,
48
- BsModalHostComponent
49
- ],
50
- imports: [
51
- CommonModule,
52
- OverlayModule
53
- ],
54
- exports: [
55
- BsModalHeaderDirective,
56
- BsModalBodyDirective,
57
- BsModalFooterDirective,
58
- BsModalDirective,
59
- BsModalCloseDirective,
60
- BsModalComponent,
61
- BsModalHostComponent
62
- ],
63
- providers: [{
64
- provide: PORTAL_FACTORY,
65
- useValue: (injector) => {
66
- return new ComponentPortal(BsModalComponent, null, injector);
67
- }
68
- }]
69
- }]
70
- }] });
71
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwvbW9kYWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBWSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNwRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUN2RixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQWdDdEQsTUFBTSxPQUFPLGFBQWE7OzBHQUFiLGFBQWE7MkdBQWIsYUFBYSxpQkE1QnRCLHNCQUFzQjtRQUN0QixvQkFBb0I7UUFDcEIsc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIsZ0JBQWdCO1FBQ2hCLG9CQUFvQixhQUdwQixZQUFZO1FBQ1osYUFBYSxhQUdiLHNCQUFzQjtRQUN0QixvQkFBb0I7UUFDcEIsc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIsZ0JBQWdCO1FBQ2hCLG9CQUFvQjsyR0FTWCxhQUFhLGFBUGIsQ0FBQztZQUNWLE9BQU8sRUFBRSxjQUFjO1lBQ3ZCLFFBQVEsRUFBRSxDQUFDLFFBQWtCLEVBQUUsRUFBRTtnQkFDL0IsT0FBTyxJQUFJLGVBQWUsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUM7WUFDL0QsQ0FBQztTQUNGLENBQUMsWUFqQkEsWUFBWTtRQUNaLGFBQWE7MkZBa0JKLGFBQWE7a0JBOUJ6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixzQkFBc0I7d0JBQ3RCLG9CQUFvQjt3QkFDcEIsc0JBQXNCO3dCQUN0QixnQkFBZ0I7d0JBQ2hCLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGFBQWE7cUJBQ2Q7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjt3QkFDdEIsb0JBQW9CO3dCQUNwQixzQkFBc0I7d0JBQ3RCLGdCQUFnQjt3QkFDaEIscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLG9CQUFvQjtxQkFDckI7b0JBQ0QsU0FBUyxFQUFFLENBQUM7NEJBQ1YsT0FBTyxFQUFFLGNBQWM7NEJBQ3ZCLFFBQVEsRUFBRSxDQUFDLFFBQWtCLEVBQUUsRUFBRTtnQ0FDL0IsT0FBTyxJQUFJLGVBQWUsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUM7NEJBQy9ELENBQUM7eUJBQ0YsQ0FBQztpQkFDSCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdG9yLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBCc01vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc01vZGFsSG9zdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9tb2RhbC1ob3N0L21vZGFsLWhvc3QuY29tcG9uZW50JztcbmltcG9ydCB7IEJzTW9kYWxIZWFkZXJEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwtaGVhZGVyL21vZGFsLWhlYWRlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNNb2RhbEJvZHlEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwtYm9keS9tb2RhbC1ib2R5LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCc01vZGFsRm9vdGVyRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL21vZGFsLWZvb3Rlci9tb2RhbC1mb290ZXIuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzTW9kYWxEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvbW9kYWwvbW9kYWwuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJzTW9kYWxDbG9zZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9tb2RhbC1jbG9zZS9tb2RhbC1jbG9zZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUE9SVEFMX0ZBQ1RPUlkgfSBmcm9tICcuL3Byb3ZpZGVycy9wb3J0YWwtZmFjdG9yeS5wcm92aWRlcic7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQnNNb2RhbEhlYWRlckRpcmVjdGl2ZSxcbiAgICBCc01vZGFsQm9keURpcmVjdGl2ZSxcbiAgICBCc01vZGFsRm9vdGVyRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxEaXJlY3RpdmUsXG4gICAgQnNNb2RhbENsb3NlRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxDb21wb25lbnQsXG4gICAgQnNNb2RhbEhvc3RDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBPdmVybGF5TW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCc01vZGFsSGVhZGVyRGlyZWN0aXZlLFxuICAgIEJzTW9kYWxCb2R5RGlyZWN0aXZlLFxuICAgIEJzTW9kYWxGb290ZXJEaXJlY3RpdmUsXG4gICAgQnNNb2RhbERpcmVjdGl2ZSxcbiAgICBCc01vZGFsQ2xvc2VEaXJlY3RpdmUsXG4gICAgQnNNb2RhbENvbXBvbmVudCxcbiAgICBCc01vZGFsSG9zdENvbXBvbmVudFxuICBdLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogUE9SVEFMX0ZBQ1RPUlksXG4gICAgdXNlVmFsdWU6IChpbmplY3RvcjogSW5qZWN0b3IpID0+IHtcbiAgICAgIHJldHVybiBuZXcgQ29tcG9uZW50UG9ydGFsKEJzTW9kYWxDb21wb25lbnQsIG51bGwsIGluamVjdG9yKTtcbiAgICB9XG4gIH1dXG59KVxuZXhwb3J0IGNsYXNzIEJzTW9kYWxNb2R1bGUgeyB9XG4iXX0=
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from "@angular/core";
2
- export const MODAL_CONTENT = new InjectionToken('ModalContent');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udGVudC5wcm92aWRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL21vZGFsL3Byb3ZpZGVycy9tb2RhbC1jb250ZW50LnByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQWUsTUFBTSxlQUFlLENBQUM7QUFFNUQsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLElBQUksY0FBYyxDQUFtQixjQUFjLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuLCBUZW1wbGF0ZVJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmV4cG9ydCBjb25zdCBNT0RBTF9DT05URU5UID0gbmV3IEluamVjdGlvblRva2VuPFRlbXBsYXRlUmVmPGFueT4+KCdNb2RhbENvbnRlbnQnKTsiXX0=
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from "@angular/core";
2
- export const PORTAL_FACTORY = new InjectionToken('ModalPortalFactory');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9ydGFsLWZhY3RvcnkucHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9wcm92aWRlcnMvcG9ydGFsLWZhY3RvcnkucHJvdmlkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGNBQWMsRUFBWSxNQUFNLGVBQWUsQ0FBQztBQUV6RCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUcsSUFBSSxjQUFjLENBQStDLG9CQUFvQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL3BvcnRhbFwiO1xuaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4sIEluamVjdG9yIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuZXhwb3J0IGNvbnN0IFBPUlRBTF9GQUNUT1JZID0gbmV3IEluamVjdGlvblRva2VuPChpbmplY3RvcjogSW5qZWN0b3IpID0+IENvbXBvbmVudFBvcnRhbDxhbnk+PignTW9kYWxQb3J0YWxGYWN0b3J5Jyk7Il19