@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,25 +1,25 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./sidebar/sidebar.component";
3
- import * as i2 from "./sidebar-toggler/sidebar-toggler.component";
4
- import * as i3 from "./sidebar-toggle/sidebar-toggle.directive";
5
- import * as i4 from "./sidebar-brand/sidebar-brand.component";
6
- import * as i5 from "./sidebar-nav/sidebar-nav-badge.pipe";
7
- import * as i6 from "./sidebar-nav/sidebar-nav.component";
8
- import * as i7 from "./sidebar-nav/sidebar-nav-divider.component";
9
- import * as i8 from "./sidebar-nav/sidebar-nav-icon.pipe";
10
- import * as i9 from "./sidebar-nav/sidebar-nav-item-class.pipe";
11
- import * as i10 from "./sidebar-nav/sidebar-nav-label.component";
12
- import * as i11 from "./sidebar-nav/sidebar-nav-link.component";
13
- import * as i12 from "./sidebar-nav/sidebar-nav-link.pipe";
14
- import * as i13 from "./sidebar-nav/sidebar-nav-title.component";
15
- import * as i14 from "./sidebar-header/sidebar-header.component";
16
- import * as i15 from "./sidebar-footer/sidebar-footer.component";
17
- import * as i16 from "@angular/common";
18
- import * as i17 from "@angular/router";
19
- import * as i18 from "../shared/shared.module";
2
+ import * as i1 from "./sidebar-nav/sidebar-nav.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "../shared/shared.module";
6
+ import * as i5 from "./sidebar/sidebar.component";
7
+ import * as i6 from "./sidebar-brand/sidebar-brand.component";
8
+ import * as i7 from "./sidebar-footer/sidebar-footer.component";
9
+ import * as i8 from "./sidebar-header/sidebar-header.component";
10
+ import * as i9 from "./sidebar-nav/sidebar-nav-badge.pipe";
11
+ import * as i10 from "./sidebar-nav/sidebar-nav-divider.component";
12
+ import * as i11 from "./sidebar-nav/sidebar-nav-icon.pipe";
13
+ import * as i12 from "./sidebar-nav/sidebar-nav-item-class.pipe";
14
+ import * as i13 from "./sidebar-nav/sidebar-nav-label.component";
15
+ import * as i14 from "./sidebar-nav/sidebar-nav-link.component";
16
+ import * as i15 from "./sidebar-nav/sidebar-nav-link.pipe";
17
+ import * as i16 from "./sidebar-nav/sidebar-nav-title.component";
18
+ import * as i17 from "./sidebar-toggle/sidebar-toggle.directive";
19
+ import * as i18 from "./sidebar-toggler/sidebar-toggler.component";
20
20
  import * as i19 from "@coreui/icons-angular";
21
21
  export declare class SidebarModule {
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent, typeof i2.SidebarTogglerComponent, typeof i3.SidebarToggleDirective, typeof i4.SidebarBrandComponent, typeof i5.SidebarNavBadgePipe, typeof i6.SidebarNavComponent, typeof i7.SidebarNavDividerComponent, typeof i6.SidebarNavGroupComponent, typeof i8.SidebarNavIconPipe, typeof i9.SidebarNavItemClassPipe, typeof i10.SidebarNavLabelComponent, typeof i11.SidebarNavLinkComponent, typeof i11.SidebarNavLinkContentComponent, typeof i12.SidebarNavLinkPipe, typeof i13.SidebarNavTitleComponent, typeof i14.SidebarHeaderComponent, typeof i15.SidebarFooterComponent], [typeof i16.CommonModule, typeof i17.RouterModule, typeof i18.SharedModule, typeof i19.IconModule], [typeof i1.SidebarComponent, typeof i3.SidebarToggleDirective, typeof i2.SidebarTogglerComponent, typeof i4.SidebarBrandComponent, typeof i6.SidebarNavComponent, typeof i14.SidebarHeaderComponent, typeof i15.SidebarFooterComponent]>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarNavComponent, typeof i1.SidebarNavGroupComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.SharedModule, typeof i5.SidebarComponent, typeof i6.SidebarBrandComponent, typeof i7.SidebarFooterComponent, typeof i8.SidebarHeaderComponent, typeof i9.SidebarNavBadgePipe, typeof i10.SidebarNavDividerComponent, typeof i11.SidebarNavIconPipe, typeof i12.SidebarNavItemClassPipe, typeof i13.SidebarNavLabelComponent, typeof i14.SidebarNavLinkComponent, typeof i14.SidebarNavLinkContentComponent, typeof i15.SidebarNavLinkPipe, typeof i16.SidebarNavTitleComponent, typeof i17.SidebarToggleDirective, typeof i18.SidebarTogglerComponent, typeof i19.IconModule], [typeof i5.SidebarComponent, typeof i17.SidebarToggleDirective, typeof i18.SidebarTogglerComponent, typeof i6.SidebarBrandComponent, typeof i1.SidebarNavComponent, typeof i8.SidebarHeaderComponent, typeof i7.SidebarFooterComponent]>;
24
24
  static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { ISmartPagination } from './smart-pagination.type';
3
2
  import { NumberInput } from '@angular/cdk/coercion';
3
+ import { ISmartPagination } from './smart-pagination.type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SmartPaginationComponent implements ISmartPagination {
6
6
  static ngAcceptInputType_activePage: NumberInput;
@@ -105,5 +105,5 @@ export declare class SmartPaginationComponent implements ISmartPagination {
105
105
  get items(): number[];
106
106
  setPage(page: number): void;
107
107
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
108
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never, false, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
109
109
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./smart-pagination.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../pagination/pagination.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../pagination/pagination.module";
4
+ import * as i3 from "./smart-pagination.component";
5
5
  export declare class SmartPaginationModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, [typeof i1.SmartPaginationComponent], [typeof i2.CommonModule, typeof i3.PaginationModule], [typeof i1.SmartPaginationComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.CommonModule, typeof i2.PaginationModule, typeof i3.SmartPaginationComponent], [typeof i3.SmartPaginationComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
9
9
  }
@@ -85,10 +85,10 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
85
85
  tableFilterValueChange: EventEmitter<any>;
86
86
  columnTemplates: QueryList<TemplateIdDirective>;
87
87
  templates: {
88
- [key: string]: (TemplateRef<any> | null);
88
+ [key: string]: TemplateRef<any> | null;
89
89
  };
90
90
  columnFilterTemplates: {
91
- [key: string]: (TemplateRef<any> | null);
91
+ [key: string]: TemplateRef<any> | null;
92
92
  };
93
93
  ngAfterContentInit(): void;
94
94
  get selectedAll(): boolean | "indeterminate";
@@ -141,5 +141,5 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
141
141
  }): void;
142
142
  ngOnChanges(changes: SimpleChanges): void;
143
143
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableComponent, never>;
144
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never, false, never>;
144
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never, true, never>;
145
145
  }
@@ -7,5 +7,5 @@ export declare class SmartTableColumnFilterComponent {
7
7
  set column(value: string | IColumn);
8
8
  sizing?: 'sm' | 'lg';
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableColumnFilterComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableColumnFilterComponent, "c-smart-table-column-filter", never, { "column": "column"; "sizing": "sizing"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableColumnFilterComponent, "c-smart-table-column-filter", never, { "column": "column"; "sizing": "sizing"; }, {}, never, never, true, never>;
11
11
  }
@@ -20,5 +20,5 @@ export declare class FilterInputDirective implements AfterViewInit, OnDestroy {
20
20
  ngOnDestroy(): void;
21
21
  private setSubscription;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[cFilterInput]", ["cFilterInput"], { "delay": "delay"; "onEvent": "onEvent"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[cFilterInput]", ["cFilterInput"], { "delay": "delay"; "onEvent": "onEvent"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
24
24
  }
@@ -12,5 +12,5 @@ export declare class SmartTableFilterComponent {
12
12
  'col-form-label': boolean;
13
13
  };
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableFilterComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "sizing": "sizing"; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "sizing": "sizing"; }, {}, never, never, true, never>;
16
16
  }
@@ -35,11 +35,11 @@ export declare class SmartTableHeadComponent implements OnInit {
35
35
  handleColumnFilterValueChange($event: {
36
36
  value: string;
37
37
  type?: string;
38
- column: (IColumn | string);
38
+ column: IColumn | string;
39
39
  }): void;
40
40
  handleSelectAllChecked($event: Event): void;
41
41
  getColumnFilter(column: IColumn | string): string;
42
42
  get columnFilterEvent(): 'change' | 'input';
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; "columnFilterTemplates": "columnFilterTemplates"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; "columnFilterTemplates": "columnFilterTemplates"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
45
45
  }
@@ -10,5 +10,5 @@ export declare class SmartTableItemsPerPageSelectorComponent {
10
10
  readonly itemsPerPageChange: EventEmitter<number>;
11
11
  get hostClasses(): any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableItemsPerPageSelectorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, true, never>;
14
14
  }
@@ -1,22 +1,22 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./smart-table/smart-table.component";
3
- import * as i2 from "./smart-table-filter/smart-table-filter.component";
4
- import * as i3 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
5
- import * as i4 from "./smart-table-head/smart-table-head.component";
6
- import * as i5 from "./smart-table-filter/filter-input.directive";
7
- import * as i6 from "./smart-table-column-filter/smart-table-column-filter.component";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "../element-cover/element-cover.module";
10
- import * as i9 from "../table/table.module";
11
- import * as i10 from "../pagination/pagination.module";
12
- import * as i11 from "../smart-pagination/smart-pagination.module";
13
- import * as i12 from "../form/form.module";
14
- import * as i13 from "@angular/forms";
15
- import * as i14 from "../button/button.module";
16
- import * as i15 from "../shared/shared.module";
17
- import * as i16 from "../utilities/utilities.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../element-cover/element-cover.module";
4
+ import * as i3 from "../table/table.module";
5
+ import * as i4 from "../pagination/pagination.module";
6
+ import * as i5 from "../smart-pagination/smart-pagination.module";
7
+ import * as i6 from "../form/form.module";
8
+ import * as i7 from "@angular/forms";
9
+ import * as i8 from "../button/button.module";
10
+ import * as i9 from "../shared/shared.module";
11
+ import * as i10 from "../utilities/utilities.module";
12
+ import * as i11 from "./smart-table/smart-table.component";
13
+ import * as i12 from "./smart-table-filter/smart-table-filter.component";
14
+ import * as i13 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
15
+ import * as i14 from "./smart-table-head/smart-table-head.component";
16
+ import * as i15 from "./smart-table-filter/filter-input.directive";
17
+ import * as i16 from "./smart-table-column-filter/smart-table-column-filter.component";
18
18
  export declare class SmartTableModule {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent, typeof i3.SmartTableItemsPerPageSelectorComponent, typeof i4.SmartTableHeadComponent, typeof i5.FilterInputDirective, typeof i6.SmartTableColumnFilterComponent], [typeof i7.CommonModule, typeof i8.ElementCoverModule, typeof i9.TableModule, typeof i10.PaginationModule, typeof i11.SmartPaginationModule, typeof i12.FormModule, typeof i13.FormsModule, typeof i14.ButtonModule, typeof i15.SharedModule, typeof i13.ReactiveFormsModule, typeof i16.UtilitiesModule], [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, never, [typeof i1.CommonModule, typeof i2.ElementCoverModule, typeof i3.TableModule, typeof i4.PaginationModule, typeof i5.SmartPaginationModule, typeof i6.FormModule, typeof i7.FormsModule, typeof i8.ButtonModule, typeof i9.SharedModule, typeof i7.ReactiveFormsModule, typeof i10.UtilitiesModule, typeof i11.SmartTableComponent, typeof i12.SmartTableFilterComponent, typeof i13.SmartTableItemsPerPageSelectorComponent, typeof i14.SmartTableHeadComponent, typeof i15.FilterInputDirective, typeof i16.SmartTableColumnFilterComponent], [typeof i11.SmartTableComponent, typeof i12.SmartTableFilterComponent]>;
21
21
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
22
22
  }
@@ -27,5 +27,5 @@ export declare class SpinnerComponent {
27
27
  role: string;
28
28
  get hostClasses(): any;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "c-spinner", never, { "color": "color"; "label": "label"; "size": "size"; "variant": "variant"; "role": "role"; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "c-spinner", never, { "color": "color"; "label": "label"; "size": "size"; "variant": "variant"; "role": "role"; }, {}, never, never, true, never>;
31
31
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./spinner.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../shared/shared.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./spinner.component";
5
4
  export declare class SpinnerModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, [typeof i1.SpinnerComponent], [typeof i2.CommonModule, typeof i3.SharedModule], [typeof i1.SpinnerComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, never, [typeof i1.CommonModule, typeof i2.SpinnerComponent], [typeof i2.SpinnerComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SpinnerModule>;
9
8
  }
@@ -12,5 +12,5 @@ export declare class TableActiveDirective {
12
12
  get hostClasses(): any;
13
13
  constructor();
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TableActiveDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableActiveDirective, "[cTableActive]", never, { "active": "cTableActive"; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableActiveDirective, "[cTableActive]", never, { "active": "cTableActive"; }, {}, never, never, true, never>;
16
16
  }
@@ -8,5 +8,5 @@ export declare class TableColorDirective {
8
8
  color?: Colors;
9
9
  get hostClasses(): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColorDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableColorDirective, "[cTableColor]", never, { "color": "cTableColor"; }, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColorDirective, "[cTableColor]", never, { "color": "cTableColor"; }, {}, never, never, true, never>;
12
12
  }
@@ -86,5 +86,5 @@ export declare class TableDirective implements ITable, OnInit {
86
86
  ngOnInit(): void;
87
87
  setResponsiveWrapper(): void;
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
89
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; "stripedColumns": "stripedColumns"; }, {}, never, never, false, never>;
89
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; "stripedColumns": "stripedColumns"; }, {}, never, never, true, never>;
90
90
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./table.directive";
3
- import * as i2 from "./table-color.directive";
4
- import * as i3 from "./table-active.directive";
5
- import * as i4 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./table.directive";
4
+ import * as i3 from "./table-color.directive";
5
+ import * as i4 from "./table-active.directive";
6
6
  export declare class TableModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective], [typeof i4.CommonModule], [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.CommonModule, typeof i2.TableDirective, typeof i3.TableColorDirective, typeof i4.TableActiveDirective], [typeof i2.TableDirective, typeof i3.TableColorDirective, typeof i4.TableActiveDirective]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
10
10
  }
@@ -29,5 +29,5 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
29
29
  subscribeTabService(subscribe?: boolean): void;
30
30
  refreshTabPaneActive(idx: number): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": "activeTabPaneIdx"; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": "activeTabPaneIdx"; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], true, never>;
33
33
  }
@@ -46,5 +46,5 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy, OnI
46
46
  ngOnDestroy(): void;
47
47
  subscribeTabService(subscribe?: boolean): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": "cTabContent"; "active": "active"; "disabled": "disabled"; "tabPaneIdx": "tabPaneIdx"; }, {}, never, never, false, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": "cTabContent"; "active": "active"; "disabled": "disabled"; "tabPaneIdx": "tabPaneIdx"; }, {}, never, never, true, never>;
50
50
  }
@@ -22,5 +22,5 @@ export declare class TabPaneComponent implements OnDestroy, OnInit {
22
22
  ngOnDestroy(): void;
23
23
  subscribeTabService(subscribe?: boolean): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"], false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"], true, never>;
26
26
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tab-content/tab-content.component";
3
- import * as i2 from "./tab-pane/tab-pane.component";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./tab-content/tab-content.component";
4
4
  import * as i3 from "./tab-content-ref.directive";
5
- import * as i4 from "@angular/common";
5
+ import * as i4 from "./tab-pane/tab-pane.component";
6
6
  export declare class TabsModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, [typeof i1.TabContentComponent, typeof i2.TabPaneComponent, typeof i3.TabContentRefDirective], [typeof i4.CommonModule], [typeof i1.TabContentComponent, typeof i2.TabPaneComponent, typeof i3.TabContentRefDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.CommonModule, typeof i2.TabContentComponent, typeof i3.TabContentRefDirective, typeof i4.TabPaneComponent], [typeof i2.TabContentComponent, typeof i4.TabPaneComponent, typeof i3.TabContentRefDirective]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
10
10
  }
@@ -12,7 +12,7 @@ export declare class DayPeriodElementDirective {
12
12
  constructor(elementRef: ElementRef);
13
13
  cDayPeriodElement: IDayPeriod;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DayPeriodElementDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<DayPeriodElementDirective, "[cDayPeriodElement]", ["cDayPeriodElement"], { "cDayPeriodElement": "cDayPeriodElement"; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DayPeriodElementDirective, "[cDayPeriodElement]", ["cDayPeriodElement"], { "cDayPeriodElement": "cDayPeriodElement"; }, {}, never, never, true, never>;
16
16
  }
17
17
  export declare class TimePickerRollAmPmComponent implements OnChanges, AfterViewInit {
18
18
  elementRef: ElementRef;
@@ -35,5 +35,5 @@ export declare class TimePickerRollAmPmComponent implements OnChanges, AfterView
35
35
  handleElementClick($event: MouseEvent, element: any): void;
36
36
  trackByElement(index: number, element: IDayPeriod): string;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollAmPmComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
39
39
  }
@@ -11,7 +11,7 @@ export declare class TimeElementDirective {
11
11
  constructor(elementRef: ElementRef);
12
12
  cTimeElement: ITimeValue;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeElementDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimeElementDirective, "[cTimeElement]", ["cTimeElement"], { "cTimeElement": "cTimeElement"; }, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimeElementDirective, "[cTimeElement]", ["cTimeElement"], { "cTimeElement": "cTimeElement"; }, {}, never, never, true, never>;
15
15
  }
16
16
  export declare class TimePickerRollColComponent implements ITimePickerRollCol, OnChanges, AfterViewInit {
17
17
  elementRef: ElementRef;
@@ -34,5 +34,5 @@ export declare class TimePickerRollColComponent implements ITimePickerRollCol, O
34
34
  handleElementClick($event: MouseEvent, element: any): void;
35
35
  trackByElement(index: number, element: ITimeValue): number;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollColComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": "disabled"; "elements": "elements"; "onClick": "onClick"; "selected": "selected"; "refresh": "refresh"; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
38
38
  }
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
2
2
  import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
- import { TemplateIdDirective } from '../shared';
5
4
  import { DateTimeFormatOptions, DayPeriod, ITimeValue } from './time.utils';
5
+ import { TemplateIdDirective } from '../shared';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class TimePickerComponent implements OnChanges, OnInit, ControlValueAccessor, AfterViewInit {
8
8
  constructor();
@@ -192,5 +192,5 @@ export declare class TimePickerComponent implements OnChanges, OnInit, ControlVa
192
192
  handleBlur($event: FocusEvent): void;
193
193
  handleFocus($event: FocusEvent): void;
194
194
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
195
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "c-time-picker", ["cTimePicker"], { "cleaner": "cleaner"; "dateTimeFormatOptions": "dateTimeFormatOptions"; "disabled": "disabled"; "filterHours": "filterHours"; "filterMinutes": "filterMinutes"; "filterSeconds": "filterSeconds"; "indicator": "indicator"; "inputReadOnly": "inputReadOnly"; "locale": "locale"; "placeholder": "placeholder"; "seconds": "seconds"; "size": "size"; "time": "time"; "variant": "variant"; "valid": "valid"; "visible": "visible"; }, { "timeChange": "timeChange"; }, ["contentTemplates"], never, false, never>;
195
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "c-time-picker", ["cTimePicker"], { "cleaner": "cleaner"; "dateTimeFormatOptions": "dateTimeFormatOptions"; "disabled": "disabled"; "filterHours": "filterHours"; "filterMinutes": "filterMinutes"; "filterSeconds": "filterSeconds"; "indicator": "indicator"; "inputReadOnly": "inputReadOnly"; "locale": "locale"; "placeholder": "placeholder"; "seconds": "seconds"; "size": "size"; "time": "time"; "variant": "variant"; "valid": "valid"; "visible": "visible"; }, { "timeChange": "timeChange"; }, ["contentTemplates"], never, true, never>;
196
196
  }
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./time-picker.component";
3
- import * as i2 from "./time-picker-roll-col/time-picker-roll-col.component";
4
- import * as i3 from "./time-picker-roll-col/time-picker-roll-am-pm.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "../form/form.module";
8
- import * as i7 from "../button/button.module";
9
- import * as i8 from "../dropdown/dropdown.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "../form/form.module";
5
+ import * as i4 from "../button/button.module";
6
+ import * as i5 from "../dropdown/dropdown.module";
7
+ import * as i6 from "./time-picker-roll-col/time-picker-roll-am-pm.component";
8
+ import * as i7 from "./time-picker-roll-col/time-picker-roll-col.component";
9
+ import * as i8 from "./time-picker.component";
10
10
  export declare class TimePickerModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent, typeof i2.TimePickerRollColComponent, typeof i2.TimeElementDirective, typeof i3.TimePickerRollAmPmComponent, typeof i3.DayPeriodElementDirective], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.FormModule, typeof i7.ButtonModule, typeof i8.DropdownModule], [typeof i1.TimePickerComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.FormModule, typeof i4.ButtonModule, typeof i5.DropdownModule, typeof i6.DayPeriodElementDirective, typeof i7.TimeElementDirective, typeof i8.TimePickerComponent, typeof i6.TimePickerRollAmPmComponent, typeof i7.TimePickerRollColComponent], [typeof i8.TimePickerComponent]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
14
14
  }
@@ -79,6 +79,6 @@ export declare class ToastComponent implements OnInit, OnDestroy {
79
79
  clearClock(): void;
80
80
  onAnimationEvent(event: AnimationEvent): void;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": "autohide"; "color": "color"; "delay": "delay"; "fade": "fade"; "visible": "visible"; "index": "index"; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], false, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": "autohide"; "color": "color"; "delay": "delay"; "fade": "fade"; "visible": "visible"; "index": "index"; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
83
83
  }
84
84
  export {};
@@ -5,5 +5,5 @@ export declare class ToastBodyComponent {
5
5
  toastBodyClass: boolean;
6
6
  constructor(toast?: ToastComponent | undefined);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastBodyComponent, [{ optional: true; }]>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"], true, never>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class ToastCloseDirective {
6
6
  constructor(toasterService: ToasterService);
7
7
  toggleOpen($event: any): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastCloseDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToastCloseDirective, "[cToastClose]", ["cToastClose"], { "toast": "cToastClose"; }, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastCloseDirective, "[cToastClose]", ["cToastClose"], { "toast": "cToastClose"; }, {}, never, never, true, never>;
10
10
  }
@@ -10,5 +10,5 @@ export declare class ToastHeaderComponent {
10
10
  toastHeaderClass: boolean;
11
11
  constructor(toast?: ToastComponent | undefined);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastHeaderComponent, [{ optional: true; }]>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastHeaderComponent, "c-toast-header", ["cToastHeader"], { "closeButton": "closeButton"; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastHeaderComponent, "c-toast-header", ["cToastHeader"], { "closeButton": "closeButton"; }, {}, never, ["*"], true, never>;
14
14
  }
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./toast/toast.component";
3
- import * as i2 from "./toast-header/toast-header.component";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../button/button.module";
4
4
  import * as i3 from "./toast-body/toast-body.component";
5
- import * as i4 from "./toaster/toaster.component";
6
- import * as i5 from "./toaster/toaster-host.directive";
7
- import * as i6 from "./toast-close.directive";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "../button/button.module";
5
+ import * as i4 from "./toast/toast.component";
6
+ import * as i5 from "./toast-close.directive";
7
+ import * as i6 from "./toast-header/toast-header.component";
8
+ import * as i7 from "./toaster/toaster.component";
9
+ import * as i8 from "./toaster/toaster-host.directive";
10
10
  export declare class ToastModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastComponent, typeof i2.ToastHeaderComponent, typeof i3.ToastBodyComponent, typeof i4.ToasterComponent, typeof i5.ToasterHostDirective, typeof i6.ToastCloseDirective], [typeof i7.CommonModule, typeof i8.ButtonModule], [typeof i1.ToastComponent, typeof i2.ToastHeaderComponent, typeof i3.ToastBodyComponent, typeof i4.ToasterComponent, typeof i5.ToasterHostDirective, typeof i6.ToastCloseDirective]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.CommonModule, typeof i2.ButtonModule, typeof i3.ToastBodyComponent, typeof i4.ToastComponent, typeof i5.ToastCloseDirective, typeof i6.ToastHeaderComponent, typeof i7.ToasterComponent, typeof i8.ToasterHostDirective], [typeof i3.ToastBodyComponent, typeof i4.ToastComponent, typeof i5.ToastCloseDirective, typeof i6.ToastHeaderComponent, typeof i7.ToasterComponent, typeof i8.ToasterHostDirective]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
14
14
  }
@@ -4,5 +4,5 @@ export declare class ToasterHostDirective {
4
4
  viewContainerRef: ViewContainerRef;
5
5
  constructor(viewContainerRef: ViewContainerRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ToasterHostDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToasterHostDirective, "[cToasterHost]", ["cToasterHost"], {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToasterHostDirective, "[cToasterHost]", ["cToasterHost"], {}, {}, never, never, true, never>;
8
8
  }
@@ -50,5 +50,5 @@ export declare class ToasterComponent implements OnDestroy, OnInit, AfterContent
50
50
  removeToast(state: IToasterAction): void;
51
51
  private stateToasterSubscribe;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ToasterComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "c-toaster", ["cToaster"], { "placement": "placement"; "position": "position"; }, {}, ["contentToasts"], ["*"], false, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "c-toaster", ["cToaster"], { "placement": "placement"; "position": "position"; }, {}, ["contentToasts"], ["*"], true, never>;
54
54
  }
@@ -26,5 +26,5 @@ export declare class TooltipComponent implements AfterViewInit, OnChanges, OnDes
26
26
  private clear;
27
27
  private updateView;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "c-tooltip", never, { "content": "content"; "visible": "visible"; "id": "id"; "role": "role"; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "c-tooltip", never, { "content": "content"; "visible": "visible"; "id": "id"; "role": "role"; }, {}, never, never, true, never>;
30
30
  }
@@ -54,5 +54,5 @@ export declare class TooltipDirective implements OnChanges, OnDestroy, OnInit {
54
54
  private addTooltipElement;
55
55
  private removeTooltipElement;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
57
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[cTooltip]", ["cTooltip"], { "content": "cTooltip"; "popperOptions": "cTooltipOptions"; "placement": "cTooltipPlacement"; "trigger": "cTooltipTrigger"; "visible": "cTooltipVisible"; }, {}, never, never, false, never>;
57
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[cTooltip]", ["cTooltip"], { "content": "cTooltip"; "popperOptions": "cTooltipOptions"; "placement": "cTooltipPlacement"; "trigger": "cTooltipTrigger"; "visible": "cTooltipVisible"; }, {}, never, never, true, never>;
58
58
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tooltip/tooltip.component";
3
- import * as i2 from "./tooltip.directive";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./tooltip/tooltip.component";
4
+ import * as i3 from "./tooltip.directive";
5
5
  export declare class TooltipModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipComponent, typeof i2.TooltipDirective], [typeof i3.CommonModule], [typeof i1.TooltipComponent, typeof i2.TooltipDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.CommonModule, typeof i2.TooltipComponent, typeof i3.TooltipDirective], [typeof i2.TooltipComponent, typeof i3.TooltipDirective]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class AlignDirective {
8
8
  align?: Alignment;
9
9
  get hostClasses(): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AlignDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AlignDirective, "[cAlign]", never, { "align": "cAlign"; }, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlignDirective, "[cAlign]", never, { "align": "cAlign"; }, {}, never, never, true, never>;
12
12
  }
@@ -13,5 +13,5 @@ export declare class BgColorDirective {
13
13
  get hostClasses(): any;
14
14
  constructor();
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BgColorDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<BgColorDirective, "[cBgColor]", never, { "color": "cBgColor"; "gradient": "gradient"; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BgColorDirective, "[cBgColor]", never, { "color": "cBgColor"; "gradient": "gradient"; }, {}, never, never, true, never>;
17
17
  }
@@ -8,5 +8,5 @@ export declare class BorderDirective {
8
8
  border: Border;
9
9
  get hostClasses(): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BorderDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BorderDirective, "[cBorder]", never, { "border": "cBorder"; }, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BorderDirective, "[cBorder]", never, { "border": "cBorder"; }, {}, never, never, true, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class RoundedDirective {
8
8
  rounded: Rounded;
9
9
  get hostClasses(): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RoundedDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<RoundedDirective, "[cRounded]", never, { "rounded": "cRounded"; }, {}, never, never, false, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RoundedDirective, "[cRounded]", never, { "rounded": "cRounded"; }, {}, never, never, true, never>;
12
12
  }
@@ -9,5 +9,5 @@ export declare class TextColorDirective {
9
9
  get hostClasses(): any;
10
10
  constructor();
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TextColorDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextColorDirective, "[cTextColor]", never, { "color": "cTextColor"; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextColorDirective, "[cTextColor]", never, { "color": "cTextColor"; }, {}, never, never, true, never>;
13
13
  }