@coreui/angular-pro 4.4.11 → 4.5.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 (532) hide show
  1. package/README.md +2 -2
  2. package/{esm2020 → esm2022}/lib/accordion/accordion/accordion.component.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/accordion/accordion-item/accordion-item.component.mjs +4 -4
  5. package/esm2022/lib/accordion/accordion.module.mjs +36 -0
  6. package/{esm2020 → esm2022}/lib/accordion/accordion.service.mjs +4 -4
  7. package/{esm2020 → esm2022}/lib/alert/alert-heading.directive.mjs +4 -4
  8. package/{esm2020 → esm2022}/lib/alert/alert-link.directive.mjs +4 -4
  9. package/esm2022/lib/alert/alert.component.mjs +181 -0
  10. package/esm2022/lib/alert/alert.module.mjs +30 -0
  11. package/{esm2020 → esm2022}/lib/avatar/avatar.component.mjs +4 -4
  12. package/esm2022/lib/avatar/avatar.module.mjs +20 -0
  13. package/{esm2020 → esm2022}/lib/backdrop/backdrop.service.mjs +4 -4
  14. package/{esm2020 → esm2022}/lib/badge/badge.component.mjs +4 -4
  15. package/esm2022/lib/badge/badge.module.mjs +20 -0
  16. package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +4 -4
  17. package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
  18. package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
  19. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +52 -0
  20. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +34 -0
  21. package/{esm2020 → esm2022}/lib/button/button-close.directive.mjs +4 -4
  22. package/{esm2020 → esm2022}/lib/button/button.directive.mjs +4 -4
  23. package/{esm2020 → esm2022}/lib/button/button.module.mjs +7 -7
  24. package/{esm2020 → esm2022}/lib/button-group/button-group/button-group.component.mjs +4 -4
  25. package/esm2022/lib/button-group/button-group.module.mjs +17 -0
  26. package/{esm2020 → esm2022}/lib/button-group/button-toolbar/button-toolbar.component.mjs +4 -4
  27. package/{esm2020 → esm2022}/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -4
  28. package/{esm2020 → esm2022}/lib/calendar/calendar/calendar.component.mjs +4 -4
  29. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -4
  30. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -4
  31. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -4
  32. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
  34. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-month.component.mjs +4 -4
  36. package/{esm2020 → esm2022}/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
  38. package/esm2022/lib/calendar/calendar.module.mjs +54 -0
  39. package/{esm2020 → esm2022}/lib/calendar/calendar.service.mjs +4 -4
  40. package/{esm2020 → esm2022}/lib/callout/callout.component.mjs +4 -4
  41. package/esm2022/lib/callout/callout.module.mjs +16 -0
  42. package/{esm2020 → esm2022}/lib/card/card-body.component.mjs +4 -4
  43. package/{esm2020 → esm2022}/lib/card/card-footer.component.mjs +4 -4
  44. package/{esm2020 → esm2022}/lib/card/card-group.component.mjs +4 -4
  45. package/{esm2020 → esm2022}/lib/card/card-header-actions.component.mjs +4 -4
  46. package/{esm2020 → esm2022}/lib/card/card-header.component.mjs +4 -4
  47. package/{esm2020 → esm2022}/lib/card/card-img-overlay/card-img-overlay.component.mjs +4 -4
  48. package/{esm2020 → esm2022}/lib/card/card-img.directive.mjs +4 -4
  49. package/{esm2020 → esm2022}/lib/card/card-link.directive.mjs +4 -4
  50. package/{esm2020 → esm2022}/lib/card/card-subtitle.directive.mjs +4 -4
  51. package/{esm2020 → esm2022}/lib/card/card-text.directive.mjs +4 -4
  52. package/{esm2020 → esm2022}/lib/card/card-title.directive.mjs +4 -4
  53. package/{esm2020 → esm2022}/lib/card/card.component.mjs +4 -4
  54. package/esm2022/lib/card/card.module.mjs +75 -0
  55. package/{esm2020 → esm2022}/lib/carousel/carousel/carousel.component.mjs +4 -4
  56. package/{esm2020 → esm2022}/lib/carousel/carousel-caption/carousel-caption.component.mjs +4 -4
  57. package/{esm2020 → esm2022}/lib/carousel/carousel-control/carousel-control.component.mjs +4 -4
  58. package/{esm2020 → esm2022}/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -4
  59. package/{esm2020 → esm2022}/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
  60. package/{esm2020 → esm2022}/lib/carousel/carousel-item/carousel-item.component.mjs +4 -4
  61. package/{esm2020 → esm2022}/lib/carousel/carousel-state.mjs +4 -4
  62. package/{esm2020 → esm2022}/lib/carousel/carousel.config.mjs +4 -4
  63. package/esm2022/lib/carousel/carousel.module.mjs +52 -0
  64. package/{esm2020 → esm2022}/lib/carousel/carousel.service.mjs +4 -4
  65. package/{esm2020 → esm2022}/lib/collapse/collapse.directive.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/collapse/collapse.module.mjs +5 -5
  67. package/esm2022/lib/date-picker/date-picker.component.mjs +93 -0
  68. package/{esm2020 → esm2022}/lib/date-picker/date-picker.module.mjs +5 -5
  69. package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +675 -0
  70. package/{esm2020 → esm2022}/lib/date-range-picker/date-range-picker.module.mjs +5 -5
  71. package/{esm2020 → esm2022}/lib/dropdown/dropdown/dropdown.component.mjs +7 -7
  72. package/{esm2020 → esm2022}/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
  73. package/{esm2020 → esm2022}/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +4 -4
  74. package/{esm2020 → esm2022}/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +4 -4
  75. package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +4 -4
  76. package/{esm2020 → esm2022}/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
  77. package/{esm2020 → esm2022}/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
  78. package/esm2022/lib/dropdown/dropdown.module.mjs +56 -0
  79. package/{esm2020 → esm2022}/lib/dropdown/dropdown.service.mjs +4 -4
  80. package/esm2022/lib/element-cover/element-cover.component.mjs +68 -0
  81. package/esm2022/lib/element-cover/element-cover.module.mjs +16 -0
  82. package/{esm2020 → esm2022}/lib/footer/footer.component.mjs +4 -4
  83. package/esm2022/lib/footer/footer.module.mjs +16 -0
  84. package/{esm2020 → esm2022}/lib/form/form/form.directive.mjs +4 -4
  85. package/{esm2020 → esm2022}/lib/form/form-check/form-check-input.directive.mjs +4 -4
  86. package/{esm2020 → esm2022}/lib/form/form-check/form-check-label.directive.mjs +4 -4
  87. package/{esm2020 → esm2022}/lib/form/form-check/form-check.component.mjs +4 -4
  88. package/{esm2020 → esm2022}/lib/form/form-control/form-control.directive.mjs +4 -4
  89. package/{esm2020 → esm2022}/lib/form/form-feedback/form-feedback.component.mjs +4 -4
  90. package/{esm2020 → esm2022}/lib/form/form-floating/form-floating.directive.mjs +4 -4
  91. package/{esm2020 → esm2022}/lib/form/form-label/form-label.directive.mjs +4 -4
  92. package/{esm2020 → esm2022}/lib/form/form-select/form-select.directive.mjs +4 -4
  93. package/{esm2020 → esm2022}/lib/form/form-text/form-text.directive.mjs +4 -4
  94. package/esm2022/lib/form/form.module.mjs +75 -0
  95. package/{esm2020 → esm2022}/lib/form/input-group/input-group.component.mjs +4 -4
  96. package/{esm2020 → esm2022}/lib/form/input-group-text/input-group-text.directive.mjs +4 -4
  97. package/{esm2020 → esm2022}/lib/grid/col.component.mjs +4 -4
  98. package/{esm2020 → esm2022}/lib/grid/col.directive.mjs +4 -4
  99. package/{esm2020 → esm2022}/lib/grid/container.component.mjs +4 -4
  100. package/esm2022/lib/grid/grid.module.mjs +45 -0
  101. package/{esm2020 → esm2022}/lib/grid/gutter.directive.mjs +4 -4
  102. package/{esm2020 → esm2022}/lib/grid/row.component.mjs +4 -4
  103. package/{esm2020 → esm2022}/lib/grid/row.directive.mjs +4 -4
  104. package/{esm2020 → esm2022}/lib/header/header/header.component.mjs +4 -4
  105. package/{esm2020 → esm2022}/lib/header/header-brand/header-brand.component.mjs +4 -4
  106. package/{esm2020 → esm2022}/lib/header/header-divider/header-divider.component.mjs +4 -4
  107. package/{esm2020 → esm2022}/lib/header/header-nav/header-nav.component.mjs +4 -4
  108. package/{esm2020 → esm2022}/lib/header/header-text/header-text.component.mjs +4 -4
  109. package/{esm2020 → esm2022}/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
  110. package/esm2022/lib/header/header.module.mjs +45 -0
  111. package/{esm2020 → esm2022}/lib/image/img.directive.mjs +4 -4
  112. package/{esm2020 → esm2022}/lib/image/img.module.mjs +5 -5
  113. package/{esm2020 → esm2022}/lib/list-group/list-group-item.directive.mjs +4 -4
  114. package/{esm2020 → esm2022}/lib/list-group/list-group.directive.mjs +4 -4
  115. package/{esm2020 → esm2022}/lib/list-group/list-group.module.mjs +5 -5
  116. package/{esm2020 → esm2022}/lib/loading-button/loading-button.component.mjs +4 -4
  117. package/esm2022/lib/loading-button/loading-button.module.mjs +16 -0
  118. package/{esm2020 → esm2022}/lib/modal/modal/modal.component.mjs +14 -14
  119. package/{esm2020 → esm2022}/lib/modal/modal-body/modal-body.component.mjs +4 -4
  120. package/{esm2020 → esm2022}/lib/modal/modal-content/modal-content.component.mjs +4 -4
  121. package/{esm2020 → esm2022}/lib/modal/modal-dialog/modal-dialog.component.mjs +4 -4
  122. package/{esm2020 → esm2022}/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -4
  123. package/{esm2020 → esm2022}/lib/modal/modal-footer/modal-footer.component.mjs +4 -4
  124. package/{esm2020 → esm2022}/lib/modal/modal-header/modal-header.component.mjs +4 -4
  125. package/{esm2020 → esm2022}/lib/modal/modal-title/modal-title.directive.mjs +4 -4
  126. package/esm2022/lib/modal/modal.module.mjs +57 -0
  127. package/{esm2020 → esm2022}/lib/modal/modal.service.mjs +4 -4
  128. package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
  129. package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +1066 -0
  130. package/{esm2020 → esm2022}/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
  131. package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -4
  132. package/{esm2020 → esm2022}/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +4 -4
  133. package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +334 -0
  134. package/{esm2020 → esm2022}/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
  135. package/esm2022/lib/multi-select/multi-select.module.mjs +37 -0
  136. package/esm2022/lib/multi-select/multi-select.service.mjs +38 -0
  137. package/{esm2020 → esm2022}/lib/nav/nav-item.component.mjs +4 -4
  138. package/{esm2020 → esm2022}/lib/nav/nav-link.directive.mjs +4 -4
  139. package/{esm2020 → esm2022}/lib/nav/nav.component.mjs +4 -4
  140. package/esm2022/lib/nav/nav.module.mjs +30 -0
  141. package/{esm2020 → esm2022}/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/navbar/navbar-nav/navbar-nav.component.mjs +4 -4
  143. package/{esm2020 → esm2022}/lib/navbar/navbar-text/navbar-text.component.mjs +4 -4
  144. package/{esm2020 → esm2022}/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
  145. package/{esm2020 → esm2022}/lib/navbar/navbar.component.mjs +4 -4
  146. package/esm2022/lib/navbar/navbar.module.mjs +40 -0
  147. package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +321 -0
  148. package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +4 -4
  149. package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +4 -4
  150. package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -4
  151. package/{esm2020 → esm2022}/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -4
  152. package/esm2022/lib/offcanvas/offcanvas.module.mjs +49 -0
  153. package/{esm2020 → esm2022}/lib/offcanvas/offcanvas.service.mjs +4 -4
  154. package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.component.mjs +4 -4
  155. package/{esm2020 → esm2022}/lib/pagination/page-item/page-item.directive.mjs +4 -4
  156. package/{esm2020 → esm2022}/lib/pagination/page-link/page-link.directive.mjs +4 -4
  157. package/{esm2020 → esm2022}/lib/pagination/pagination/pagination.component.mjs +4 -4
  158. package/esm2022/lib/pagination/pagination.module.mjs +35 -0
  159. package/{esm2020 → esm2022}/lib/placeholder/placeholder-animation.directive.mjs +4 -4
  160. package/{esm2020 → esm2022}/lib/placeholder/placeholder.directive.mjs +4 -4
  161. package/{esm2020 → esm2022}/lib/placeholder/placeholder.module.mjs +7 -7
  162. package/{esm2020 → esm2022}/lib/popover/popover/popover.component.mjs +4 -4
  163. package/{esm2020 → esm2022}/lib/popover/popover.directive.mjs +4 -4
  164. package/esm2022/lib/popover/popover.module.mjs +25 -0
  165. package/{esm2020 → esm2022}/lib/progress/progress-bar.component.mjs +4 -4
  166. package/{esm2020 → esm2022}/lib/progress/progress.component.mjs +4 -4
  167. package/esm2022/lib/progress/progress.module.mjs +25 -0
  168. package/{esm2020 → esm2022}/lib/services/class-toggle.service.mjs +4 -4
  169. package/{esm2020 → esm2022}/lib/services/intersection.service.mjs +4 -4
  170. package/{esm2020 → esm2022}/lib/services/listeners.service.mjs +4 -4
  171. package/{esm2020 → esm2022}/lib/shared/html-attr.directive.mjs +4 -4
  172. package/{esm2020 → esm2022}/lib/shared/shared.module.mjs +7 -7
  173. package/{esm2020 → esm2022}/lib/shared/template-id.directive.mjs +4 -4
  174. package/{esm2020 → esm2022}/lib/sidebar/sidebar/sidebar.component.mjs +46 -42
  175. package/{esm2020 → esm2022}/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
  176. package/{esm2020 → esm2022}/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
  177. package/{esm2020 → esm2022}/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
  178. package/{esm2020 → esm2022}/lib/sidebar/sidebar-header/sidebar-header.component.mjs +4 -4
  179. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -4
  180. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +4 -4
  181. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +4 -4
  182. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +4 -4
  183. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
  184. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
  185. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +9 -9
  186. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +4 -4
  187. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
  188. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +230 -0
  189. package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
  190. package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -4
  191. package/{esm2020 → esm2022}/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +4 -4
  192. package/esm2022/lib/sidebar/sidebar.module.mjs +83 -0
  193. package/{esm2020 → esm2022}/lib/sidebar/sidebar.service.mjs +4 -4
  194. package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.component.mjs +4 -4
  195. package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +16 -0
  196. package/{esm2020 → esm2022}/lib/smart-table/smart-table/smart-table.component.mjs +4 -4
  197. package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +28 -0
  198. package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +78 -0
  199. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +43 -0
  200. package/{esm2020 → esm2022}/lib/smart-table/smart-table-head/smart-table-head.component.mjs +4 -4
  201. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +52 -0
  202. package/esm2022/lib/smart-table/smart-table.module.mjs +17 -0
  203. package/{esm2020 → esm2022}/lib/spinner/spinner.component.mjs +4 -4
  204. package/esm2022/lib/spinner/spinner.module.mjs +20 -0
  205. package/{esm2020 → esm2022}/lib/table/table-active.directive.mjs +4 -4
  206. package/{esm2020 → esm2022}/lib/table/table-color.directive.mjs +4 -4
  207. package/{esm2020 → esm2022}/lib/table/table.directive.mjs +4 -4
  208. package/{esm2020 → esm2022}/lib/table/table.module.mjs +9 -9
  209. package/{esm2020 → esm2022}/lib/tabs/tab-content/tab-content.component.mjs +4 -4
  210. package/{esm2020 → esm2022}/lib/tabs/tab-content-ref.directive.mjs +4 -4
  211. package/{esm2020 → esm2022}/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
  212. package/{esm2020 → esm2022}/lib/tabs/tab.service.mjs +4 -4
  213. package/esm2022/lib/tabs/tabs.module.mjs +36 -0
  214. package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -7
  215. package/{esm2020 → esm2022}/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -7
  216. package/esm2022/lib/time-picker/time-picker.component.mjs +511 -0
  217. package/{esm2020 → esm2022}/lib/time-picker/time-picker.module.mjs +21 -21
  218. package/esm2022/lib/toast/toast/toast.component.mjs +238 -0
  219. package/{esm2020 → esm2022}/lib/toast/toast-body/toast-body.component.mjs +4 -4
  220. package/{esm2020 → esm2022}/lib/toast/toast-close.directive.mjs +4 -4
  221. package/{esm2020 → esm2022}/lib/toast/toast-header/toast-header.component.mjs +4 -4
  222. package/{esm2020 → esm2022}/lib/toast/toast.module.mjs +15 -18
  223. package/{esm2020 → esm2022}/lib/toast/toaster/toaster-host.directive.mjs +4 -4
  224. package/esm2022/lib/toast/toaster/toaster.component.mjs +130 -0
  225. package/{esm2020 → esm2022}/lib/toast/toaster/toaster.service.mjs +4 -4
  226. package/{esm2020 → esm2022}/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
  227. package/{esm2020 → esm2022}/lib/tooltip/tooltip.directive.mjs +4 -4
  228. package/esm2022/lib/tooltip/tooltip.module.mjs +25 -0
  229. package/{esm2020 → esm2022}/lib/utilities/align.directive.mjs +4 -4
  230. package/{esm2020 → esm2022}/lib/utilities/bg-color.directive.mjs +4 -4
  231. package/{esm2020 → esm2022}/lib/utilities/border.directive.mjs +4 -4
  232. package/{esm2020 → esm2022}/lib/utilities/rounded.directive.mjs +4 -4
  233. package/{esm2020 → esm2022}/lib/utilities/text-color.directive.mjs +4 -4
  234. package/{esm2020 → esm2022}/lib/utilities/utilities.module.mjs +13 -13
  235. package/{esm2020 → esm2022}/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
  236. package/{esm2020 → esm2022}/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
  237. package/{esm2020 → esm2022}/lib/widget/widget-stat-c/widget-stat-c.component.mjs +4 -4
  238. package/{esm2020 → esm2022}/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
  239. package/{esm2020 → esm2022}/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
  240. package/{esm2020 → esm2022}/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
  241. package/esm2022/lib/widget/widget.module.mjs +45 -0
  242. package/{fesm2020 → fesm2022}/coreui-angular-pro.mjs +1416 -1460
  243. package/fesm2022/coreui-angular-pro.mjs.map +1 -0
  244. package/lib/accordion/accordion/accordion.component.d.ts +1 -1
  245. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
  246. package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  247. package/lib/alert/alert.component.d.ts +1 -1
  248. package/lib/avatar/avatar.component.d.ts +1 -1
  249. package/lib/badge/badge.component.d.ts +1 -1
  250. package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
  251. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
  252. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +1 -1
  253. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.d.ts +1 -1
  254. package/lib/button/button-close.directive.d.ts +1 -1
  255. package/lib/button/button.directive.d.ts +1 -1
  256. package/lib/button-group/button-group/button-group.component.d.ts +1 -1
  257. package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
  258. package/lib/calendar/calendar/calendar.component.d.ts +1 -1
  259. package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
  260. package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
  261. package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
  262. package/lib/callout/callout.component.d.ts +1 -1
  263. package/lib/card/card-img.directive.d.ts +1 -1
  264. package/lib/card/card.component.d.ts +1 -1
  265. package/lib/carousel/carousel/carousel.component.d.ts +1 -1
  266. package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
  267. package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -1
  268. package/lib/collapse/collapse.directive.d.ts +1 -1
  269. package/lib/date-picker/date-picker.component.d.ts +1 -1
  270. package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +1 -1
  271. package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
  272. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
  273. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
  274. package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
  275. package/lib/element-cover/element-cover.component.d.ts +1 -1
  276. package/lib/footer/footer.component.d.ts +1 -1
  277. package/lib/form/form/form.directive.d.ts +1 -1
  278. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  279. package/lib/form/form-check/form-check.component.d.ts +1 -1
  280. package/lib/form/form-control/form-control.directive.d.ts +1 -1
  281. package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
  282. package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
  283. package/lib/form/form-label/form-label.directive.d.ts +1 -1
  284. package/lib/form/form-select/form-select.directive.d.ts +1 -1
  285. package/lib/form/input-group/input-group.component.d.ts +1 -1
  286. package/lib/grid/col.directive.d.ts +1 -1
  287. package/lib/grid/container.component.d.ts +1 -1
  288. package/lib/grid/gutter.directive.d.ts +1 -1
  289. package/lib/grid/row.directive.d.ts +1 -1
  290. package/lib/header/header/header.component.d.ts +1 -1
  291. package/lib/header/header-brand/header-brand.component.d.ts +1 -1
  292. package/lib/header/header-nav/header-nav.component.d.ts +1 -1
  293. package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
  294. package/lib/image/img.directive.d.ts +1 -1
  295. package/lib/list-group/list-group-item.directive.d.ts +1 -1
  296. package/lib/list-group/list-group.directive.d.ts +1 -1
  297. package/lib/loading-button/loading-button.component.d.ts +1 -1
  298. package/lib/modal/modal/modal.component.d.ts +1 -1
  299. package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
  300. package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
  301. package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +1 -1
  302. package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
  303. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
  304. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +1 -1
  305. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  306. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +1 -1
  307. package/lib/nav/nav-link.directive.d.ts +1 -1
  308. package/lib/nav/nav.component.d.ts +1 -1
  309. package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
  310. package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
  311. package/lib/navbar/navbar.component.d.ts +1 -1
  312. package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +1 -1
  313. package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
  314. package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
  315. package/lib/pagination/pagination/pagination.component.d.ts +1 -1
  316. package/lib/placeholder/placeholder-animation.directive.d.ts +1 -1
  317. package/lib/placeholder/placeholder.directive.d.ts +1 -1
  318. package/lib/popover/popover/popover.component.d.ts +1 -1
  319. package/lib/popover/popover.directive.d.ts +1 -1
  320. package/lib/progress/progress-bar.component.d.ts +1 -1
  321. package/lib/progress/progress.component.d.ts +1 -1
  322. package/lib/shared/html-attr.directive.d.ts +1 -1
  323. package/lib/shared/template-id.directive.d.ts +1 -1
  324. package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
  325. package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
  326. package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -1
  327. package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +1 -1
  328. package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
  329. package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
  330. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +2 -2
  331. package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
  332. package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
  333. package/lib/smart-pagination/smart-pagination.component.d.ts +1 -1
  334. package/lib/smart-table/smart-table/smart-table.component.d.ts +1 -1
  335. package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
  336. package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
  337. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
  338. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -1
  339. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
  340. package/lib/spinner/spinner.component.d.ts +1 -1
  341. package/lib/table/table-active.directive.d.ts +1 -1
  342. package/lib/table/table-color.directive.d.ts +1 -1
  343. package/lib/table/table.directive.d.ts +1 -1
  344. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
  345. package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
  346. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
  347. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
  348. package/lib/time-picker/time-picker.component.d.ts +1 -1
  349. package/lib/toast/toast/toast.component.d.ts +1 -1
  350. package/lib/toast/toast-close.directive.d.ts +1 -1
  351. package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
  352. package/lib/toast/toaster/toaster.component.d.ts +1 -1
  353. package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
  354. package/lib/tooltip/tooltip.directive.d.ts +1 -1
  355. package/lib/utilities/align.directive.d.ts +1 -1
  356. package/lib/utilities/bg-color.directive.d.ts +1 -1
  357. package/lib/utilities/border.directive.d.ts +1 -1
  358. package/lib/utilities/rounded.directive.d.ts +1 -1
  359. package/lib/utilities/text-color.directive.d.ts +1 -1
  360. package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
  361. package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
  362. package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
  363. package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +1 -1
  364. package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
  365. package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
  366. package/package.json +9 -15
  367. package/esm2020/lib/accordion/accordion.module.mjs +0 -37
  368. package/esm2020/lib/alert/alert.component.mjs +0 -181
  369. package/esm2020/lib/alert/alert.module.mjs +0 -30
  370. package/esm2020/lib/avatar/avatar.module.mjs +0 -20
  371. package/esm2020/lib/badge/badge.module.mjs +0 -20
  372. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +0 -53
  373. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +0 -35
  374. package/esm2020/lib/button-group/button-group.module.mjs +0 -17
  375. package/esm2020/lib/calendar/calendar.module.mjs +0 -56
  376. package/esm2020/lib/callout/callout.module.mjs +0 -16
  377. package/esm2020/lib/card/card.module.mjs +0 -81
  378. package/esm2020/lib/carousel/carousel.module.mjs +0 -57
  379. package/esm2020/lib/date-picker/date-picker.component.mjs +0 -93
  380. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +0 -676
  381. package/esm2020/lib/dropdown/dropdown.module.mjs +0 -56
  382. package/esm2020/lib/element-cover/element-cover.component.mjs +0 -71
  383. package/esm2020/lib/element-cover/element-cover.module.mjs +0 -16
  384. package/esm2020/lib/footer/footer.module.mjs +0 -16
  385. package/esm2020/lib/form/form.module.mjs +0 -77
  386. package/esm2020/lib/grid/grid.module.mjs +0 -47
  387. package/esm2020/lib/header/header.module.mjs +0 -49
  388. package/esm2020/lib/loading-button/loading-button.module.mjs +0 -16
  389. package/esm2020/lib/modal/modal.module.mjs +0 -62
  390. package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +0 -69
  391. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +0 -1065
  392. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +0 -326
  393. package/esm2020/lib/multi-select/multi-select.module.mjs +0 -40
  394. package/esm2020/lib/multi-select/multi-select.service.mjs +0 -40
  395. package/esm2020/lib/nav/nav.module.mjs +0 -31
  396. package/esm2020/lib/navbar/navbar.module.mjs +0 -42
  397. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +0 -319
  398. package/esm2020/lib/offcanvas/offcanvas.module.mjs +0 -51
  399. package/esm2020/lib/pagination/pagination.module.mjs +0 -36
  400. package/esm2020/lib/popover/popover.module.mjs +0 -25
  401. package/esm2020/lib/progress/progress.module.mjs +0 -26
  402. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +0 -230
  403. package/esm2020/lib/sidebar/sidebar.module.mjs +0 -92
  404. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +0 -16
  405. package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +0 -30
  406. package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +0 -79
  407. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +0 -45
  408. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +0 -54
  409. package/esm2020/lib/smart-table/smart-table.module.mjs +0 -17
  410. package/esm2020/lib/spinner/spinner.module.mjs +0 -20
  411. package/esm2020/lib/tabs/tabs.module.mjs +0 -37
  412. package/esm2020/lib/time-picker/time-picker.component.mjs +0 -511
  413. package/esm2020/lib/toast/toast/toast.component.mjs +0 -238
  414. package/esm2020/lib/toast/toaster/toaster.component.mjs +0 -130
  415. package/esm2020/lib/tooltip/tooltip.module.mjs +0 -25
  416. package/esm2020/lib/widget/widget.module.mjs +0 -50
  417. package/fesm2015/coreui-angular-pro.mjs +0 -16521
  418. package/fesm2015/coreui-angular-pro.mjs.map +0 -1
  419. package/fesm2020/coreui-angular-pro.mjs.map +0 -1
  420. /package/{esm2020 → esm2022}/coreui-angular-pro.mjs +0 -0
  421. /package/{esm2020 → esm2022}/lib/accordion/index.mjs +0 -0
  422. /package/{esm2020 → esm2022}/lib/accordion/public_api.mjs +0 -0
  423. /package/{esm2020 → esm2022}/lib/alert/index.mjs +0 -0
  424. /package/{esm2020 → esm2022}/lib/alert/public_api.mjs +0 -0
  425. /package/{esm2020 → esm2022}/lib/avatar/index.mjs +0 -0
  426. /package/{esm2020 → esm2022}/lib/avatar/public_api.mjs +0 -0
  427. /package/{esm2020 → esm2022}/lib/badge/index.mjs +0 -0
  428. /package/{esm2020 → esm2022}/lib/badge/public_api.mjs +0 -0
  429. /package/{esm2020 → esm2022}/lib/breadcrumb/breadcrumb-item/breadcrumb-item.mjs +0 -0
  430. /package/{esm2020 → esm2022}/lib/breadcrumb/index.mjs +0 -0
  431. /package/{esm2020 → esm2022}/lib/breadcrumb/public_api.mjs +0 -0
  432. /package/{esm2020 → esm2022}/lib/button/index.mjs +0 -0
  433. /package/{esm2020 → esm2022}/lib/button/public_api.mjs +0 -0
  434. /package/{esm2020 → esm2022}/lib/button-group/index.mjs +0 -0
  435. /package/{esm2020 → esm2022}/lib/button-group/public_api.mjs +0 -0
  436. /package/{esm2020 → esm2022}/lib/calendar/calendar.utils.mjs +0 -0
  437. /package/{esm2020 → esm2022}/lib/calendar/index.mjs +0 -0
  438. /package/{esm2020 → esm2022}/lib/calendar/public_api.mjs +0 -0
  439. /package/{esm2020 → esm2022}/lib/callout/index.mjs +0 -0
  440. /package/{esm2020 → esm2022}/lib/callout/public_api.mjs +0 -0
  441. /package/{esm2020 → esm2022}/lib/card/index.mjs +0 -0
  442. /package/{esm2020 → esm2022}/lib/card/public_api.mjs +0 -0
  443. /package/{esm2020 → esm2022}/lib/carousel/carousel-state.type.mjs +0 -0
  444. /package/{esm2020 → esm2022}/lib/carousel/carousel.animation.mjs +0 -0
  445. /package/{esm2020 → esm2022}/lib/carousel/index.mjs +0 -0
  446. /package/{esm2020 → esm2022}/lib/carousel/public_api.mjs +0 -0
  447. /package/{esm2020 → esm2022}/lib/collapse/collapse.animations.mjs +0 -0
  448. /package/{esm2020 → esm2022}/lib/collapse/index.mjs +0 -0
  449. /package/{esm2020 → esm2022}/lib/collapse/public_api.mjs +0 -0
  450. /package/{esm2020 → esm2022}/lib/coreui.types.mjs +0 -0
  451. /package/{esm2020 → esm2022}/lib/date-picker/index.mjs +0 -0
  452. /package/{esm2020 → esm2022}/lib/date-picker/public_api.mjs +0 -0
  453. /package/{esm2020 → esm2022}/lib/date-range-picker/index.mjs +0 -0
  454. /package/{esm2020 → esm2022}/lib/date-range-picker/public_api.mjs +0 -0
  455. /package/{esm2020 → esm2022}/lib/dropdown/index.mjs +0 -0
  456. /package/{esm2020 → esm2022}/lib/dropdown/public_api.mjs +0 -0
  457. /package/{esm2020 → esm2022}/lib/element-cover/index.mjs +0 -0
  458. /package/{esm2020 → esm2022}/lib/element-cover/public_api.mjs +0 -0
  459. /package/{esm2020 → esm2022}/lib/footer/index.mjs +0 -0
  460. /package/{esm2020 → esm2022}/lib/footer/public_api.mjs +0 -0
  461. /package/{esm2020 → esm2022}/lib/form/index.mjs +0 -0
  462. /package/{esm2020 → esm2022}/lib/form/public_api.mjs +0 -0
  463. /package/{esm2020 → esm2022}/lib/grid/col.type.mjs +0 -0
  464. /package/{esm2020 → esm2022}/lib/grid/container.type.mjs +0 -0
  465. /package/{esm2020 → esm2022}/lib/grid/gutter.type.mjs +0 -0
  466. /package/{esm2020 → esm2022}/lib/grid/index.mjs +0 -0
  467. /package/{esm2020 → esm2022}/lib/grid/public_api.mjs +0 -0
  468. /package/{esm2020 → esm2022}/lib/grid/row.type.mjs +0 -0
  469. /package/{esm2020 → esm2022}/lib/header/index.mjs +0 -0
  470. /package/{esm2020 → esm2022}/lib/header/public_api.mjs +0 -0
  471. /package/{esm2020 → esm2022}/lib/image/index.mjs +0 -0
  472. /package/{esm2020 → esm2022}/lib/image/public_api.mjs +0 -0
  473. /package/{esm2020 → esm2022}/lib/list-group/index.mjs +0 -0
  474. /package/{esm2020 → esm2022}/lib/list-group/public_api.mjs +0 -0
  475. /package/{esm2020 → esm2022}/lib/loading-button/index.mjs +0 -0
  476. /package/{esm2020 → esm2022}/lib/loading-button/public_api.mjs +0 -0
  477. /package/{esm2020 → esm2022}/lib/modal/index.mjs +0 -0
  478. /package/{esm2020 → esm2022}/lib/modal/public_api.mjs +0 -0
  479. /package/{esm2020 → esm2022}/lib/multi-select/index.mjs +0 -0
  480. /package/{esm2020 → esm2022}/lib/multi-select/multi-select.type.mjs +0 -0
  481. /package/{esm2020 → esm2022}/lib/multi-select/public_api.mjs +0 -0
  482. /package/{esm2020 → esm2022}/lib/nav/index.mjs +0 -0
  483. /package/{esm2020 → esm2022}/lib/nav/public_api.mjs +0 -0
  484. /package/{esm2020 → esm2022}/lib/navbar/index.mjs +0 -0
  485. /package/{esm2020 → esm2022}/lib/navbar/public_api.mjs +0 -0
  486. /package/{esm2020 → esm2022}/lib/offcanvas/index.mjs +0 -0
  487. /package/{esm2020 → esm2022}/lib/offcanvas/public_api.mjs +0 -0
  488. /package/{esm2020 → esm2022}/lib/pagination/index.mjs +0 -0
  489. /package/{esm2020 → esm2022}/lib/pagination/public_api.mjs +0 -0
  490. /package/{esm2020 → esm2022}/lib/placeholder/index.mjs +0 -0
  491. /package/{esm2020 → esm2022}/lib/placeholder/public_api.mjs +0 -0
  492. /package/{esm2020 → esm2022}/lib/popover/index.mjs +0 -0
  493. /package/{esm2020 → esm2022}/lib/popover/public_api.mjs +0 -0
  494. /package/{esm2020 → esm2022}/lib/progress/index.mjs +0 -0
  495. /package/{esm2020 → esm2022}/lib/progress/progress-bar.mjs +0 -0
  496. /package/{esm2020 → esm2022}/lib/progress/public_api.mjs +0 -0
  497. /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
  498. /package/{esm2020 → esm2022}/lib/services/public_api.mjs +0 -0
  499. /package/{esm2020 → esm2022}/lib/shared/index.mjs +0 -0
  500. /package/{esm2020 → esm2022}/lib/shared/public_api.mjs +0 -0
  501. /package/{esm2020 → esm2022}/lib/sidebar/index.mjs +0 -0
  502. /package/{esm2020 → esm2022}/lib/sidebar/public_api.mjs +0 -0
  503. /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/index.mjs +0 -0
  504. /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/public_api.mjs +0 -0
  505. /package/{esm2020 → esm2022}/lib/sidebar/sidebar-nav/sidebar-nav.mjs +0 -0
  506. /package/{esm2020 → esm2022}/lib/smart-pagination/index.mjs +0 -0
  507. /package/{esm2020 → esm2022}/lib/smart-pagination/public_api.mjs +0 -0
  508. /package/{esm2020 → esm2022}/lib/smart-pagination/smart-pagination.type.mjs +0 -0
  509. /package/{esm2020 → esm2022}/lib/smart-table/index.mjs +0 -0
  510. /package/{esm2020 → esm2022}/lib/smart-table/public_api.mjs +0 -0
  511. /package/{esm2020 → esm2022}/lib/smart-table/smart-table.type.mjs +0 -0
  512. /package/{esm2020 → esm2022}/lib/spinner/index.mjs +0 -0
  513. /package/{esm2020 → esm2022}/lib/spinner/public_api.mjs +0 -0
  514. /package/{esm2020 → esm2022}/lib/table/index.mjs +0 -0
  515. /package/{esm2020 → esm2022}/lib/table/public_api.mjs +0 -0
  516. /package/{esm2020 → esm2022}/lib/table/table.type.mjs +0 -0
  517. /package/{esm2020 → esm2022}/lib/tabs/index.mjs +0 -0
  518. /package/{esm2020 → esm2022}/lib/tabs/public_api.mjs +0 -0
  519. /package/{esm2020 → esm2022}/lib/time-picker/index.mjs +0 -0
  520. /package/{esm2020 → esm2022}/lib/time-picker/public_api.mjs +0 -0
  521. /package/{esm2020 → esm2022}/lib/time-picker/time.utils.mjs +0 -0
  522. /package/{esm2020 → esm2022}/lib/toast/index.mjs +0 -0
  523. /package/{esm2020 → esm2022}/lib/toast/public_api.mjs +0 -0
  524. /package/{esm2020 → esm2022}/lib/tooltip/index.mjs +0 -0
  525. /package/{esm2020 → esm2022}/lib/tooltip/public_api.mjs +0 -0
  526. /package/{esm2020 → esm2022}/lib/utilities/border.type.mjs +0 -0
  527. /package/{esm2020 → esm2022}/lib/utilities/index.mjs +0 -0
  528. /package/{esm2020 → esm2022}/lib/utilities/public_api.mjs +0 -0
  529. /package/{esm2020 → esm2022}/lib/utilities/rounded.type.mjs +0 -0
  530. /package/{esm2020 → esm2022}/lib/widget/index.mjs +0 -0
  531. /package/{esm2020 → esm2022}/lib/widget/public_api.mjs +0 -0
  532. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -11,5 +11,5 @@ export declare class MultiSelectSearchDirective implements AfterViewInit, OnDest
11
11
  ngOnDestroy(): void;
12
12
  private setSubscription;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectSearchDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectSearchDirective, "[cMultiSelectSearch]", ["cMultiSelectSearch"], { "delay": "delay"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectSearchDirective, "[cMultiSelectSearch]", ["cMultiSelectSearch"], { "delay": { "alias": "delay"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
15
15
  }
@@ -301,6 +301,6 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
301
301
  updateActiveItem(index: number): void;
302
302
  updateActiveItem<T extends (MultiSelectOptionComponent & FocusableOption)>(item: T): void;
303
303
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
304
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": "cleaner"; "disabled": "disabled"; "multiple": "multiple"; "nativeFormId": "nativeFormId"; "nativeId": "nativeId"; "nativeName": "nativeName"; "options": "options"; "optionsMaxHeight": "optionsMaxHeight"; "optionsStyle": "optionsStyle"; "placeholder": "placeholder"; "search": "search"; "searchNoResultsLabel": "searchNoResultsLabel"; "searchValue": "searchValue"; "selectAll": "selectAll"; "selectAllLabel": "selectAllLabel"; "selectionType": "selectionType"; "selectionTypeCounterText": "selectionTypeCounterText"; "selectionTypeCounterTextPluralMap": "selectionTypeCounterTextPluralMap"; "size": "size"; "value": "value"; "valid": "valid"; "virtualScroller": "virtualScroller"; "visibleItems": "visibleItems"; "itemSize": "itemSize"; "itemMinWidth": "itemMinWidth"; "visible": "visible"; "popperjsOptions": "popperOptions"; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
304
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": { "alias": "cleaner"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "nativeFormId": { "alias": "nativeFormId"; "required": false; }; "nativeId": { "alias": "nativeId"; "required": false; }; "nativeName": { "alias": "nativeName"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsMaxHeight": { "alias": "optionsMaxHeight"; "required": false; }; "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchNoResultsLabel": { "alias": "searchNoResultsLabel"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectAllLabel": { "alias": "selectAllLabel"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "selectionTypeCounterText": { "alias": "selectionTypeCounterText"; "required": false; }; "selectionTypeCounterTextPluralMap": { "alias": "selectionTypeCounterTextPluralMap"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "virtualScroller": { "alias": "virtualScroller"; "required": false; }; "visibleItems": { "alias": "visibleItems"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemMinWidth": { "alias": "itemMinWidth"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "popperjsOptions": { "alias": "popperOptions"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
305
305
  }
306
306
  export {};
@@ -10,5 +10,5 @@ export declare class MultiSelectNativeSelectComponent {
10
10
  disabled?: boolean;
11
11
  constructor(changeDetectorRef: ChangeDetectorRef);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": "form"; "id": "id"; "multiple": "multiple"; "name": "name"; "options": "options"; "disabled": "disabled"; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": { "alias": "form"; "required": false; }; "id": { "alias": "id"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -16,5 +16,5 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
16
16
  ngOnChanges(changes: SimpleChanges): void;
17
17
  private updateMultiSelectOptions;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": "label"; "disabled": "disabled"; }, {}, ["multiSelectOptions"], ["*"], true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["multiSelectOptions"], ["*"], true, never>;
20
20
  }
@@ -94,5 +94,5 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
94
94
  ngOnDestroy(): void;
95
95
  private setSubscriptions;
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptionComponent, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", ["cMultiSelectOption"], { "optionsStyle": "optionsStyle"; "label": "label"; "text": "text"; "visible": "visible"; "disabled": "disabled"; "selected": "selected"; "value": "value"; "active": "active"; "role": "role"; }, { "selectedChange": "selectedChange"; "focusChange": "focusChange"; }, never, ["*"], true, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", ["cMultiSelectOption"], { "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "active": { "alias": "active"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "selectedChange": "selectedChange"; "focusChange": "focusChange"; }, never, ["*"], true, never>;
98
98
  }
@@ -16,5 +16,5 @@ export declare class MultiSelectTagComponent {
16
16
  };
17
17
  handleRemove($event: MouseEvent): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTagComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": "option"; "disabled": "disabled"; "label": "label"; "value": "value"; }, { "remove": "remove"; }, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": { "alias": "option"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
20
20
  }
@@ -30,5 +30,5 @@ export declare class NavLinkDirective {
30
30
  get getCursorStyle(): string | null;
31
31
  get hostClasses(): any;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<NavLinkDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": "cNavLink"; "active": "active"; "disabled": "disabled"; }, {}, never, never, true, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": { "alias": "cNavLink"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
34
34
  }
@@ -12,5 +12,5 @@ export declare class NavComponent {
12
12
  variant?: '' | 'tabs' | 'pills' | 'underline';
13
13
  get hostClasses(): any;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": "layout"; "variant": "variant"; }, {}, never, ["*"], true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": { "alias": "layout"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
16
16
  }
@@ -11,5 +11,5 @@ export declare class NavbarNavComponent {
11
11
  private _scroll;
12
12
  get hostClasses(): any;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarNavComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": "scroll"; }, {}, never, ["*"], true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": { "alias": "scroll"; "required": false; }; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -29,5 +29,5 @@ export declare class NavbarTogglerDirective implements AfterContentInit {
29
29
  addDefaultIcon(): void;
30
30
  ngAfterContentInit(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTogglerDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": "cNavbarToggler"; "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never, never, true, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": { "alias": "cNavbarToggler"; "required": false; }; "type": { "alias": "type"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -35,5 +35,5 @@ export declare class NavbarComponent implements AfterContentInit {
35
35
  get breakpoint(): string | boolean;
36
36
  ngAfterContentInit(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": "color"; "colorScheme": "colorScheme"; "container": "container"; "expand": "expand"; "placement": "placement"; "role": "role"; }, {}, ["collapse"], ["*", "*"], true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": { "alias": "color"; "required": false; }; "colorScheme": { "alias": "colorScheme"; "required": false; }; "container": { "alias": "container"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["collapse"], ["*", "*"], true, never>;
39
39
  }
@@ -90,5 +90,5 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
90
90
  private setBackdrop;
91
91
  private layoutChangeSubscribe;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": "backdrop"; "keyboard": "keyboard"; "placement": "placement"; "responsive": "responsive"; "id": "id"; "role": "role"; "ariaModal": "ariaModal"; "scroll": "scroll"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": { "alias": "backdrop"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "scroll": { "alias": "scroll"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
94
94
  }
@@ -10,5 +10,5 @@ export declare class OffcanvasToggleDirective {
10
10
  constructor(offcanvasService: OffcanvasService);
11
11
  toggleOpen($event: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasToggleDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": "cOffcanvasToggle"; }, {}, never, never, true, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": { "alias": "cOffcanvasToggle"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -20,5 +20,5 @@ export declare class PageItemDirective implements AfterContentInit, OnChanges {
20
20
  ngOnChanges(changes: SimpleChanges): void;
21
21
  setAttributes(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PageItemDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": "active"; "disabled": "disabled"; }, {}, ["pageLinkElementRef"], never, true, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["pageLinkElementRef"], never, true, never>;
24
24
  }
@@ -18,5 +18,5 @@ export declare class PaginationComponent {
18
18
  role: string;
19
19
  get paginationClass(): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": "align"; "size": "size"; "role": "role"; }, {}, never, ["*"], true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
22
22
  }
@@ -14,5 +14,5 @@ export declare class PlaceholderAnimationDirective implements AfterContentInit {
14
14
  get hostClasses(): any;
15
15
  ngAfterContentInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderAnimationDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderAnimationDirective, "[cPlaceholderAnimation]", never, { "animation": "cPlaceholderAnimation"; }, {}, ["placeholder"], never, true, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderAnimationDirective, "[cPlaceholderAnimation]", never, { "animation": { "alias": "cPlaceholderAnimation"; "required": false; }; }, {}, ["placeholder"], never, true, never>;
18
18
  }
@@ -18,5 +18,5 @@ export declare class PlaceholderDirective {
18
18
  get ariaHidden(): boolean | null;
19
19
  get hostClasses(): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": "cPlaceholder"; "size": "cPlaceholderSize"; }, {}, never, never, true, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": { "alias": "cPlaceholder"; "required": false; }; "size": { "alias": "cPlaceholderSize"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -26,5 +26,5 @@ export declare class PopoverComponent implements AfterViewInit, OnChanges, OnDes
26
26
  private clear;
27
27
  private updateView;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "c-popover", never, { "content": "content"; "visible": "visible"; "id": "id"; "role": "role"; }, {}, never, never, true, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "c-popover", never, { "content": { "alias": "content"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
30
30
  }
@@ -59,5 +59,5 @@ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit, A
59
59
  private addPopoverElement;
60
60
  private removePopoverElement;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
62
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[cPopover]", ["cPopover"], { "content": "cPopover"; "popperOptions": "cPopoverOptions"; "placement": "cPopoverPlacement"; "trigger": "cPopoverTrigger"; "visible": "cPopoverVisible"; }, {}, never, never, true, never>;
62
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[cPopover]", ["cPopover"], { "content": { "alias": "cPopover"; "required": false; }; "popperOptions": { "alias": "cPopoverOptions"; "required": false; }; "placement": { "alias": "cPopoverPlacement"; "required": false; }; "trigger": { "alias": "cPopoverTrigger"; "required": false; }; "visible": { "alias": "cPopoverVisible"; "required": false; }; }, {}, never, never, true, never>;
63
63
  }
@@ -48,5 +48,5 @@ export declare class ProgressBarComponent implements OnInit, OnChanges {
48
48
  setValues(): void;
49
49
  ngOnChanges(changes: SimpleChanges): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, { "animated": "animated"; "color": "color"; "precision": "precision"; "value": "value"; "variant": "variant"; "role": "role"; "min": "min"; "max": "max"; }, {}, never, ["*"], true, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "role": { "alias": "role"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, ["*"], true, never>;
52
52
  }
@@ -28,5 +28,5 @@ export declare class ProgressComponent {
28
28
  get hostClasses(): any;
29
29
  get hostStyle(): any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": "height"; "thin": "thin"; "white": "white"; }, {}, never, ["*"], true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": { "alias": "height"; "required": false; }; "thin": { "alias": "thin"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, never, ["*"], true, never>;
32
32
  }
@@ -12,5 +12,5 @@ export declare class HtmlAttributesDirective implements OnInit {
12
12
  private addClass;
13
13
  private setAttrib;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HtmlAttributesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlAttributesDirective, "[cHtmlAttr]", ["cHtmlAttr"], { "cHtmlAttr": "cHtmlAttr"; }, {}, never, never, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlAttributesDirective, "[cHtmlAttr]", ["cHtmlAttr"], { "cHtmlAttr": { "alias": "cHtmlAttr"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -5,5 +5,5 @@ export declare class TemplateIdDirective {
5
5
  id: string;
6
6
  constructor(templateRef: TemplateRef<any>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateIdDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": "cTemplateId"; }, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": { "alias": "cTemplateId"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -81,5 +81,5 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
81
81
  private stateToggleSubscribe;
82
82
  layoutChangeSubscribe(subscribe?: boolean): void;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": "colorScheme"; "id": "id"; "narrow": "narrow"; "overlaid": "overlaid"; "placement": "placement"; "position": "position"; "size": "size"; "unfoldable": "unfoldable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": { "alias": "colorScheme"; "required": false; }; "id": { "alias": "id"; "required": false; }; "narrow": { "alias": "narrow"; "required": false; }; "overlaid": { "alias": "overlaid"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "unfoldable": { "alias": "unfoldable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
85
85
  }
@@ -8,5 +8,5 @@ export declare class SidebarBrandComponent implements OnInit {
8
8
  brandImg: boolean;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBrandComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": { "alias": "brandFull"; "required": false; }; "brandNarrow": { "alias": "brandNarrow"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class SidebarNavDividerComponent {
3
3
  item: any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavDividerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": "item"; }, {}, never, never, true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
6
6
  }
@@ -14,5 +14,5 @@ export declare class SidebarNavLabelComponent implements OnInit {
14
14
  };
15
15
  getLabelIconClass(): {};
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLabelComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": "item"; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
@@ -8,7 +8,7 @@ export declare class SidebarNavLinkContentComponent {
8
8
  item?: INavData;
9
9
  constructor(helper: SidebarNavHelper);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkContentComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": "item"; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
12
12
  }
13
13
  export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
14
14
  router: Router;
@@ -30,5 +30,5 @@ export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
30
30
  isExternalLink(): boolean;
31
31
  linkClicked(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": "item"; }, { "linkClick": "linkClick"; }, never, never, true, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": { "alias": "item"; "required": false; }; }, { "linkClick": "linkClick"; }, never, never, true, never>;
34
34
  }
@@ -11,5 +11,5 @@ export declare class SidebarNavTitleComponent implements OnInit {
11
11
  private addClass;
12
12
  private setAttrib;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavTitleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": "item"; }, {}, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -34,7 +34,7 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
34
34
  onAnimationStart($event: AnimationEvent): void;
35
35
  onAnimationDone($event: AnimationEvent): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": { "alias": "item"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
38
38
  }
39
39
  export declare class SidebarNavComponent implements OnChanges {
40
40
  sidebar: SidebarComponent;
@@ -55,5 +55,5 @@ export declare class SidebarNavComponent implements OnChanges {
55
55
  ngOnChanges(changes: SimpleChanges): void;
56
56
  hideMobile(): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], true, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": { "alias": "navItems"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, never, ["*"], true, never>;
59
59
  }
@@ -21,5 +21,5 @@ export declare class SidebarToggleDirective {
21
21
  constructor(sidebarService: SidebarService);
22
22
  toggleOpen($event: any): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarToggleDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": "cSidebarToggle"; "toggle": "toggle"; }, {}, never, never, true, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": { "alias": "cSidebarToggle"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -3,5 +3,5 @@ export declare class SidebarTogglerComponent {
3
3
  role: string;
4
4
  sidebarTogglerClass: boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarTogglerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": "role"; }, {}, never, never, true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
7
7
  }
@@ -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, true, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": { "alias": "activePage"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "doubleArrows": { "alias": "doubleArrows"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "firstButton": { "alias": "firstButton"; "required": false; }; "lastButton": { "alias": "lastButton"; "required": false; }; "nextButton": { "alias": "nextButton"; "required": false; }; "previousButton": { "alias": "previousButton"; "required": false; }; "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
109
109
  }
@@ -143,5 +143,5 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
143
143
  }): void;
144
144
  ngOnChanges(changes: SimpleChanges): void;
145
145
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableComponent, never>;
146
- 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"], ["[customHeader]"], true, never>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": { "alias": "activePage"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "clickableRows": { "alias": "clickableRows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnFilter": { "alias": "columnFilter"; "required": false; }; "columnFilterValue": { "alias": "columnFilterValue"; "required": false; }; "columnSorter": { "alias": "columnSorter"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "header": { "alias": "header"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "itemsPerPageLabel": { "alias": "itemsPerPageLabel"; "required": false; }; "itemsPerPageOptions": { "alias": "itemsPerPageOptions"; "required": false; }; "itemsPerPageSelect": { "alias": "itemsPerPageSelect"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "noItemsLabel": { "alias": "noItemsLabel"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sorterValue": { "alias": "sorterValue"; "required": false; }; "tableFilter": { "alias": "tableFilter"; "required": false; }; "tableFilterLabel": { "alias": "tableFilterLabel"; "required": false; }; "tableFilterPlaceholder": { "alias": "tableFilterPlaceholder"; "required": false; }; "tableFilterValue": { "alias": "tableFilterValue"; "required": false; }; "tableBodyProps": { "alias": "tableBodyProps"; "required": false; }; "tableFootProps": { "alias": "tableFootProps"; "required": false; }; "tableHeadProps": { "alias": "tableHeadProps"; "required": false; }; "tableProps": { "alias": "tableProps"; "required": false; }; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], ["[customHeader]"], true, never>;
147
147
  }
@@ -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, true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableColumnFilterComponent, "c-smart-table-column-filter", never, { "column": { "alias": "column"; "required": false; }; "sizing": { "alias": "sizing"; "required": false; }; }, {}, 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, true, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[cFilterInput]", ["cFilterInput"], { "delay": { "alias": "delay"; "required": false; }; "onEvent": { "alias": "onEvent"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "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, true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": { "alias": "filterLabel"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "sizing": { "alias": "sizing"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -44,5 +44,5 @@ export declare class SmartTableHeadComponent implements OnInit {
44
44
  getColumnFilter(column: IColumn | string): string;
45
45
  get columnFilterEvent(): 'change' | 'input';
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
47
- 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>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": { "alias": "columnFilter"; "required": false; }; "columnFilterState": { "alias": "columnFilterState"; "required": false; }; "columnSorter": { "alias": "columnSorter"; "required": false; }; "component": { "alias": "component"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "sorterValue": { "alias": "sorterValue"; "required": false; }; "columnFilterTemplates": { "alias": "columnFilterTemplates"; "required": false; }; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
48
48
  }
@@ -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, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "itemsPerPageLabel": { "alias": "itemsPerPageLabel"; "required": false; }; "itemsPerPageOptions": { "alias": "itemsPerPageOptions"; "required": false; }; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, true, never>;
14
14
  }
@@ -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, true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "c-spinner", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }
@@ -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, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableActiveDirective, "[cTableActive]", never, { "active": { "alias": "cTableActive"; "required": false; }; }, {}, 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, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColorDirective, "[cTableColor]", never, { "color": { "alias": "cTableColor"; "required": false; }; }, {}, 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, true, never>;
89
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": { "alias": "align"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "color": { "alias": "color"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "small": { "alias": "small"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "stripedColumns": { "alias": "stripedColumns"; "required": false; }; }, {}, never, never, true, never>;
90
90
  }
@@ -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"], ["*"], true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": { "alias": "activeTabPaneIdx"; "required": false; }; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], true, never>;
33
33
  }
@@ -45,5 +45,5 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
45
45
  ngOnDestroy(): void;
46
46
  subscribeTabService(subscribe?: boolean): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": "cTabContent"; "active": "active"; "disabled": "disabled"; "tabPaneIdx": "tabPaneIdx"; }, {}, never, never, true, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; }, {}, never, never, true, never>;
49
49
  }
@@ -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, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DayPeriodElementDirective, "[cDayPeriodElement]", ["cDayPeriodElement"], { "cDayPeriodElement": { "alias": "cDayPeriodElement"; "required": false; }; }, {}, 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, true, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "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, true, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimeElementDirective, "[cTimeElement]", ["cTimeElement"], { "cTimeElement": { "alias": "cTimeElement"; "required": false; }; }, {}, 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, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
38
38
  }
@@ -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, true, never>;
195
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "c-time-picker", ["cTimePicker"], { "cleaner": { "alias": "cleaner"; "required": false; }; "dateTimeFormatOptions": { "alias": "dateTimeFormatOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filterHours": { "alias": "filterHours"; "required": false; }; "filterMinutes": { "alias": "filterMinutes"; "required": false; }; "filterSeconds": { "alias": "filterSeconds"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "inputReadOnly": { "alias": "inputReadOnly"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "seconds": { "alias": "seconds"; "required": false; }; "size": { "alias": "size"; "required": false; }; "time": { "alias": "time"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "timeChange": "timeChange"; }, ["contentTemplates"], never, true, never>;
196
196
  }
@@ -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, ["*"], true, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": { "alias": "autohide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
83
83
  }
84
84
  export {};
@@ -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, true, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastCloseDirective, "[cToastClose]", ["cToastClose"], { "toast": { "alias": "cToastClose"; "required": false; }; }, {}, 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, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastHeaderComponent, "c-toast-header", ["cToastHeader"], { "closeButton": { "alias": "closeButton"; "required": false; }; }, {}, never, ["*"], true, never>;
14
14
  }
@@ -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"], ["*"], true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "c-toaster", ["cToaster"], { "placement": { "alias": "placement"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, ["contentToasts"], ["*"], true, never>;
54
54
  }