@coreui/angular-pro 4.3.10 → 4.4.0-next.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 (463) hide show
  1. package/esm2020/lib/accordion/accordion/accordion.component.mjs +6 -6
  2. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +6 -5
  3. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +29 -27
  4. package/esm2020/lib/accordion/accordion.module.mjs +14 -12
  5. package/esm2020/lib/accordion/accordion.service.mjs +3 -3
  6. package/esm2020/lib/alert/alert-heading.directive.mjs +6 -5
  7. package/esm2020/lib/alert/alert-link.directive.mjs +6 -5
  8. package/esm2020/lib/alert/alert.component.mjs +28 -28
  9. package/esm2020/lib/alert/alert.module.mjs +12 -11
  10. package/esm2020/lib/avatar/avatar.component.mjs +6 -5
  11. package/esm2020/lib/avatar/avatar.module.mjs +10 -9
  12. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  13. package/esm2020/lib/badge/badge.component.mjs +5 -5
  14. package/esm2020/lib/badge/badge.module.mjs +10 -9
  15. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +5 -5
  16. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +10 -7
  17. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +8 -7
  18. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  19. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +23 -12
  20. package/esm2020/lib/button/button-close.directive.mjs +6 -5
  21. package/esm2020/lib/button/button.directive.mjs +6 -5
  22. package/esm2020/lib/button/button.module.mjs +10 -10
  23. package/esm2020/lib/button-group/button-group/button-group.component.mjs +5 -4
  24. package/esm2020/lib/button-group/button-group.module.mjs +8 -18
  25. package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +5 -4
  26. package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +6 -5
  27. package/esm2020/lib/calendar/calendar/calendar.component.mjs +9 -9
  28. package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +6 -5
  29. package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +6 -5
  30. package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +6 -5
  31. package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +6 -5
  32. package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +6 -5
  33. package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +6 -5
  34. package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +34 -24
  35. package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +6 -5
  36. package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +7 -6
  37. package/esm2020/lib/calendar/calendar.module.mjs +16 -13
  38. package/esm2020/lib/calendar/calendar.service.mjs +3 -3
  39. package/esm2020/lib/callout/callout.component.mjs +5 -5
  40. package/esm2020/lib/callout/callout.module.mjs +10 -7
  41. package/esm2020/lib/card/card-body.component.mjs +6 -5
  42. package/esm2020/lib/card/card-footer.component.mjs +7 -6
  43. package/esm2020/lib/card/card-group.component.mjs +6 -5
  44. package/esm2020/lib/card/card-header-actions.component.mjs +5 -4
  45. package/esm2020/lib/card/card-header.component.mjs +6 -5
  46. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +5 -5
  47. package/esm2020/lib/card/card-img.directive.mjs +6 -5
  48. package/esm2020/lib/card/card-link.directive.mjs +6 -5
  49. package/esm2020/lib/card/card-subtitle.directive.mjs +6 -5
  50. package/esm2020/lib/card/card-text.directive.mjs +6 -5
  51. package/esm2020/lib/card/card-title.directive.mjs +6 -5
  52. package/esm2020/lib/card/card.component.mjs +6 -5
  53. package/esm2020/lib/card/card.module.mjs +19 -12
  54. package/esm2020/lib/carousel/carousel/carousel.component.mjs +5 -5
  55. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +5 -5
  56. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +6 -5
  57. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -5
  58. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +7 -7
  59. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +6 -5
  60. package/esm2020/lib/carousel/carousel-state.mjs +3 -3
  61. package/esm2020/lib/carousel/carousel.config.mjs +3 -3
  62. package/esm2020/lib/carousel/carousel.module.mjs +19 -11
  63. package/esm2020/lib/carousel/carousel.service.mjs +3 -3
  64. package/esm2020/lib/collapse/collapse.directive.mjs +6 -5
  65. package/esm2020/lib/collapse/collapse.module.mjs +9 -7
  66. package/esm2020/lib/date-picker/date-picker.component.mjs +16 -12
  67. package/esm2020/lib/date-picker/date-picker.module.mjs +12 -11
  68. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +38 -28
  69. package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +9 -8
  70. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +10 -9
  71. package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +6 -5
  72. package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +8 -9
  73. package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +7 -8
  74. package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +8 -9
  75. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +6 -5
  76. package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +5 -4
  77. package/esm2020/lib/dropdown/dropdown.module.mjs +19 -22
  78. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  79. package/esm2020/lib/element-cover/element-cover.component.mjs +7 -6
  80. package/esm2020/lib/element-cover/element-cover.module.mjs +12 -11
  81. package/esm2020/lib/footer/footer.component.mjs +5 -4
  82. package/esm2020/lib/footer/footer.module.mjs +8 -14
  83. package/esm2020/lib/form/form/form.directive.mjs +6 -5
  84. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +6 -5
  85. package/esm2020/lib/form/form-check/form-check-label.directive.mjs +7 -6
  86. package/esm2020/lib/form/form-check/form-check.component.mjs +6 -5
  87. package/esm2020/lib/form/form-control/form-control.directive.mjs +6 -5
  88. package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +6 -5
  89. package/esm2020/lib/form/form-floating/form-floating.directive.mjs +6 -5
  90. package/esm2020/lib/form/form-label/form-label.directive.mjs +6 -5
  91. package/esm2020/lib/form/form-select/form-select.directive.mjs +6 -5
  92. package/esm2020/lib/form/form-text/form-text.directive.mjs +8 -8
  93. package/esm2020/lib/form/form.module.mjs +24 -19
  94. package/esm2020/lib/form/input-group/input-group.component.mjs +5 -4
  95. package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +6 -5
  96. package/esm2020/lib/grid/col.component.mjs +5 -5
  97. package/esm2020/lib/grid/col.directive.mjs +6 -5
  98. package/esm2020/lib/grid/container.component.mjs +5 -5
  99. package/esm2020/lib/grid/grid.module.mjs +26 -21
  100. package/esm2020/lib/grid/gutter.directive.mjs +6 -5
  101. package/esm2020/lib/grid/row.component.mjs +5 -5
  102. package/esm2020/lib/grid/row.directive.mjs +6 -5
  103. package/esm2020/lib/header/header/header.component.mjs +6 -5
  104. package/esm2020/lib/header/header-brand/header-brand.component.mjs +6 -5
  105. package/esm2020/lib/header/header-divider/header-divider.component.mjs +6 -5
  106. package/esm2020/lib/header/header-nav/header-nav.component.mjs +5 -5
  107. package/esm2020/lib/header/header-text/header-text.component.mjs +5 -4
  108. package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +6 -5
  109. package/esm2020/lib/header/header.module.mjs +15 -10
  110. package/esm2020/lib/image/img.directive.mjs +6 -5
  111. package/esm2020/lib/image/img.module.mjs +8 -14
  112. package/esm2020/lib/list-group/list-group-item.directive.mjs +6 -5
  113. package/esm2020/lib/list-group/list-group.directive.mjs +6 -5
  114. package/esm2020/lib/list-group/list-group.module.mjs +8 -14
  115. package/esm2020/lib/loading-button/loading-button.component.mjs +7 -7
  116. package/esm2020/lib/loading-button/loading-button.module.mjs +9 -8
  117. package/esm2020/lib/modal/modal/modal.component.mjs +7 -7
  118. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +5 -5
  119. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +7 -7
  120. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +5 -5
  121. package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +6 -5
  122. package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +5 -4
  123. package/esm2020/lib/modal/modal-header/modal-header.component.mjs +6 -7
  124. package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +6 -5
  125. package/esm2020/lib/modal/modal.module.mjs +28 -26
  126. package/esm2020/lib/modal/modal.service.mjs +3 -3
  127. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +20 -15
  128. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -6
  129. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +6 -7
  130. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -7
  131. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +13 -10
  132. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +6 -5
  133. package/esm2020/lib/multi-select/multi-select.module.mjs +28 -8
  134. package/esm2020/lib/multi-select/multi-select.service.mjs +3 -3
  135. package/esm2020/lib/nav/nav-item.component.mjs +5 -5
  136. package/esm2020/lib/nav/nav-link.directive.mjs +6 -5
  137. package/esm2020/lib/nav/nav.component.mjs +5 -7
  138. package/esm2020/lib/nav/nav.module.mjs +22 -8
  139. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +6 -5
  140. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +5 -4
  141. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +5 -4
  142. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +6 -5
  143. package/esm2020/lib/navbar/navbar.component.mjs +7 -6
  144. package/esm2020/lib/navbar/navbar.module.mjs +20 -17
  145. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +35 -32
  146. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +5 -5
  147. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +9 -5
  148. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +6 -5
  149. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +6 -5
  150. package/esm2020/lib/offcanvas/offcanvas.module.mjs +21 -18
  151. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  152. package/esm2020/lib/pagination/page-item/page-item.component.mjs +5 -5
  153. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +6 -5
  154. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +6 -5
  155. package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -5
  156. package/esm2020/lib/pagination/pagination.module.mjs +19 -17
  157. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +9 -8
  158. package/esm2020/lib/placeholder/placeholder.directive.mjs +6 -5
  159. package/esm2020/lib/placeholder/placeholder.module.mjs +10 -10
  160. package/esm2020/lib/popover/popover/popover.component.mjs +6 -5
  161. package/esm2020/lib/popover/popover.directive.mjs +6 -5
  162. package/esm2020/lib/popover/popover.module.mjs +12 -11
  163. package/esm2020/lib/progress/progress-bar.component.mjs +6 -5
  164. package/esm2020/lib/progress/progress.component.mjs +6 -5
  165. package/esm2020/lib/progress/progress.module.mjs +13 -7
  166. package/esm2020/lib/services/class-toggle.service.mjs +3 -3
  167. package/esm2020/lib/services/intersection.service.mjs +3 -3
  168. package/esm2020/lib/services/listeners.service.mjs +3 -3
  169. package/esm2020/lib/shared/html-attr.directive.mjs +6 -5
  170. package/esm2020/lib/shared/shared.module.mjs +9 -20
  171. package/esm2020/lib/shared/template-id.directive.mjs +6 -5
  172. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +5 -4
  173. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
  174. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +8 -7
  175. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +9 -5
  176. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +10 -7
  177. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +6 -5
  178. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +7 -8
  179. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  180. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +7 -7
  181. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +6 -5
  182. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +8 -7
  183. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +29 -20
  184. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +7 -7
  185. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +5 -4
  186. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +78 -78
  187. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  188. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +6 -5
  189. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +5 -4
  190. package/esm2020/lib/sidebar/sidebar.module.mjs +35 -26
  191. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  192. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +7 -7
  193. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +12 -11
  194. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +71 -37
  195. package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +8 -7
  196. package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +6 -6
  197. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +7 -7
  198. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +41 -19
  199. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +14 -8
  200. package/esm2020/lib/smart-table/smart-table.module.mjs +26 -21
  201. package/esm2020/lib/spinner/spinner.component.mjs +5 -5
  202. package/esm2020/lib/spinner/spinner.module.mjs +13 -12
  203. package/esm2020/lib/table/table-active.directive.mjs +6 -5
  204. package/esm2020/lib/table/table-color.directive.mjs +6 -5
  205. package/esm2020/lib/table/table.directive.mjs +6 -5
  206. package/esm2020/lib/table/table.module.mjs +11 -11
  207. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +5 -5
  208. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +5 -4
  209. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
  210. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  211. package/esm2020/lib/tabs/tabs.module.mjs +16 -14
  212. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +11 -9
  213. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +11 -9
  214. package/esm2020/lib/time-picker/time-picker.component.mjs +45 -26
  215. package/esm2020/lib/time-picker/time-picker.module.mjs +26 -25
  216. package/esm2020/lib/toast/toast/toast.component.mjs +6 -6
  217. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +5 -5
  218. package/esm2020/lib/toast/toast-close.directive.mjs +6 -5
  219. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +8 -7
  220. package/esm2020/lib/toast/toast.module.mjs +27 -18
  221. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +6 -5
  222. package/esm2020/lib/toast/toaster/toaster.component.mjs +5 -6
  223. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  224. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +5 -5
  225. package/esm2020/lib/tooltip/tooltip.directive.mjs +6 -5
  226. package/esm2020/lib/tooltip/tooltip.module.mjs +13 -12
  227. package/esm2020/lib/utilities/align.directive.mjs +6 -5
  228. package/esm2020/lib/utilities/bg-color.directive.mjs +6 -5
  229. package/esm2020/lib/utilities/border.directive.mjs +6 -5
  230. package/esm2020/lib/utilities/rounded.directive.mjs +6 -5
  231. package/esm2020/lib/utilities/text-color.directive.mjs +6 -5
  232. package/esm2020/lib/utilities/utilities.module.mjs +10 -10
  233. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +11 -7
  234. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +7 -7
  235. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
  236. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +10 -12
  237. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +8 -8
  238. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +7 -7
  239. package/esm2020/lib/widget/widget.module.mjs +21 -15
  240. package/fesm2015/coreui-angular-pro.mjs +4130 -3822
  241. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  242. package/fesm2020/coreui-angular-pro.mjs +4127 -3816
  243. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  244. package/lib/accordion/accordion/accordion.component.d.ts +2 -2
  245. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
  246. package/lib/accordion/accordion-item/accordion-item.component.d.ts +13 -13
  247. package/lib/accordion/accordion.module.d.ts +4 -4
  248. package/lib/alert/alert-heading.directive.d.ts +1 -1
  249. package/lib/alert/alert-link.directive.d.ts +1 -1
  250. package/lib/alert/alert.component.d.ts +22 -22
  251. package/lib/alert/alert.module.d.ts +5 -5
  252. package/lib/avatar/avatar.component.d.ts +1 -1
  253. package/lib/avatar/avatar.module.d.ts +3 -3
  254. package/lib/badge/badge.component.d.ts +1 -1
  255. package/lib/badge/badge.module.d.ts +3 -3
  256. package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
  257. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
  258. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +3 -3
  259. package/lib/breadcrumb/breadcrumb.module.d.ts +5 -5
  260. package/lib/button/button-close.directive.d.ts +1 -1
  261. package/lib/button/button.directive.d.ts +1 -1
  262. package/lib/button/button.module.d.ts +4 -4
  263. package/lib/button-group/button-group/button-group.component.d.ts +1 -1
  264. package/lib/button-group/button-group.module.d.ts +4 -4
  265. package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
  266. package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +1 -1
  267. package/lib/calendar/calendar/calendar.component.d.ts +2 -2
  268. package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +1 -1
  269. package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +1 -1
  270. package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +1 -1
  271. package/lib/calendar/calendar-month/calendar-day-title.pipe.d.ts +1 -1
  272. package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
  273. package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +1 -1
  274. package/lib/calendar/calendar-month/calendar-month.component.d.ts +2 -2
  275. package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +1 -1
  276. package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
  277. package/lib/calendar/calendar.module.d.ts +14 -14
  278. package/lib/callout/callout.component.d.ts +1 -1
  279. package/lib/callout/callout.module.d.ts +3 -3
  280. package/lib/card/card-body.component.d.ts +1 -1
  281. package/lib/card/card-footer.component.d.ts +1 -1
  282. package/lib/card/card-group.component.d.ts +1 -1
  283. package/lib/card/card-header-actions.component.d.ts +1 -1
  284. package/lib/card/card-header.component.d.ts +1 -1
  285. package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +1 -1
  286. package/lib/card/card-img.directive.d.ts +1 -1
  287. package/lib/card/card-link.directive.d.ts +1 -1
  288. package/lib/card/card-subtitle.directive.d.ts +1 -1
  289. package/lib/card/card-text.directive.d.ts +1 -1
  290. package/lib/card/card-title.directive.d.ts +1 -1
  291. package/lib/card/card.component.d.ts +1 -1
  292. package/lib/card/card.module.d.ts +14 -14
  293. package/lib/carousel/carousel/carousel.component.d.ts +1 -1
  294. package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +1 -1
  295. package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
  296. package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +2 -2
  297. package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +4 -4
  298. package/lib/carousel/carousel-item/carousel-item.component.d.ts +2 -2
  299. package/lib/carousel/carousel.module.d.ts +8 -8
  300. package/lib/collapse/collapse.directive.d.ts +1 -1
  301. package/lib/collapse/collapse.module.d.ts +3 -3
  302. package/lib/date-picker/date-picker.component.d.ts +1 -1
  303. package/lib/date-picker/date-picker.module.d.ts +11 -11
  304. package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +2 -2
  305. package/lib/date-range-picker/date-range-picker.module.d.ts +9 -9
  306. package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
  307. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
  308. package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +1 -2
  309. package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -2
  310. package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -2
  311. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
  312. package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
  313. package/lib/dropdown/dropdown.module.d.ts +9 -9
  314. package/lib/element-cover/element-cover.component.d.ts +1 -1
  315. package/lib/element-cover/element-cover.module.d.ts +4 -4
  316. package/lib/footer/footer.component.d.ts +1 -1
  317. package/lib/footer/footer.module.d.ts +3 -3
  318. package/lib/form/form/form.directive.d.ts +1 -1
  319. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  320. package/lib/form/form-check/form-check-label.directive.d.ts +1 -1
  321. package/lib/form/form-check/form-check.component.d.ts +1 -1
  322. package/lib/form/form-control/form-control.directive.d.ts +1 -1
  323. package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
  324. package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
  325. package/lib/form/form-label/form-label.directive.d.ts +1 -1
  326. package/lib/form/form-select/form-select.directive.d.ts +1 -1
  327. package/lib/form/form-text/form-text.directive.d.ts +1 -2
  328. package/lib/form/form.module.d.ts +14 -14
  329. package/lib/form/input-group/input-group.component.d.ts +1 -1
  330. package/lib/form/input-group-text/input-group-text.directive.d.ts +1 -1
  331. package/lib/grid/col.component.d.ts +1 -1
  332. package/lib/grid/col.directive.d.ts +1 -1
  333. package/lib/grid/container.component.d.ts +1 -1
  334. package/lib/grid/grid.module.d.ts +8 -8
  335. package/lib/grid/gutter.directive.d.ts +1 -1
  336. package/lib/grid/row.component.d.ts +1 -1
  337. package/lib/grid/row.directive.d.ts +1 -1
  338. package/lib/header/header/header.component.d.ts +1 -1
  339. package/lib/header/header-brand/header-brand.component.d.ts +1 -1
  340. package/lib/header/header-divider/header-divider.component.d.ts +1 -1
  341. package/lib/header/header-nav/header-nav.component.d.ts +1 -1
  342. package/lib/header/header-text/header-text.component.d.ts +1 -1
  343. package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
  344. package/lib/header/header.module.d.ts +8 -8
  345. package/lib/image/img.directive.d.ts +1 -1
  346. package/lib/image/img.module.d.ts +3 -3
  347. package/lib/list-group/list-group-item.directive.d.ts +1 -1
  348. package/lib/list-group/list-group.directive.d.ts +1 -1
  349. package/lib/list-group/list-group.module.d.ts +4 -4
  350. package/lib/loading-button/loading-button.component.d.ts +2 -2
  351. package/lib/loading-button/loading-button.module.d.ts +3 -3
  352. package/lib/modal/modal/modal.component.d.ts +1 -1
  353. package/lib/modal/modal-body/modal-body.component.d.ts +1 -1
  354. package/lib/modal/modal-content/modal-content.component.d.ts +1 -2
  355. package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
  356. package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
  357. package/lib/modal/modal-footer/modal-footer.component.d.ts +1 -1
  358. package/lib/modal/modal-header/modal-header.component.d.ts +1 -1
  359. package/lib/modal/modal-title/modal-title.directive.d.ts +1 -1
  360. package/lib/modal/modal.module.d.ts +11 -11
  361. package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
  362. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
  363. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -2
  364. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -2
  365. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  366. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +2 -2
  367. package/lib/multi-select/multi-select.module.d.ts +12 -12
  368. package/lib/nav/nav-item.component.d.ts +1 -1
  369. package/lib/nav/nav-link.directive.d.ts +1 -1
  370. package/lib/nav/nav.component.d.ts +1 -1
  371. package/lib/nav/nav.module.d.ts +5 -5
  372. package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +1 -1
  373. package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
  374. package/lib/navbar/navbar-text/navbar-text.component.d.ts +1 -1
  375. package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
  376. package/lib/navbar/navbar.component.d.ts +1 -1
  377. package/lib/navbar/navbar.module.d.ts +7 -7
  378. package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +15 -15
  379. package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +1 -1
  380. package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +1 -1
  381. package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +1 -1
  382. package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
  383. package/lib/offcanvas/offcanvas.module.d.ts +8 -8
  384. package/lib/pagination/page-item/page-item.component.d.ts +1 -1
  385. package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
  386. package/lib/pagination/page-link/page-link.directive.d.ts +1 -1
  387. package/lib/pagination/pagination/pagination.component.d.ts +1 -1
  388. package/lib/pagination/pagination.module.d.ts +3 -3
  389. package/lib/placeholder/placeholder-animation.directive.d.ts +2 -2
  390. package/lib/placeholder/placeholder.directive.d.ts +1 -1
  391. package/lib/placeholder/placeholder.module.d.ts +4 -4
  392. package/lib/popover/popover/popover.component.d.ts +1 -1
  393. package/lib/popover/popover.directive.d.ts +1 -1
  394. package/lib/popover/popover.module.d.ts +4 -4
  395. package/lib/progress/progress-bar.component.d.ts +1 -1
  396. package/lib/progress/progress.component.d.ts +1 -1
  397. package/lib/progress/progress.module.d.ts +4 -4
  398. package/lib/shared/html-attr.directive.d.ts +1 -1
  399. package/lib/shared/shared.module.d.ts +4 -4
  400. package/lib/shared/template-id.directive.d.ts +1 -1
  401. package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
  402. package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
  403. package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
  404. package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -2
  405. package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +1 -1
  406. package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -2
  407. package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +1 -1
  408. package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +1 -1
  409. package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +2 -2
  410. package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
  411. package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +1 -1
  412. package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
  413. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +21 -21
  414. package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
  415. package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
  416. package/lib/sidebar/sidebar.module.d.ts +19 -19
  417. package/lib/smart-pagination/smart-pagination.component.d.ts +2 -2
  418. package/lib/smart-pagination/smart-pagination.module.d.ts +4 -4
  419. package/lib/smart-table/smart-table/smart-table.component.d.ts +3 -3
  420. package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
  421. package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
  422. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
  423. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +2 -2
  424. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
  425. package/lib/smart-table/smart-table.module.d.ts +17 -17
  426. package/lib/spinner/spinner.component.d.ts +1 -1
  427. package/lib/spinner/spinner.module.d.ts +3 -4
  428. package/lib/table/table-active.directive.d.ts +1 -1
  429. package/lib/table/table-color.directive.d.ts +1 -1
  430. package/lib/table/table.directive.d.ts +1 -1
  431. package/lib/table/table.module.d.ts +5 -5
  432. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
  433. package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
  434. package/lib/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  435. package/lib/tabs/tabs.module.d.ts +4 -4
  436. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
  437. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
  438. package/lib/time-picker/time-picker.component.d.ts +2 -2
  439. package/lib/time-picker/time-picker.module.d.ts +9 -9
  440. package/lib/toast/toast/toast.component.d.ts +1 -1
  441. package/lib/toast/toast-body/toast-body.component.d.ts +1 -1
  442. package/lib/toast/toast-close.directive.d.ts +1 -1
  443. package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
  444. package/lib/toast/toast.module.d.ts +8 -8
  445. package/lib/toast/toaster/toaster-host.directive.d.ts +1 -1
  446. package/lib/toast/toaster/toaster.component.d.ts +1 -1
  447. package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
  448. package/lib/tooltip/tooltip.directive.d.ts +1 -1
  449. package/lib/tooltip/tooltip.module.d.ts +4 -4
  450. package/lib/utilities/align.directive.d.ts +1 -1
  451. package/lib/utilities/bg-color.directive.d.ts +1 -1
  452. package/lib/utilities/border.directive.d.ts +1 -1
  453. package/lib/utilities/rounded.directive.d.ts +1 -1
  454. package/lib/utilities/text-color.directive.d.ts +1 -1
  455. package/lib/utilities/utilities.module.d.ts +7 -7
  456. package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
  457. package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
  458. package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
  459. package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +2 -2
  460. package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
  461. package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
  462. package/lib/widget/widget.module.d.ts +10 -10
  463. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- import { AccordionService } from '../accordion.service';
2
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { AccordionService } from '../accordion.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AccordionComponent {
5
5
  private accordionService;
@@ -18,5 +18,5 @@ export declare class AccordionComponent {
18
18
  get hostClasses(): any;
19
19
  constructor(accordionService: AccordionService);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "c-accordion", ["cAccordionItem"], { "flush": "flush"; "alwaysOpen": "alwaysOpen"; }, {}, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "c-accordion", ["cAccordionItem"], { "flush": "flush"; "alwaysOpen": "alwaysOpen"; }, {}, never, ["*"], true, never>;
22
22
  }
@@ -14,5 +14,5 @@ export declare class AccordionButtonDirective {
14
14
  get hostClasses(): any;
15
15
  get ariaExpanded(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionButtonDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionButtonDirective, "[cAccordionButton]", never, { "collapsed": "collapsed"; "type": "type"; }, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionButtonDirective, "[cAccordionButton]", never, { "collapsed": "collapsed"; "type": "type"; }, {}, never, never, true, never>;
18
18
  }
@@ -1,33 +1,33 @@
1
1
  import { AfterContentInit, OnDestroy, OnInit, QueryList } from '@angular/core';
2
- import { AccordionService } from '../accordion.service';
3
- import { TemplateIdDirective } from '../../shared';
4
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
+ import { TemplateIdDirective } from '../../shared';
4
+ import { AccordionService } from '../accordion.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AccordionItemComponent implements OnInit, OnDestroy, AfterContentInit {
7
7
  private accordionService;
8
+ constructor(accordionService: AccordionService);
8
9
  static ngAcceptInputType_visible: BooleanInput;
10
+ contentId: string;
11
+ itemContext: {
12
+ $implicit: boolean;
13
+ };
14
+ templates: any;
15
+ contentTemplates: QueryList<TemplateIdDirective>;
16
+ private _visible;
17
+ get visible(): boolean;
9
18
  /**
10
19
  * Toggle an accordion item programmatically
11
20
  * @type boolean
12
21
  * @default false
13
22
  */
14
23
  set visible(value: boolean);
15
- get visible(): boolean;
16
- private _visible;
17
- set open(value: boolean);
18
24
  get open(): boolean;
25
+ set open(value: boolean);
19
26
  get hostClasses(): any;
20
- contentId: string;
21
- itemContext: {
22
- $implicit: boolean;
23
- };
24
- templates: any;
25
- contentTemplates: QueryList<TemplateIdDirective>;
26
- constructor(accordionService: AccordionService);
27
27
  ngOnInit(): void;
28
28
  ngOnDestroy(): void;
29
29
  toggleItem(): void;
30
30
  ngAfterContentInit(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "visible": "visible"; "open": "open"; }, {}, ["contentTemplates"], ["*", "*"], false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "visible": "visible"; "open": "open"; }, {}, ["contentTemplates"], ["*", "*"], true, never>;
33
33
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./accordion/accordion.component";
2
+ import * as i1 from "@angular/common";
3
3
  import * as i2 from "./accordion-button/accordion-button.directive";
4
- import * as i3 from "./accordion-item/accordion-item.component";
5
- import * as i4 from "@angular/common";
4
+ import * as i3 from "./accordion/accordion.component";
5
+ import * as i4 from "./accordion-item/accordion-item.component";
6
6
  import * as i5 from "../collapse/collapse.module";
7
7
  import * as i6 from "../shared/shared.module";
8
8
  export declare class AccordionModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.AccordionComponent, typeof i2.AccordionButtonDirective, typeof i3.AccordionItemComponent], [typeof i4.CommonModule, typeof i5.CollapseModule, typeof i6.SharedModule], [typeof i1.AccordionComponent, typeof i2.AccordionButtonDirective, typeof i3.AccordionItemComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, never, [typeof i1.CommonModule, typeof i2.AccordionButtonDirective, typeof i3.AccordionComponent, typeof i4.AccordionItemComponent, typeof i5.CollapseModule, typeof i6.SharedModule], [typeof i3.AccordionComponent, typeof i2.AccordionButtonDirective, typeof i4.AccordionItemComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
12
12
  }
@@ -3,5 +3,5 @@ export declare class AlertHeadingDirective {
3
3
  get hostClasses(): any;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertHeadingDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<AlertHeadingDirective, "[cAlertHeading]", never, {}, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertHeadingDirective, "[cAlertHeading]", never, {}, {}, never, never, true, never>;
7
7
  }
@@ -3,5 +3,5 @@ export declare class AlertLinkDirective {
3
3
  get hostClasses(): any;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertLinkDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<AlertLinkDirective, "[cAlertLink]", never, {}, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertLinkDirective, "[cAlertLink]", never, {}, {}, never, never, true, never>;
7
7
  }
@@ -17,20 +17,6 @@ export declare class AlertComponent implements AfterContentInit {
17
17
  * @default 'primary'
18
18
  */
19
19
  color: Colors;
20
- /**
21
- * Optionally adds a close button to alert and allow it to self dismiss.
22
- * @type boolean
23
- */
24
- get dismissible(): boolean;
25
- set dismissible(value: boolean);
26
- private _dismissible;
27
- /**
28
- * Adds animation for dismissible alert.
29
- * @type boolean
30
- */
31
- get fade(): boolean;
32
- set fade(value: boolean);
33
- private _fade;
34
20
  /**
35
21
  * Default role for alert. [docs]
36
22
  * @type string
@@ -42,19 +28,33 @@ export declare class AlertComponent implements AfterContentInit {
42
28
  * @type string
43
29
  */
44
30
  variant?: 'solid' | string;
45
- /**
46
- * Toggle the visibility of alert component.
47
- * @type boolean
48
- */
49
- set visible(value: boolean);
50
- get visible(): boolean;
51
- private _visible;
52
31
  /**
53
32
  * Event triggered on the alert dismiss.
54
33
  */
55
34
  visibleChange: EventEmitter<boolean>;
56
35
  templates: any;
57
36
  contentTemplates: QueryList<TemplateIdDirective>;
37
+ private _dismissible;
38
+ /**
39
+ * Optionally adds a close button to alert and allow it to self dismiss.
40
+ * @type boolean
41
+ */
42
+ get dismissible(): boolean;
43
+ set dismissible(value: boolean);
44
+ private _fade;
45
+ /**
46
+ * Adds animation for dismissible alert.
47
+ * @type boolean
48
+ */
49
+ get fade(): boolean;
50
+ set fade(value: boolean);
51
+ private _visible;
52
+ get visible(): boolean;
53
+ /**
54
+ * Toggle the visibility of alert component.
55
+ * @type boolean
56
+ */
57
+ set visible(value: boolean);
58
58
  get animationDisabled(): boolean;
59
59
  get animateType(): AnimateType;
60
60
  get hostClasses(): any;
@@ -63,6 +63,6 @@ export declare class AlertComponent implements AfterContentInit {
63
63
  ngAfterContentInit(): void;
64
64
  onAnimationEvent(event: AnimationEvent): void;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": "color"; "dismissible": "dismissible"; "fade": "fade"; "role": "role"; "variant": "variant"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"], false, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": "color"; "role": "role"; "variant": "variant"; "dismissible": "dismissible"; "fade": "fade"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"], true, never>;
67
67
  }
68
68
  export {};
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./alert.component";
3
- import * as i2 from "./alert-heading.directive";
4
- import * as i3 from "./alert-link.directive";
5
- import * as i4 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./alert.component";
4
+ import * as i3 from "./alert-heading.directive";
5
+ import * as i4 from "./alert-link.directive";
6
6
  import * as i5 from "../button/button.module";
7
7
  export declare class AlertModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertHeadingDirective, typeof i3.AlertLinkDirective], [typeof i4.CommonModule, typeof i5.ButtonModule], [typeof i1.AlertComponent, typeof i2.AlertHeadingDirective, typeof i3.AlertLinkDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, never, [typeof i1.CommonModule, typeof i2.AlertComponent, typeof i3.AlertHeadingDirective, typeof i4.AlertLinkDirective, typeof i5.ButtonModule], [typeof i2.AlertComponent, typeof i3.AlertHeadingDirective, typeof i4.AlertLinkDirective]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
11
11
  }
@@ -36,5 +36,5 @@ export declare class AvatarComponent {
36
36
  get statusClass(): any;
37
37
  get hostClasses(): any;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": "color"; "shape": "shape"; "size": "size"; "src": "src"; "status": "status"; "textColor": "textColor"; }, {}, never, ["*"], false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": "color"; "shape": "shape"; "size": "size"; "src": "src"; "status": "status"; "textColor": "textColor"; }, {}, never, ["*"], true, never>;
40
40
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./avatar.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./avatar.component";
4
4
  export declare class AvatarModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof i1.AvatarComponent], [typeof i2.CommonModule], [typeof i1.AvatarComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.CommonModule, typeof i2.AvatarComponent], [typeof i2.AvatarComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
8
8
  }
@@ -28,5 +28,5 @@ export declare class BadgeComponent {
28
28
  constructor();
29
29
  get hostClasses(): any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "c-badge", never, { "color": "color"; "position": "position"; "shape": "shape"; "size": "size"; "textColor": "textColor"; }, {}, never, ["*"], false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "c-badge", never, { "color": "color"; "position": "position"; "shape": "shape"; "size": "size"; "textColor": "textColor"; }, {}, never, ["*"], true, never>;
32
32
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./badge.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./badge.component";
4
4
  export declare class BadgeModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, [typeof i1.BadgeComponent], [typeof i2.CommonModule], [typeof i1.BadgeComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, never, [typeof i1.CommonModule, typeof i2.BadgeComponent], [typeof i2.BadgeComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
8
8
  }
@@ -17,5 +17,5 @@ export declare class BreadcrumbComponent {
17
17
  };
18
18
  constructor();
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "c-breadcrumb", never, { "ariaLabel": "ariaLabel"; "role": "role"; }, {}, never, ["*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "c-breadcrumb", never, { "ariaLabel": "ariaLabel"; "role": "role"; }, {}, never, ["*"], true, never>;
21
21
  }
@@ -24,5 +24,5 @@ export declare class BreadcrumbItemComponent {
24
24
  get ariaCurrent(): string | null;
25
25
  get hostClasses(): any;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c-breadcrumb-item", never, { "active": "active"; "url": "url"; "attributes": "attributes"; "linkProps": "linkProps"; }, {}, never, ["*"], false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c-breadcrumb-item", never, { "active": "active"; "url": "url"; "attributes": "attributes"; "linkProps": "linkProps"; }, {}, never, ["*"], true, never>;
28
28
  }
@@ -1,21 +1,21 @@
1
1
  import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { IBreadcrumbItem } from '../breadcrumb-item/breadcrumb-item';
3
2
  import { Observable } from 'rxjs';
3
+ import { IBreadcrumbItem } from '../breadcrumb-item/breadcrumb-item';
4
4
  import { BreadcrumbRouterService } from './breadcrumb-router.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class BreadcrumbRouterComponent implements OnChanges, OnDestroy, OnInit {
7
7
  service: BreadcrumbRouterService;
8
+ constructor(service: BreadcrumbRouterService);
8
9
  /**
9
10
  * Optional array of IBreadcrumbItem to override default BreadcrumbRouter behavior. [docs]
10
11
  * @type IBreadcrumbItem[]
11
12
  */
12
13
  items?: IBreadcrumbItem[];
13
14
  breadcrumbs: Observable<IBreadcrumbItem[]> | undefined;
14
- constructor(service: BreadcrumbRouterService);
15
15
  ngOnInit(): void;
16
16
  ngOnChanges(changes: SimpleChanges): void;
17
17
  setup(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbRouterComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbRouterComponent, "c-breadcrumb-router, [cBreadcrumbRouter]", never, { "items": "items"; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbRouterComponent, "c-breadcrumb-router, [cBreadcrumbRouter]", never, { "items": "items"; }, {}, never, never, true, never>;
21
21
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumb-router/breadcrumb-router.component";
3
- import * as i2 from "./breadcrumb-item/breadcrumb-item.component";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
4
4
  import * as i3 from "./breadcrumb/breadcrumb.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/router";
5
+ import * as i4 from "./breadcrumb-item/breadcrumb-item.component";
6
+ import * as i5 from "./breadcrumb-router/breadcrumb-router.component";
7
7
  import * as i6 from "../shared/shared.module";
8
8
  export declare class BreadcrumbModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbRouterComponent, typeof i2.BreadcrumbItemComponent, typeof i3.BreadcrumbComponent], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.SharedModule], [typeof i3.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i1.BreadcrumbRouterComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.BreadcrumbComponent, typeof i4.BreadcrumbItemComponent, typeof i5.BreadcrumbRouterComponent, typeof i6.SharedModule], [typeof i3.BreadcrumbComponent, typeof i4.BreadcrumbItemComponent, typeof i5.BreadcrumbRouterComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
12
12
  }
@@ -12,5 +12,5 @@ export declare class ButtonCloseDirective extends ButtonDirective {
12
12
  set white(value: boolean);
13
13
  get hostClasses(): any;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonCloseDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonCloseDirective, "[cButtonClose]", never, { "white": "white"; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonCloseDirective, "[cButtonClose]", never, { "white": "white"; }, {}, never, never, true, never>;
16
16
  }
@@ -50,5 +50,5 @@ export declare class ButtonDirective {
50
50
  get attrDisabled(): "" | null;
51
51
  get tabIndex(): string | null;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirective, never>;
53
- static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[cButton]", ["cButton"], { "active": "active"; "color": "color"; "disabled": "disabled"; "shape": "shape"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, never, false, never>;
53
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[cButton]", ["cButton"], { "active": "active"; "color": "color"; "disabled": "disabled"; "shape": "shape"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, never, true, never>;
54
54
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./button.directive";
3
- import * as i2 from "./button-close.directive";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./button.directive";
4
+ import * as i3 from "./button-close.directive";
5
5
  export declare class ButtonModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonDirective, typeof i2.ButtonCloseDirective], [typeof i3.CommonModule], [typeof i1.ButtonDirective, typeof i2.ButtonCloseDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.CommonModule, typeof i2.ButtonDirective, typeof i3.ButtonCloseDirective], [typeof i2.ButtonDirective, typeof i3.ButtonCloseDirective]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
9
9
  }
@@ -19,5 +19,5 @@ export declare class ButtonGroupComponent {
19
19
  get hostClasses(): any;
20
20
  constructor();
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "c-button-group", never, { "size": "size"; "vertical": "vertical"; "role": "role"; }, {}, never, ["*"], false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "c-button-group", never, { "size": "size"; "vertical": "vertical"; "role": "role"; }, {}, never, ["*"], true, never>;
23
23
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./button-group/button-group.component";
3
- import * as i2 from "./button-toolbar/button-toolbar.component";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./button-group/button-group.component";
4
+ import * as i3 from "./button-toolbar/button-toolbar.component";
5
5
  export declare class ButtonGroupModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, [typeof i1.ButtonGroupComponent, typeof i2.ButtonToolbarComponent], [typeof i3.CommonModule], [typeof i1.ButtonGroupComponent, typeof i2.ButtonToolbarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, never, [typeof i1.CommonModule, typeof i2.ButtonGroupComponent, typeof i3.ButtonToolbarComponent], [typeof i2.ButtonGroupComponent, typeof i3.ButtonToolbarComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonGroupModule>;
9
9
  }
@@ -9,5 +9,5 @@ export declare class ButtonToolbarComponent {
9
9
  get hostClasses(): any;
10
10
  constructor();
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonToolbarComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonToolbarComponent, "c-button-toolbar", never, { "role": "role"; }, {}, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonToolbarComponent, "c-button-toolbar", never, { "role": "role"; }, {}, never, ["*"], true, never>;
13
13
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CalendarClassViewPipe implements PipeTransform {
4
4
  transform(view: string): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarClassViewPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassViewPipe, "calendarClassView", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassViewPipe, "calendarClassView", true>;
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
- import { CalendarMonthComponent } from '../calendar-month/calendar-month.component';
4
3
  import { CalendarService, DateFilterType, DayFormatType, WeekdayFormatType } from '../calendar.service';
4
+ import { CalendarMonthComponent } from '../calendar-month/calendar-month.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CalendarComponent implements OnInit, OnDestroy {
7
7
  private calendarService;
@@ -151,5 +151,5 @@ export declare class CalendarComponent implements OnInit, OnDestroy {
151
151
  */
152
152
  clearDates(): void;
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "c-calendar", ["cCalendar"], { "calendarDate": "calendarDate"; "calendars": "calendars"; "dayFormat": "dayFormat"; "disabledDates": "disabledDates"; "startDate": "startDate"; "endDate": "endDate"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "navigation": "navigation"; "navYearFirst": "navYearFirst"; "range": "range"; "view": "view"; "weekdayFormat": "weekdayFormat"; "dateFilter": "dateFilter"; }, { "calendarCellHover": "calendarCellHover"; "calendarDateChange": "calendarDateChange"; "endDateChange": "endDateChange"; "startDateChange": "startDateChange"; "viewChange": "viewChange"; }, never, never, false, never>;
154
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "c-calendar", ["cCalendar"], { "calendarDate": "calendarDate"; "calendars": "calendars"; "dayFormat": "dayFormat"; "disabledDates": "disabledDates"; "startDate": "startDate"; "endDate": "endDate"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "navigation": "navigation"; "navYearFirst": "navYearFirst"; "range": "range"; "view": "view"; "weekdayFormat": "weekdayFormat"; "dateFilter": "dateFilter"; }, { "calendarCellHover": "calendarCellHover"; "calendarDateChange": "calendarDateChange"; "endDateChange": "endDateChange"; "startDateChange": "startDateChange"; "viewChange": "viewChange"; }, never, never, true, never>;
155
155
  }
@@ -11,5 +11,5 @@ export declare class CalendarClassDayPipe implements PipeTransform {
11
11
  dateFilter: any;
12
12
  }): any;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarClassDayPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassDayPipe, "calendarClassDay", false>;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassDayPipe, "calendarClassDay", true>;
15
15
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CalendarClassMonthPipe implements PipeTransform {
4
4
  transform(calendarDate: Date, monthIndex: number): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarClassMonthPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassMonthPipe, "calendarClassMonth", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassMonthPipe, "calendarClassMonth", true>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CalendarClassYearPipe implements PipeTransform {
4
4
  transform(year: number, args?: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarClassYearPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassYearPipe, "calendarClassYear", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarClassYearPipe, "calendarClassYear", true>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class CalendarDayTitlePipe implements PipeTransform {
4
4
  transform(date: Date, locale?: string): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayTitlePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDayTitlePipe, "calendarDayTitle", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDayTitlePipe, "calendarDayTitle", true>;
7
7
  }
@@ -25,5 +25,5 @@ export declare class CalendarDayDirective implements OnDestroy {
25
25
  ngOnDestroy(): void;
26
26
  calendarStateSubscribe(subscribe?: boolean): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDayDirective, "[cCalendarDay]", never, { "dateObj": "cCalendarDay"; }, {}, never, never, false, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDayDirective, "[cCalendarDay]", never, { "dateObj": "cCalendarDay"; }, {}, never, never, true, never>;
29
29
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class CalendarDayPipe implements PipeTransform {
5
5
  transform(date: Date, dayFormat?: DayFormatType, locale?: string): (string | number);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDayPipe, "calendarDay", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDayPipe, "calendarDay", true>;
8
8
  }
@@ -18,7 +18,7 @@ export declare class CalendarMonthComponent implements OnInit, OnDestroy {
18
18
  */
19
19
  set endDate(value: Date | number | string | null | undefined);
20
20
  get endDate(): Date | number | string | null | undefined;
21
- _endDate: (Date | null);
21
+ _endDate: Date | null;
22
22
  /**
23
23
  * Specify the list of dates that cannot be selected.
24
24
  * @type (Date[] | Date[][])
@@ -117,5 +117,5 @@ export declare class CalendarMonthComponent implements OnInit, OnDestroy {
117
117
  calendarStateSubscribe(subscribe?: boolean): void;
118
118
  ngOnDestroy(): void;
119
119
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarMonthComponent, never>;
120
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarMonthComponent, "c-calendar-month", ["cCalendarMonth"], { "addMonths": "addMonths"; "startDate": "startDate"; "endDate": "endDate"; "disabledDates": "disabledDates"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "range": "range"; "weekdayFormat": "weekdayFormat"; "view": "view"; "maxDate": "maxDate"; "minDate": "minDate"; "calendarDate": "calendarDate"; }, {}, never, never, false, never>;
120
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarMonthComponent, "c-calendar-month", ["cCalendarMonth"], { "addMonths": "addMonths"; "startDate": "startDate"; "endDate": "endDate"; "disabledDates": "disabledDates"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "range": "range"; "weekdayFormat": "weekdayFormat"; "view": "view"; "maxDate": "maxDate"; "minDate": "minDate"; "calendarDate": "calendarDate"; }, {}, never, never, true, never>;
121
121
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class CalendarWeekdayPipe implements PipeTransform {
5
5
  transform(date: Date, weekdayFormat?: WeekdayFormatType, locale?: string): (string | number);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarWeekdayPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<CalendarWeekdayPipe, "calendarWeekday", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarWeekdayPipe, "calendarWeekday", true>;
8
8
  }
@@ -25,6 +25,6 @@ export declare class CalendarNavigationComponent implements OnDestroy {
25
25
  setView(view: 'days' | 'months' | 'years'): void;
26
26
  handleNavigationClick(direction: 'prev' | 'next', years?: boolean): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarNavigationComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarNavigationComponent, "c-calendar-navigation", never, { "addMonths": "addMonths"; "calendarDate": "calendarDate"; "navigation": "navigation"; "navYearFirst": "navYearFirst"; }, { "navigationClick": "navigationClick"; }, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarNavigationComponent, "c-calendar-navigation", never, { "addMonths": "addMonths"; "calendarDate": "calendarDate"; "navigation": "navigation"; "navYearFirst": "navYearFirst"; }, { "navigationClick": "navigationClick"; }, never, never, true, never>;
29
29
  }
30
30
  export {};
@@ -1,19 +1,19 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./calendar/calendar.component";
3
- import * as i2 from "./calendar-month/calendar-class-year.pipe";
4
- import * as i3 from "./calendar-month/calendar-class-day.pipe";
5
- import * as i4 from "./calendar-month/calendar-class-month.pipe";
6
- import * as i5 from "./calendar-month/calendar-day.directive";
7
- import * as i6 from "./calendar/calendar-class-view.pipe";
8
- import * as i7 from "./calendar-navigation/calendar-navigation.component";
9
- import * as i8 from "./calendar-month/calendar-month.component";
10
- import * as i9 from "./calendar-month/calendar-day.pipe";
11
- import * as i10 from "./calendar-month/calendar-weekday.pipe";
12
- import * as i11 from "./calendar-month/calendar-day-title.pipe";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "../button/button.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../button/button.module";
4
+ import * as i3 from "./calendar/calendar.component";
5
+ import * as i4 from "./calendar-month/calendar-class-year.pipe";
6
+ import * as i5 from "./calendar-month/calendar-class-day.pipe";
7
+ import * as i6 from "./calendar-month/calendar-class-month.pipe";
8
+ import * as i7 from "./calendar-month/calendar-day.directive";
9
+ import * as i8 from "./calendar/calendar-class-view.pipe";
10
+ import * as i9 from "./calendar-navigation/calendar-navigation.component";
11
+ import * as i10 from "./calendar-month/calendar-month.component";
12
+ import * as i11 from "./calendar-month/calendar-day.pipe";
13
+ import * as i12 from "./calendar-month/calendar-weekday.pipe";
14
+ import * as i13 from "./calendar-month/calendar-day-title.pipe";
15
15
  export declare class CalendarModule {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent, typeof i2.CalendarClassYearPipe, typeof i3.CalendarClassDayPipe, typeof i4.CalendarClassMonthPipe, typeof i5.CalendarDayDirective, typeof i6.CalendarClassViewPipe, typeof i7.CalendarNavigationComponent, typeof i8.CalendarMonthComponent, typeof i9.CalendarDayPipe, typeof i10.CalendarWeekdayPipe, typeof i11.CalendarDayTitlePipe], [typeof i12.CommonModule, typeof i13.ButtonModule], [typeof i1.CalendarComponent, typeof i8.CalendarMonthComponent, typeof i7.CalendarNavigationComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, never, [typeof i1.CommonModule, typeof i2.ButtonModule, typeof i3.CalendarComponent, typeof i4.CalendarClassYearPipe, typeof i5.CalendarClassDayPipe, typeof i6.CalendarClassMonthPipe, typeof i7.CalendarDayDirective, typeof i8.CalendarClassViewPipe, typeof i9.CalendarNavigationComponent, typeof i10.CalendarMonthComponent, typeof i11.CalendarDayPipe, typeof i12.CalendarWeekdayPipe, typeof i13.CalendarDayTitlePipe], [typeof i3.CalendarComponent, typeof i10.CalendarMonthComponent, typeof i9.CalendarNavigationComponent]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
19
19
  }
@@ -9,5 +9,5 @@ export declare class CalloutComponent {
9
9
  get hostClasses(): any;
10
10
  constructor();
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CalloutComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CalloutComponent, "c-callout, [cCallout]", never, { "color": "color"; }, {}, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalloutComponent, "c-callout, [cCallout]", never, { "color": "color"; }, {}, never, ["*"], true, never>;
13
13
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./callout.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./callout.component";
4
4
  export declare class CalloutModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CalloutModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutModule, [typeof i1.CalloutComponent], [typeof i2.CommonModule], [typeof i1.CalloutComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CalloutModule, never, [typeof i1.CommonModule, typeof i2.CalloutComponent], [typeof i2.CalloutComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<CalloutModule>;
8
8
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardBodyComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "c-card-body, [c-card-body]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "c-card-body, [c-card-body]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardFooterComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "c-card-footer, [c-card-footer]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "c-card-footer, [c-card-footer]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardGroupComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardGroupComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "c-card-group, [c-card-group]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "c-card-group, [c-card-group]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardHeaderActionsComponent {
3
3
  cardHeaderActions: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderActionsComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderActionsComponent, "c-card-header-actions, [c-card-header-actions]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderActionsComponent, "c-card-header-actions, [c-card-header-actions]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardHeaderComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "c-card-header, [c-card-header]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "c-card-header, [c-card-header]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardImgOverlayComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardImgOverlayComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<CardImgOverlayComponent, "c-card-img-overlay", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardImgOverlayComponent, "c-card-img-overlay", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -7,5 +7,5 @@ export declare class CardImgDirective {
7
7
  orientation?: 'top' | 'bottom';
8
8
  get hostClasses(): any;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CardImgDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgDirective, "[cCardImg]", never, { "orientation": "cCardImg"; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgDirective, "[cCardImg]", never, { "orientation": "cCardImg"; }, {}, never, never, true, never>;
11
11
  }