@coreui/angular-pro 4.0.0-alpha.7 → 4.0.0-beta.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 (281) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +13 -14
  3. package/esm2020/lib/accordion/accordion/accordion.component.mjs +3 -3
  4. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +17 -4
  5. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +30 -13
  6. package/esm2020/lib/accordion/accordion.module.mjs +4 -4
  7. package/esm2020/lib/accordion/accordion.service.mjs +7 -7
  8. package/esm2020/lib/alert/alert-heading.directive.mjs +3 -3
  9. package/esm2020/lib/alert/alert-link.directive.mjs +3 -3
  10. package/esm2020/lib/alert/alert.component.mjs +15 -4
  11. package/esm2020/lib/alert/alert.module.mjs +4 -4
  12. package/esm2020/lib/avatar/avatar.component.mjs +3 -3
  13. package/esm2020/lib/avatar/avatar.module.mjs +4 -4
  14. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  15. package/esm2020/lib/badge/badge.component.mjs +3 -3
  16. package/esm2020/lib/badge/badge.module.mjs +4 -4
  17. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
  18. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  19. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +3 -3
  20. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  21. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +4 -4
  22. package/esm2020/lib/button/button-close.directive.mjs +3 -3
  23. package/esm2020/lib/button/button.directive.mjs +7 -4
  24. package/esm2020/lib/button/button.module.mjs +4 -4
  25. package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -3
  26. package/esm2020/lib/button-group/button-group.module.mjs +4 -4
  27. package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
  28. package/esm2020/lib/callout/callout.component.mjs +3 -3
  29. package/esm2020/lib/callout/callout.module.mjs +4 -4
  30. package/esm2020/lib/card/card-body.component.mjs +3 -3
  31. package/esm2020/lib/card/card-footer.component.mjs +3 -3
  32. package/esm2020/lib/card/card-group.component.mjs +3 -3
  33. package/esm2020/lib/card/card-header-actions.component.mjs +3 -3
  34. package/esm2020/lib/card/card-header.component.mjs +3 -3
  35. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
  36. package/esm2020/lib/card/card-img.directive.mjs +3 -3
  37. package/esm2020/lib/card/card-link.directive.mjs +3 -3
  38. package/esm2020/lib/card/card-subtitle.directive.mjs +3 -3
  39. package/esm2020/lib/card/card-text.directive.mjs +3 -3
  40. package/esm2020/lib/card/card-title.directive.mjs +3 -3
  41. package/esm2020/lib/card/card.component.mjs +3 -3
  42. package/esm2020/lib/card/card.module.mjs +4 -4
  43. package/esm2020/lib/carousel/carousel/carousel.component.mjs +82 -34
  44. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
  45. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +3 -3
  46. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -3
  47. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
  48. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +13 -5
  49. package/esm2020/lib/carousel/carousel-state.mjs +12 -6
  50. package/esm2020/lib/carousel/carousel.config.mjs +3 -3
  51. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  52. package/esm2020/lib/carousel/carousel.service.mjs +4 -4
  53. package/esm2020/lib/collapse/collapse.animations.mjs +10 -1
  54. package/esm2020/lib/collapse/collapse.directive.mjs +65 -21
  55. package/esm2020/lib/collapse/collapse.module.mjs +4 -4
  56. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +36 -21
  57. package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +64 -0
  58. package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
  59. package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
  60. package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
  61. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +42 -24
  62. package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
  63. package/esm2020/lib/dropdown/dropdown.module.mjs +14 -9
  64. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  65. package/esm2020/lib/dropdown/public_api.mjs +2 -1
  66. package/esm2020/lib/element-cover/element-cover.component.mjs +71 -0
  67. package/esm2020/lib/element-cover/element-cover.module.mjs +30 -0
  68. package/esm2020/lib/element-cover/index.mjs +2 -0
  69. package/esm2020/lib/element-cover/public_api.mjs +3 -0
  70. package/esm2020/lib/footer/footer.component.mjs +3 -3
  71. package/esm2020/lib/footer/footer.module.mjs +4 -4
  72. package/esm2020/lib/form/form/form.directive.mjs +3 -3
  73. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +7 -4
  74. package/esm2020/lib/form/form-check/form-check-label.directive.mjs +3 -3
  75. package/esm2020/lib/form/form-check/form-check.component.mjs +3 -3
  76. package/esm2020/lib/form/form-control/form-control.directive.mjs +3 -3
  77. package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +3 -3
  78. package/esm2020/lib/form/form-floating/form-floating.directive.mjs +3 -3
  79. package/esm2020/lib/form/form-label/form-label.directive.mjs +3 -3
  80. package/esm2020/lib/form/form-select/form-select.directive.mjs +3 -3
  81. package/esm2020/lib/form/form-text/form-text.directive.mjs +3 -3
  82. package/esm2020/lib/form/form.module.mjs +4 -4
  83. package/esm2020/lib/form/input-group/input-group.component.mjs +3 -3
  84. package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
  85. package/esm2020/lib/grid/col.component.mjs +3 -3
  86. package/esm2020/lib/grid/col.directive.mjs +10 -5
  87. package/esm2020/lib/grid/container.component.mjs +3 -3
  88. package/esm2020/lib/grid/grid.module.mjs +4 -4
  89. package/esm2020/lib/grid/gutter.directive.mjs +3 -3
  90. package/esm2020/lib/grid/row.component.mjs +3 -3
  91. package/esm2020/lib/grid/row.directive.mjs +3 -3
  92. package/esm2020/lib/header/header/header.component.mjs +3 -3
  93. package/esm2020/lib/header/header-brand/header-brand.component.mjs +3 -3
  94. package/esm2020/lib/header/header-divider/header-divider.component.mjs +3 -3
  95. package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
  96. package/esm2020/lib/header/header-text/header-text.component.mjs +3 -3
  97. package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
  98. package/esm2020/lib/header/header.module.mjs +4 -4
  99. package/esm2020/lib/image/img.directive.mjs +3 -3
  100. package/esm2020/lib/image/img.module.mjs +4 -4
  101. package/esm2020/lib/list-group/list-group-item.directive.mjs +3 -3
  102. package/esm2020/lib/list-group/list-group.directive.mjs +3 -3
  103. package/esm2020/lib/list-group/list-group.module.mjs +4 -4
  104. package/esm2020/lib/loading-button/loading-button.component.mjs +3 -3
  105. package/esm2020/lib/loading-button/loading-button.module.mjs +4 -4
  106. package/esm2020/lib/modal/modal/modal.component.mjs +3 -3
  107. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
  108. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +3 -3
  109. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
  110. package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
  111. package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
  112. package/esm2020/lib/modal/modal-header/modal-header.component.mjs +3 -3
  113. package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +3 -3
  114. package/esm2020/lib/modal/modal.module.mjs +4 -4
  115. package/esm2020/lib/modal/modal.service.mjs +3 -3
  116. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +4 -4
  117. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +3 -3
  118. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +3 -3
  119. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +3 -3
  120. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +3 -3
  121. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +3 -3
  122. package/esm2020/lib/multi-select/multi-select.module.mjs +4 -4
  123. package/esm2020/lib/multi-select/multi-select.service.mjs +3 -3
  124. package/esm2020/lib/nav/nav-item.component.mjs +3 -3
  125. package/esm2020/lib/nav/nav-link.directive.mjs +3 -3
  126. package/esm2020/lib/nav/nav.component.mjs +3 -3
  127. package/esm2020/lib/nav/nav.module.mjs +4 -4
  128. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
  129. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  130. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
  131. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
  132. package/esm2020/lib/navbar/navbar.component.mjs +3 -3
  133. package/esm2020/lib/navbar/navbar.module.mjs +4 -4
  134. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +3 -3
  135. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
  136. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
  137. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
  138. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
  139. package/esm2020/lib/offcanvas/offcanvas.module.mjs +4 -4
  140. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  141. package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
  142. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +3 -3
  143. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +3 -3
  144. package/esm2020/lib/pagination/pagination/pagination.component.mjs +3 -3
  145. package/esm2020/lib/pagination/pagination.module.mjs +5 -5
  146. package/esm2020/lib/pagination/public_api.mjs +1 -1
  147. package/esm2020/lib/placeholder/index.mjs +2 -0
  148. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +34 -0
  149. package/esm2020/lib/placeholder/placeholder.directive.mjs +51 -0
  150. package/esm2020/lib/placeholder/placeholder.module.mjs +31 -0
  151. package/esm2020/lib/placeholder/public_api.mjs +4 -0
  152. package/esm2020/lib/popover/popover/popover.component.mjs +3 -3
  153. package/esm2020/lib/popover/popover.directive.mjs +3 -3
  154. package/esm2020/lib/popover/popover.module.mjs +4 -4
  155. package/esm2020/lib/progress/progress-bar.component.mjs +3 -3
  156. package/esm2020/lib/progress/progress.component.mjs +3 -3
  157. package/esm2020/lib/progress/progress.module.mjs +4 -4
  158. package/esm2020/lib/services/class-toggle.service.mjs +3 -3
  159. package/esm2020/lib/services/intersection.service.mjs +34 -0
  160. package/esm2020/lib/services/listeners.service.mjs +3 -3
  161. package/esm2020/lib/services/public_api.mjs +2 -1
  162. package/esm2020/lib/shared/html-attr.directive.mjs +3 -3
  163. package/esm2020/lib/shared/shared.module.mjs +4 -4
  164. package/esm2020/lib/shared/template-id.directive.mjs +3 -3
  165. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -3
  166. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
  167. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +3 -3
  168. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  169. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  170. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
  171. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
  172. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
  173. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
  174. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +3 -3
  175. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
  176. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
  177. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
  178. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -6
  179. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  180. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
  181. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -3
  182. package/esm2020/lib/sidebar/sidebar.module.mjs +4 -4
  183. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  184. package/esm2020/lib/smart-pagination/index.mjs +2 -0
  185. package/esm2020/lib/smart-pagination/public_api.mjs +3 -0
  186. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +196 -0
  187. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +30 -0
  188. package/esm2020/lib/smart-pagination/smart-pagination.type.mjs +2 -0
  189. package/esm2020/lib/smart-table/index.mjs +2 -0
  190. package/esm2020/lib/smart-table/public_api.mjs +3 -0
  191. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +449 -0
  192. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +48 -0
  193. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +138 -0
  194. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +46 -0
  195. package/esm2020/lib/smart-table/smart-table.module.mjs +72 -0
  196. package/esm2020/lib/smart-table/smart-table.type.mjs +2 -0
  197. package/esm2020/lib/spinner/spinner.component.mjs +3 -3
  198. package/esm2020/lib/spinner/spinner.module.mjs +4 -4
  199. package/esm2020/lib/table/table-active.directive.mjs +3 -3
  200. package/esm2020/lib/table/table-color.directive.mjs +3 -3
  201. package/esm2020/lib/table/table.directive.mjs +5 -5
  202. package/esm2020/lib/table/table.module.mjs +4 -4
  203. package/esm2020/lib/table/table.type.mjs +2 -0
  204. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
  205. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -3
  206. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
  207. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  208. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  209. package/esm2020/lib/toast/toast/toast.component.mjs +3 -3
  210. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
  211. package/esm2020/lib/toast/toast-close.directive.mjs +3 -3
  212. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +3 -3
  213. package/esm2020/lib/toast/toast.module.mjs +4 -4
  214. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +3 -3
  215. package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -3
  216. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  217. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
  218. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  219. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  220. package/esm2020/lib/utilities/align.directive.mjs +3 -3
  221. package/esm2020/lib/utilities/bg-color.directive.mjs +3 -3
  222. package/esm2020/lib/utilities/border.directive.mjs +3 -3
  223. package/esm2020/lib/utilities/rounded.directive.mjs +3 -3
  224. package/esm2020/lib/utilities/text-color.directive.mjs +3 -3
  225. package/esm2020/lib/utilities/utilities.module.mjs +4 -4
  226. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +3 -3
  227. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +3 -3
  228. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +3 -3
  229. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +3 -3
  230. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +3 -3
  231. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +3 -3
  232. package/esm2020/lib/widget/widget.module.mjs +4 -4
  233. package/esm2020/public-api.mjs +6 -2
  234. package/fesm2015/coreui-angular-pro.mjs +2629 -1209
  235. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  236. package/fesm2020/coreui-angular-pro.mjs +2554 -1149
  237. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  238. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +7 -1
  239. package/lib/accordion/accordion-item/accordion-item.component.d.ts +9 -2
  240. package/lib/accordion/accordion.service.d.ts +1 -1
  241. package/lib/alert/alert.component.d.ts +7 -1
  242. package/lib/carousel/carousel/carousel.component.d.ts +29 -5
  243. package/lib/carousel/carousel-item/carousel-item.component.d.ts +8 -2
  244. package/lib/carousel/carousel.service.d.ts +2 -0
  245. package/lib/collapse/collapse.animations.d.ts +2 -0
  246. package/lib/collapse/collapse.directive.d.ts +19 -7
  247. package/lib/dropdown/dropdown/dropdown.component.d.ts +4 -3
  248. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +23 -0
  249. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +20 -11
  250. package/lib/dropdown/dropdown.module.d.ts +3 -2
  251. package/lib/dropdown/public_api.d.ts +1 -0
  252. package/lib/element-cover/element-cover.component.d.ts +27 -0
  253. package/lib/element-cover/element-cover.module.d.ts +9 -0
  254. package/lib/element-cover/index.d.ts +1 -0
  255. package/lib/element-cover/public_api.d.ts +2 -0
  256. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  257. package/lib/grid/col.directive.d.ts +3 -1
  258. package/lib/placeholder/index.d.ts +1 -0
  259. package/lib/placeholder/placeholder-animation.directive.d.ts +18 -0
  260. package/lib/placeholder/placeholder.directive.d.ts +22 -0
  261. package/lib/placeholder/placeholder.module.d.ts +9 -0
  262. package/lib/placeholder/public_api.d.ts +3 -0
  263. package/lib/services/intersection.service.d.ts +22 -0
  264. package/lib/services/public_api.d.ts +1 -0
  265. package/lib/smart-pagination/index.d.ts +1 -0
  266. package/lib/smart-pagination/public_api.d.ts +2 -0
  267. package/lib/smart-pagination/smart-pagination.component.d.ts +109 -0
  268. package/lib/smart-pagination/smart-pagination.module.d.ts +9 -0
  269. package/lib/smart-pagination/smart-pagination.type.d.ts +79 -0
  270. package/lib/smart-table/index.d.ts +1 -0
  271. package/lib/smart-table/public_api.d.ts +2 -0
  272. package/lib/smart-table/smart-table/smart-table.component.d.ts +124 -0
  273. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +15 -0
  274. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +36 -0
  275. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +14 -0
  276. package/lib/smart-table/smart-table.module.d.ts +20 -0
  277. package/lib/smart-table/smart-table.type.d.ts +272 -0
  278. package/lib/table/table.directive.d.ts +3 -2
  279. package/lib/table/table.type.d.ts +76 -0
  280. package/package.json +1 -1
  281. package/public-api.d.ts +5 -1
@@ -20,9 +20,9 @@ export class FormLabelDirective {
20
20
  };
21
21
  }
22
22
  }
23
- FormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
24
- FormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: FormLabelDirective, selector: "[cLabel]", inputs: { col: ["cLabel", "col"], sizing: "sizing" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormLabelDirective, decorators: [{
23
+ FormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
24
+ FormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: FormLabelDirective, selector: "[cLabel]", inputs: { col: ["cLabel", "col"], sizing: "sizing" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormLabelDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[cLabel]'
@@ -16,9 +16,9 @@ export class FormSelectDirective {
16
16
  };
17
17
  }
18
18
  }
19
- FormSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- FormSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: FormSelectDirective, selector: "select[cSelect]", inputs: { sizing: "sizing", valid: "valid" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormSelectDirective, decorators: [{
19
+ FormSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
+ FormSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: FormSelectDirective, selector: "select[cSelect]", inputs: { sizing: "sizing", valid: "valid" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormSelectDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: 'select[cSelect]'
@@ -8,9 +8,9 @@ export class FormTextDirective {
8
8
  };
9
9
  }
10
10
  }
11
- FormTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- FormTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: FormTextDirective, selector: "[cFormText]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormTextDirective, decorators: [{
11
+ FormTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ FormTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: FormTextDirective, selector: "[cFormText]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormTextDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[cFormText]'
@@ -15,8 +15,8 @@ import { FormCheckInputDirective } from './form-check/form-check-input.directive
15
15
  import * as i0 from "@angular/core";
16
16
  export class FormModule {
17
17
  }
18
- FormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- FormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormModule, declarations: [FormDirective,
18
+ FormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ FormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormModule, declarations: [FormDirective,
20
20
  FormCheckComponent,
21
21
  FormControlDirective,
22
22
  FormFeedbackComponent,
@@ -39,8 +39,8 @@ FormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
39
39
  InputGroupTextDirective,
40
40
  FormCheckLabelDirective,
41
41
  FormCheckInputDirective] });
42
- FormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormModule, imports: [[CommonModule]] });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormModule, decorators: [{
42
+ FormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormModule, imports: [[CommonModule]] });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: FormModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  declarations: [
@@ -14,9 +14,9 @@ export class InputGroupComponent {
14
14
  };
15
15
  }
16
16
  }
17
- InputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: InputGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- InputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: InputGroupComponent, selector: "c-input-group", inputs: { sizing: "sizing" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: InputGroupComponent, decorators: [{
17
+ InputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ InputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: InputGroupComponent, selector: "c-input-group", inputs: { sizing: "sizing" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputGroupComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'c-input-group',
@@ -8,9 +8,9 @@ export class InputGroupTextDirective {
8
8
  };
9
9
  }
10
10
  }
11
- InputGroupTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: InputGroupTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- InputGroupTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: InputGroupTextDirective, selector: "[cInputGroupText]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: InputGroupTextDirective, decorators: [{
11
+ InputGroupTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputGroupTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ InputGroupTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: InputGroupTextDirective, selector: "[cInputGroupText]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: InputGroupTextDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[cInputGroupText]'
@@ -3,9 +3,9 @@ import { ColDirective } from './col.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class ColComponent extends ColDirective {
5
5
  }
6
- ColComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ColComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- ColComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: ColComponent, selector: "c-col", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"] });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ColComponent, decorators: [{
6
+ ColComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ColComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ ColComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ColComponent, selector: "c-col", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"] });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ColComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'c-col', template: '<ng-content></ng-content>', styles: [":host{display:block}\n"] }]
11
11
  }] });
@@ -15,6 +15,9 @@ export class ColDirective {
15
15
  * The number of columns/offset/order on extra small devices (<576px).
16
16
  * @type { 'auto' | number | boolean }
17
17
  */
18
+ set cCol(value) {
19
+ this.xs = this.xs || this.coerceInput(value);
20
+ }
18
21
  set xs(value) {
19
22
  this._xs = this.coerceInput(value);
20
23
  }
@@ -121,14 +124,16 @@ export class ColDirective {
121
124
  return coerceNumberProperty(value);
122
125
  }
123
126
  }
124
- ColDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ColDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
125
- ColDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: ColDirective, selector: "[cCol]", inputs: { xs: "xs", sm: "sm", md: "md", lg: "lg", xl: "xl", xxl: "xxl", offset: "offset", order: "order" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ColDirective, decorators: [{
127
+ ColDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ColDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
128
+ ColDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: ColDirective, selector: "[cCol]", inputs: { cCol: "cCol", xs: "xs", sm: "sm", md: "md", lg: "lg", xl: "xl", xxl: "xxl", offset: "offset", order: "order" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ColDirective, decorators: [{
127
130
  type: Directive,
128
131
  args: [{
129
132
  selector: '[cCol]'
130
133
  }]
131
- }], propDecorators: { xs: [{
134
+ }], propDecorators: { cCol: [{
135
+ type: Input
136
+ }], xs: [{
132
137
  type: Input
133
138
  }], sm: [{
134
139
  type: Input
@@ -148,4 +153,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
148
153
  type: HostBinding,
149
154
  args: ['class']
150
155
  }] } });
151
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvZ3JpZC9jb2wuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQWdCLHFCQUFxQixFQUFFLG9CQUFvQixFQUFlLE1BQU0sdUJBQXVCLENBQUM7QUFHL0csT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUtsRCxNQUFNLE9BQU8sWUFBWTtJQUh6QjtRQXVCVSxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxTQUFJLEdBQWlDLEtBQUssQ0FBQztLQTJEcEQ7SUF2SUM7OztPQUdHO0lBQ0gsSUFDSSxFQUFFLENBQUMsS0FBSztRQUNWLElBQUksQ0FBQyxHQUFHLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDO0lBQ0QsSUFBSSxFQUFFO1FBQ0osT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDO0lBQ2xCLENBQUM7SUFHRDs7O09BR0c7SUFDSCxJQUNJLEVBQUUsQ0FBQyxLQUFLO1FBQ1YsSUFBSSxDQUFDLEdBQUcsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFDRCxJQUFJLEVBQUU7UUFDSixPQUFPLElBQUksQ0FBQyxHQUFHLENBQUM7SUFDbEIsQ0FBQztJQUdEOzs7T0FHRztJQUNILElBQ0ksRUFBRSxDQUFDLEtBQUs7UUFDVixJQUFJLENBQUMs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QUssU0FBUyxFQUFFO1lBQzlCLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7UUFDRCxPQUFPLG9CQUFvQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7O3lHQS9JVSxZQUFZOzZGQUFaLFlBQVk7MkZBQVosWUFBWTtrQkFIeEIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsUUFBUTtpQkFDbkI7OEJBZUssRUFBRTtzQkFETCxLQUFLO2dCQWNGLEVBQUU7c0JBREwsS0FBSztnQkFjRixFQUFFO3NCQURMLEtBQUs7Z0JBY0YsRUFBRTtzQkFETCxLQUFLO2dCQWNGLEVBQUU7c0JBREwsS0FBSztnQkFjRixHQUFHO3NCQUROLEtBQUs7Z0JBU0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFHRixXQUFXO3NCQURkLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJvb2xlYW5JbnB1dCwgY29lcmNlQm9vbGVhblByb3BlcnR5LCBjb2VyY2VOdW1iZXJQcm9wZXJ0eSwgTnVtYmVySW5wdXQgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xyXG5cclxuaW1wb3J0IHsgQ29sT3JkZXIsIElDb2wgfSBmcm9tICcuL2NvbC50eXBlJztcclxuaW1wb3J0IHsgQnJlYWtwb2ludEluZml4IH0gZnJvbSAnLi4vY29yZXVpLnR5cGVzJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiAnW2NDb2xdJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29sRGlyZWN0aXZlIGltcGxlbWVudHMgSUNvbCB7XHJcblxyXG4gIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV94czogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuICBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfc206IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCk7XHJcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX21kOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpO1xyXG4gIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9sZzogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuICBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfeGw6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCk7XHJcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX3h4bDogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuXHJcbiAgLyoqXHJcbiAgICogVGhlIG51bWJlciBvZiBjb2x1bW5zL29mZnNldC9vcmRlciBvbiBleHRyYSBzbWFsbCBkZXZpY2VzICg8NTc2cHgpLlxyXG4gICAqIEB0eXBlIHsgJ2F1dG8nIHwgbnVtYmVyIHwgIGJvb2xlYW4gfVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgc2V0IHhzKHZhbHVlKSB7XHJcbiAgICB0aGlzLl94cyA9IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBnZXQgeHMoKTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSB7XHJcbiAgICByZXR1cm4gdGhpcy5feHM7XHJcbiAgfVxyXG4gIHByaXZhdGUgX3hzOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIFRoZSBudW1iZXIgb2YgY29sdW1ucy9vZmZzZXQvb3JkZXIgb24gc21hbGwgZGV2aWNlcyAoPDc2OHB4KS5cclxuICAgKiBAdHlwZSB7ICdhdXRvJyB8IG51bWJlciB8ICBib29sZWFuIH1cclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIHNldCBzbSh2YWx1ZSkge1xyXG4gICAgdGhpcy5fc20gPSB0aGlzLmNvZXJjZUlucHV0KHZhbHVlKTtcclxuICB9XHJcbiAgZ2V0IHNtKCk6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX3NtO1xyXG4gIH1cclxuICBwcml2YXRlIF9zbTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSA9IGZhbHNlO1xyXG5cclxuICAvKipcclxuICAgKiBUaGUgbnVtYmVyIG9mIGNvbHVtbnMvb2Zmc2V0L29yZGVyIG9uIG1lZGl1bSBkZXZpY2VzICg8OTkycHgpLlxyXG4gICAqIEB0eXBlIHsgJ2F1dG8nIHwgbnVtYmVyIHwgIGJvb2xlYW4gfVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgc2V0IG1kKHZhbHVlKSB7XHJcbiAgICB0aGlzLl9tZCA9IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBnZXQgbWQoKTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSB7XHJcbiAgICByZXR1cm4gdGhpcy5fbWQ7XHJcbiAgfVxyXG4gIHByaXZhdGUgX21kOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIFRoZSBudW1iZXIgb2YgY29sdW1ucy9vZmZzZXQvb3JkZXIgb24gbGFyZ2UgZGV2aWNlcyAoPDEyMDBweCkuXHJcbiAgICogQHR5cGUgeyAnYXV0bycgfCBudW1iZXIgfCAgYm9vbGVhbiB9XHJcbiAgICovXHJcbiAgQElucHV0KClcclxuICBzZXQgbGcodmFsdWUpIHtcclxuICAgIHRoaXMuX2xnID0gdGhpcy5jb2VyY2VJbnB1dCh2YWx1ZSk7XHJcbiAgfVxyXG4gIGdldCBsZygpOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpIHtcclxuICAgIHJldHVybiB0aGlzLl9sZztcclxuICB9XHJcbiAgcHJpdmF0ZSBfbGc6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkgPSBmYWxzZTtcclxuXHJcbiAgLyoqXHJcbiAgICogVGhlIG51bWJlciBvZiBjb2x1bW5zL29mZnNldC9vcmRlciBvbiBYLUxhcmdlIGRldmljZXMgKDwxNDAwcHgpLlxyXG4gICAqIEB0eXBlIHsgJ2F1dG8nIHwgbnVtYmVyIHwgIGJvb2xlYW4gfVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgc2V0IHhsKHZhbHVlKSB7XHJcbiAgICB0aGlzLl94bCA9IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBnZXQgeGwoKTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSB7XHJcbiAgICByZXR1cm4gdGhpcy5feGw7XHJcbiAgfVxyXG4gIHByaXZhdGUgX3hsOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIFRoZSBudW1iZXIgb2YgY29sdW1ucy9vZmZzZXQvb3JkZXIgb24gWFgtTGFyZ2UgZGV2aWNlcyAo4omlMTQwMHB4KS5cclxuICAgKiBAdHlwZSB7ICdhdXRvJyB8IG51bWJlciB8ICBib29sZWFuIH1cclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIHNldCB4eGwodmFsdWUpIHtcclxuICAgIHRoaXMuX3h4bCA9IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBnZXQgeHhsKCk6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX3h4bDtcclxuICB9XHJcbiAgcHJpdmF0ZSBfeHhsOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpIG9mZnNldD86IChudW1iZXIgfCB7ICd4cyc/OiBudW1iZXIsIHNtPzogbnVtYmVyLCBtZD86IG51bWJlciwgbGc/OiBudW1iZXIsIHhsPzogbnVtYmVyLCB4eGw/OiBudW1iZXIgfSk7XHJcbiAgQElucHV0KCkgb3JkZXI/OiAoQ29sT3JkZXIgfCB7IHhzPzogQ29sT3JkZXIsIHNtPzogQ29sT3JkZXIsIG1kPzogQ29sT3JkZXIsIGxnPzogQ29sT3JkZXIsIHhsPzogQ29sT3JkZXIsIHh4bD86IENvbE9yZGVyIH0pO1xyXG5cclxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcclxuICBnZXQgaG9zdENsYXNzZXMoKTogYW55IHtcclxuXHJcbiAgICBjb25zdCBjbGFzc2VzOiBhbnkgPSB7XHJcbiAgICAgIGNvbDogdHJ1ZVxyXG4gICAgfTtcclxuXHJcbiAgICBPYmplY3Qua2V5cyhCcmVha3BvaW50SW5maXgpLmZvckVhY2goKGJyZWFrcG9pbnQpID0+IHtcclxuICAgICAgLy8gQHRzLWlnbm9yZVxyXG4gICAgICBjb25zdCB2YWx1ZTogbnVtYmVyIHwgc3RyaW5nIHwgYm9vbGVhbiA9IHRoaXNbYnJlYWtwb2ludF07XHJcbiAgICAgIGNvbnN0IGluZml4ID0gYnJlYWtwb2ludCA9PT0gJ3hzJyA/ICcnIDogYC0ke2JyZWFrcG9pbnR9YDtcclxuICAgICAgY2xhc3Nlc1tgY29sJHtpbmZpeH1gXSA9IHZhbHVlID09PSB0cnVlO1xyXG4gICAgICBjbGFzc2VzW2Bjb2wke2luZml4fS0ke3ZhbHVlfWBdID0gKHR5cGVvZiB2YWx1ZSA9PT0gJ251bWJlcicpIHx8ICh0eXBlb2YgdmFsdWUgPT09ICdzdHJpbmcnKTtcclxuICAgIH0pO1xyXG5cclxuICAgIGlmICh0eXBlb2YgdGhpcy5vZmZzZXQgPT09ICdvYmplY3QnKSB7XHJcbiAgICAgIGNvbnN0IG9mZnNldCA9IHsgLi4udGhpcy5vZmZzZXQgfTtcclxuICAgICAgT2JqZWN0LmVudHJpZXMob2Zmc2V0KS5mb3JFYWNoKChlbnRyeSkgPT4ge1xyXG4gICAgICAgIGNvbnN0IFticmVha3BvaW50LCB2YWx1ZV0gPSBbLi4uZW50cnldO1xyXG4gICAgICAgIGNvbnN0IGluZml4ID0gYnJlYWtwb2ludCA9PT0gJ3hzJyA/ICcnIDogYC0ke2JyZWFrcG9pbnR9YDtcclxuICAgICAgICBjbGFzc2VzW2BvZmZzZXQke2luZml4fS0ke3ZhbHVlfWBdID0gdmFsdWUgPj0gMCAmJiB2YWx1ZSA8PSAxMTtcclxuICAgICAgfSk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICBjbGFzc2VzW2BvZmZzZXQtJHt0aGlzLm9mZnNldH1gXSA9ICh0eXBlb2YgdGhpcy5vZmZzZXQgPT09ICdudW1iZXInKSAmJiB0aGlzLm9mZnNldCA+IDAgJiYgdGhpcy5vZmZzZXQgPD0gMTE7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHR5cGVvZiB0aGlzLm9yZGVyID09PSAnb2JqZWN0Jykge1xyXG4gICAgICBjb25zdCBvcmRlciA9IHsgLi4udGhpcy5vcmRlciB9O1xyXG4gICAgICBPYmplY3QuZW50cmllcyhvcmRlcikuZm9yRWFjaCgoZW50cnkpID0+IHtcclxuICAgICAgICBjb25zdCBbYnJlYWtwb2ludCwgdmFsdWVdID0gWy4uLmVudHJ5XTtcclxuICAgICAgICBjb25zdCBpbmZpeCA9IGJyZWFrcG9pbnQgPT09ICd4cycgPyAnJyA6IGAtJHticmVha3BvaW50fWA7XHJcbiAgICAgICAgY2xhc3Nlc1tgb3JkZXIke2luZml4fS0ke3ZhbHVlfWBdID0gdmFsdWU7XHJcbiAgICAgIH0pO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgY2xhc3Nlc1tgb3JkZXItJHt0aGlzLm9yZGVyfWBdID0gISF0aGlzLm9yZGVyO1xyXG4gICAgfVxyXG5cclxuICAgIC8vIGlmIHRoZXJlIGlzIG5vICdjb2wnIGNsYXNzLCBhZGQgb25lXHJcbiAgICBjbGFzc2VzLmNvbCA9ICghT2JqZWN0LmVudHJpZXMoY2xhc3NlcykuZmlsdGVyKGkgPT4gaVswXS5zdGFydHNXaXRoKCdjb2wtJykgJiYgaVsxXSkubGVuZ3RoKSB8fCB0aGlzLnhzID09PSB0cnVlO1xyXG4gICAgcmV0dXJuIGNsYXNzZXM7XHJcbiAgfVxyXG5cclxuICBjb2VyY2VJbnB1dCh2YWx1ZTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSkge1xyXG4gICAgaWYgKHZhbHVlID09PSAnYXV0bycpIHtcclxuICAgICAgcmV0dXJuIHZhbHVlO1xyXG4gICAgfVxyXG4gICAgaWYgKHZhbHVlID09PSAnJyB8fCB2YWx1ZSA9PT0gdW5kZWZpbmVkIHx8IHZhbHVlID09PSBudWxsKSB7XHJcbiAgICAgIHJldHVybiBjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpO1xyXG4gICAgfVxyXG4gICAgaWYgKHR5cGVvZiB2YWx1ZSA9PT0gJ2Jvb2xlYW4nKSB7XHJcbiAgICAgIHJldHVybiB2YWx1ZTtcclxuICAgIH1cclxuICAgIHJldHVybiBjb2VyY2VOdW1iZXJQcm9wZXJ0eSh2YWx1ZSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
156
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvZ3JpZC9jb2wuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQWdCLHFCQUFxQixFQUFFLG9CQUFvQixFQUFlLE1BQU0sdUJBQXVCLENBQUM7QUFHL0csT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUtsRCxNQUFNLE9BQU8sWUFBWTtJQUh6QjtRQTRCVSxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxRQUFHLEdBQWlDLEtBQUssQ0FBQztRQWExQyxTQUFJLEdBQWlDLEtBQUssQ0FBQztLQTJEcEQ7SUEzSUM7OztPQUdHO0lBQ0gsSUFDSSxJQUFJLENBQUMsS0FBbUM7UUFDMUMsSUFBSSxDQUFDLEVBQUUsR0FBRyxJQUFJLENBQUMsRUFBRSxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDL0MsQ0FBQztJQUNELElBQ0ksRUFBRSxDQUFDLEtBQUs7UUFDVixJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUNELElBQUksRUFBRTtRQUNKLE9BQU8sSUFBSSxDQUFDLEdBQUcsQ0FBQztJQUNsQixDQUFDO0lBR0Q7OztPQUdHO0lBQ0gsSUFDSSxFQUFFLENBQUMsS0FBSztRQUNWLElBQUksQ0FBQyxHQUFHLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztJ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SyxFQUFFLElBQUksS0FBSyxLQUFLLFNBQVMsSUFBSSxLQUFLLEtBQUssSUFBSSxFQUFFO1lBQ3pELE9BQU8scUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDckM7UUFDRCxJQUFJLE9BQU8sS0FBSyxLQUFLLFNBQVMsRUFBRTtZQUM5QixPQUFPLEtBQUssQ0FBQztTQUNkO1FBQ0QsT0FBTyxvQkFBb0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDOzt5R0FwSlUsWUFBWTs2RkFBWixZQUFZOzJGQUFaLFlBQVk7a0JBSHhCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFFBQVE7aUJBQ25COzhCQWdCSyxJQUFJO3NCQURQLEtBQUs7Z0JBS0YsRUFBRTtzQkFETCxLQUFLO2dCQWNGLEVBQUU7c0JBREwsS0FBSztnQkFjRixFQUFFO3NCQURMLEtBQUs7Z0JBY0YsRUFBRTtzQkFETCxLQUFLO2dCQWNGLEVBQUU7c0JBREwsS0FBSztnQkFjRixHQUFHO3NCQUROLEtBQUs7Z0JBU0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFHRixXQUFXO3NCQURkLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJvb2xlYW5JbnB1dCwgY29lcmNlQm9vbGVhblByb3BlcnR5LCBjb2VyY2VOdW1iZXJQcm9wZXJ0eSwgTnVtYmVySW5wdXQgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xyXG5cclxuaW1wb3J0IHsgQ29sT3JkZXIsIElDb2wgfSBmcm9tICcuL2NvbC50eXBlJztcclxuaW1wb3J0IHsgQnJlYWtwb2ludEluZml4IH0gZnJvbSAnLi4vY29yZXVpLnR5cGVzJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiAnW2NDb2xdJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29sRGlyZWN0aXZlIGltcGxlbWVudHMgSUNvbCB7XHJcblxyXG4gIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9jQ29sOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpO1xyXG4gIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV94czogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuICBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfc206IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCk7XHJcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX21kOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpO1xyXG4gIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9sZzogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuICBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfeGw6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCk7XHJcbiAgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX3h4bDogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KTtcclxuXHJcbiAgLyoqXHJcbiAgICogVGhlIG51bWJlciBvZiBjb2x1bW5zL29mZnNldC9vcmRlciBvbiBleHRyYSBzbWFsbCBkZXZpY2VzICg8NTc2cHgpLlxyXG4gICAqIEB0eXBlIHsgJ2F1dG8nIHwgbnVtYmVyIHwgIGJvb2xlYW4gfVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgc2V0IGNDb2wodmFsdWU6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkpIHtcclxuICAgIHRoaXMueHMgPSB0aGlzLnhzIHx8IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBASW5wdXQoKVxyXG4gIHNldCB4cyh2YWx1ZSkge1xyXG4gICAgdGhpcy5feHMgPSB0aGlzLmNvZXJjZUlucHV0KHZhbHVlKTtcclxuICB9XHJcbiAgZ2V0IHhzKCk6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX3hzO1xyXG4gIH1cclxuICBwcml2YXRlIF94czogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSA9IGZhbHNlO1xyXG5cclxuICAvKipcclxuICAgKiBUaGUgbnVtYmVyIG9mIGNvbHVtbnMvb2Zmc2V0L29yZGVyIG9uIHNtYWxsIGRldmljZXMgKDw3NjhweCkuXHJcbiAgICogQHR5cGUgeyAnYXV0bycgfCBudW1iZXIgfCAgYm9vbGVhbiB9XHJcbiAgICovXHJcbiAgQElucHV0KClcclxuICBzZXQgc20odmFsdWUpIHtcclxuICAgIHRoaXMuX3NtID0gdGhpcy5jb2VyY2VJbnB1dCh2YWx1ZSk7XHJcbiAgfVxyXG4gIGdldCBzbSgpOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpIHtcclxuICAgIHJldHVybiB0aGlzLl9zbTtcclxuICB9XHJcbiAgcHJpdmF0ZSBfc206IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkgPSBmYWxzZTtcclxuXHJcbiAgLyoqXHJcbiAgICogVGhlIG51bWJlciBvZiBjb2x1bW5zL29mZnNldC9vcmRlciBvbiBtZWRpdW0gZGV2aWNlcyAoPDk5MnB4KS5cclxuICAgKiBAdHlwZSB7ICdhdXRvJyB8IG51bWJlciB8ICBib29sZWFuIH1cclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIHNldCBtZCh2YWx1ZSkge1xyXG4gICAgdGhpcy5fbWQgPSB0aGlzLmNvZXJjZUlucHV0KHZhbHVlKTtcclxuICB9XHJcbiAgZ2V0IG1kKCk6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX21kO1xyXG4gIH1cclxuICBwcml2YXRlIF9tZDogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSA9IGZhbHNlO1xyXG5cclxuICAvKipcclxuICAgKiBUaGUgbnVtYmVyIG9mIGNvbHVtbnMvb2Zmc2V0L29yZGVyIG9uIGxhcmdlIGRldmljZXMgKDwxMjAwcHgpLlxyXG4gICAqIEB0eXBlIHsgJ2F1dG8nIHwgbnVtYmVyIHwgIGJvb2xlYW4gfVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpXHJcbiAgc2V0IGxnKHZhbHVlKSB7XHJcbiAgICB0aGlzLl9sZyA9IHRoaXMuY29lcmNlSW5wdXQodmFsdWUpO1xyXG4gIH1cclxuICBnZXQgbGcoKTogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSB7XHJcbiAgICByZXR1cm4gdGhpcy5fbGc7XHJcbiAgfVxyXG4gIHByaXZhdGUgX2xnOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIFRoZSBudW1iZXIgb2YgY29sdW1ucy9vZmZzZXQvb3JkZXIgb24gWC1MYXJnZSBkZXZpY2VzICg8MTQwMHB4KS5cclxuICAgKiBAdHlwZSB7ICdhdXRvJyB8IG51bWJlciB8ICBib29sZWFuIH1cclxuICAgKi9cclxuICBASW5wdXQoKVxyXG4gIHNldCB4bCh2YWx1ZSkge1xyXG4gICAgdGhpcy5feGwgPSB0aGlzLmNvZXJjZUlucHV0KHZhbHVlKTtcclxuICB9XHJcbiAgZ2V0IHhsKCk6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkge1xyXG4gICAgcmV0dXJuIHRoaXMuX3hsO1xyXG4gIH1cclxuICBwcml2YXRlIF94bDogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSA9IGZhbHNlO1xyXG5cclxuICAvKipcclxuICAgKiBUaGUgbnVtYmVyIG9mIGNvbHVtbnMvb2Zmc2V0L29yZGVyIG9uIFhYLUxhcmdlIGRldmljZXMgKOKJpTE0MDBweCkuXHJcbiAgICogQHR5cGUgeyAnYXV0bycgfCBudW1iZXIgfCAgYm9vbGVhbiB9XHJcbiAgICovXHJcbiAgQElucHV0KClcclxuICBzZXQgeHhsKHZhbHVlKSB7XHJcbiAgICB0aGlzLl94eGwgPSB0aGlzLmNvZXJjZUlucHV0KHZhbHVlKTtcclxuICB9XHJcbiAgZ2V0IHh4bCgpOiAoQm9vbGVhbklucHV0IHwgTnVtYmVySW5wdXQpIHtcclxuICAgIHJldHVybiB0aGlzLl94eGw7XHJcbiAgfVxyXG4gIHByaXZhdGUgX3h4bDogKEJvb2xlYW5JbnB1dCB8IE51bWJlcklucHV0KSA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKSBvZmZzZXQ/OiAobnVtYmVyIHwgeyAneHMnPzogbnVtYmVyLCBzbT86IG51bWJlciwgbWQ/OiBudW1iZXIsIGxnPzogbnVtYmVyLCB4bD86IG51bWJlciwgeHhsPzogbnVtYmVyIH0pO1xyXG4gIEBJbnB1dCgpIG9yZGVyPzogKENvbE9yZGVyIHwgeyB4cz86IENvbE9yZGVyLCBzbT86IENvbE9yZGVyLCBtZD86IENvbE9yZGVyLCBsZz86IENvbE9yZGVyLCB4bD86IENvbE9yZGVyLCB4eGw/OiBDb2xPcmRlciB9KTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXHJcbiAgZ2V0IGhvc3RDbGFzc2VzKCk6IGFueSB7XHJcblxyXG4gICAgY29uc3QgY2xhc3NlczogYW55ID0ge1xyXG4gICAgICBjb2w6IHRydWVcclxuICAgIH07XHJcblxyXG4gICAgT2JqZWN0LmtleXMoQnJlYWtwb2ludEluZml4KS5mb3JFYWNoKChicmVha3BvaW50KSA9PiB7XHJcbiAgICAgIC8vIEB0cy1pZ25vcmVcclxuICAgICAgY29uc3QgdmFsdWU6IG51bWJlciB8IHN0cmluZyB8IGJvb2xlYW4gPSB0aGlzW2JyZWFrcG9pbnRdO1xyXG4gICAgICBjb25zdCBpbmZpeCA9IGJyZWFrcG9pbnQgPT09ICd4cycgPyAnJyA6IGAtJHticmVha3BvaW50fWA7XHJcbiAgICAgIGNsYXNzZXNbYGNvbCR7aW5maXh9YF0gPSB2YWx1ZSA9PT0gdHJ1ZTtcclxuICAgICAgY2xhc3Nlc1tgY29sJHtpbmZpeH0tJHt2YWx1ZX1gXSA9ICh0eXBlb2YgdmFsdWUgPT09ICdudW1iZXInKSB8fCAodHlwZW9mIHZhbHVlID09PSAnc3RyaW5nJyk7XHJcbiAgICB9KTtcclxuXHJcbiAgICBpZiAodHlwZW9mIHRoaXMub2Zmc2V0ID09PSAnb2JqZWN0Jykge1xyXG4gICAgICBjb25zdCBvZmZzZXQgPSB7IC4uLnRoaXMub2Zmc2V0IH07XHJcbiAgICAgIE9iamVjdC5lbnRyaWVzKG9mZnNldCkuZm9yRWFjaCgoZW50cnkpID0+IHtcclxuICAgICAgICBjb25zdCBbYnJlYWtwb2ludCwgdmFsdWVdID0gWy4uLmVudHJ5XTtcclxuICAgICAgICBjb25zdCBpbmZpeCA9IGJyZWFrcG9pbnQgPT09ICd4cycgPyAnJyA6IGAtJHticmVha3BvaW50fWA7XHJcbiAgICAgICAgY2xhc3Nlc1tgb2Zmc2V0JHtpbmZpeH0tJHt2YWx1ZX1gXSA9IHZhbHVlID49IDAgJiYgdmFsdWUgPD0gMTE7XHJcbiAgICAgIH0pO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgY2xhc3Nlc1tgb2Zmc2V0LSR7dGhpcy5vZmZzZXR9YF0gPSAodHlwZW9mIHRoaXMub2Zmc2V0ID09PSAnbnVtYmVyJykgJiYgdGhpcy5vZmZzZXQgPiAwICYmIHRoaXMub2Zmc2V0IDw9IDExO1xyXG4gICAgfVxyXG5cclxuICAgIGlmICh0eXBlb2YgdGhpcy5vcmRlciA9PT0gJ29iamVjdCcpIHtcclxuICAgICAgY29uc3Qgb3JkZXIgPSB7IC4uLnRoaXMub3JkZXIgfTtcclxuICAgICAgT2JqZWN0LmVudHJpZXMob3JkZXIpLmZvckVhY2goKGVudHJ5KSA9PiB7XHJcbiAgICAgICAgY29uc3QgW2JyZWFrcG9pbnQsIHZhbHVlXSA9IFsuLi5lbnRyeV07XHJcbiAgICAgICAgY29uc3QgaW5maXggPSBicmVha3BvaW50ID09PSAneHMnID8gJycgOiBgLSR7YnJlYWtwb2ludH1gO1xyXG4gICAgICAgIGNsYXNzZXNbYG9yZGVyJHtpbmZpeH0tJHt2YWx1ZX1gXSA9IHZhbHVlO1xyXG4gICAgICB9KTtcclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIGNsYXNzZXNbYG9yZGVyLSR7dGhpcy5vcmRlcn1gXSA9ICEhdGhpcy5vcmRlcjtcclxuICAgIH1cclxuXHJcbiAgICAvLyBpZiB0aGVyZSBpcyBubyAnY29sJyBjbGFzcywgYWRkIG9uZVxyXG4gICAgY2xhc3Nlcy5jb2wgPSAoIU9iamVjdC5lbnRyaWVzKGNsYXNzZXMpLmZpbHRlcihpID0+IGlbMF0uc3RhcnRzV2l0aCgnY29sLScpICYmIGlbMV0pLmxlbmd0aCkgfHwgdGhpcy54cyA9PT0gdHJ1ZTtcclxuICAgIHJldHVybiBjbGFzc2VzO1xyXG4gIH1cclxuXHJcbiAgY29lcmNlSW5wdXQodmFsdWU6IChCb29sZWFuSW5wdXQgfCBOdW1iZXJJbnB1dCkpIHtcclxuICAgIGlmICh2YWx1ZSA9PT0gJ2F1dG8nKSB7XHJcbiAgICAgIHJldHVybiB2YWx1ZTtcclxuICAgIH1cclxuICAgIGlmICh2YWx1ZSA9PT0gJycgfHwgdmFsdWUgPT09IHVuZGVmaW5lZCB8fCB2YWx1ZSA9PT0gbnVsbCkge1xyXG4gICAgICByZXR1cm4gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcclxuICAgIH1cclxuICAgIGlmICh0eXBlb2YgdmFsdWUgPT09ICdib29sZWFuJykge1xyXG4gICAgICByZXR1cm4gdmFsdWU7XHJcbiAgICB9XHJcbiAgICByZXR1cm4gY29lcmNlTnVtYmVyUHJvcGVydHkodmFsdWUpO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -27,9 +27,9 @@ export class ContainerComponent {
27
27
  };
28
28
  }
29
29
  }
30
- ContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
- ContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: ContainerComponent, selector: "c-container, [cContainer]", inputs: { breakpoint: "breakpoint", fluid: "fluid" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"] });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ContainerComponent, decorators: [{
30
+ ContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
+ ContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ContainerComponent, selector: "c-container, [cContainer]", inputs: { breakpoint: "breakpoint", fluid: "fluid" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainerComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: 'c-container, [cContainer]', template: '<ng-content></ng-content>', styles: [":host{display:block}\n"] }]
35
35
  }], propDecorators: { breakpoint: [{
@@ -9,8 +9,8 @@ import { GutterDirective } from './gutter.directive';
9
9
  import * as i0 from "@angular/core";
10
10
  export class GridModule {
11
11
  }
12
- GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GridModule, declarations: [ContainerComponent,
12
+ GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GridModule, declarations: [ContainerComponent,
14
14
  RowComponent,
15
15
  ColComponent,
16
16
  RowDirective,
@@ -21,8 +21,8 @@ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
21
21
  GutterDirective,
22
22
  RowDirective,
23
23
  ColDirective] });
24
- GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GridModule, providers: [], imports: [[CommonModule]] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GridModule, decorators: [{
24
+ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GridModule, providers: [], imports: [[CommonModule]] });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GridModule, decorators: [{
26
26
  type: NgModule,
27
27
  args: [{
28
28
  imports: [CommonModule],
@@ -39,9 +39,9 @@ export class GutterDirective {
39
39
  };
40
40
  }
41
41
  }
42
- GutterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GutterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
43
- GutterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: GutterDirective, selector: "[gutter]", inputs: { gutter: "gutter" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: GutterDirective, decorators: [{
42
+ GutterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GutterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
43
+ GutterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: GutterDirective, selector: "[gutter]", inputs: { gutter: "gutter" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: GutterDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3,9 +3,9 @@ import { RowDirective } from './row.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class RowComponent extends RowDirective {
5
5
  }
6
- RowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- RowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: RowComponent, selector: "c-row", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [""] });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RowComponent, decorators: [{
6
+ RowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ RowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: RowComponent, selector: "c-row", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [""] });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RowComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'c-row', template: '<ng-content></ng-content>', styles: [""] }]
11
11
  }] });
@@ -19,9 +19,9 @@ export class RowDirective {
19
19
  return classes;
20
20
  }
21
21
  }
22
- RowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
- RowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: RowDirective, selector: "[cRow]", inputs: { xs: "xs", sm: "sm", md: "md", lg: "lg", xl: "xl", xxl: "xxl" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RowDirective, decorators: [{
22
+ RowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
+ RowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: RowDirective, selector: "[cRow]", inputs: { xs: "xs", sm: "sm", md: "md", lg: "lg", xl: "xl", xxl: "xxl" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RowDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[cRow]'
@@ -26,9 +26,9 @@ export class HeaderComponent {
26
26
  };
27
27
  }
28
28
  }
29
- HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: HeaderComponent, selector: "c-header, [c-header]", inputs: { container: "container", position: "position", role: "role" }, host: { properties: { "attr.role": "this.role", "class": "this.getClasses" } }, ngImport: i0, template: "<div [class]=\"headerClasses\" *ngIf=\"!!container; else elseBlock\">\r\n <ng-content></ng-content>\r\n</div>\r\n<ng-template #elseBlock>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n\r\n\r\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderComponent, decorators: [{
29
+ HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: HeaderComponent, selector: "c-header, [c-header]", inputs: { container: "container", position: "position", role: "role" }, host: { properties: { "attr.role": "this.role", "class": "this.getClasses" } }, ngImport: i0, template: "<div [class]=\"headerClasses\" *ngIf=\"!!container; else elseBlock\">\r\n <ng-content></ng-content>\r\n</div>\r\n<ng-template #elseBlock>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n\r\n\r\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'c-header, [c-header]', template: "<div [class]=\"headerClasses\" *ngIf=\"!!container; else elseBlock\">\r\n <ng-content></ng-content>\r\n</div>\r\n<ng-template #elseBlock>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n\r\n\r\n" }]
34
34
  }], propDecorators: { container: [{
@@ -11,9 +11,9 @@ export class HeaderBrandComponent {
11
11
  this.headerBrandClass = true;
12
12
  }
13
13
  }
14
- HeaderBrandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderBrandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- HeaderBrandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: HeaderBrandComponent, selector: "c-header-brand", inputs: { role: "role" }, host: { properties: { "attr.role": "this.role", "class.header-brand": "this.headerBrandClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderBrandComponent, decorators: [{
14
+ HeaderBrandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderBrandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ HeaderBrandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: HeaderBrandComponent, selector: "c-header-brand", inputs: { role: "role" }, host: { properties: { "attr.role": "this.role", "class.header-brand": "this.headerBrandClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderBrandComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'c-header-brand',
@@ -5,9 +5,9 @@ export class HeaderDividerComponent {
5
5
  this.headerDividerClass = true;
6
6
  }
7
7
  }
8
- HeaderDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- HeaderDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: HeaderDividerComponent, selector: "c-header-divider, [cHeaderDivider]", host: { properties: { "class.header-divider": "this.headerDividerClass" } }, ngImport: i0, template: ``, isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderDividerComponent, decorators: [{
8
+ HeaderDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ HeaderDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: HeaderDividerComponent, selector: "c-header-divider, [cHeaderDivider]", host: { properties: { "class.header-divider": "this.headerDividerClass" } }, ngImport: i0, template: ``, isInline: true });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderDividerComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'c-header-divider, [cHeaderDivider]',
@@ -11,9 +11,9 @@ export class HeaderNavComponent {
11
11
  this.headerNavClass = true;
12
12
  }
13
13
  }
14
- HeaderNavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- HeaderNavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: HeaderNavComponent, selector: "c-header-nav", inputs: { role: "role" }, host: { properties: { "attr.role": "this.role", "class.header-nav": "this.headerNavClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [""] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderNavComponent, decorators: [{
14
+ HeaderNavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ HeaderNavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: HeaderNavComponent, selector: "c-header-nav", inputs: { role: "role" }, host: { properties: { "attr.role": "this.role", "class.header-nav": "this.headerNavClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [""] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderNavComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'c-header-nav', template: `<ng-content></ng-content>`, styles: [""] }]
19
19
  }], propDecorators: { role: [{
@@ -5,9 +5,9 @@ export class HeaderTextComponent {
5
5
  this.headerTextClass = true;
6
6
  }
7
7
  }
8
- HeaderTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- HeaderTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: HeaderTextComponent, selector: "c-header-text, [cHeaderText]", host: { properties: { "class.header-text": "this.headerTextClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderTextComponent, decorators: [{
8
+ HeaderTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ HeaderTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: HeaderTextComponent, selector: "c-header-text, [cHeaderText]", host: { properties: { "class.header-text": "this.headerTextClass" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderTextComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'c-header-text, [cHeaderText]',
@@ -30,9 +30,9 @@ export class HeaderTogglerDirective {
30
30
  }
31
31
  }
32
32
  }
33
- HeaderTogglerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderTogglerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
34
- HeaderTogglerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: HeaderTogglerDirective, selector: "[cHeaderToggler]", inputs: { type: "type", ariaLabel: "ariaLabel" }, host: { properties: { "class.header-toggler": "this.headerToggler", "attr.type": "this.type", "attr.aria-label": "this.ariaLabel" } }, ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderTogglerDirective, decorators: [{
33
+ HeaderTogglerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderTogglerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
34
+ HeaderTogglerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: HeaderTogglerDirective, selector: "[cHeaderToggler]", inputs: { type: "type", ariaLabel: "ariaLabel" }, host: { properties: { "class.header-toggler": "this.headerToggler", "attr.type": "this.type", "attr.aria-label": "this.ariaLabel" } }, ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderTogglerDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[cHeaderToggler]'
@@ -9,8 +9,8 @@ import { HeaderTogglerDirective } from './header-toggler/header-toggler.directiv
9
9
  import * as i0 from "@angular/core";
10
10
  export class HeaderModule {
11
11
  }
12
- HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderModule, declarations: [HeaderComponent,
12
+ HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderModule, declarations: [HeaderComponent,
14
14
  HeaderBrandComponent,
15
15
  HeaderDividerComponent,
16
16
  HeaderNavComponent,
@@ -21,10 +21,10 @@ HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
21
21
  HeaderNavComponent,
22
22
  HeaderTextComponent,
23
23
  HeaderTogglerDirective] });
24
- HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderModule, imports: [[
24
+ HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderModule, imports: [[
25
25
  CommonModule
26
26
  ]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: HeaderModule, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: HeaderModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: [
@@ -64,9 +64,9 @@ export class ImgDirective {
64
64
  };
65
65
  }
66
66
  }
67
- ImgDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
- ImgDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: ImgDirective, selector: "[cImg]", inputs: { align: "align", fluid: "fluid", rounded: "rounded", thumbnail: "thumbnail", placeholderColor: "placeholderColor" }, host: { properties: { "style": "this.getStyles", "class": "this.hostClasses" } }, ngImport: i0 });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgDirective, decorators: [{
67
+ ImgDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
+ ImgDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: ImgDirective, selector: "[cImg]", inputs: { align: "align", fluid: "fluid", rounded: "rounded", thumbnail: "thumbnail", placeholderColor: "placeholderColor" }, host: { properties: { "style": "this.getStyles", "class": "this.hostClasses" } }, ngImport: i0 });
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
72
  selector: '[cImg]'
@@ -4,12 +4,12 @@ import { ImgDirective } from './img.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ImgModule {
6
6
  }
7
- ImgModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ImgModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgModule, declarations: [ImgDirective], imports: [CommonModule], exports: [ImgDirective] });
9
- ImgModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgModule, imports: [[
7
+ ImgModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ImgModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgModule, declarations: [ImgDirective], imports: [CommonModule], exports: [ImgDirective] });
9
+ ImgModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ImgModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ImgModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [
@@ -40,9 +40,9 @@ export class ListGroupItemDirective {
40
40
  };
41
41
  }
42
42
  }
43
- ListGroupItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupItemDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
44
- ListGroupItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: ListGroupItemDirective, selector: "[cListGroupItem], c-list-group-item", inputs: { active: "active", color: "color", disabled: "disabled" }, host: { properties: { "attr.aria-disabled": "this.isDisabled", "attr.disabled": "this.attrDisabled", "attr.tabindex": "this.getTabindex", "attr.aria-current": "this.ariaCurrent", "class": "this.hostClasses" } }, exportAs: ["cListGroupItem"], ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupItemDirective, decorators: [{
43
+ ListGroupItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupItemDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
44
+ ListGroupItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: ListGroupItemDirective, selector: "[cListGroupItem], c-list-group-item", inputs: { active: "active", color: "color", disabled: "disabled" }, host: { properties: { "attr.aria-disabled": "this.isDisabled", "attr.disabled": "this.attrDisabled", "attr.tabindex": "this.getTabindex", "attr.aria-current": "this.ariaCurrent", "class": "this.hostClasses" } }, exportAs: ["cListGroupItem"], ngImport: i0 });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupItemDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: '[cListGroupItem], c-list-group-item',
@@ -26,9 +26,9 @@ export class ListGroupDirective {
26
26
  return classes;
27
27
  }
28
28
  }
29
- ListGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
- ListGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.1.1", type: ListGroupDirective, selector: "[cListGroup]", inputs: { flush: "flush", horizontal: "horizontal" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupDirective, decorators: [{
29
+ ListGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
+ ListGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: ListGroupDirective, selector: "[cListGroup]", inputs: { flush: "flush", horizontal: "horizontal" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[cListGroup]'
@@ -5,13 +5,13 @@ import { ListGroupItemDirective } from './list-group-item.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ListGroupModule {
7
7
  }
8
- ListGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- ListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupModule, declarations: [ListGroupDirective, ListGroupItemDirective], imports: [CommonModule], exports: [ListGroupDirective,
8
+ ListGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ ListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupModule, declarations: [ListGroupDirective, ListGroupItemDirective], imports: [CommonModule], exports: [ListGroupDirective,
10
10
  ListGroupItemDirective] });
11
- ListGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupModule, imports: [[
11
+ ListGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupModule, imports: [[
12
12
  CommonModule
13
13
  ]] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ListGroupModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ListGroupModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [ListGroupDirective, ListGroupItemDirective],
@@ -64,9 +64,9 @@ export class LoadingButtonComponent extends ButtonDirective {
64
64
  }
65
65
  }
66
66
  }
67
- LoadingButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
- LoadingButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: LoadingButtonComponent, selector: "button[cLoadingButton], a[cLoadingButton]", inputs: { disabledOnLoading: "disabledOnLoading", loading: "loading", spinnerType: "spinnerType" }, outputs: { loadingChange: "loadingChange" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cLoadingButton"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<c-spinner [variant]=\"spinnerType\" size=\"sm\" class=\"btn-loading-spinner\"></c-spinner>\r\n<ng-content></ng-content>\r\n", styles: [""], components: [{ type: i1.SpinnerComponent, selector: "c-spinner", inputs: ["color", "label", "size", "variant", "role"] }] });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonComponent, decorators: [{
67
+ LoadingButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
+ LoadingButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: LoadingButtonComponent, selector: "button[cLoadingButton], a[cLoadingButton]", inputs: { disabledOnLoading: "disabledOnLoading", loading: "loading", spinnerType: "spinnerType" }, outputs: { loadingChange: "loadingChange" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cLoadingButton"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<c-spinner [variant]=\"spinnerType\" size=\"sm\" class=\"btn-loading-spinner\"></c-spinner>\r\n<ng-content></ng-content>\r\n", styles: [""], components: [{ type: i1.SpinnerComponent, selector: "c-spinner", inputs: ["color", "label", "size", "variant", "role"] }] });
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{ selector: 'button[cLoadingButton], a[cLoadingButton]', exportAs: 'cLoadingButton', template: "<c-spinner [variant]=\"spinnerType\" size=\"sm\" class=\"btn-loading-spinner\"></c-spinner>\r\n<ng-content></ng-content>\r\n", styles: [""] }]
72
72
  }], ctorParameters: function () { return []; }, propDecorators: { disabledOnLoading: [{
@@ -5,14 +5,14 @@ import { SpinnerModule } from '../spinner';
5
5
  import * as i0 from "@angular/core";
6
6
  export class LoadingButtonModule {
7
7
  }
8
- LoadingButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- LoadingButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonModule, declarations: [LoadingButtonComponent], imports: [CommonModule,
8
+ LoadingButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ LoadingButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonModule, declarations: [LoadingButtonComponent], imports: [CommonModule,
10
10
  SpinnerModule], exports: [LoadingButtonComponent] });
11
- LoadingButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonModule, imports: [[
11
+ LoadingButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonModule, imports: [[
12
12
  CommonModule,
13
13
  SpinnerModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: LoadingButtonModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: LoadingButtonModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [
@@ -222,8 +222,8 @@ export class ModalComponent {
222
222
  }
223
223
  }
224
224
  }
225
- ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ModalComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.ModalService }, { token: i2.BackdropService }], target: i0.ɵɵFactoryTarget.Component });
226
- ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "mousedown": "onMouseDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: ElementRef }], exportAs: ["cModal"], ngImport: i0, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: i3.ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: i4.ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
225
+ ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ModalComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.ModalService }, { token: i2.BackdropService }], target: i0.ɵɵFactoryTarget.Component });
226
+ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ModalComponent, selector: "c-modal", inputs: { alignment: "alignment", backdrop: "backdrop", fullscreen: "fullscreen", keyboard: "keyboard", id: "id", size: "size", transition: "transition", role: "role", ariaModal: "ariaModal", scrollable: "scrollable", visible: "visible" }, outputs: { visibleChange: "visibleChange" }, host: { listeners: { "@showHide.start": "animateStart($event)", "@showHide.done": "animateDone($event)", "document:keydown": "onKeyDownHandler($event)", "mousedown": "onMouseDownHandler($event)", "click": "onClickHandler($event)" }, properties: { "attr.role": "this.role", "attr.aria-modal": "this.ariaModal", "class": "this.hostClasses", "attr.aria-hidden": "this.ariaHidden", "attr.tabindex": "this.tabIndex", "@showHide": "this.animateTrigger" } }, viewQueries: [{ propertyName: "modalContent", first: true, predicate: ModalContentComponent, descendants: true, read: ElementRef }], exportAs: ["cModal"], ngImport: i0, template: "<c-modal-dialog\r\n [alignment]=\"alignment\"\r\n [fullscreen]=\"fullscreen\"\r\n [scrollable]=\"scrollable\"\r\n [size]=\"size\">\r\n <c-modal-content>\r\n <div [cdkTrapFocus]=\"visible\" [cdkTrapFocusAutoCapture]=\"visible\" style=\"display: contents;\">\r\n <ng-content></ng-content>\r\n </div>\r\n </c-modal-content>\r\n</c-modal-dialog>\r\n", styles: [""], components: [{ type: i3.ModalDialogComponent, selector: "c-modal-dialog", inputs: ["alignment", "fullscreen", "scrollable", "size"] }, { type: i4.ModalContentComponent, selector: "c-modal-content" }], directives: [{ type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [
227
227
  trigger('showHide', [
228
228
  state('visible', style({
229
229
  display: 'block'
@@ -234,7 +234,7 @@ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
234
234
  transition('visible <=> *', [animate('300ms')])
235
235
  ])
236
236
  ] });
237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: ModalComponent, decorators: [{
237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ModalComponent, decorators: [{
238
238
  type: Component,
239
239
  args: [{ selector: 'c-modal', animations: [
240
240
  trigger('showHide', [