@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,32 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import { BehaviorSubject, map } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- export class BsGridComponent {
6
- constructor() {
7
- //#region StopFullWidthAt
8
- this.stopFullWidthAt$ = new BehaviorSubject('sm');
9
- this.containerClass$ = this.stopFullWidthAt$.pipe(map((stopFullWidthAt) => {
10
- switch (stopFullWidthAt) {
11
- case 'sm': return 'container';
12
- case 'never': return 'container-fluid';
13
- default: return `container-${stopFullWidthAt}`;
14
- }
15
- }));
16
- }
17
- get stopFullWidthAt() {
18
- return this.stopFullWidthAt$.value;
19
- }
20
- set stopFullWidthAt(value) {
21
- this.stopFullWidthAt$.next(value);
22
- }
23
- }
24
- BsGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- BsGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsGridComponent, selector: "bs-grid", inputs: { stopFullWidthAt: "stopFullWidthAt" }, ngImport: i0, template: "<div [class]=\"containerClass$ | async\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .clearfix:after{display:block;clear:both;content:\"\"}:host ::ng-deep .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .link-primary{color:#0d6efd!important}:host ::ng-deep .link-primary:hover,:host ::ng-deep .link-primary:focus{color:#0a58ca!important}:host ::ng-deep .link-secondary{color:#6c757d!important}:host ::ng-deep .link-secondary:hover,:host ::ng-deep .link-secondary:focus{color:#565e64!important}:host ::ng-deep .link-success{color:#198754!important}:host ::ng-deep .link-success:hover,:host ::ng-deep .link-success:focus{color:#146c43!important}:host ::ng-deep .link-info{color:#0dcaf0!important}:host ::ng-deep .link-info:hover,:host ::ng-deep .link-info:focus{color:#3dd5f3!important}:host ::ng-deep .link-warning{color:#ffc107!important}:host ::ng-deep .link-warning:hover,:host ::ng-deep .link-warning:focus{color:#ffcd39!important}:host ::ng-deep .link-danger{color:#dc3545!important}:host ::ng-deep .link-danger:hover,:host ::ng-deep .link-danger:focus{color:#b02a37!important}:host ::ng-deep .link-light{color:#f8f9fa!important}:host ::ng-deep .link-light:hover,:host ::ng-deep .link-light:focus{color:#f9fafb!important}:host ::ng-deep .link-dark{color:#212529!important}:host ::ng-deep .link-dark:hover,:host ::ng-deep .link-dark:focus{color:#1a1e21!important}:host ::ng-deep .ratio{position:relative;width:100%}:host ::ng-deep .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}:host ::ng-deep .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}:host ::ng-deep .ratio-1x1{--bs-aspect-ratio: 100%}:host ::ng-deep .ratio-4x3{--bs-aspect-ratio: 75%}:host ::ng-deep .ratio-16x9{--bs-aspect-ratio: 56.25%}:host ::ng-deep .ratio-21x9{--bs-aspect-ratio: 42.8571428571%}:host ::ng-deep .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}:host ::ng-deep .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}:host ::ng-deep .sticky-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){:host ::ng-deep .sticky-sm-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){:host ::ng-deep .sticky-md-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){:host ::ng-deep .sticky-lg-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){:host ::ng-deep .sticky-xl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){:host ::ng-deep .sticky-xxl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}:host ::ng-deep .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}:host ::ng-deep .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}:host ::ng-deep .visually-hidden,:host ::ng-deep .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:host ::ng-deep .stretched-link:after{position:absolute;inset:0;z-index:1;content:\"\"}:host ::ng-deep .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host ::ng-deep .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}:host ::ng-deep .align-baseline{vertical-align:baseline!important}:host ::ng-deep .align-top{vertical-align:top!important}:host ::ng-deep .align-middle{vertical-align:middle!important}:host ::ng-deep .align-bottom{vertical-align:bottom!important}:host ::ng-deep .align-text-bottom{vertical-align:text-bottom!important}:host ::ng-deep .align-text-top{vertical-align:text-top!important}:host ::ng-deep .float-start{float:left!important}:host ::ng-deep .float-end{float:right!important}:host ::ng-deep .float-none{float:none!important}:host ::ng-deep .opacity-0{opacity:0!important}:host ::ng-deep .opacity-25{opacity:.25!important}:host ::ng-deep .opacity-50{opacity:.5!important}:host ::ng-deep .opacity-75{opacity:.75!important}:host ::ng-deep .opacity-100{opacity:1!important}:host ::ng-deep .overflow-auto{overflow:auto!important}:host ::ng-deep .overflow-hidden{overflow:hidden!important}:host ::ng-deep .overflow-visible{overflow:visible!important}:host ::ng-deep .overflow-scroll{overflow:scroll!important}:host ::ng-deep .d-inline{display:inline!important}:host ::ng-deep .d-inline-block{display:inline-block!important}:host ::ng-deep .d-block{display:block!important}:host ::ng-deep .d-grid{display:grid!important}:host ::ng-deep .d-table{display:table!important}:host ::ng-deep .d-table-row{display:table-row!important}:host ::ng-deep .d-table-cell{display:table-cell!important}:host ::ng-deep .d-flex{display:flex!important}:host ::ng-deep .d-inline-flex{display:inline-flex!important}:host ::ng-deep .d-none{display:none!important}:host ::ng-deep .shadow{box-shadow:0 .5rem 1rem #00000026!important}:host ::ng-deep .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}:host ::ng-deep .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}:host ::ng-deep .shadow-none{box-shadow:none!important}:host ::ng-deep .position-static{position:static!important}:host ::ng-deep .position-relative{position:relative!important}:host ::ng-deep .position-absolute{position:absolute!important}:host ::ng-deep .position-fixed{position:fixed!important}:host ::ng-deep .position-sticky{position:sticky!important}:host ::ng-deep .top-0{top:0!important}:host ::ng-deep .top-50{top:50%!important}:host ::ng-deep .top-100{top:100%!important}:host ::ng-deep .bottom-0{bottom:0!important}:host ::ng-deep .bottom-50{bottom:50%!important}:host ::ng-deep .bottom-100{bottom:100%!important}:host ::ng-deep .start-0{left:0!important}:host ::ng-deep .start-50{left:50%!important}:host ::ng-deep .start-100{left:100%!important}:host ::ng-deep .end-0{right:0!important}:host ::ng-deep .end-50{right:50%!important}:host ::ng-deep .end-100{right:100%!important}:host ::ng-deep .translate-middle{transform:translate(-50%,-50%)!important}:host ::ng-deep .translate-middle-x{transform:translate(-50%)!important}:host ::ng-deep .translate-middle-y{transform:translateY(-50%)!important}:host ::ng-deep .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-0{border:0!important}:host ::ng-deep .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-top-0{border-top:0!important}:host ::ng-deep .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-end-0{border-right:0!important}:host ::ng-deep .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-bottom-0{border-bottom:0!important}:host ::ng-deep .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-start-0{border-left:0!important}:host ::ng-deep .border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-1{--bs-border-width: 1px}:host ::ng-deep .border-2{--bs-border-width: 2px}:host ::ng-deep .border-3{--bs-border-width: 3px}:host ::ng-deep .border-4{--bs-border-width: 4px}:host ::ng-deep .border-5{--bs-border-width: 5px}:host ::ng-deep .border-opacity-10{--bs-border-opacity: .1}:host ::ng-deep .border-opacity-25{--bs-border-opacity: .25}:host ::ng-deep .border-opacity-50{--bs-border-opacity: .5}:host ::ng-deep .border-opacity-75{--bs-border-opacity: .75}:host ::ng-deep .border-opacity-100{--bs-border-opacity: 1}:host ::ng-deep .w-25{width:25%!important}:host ::ng-deep .w-50{width:50%!important}:host ::ng-deep .w-75{width:75%!important}:host ::ng-deep .w-100{width:100%!important}:host ::ng-deep .w-auto{width:auto!important}:host ::ng-deep .mw-100{max-width:100%!important}:host ::ng-deep .vw-100{width:100vw!important}:host ::ng-deep .min-vw-100{min-width:100vw!important}:host ::ng-deep .h-25{height:25%!important}:host ::ng-deep .h-50{height:50%!important}:host ::ng-deep .h-75{height:75%!important}:host ::ng-deep .h-100{height:100%!important}:host ::ng-deep .h-auto{height:auto!important}:host ::ng-deep .mh-100{max-height:100%!important}:host ::ng-deep .vh-100{height:100vh!important}:host ::ng-deep .min-vh-100{min-height:100vh!important}:host ::ng-deep .flex-fill{flex:1 1 auto!important}:host ::ng-deep .flex-row{flex-direction:row!important}:host ::ng-deep .flex-column{flex-direction:column!important}:host ::ng-deep .flex-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-grow-0{flex-grow:0!important}:host ::ng-deep .flex-grow-1{flex-grow:1!important}:host ::ng-deep .flex-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-center{justify-content:center!important}:host ::ng-deep .justify-content-between{justify-content:space-between!important}:host ::ng-deep .justify-content-around{justify-content:space-around!important}:host ::ng-deep .justify-content-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-start{align-items:flex-start!important}:host ::ng-deep .align-items-end{align-items:flex-end!important}:host ::ng-deep .align-items-center{align-items:center!important}:host ::ng-deep .align-items-baseline{align-items:baseline!important}:host ::ng-deep .align-items-stretch{align-items:stretch!important}:host ::ng-deep .align-content-start{align-content:flex-start!important}:host ::ng-deep .align-content-end{align-content:flex-end!important}:host ::ng-deep .align-content-center{align-content:center!important}:host ::ng-deep .align-content-between{align-content:space-between!important}:host ::ng-deep .align-content-around{align-content:space-around!important}:host ::ng-deep .align-content-stretch{align-content:stretch!important}:host ::ng-deep .align-self-auto{align-self:auto!important}:host ::ng-deep .align-self-start{align-self:flex-start!important}:host ::ng-deep .align-self-end{align-self:flex-end!important}:host ::ng-deep .align-self-center{align-self:center!important}:host ::ng-deep .align-self-baseline{align-self:baseline!important}:host ::ng-deep .align-self-stretch{align-self:stretch!important}:host ::ng-deep .order-first{order:-1!important}:host ::ng-deep .order-0{order:0!important}:host ::ng-deep .order-1{order:1!important}:host ::ng-deep .order-2{order:2!important}:host ::ng-deep .order-3{order:3!important}:host ::ng-deep .order-4{order:4!important}:host ::ng-deep .order-5{order:5!important}:host ::ng-deep .order-last{order:6!important}:host ::ng-deep .m-0{margin:0!important}:host ::ng-deep .m-1{margin:.25rem!important}:host ::ng-deep .m-2{margin:.5rem!important}:host ::ng-deep .m-3{margin:1rem!important}:host ::ng-deep .m-4{margin:1.5rem!important}:host ::ng-deep .m-5{margin:3rem!important}:host ::ng-deep .m-auto{margin:auto!important}:host ::ng-deep .mx-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-0{margin-top:0!important}:host ::ng-deep .mt-1{margin-top:.25rem!important}:host ::ng-deep .mt-2{margin-top:.5rem!important}:host ::ng-deep .mt-3{margin-top:1rem!important}:host ::ng-deep .mt-4{margin-top:1.5rem!important}:host ::ng-deep .mt-5{margin-top:3rem!important}:host ::ng-deep .mt-auto{margin-top:auto!important}:host ::ng-deep .me-0{margin-right:0!important}:host ::ng-deep .me-1{margin-right:.25rem!important}:host ::ng-deep .me-2{margin-right:.5rem!important}:host ::ng-deep .me-3{margin-right:1rem!important}:host ::ng-deep .me-4{margin-right:1.5rem!important}:host ::ng-deep .me-5{margin-right:3rem!important}:host ::ng-deep .me-auto{margin-right:auto!important}:host ::ng-deep .mb-0{margin-bottom:0!important}:host ::ng-deep .mb-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-3{margin-bottom:1rem!important}:host ::ng-deep .mb-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-5{margin-bottom:3rem!important}:host ::ng-deep .mb-auto{margin-bottom:auto!important}:host ::ng-deep .ms-0{margin-left:0!important}:host ::ng-deep .ms-1{margin-left:.25rem!important}:host ::ng-deep .ms-2{margin-left:.5rem!important}:host ::ng-deep .ms-3{margin-left:1rem!important}:host ::ng-deep .ms-4{margin-left:1.5rem!important}:host ::ng-deep .ms-5{margin-left:3rem!important}:host ::ng-deep .ms-auto{margin-left:auto!important}:host ::ng-deep .p-0{padding:0!important}:host ::ng-deep .p-1{padding:.25rem!important}:host ::ng-deep .p-2{padding:.5rem!important}:host ::ng-deep .p-3{padding:1rem!important}:host ::ng-deep .p-4{padding:1.5rem!important}:host ::ng-deep .p-5{padding:3rem!important}:host ::ng-deep .px-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-0{padding-top:0!important}:host ::ng-deep .pt-1{padding-top:.25rem!important}:host ::ng-deep .pt-2{padding-top:.5rem!important}:host ::ng-deep .pt-3{padding-top:1rem!important}:host ::ng-deep .pt-4{padding-top:1.5rem!important}:host ::ng-deep .pt-5{padding-top:3rem!important}:host ::ng-deep .pe-0{padding-right:0!important}:host ::ng-deep .pe-1{padding-right:.25rem!important}:host ::ng-deep .pe-2{padding-right:.5rem!important}:host ::ng-deep .pe-3{padding-right:1rem!important}:host ::ng-deep .pe-4{padding-right:1.5rem!important}:host ::ng-deep .pe-5{padding-right:3rem!important}:host ::ng-deep .pb-0{padding-bottom:0!important}:host ::ng-deep .pb-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-3{padding-bottom:1rem!important}:host ::ng-deep .pb-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-5{padding-bottom:3rem!important}:host ::ng-deep .ps-0{padding-left:0!important}:host ::ng-deep .ps-1{padding-left:.25rem!important}:host ::ng-deep .ps-2{padding-left:.5rem!important}:host ::ng-deep .ps-3{padding-left:1rem!important}:host ::ng-deep .ps-4{padding-left:1.5rem!important}:host ::ng-deep .ps-5{padding-left:3rem!important}:host ::ng-deep .gap-0{gap:0!important}:host ::ng-deep .gap-1{gap:.25rem!important}:host ::ng-deep .gap-2{gap:.5rem!important}:host ::ng-deep .gap-3{gap:1rem!important}:host ::ng-deep .gap-4{gap:1.5rem!important}:host ::ng-deep .gap-5{gap:3rem!important}:host ::ng-deep .font-monospace{font-family:var(--bs-font-monospace)!important}:host ::ng-deep .fs-1{font-size:calc(1.375rem + 1.5vw)!important}:host ::ng-deep .fs-2{font-size:calc(1.325rem + .9vw)!important}:host ::ng-deep .fs-3{font-size:calc(1.3rem + .6vw)!important}:host ::ng-deep .fs-4{font-size:calc(1.275rem + .3vw)!important}:host ::ng-deep .fs-5{font-size:1.25rem!important}:host ::ng-deep .fs-6{font-size:1rem!important}:host ::ng-deep .fst-italic{font-style:italic!important}:host ::ng-deep .fst-normal{font-style:normal!important}:host ::ng-deep .fw-light{font-weight:300!important}:host ::ng-deep .fw-lighter{font-weight:lighter!important}:host ::ng-deep .fw-normal{font-weight:400!important}:host ::ng-deep .fw-bold{font-weight:700!important}:host ::ng-deep .fw-semibold{font-weight:600!important}:host ::ng-deep .fw-bolder{font-weight:bolder!important}:host ::ng-deep .lh-1{line-height:1!important}:host ::ng-deep .lh-sm{line-height:1.25!important}:host ::ng-deep .lh-base{line-height:1.5!important}:host ::ng-deep .lh-lg{line-height:2!important}:host ::ng-deep .text-start{text-align:left!important}:host ::ng-deep .text-end{text-align:right!important}:host ::ng-deep .text-center{text-align:center!important}:host ::ng-deep .text-decoration-none{text-decoration:none!important}:host ::ng-deep .text-decoration-underline{text-decoration:underline!important}:host ::ng-deep .text-decoration-line-through{text-decoration:line-through!important}:host ::ng-deep .text-lowercase{text-transform:lowercase!important}:host ::ng-deep .text-uppercase{text-transform:uppercase!important}:host ::ng-deep .text-capitalize{text-transform:capitalize!important}:host ::ng-deep .text-wrap{white-space:normal!important}:host ::ng-deep .text-nowrap{white-space:nowrap!important}:host ::ng-deep .text-break{word-wrap:break-word!important;word-break:break-word!important}:host ::ng-deep .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-muted{--bs-text-opacity: 1;color:#6c757d!important}:host ::ng-deep .text-black-50{--bs-text-opacity: 1;color:#00000080!important}:host ::ng-deep .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}:host ::ng-deep .text-reset{--bs-text-opacity: 1;color:inherit!important}:host ::ng-deep .text-opacity-25{--bs-text-opacity: .25}:host ::ng-deep .text-opacity-50{--bs-text-opacity: .5}:host ::ng-deep .text-opacity-75{--bs-text-opacity: .75}:host ::ng-deep .text-opacity-100{--bs-text-opacity: 1}:host ::ng-deep .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}:host ::ng-deep .bg-opacity-10{--bs-bg-opacity: .1}:host ::ng-deep .bg-opacity-25{--bs-bg-opacity: .25}:host ::ng-deep .bg-opacity-50{--bs-bg-opacity: .5}:host ::ng-deep .bg-opacity-75{--bs-bg-opacity: .75}:host ::ng-deep .bg-opacity-100{--bs-bg-opacity: 1}:host ::ng-deep .bg-gradient{background-image:var(--bs-gradient)!important}:host ::ng-deep .user-select-all{-webkit-user-select:all!important;user-select:all!important}:host ::ng-deep .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}:host ::ng-deep .user-select-none{-webkit-user-select:none!important;user-select:none!important}:host ::ng-deep .pe-none{pointer-events:none!important}:host ::ng-deep .pe-auto{pointer-events:auto!important}:host ::ng-deep .rounded{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-0{border-radius:0!important}:host ::ng-deep .rounded-1{border-radius:var(--bs-border-radius-sm)!important}:host ::ng-deep .rounded-2{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-3{border-radius:var(--bs-border-radius-lg)!important}:host ::ng-deep .rounded-4{border-radius:var(--bs-border-radius-xl)!important}:host ::ng-deep .rounded-5{border-radius:var(--bs-border-radius-2xl)!important}:host ::ng-deep .rounded-circle{border-radius:50%!important}:host ::ng-deep .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}:host ::ng-deep .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .visible{visibility:visible!important}:host ::ng-deep .invisible{visibility:hidden!important}@media (min-width: 576px){:host ::ng-deep .float-sm-start{float:left!important}:host ::ng-deep .float-sm-end{float:right!important}:host ::ng-deep .float-sm-none{float:none!important}:host ::ng-deep .d-sm-inline{display:inline!important}:host ::ng-deep .d-sm-inline-block{display:inline-block!important}:host ::ng-deep .d-sm-block{display:block!important}:host ::ng-deep .d-sm-grid{display:grid!important}:host ::ng-deep .d-sm-table{display:table!important}:host ::ng-deep .d-sm-table-row{display:table-row!important}:host ::ng-deep .d-sm-table-cell{display:table-cell!important}:host ::ng-deep .d-sm-flex{display:flex!important}:host ::ng-deep .d-sm-inline-flex{display:inline-flex!important}:host ::ng-deep .d-sm-none{display:none!important}:host ::ng-deep .flex-sm-fill{flex:1 1 auto!important}:host ::ng-deep .flex-sm-row{flex-direction:row!important}:host ::ng-deep .flex-sm-column{flex-direction:column!important}:host ::ng-deep .flex-sm-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-sm-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-sm-grow-0{flex-grow:0!important}:host ::ng-deep .flex-sm-grow-1{flex-grow:1!important}:host ::ng-deep .flex-sm-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-sm-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-sm-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-sm-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-sm-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-sm-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-sm-center{justify-content:center!important}:host ::ng-deep .justify-content-sm-between{justify-content:space-between!important}:host ::ng-deep .justify-content-sm-around{justify-content:space-around!important}:host ::ng-deep .justify-content-sm-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-sm-start{align-items:flex-start!important}:host ::ng-deep .align-items-sm-end{align-items:flex-end!important}:host ::ng-deep .align-items-sm-center{align-items:center!important}:host ::ng-deep .align-items-sm-baseline{align-items:baseline!important}:host ::ng-deep .align-items-sm-stretch{align-items:stretch!important}:host ::ng-deep .align-content-sm-start{align-content:flex-start!important}:host ::ng-deep .align-content-sm-end{align-content:flex-end!important}:host ::ng-deep .align-content-sm-center{align-content:center!important}:host ::ng-deep .align-content-sm-between{align-content:space-between!important}:host ::ng-deep .align-content-sm-around{align-content:space-around!important}:host ::ng-deep .align-content-sm-stretch{align-content:stretch!important}:host ::ng-deep .align-self-sm-auto{align-self:auto!important}:host ::ng-deep .align-self-sm-start{align-self:flex-start!important}:host ::ng-deep .align-self-sm-end{align-self:flex-end!important}:host ::ng-deep .align-self-sm-center{align-self:center!important}:host ::ng-deep .align-self-sm-baseline{align-self:baseline!important}:host ::ng-deep .align-self-sm-stretch{align-self:stretch!important}:host ::ng-deep .order-sm-first{order:-1!important}:host ::ng-deep .order-sm-0{order:0!important}:host ::ng-deep .order-sm-1{order:1!important}:host ::ng-deep .order-sm-2{order:2!important}:host ::ng-deep .order-sm-3{order:3!important}:host ::ng-deep .order-sm-4{order:4!important}:host ::ng-deep .order-sm-5{order:5!important}:host ::ng-deep .order-sm-last{order:6!important}:host ::ng-deep .m-sm-0{margin:0!important}:host ::ng-deep .m-sm-1{margin:.25rem!important}:host ::ng-deep .m-sm-2{margin:.5rem!important}:host ::ng-deep .m-sm-3{margin:1rem!important}:host ::ng-deep .m-sm-4{margin:1.5rem!important}:host ::ng-deep .m-sm-5{margin:3rem!important}:host ::ng-deep .m-sm-auto{margin:auto!important}:host ::ng-deep .mx-sm-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-sm-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-sm-0{margin-top:0!important}:host ::ng-deep .mt-sm-1{margin-top:.25rem!important}:host ::ng-deep .mt-sm-2{margin-top:.5rem!important}:host ::ng-deep .mt-sm-3{margin-top:1rem!important}:host ::ng-deep .mt-sm-4{margin-top:1.5rem!important}:host ::ng-deep .mt-sm-5{margin-top:3rem!important}:host ::ng-deep .mt-sm-auto{margin-top:auto!important}:host ::ng-deep .me-sm-0{margin-right:0!important}:host ::ng-deep .me-sm-1{margin-right:.25rem!important}:host ::ng-deep .me-sm-2{margin-right:.5rem!important}:host ::ng-deep .me-sm-3{margin-right:1rem!important}:host ::ng-deep .me-sm-4{margin-right:1.5rem!important}:host ::ng-deep .me-sm-5{margin-right:3rem!important}:host ::ng-deep .me-sm-auto{margin-right:auto!important}:host ::ng-deep .mb-sm-0{margin-bottom:0!important}:host ::ng-deep .mb-sm-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-sm-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-sm-3{margin-bottom:1rem!important}:host ::ng-deep .mb-sm-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-sm-5{margin-bottom:3rem!important}:host ::ng-deep .mb-sm-auto{margin-bottom:auto!important}:host ::ng-deep .ms-sm-0{margin-left:0!important}:host ::ng-deep .ms-sm-1{margin-left:.25rem!important}:host ::ng-deep .ms-sm-2{margin-left:.5rem!important}:host ::ng-deep .ms-sm-3{margin-left:1rem!important}:host ::ng-deep .ms-sm-4{margin-left:1.5rem!important}:host ::ng-deep .ms-sm-5{margin-left:3rem!important}:host ::ng-deep .ms-sm-auto{margin-left:auto!important}:host ::ng-deep .p-sm-0{padding:0!important}:host ::ng-deep .p-sm-1{padding:.25rem!important}:host ::ng-deep .p-sm-2{padding:.5rem!important}:host ::ng-deep .p-sm-3{padding:1rem!important}:host ::ng-deep .p-sm-4{padding:1.5rem!important}:host ::ng-deep .p-sm-5{padding:3rem!important}:host ::ng-deep .px-sm-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-sm-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-sm-0{padding-top:0!important}:host ::ng-deep .pt-sm-1{padding-top:.25rem!important}:host ::ng-deep .pt-sm-2{padding-top:.5rem!important}:host ::ng-deep .pt-sm-3{padding-top:1rem!important}:host ::ng-deep .pt-sm-4{padding-top:1.5rem!important}:host ::ng-deep .pt-sm-5{padding-top:3rem!important}:host ::ng-deep .pe-sm-0{padding-right:0!important}:host ::ng-deep .pe-sm-1{padding-right:.25rem!important}:host ::ng-deep .pe-sm-2{padding-right:.5rem!important}:host ::ng-deep .pe-sm-3{padding-right:1rem!important}:host ::ng-deep .pe-sm-4{padding-right:1.5rem!important}:host ::ng-deep .pe-sm-5{padding-right:3rem!important}:host ::ng-deep .pb-sm-0{padding-bottom:0!important}:host ::ng-deep .pb-sm-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-sm-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-sm-3{padding-bottom:1rem!important}:host ::ng-deep .pb-sm-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-sm-5{padding-bottom:3rem!important}:host ::ng-deep .ps-sm-0{padding-left:0!important}:host ::ng-deep .ps-sm-1{padding-left:.25rem!important}:host ::ng-deep .ps-sm-2{padding-left:.5rem!important}:host ::ng-deep .ps-sm-3{padding-left:1rem!important}:host ::ng-deep .ps-sm-4{padding-left:1.5rem!important}:host ::ng-deep .ps-sm-5{padding-left:3rem!important}:host ::ng-deep .gap-sm-0{gap:0!important}:host ::ng-deep .gap-sm-1{gap:.25rem!important}:host ::ng-deep .gap-sm-2{gap:.5rem!important}:host ::ng-deep .gap-sm-3{gap:1rem!important}:host ::ng-deep .gap-sm-4{gap:1.5rem!important}:host ::ng-deep .gap-sm-5{gap:3rem!important}:host ::ng-deep .text-sm-start{text-align:left!important}:host ::ng-deep .text-sm-end{text-align:right!important}:host ::ng-deep .text-sm-center{text-align:center!important}}@media (min-width: 768px){:host ::ng-deep .float-md-start{float:left!important}:host ::ng-deep .float-md-end{float:right!important}:host ::ng-deep .float-md-none{float:none!important}:host ::ng-deep .d-md-inline{display:inline!important}:host ::ng-deep .d-md-inline-block{display:inline-block!important}:host ::ng-deep .d-md-block{display:block!important}:host ::ng-deep .d-md-grid{display:grid!important}:host ::ng-deep .d-md-table{display:table!important}:host ::ng-deep .d-md-table-row{display:table-row!important}:host ::ng-deep .d-md-table-cell{display:table-cell!important}:host ::ng-deep .d-md-flex{display:flex!important}:host ::ng-deep .d-md-inline-flex{display:inline-flex!important}:host ::ng-deep .d-md-none{display:none!important}:host ::ng-deep .flex-md-fill{flex:1 1 auto!important}:host ::ng-deep .flex-md-row{flex-direction:row!important}:host ::ng-deep .flex-md-column{flex-direction:column!important}:host ::ng-deep .flex-md-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-md-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-md-grow-0{flex-grow:0!important}:host ::ng-deep .flex-md-grow-1{flex-grow:1!important}:host ::ng-deep .flex-md-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-md-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-md-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-md-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-md-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-md-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-md-center{justify-content:center!important}:host ::ng-deep .justify-content-md-between{justify-content:space-between!important}:host ::ng-deep .justify-content-md-around{justify-content:space-around!important}:host ::ng-deep .justify-content-md-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-md-start{align-items:flex-start!important}:host ::ng-deep .align-items-md-end{align-items:flex-end!important}:host ::ng-deep .align-items-md-center{align-items:center!important}:host ::ng-deep .align-items-md-baseline{align-items:baseline!important}:host ::ng-deep .align-items-md-stretch{align-items:stretch!important}:host ::ng-deep .align-content-md-start{align-content:flex-start!important}:host ::ng-deep .align-content-md-end{align-content:flex-end!important}:host ::ng-deep .align-content-md-center{align-content:center!important}:host ::ng-deep .align-content-md-between{align-content:space-between!important}:host ::ng-deep .align-content-md-around{align-content:space-around!important}:host ::ng-deep .align-content-md-stretch{align-content:stretch!important}:host ::ng-deep .align-self-md-auto{align-self:auto!important}:host ::ng-deep .align-self-md-start{align-self:flex-start!important}:host ::ng-deep .align-self-md-end{align-self:flex-end!important}:host ::ng-deep .align-self-md-center{align-self:center!important}:host ::ng-deep .align-self-md-baseline{align-self:baseline!important}:host ::ng-deep .align-self-md-stretch{align-self:stretch!important}:host ::ng-deep .order-md-first{order:-1!important}:host ::ng-deep .order-md-0{order:0!important}:host ::ng-deep .order-md-1{order:1!important}:host ::ng-deep .order-md-2{order:2!important}:host ::ng-deep .order-md-3{order:3!important}:host ::ng-deep .order-md-4{order:4!important}:host ::ng-deep .order-md-5{order:5!important}:host ::ng-deep .order-md-last{order:6!important}:host ::ng-deep .m-md-0{margin:0!important}:host ::ng-deep .m-md-1{margin:.25rem!important}:host ::ng-deep .m-md-2{margin:.5rem!important}:host ::ng-deep .m-md-3{margin:1rem!important}:host ::ng-deep .m-md-4{margin:1.5rem!important}:host ::ng-deep .m-md-5{margin:3rem!important}:host ::ng-deep .m-md-auto{margin:auto!important}:host ::ng-deep .mx-md-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-md-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-md-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-md-0{margin-top:0!important}:host ::ng-deep .mt-md-1{margin-top:.25rem!important}:host ::ng-deep .mt-md-2{margin-top:.5rem!important}:host ::ng-deep .mt-md-3{margin-top:1rem!important}:host ::ng-deep .mt-md-4{margin-top:1.5rem!important}:host ::ng-deep .mt-md-5{margin-top:3rem!important}:host ::ng-deep .mt-md-auto{margin-top:auto!important}:host ::ng-deep .me-md-0{margin-right:0!important}:host ::ng-deep .me-md-1{margin-right:.25rem!important}:host ::ng-deep .me-md-2{margin-right:.5rem!important}:host ::ng-deep .me-md-3{margin-right:1rem!important}:host ::ng-deep .me-md-4{margin-right:1.5rem!important}:host ::ng-deep .me-md-5{margin-right:3rem!important}:host ::ng-deep .me-md-auto{margin-right:auto!important}:host ::ng-deep .mb-md-0{margin-bottom:0!important}:host ::ng-deep .mb-md-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-md-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-md-3{margin-bottom:1rem!important}:host ::ng-deep .mb-md-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-md-5{margin-bottom:3rem!important}:host ::ng-deep .mb-md-auto{margin-bottom:auto!important}:host ::ng-deep .ms-md-0{margin-left:0!important}:host ::ng-deep .ms-md-1{margin-left:.25rem!important}:host ::ng-deep .ms-md-2{margin-left:.5rem!important}:host ::ng-deep .ms-md-3{margin-left:1rem!important}:host ::ng-deep .ms-md-4{margin-left:1.5rem!important}:host ::ng-deep .ms-md-5{margin-left:3rem!important}:host ::ng-deep .ms-md-auto{margin-left:auto!important}:host ::ng-deep .p-md-0{padding:0!important}:host ::ng-deep .p-md-1{padding:.25rem!important}:host ::ng-deep .p-md-2{padding:.5rem!important}:host ::ng-deep .p-md-3{padding:1rem!important}:host ::ng-deep .p-md-4{padding:1.5rem!important}:host ::ng-deep .p-md-5{padding:3rem!important}:host ::ng-deep .px-md-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-md-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-md-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-md-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-md-0{padding-top:0!important}:host ::ng-deep .pt-md-1{padding-top:.25rem!important}:host ::ng-deep .pt-md-2{padding-top:.5rem!important}:host ::ng-deep .pt-md-3{padding-top:1rem!important}:host ::ng-deep .pt-md-4{padding-top:1.5rem!important}:host ::ng-deep .pt-md-5{padding-top:3rem!important}:host ::ng-deep .pe-md-0{padding-right:0!important}:host ::ng-deep .pe-md-1{padding-right:.25rem!important}:host ::ng-deep .pe-md-2{padding-right:.5rem!important}:host ::ng-deep .pe-md-3{padding-right:1rem!important}:host ::ng-deep .pe-md-4{padding-right:1.5rem!important}:host ::ng-deep .pe-md-5{padding-right:3rem!important}:host ::ng-deep .pb-md-0{padding-bottom:0!important}:host ::ng-deep .pb-md-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-md-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-md-3{padding-bottom:1rem!important}:host ::ng-deep .pb-md-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-md-5{padding-bottom:3rem!important}:host ::ng-deep .ps-md-0{padding-left:0!important}:host ::ng-deep .ps-md-1{padding-left:.25rem!important}:host ::ng-deep .ps-md-2{padding-left:.5rem!important}:host ::ng-deep .ps-md-3{padding-left:1rem!important}:host ::ng-deep .ps-md-4{padding-left:1.5rem!important}:host ::ng-deep .ps-md-5{padding-left:3rem!important}:host ::ng-deep .gap-md-0{gap:0!important}:host ::ng-deep .gap-md-1{gap:.25rem!important}:host ::ng-deep .gap-md-2{gap:.5rem!important}:host ::ng-deep .gap-md-3{gap:1rem!important}:host ::ng-deep .gap-md-4{gap:1.5rem!important}:host ::ng-deep .gap-md-5{gap:3rem!important}:host ::ng-deep .text-md-start{text-align:left!important}:host ::ng-deep .text-md-end{text-align:right!important}:host ::ng-deep .text-md-center{text-align:center!important}}@media (min-width: 992px){:host ::ng-deep .float-lg-start{float:left!important}:host ::ng-deep .float-lg-end{float:right!important}:host ::ng-deep .float-lg-none{float:none!important}:host ::ng-deep .d-lg-inline{display:inline!important}:host ::ng-deep .d-lg-inline-block{display:inline-block!important}:host ::ng-deep .d-lg-block{display:block!important}:host ::ng-deep .d-lg-grid{display:grid!important}:host ::ng-deep .d-lg-table{display:table!important}:host ::ng-deep .d-lg-table-row{display:table-row!important}:host ::ng-deep .d-lg-table-cell{display:table-cell!important}:host ::ng-deep .d-lg-flex{display:flex!important}:host ::ng-deep .d-lg-inline-flex{display:inline-flex!important}:host ::ng-deep .d-lg-none{display:none!important}:host ::ng-deep .flex-lg-fill{flex:1 1 auto!important}:host ::ng-deep .flex-lg-row{flex-direction:row!important}:host ::ng-deep .flex-lg-column{flex-direction:column!important}:host ::ng-deep .flex-lg-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-lg-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-lg-grow-0{flex-grow:0!important}:host ::ng-deep .flex-lg-grow-1{flex-grow:1!important}:host ::ng-deep .flex-lg-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-lg-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-lg-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-lg-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-lg-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-lg-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-lg-center{justify-content:center!important}:host ::ng-deep .justify-content-lg-between{justify-content:space-between!important}:host ::ng-deep .justify-content-lg-around{justify-content:space-around!important}:host ::ng-deep .justify-content-lg-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-lg-start{align-items:flex-start!important}:host ::ng-deep .align-items-lg-end{align-items:flex-end!important}:host ::ng-deep .align-items-lg-center{align-items:center!important}:host ::ng-deep .align-items-lg-baseline{align-items:baseline!important}:host ::ng-deep .align-items-lg-stretch{align-items:stretch!important}:host ::ng-deep .align-content-lg-start{align-content:flex-start!important}:host ::ng-deep .align-content-lg-end{align-content:flex-end!important}:host ::ng-deep .align-content-lg-center{align-content:center!important}:host ::ng-deep .align-content-lg-between{align-content:space-between!important}:host ::ng-deep .align-content-lg-around{align-content:space-around!important}:host ::ng-deep .align-content-lg-stretch{align-content:stretch!important}:host ::ng-deep .align-self-lg-auto{align-self:auto!important}:host ::ng-deep .align-self-lg-start{align-self:flex-start!important}:host ::ng-deep .align-self-lg-end{align-self:flex-end!important}:host ::ng-deep .align-self-lg-center{align-self:center!important}:host ::ng-deep .align-self-lg-baseline{align-self:baseline!important}:host ::ng-deep .align-self-lg-stretch{align-self:stretch!important}:host ::ng-deep .order-lg-first{order:-1!important}:host ::ng-deep .order-lg-0{order:0!important}:host ::ng-deep .order-lg-1{order:1!important}:host ::ng-deep .order-lg-2{order:2!important}:host ::ng-deep .order-lg-3{order:3!important}:host ::ng-deep .order-lg-4{order:4!important}:host ::ng-deep .order-lg-5{order:5!important}:host ::ng-deep .order-lg-last{order:6!important}:host ::ng-deep .m-lg-0{margin:0!important}:host ::ng-deep .m-lg-1{margin:.25rem!important}:host ::ng-deep .m-lg-2{margin:.5rem!important}:host ::ng-deep .m-lg-3{margin:1rem!important}:host ::ng-deep .m-lg-4{margin:1.5rem!important}:host ::ng-deep .m-lg-5{margin:3rem!important}:host ::ng-deep .m-lg-auto{margin:auto!important}:host ::ng-deep .mx-lg-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-lg-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-lg-0{margin-top:0!important}:host ::ng-deep .mt-lg-1{margin-top:.25rem!important}:host ::ng-deep .mt-lg-2{margin-top:.5rem!important}:host ::ng-deep .mt-lg-3{margin-top:1rem!important}:host ::ng-deep .mt-lg-4{margin-top:1.5rem!important}:host ::ng-deep .mt-lg-5{margin-top:3rem!important}:host ::ng-deep .mt-lg-auto{margin-top:auto!important}:host ::ng-deep .me-lg-0{margin-right:0!important}:host ::ng-deep .me-lg-1{margin-right:.25rem!important}:host ::ng-deep .me-lg-2{margin-right:.5rem!important}:host ::ng-deep .me-lg-3{margin-right:1rem!important}:host ::ng-deep .me-lg-4{margin-right:1.5rem!important}:host ::ng-deep .me-lg-5{margin-right:3rem!important}:host ::ng-deep .me-lg-auto{margin-right:auto!important}:host ::ng-deep .mb-lg-0{margin-bottom:0!important}:host ::ng-deep .mb-lg-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-lg-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-lg-3{margin-bottom:1rem!important}:host ::ng-deep .mb-lg-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-lg-5{margin-bottom:3rem!important}:host ::ng-deep .mb-lg-auto{margin-bottom:auto!important}:host ::ng-deep .ms-lg-0{margin-left:0!important}:host ::ng-deep .ms-lg-1{margin-left:.25rem!important}:host ::ng-deep .ms-lg-2{margin-left:.5rem!important}:host ::ng-deep .ms-lg-3{margin-left:1rem!important}:host ::ng-deep .ms-lg-4{margin-left:1.5rem!important}:host ::ng-deep .ms-lg-5{margin-left:3rem!important}:host ::ng-deep .ms-lg-auto{margin-left:auto!important}:host ::ng-deep .p-lg-0{padding:0!important}:host ::ng-deep .p-lg-1{padding:.25rem!important}:host ::ng-deep .p-lg-2{padding:.5rem!important}:host ::ng-deep .p-lg-3{padding:1rem!important}:host ::ng-deep .p-lg-4{padding:1.5rem!important}:host ::ng-deep .p-lg-5{padding:3rem!important}:host ::ng-deep .px-lg-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-lg-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-lg-0{padding-top:0!important}:host ::ng-deep .pt-lg-1{padding-top:.25rem!important}:host ::ng-deep .pt-lg-2{padding-top:.5rem!important}:host ::ng-deep .pt-lg-3{padding-top:1rem!important}:host ::ng-deep .pt-lg-4{padding-top:1.5rem!important}:host ::ng-deep .pt-lg-5{padding-top:3rem!important}:host ::ng-deep .pe-lg-0{padding-right:0!important}:host ::ng-deep .pe-lg-1{padding-right:.25rem!important}:host ::ng-deep .pe-lg-2{padding-right:.5rem!important}:host ::ng-deep .pe-lg-3{padding-right:1rem!important}:host ::ng-deep .pe-lg-4{padding-right:1.5rem!important}:host ::ng-deep .pe-lg-5{padding-right:3rem!important}:host ::ng-deep .pb-lg-0{padding-bottom:0!important}:host ::ng-deep .pb-lg-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-lg-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-lg-3{padding-bottom:1rem!important}:host ::ng-deep .pb-lg-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-lg-5{padding-bottom:3rem!important}:host ::ng-deep .ps-lg-0{padding-left:0!important}:host ::ng-deep .ps-lg-1{padding-left:.25rem!important}:host ::ng-deep .ps-lg-2{padding-left:.5rem!important}:host ::ng-deep .ps-lg-3{padding-left:1rem!important}:host ::ng-deep .ps-lg-4{padding-left:1.5rem!important}:host ::ng-deep .ps-lg-5{padding-left:3rem!important}:host ::ng-deep .gap-lg-0{gap:0!important}:host ::ng-deep .gap-lg-1{gap:.25rem!important}:host ::ng-deep .gap-lg-2{gap:.5rem!important}:host ::ng-deep .gap-lg-3{gap:1rem!important}:host ::ng-deep .gap-lg-4{gap:1.5rem!important}:host ::ng-deep .gap-lg-5{gap:3rem!important}:host ::ng-deep .text-lg-start{text-align:left!important}:host ::ng-deep .text-lg-end{text-align:right!important}:host ::ng-deep .text-lg-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .float-xl-start{float:left!important}:host ::ng-deep .float-xl-end{float:right!important}:host ::ng-deep .float-xl-none{float:none!important}:host ::ng-deep .d-xl-inline{display:inline!important}:host ::ng-deep .d-xl-inline-block{display:inline-block!important}:host ::ng-deep .d-xl-block{display:block!important}:host ::ng-deep .d-xl-grid{display:grid!important}:host ::ng-deep .d-xl-table{display:table!important}:host ::ng-deep .d-xl-table-row{display:table-row!important}:host ::ng-deep .d-xl-table-cell{display:table-cell!important}:host ::ng-deep .d-xl-flex{display:flex!important}:host ::ng-deep .d-xl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xl-none{display:none!important}:host ::ng-deep .flex-xl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xl-row{flex-direction:row!important}:host ::ng-deep .flex-xl-column{flex-direction:column!important}:host ::ng-deep .flex-xl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xl-center{justify-content:center!important}:host ::ng-deep .justify-content-xl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xl-center{align-items:center!important}:host ::ng-deep .align-items-xl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xl-center{align-content:center!important}:host ::ng-deep .align-content-xl-between{align-content:space-between!important}:host ::ng-deep .align-content-xl-around{align-content:space-around!important}:host ::ng-deep .align-content-xl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xl-auto{align-self:auto!important}:host ::ng-deep .align-self-xl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xl-center{align-self:center!important}:host ::ng-deep .align-self-xl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xl-stretch{align-self:stretch!important}:host ::ng-deep .order-xl-first{order:-1!important}:host ::ng-deep .order-xl-0{order:0!important}:host ::ng-deep .order-xl-1{order:1!important}:host ::ng-deep .order-xl-2{order:2!important}:host ::ng-deep .order-xl-3{order:3!important}:host ::ng-deep .order-xl-4{order:4!important}:host ::ng-deep .order-xl-5{order:5!important}:host ::ng-deep .order-xl-last{order:6!important}:host ::ng-deep .m-xl-0{margin:0!important}:host ::ng-deep .m-xl-1{margin:.25rem!important}:host ::ng-deep .m-xl-2{margin:.5rem!important}:host ::ng-deep .m-xl-3{margin:1rem!important}:host ::ng-deep .m-xl-4{margin:1.5rem!important}:host ::ng-deep .m-xl-5{margin:3rem!important}:host ::ng-deep .m-xl-auto{margin:auto!important}:host ::ng-deep .mx-xl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xl-0{margin-top:0!important}:host ::ng-deep .mt-xl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xl-3{margin-top:1rem!important}:host ::ng-deep .mt-xl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xl-5{margin-top:3rem!important}:host ::ng-deep .mt-xl-auto{margin-top:auto!important}:host ::ng-deep .me-xl-0{margin-right:0!important}:host ::ng-deep .me-xl-1{margin-right:.25rem!important}:host ::ng-deep .me-xl-2{margin-right:.5rem!important}:host ::ng-deep .me-xl-3{margin-right:1rem!important}:host ::ng-deep .me-xl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xl-5{margin-right:3rem!important}:host ::ng-deep .me-xl-auto{margin-right:auto!important}:host ::ng-deep .mb-xl-0{margin-bottom:0!important}:host ::ng-deep .mb-xl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xl-0{margin-left:0!important}:host ::ng-deep .ms-xl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xl-3{margin-left:1rem!important}:host ::ng-deep .ms-xl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xl-5{margin-left:3rem!important}:host ::ng-deep .ms-xl-auto{margin-left:auto!important}:host ::ng-deep .p-xl-0{padding:0!important}:host ::ng-deep .p-xl-1{padding:.25rem!important}:host ::ng-deep .p-xl-2{padding:.5rem!important}:host ::ng-deep .p-xl-3{padding:1rem!important}:host ::ng-deep .p-xl-4{padding:1.5rem!important}:host ::ng-deep .p-xl-5{padding:3rem!important}:host ::ng-deep .px-xl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xl-0{padding-top:0!important}:host ::ng-deep .pt-xl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xl-3{padding-top:1rem!important}:host ::ng-deep .pt-xl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xl-5{padding-top:3rem!important}:host ::ng-deep .pe-xl-0{padding-right:0!important}:host ::ng-deep .pe-xl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xl-3{padding-right:1rem!important}:host ::ng-deep .pe-xl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xl-5{padding-right:3rem!important}:host ::ng-deep .pb-xl-0{padding-bottom:0!important}:host ::ng-deep .pb-xl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xl-0{padding-left:0!important}:host ::ng-deep .ps-xl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xl-3{padding-left:1rem!important}:host ::ng-deep .ps-xl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xl-5{padding-left:3rem!important}:host ::ng-deep .gap-xl-0{gap:0!important}:host ::ng-deep .gap-xl-1{gap:.25rem!important}:host ::ng-deep .gap-xl-2{gap:.5rem!important}:host ::ng-deep .gap-xl-3{gap:1rem!important}:host ::ng-deep .gap-xl-4{gap:1.5rem!important}:host ::ng-deep .gap-xl-5{gap:3rem!important}:host ::ng-deep .text-xl-start{text-align:left!important}:host ::ng-deep .text-xl-end{text-align:right!important}:host ::ng-deep .text-xl-center{text-align:center!important}}@media (min-width: 1400px){:host ::ng-deep .float-xxl-start{float:left!important}:host ::ng-deep .float-xxl-end{float:right!important}:host ::ng-deep .float-xxl-none{float:none!important}:host ::ng-deep .d-xxl-inline{display:inline!important}:host ::ng-deep .d-xxl-inline-block{display:inline-block!important}:host ::ng-deep .d-xxl-block{display:block!important}:host ::ng-deep .d-xxl-grid{display:grid!important}:host ::ng-deep .d-xxl-table{display:table!important}:host ::ng-deep .d-xxl-table-row{display:table-row!important}:host ::ng-deep .d-xxl-table-cell{display:table-cell!important}:host ::ng-deep .d-xxl-flex{display:flex!important}:host ::ng-deep .d-xxl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xxl-none{display:none!important}:host ::ng-deep .flex-xxl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xxl-row{flex-direction:row!important}:host ::ng-deep .flex-xxl-column{flex-direction:column!important}:host ::ng-deep .flex-xxl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xxl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xxl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xxl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xxl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xxl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xxl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xxl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xxl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xxl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xxl-center{justify-content:center!important}:host ::ng-deep .justify-content-xxl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xxl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xxl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xxl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xxl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xxl-center{align-items:center!important}:host ::ng-deep .align-items-xxl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xxl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xxl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xxl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xxl-center{align-content:center!important}:host ::ng-deep .align-content-xxl-between{align-content:space-between!important}:host ::ng-deep .align-content-xxl-around{align-content:space-around!important}:host ::ng-deep .align-content-xxl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xxl-auto{align-self:auto!important}:host ::ng-deep .align-self-xxl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xxl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xxl-center{align-self:center!important}:host ::ng-deep .align-self-xxl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xxl-stretch{align-self:stretch!important}:host ::ng-deep .order-xxl-first{order:-1!important}:host ::ng-deep .order-xxl-0{order:0!important}:host ::ng-deep .order-xxl-1{order:1!important}:host ::ng-deep .order-xxl-2{order:2!important}:host ::ng-deep .order-xxl-3{order:3!important}:host ::ng-deep .order-xxl-4{order:4!important}:host ::ng-deep .order-xxl-5{order:5!important}:host ::ng-deep .order-xxl-last{order:6!important}:host ::ng-deep .m-xxl-0{margin:0!important}:host ::ng-deep .m-xxl-1{margin:.25rem!important}:host ::ng-deep .m-xxl-2{margin:.5rem!important}:host ::ng-deep .m-xxl-3{margin:1rem!important}:host ::ng-deep .m-xxl-4{margin:1.5rem!important}:host ::ng-deep .m-xxl-5{margin:3rem!important}:host ::ng-deep .m-xxl-auto{margin:auto!important}:host ::ng-deep .mx-xxl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xxl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xxl-0{margin-top:0!important}:host ::ng-deep .mt-xxl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xxl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xxl-3{margin-top:1rem!important}:host ::ng-deep .mt-xxl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xxl-5{margin-top:3rem!important}:host ::ng-deep .mt-xxl-auto{margin-top:auto!important}:host ::ng-deep .me-xxl-0{margin-right:0!important}:host ::ng-deep .me-xxl-1{margin-right:.25rem!important}:host ::ng-deep .me-xxl-2{margin-right:.5rem!important}:host ::ng-deep .me-xxl-3{margin-right:1rem!important}:host ::ng-deep .me-xxl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xxl-5{margin-right:3rem!important}:host ::ng-deep .me-xxl-auto{margin-right:auto!important}:host ::ng-deep .mb-xxl-0{margin-bottom:0!important}:host ::ng-deep .mb-xxl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xxl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xxl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xxl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xxl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xxl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xxl-0{margin-left:0!important}:host ::ng-deep .ms-xxl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xxl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xxl-3{margin-left:1rem!important}:host ::ng-deep .ms-xxl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xxl-5{margin-left:3rem!important}:host ::ng-deep .ms-xxl-auto{margin-left:auto!important}:host ::ng-deep .p-xxl-0{padding:0!important}:host ::ng-deep .p-xxl-1{padding:.25rem!important}:host ::ng-deep .p-xxl-2{padding:.5rem!important}:host ::ng-deep .p-xxl-3{padding:1rem!important}:host ::ng-deep .p-xxl-4{padding:1.5rem!important}:host ::ng-deep .p-xxl-5{padding:3rem!important}:host ::ng-deep .px-xxl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xxl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xxl-0{padding-top:0!important}:host ::ng-deep .pt-xxl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xxl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xxl-3{padding-top:1rem!important}:host ::ng-deep .pt-xxl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xxl-5{padding-top:3rem!important}:host ::ng-deep .pe-xxl-0{padding-right:0!important}:host ::ng-deep .pe-xxl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xxl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xxl-3{padding-right:1rem!important}:host ::ng-deep .pe-xxl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xxl-5{padding-right:3rem!important}:host ::ng-deep .pb-xxl-0{padding-bottom:0!important}:host ::ng-deep .pb-xxl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xxl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xxl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xxl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xxl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xxl-0{padding-left:0!important}:host ::ng-deep .ps-xxl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xxl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xxl-3{padding-left:1rem!important}:host ::ng-deep .ps-xxl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xxl-5{padding-left:3rem!important}:host ::ng-deep .gap-xxl-0{gap:0!important}:host ::ng-deep .gap-xxl-1{gap:.25rem!important}:host ::ng-deep .gap-xxl-2{gap:.5rem!important}:host ::ng-deep .gap-xxl-3{gap:1rem!important}:host ::ng-deep .gap-xxl-4{gap:1.5rem!important}:host ::ng-deep .gap-xxl-5{gap:3rem!important}:host ::ng-deep .text-xxl-start{text-align:left!important}:host ::ng-deep .text-xxl-end{text-align:right!important}:host ::ng-deep .text-xxl-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .fs-1{font-size:2.5rem!important}:host ::ng-deep .fs-2{font-size:2rem!important}:host ::ng-deep .fs-3{font-size:1.75rem!important}:host ::ng-deep .fs-4{font-size:1.5rem!important}}@media print{:host ::ng-deep .d-print-inline{display:inline!important}:host ::ng-deep .d-print-inline-block{display:inline-block!important}:host ::ng-deep .d-print-block{display:block!important}:host ::ng-deep .d-print-grid{display:grid!important}:host ::ng-deep .d-print-table{display:table!important}:host ::ng-deep .d-print-table-row{display:table-row!important}:host ::ng-deep .d-print-table-cell{display:table-cell!important}:host ::ng-deep .d-print-flex{display:flex!important}:host ::ng-deep .d-print-inline-flex{display:inline-flex!important}:host ::ng-deep .d-print-none{display:none!important}}:host ::ng-deep .container,:host ::ng-deep .container-fluid,:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:540px}}@media (min-width: 768px){:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:720px}}@media (min-width: 992px){:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:960px}}@media (min-width: 1200px){:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1140px}}@media (min-width: 1400px){:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1320px}}:host ::ng-deep .row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}:host ::ng-deep .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}:host ::ng-deep .col{flex:1 0 0%}:host ::ng-deep .row-cols-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-1{margin-left:8.33333333%}:host ::ng-deep .offset-2{margin-left:16.66666667%}:host ::ng-deep .offset-3{margin-left:25%}:host ::ng-deep .offset-4{margin-left:33.33333333%}:host ::ng-deep .offset-5{margin-left:41.66666667%}:host ::ng-deep .offset-6{margin-left:50%}:host ::ng-deep .offset-7{margin-left:58.33333333%}:host ::ng-deep .offset-8{margin-left:66.66666667%}:host ::ng-deep .offset-9{margin-left:75%}:host ::ng-deep .offset-10{margin-left:83.33333333%}:host ::ng-deep .offset-11{margin-left:91.66666667%}:host ::ng-deep .g-0,:host ::ng-deep .gx-0{--bs-gutter-x: 0}:host ::ng-deep .g-0,:host ::ng-deep .gy-0{--bs-gutter-y: 0}:host ::ng-deep .g-1,:host ::ng-deep .gx-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-1,:host ::ng-deep .gy-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-2,:host ::ng-deep .gx-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-2,:host ::ng-deep .gy-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-3,:host ::ng-deep .gx-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-3,:host ::ng-deep .gy-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-4,:host ::ng-deep .gx-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-4,:host ::ng-deep .gy-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-5,:host ::ng-deep .gx-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-5,:host ::ng-deep .gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){:host ::ng-deep .col-sm{flex:1 0 0%}:host ::ng-deep .row-cols-sm-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-sm-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-sm-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-sm-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-sm-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-sm-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-sm-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-sm-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-sm-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-sm-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-sm-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-sm-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-sm-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-sm-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-sm-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-sm-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-sm-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-sm-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-sm-0{margin-left:0}:host ::ng-deep .offset-sm-1{margin-left:8.33333333%}:host ::ng-deep .offset-sm-2{margin-left:16.66666667%}:host ::ng-deep .offset-sm-3{margin-left:25%}:host ::ng-deep .offset-sm-4{margin-left:33.33333333%}:host ::ng-deep .offset-sm-5{margin-left:41.66666667%}:host ::ng-deep .offset-sm-6{margin-left:50%}:host ::ng-deep .offset-sm-7{margin-left:58.33333333%}:host ::ng-deep .offset-sm-8{margin-left:66.66666667%}:host ::ng-deep .offset-sm-9{margin-left:75%}:host ::ng-deep .offset-sm-10{margin-left:83.33333333%}:host ::ng-deep .offset-sm-11{margin-left:91.66666667%}:host ::ng-deep .g-sm-0,:host ::ng-deep .gx-sm-0{--bs-gutter-x: 0}:host ::ng-deep .g-sm-0,:host ::ng-deep .gy-sm-0{--bs-gutter-y: 0}:host ::ng-deep .g-sm-1,:host ::ng-deep .gx-sm-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-sm-1,:host ::ng-deep .gy-sm-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-sm-2,:host ::ng-deep .gx-sm-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-sm-2,:host ::ng-deep .gy-sm-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-sm-3,:host ::ng-deep .gx-sm-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-sm-3,:host ::ng-deep .gy-sm-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-sm-4,:host ::ng-deep .gx-sm-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-sm-4,:host ::ng-deep .gy-sm-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-sm-5,:host ::ng-deep .gx-sm-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-sm-5,:host ::ng-deep .gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){:host ::ng-deep .col-md{flex:1 0 0%}:host ::ng-deep .row-cols-md-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-md-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-md-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-md-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-md-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-md-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-md-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-md-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-md-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-md-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-md-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-md-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-md-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-md-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-md-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-md-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-md-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-md-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-md-0{margin-left:0}:host ::ng-deep .offset-md-1{margin-left:8.33333333%}:host ::ng-deep .offset-md-2{margin-left:16.66666667%}:host ::ng-deep .offset-md-3{margin-left:25%}:host ::ng-deep .offset-md-4{margin-left:33.33333333%}:host ::ng-deep .offset-md-5{margin-left:41.66666667%}:host ::ng-deep .offset-md-6{margin-left:50%}:host ::ng-deep .offset-md-7{margin-left:58.33333333%}:host ::ng-deep .offset-md-8{margin-left:66.66666667%}:host ::ng-deep .offset-md-9{margin-left:75%}:host ::ng-deep .offset-md-10{margin-left:83.33333333%}:host ::ng-deep .offset-md-11{margin-left:91.66666667%}:host ::ng-deep .g-md-0,:host ::ng-deep .gx-md-0{--bs-gutter-x: 0}:host ::ng-deep .g-md-0,:host ::ng-deep .gy-md-0{--bs-gutter-y: 0}:host ::ng-deep .g-md-1,:host ::ng-deep .gx-md-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-md-1,:host ::ng-deep .gy-md-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-md-2,:host ::ng-deep .gx-md-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-md-2,:host ::ng-deep .gy-md-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-md-3,:host ::ng-deep .gx-md-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-md-3,:host ::ng-deep .gy-md-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-md-4,:host ::ng-deep .gx-md-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-md-4,:host ::ng-deep .gy-md-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-md-5,:host ::ng-deep .gx-md-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-md-5,:host ::ng-deep .gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){:host ::ng-deep .col-lg{flex:1 0 0%}:host ::ng-deep .row-cols-lg-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-lg-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-lg-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-lg-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-lg-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-lg-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-lg-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-lg-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-lg-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-lg-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-lg-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-lg-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-lg-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-lg-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-lg-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-lg-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-lg-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-lg-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-lg-0{margin-left:0}:host ::ng-deep .offset-lg-1{margin-left:8.33333333%}:host ::ng-deep .offset-lg-2{margin-left:16.66666667%}:host ::ng-deep .offset-lg-3{margin-left:25%}:host ::ng-deep .offset-lg-4{margin-left:33.33333333%}:host ::ng-deep .offset-lg-5{margin-left:41.66666667%}:host ::ng-deep .offset-lg-6{margin-left:50%}:host ::ng-deep .offset-lg-7{margin-left:58.33333333%}:host ::ng-deep .offset-lg-8{margin-left:66.66666667%}:host ::ng-deep .offset-lg-9{margin-left:75%}:host ::ng-deep .offset-lg-10{margin-left:83.33333333%}:host ::ng-deep .offset-lg-11{margin-left:91.66666667%}:host ::ng-deep .g-lg-0,:host ::ng-deep .gx-lg-0{--bs-gutter-x: 0}:host ::ng-deep .g-lg-0,:host ::ng-deep .gy-lg-0{--bs-gutter-y: 0}:host ::ng-deep .g-lg-1,:host ::ng-deep .gx-lg-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-lg-1,:host ::ng-deep .gy-lg-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-lg-2,:host ::ng-deep .gx-lg-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-lg-2,:host ::ng-deep .gy-lg-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-lg-3,:host ::ng-deep .gx-lg-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-lg-3,:host ::ng-deep .gy-lg-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-lg-4,:host ::ng-deep .gx-lg-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-lg-4,:host ::ng-deep .gy-lg-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-lg-5,:host ::ng-deep .gx-lg-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-lg-5,:host ::ng-deep .gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){:host ::ng-deep .col-xl{flex:1 0 0%}:host ::ng-deep .row-cols-xl-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-xl-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-xl-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-xl-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-xl-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-xl-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-xl-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-xl-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-xl-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-xl-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-xl-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-xl-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-xl-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-xl-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-xl-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-xl-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-xl-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-xl-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-xl-0{margin-left:0}:host ::ng-deep .offset-xl-1{margin-left:8.33333333%}:host ::ng-deep .offset-xl-2{margin-left:16.66666667%}:host ::ng-deep .offset-xl-3{margin-left:25%}:host ::ng-deep .offset-xl-4{margin-left:33.33333333%}:host ::ng-deep .offset-xl-5{margin-left:41.66666667%}:host ::ng-deep .offset-xl-6{margin-left:50%}:host ::ng-deep .offset-xl-7{margin-left:58.33333333%}:host ::ng-deep .offset-xl-8{margin-left:66.66666667%}:host ::ng-deep .offset-xl-9{margin-left:75%}:host ::ng-deep .offset-xl-10{margin-left:83.33333333%}:host ::ng-deep .offset-xl-11{margin-left:91.66666667%}:host ::ng-deep .g-xl-0,:host ::ng-deep .gx-xl-0{--bs-gutter-x: 0}:host ::ng-deep .g-xl-0,:host ::ng-deep .gy-xl-0{--bs-gutter-y: 0}:host ::ng-deep .g-xl-1,:host ::ng-deep .gx-xl-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-xl-1,:host ::ng-deep .gy-xl-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-xl-2,:host ::ng-deep .gx-xl-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-xl-2,:host ::ng-deep .gy-xl-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-xl-3,:host ::ng-deep .gx-xl-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-xl-3,:host ::ng-deep .gy-xl-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-xl-4,:host ::ng-deep .gx-xl-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-xl-4,:host ::ng-deep .gy-xl-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-xl-5,:host ::ng-deep .gx-xl-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-xl-5,:host ::ng-deep .gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){:host ::ng-deep .col-xxl{flex:1 0 0%}:host ::ng-deep .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-xxl-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-xxl-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-xxl-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-xxl-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-xxl-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-xxl-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-xxl-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-xxl-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-xxl-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-xxl-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-xxl-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-xxl-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-xxl-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-xxl-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-xxl-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-xxl-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-xxl-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-xxl-0{margin-left:0}:host ::ng-deep .offset-xxl-1{margin-left:8.33333333%}:host ::ng-deep .offset-xxl-2{margin-left:16.66666667%}:host ::ng-deep .offset-xxl-3{margin-left:25%}:host ::ng-deep .offset-xxl-4{margin-left:33.33333333%}:host ::ng-deep .offset-xxl-5{margin-left:41.66666667%}:host ::ng-deep .offset-xxl-6{margin-left:50%}:host ::ng-deep .offset-xxl-7{margin-left:58.33333333%}:host ::ng-deep .offset-xxl-8{margin-left:66.66666667%}:host ::ng-deep .offset-xxl-9{margin-left:75%}:host ::ng-deep .offset-xxl-10{margin-left:83.33333333%}:host ::ng-deep .offset-xxl-11{margin-left:91.66666667%}:host ::ng-deep .g-xxl-0,:host ::ng-deep .gx-xxl-0{--bs-gutter-x: 0}:host ::ng-deep .g-xxl-0,:host ::ng-deep .gy-xxl-0{--bs-gutter-y: 0}:host ::ng-deep .g-xxl-1,:host ::ng-deep .gx-xxl-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-xxl-1,:host ::ng-deep .gy-xxl-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-xxl-2,:host ::ng-deep .gx-xxl-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-xxl-2,:host ::ng-deep .gy-xxl-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-xxl-3,:host ::ng-deep .gx-xxl-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-xxl-3,:host ::ng-deep .gy-xxl-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-xxl-4,:host ::ng-deep .gx-xxl-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-xxl-4,:host ::ng-deep .gy-xxl-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-xxl-5,:host ::ng-deep .gx-xxl-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-xxl-5,:host ::ng-deep .gy-xxl-5{--bs-gutter-y: 3rem}}:host{display:contents}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridComponent, decorators: [{
27
- type: Component,
28
- args: [{ selector: 'bs-grid', template: "<div [class]=\"containerClass$ | async\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .clearfix:after{display:block;clear:both;content:\"\"}:host ::ng-deep .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .link-primary{color:#0d6efd!important}:host ::ng-deep .link-primary:hover,:host ::ng-deep .link-primary:focus{color:#0a58ca!important}:host ::ng-deep .link-secondary{color:#6c757d!important}:host ::ng-deep .link-secondary:hover,:host ::ng-deep .link-secondary:focus{color:#565e64!important}:host ::ng-deep .link-success{color:#198754!important}:host ::ng-deep .link-success:hover,:host ::ng-deep .link-success:focus{color:#146c43!important}:host ::ng-deep .link-info{color:#0dcaf0!important}:host ::ng-deep .link-info:hover,:host ::ng-deep .link-info:focus{color:#3dd5f3!important}:host ::ng-deep .link-warning{color:#ffc107!important}:host ::ng-deep .link-warning:hover,:host ::ng-deep .link-warning:focus{color:#ffcd39!important}:host ::ng-deep .link-danger{color:#dc3545!important}:host ::ng-deep .link-danger:hover,:host ::ng-deep .link-danger:focus{color:#b02a37!important}:host ::ng-deep .link-light{color:#f8f9fa!important}:host ::ng-deep .link-light:hover,:host ::ng-deep .link-light:focus{color:#f9fafb!important}:host ::ng-deep .link-dark{color:#212529!important}:host ::ng-deep .link-dark:hover,:host ::ng-deep .link-dark:focus{color:#1a1e21!important}:host ::ng-deep .ratio{position:relative;width:100%}:host ::ng-deep .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}:host ::ng-deep .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}:host ::ng-deep .ratio-1x1{--bs-aspect-ratio: 100%}:host ::ng-deep .ratio-4x3{--bs-aspect-ratio: 75%}:host ::ng-deep .ratio-16x9{--bs-aspect-ratio: 56.25%}:host ::ng-deep .ratio-21x9{--bs-aspect-ratio: 42.8571428571%}:host ::ng-deep .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}:host ::ng-deep .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}:host ::ng-deep .sticky-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){:host ::ng-deep .sticky-sm-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){:host ::ng-deep .sticky-md-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){:host ::ng-deep .sticky-lg-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){:host ::ng-deep .sticky-xl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){:host ::ng-deep .sticky-xxl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}:host ::ng-deep .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}:host ::ng-deep .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}:host ::ng-deep .visually-hidden,:host ::ng-deep .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:host ::ng-deep .stretched-link:after{position:absolute;inset:0;z-index:1;content:\"\"}:host ::ng-deep .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host ::ng-deep .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}:host ::ng-deep .align-baseline{vertical-align:baseline!important}:host ::ng-deep .align-top{vertical-align:top!important}:host ::ng-deep .align-middle{vertical-align:middle!important}:host ::ng-deep .align-bottom{vertical-align:bottom!important}:host ::ng-deep .align-text-bottom{vertical-align:text-bottom!important}:host ::ng-deep .align-text-top{vertical-align:text-top!important}:host ::ng-deep .float-start{float:left!important}:host ::ng-deep .float-end{float:right!important}:host ::ng-deep .float-none{float:none!important}:host ::ng-deep .opacity-0{opacity:0!important}:host ::ng-deep .opacity-25{opacity:.25!important}:host ::ng-deep .opacity-50{opacity:.5!important}:host ::ng-deep .opacity-75{opacity:.75!important}:host ::ng-deep .opacity-100{opacity:1!important}:host ::ng-deep .overflow-auto{overflow:auto!important}:host ::ng-deep .overflow-hidden{overflow:hidden!important}:host ::ng-deep .overflow-visible{overflow:visible!important}:host ::ng-deep .overflow-scroll{overflow:scroll!important}:host ::ng-deep .d-inline{display:inline!important}:host ::ng-deep .d-inline-block{display:inline-block!important}:host ::ng-deep .d-block{display:block!important}:host ::ng-deep .d-grid{display:grid!important}:host ::ng-deep .d-table{display:table!important}:host ::ng-deep .d-table-row{display:table-row!important}:host ::ng-deep .d-table-cell{display:table-cell!important}:host ::ng-deep .d-flex{display:flex!important}:host ::ng-deep .d-inline-flex{display:inline-flex!important}:host ::ng-deep .d-none{display:none!important}:host ::ng-deep .shadow{box-shadow:0 .5rem 1rem #00000026!important}:host ::ng-deep .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}:host ::ng-deep .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}:host ::ng-deep .shadow-none{box-shadow:none!important}:host ::ng-deep .position-static{position:static!important}:host ::ng-deep .position-relative{position:relative!important}:host ::ng-deep .position-absolute{position:absolute!important}:host ::ng-deep .position-fixed{position:fixed!important}:host ::ng-deep .position-sticky{position:sticky!important}:host ::ng-deep .top-0{top:0!important}:host ::ng-deep .top-50{top:50%!important}:host ::ng-deep .top-100{top:100%!important}:host ::ng-deep .bottom-0{bottom:0!important}:host ::ng-deep .bottom-50{bottom:50%!important}:host ::ng-deep .bottom-100{bottom:100%!important}:host ::ng-deep .start-0{left:0!important}:host ::ng-deep .start-50{left:50%!important}:host ::ng-deep .start-100{left:100%!important}:host ::ng-deep .end-0{right:0!important}:host ::ng-deep .end-50{right:50%!important}:host ::ng-deep .end-100{right:100%!important}:host ::ng-deep .translate-middle{transform:translate(-50%,-50%)!important}:host ::ng-deep .translate-middle-x{transform:translate(-50%)!important}:host ::ng-deep .translate-middle-y{transform:translateY(-50%)!important}:host ::ng-deep .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-0{border:0!important}:host ::ng-deep .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-top-0{border-top:0!important}:host ::ng-deep .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-end-0{border-right:0!important}:host ::ng-deep .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-bottom-0{border-bottom:0!important}:host ::ng-deep .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-start-0{border-left:0!important}:host ::ng-deep .border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-1{--bs-border-width: 1px}:host ::ng-deep .border-2{--bs-border-width: 2px}:host ::ng-deep .border-3{--bs-border-width: 3px}:host ::ng-deep .border-4{--bs-border-width: 4px}:host ::ng-deep .border-5{--bs-border-width: 5px}:host ::ng-deep .border-opacity-10{--bs-border-opacity: .1}:host ::ng-deep .border-opacity-25{--bs-border-opacity: .25}:host ::ng-deep .border-opacity-50{--bs-border-opacity: .5}:host ::ng-deep .border-opacity-75{--bs-border-opacity: .75}:host ::ng-deep .border-opacity-100{--bs-border-opacity: 1}:host ::ng-deep .w-25{width:25%!important}:host ::ng-deep .w-50{width:50%!important}:host ::ng-deep .w-75{width:75%!important}:host ::ng-deep .w-100{width:100%!important}:host ::ng-deep .w-auto{width:auto!important}:host ::ng-deep .mw-100{max-width:100%!important}:host ::ng-deep .vw-100{width:100vw!important}:host ::ng-deep .min-vw-100{min-width:100vw!important}:host ::ng-deep .h-25{height:25%!important}:host ::ng-deep .h-50{height:50%!important}:host ::ng-deep .h-75{height:75%!important}:host ::ng-deep .h-100{height:100%!important}:host ::ng-deep .h-auto{height:auto!important}:host ::ng-deep .mh-100{max-height:100%!important}:host ::ng-deep .vh-100{height:100vh!important}:host ::ng-deep .min-vh-100{min-height:100vh!important}:host ::ng-deep .flex-fill{flex:1 1 auto!important}:host ::ng-deep .flex-row{flex-direction:row!important}:host ::ng-deep .flex-column{flex-direction:column!important}:host ::ng-deep .flex-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-grow-0{flex-grow:0!important}:host ::ng-deep .flex-grow-1{flex-grow:1!important}:host ::ng-deep .flex-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-center{justify-content:center!important}:host ::ng-deep .justify-content-between{justify-content:space-between!important}:host ::ng-deep .justify-content-around{justify-content:space-around!important}:host ::ng-deep .justify-content-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-start{align-items:flex-start!important}:host ::ng-deep .align-items-end{align-items:flex-end!important}:host ::ng-deep .align-items-center{align-items:center!important}:host ::ng-deep .align-items-baseline{align-items:baseline!important}:host ::ng-deep .align-items-stretch{align-items:stretch!important}:host ::ng-deep .align-content-start{align-content:flex-start!important}:host ::ng-deep .align-content-end{align-content:flex-end!important}:host ::ng-deep .align-content-center{align-content:center!important}:host ::ng-deep .align-content-between{align-content:space-between!important}:host ::ng-deep .align-content-around{align-content:space-around!important}:host ::ng-deep .align-content-stretch{align-content:stretch!important}:host ::ng-deep .align-self-auto{align-self:auto!important}:host ::ng-deep .align-self-start{align-self:flex-start!important}:host ::ng-deep .align-self-end{align-self:flex-end!important}:host ::ng-deep .align-self-center{align-self:center!important}:host ::ng-deep .align-self-baseline{align-self:baseline!important}:host ::ng-deep .align-self-stretch{align-self:stretch!important}:host ::ng-deep .order-first{order:-1!important}:host ::ng-deep .order-0{order:0!important}:host ::ng-deep .order-1{order:1!important}:host ::ng-deep .order-2{order:2!important}:host ::ng-deep .order-3{order:3!important}:host ::ng-deep .order-4{order:4!important}:host ::ng-deep .order-5{order:5!important}:host ::ng-deep .order-last{order:6!important}:host ::ng-deep .m-0{margin:0!important}:host ::ng-deep .m-1{margin:.25rem!important}:host ::ng-deep .m-2{margin:.5rem!important}:host ::ng-deep .m-3{margin:1rem!important}:host ::ng-deep .m-4{margin:1.5rem!important}:host ::ng-deep .m-5{margin:3rem!important}:host ::ng-deep .m-auto{margin:auto!important}:host ::ng-deep .mx-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-0{margin-top:0!important}:host ::ng-deep .mt-1{margin-top:.25rem!important}:host ::ng-deep .mt-2{margin-top:.5rem!important}:host ::ng-deep .mt-3{margin-top:1rem!important}:host ::ng-deep .mt-4{margin-top:1.5rem!important}:host ::ng-deep .mt-5{margin-top:3rem!important}:host ::ng-deep .mt-auto{margin-top:auto!important}:host ::ng-deep .me-0{margin-right:0!important}:host ::ng-deep .me-1{margin-right:.25rem!important}:host ::ng-deep .me-2{margin-right:.5rem!important}:host ::ng-deep .me-3{margin-right:1rem!important}:host ::ng-deep .me-4{margin-right:1.5rem!important}:host ::ng-deep .me-5{margin-right:3rem!important}:host ::ng-deep .me-auto{margin-right:auto!important}:host ::ng-deep .mb-0{margin-bottom:0!important}:host ::ng-deep .mb-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-3{margin-bottom:1rem!important}:host ::ng-deep .mb-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-5{margin-bottom:3rem!important}:host ::ng-deep .mb-auto{margin-bottom:auto!important}:host ::ng-deep .ms-0{margin-left:0!important}:host ::ng-deep .ms-1{margin-left:.25rem!important}:host ::ng-deep .ms-2{margin-left:.5rem!important}:host ::ng-deep .ms-3{margin-left:1rem!important}:host ::ng-deep .ms-4{margin-left:1.5rem!important}:host ::ng-deep .ms-5{margin-left:3rem!important}:host ::ng-deep .ms-auto{margin-left:auto!important}:host ::ng-deep .p-0{padding:0!important}:host ::ng-deep .p-1{padding:.25rem!important}:host ::ng-deep .p-2{padding:.5rem!important}:host ::ng-deep .p-3{padding:1rem!important}:host ::ng-deep .p-4{padding:1.5rem!important}:host ::ng-deep .p-5{padding:3rem!important}:host ::ng-deep .px-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-0{padding-top:0!important}:host ::ng-deep .pt-1{padding-top:.25rem!important}:host ::ng-deep .pt-2{padding-top:.5rem!important}:host ::ng-deep .pt-3{padding-top:1rem!important}:host ::ng-deep .pt-4{padding-top:1.5rem!important}:host ::ng-deep .pt-5{padding-top:3rem!important}:host ::ng-deep .pe-0{padding-right:0!important}:host ::ng-deep .pe-1{padding-right:.25rem!important}:host ::ng-deep .pe-2{padding-right:.5rem!important}:host ::ng-deep .pe-3{padding-right:1rem!important}:host ::ng-deep .pe-4{padding-right:1.5rem!important}:host ::ng-deep .pe-5{padding-right:3rem!important}:host ::ng-deep .pb-0{padding-bottom:0!important}:host ::ng-deep .pb-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-3{padding-bottom:1rem!important}:host ::ng-deep .pb-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-5{padding-bottom:3rem!important}:host ::ng-deep .ps-0{padding-left:0!important}:host ::ng-deep .ps-1{padding-left:.25rem!important}:host ::ng-deep .ps-2{padding-left:.5rem!important}:host ::ng-deep .ps-3{padding-left:1rem!important}:host ::ng-deep .ps-4{padding-left:1.5rem!important}:host ::ng-deep .ps-5{padding-left:3rem!important}:host ::ng-deep .gap-0{gap:0!important}:host ::ng-deep .gap-1{gap:.25rem!important}:host ::ng-deep .gap-2{gap:.5rem!important}:host ::ng-deep .gap-3{gap:1rem!important}:host ::ng-deep .gap-4{gap:1.5rem!important}:host ::ng-deep .gap-5{gap:3rem!important}:host ::ng-deep .font-monospace{font-family:var(--bs-font-monospace)!important}:host ::ng-deep .fs-1{font-size:calc(1.375rem + 1.5vw)!important}:host ::ng-deep .fs-2{font-size:calc(1.325rem + .9vw)!important}:host ::ng-deep .fs-3{font-size:calc(1.3rem + .6vw)!important}:host ::ng-deep .fs-4{font-size:calc(1.275rem + .3vw)!important}:host ::ng-deep .fs-5{font-size:1.25rem!important}:host ::ng-deep .fs-6{font-size:1rem!important}:host ::ng-deep .fst-italic{font-style:italic!important}:host ::ng-deep .fst-normal{font-style:normal!important}:host ::ng-deep .fw-light{font-weight:300!important}:host ::ng-deep .fw-lighter{font-weight:lighter!important}:host ::ng-deep .fw-normal{font-weight:400!important}:host ::ng-deep .fw-bold{font-weight:700!important}:host ::ng-deep .fw-semibold{font-weight:600!important}:host ::ng-deep .fw-bolder{font-weight:bolder!important}:host ::ng-deep .lh-1{line-height:1!important}:host ::ng-deep .lh-sm{line-height:1.25!important}:host ::ng-deep .lh-base{line-height:1.5!important}:host ::ng-deep .lh-lg{line-height:2!important}:host ::ng-deep .text-start{text-align:left!important}:host ::ng-deep .text-end{text-align:right!important}:host ::ng-deep .text-center{text-align:center!important}:host ::ng-deep .text-decoration-none{text-decoration:none!important}:host ::ng-deep .text-decoration-underline{text-decoration:underline!important}:host ::ng-deep .text-decoration-line-through{text-decoration:line-through!important}:host ::ng-deep .text-lowercase{text-transform:lowercase!important}:host ::ng-deep .text-uppercase{text-transform:uppercase!important}:host ::ng-deep .text-capitalize{text-transform:capitalize!important}:host ::ng-deep .text-wrap{white-space:normal!important}:host ::ng-deep .text-nowrap{white-space:nowrap!important}:host ::ng-deep .text-break{word-wrap:break-word!important;word-break:break-word!important}:host ::ng-deep .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-muted{--bs-text-opacity: 1;color:#6c757d!important}:host ::ng-deep .text-black-50{--bs-text-opacity: 1;color:#00000080!important}:host ::ng-deep .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}:host ::ng-deep .text-reset{--bs-text-opacity: 1;color:inherit!important}:host ::ng-deep .text-opacity-25{--bs-text-opacity: .25}:host ::ng-deep .text-opacity-50{--bs-text-opacity: .5}:host ::ng-deep .text-opacity-75{--bs-text-opacity: .75}:host ::ng-deep .text-opacity-100{--bs-text-opacity: 1}:host ::ng-deep .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}:host ::ng-deep .bg-opacity-10{--bs-bg-opacity: .1}:host ::ng-deep .bg-opacity-25{--bs-bg-opacity: .25}:host ::ng-deep .bg-opacity-50{--bs-bg-opacity: .5}:host ::ng-deep .bg-opacity-75{--bs-bg-opacity: .75}:host ::ng-deep .bg-opacity-100{--bs-bg-opacity: 1}:host ::ng-deep .bg-gradient{background-image:var(--bs-gradient)!important}:host ::ng-deep .user-select-all{-webkit-user-select:all!important;user-select:all!important}:host ::ng-deep .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}:host ::ng-deep .user-select-none{-webkit-user-select:none!important;user-select:none!important}:host ::ng-deep .pe-none{pointer-events:none!important}:host ::ng-deep .pe-auto{pointer-events:auto!important}:host ::ng-deep .rounded{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-0{border-radius:0!important}:host ::ng-deep .rounded-1{border-radius:var(--bs-border-radius-sm)!important}:host ::ng-deep .rounded-2{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-3{border-radius:var(--bs-border-radius-lg)!important}:host ::ng-deep .rounded-4{border-radius:var(--bs-border-radius-xl)!important}:host ::ng-deep .rounded-5{border-radius:var(--bs-border-radius-2xl)!important}:host ::ng-deep .rounded-circle{border-radius:50%!important}:host ::ng-deep .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}:host ::ng-deep .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .visible{visibility:visible!important}:host ::ng-deep .invisible{visibility:hidden!important}@media (min-width: 576px){:host ::ng-deep .float-sm-start{float:left!important}:host ::ng-deep .float-sm-end{float:right!important}:host ::ng-deep .float-sm-none{float:none!important}:host ::ng-deep .d-sm-inline{display:inline!important}:host ::ng-deep .d-sm-inline-block{display:inline-block!important}:host ::ng-deep .d-sm-block{display:block!important}:host ::ng-deep .d-sm-grid{display:grid!important}:host ::ng-deep .d-sm-table{display:table!important}:host ::ng-deep .d-sm-table-row{display:table-row!important}:host ::ng-deep .d-sm-table-cell{display:table-cell!important}:host ::ng-deep .d-sm-flex{display:flex!important}:host ::ng-deep .d-sm-inline-flex{display:inline-flex!important}:host ::ng-deep .d-sm-none{display:none!important}:host ::ng-deep .flex-sm-fill{flex:1 1 auto!important}:host ::ng-deep .flex-sm-row{flex-direction:row!important}:host ::ng-deep .flex-sm-column{flex-direction:column!important}:host ::ng-deep .flex-sm-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-sm-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-sm-grow-0{flex-grow:0!important}:host ::ng-deep .flex-sm-grow-1{flex-grow:1!important}:host ::ng-deep .flex-sm-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-sm-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-sm-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-sm-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-sm-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-sm-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-sm-center{justify-content:center!important}:host ::ng-deep .justify-content-sm-between{justify-content:space-between!important}:host ::ng-deep .justify-content-sm-around{justify-content:space-around!important}:host ::ng-deep .justify-content-sm-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-sm-start{align-items:flex-start!important}:host ::ng-deep .align-items-sm-end{align-items:flex-end!important}:host ::ng-deep .align-items-sm-center{align-items:center!important}:host ::ng-deep .align-items-sm-baseline{align-items:baseline!important}:host ::ng-deep .align-items-sm-stretch{align-items:stretch!important}:host ::ng-deep .align-content-sm-start{align-content:flex-start!important}:host ::ng-deep .align-content-sm-end{align-content:flex-end!important}:host ::ng-deep .align-content-sm-center{align-content:center!important}:host ::ng-deep .align-content-sm-between{align-content:space-between!important}:host ::ng-deep .align-content-sm-around{align-content:space-around!important}:host ::ng-deep .align-content-sm-stretch{align-content:stretch!important}:host ::ng-deep .align-self-sm-auto{align-self:auto!important}:host ::ng-deep .align-self-sm-start{align-self:flex-start!important}:host ::ng-deep .align-self-sm-end{align-self:flex-end!important}:host ::ng-deep .align-self-sm-center{align-self:center!important}:host ::ng-deep .align-self-sm-baseline{align-self:baseline!important}:host ::ng-deep .align-self-sm-stretch{align-self:stretch!important}:host ::ng-deep .order-sm-first{order:-1!important}:host ::ng-deep .order-sm-0{order:0!important}:host ::ng-deep .order-sm-1{order:1!important}:host ::ng-deep .order-sm-2{order:2!important}:host ::ng-deep .order-sm-3{order:3!important}:host ::ng-deep .order-sm-4{order:4!important}:host ::ng-deep .order-sm-5{order:5!important}:host ::ng-deep .order-sm-last{order:6!important}:host ::ng-deep .m-sm-0{margin:0!important}:host ::ng-deep .m-sm-1{margin:.25rem!important}:host ::ng-deep .m-sm-2{margin:.5rem!important}:host ::ng-deep .m-sm-3{margin:1rem!important}:host ::ng-deep .m-sm-4{margin:1.5rem!important}:host ::ng-deep .m-sm-5{margin:3rem!important}:host ::ng-deep .m-sm-auto{margin:auto!important}:host ::ng-deep .mx-sm-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-sm-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-sm-0{margin-top:0!important}:host ::ng-deep .mt-sm-1{margin-top:.25rem!important}:host ::ng-deep .mt-sm-2{margin-top:.5rem!important}:host ::ng-deep .mt-sm-3{margin-top:1rem!important}:host ::ng-deep .mt-sm-4{margin-top:1.5rem!important}:host ::ng-deep .mt-sm-5{margin-top:3rem!important}:host ::ng-deep .mt-sm-auto{margin-top:auto!important}:host ::ng-deep .me-sm-0{margin-right:0!important}:host ::ng-deep .me-sm-1{margin-right:.25rem!important}:host ::ng-deep .me-sm-2{margin-right:.5rem!important}:host ::ng-deep .me-sm-3{margin-right:1rem!important}:host ::ng-deep .me-sm-4{margin-right:1.5rem!important}:host ::ng-deep .me-sm-5{margin-right:3rem!important}:host ::ng-deep .me-sm-auto{margin-right:auto!important}:host ::ng-deep .mb-sm-0{margin-bottom:0!important}:host ::ng-deep .mb-sm-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-sm-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-sm-3{margin-bottom:1rem!important}:host ::ng-deep .mb-sm-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-sm-5{margin-bottom:3rem!important}:host ::ng-deep .mb-sm-auto{margin-bottom:auto!important}:host ::ng-deep .ms-sm-0{margin-left:0!important}:host ::ng-deep .ms-sm-1{margin-left:.25rem!important}:host ::ng-deep .ms-sm-2{margin-left:.5rem!important}:host ::ng-deep .ms-sm-3{margin-left:1rem!important}:host ::ng-deep .ms-sm-4{margin-left:1.5rem!important}:host ::ng-deep .ms-sm-5{margin-left:3rem!important}:host ::ng-deep .ms-sm-auto{margin-left:auto!important}:host ::ng-deep .p-sm-0{padding:0!important}:host ::ng-deep .p-sm-1{padding:.25rem!important}:host ::ng-deep .p-sm-2{padding:.5rem!important}:host ::ng-deep .p-sm-3{padding:1rem!important}:host ::ng-deep .p-sm-4{padding:1.5rem!important}:host ::ng-deep .p-sm-5{padding:3rem!important}:host ::ng-deep .px-sm-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-sm-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-sm-0{padding-top:0!important}:host ::ng-deep .pt-sm-1{padding-top:.25rem!important}:host ::ng-deep .pt-sm-2{padding-top:.5rem!important}:host ::ng-deep .pt-sm-3{padding-top:1rem!important}:host ::ng-deep .pt-sm-4{padding-top:1.5rem!important}:host ::ng-deep .pt-sm-5{padding-top:3rem!important}:host ::ng-deep .pe-sm-0{padding-right:0!important}:host ::ng-deep .pe-sm-1{padding-right:.25rem!important}:host ::ng-deep .pe-sm-2{padding-right:.5rem!important}:host ::ng-deep .pe-sm-3{padding-right:1rem!important}:host ::ng-deep .pe-sm-4{padding-right:1.5rem!important}:host ::ng-deep .pe-sm-5{padding-right:3rem!important}:host ::ng-deep .pb-sm-0{padding-bottom:0!important}:host ::ng-deep .pb-sm-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-sm-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-sm-3{padding-bottom:1rem!important}:host ::ng-deep .pb-sm-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-sm-5{padding-bottom:3rem!important}:host ::ng-deep .ps-sm-0{padding-left:0!important}:host ::ng-deep .ps-sm-1{padding-left:.25rem!important}:host ::ng-deep .ps-sm-2{padding-left:.5rem!important}:host ::ng-deep .ps-sm-3{padding-left:1rem!important}:host ::ng-deep .ps-sm-4{padding-left:1.5rem!important}:host ::ng-deep .ps-sm-5{padding-left:3rem!important}:host ::ng-deep .gap-sm-0{gap:0!important}:host ::ng-deep .gap-sm-1{gap:.25rem!important}:host ::ng-deep .gap-sm-2{gap:.5rem!important}:host ::ng-deep .gap-sm-3{gap:1rem!important}:host ::ng-deep .gap-sm-4{gap:1.5rem!important}:host ::ng-deep .gap-sm-5{gap:3rem!important}:host ::ng-deep .text-sm-start{text-align:left!important}:host ::ng-deep .text-sm-end{text-align:right!important}:host ::ng-deep .text-sm-center{text-align:center!important}}@media (min-width: 768px){:host ::ng-deep .float-md-start{float:left!important}:host ::ng-deep .float-md-end{float:right!important}:host ::ng-deep .float-md-none{float:none!important}:host ::ng-deep .d-md-inline{display:inline!important}:host ::ng-deep .d-md-inline-block{display:inline-block!important}:host ::ng-deep .d-md-block{display:block!important}:host ::ng-deep .d-md-grid{display:grid!important}:host ::ng-deep .d-md-table{display:table!important}:host ::ng-deep .d-md-table-row{display:table-row!important}:host ::ng-deep .d-md-table-cell{display:table-cell!important}:host ::ng-deep .d-md-flex{display:flex!important}:host ::ng-deep .d-md-inline-flex{display:inline-flex!important}:host ::ng-deep .d-md-none{display:none!important}:host ::ng-deep .flex-md-fill{flex:1 1 auto!important}:host ::ng-deep .flex-md-row{flex-direction:row!important}:host ::ng-deep .flex-md-column{flex-direction:column!important}:host ::ng-deep .flex-md-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-md-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-md-grow-0{flex-grow:0!important}:host ::ng-deep .flex-md-grow-1{flex-grow:1!important}:host ::ng-deep .flex-md-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-md-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-md-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-md-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-md-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-md-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-md-center{justify-content:center!important}:host ::ng-deep .justify-content-md-between{justify-content:space-between!important}:host ::ng-deep .justify-content-md-around{justify-content:space-around!important}:host ::ng-deep .justify-content-md-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-md-start{align-items:flex-start!important}:host ::ng-deep .align-items-md-end{align-items:flex-end!important}:host ::ng-deep .align-items-md-center{align-items:center!important}:host ::ng-deep .align-items-md-baseline{align-items:baseline!important}:host ::ng-deep .align-items-md-stretch{align-items:stretch!important}:host ::ng-deep .align-content-md-start{align-content:flex-start!important}:host ::ng-deep .align-content-md-end{align-content:flex-end!important}:host ::ng-deep .align-content-md-center{align-content:center!important}:host ::ng-deep .align-content-md-between{align-content:space-between!important}:host ::ng-deep .align-content-md-around{align-content:space-around!important}:host ::ng-deep .align-content-md-stretch{align-content:stretch!important}:host ::ng-deep .align-self-md-auto{align-self:auto!important}:host ::ng-deep .align-self-md-start{align-self:flex-start!important}:host ::ng-deep .align-self-md-end{align-self:flex-end!important}:host ::ng-deep .align-self-md-center{align-self:center!important}:host ::ng-deep .align-self-md-baseline{align-self:baseline!important}:host ::ng-deep .align-self-md-stretch{align-self:stretch!important}:host ::ng-deep .order-md-first{order:-1!important}:host ::ng-deep .order-md-0{order:0!important}:host ::ng-deep .order-md-1{order:1!important}:host ::ng-deep .order-md-2{order:2!important}:host ::ng-deep .order-md-3{order:3!important}:host ::ng-deep .order-md-4{order:4!important}:host ::ng-deep .order-md-5{order:5!important}:host ::ng-deep .order-md-last{order:6!important}:host ::ng-deep .m-md-0{margin:0!important}:host ::ng-deep .m-md-1{margin:.25rem!important}:host ::ng-deep .m-md-2{margin:.5rem!important}:host ::ng-deep .m-md-3{margin:1rem!important}:host ::ng-deep .m-md-4{margin:1.5rem!important}:host ::ng-deep .m-md-5{margin:3rem!important}:host ::ng-deep .m-md-auto{margin:auto!important}:host ::ng-deep .mx-md-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-md-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-md-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-md-0{margin-top:0!important}:host ::ng-deep .mt-md-1{margin-top:.25rem!important}:host ::ng-deep .mt-md-2{margin-top:.5rem!important}:host ::ng-deep .mt-md-3{margin-top:1rem!important}:host ::ng-deep .mt-md-4{margin-top:1.5rem!important}:host ::ng-deep .mt-md-5{margin-top:3rem!important}:host ::ng-deep .mt-md-auto{margin-top:auto!important}:host ::ng-deep .me-md-0{margin-right:0!important}:host ::ng-deep .me-md-1{margin-right:.25rem!important}:host ::ng-deep .me-md-2{margin-right:.5rem!important}:host ::ng-deep .me-md-3{margin-right:1rem!important}:host ::ng-deep .me-md-4{margin-right:1.5rem!important}:host ::ng-deep .me-md-5{margin-right:3rem!important}:host ::ng-deep .me-md-auto{margin-right:auto!important}:host ::ng-deep .mb-md-0{margin-bottom:0!important}:host ::ng-deep .mb-md-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-md-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-md-3{margin-bottom:1rem!important}:host ::ng-deep .mb-md-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-md-5{margin-bottom:3rem!important}:host ::ng-deep .mb-md-auto{margin-bottom:auto!important}:host ::ng-deep .ms-md-0{margin-left:0!important}:host ::ng-deep .ms-md-1{margin-left:.25rem!important}:host ::ng-deep .ms-md-2{margin-left:.5rem!important}:host ::ng-deep .ms-md-3{margin-left:1rem!important}:host ::ng-deep .ms-md-4{margin-left:1.5rem!important}:host ::ng-deep .ms-md-5{margin-left:3rem!important}:host ::ng-deep .ms-md-auto{margin-left:auto!important}:host ::ng-deep .p-md-0{padding:0!important}:host ::ng-deep .p-md-1{padding:.25rem!important}:host ::ng-deep .p-md-2{padding:.5rem!important}:host ::ng-deep .p-md-3{padding:1rem!important}:host ::ng-deep .p-md-4{padding:1.5rem!important}:host ::ng-deep .p-md-5{padding:3rem!important}:host ::ng-deep .px-md-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-md-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-md-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-md-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-md-0{padding-top:0!important}:host ::ng-deep .pt-md-1{padding-top:.25rem!important}:host ::ng-deep .pt-md-2{padding-top:.5rem!important}:host ::ng-deep .pt-md-3{padding-top:1rem!important}:host ::ng-deep .pt-md-4{padding-top:1.5rem!important}:host ::ng-deep .pt-md-5{padding-top:3rem!important}:host ::ng-deep .pe-md-0{padding-right:0!important}:host ::ng-deep .pe-md-1{padding-right:.25rem!important}:host ::ng-deep .pe-md-2{padding-right:.5rem!important}:host ::ng-deep .pe-md-3{padding-right:1rem!important}:host ::ng-deep .pe-md-4{padding-right:1.5rem!important}:host ::ng-deep .pe-md-5{padding-right:3rem!important}:host ::ng-deep .pb-md-0{padding-bottom:0!important}:host ::ng-deep .pb-md-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-md-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-md-3{padding-bottom:1rem!important}:host ::ng-deep .pb-md-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-md-5{padding-bottom:3rem!important}:host ::ng-deep .ps-md-0{padding-left:0!important}:host ::ng-deep .ps-md-1{padding-left:.25rem!important}:host ::ng-deep .ps-md-2{padding-left:.5rem!important}:host ::ng-deep .ps-md-3{padding-left:1rem!important}:host ::ng-deep .ps-md-4{padding-left:1.5rem!important}:host ::ng-deep .ps-md-5{padding-left:3rem!important}:host ::ng-deep .gap-md-0{gap:0!important}:host ::ng-deep .gap-md-1{gap:.25rem!important}:host ::ng-deep .gap-md-2{gap:.5rem!important}:host ::ng-deep .gap-md-3{gap:1rem!important}:host ::ng-deep .gap-md-4{gap:1.5rem!important}:host ::ng-deep .gap-md-5{gap:3rem!important}:host ::ng-deep .text-md-start{text-align:left!important}:host ::ng-deep .text-md-end{text-align:right!important}:host ::ng-deep .text-md-center{text-align:center!important}}@media (min-width: 992px){:host ::ng-deep .float-lg-start{float:left!important}:host ::ng-deep .float-lg-end{float:right!important}:host ::ng-deep .float-lg-none{float:none!important}:host ::ng-deep .d-lg-inline{display:inline!important}:host ::ng-deep .d-lg-inline-block{display:inline-block!important}:host ::ng-deep .d-lg-block{display:block!important}:host ::ng-deep .d-lg-grid{display:grid!important}:host ::ng-deep .d-lg-table{display:table!important}:host ::ng-deep .d-lg-table-row{display:table-row!important}:host ::ng-deep .d-lg-table-cell{display:table-cell!important}:host ::ng-deep .d-lg-flex{display:flex!important}:host ::ng-deep .d-lg-inline-flex{display:inline-flex!important}:host ::ng-deep .d-lg-none{display:none!important}:host ::ng-deep .flex-lg-fill{flex:1 1 auto!important}:host ::ng-deep .flex-lg-row{flex-direction:row!important}:host ::ng-deep .flex-lg-column{flex-direction:column!important}:host ::ng-deep .flex-lg-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-lg-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-lg-grow-0{flex-grow:0!important}:host ::ng-deep .flex-lg-grow-1{flex-grow:1!important}:host ::ng-deep .flex-lg-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-lg-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-lg-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-lg-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-lg-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-lg-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-lg-center{justify-content:center!important}:host ::ng-deep .justify-content-lg-between{justify-content:space-between!important}:host ::ng-deep .justify-content-lg-around{justify-content:space-around!important}:host ::ng-deep .justify-content-lg-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-lg-start{align-items:flex-start!important}:host ::ng-deep .align-items-lg-end{align-items:flex-end!important}:host ::ng-deep .align-items-lg-center{align-items:center!important}:host ::ng-deep .align-items-lg-baseline{align-items:baseline!important}:host ::ng-deep .align-items-lg-stretch{align-items:stretch!important}:host ::ng-deep .align-content-lg-start{align-content:flex-start!important}:host ::ng-deep .align-content-lg-end{align-content:flex-end!important}:host ::ng-deep .align-content-lg-center{align-content:center!important}:host ::ng-deep .align-content-lg-between{align-content:space-between!important}:host ::ng-deep .align-content-lg-around{align-content:space-around!important}:host ::ng-deep .align-content-lg-stretch{align-content:stretch!important}:host ::ng-deep .align-self-lg-auto{align-self:auto!important}:host ::ng-deep .align-self-lg-start{align-self:flex-start!important}:host ::ng-deep .align-self-lg-end{align-self:flex-end!important}:host ::ng-deep .align-self-lg-center{align-self:center!important}:host ::ng-deep .align-self-lg-baseline{align-self:baseline!important}:host ::ng-deep .align-self-lg-stretch{align-self:stretch!important}:host ::ng-deep .order-lg-first{order:-1!important}:host ::ng-deep .order-lg-0{order:0!important}:host ::ng-deep .order-lg-1{order:1!important}:host ::ng-deep .order-lg-2{order:2!important}:host ::ng-deep .order-lg-3{order:3!important}:host ::ng-deep .order-lg-4{order:4!important}:host ::ng-deep .order-lg-5{order:5!important}:host ::ng-deep .order-lg-last{order:6!important}:host ::ng-deep .m-lg-0{margin:0!important}:host ::ng-deep .m-lg-1{margin:.25rem!important}:host ::ng-deep .m-lg-2{margin:.5rem!important}:host ::ng-deep .m-lg-3{margin:1rem!important}:host ::ng-deep .m-lg-4{margin:1.5rem!important}:host ::ng-deep .m-lg-5{margin:3rem!important}:host ::ng-deep .m-lg-auto{margin:auto!important}:host ::ng-deep .mx-lg-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-lg-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-lg-0{margin-top:0!important}:host ::ng-deep .mt-lg-1{margin-top:.25rem!important}:host ::ng-deep .mt-lg-2{margin-top:.5rem!important}:host ::ng-deep .mt-lg-3{margin-top:1rem!important}:host ::ng-deep .mt-lg-4{margin-top:1.5rem!important}:host ::ng-deep .mt-lg-5{margin-top:3rem!important}:host ::ng-deep .mt-lg-auto{margin-top:auto!important}:host ::ng-deep .me-lg-0{margin-right:0!important}:host ::ng-deep .me-lg-1{margin-right:.25rem!important}:host ::ng-deep .me-lg-2{margin-right:.5rem!important}:host ::ng-deep .me-lg-3{margin-right:1rem!important}:host ::ng-deep .me-lg-4{margin-right:1.5rem!important}:host ::ng-deep .me-lg-5{margin-right:3rem!important}:host ::ng-deep .me-lg-auto{margin-right:auto!important}:host ::ng-deep .mb-lg-0{margin-bottom:0!important}:host ::ng-deep .mb-lg-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-lg-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-lg-3{margin-bottom:1rem!important}:host ::ng-deep .mb-lg-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-lg-5{margin-bottom:3rem!important}:host ::ng-deep .mb-lg-auto{margin-bottom:auto!important}:host ::ng-deep .ms-lg-0{margin-left:0!important}:host ::ng-deep .ms-lg-1{margin-left:.25rem!important}:host ::ng-deep .ms-lg-2{margin-left:.5rem!important}:host ::ng-deep .ms-lg-3{margin-left:1rem!important}:host ::ng-deep .ms-lg-4{margin-left:1.5rem!important}:host ::ng-deep .ms-lg-5{margin-left:3rem!important}:host ::ng-deep .ms-lg-auto{margin-left:auto!important}:host ::ng-deep .p-lg-0{padding:0!important}:host ::ng-deep .p-lg-1{padding:.25rem!important}:host ::ng-deep .p-lg-2{padding:.5rem!important}:host ::ng-deep .p-lg-3{padding:1rem!important}:host ::ng-deep .p-lg-4{padding:1.5rem!important}:host ::ng-deep .p-lg-5{padding:3rem!important}:host ::ng-deep .px-lg-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-lg-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-lg-0{padding-top:0!important}:host ::ng-deep .pt-lg-1{padding-top:.25rem!important}:host ::ng-deep .pt-lg-2{padding-top:.5rem!important}:host ::ng-deep .pt-lg-3{padding-top:1rem!important}:host ::ng-deep .pt-lg-4{padding-top:1.5rem!important}:host ::ng-deep .pt-lg-5{padding-top:3rem!important}:host ::ng-deep .pe-lg-0{padding-right:0!important}:host ::ng-deep .pe-lg-1{padding-right:.25rem!important}:host ::ng-deep .pe-lg-2{padding-right:.5rem!important}:host ::ng-deep .pe-lg-3{padding-right:1rem!important}:host ::ng-deep .pe-lg-4{padding-right:1.5rem!important}:host ::ng-deep .pe-lg-5{padding-right:3rem!important}:host ::ng-deep .pb-lg-0{padding-bottom:0!important}:host ::ng-deep .pb-lg-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-lg-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-lg-3{padding-bottom:1rem!important}:host ::ng-deep .pb-lg-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-lg-5{padding-bottom:3rem!important}:host ::ng-deep .ps-lg-0{padding-left:0!important}:host ::ng-deep .ps-lg-1{padding-left:.25rem!important}:host ::ng-deep .ps-lg-2{padding-left:.5rem!important}:host ::ng-deep .ps-lg-3{padding-left:1rem!important}:host ::ng-deep .ps-lg-4{padding-left:1.5rem!important}:host ::ng-deep .ps-lg-5{padding-left:3rem!important}:host ::ng-deep .gap-lg-0{gap:0!important}:host ::ng-deep .gap-lg-1{gap:.25rem!important}:host ::ng-deep .gap-lg-2{gap:.5rem!important}:host ::ng-deep .gap-lg-3{gap:1rem!important}:host ::ng-deep .gap-lg-4{gap:1.5rem!important}:host ::ng-deep .gap-lg-5{gap:3rem!important}:host ::ng-deep .text-lg-start{text-align:left!important}:host ::ng-deep .text-lg-end{text-align:right!important}:host ::ng-deep .text-lg-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .float-xl-start{float:left!important}:host ::ng-deep .float-xl-end{float:right!important}:host ::ng-deep .float-xl-none{float:none!important}:host ::ng-deep .d-xl-inline{display:inline!important}:host ::ng-deep .d-xl-inline-block{display:inline-block!important}:host ::ng-deep .d-xl-block{display:block!important}:host ::ng-deep .d-xl-grid{display:grid!important}:host ::ng-deep .d-xl-table{display:table!important}:host ::ng-deep .d-xl-table-row{display:table-row!important}:host ::ng-deep .d-xl-table-cell{display:table-cell!important}:host ::ng-deep .d-xl-flex{display:flex!important}:host ::ng-deep .d-xl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xl-none{display:none!important}:host ::ng-deep .flex-xl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xl-row{flex-direction:row!important}:host ::ng-deep .flex-xl-column{flex-direction:column!important}:host ::ng-deep .flex-xl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xl-center{justify-content:center!important}:host ::ng-deep .justify-content-xl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xl-center{align-items:center!important}:host ::ng-deep .align-items-xl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xl-center{align-content:center!important}:host ::ng-deep .align-content-xl-between{align-content:space-between!important}:host ::ng-deep .align-content-xl-around{align-content:space-around!important}:host ::ng-deep .align-content-xl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xl-auto{align-self:auto!important}:host ::ng-deep .align-self-xl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xl-center{align-self:center!important}:host ::ng-deep .align-self-xl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xl-stretch{align-self:stretch!important}:host ::ng-deep .order-xl-first{order:-1!important}:host ::ng-deep .order-xl-0{order:0!important}:host ::ng-deep .order-xl-1{order:1!important}:host ::ng-deep .order-xl-2{order:2!important}:host ::ng-deep .order-xl-3{order:3!important}:host ::ng-deep .order-xl-4{order:4!important}:host ::ng-deep .order-xl-5{order:5!important}:host ::ng-deep .order-xl-last{order:6!important}:host ::ng-deep .m-xl-0{margin:0!important}:host ::ng-deep .m-xl-1{margin:.25rem!important}:host ::ng-deep .m-xl-2{margin:.5rem!important}:host ::ng-deep .m-xl-3{margin:1rem!important}:host ::ng-deep .m-xl-4{margin:1.5rem!important}:host ::ng-deep .m-xl-5{margin:3rem!important}:host ::ng-deep .m-xl-auto{margin:auto!important}:host ::ng-deep .mx-xl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xl-0{margin-top:0!important}:host ::ng-deep .mt-xl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xl-3{margin-top:1rem!important}:host ::ng-deep .mt-xl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xl-5{margin-top:3rem!important}:host ::ng-deep .mt-xl-auto{margin-top:auto!important}:host ::ng-deep .me-xl-0{margin-right:0!important}:host ::ng-deep .me-xl-1{margin-right:.25rem!important}:host ::ng-deep .me-xl-2{margin-right:.5rem!important}:host ::ng-deep .me-xl-3{margin-right:1rem!important}:host ::ng-deep .me-xl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xl-5{margin-right:3rem!important}:host ::ng-deep .me-xl-auto{margin-right:auto!important}:host ::ng-deep .mb-xl-0{margin-bottom:0!important}:host ::ng-deep .mb-xl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xl-0{margin-left:0!important}:host ::ng-deep .ms-xl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xl-3{margin-left:1rem!important}:host ::ng-deep .ms-xl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xl-5{margin-left:3rem!important}:host ::ng-deep .ms-xl-auto{margin-left:auto!important}:host ::ng-deep .p-xl-0{padding:0!important}:host ::ng-deep .p-xl-1{padding:.25rem!important}:host ::ng-deep .p-xl-2{padding:.5rem!important}:host ::ng-deep .p-xl-3{padding:1rem!important}:host ::ng-deep .p-xl-4{padding:1.5rem!important}:host ::ng-deep .p-xl-5{padding:3rem!important}:host ::ng-deep .px-xl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xl-0{padding-top:0!important}:host ::ng-deep .pt-xl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xl-3{padding-top:1rem!important}:host ::ng-deep .pt-xl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xl-5{padding-top:3rem!important}:host ::ng-deep .pe-xl-0{padding-right:0!important}:host ::ng-deep .pe-xl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xl-3{padding-right:1rem!important}:host ::ng-deep .pe-xl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xl-5{padding-right:3rem!important}:host ::ng-deep .pb-xl-0{padding-bottom:0!important}:host ::ng-deep .pb-xl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xl-0{padding-left:0!important}:host ::ng-deep .ps-xl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xl-3{padding-left:1rem!important}:host ::ng-deep .ps-xl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xl-5{padding-left:3rem!important}:host ::ng-deep .gap-xl-0{gap:0!important}:host ::ng-deep .gap-xl-1{gap:.25rem!important}:host ::ng-deep .gap-xl-2{gap:.5rem!important}:host ::ng-deep .gap-xl-3{gap:1rem!important}:host ::ng-deep .gap-xl-4{gap:1.5rem!important}:host ::ng-deep .gap-xl-5{gap:3rem!important}:host ::ng-deep .text-xl-start{text-align:left!important}:host ::ng-deep .text-xl-end{text-align:right!important}:host ::ng-deep .text-xl-center{text-align:center!important}}@media (min-width: 1400px){:host ::ng-deep .float-xxl-start{float:left!important}:host ::ng-deep .float-xxl-end{float:right!important}:host ::ng-deep .float-xxl-none{float:none!important}:host ::ng-deep .d-xxl-inline{display:inline!important}:host ::ng-deep .d-xxl-inline-block{display:inline-block!important}:host ::ng-deep .d-xxl-block{display:block!important}:host ::ng-deep .d-xxl-grid{display:grid!important}:host ::ng-deep .d-xxl-table{display:table!important}:host ::ng-deep .d-xxl-table-row{display:table-row!important}:host ::ng-deep .d-xxl-table-cell{display:table-cell!important}:host ::ng-deep .d-xxl-flex{display:flex!important}:host ::ng-deep .d-xxl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xxl-none{display:none!important}:host ::ng-deep .flex-xxl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xxl-row{flex-direction:row!important}:host ::ng-deep .flex-xxl-column{flex-direction:column!important}:host ::ng-deep .flex-xxl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xxl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xxl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xxl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xxl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xxl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xxl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xxl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xxl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xxl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xxl-center{justify-content:center!important}:host ::ng-deep .justify-content-xxl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xxl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xxl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xxl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xxl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xxl-center{align-items:center!important}:host ::ng-deep .align-items-xxl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xxl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xxl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xxl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xxl-center{align-content:center!important}:host ::ng-deep .align-content-xxl-between{align-content:space-between!important}:host ::ng-deep .align-content-xxl-around{align-content:space-around!important}:host ::ng-deep .align-content-xxl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xxl-auto{align-self:auto!important}:host ::ng-deep .align-self-xxl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xxl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xxl-center{align-self:center!important}:host ::ng-deep .align-self-xxl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xxl-stretch{align-self:stretch!important}:host ::ng-deep .order-xxl-first{order:-1!important}:host ::ng-deep .order-xxl-0{order:0!important}:host ::ng-deep .order-xxl-1{order:1!important}:host ::ng-deep .order-xxl-2{order:2!important}:host ::ng-deep .order-xxl-3{order:3!important}:host ::ng-deep .order-xxl-4{order:4!important}:host ::ng-deep .order-xxl-5{order:5!important}:host ::ng-deep .order-xxl-last{order:6!important}:host ::ng-deep .m-xxl-0{margin:0!important}:host ::ng-deep .m-xxl-1{margin:.25rem!important}:host ::ng-deep .m-xxl-2{margin:.5rem!important}:host ::ng-deep .m-xxl-3{margin:1rem!important}:host ::ng-deep .m-xxl-4{margin:1.5rem!important}:host ::ng-deep .m-xxl-5{margin:3rem!important}:host ::ng-deep .m-xxl-auto{margin:auto!important}:host ::ng-deep .mx-xxl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xxl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xxl-0{margin-top:0!important}:host ::ng-deep .mt-xxl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xxl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xxl-3{margin-top:1rem!important}:host ::ng-deep .mt-xxl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xxl-5{margin-top:3rem!important}:host ::ng-deep .mt-xxl-auto{margin-top:auto!important}:host ::ng-deep .me-xxl-0{margin-right:0!important}:host ::ng-deep .me-xxl-1{margin-right:.25rem!important}:host ::ng-deep .me-xxl-2{margin-right:.5rem!important}:host ::ng-deep .me-xxl-3{margin-right:1rem!important}:host ::ng-deep .me-xxl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xxl-5{margin-right:3rem!important}:host ::ng-deep .me-xxl-auto{margin-right:auto!important}:host ::ng-deep .mb-xxl-0{margin-bottom:0!important}:host ::ng-deep .mb-xxl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xxl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xxl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xxl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xxl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xxl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xxl-0{margin-left:0!important}:host ::ng-deep .ms-xxl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xxl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xxl-3{margin-left:1rem!important}:host ::ng-deep .ms-xxl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xxl-5{margin-left:3rem!important}:host ::ng-deep .ms-xxl-auto{margin-left:auto!important}:host ::ng-deep .p-xxl-0{padding:0!important}:host ::ng-deep .p-xxl-1{padding:.25rem!important}:host ::ng-deep .p-xxl-2{padding:.5rem!important}:host ::ng-deep .p-xxl-3{padding:1rem!important}:host ::ng-deep .p-xxl-4{padding:1.5rem!important}:host ::ng-deep .p-xxl-5{padding:3rem!important}:host ::ng-deep .px-xxl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xxl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xxl-0{padding-top:0!important}:host ::ng-deep .pt-xxl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xxl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xxl-3{padding-top:1rem!important}:host ::ng-deep .pt-xxl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xxl-5{padding-top:3rem!important}:host ::ng-deep .pe-xxl-0{padding-right:0!important}:host ::ng-deep .pe-xxl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xxl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xxl-3{padding-right:1rem!important}:host ::ng-deep .pe-xxl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xxl-5{padding-right:3rem!important}:host ::ng-deep .pb-xxl-0{padding-bottom:0!important}:host ::ng-deep .pb-xxl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xxl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xxl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xxl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xxl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xxl-0{padding-left:0!important}:host ::ng-deep .ps-xxl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xxl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xxl-3{padding-left:1rem!important}:host ::ng-deep .ps-xxl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xxl-5{padding-left:3rem!important}:host ::ng-deep .gap-xxl-0{gap:0!important}:host ::ng-deep .gap-xxl-1{gap:.25rem!important}:host ::ng-deep .gap-xxl-2{gap:.5rem!important}:host ::ng-deep .gap-xxl-3{gap:1rem!important}:host ::ng-deep .gap-xxl-4{gap:1.5rem!important}:host ::ng-deep .gap-xxl-5{gap:3rem!important}:host ::ng-deep .text-xxl-start{text-align:left!important}:host ::ng-deep .text-xxl-end{text-align:right!important}:host ::ng-deep .text-xxl-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .fs-1{font-size:2.5rem!important}:host ::ng-deep .fs-2{font-size:2rem!important}:host ::ng-deep .fs-3{font-size:1.75rem!important}:host ::ng-deep .fs-4{font-size:1.5rem!important}}@media print{:host ::ng-deep .d-print-inline{display:inline!important}:host ::ng-deep .d-print-inline-block{display:inline-block!important}:host ::ng-deep .d-print-block{display:block!important}:host ::ng-deep .d-print-grid{display:grid!important}:host ::ng-deep .d-print-table{display:table!important}:host ::ng-deep .d-print-table-row{display:table-row!important}:host ::ng-deep .d-print-table-cell{display:table-cell!important}:host ::ng-deep .d-print-flex{display:flex!important}:host ::ng-deep .d-print-inline-flex{display:inline-flex!important}:host ::ng-deep .d-print-none{display:none!important}}:host ::ng-deep .container,:host ::ng-deep .container-fluid,:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:540px}}@media (min-width: 768px){:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:720px}}@media (min-width: 992px){:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:960px}}@media (min-width: 1200px){:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1140px}}@media (min-width: 1400px){:host ::ng-deep .container-xxl,:host ::ng-deep .container-xl,:host ::ng-deep .container-lg,:host ::ng-deep .container-md,:host ::ng-deep .container-sm,:host ::ng-deep .container{max-width:1320px}}:host ::ng-deep .row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}:host ::ng-deep .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}:host ::ng-deep .col{flex:1 0 0%}:host ::ng-deep .row-cols-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-1{margin-left:8.33333333%}:host ::ng-deep .offset-2{margin-left:16.66666667%}:host ::ng-deep .offset-3{margin-left:25%}:host ::ng-deep .offset-4{margin-left:33.33333333%}:host ::ng-deep .offset-5{margin-left:41.66666667%}:host ::ng-deep .offset-6{margin-left:50%}:host ::ng-deep .offset-7{margin-left:58.33333333%}:host ::ng-deep .offset-8{margin-left:66.66666667%}:host ::ng-deep .offset-9{margin-left:75%}:host ::ng-deep .offset-10{margin-left:83.33333333%}:host ::ng-deep .offset-11{margin-left:91.66666667%}:host ::ng-deep .g-0,:host ::ng-deep .gx-0{--bs-gutter-x: 0}:host ::ng-deep .g-0,:host ::ng-deep .gy-0{--bs-gutter-y: 0}:host ::ng-deep .g-1,:host ::ng-deep .gx-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-1,:host ::ng-deep .gy-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-2,:host ::ng-deep .gx-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-2,:host ::ng-deep .gy-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-3,:host ::ng-deep .gx-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-3,:host ::ng-deep .gy-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-4,:host ::ng-deep .gx-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-4,:host ::ng-deep .gy-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-5,:host ::ng-deep .gx-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-5,:host ::ng-deep .gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){:host ::ng-deep .col-sm{flex:1 0 0%}:host ::ng-deep .row-cols-sm-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-sm-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-sm-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-sm-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-sm-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-sm-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-sm-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-sm-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-sm-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-sm-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-sm-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-sm-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-sm-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-sm-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-sm-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-sm-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-sm-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-sm-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-sm-0{margin-left:0}:host ::ng-deep .offset-sm-1{margin-left:8.33333333%}:host ::ng-deep .offset-sm-2{margin-left:16.66666667%}:host ::ng-deep .offset-sm-3{margin-left:25%}:host ::ng-deep .offset-sm-4{margin-left:33.33333333%}:host ::ng-deep .offset-sm-5{margin-left:41.66666667%}:host ::ng-deep .offset-sm-6{margin-left:50%}:host ::ng-deep .offset-sm-7{margin-left:58.33333333%}:host ::ng-deep .offset-sm-8{margin-left:66.66666667%}:host ::ng-deep .offset-sm-9{margin-left:75%}:host ::ng-deep .offset-sm-10{margin-left:83.33333333%}:host ::ng-deep .offset-sm-11{margin-left:91.66666667%}:host ::ng-deep .g-sm-0,:host ::ng-deep .gx-sm-0{--bs-gutter-x: 0}:host ::ng-deep .g-sm-0,:host ::ng-deep .gy-sm-0{--bs-gutter-y: 0}:host ::ng-deep .g-sm-1,:host ::ng-deep .gx-sm-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-sm-1,:host ::ng-deep .gy-sm-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-sm-2,:host ::ng-deep .gx-sm-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-sm-2,:host ::ng-deep .gy-sm-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-sm-3,:host ::ng-deep .gx-sm-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-sm-3,:host ::ng-deep .gy-sm-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-sm-4,:host ::ng-deep .gx-sm-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-sm-4,:host ::ng-deep .gy-sm-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-sm-5,:host ::ng-deep .gx-sm-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-sm-5,:host ::ng-deep .gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){:host ::ng-deep .col-md{flex:1 0 0%}:host ::ng-deep .row-cols-md-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-md-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-md-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-md-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-md-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-md-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-md-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-md-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-md-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-md-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-md-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-md-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-md-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-md-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-md-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-md-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-md-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-md-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-md-0{margin-left:0}:host ::ng-deep .offset-md-1{margin-left:8.33333333%}:host ::ng-deep .offset-md-2{margin-left:16.66666667%}:host ::ng-deep .offset-md-3{margin-left:25%}:host ::ng-deep .offset-md-4{margin-left:33.33333333%}:host ::ng-deep .offset-md-5{margin-left:41.66666667%}:host ::ng-deep .offset-md-6{margin-left:50%}:host ::ng-deep .offset-md-7{margin-left:58.33333333%}:host ::ng-deep .offset-md-8{margin-left:66.66666667%}:host ::ng-deep .offset-md-9{margin-left:75%}:host ::ng-deep .offset-md-10{margin-left:83.33333333%}:host ::ng-deep .offset-md-11{margin-left:91.66666667%}:host ::ng-deep .g-md-0,:host ::ng-deep .gx-md-0{--bs-gutter-x: 0}:host ::ng-deep .g-md-0,:host ::ng-deep .gy-md-0{--bs-gutter-y: 0}:host ::ng-deep .g-md-1,:host ::ng-deep .gx-md-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-md-1,:host ::ng-deep .gy-md-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-md-2,:host ::ng-deep .gx-md-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-md-2,:host ::ng-deep .gy-md-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-md-3,:host ::ng-deep .gx-md-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-md-3,:host ::ng-deep .gy-md-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-md-4,:host ::ng-deep .gx-md-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-md-4,:host ::ng-deep .gy-md-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-md-5,:host ::ng-deep .gx-md-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-md-5,:host ::ng-deep .gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){:host ::ng-deep .col-lg{flex:1 0 0%}:host ::ng-deep .row-cols-lg-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-lg-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-lg-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-lg-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-lg-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-lg-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-lg-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-lg-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-lg-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-lg-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-lg-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-lg-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-lg-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-lg-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-lg-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-lg-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-lg-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-lg-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-lg-0{margin-left:0}:host ::ng-deep .offset-lg-1{margin-left:8.33333333%}:host ::ng-deep .offset-lg-2{margin-left:16.66666667%}:host ::ng-deep .offset-lg-3{margin-left:25%}:host ::ng-deep .offset-lg-4{margin-left:33.33333333%}:host ::ng-deep .offset-lg-5{margin-left:41.66666667%}:host ::ng-deep .offset-lg-6{margin-left:50%}:host ::ng-deep .offset-lg-7{margin-left:58.33333333%}:host ::ng-deep .offset-lg-8{margin-left:66.66666667%}:host ::ng-deep .offset-lg-9{margin-left:75%}:host ::ng-deep .offset-lg-10{margin-left:83.33333333%}:host ::ng-deep .offset-lg-11{margin-left:91.66666667%}:host ::ng-deep .g-lg-0,:host ::ng-deep .gx-lg-0{--bs-gutter-x: 0}:host ::ng-deep .g-lg-0,:host ::ng-deep .gy-lg-0{--bs-gutter-y: 0}:host ::ng-deep .g-lg-1,:host ::ng-deep .gx-lg-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-lg-1,:host ::ng-deep .gy-lg-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-lg-2,:host ::ng-deep .gx-lg-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-lg-2,:host ::ng-deep .gy-lg-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-lg-3,:host ::ng-deep .gx-lg-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-lg-3,:host ::ng-deep .gy-lg-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-lg-4,:host ::ng-deep .gx-lg-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-lg-4,:host ::ng-deep .gy-lg-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-lg-5,:host ::ng-deep .gx-lg-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-lg-5,:host ::ng-deep .gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){:host ::ng-deep .col-xl{flex:1 0 0%}:host ::ng-deep .row-cols-xl-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-xl-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-xl-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-xl-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-xl-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-xl-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-xl-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-xl-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-xl-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-xl-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-xl-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-xl-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-xl-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-xl-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-xl-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-xl-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-xl-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-xl-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-xl-0{margin-left:0}:host ::ng-deep .offset-xl-1{margin-left:8.33333333%}:host ::ng-deep .offset-xl-2{margin-left:16.66666667%}:host ::ng-deep .offset-xl-3{margin-left:25%}:host ::ng-deep .offset-xl-4{margin-left:33.33333333%}:host ::ng-deep .offset-xl-5{margin-left:41.66666667%}:host ::ng-deep .offset-xl-6{margin-left:50%}:host ::ng-deep .offset-xl-7{margin-left:58.33333333%}:host ::ng-deep .offset-xl-8{margin-left:66.66666667%}:host ::ng-deep .offset-xl-9{margin-left:75%}:host ::ng-deep .offset-xl-10{margin-left:83.33333333%}:host ::ng-deep .offset-xl-11{margin-left:91.66666667%}:host ::ng-deep .g-xl-0,:host ::ng-deep .gx-xl-0{--bs-gutter-x: 0}:host ::ng-deep .g-xl-0,:host ::ng-deep .gy-xl-0{--bs-gutter-y: 0}:host ::ng-deep .g-xl-1,:host ::ng-deep .gx-xl-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-xl-1,:host ::ng-deep .gy-xl-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-xl-2,:host ::ng-deep .gx-xl-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-xl-2,:host ::ng-deep .gy-xl-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-xl-3,:host ::ng-deep .gx-xl-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-xl-3,:host ::ng-deep .gy-xl-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-xl-4,:host ::ng-deep .gx-xl-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-xl-4,:host ::ng-deep .gy-xl-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-xl-5,:host ::ng-deep .gx-xl-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-xl-5,:host ::ng-deep .gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){:host ::ng-deep .col-xxl{flex:1 0 0%}:host ::ng-deep .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}:host ::ng-deep .row-cols-xxl-1>*{flex:0 0 auto;width:100%}:host ::ng-deep .row-cols-xxl-2>*{flex:0 0 auto;width:50%}:host ::ng-deep .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}:host ::ng-deep .row-cols-xxl-4>*{flex:0 0 auto;width:25%}:host ::ng-deep .row-cols-xxl-5>*{flex:0 0 auto;width:20%}:host ::ng-deep .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}:host ::ng-deep .col-xxl-auto{flex:0 0 auto;width:auto}:host ::ng-deep .col-xxl-1{flex:0 0 auto;width:8.33333333%}:host ::ng-deep .col-xxl-2{flex:0 0 auto;width:16.66666667%}:host ::ng-deep .col-xxl-3{flex:0 0 auto;width:25%}:host ::ng-deep .col-xxl-4{flex:0 0 auto;width:33.33333333%}:host ::ng-deep .col-xxl-5{flex:0 0 auto;width:41.66666667%}:host ::ng-deep .col-xxl-6{flex:0 0 auto;width:50%}:host ::ng-deep .col-xxl-7{flex:0 0 auto;width:58.33333333%}:host ::ng-deep .col-xxl-8{flex:0 0 auto;width:66.66666667%}:host ::ng-deep .col-xxl-9{flex:0 0 auto;width:75%}:host ::ng-deep .col-xxl-10{flex:0 0 auto;width:83.33333333%}:host ::ng-deep .col-xxl-11{flex:0 0 auto;width:91.66666667%}:host ::ng-deep .col-xxl-12{flex:0 0 auto;width:100%}:host ::ng-deep .offset-xxl-0{margin-left:0}:host ::ng-deep .offset-xxl-1{margin-left:8.33333333%}:host ::ng-deep .offset-xxl-2{margin-left:16.66666667%}:host ::ng-deep .offset-xxl-3{margin-left:25%}:host ::ng-deep .offset-xxl-4{margin-left:33.33333333%}:host ::ng-deep .offset-xxl-5{margin-left:41.66666667%}:host ::ng-deep .offset-xxl-6{margin-left:50%}:host ::ng-deep .offset-xxl-7{margin-left:58.33333333%}:host ::ng-deep .offset-xxl-8{margin-left:66.66666667%}:host ::ng-deep .offset-xxl-9{margin-left:75%}:host ::ng-deep .offset-xxl-10{margin-left:83.33333333%}:host ::ng-deep .offset-xxl-11{margin-left:91.66666667%}:host ::ng-deep .g-xxl-0,:host ::ng-deep .gx-xxl-0{--bs-gutter-x: 0}:host ::ng-deep .g-xxl-0,:host ::ng-deep .gy-xxl-0{--bs-gutter-y: 0}:host ::ng-deep .g-xxl-1,:host ::ng-deep .gx-xxl-1{--bs-gutter-x: .25rem}:host ::ng-deep .g-xxl-1,:host ::ng-deep .gy-xxl-1{--bs-gutter-y: .25rem}:host ::ng-deep .g-xxl-2,:host ::ng-deep .gx-xxl-2{--bs-gutter-x: .5rem}:host ::ng-deep .g-xxl-2,:host ::ng-deep .gy-xxl-2{--bs-gutter-y: .5rem}:host ::ng-deep .g-xxl-3,:host ::ng-deep .gx-xxl-3{--bs-gutter-x: 1rem}:host ::ng-deep .g-xxl-3,:host ::ng-deep .gy-xxl-3{--bs-gutter-y: 1rem}:host ::ng-deep .g-xxl-4,:host ::ng-deep .gx-xxl-4{--bs-gutter-x: 1.5rem}:host ::ng-deep .g-xxl-4,:host ::ng-deep .gy-xxl-4{--bs-gutter-y: 1.5rem}:host ::ng-deep .g-xxl-5,:host ::ng-deep .gx-xxl-5{--bs-gutter-x: 3rem}:host ::ng-deep .g-xxl-5,:host ::ng-deep .gy-xxl-5{--bs-gutter-y: 3rem}}:host{display:contents}\n"] }]
29
- }], ctorParameters: function () { return []; }, propDecorators: { stopFullWidthAt: [{
30
- type: Input
31
- }] } });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9ncmlkL2NvbXBvbmVudC9ncmlkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2dyaWQvY29tcG9uZW50L2dyaWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLGVBQWUsRUFBRSxHQUFHLEVBQWMsTUFBTSxNQUFNLENBQUM7OztBQVF4RCxNQUFNLE9BQU8sZUFBZTtJQUUxQjtRQVVBLHlCQUF5QjtRQUN6QixxQkFBZ0IsR0FBRyxJQUFJLGVBQWUsQ0FBdUIsSUFBSSxDQUFDLENBQUM7UUFWakUsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLGVBQWUsRUFBRSxFQUFFO1lBQ3hFLFFBQVEsZUFBZSxFQUFFO2dCQUN2QixLQUFLLElBQUksQ0FBQyxDQUFDLE9BQU8sV0FBVyxDQUFDO2dCQUM5QixLQUFLLE9BQU8sQ0FBQyxDQUFDLE9BQU8saUJBQWlCLENBQUM7Z0JBQ3ZDLE9BQU8sQ0FBQyxDQUFDLE9BQU8sYUFBYSxlQUFlLEVBQUUsQ0FBQzthQUNoRDtRQUNILENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDTixDQUFDO0lBSUQsSUFBVyxlQUFlO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQztJQUNyQyxDQUFDO0lBQ0QsSUFBb0IsZUFBZSxDQUFDLEtBQTJCO1FBQzdELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDcEMsQ0FBQzs7NEdBbkJVLGVBQWU7Z0dBQWYsZUFBZSwrRkNUNUIsa0ZBRU07MkZET08sZUFBZTtrQkFMM0IsU0FBUzsrQkFDRSxTQUFTOzBFQXFCQyxlQUFlO3NCQUFsQyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEJyZWFrcG9pbnQgfSBmcm9tICcuLi8uLi8uLi90eXBlcy9icmVha3BvaW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmlkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZ3JpZC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBCc0dyaWRDb21wb25lbnQge1xuICBcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5jb250YWluZXJDbGFzcyQgPSB0aGlzLnN0b3BGdWxsV2lkdGhBdCQucGlwZShtYXAoKHN0b3BGdWxsV2lkdGhBdCkgPT4ge1xuICAgICAgc3dpdGNoIChzdG9wRnVsbFdpZHRoQXQpIHtcbiAgICAgICAgY2FzZSAnc20nOiByZXR1cm4gJ2NvbnRhaW5lcic7XG4gICAgICAgIGNhc2UgJ25ldmVyJzogcmV0dXJuICdjb250YWluZXItZmx1aWQnO1xuICAgICAgICBkZWZhdWx0OiByZXR1cm4gYGNvbnRhaW5lci0ke3N0b3BGdWxsV2lkdGhBdH1gO1xuICAgICAgfVxuICAgIH0pKTtcbiAgfVxuXG4gIC8vI3JlZ2lvbiBTdG9wRnVsbFdpZHRoQXRcbiAgc3RvcEZ1bGxXaWR0aEF0JCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8QnJlYWtwb2ludCB8ICduZXZlcic+KCdzbScpO1xuICBwdWJsaWMgZ2V0IHN0b3BGdWxsV2lkdGhBdCgpIHtcbiAgICByZXR1cm4gdGhpcy5zdG9wRnVsbFdpZHRoQXQkLnZhbHVlO1xuICB9XG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgc3RvcEZ1bGxXaWR0aEF0KHZhbHVlOiBCcmVha3BvaW50IHwgJ25ldmVyJykge1xuICAgIHRoaXMuc3RvcEZ1bGxXaWR0aEF0JC5uZXh0KHZhbHVlKTtcbiAgfVxuICAvLyNlbmRyZWdpb25cblxuICBjb250YWluZXJDbGFzcyQ6IE9ic2VydmFibGU8c3RyaW5nPjtcbn1cbiIsIjxkaXYgW2NsYXNzXT1cImNvbnRhaW5lckNsYXNzJCB8IGFzeW5jXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+Il19
@@ -1,56 +0,0 @@
1
- import { Directive, HostBinding, Input } from '@angular/core';
2
- import { BehaviorSubject, map, Subject, takeUntil } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class BsGridColumnDirective {
5
- constructor() {
6
- this.customColClasses$ = new BehaviorSubject(undefined);
7
- this.destroyed$ = new Subject();
8
- this.classList = null;
9
- this.customColClasses$
10
- .pipe(map((data) => {
11
- if (!data) {
12
- return 'col';
13
- }
14
- else {
15
- return Object.keys(data)
16
- .map(key => ({
17
- key,
18
- value: data[key]
19
- }))
20
- .map(v => {
21
- if (v.key === '_') {
22
- return `col-${v.value}`;
23
- }
24
- else {
25
- return `col-${v.key}-${v.value}`;
26
- }
27
- })
28
- .join(' ');
29
- }
30
- }))
31
- .pipe(takeUntil(this.destroyed$))
32
- .subscribe((classList) => {
33
- this.classList = classList;
34
- });
35
- }
36
- set bsColumn(value) {
37
- this.customColClasses$.next(value);
38
- }
39
- ngOnDestroy() {
40
- this.destroyed$.next(true);
41
- }
42
- }
43
- BsGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridColumnDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
44
- BsGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsGridColumnDirective, selector: "[bsColumn]", inputs: { bsColumn: "bsColumn" }, host: { properties: { "class": "this.classList" } }, ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridColumnDirective, decorators: [{
46
- type: Directive,
47
- args: [{
48
- selector: '[bsColumn]'
49
- }]
50
- }], ctorParameters: function () { return []; }, propDecorators: { classList: [{
51
- type: HostBinding,
52
- args: ['class']
53
- }], bsColumn: [{
54
- type: Input
55
- }] } });
56
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2dyaWQvZGlyZWN0aXZlcy9jb2x1bW4vY29sdW1uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQXVCLE1BQU0sZUFBZSxDQUFDO0FBQ25GLE9BQU8sRUFBRSxlQUFlLEVBQUUsR0FBRyxFQUFjLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBSzVFLE1BQU0sT0FBTyxxQkFBcUI7SUFDaEM7UUEyQlEsc0JBQWlCLEdBQUcsSUFBSSxlQUFlLENBQTBCLFNBQVMsQ0FBQyxDQUFDO1FBQzVFLGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO1FBQ2IsY0FBUyxHQUFrQixJQUFJLENBQUE7UUE1Qm5ELElBQUksQ0FBQyxpQkFBaUI7YUFDbkIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ2pCLElBQUksQ0FBQyxJQUFJLEVBQUU7Z0JBQ1QsT0FBTyxLQUFLLENBQUM7YUFDZDtpQkFBTTtnQkFDTCxPQUFPLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO3FCQUNyQixHQUFHLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDO29CQUNYLEdBQUc7b0JBQ0gsS0FBSyxFQUFRLElBQUssQ0FBQyxHQUFHLENBQUM7aUJBQ3hCLENBQUMsQ0FBQztxQkFDRixHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUU7b0JBQ1AsSUFBSSxDQUFDLENBQUMsR0FBRyxLQUFLLEdBQUcsRUFBRTt3QkFDakIsT0FBTyxPQUFPLENBQUMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztxQkFDekI7eUJBQU07d0JBQ0wsT0FBTyxPQUFPLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDO3FCQUNsQztnQkFDSCxDQUFDLENBQUM7cUJBQ0QsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2FBQ2Q7UUFDSCxDQUFDLENBQUMsQ0FBQzthQUNGLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO2FBQ2hDLFNBQVMsQ0FBQyxDQUFDLFNBQVMsRUFBRSxFQUFFO1lBQ3ZCLElBQUksQ0FBQyxTQUFTLEdBQUcsU0FBUyxDQUFDO1FBQzdCLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQU1ELElBQW9CLFFBQVEsQ0FBQyxLQUE4QjtRQUN6RCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQzs7a0hBdENVLHFCQUFxQjtzR0FBckIscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBSGpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFlBQVk7aUJBQ3ZCOzBFQStCdUIsU0FBUztzQkFBOUIsV0FBVzt1QkFBQyxPQUFPO2dCQUVBLFFBQVE7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25EZXN0cm95LCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAsIE9ic2VydmFibGUsIFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNDb2x1bW5dJ1xufSlcbmV4cG9ydCBjbGFzcyBCc0dyaWRDb2x1bW5EaXJlY3RpdmUgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmN1c3RvbUNvbENsYXNzZXMkXG4gICAgICAucGlwZShtYXAoKGRhdGEpID0+IHtcbiAgICAgICAgaWYgKCFkYXRhKSB7XG4gICAgICAgICAgcmV0dXJuICdjb2wnO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIHJldHVybiBPYmplY3Qua2V5cyhkYXRhKVxuICAgICAgICAgICAgLm1hcChrZXkgPT4gKHtcbiAgICAgICAgICAgICAga2V5LFxuICAgICAgICAgICAgICB2YWx1ZTogKDxhbnk+ZGF0YSlba2V5XVxuICAgICAgICAgICAgfSkpXG4gICAgICAgICAgICAubWFwKHYgPT4ge1xuICAgICAgICAgICAgICBpZiAodi5rZXkgPT09ICdfJykge1xuICAgICAgICAgICAgICAgIHJldHVybiBgY29sLSR7di52YWx1ZX1gO1xuICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBgY29sLSR7di5rZXl9LSR7di52YWx1ZX1gO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KVxuICAgICAgICAgICAgLmpvaW4oJyAnKTtcbiAgICAgICAgfVxuICAgICAgfSkpXG4gICAgICAucGlwZSh0YWtlVW50aWwodGhpcy5kZXN0cm95ZWQkKSlcbiAgICAgIC5zdWJzY3JpYmUoKGNsYXNzTGlzdCkgPT4ge1xuICAgICAgICB0aGlzLmNsYXNzTGlzdCA9IGNsYXNzTGlzdDtcbiAgICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBjdXN0b21Db2xDbGFzc2VzJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8b2JqZWN0IHwgJycgfCB1bmRlZmluZWQ+KHVuZGVmaW5lZCk7XG4gIHByaXZhdGUgZGVzdHJveWVkJCA9IG5ldyBTdWJqZWN0KCk7XG4gIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzc0xpc3Q6IHN0cmluZyB8IG51bGwgPSBudWxsXG5cbiAgQElucHV0KCkgcHVibGljIHNldCBic0NvbHVtbih2YWx1ZTogb2JqZWN0IHwgJycgfCB1bmRlZmluZWQpIHtcbiAgICB0aGlzLmN1c3RvbUNvbENsYXNzZXMkLm5leHQodmFsdWUpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5kZXN0cm95ZWQkLm5leHQodHJ1ZSk7XG4gIH1cblxuXG59XG4iXX0=
@@ -1,3 +0,0 @@
1
- export * from './row/row.directive';
2
- export * from './column/column.directive';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9ncmlkL2RpcmVjdGl2ZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9yb3cvcm93LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbi9jb2x1bW4uZGlyZWN0aXZlJzsiXX0=
@@ -1,19 +0,0 @@
1
- import { Directive, HostBinding } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class BsGridRowDirective {
4
- constructor() {
5
- this.rowClass = true;
6
- }
7
- }
8
- BsGridRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- BsGridRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: BsGridRowDirective, selector: "[bsRow]", host: { properties: { "class.row": "this.rowClass" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridRowDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[bsRow]'
14
- }]
15
- }], propDecorators: { rowClass: [{
16
- type: HostBinding,
17
- args: ['class.row']
18
- }] } });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm93LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL2dyaWQvZGlyZWN0aXZlcy9yb3cvcm93LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLdkQsTUFBTSxPQUFPLGtCQUFrQjtJQUgvQjtRQUk0QixhQUFRLEdBQUcsSUFBSSxDQUFDO0tBQzNDOzsrR0FGWSxrQkFBa0I7bUdBQWxCLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQUg5QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxTQUFTO2lCQUNwQjs4QkFFMkIsUUFBUTtzQkFBakMsV0FBVzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYnNSb3ddJ1xufSlcbmV4cG9ydCBjbGFzcyBCc0dyaWRSb3dEaXJlY3RpdmUge1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLnJvdycpIHJvd0NsYXNzID0gdHJ1ZTtcbn1cbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { BsGridComponent } from './component/grid.component';
4
- import { BsGridRowDirective } from './directives/row/row.directive';
5
- import { BsGridColumnDirective } from './directives/column/column.directive';
6
- import * as i0 from "@angular/core";
7
- export class BsGridModule {
8
- }
9
- BsGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- BsGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: BsGridModule, declarations: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective], imports: [CommonModule], exports: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective] });
11
- BsGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridModule, imports: [CommonModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsGridModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective],
16
- imports: [CommonModule],
17
- exports: [BsGridComponent, BsGridRowDirective, BsGridColumnDirective],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9ncmlkL2dyaWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7QUFPN0UsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFKUixlQUFlLEVBQUUsa0JBQWtCLEVBQUUscUJBQXFCLGFBQy9ELFlBQVksYUFDWixlQUFlLEVBQUUsa0JBQWtCLEVBQUUscUJBQXFCOzBHQUV6RCxZQUFZLFlBSGIsWUFBWTsyRkFHWCxZQUFZO2tCQUx4QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGVBQWUsRUFBRSxrQkFBa0IsRUFBRSxxQkFBcUIsQ0FBQztvQkFDMUUsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxlQUFlLEVBQUUsa0JBQWtCLEVBQUUscUJBQXFCLENBQUM7aUJBQ3RFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCc0dyaWRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudC9ncmlkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCc0dyaWRSb3dEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvcm93L3Jvdy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnNHcmlkQ29sdW1uRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL2NvbHVtbi9jb2x1bW4uZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQnNHcmlkQ29tcG9uZW50LCBCc0dyaWRSb3dEaXJlY3RpdmUsIEJzR3JpZENvbHVtbkRpcmVjdGl2ZV0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQnNHcmlkQ29tcG9uZW50LCBCc0dyaWRSb3dEaXJlY3RpdmUsIEJzR3JpZENvbHVtbkRpcmVjdGl2ZV0sXG59KVxuZXhwb3J0IGNsYXNzIEJzR3JpZE1vZHVsZSB7fVxuIl19
@@ -1,4 +0,0 @@
1
- export * from './component/grid.component';
2
- export * from './directives';
3
- export * from './grid.module';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NyYy9saWIvY29tcG9uZW50cy9ncmlkL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxlQUFlLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudC9ncmlkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9ncmlkLm1vZHVsZSc7Il19