@coreui/angular-pro 4.4.12 → 4.5.1

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
@@ -1,54 +0,0 @@
1
- var _SmartTableItemsPerPageSelectorComponent_itemsPerPage;
2
- import { __classPrivateFieldGet, __classPrivateFieldSet } from "tslib";
3
- import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
4
- import { NgForOf } from '@angular/common';
5
- import { FormsModule } from '@angular/forms';
6
- import { FormLabelDirective, FormSelectDirective } from '../../form';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@angular/forms";
9
- export class SmartTableItemsPerPageSelectorComponent {
10
- constructor() {
11
- _SmartTableItemsPerPageSelectorComponent_itemsPerPage.set(this, 5);
12
- this.itemsPerPageLabel = 'Items per page:';
13
- this.itemsPerPageOptions = [5, 10, 20, 50];
14
- this.itemsPerPageChange = new EventEmitter();
15
- }
16
- set itemsPerPage(value) {
17
- if (__classPrivateFieldGet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, "f") != value) {
18
- __classPrivateFieldSet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, value, "f");
19
- this.itemsPerPageChange.emit(value);
20
- }
21
- }
22
- get itemsPerPage() {
23
- return __classPrivateFieldGet(this, _SmartTableItemsPerPageSelectorComponent_itemsPerPage, "f");
24
- }
25
- get hostClasses() {
26
- return {
27
- row: true
28
- };
29
- }
30
- }
31
- _SmartTableItemsPerPageSelectorComponent_itemsPerPage = new WeakMap();
32
- SmartTableItemsPerPageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableItemsPerPageSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
33
- SmartTableItemsPerPageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: SmartTableItemsPerPageSelectorComponent, isStandalone: true, selector: "c-smart-table-items-per-page-selector", inputs: { itemsPerPage: "itemsPerPage", itemsPerPageLabel: "itemsPerPageLabel", itemsPerPageOptions: "itemsPerPageOptions" }, outputs: { itemsPerPageChange: "itemsPerPageChange" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0, template: "<label cLabel=\"col\" class=\"col-sm-auto\">{{itemsPerPageLabel}}</label>\n<div class=\"col-auto\">\n <select [(ngModel)]=\"itemsPerPage\" cSelect name=\"itemsPerPageSelector\">\n <option *ngFor=\"let option of itemsPerPageOptions; let i = index\" [ngValue]=\"option\">{{option}}</option>\n </select>\n</div>\n", dependencies: [{ kind: "directive", type: FormSelectDirective, selector: "select[cSelect]", inputs: ["sizing", "valid"] }, { kind: "directive", type: FormLabelDirective, selector: "[cLabel]", inputs: ["cLabel", "sizing"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableItemsPerPageSelectorComponent, decorators: [{
35
- type: Component,
36
- args: [{ selector: 'c-smart-table-items-per-page-selector', imports: [
37
- FormSelectDirective,
38
- FormLabelDirective,
39
- NgForOf,
40
- FormsModule
41
- ], standalone: true, template: "<label cLabel=\"col\" class=\"col-sm-auto\">{{itemsPerPageLabel}}</label>\n<div class=\"col-auto\">\n <select [(ngModel)]=\"itemsPerPage\" cSelect name=\"itemsPerPageSelector\">\n <option *ngFor=\"let option of itemsPerPageOptions; let i = index\" [ngValue]=\"option\">{{option}}</option>\n </select>\n</div>\n" }]
42
- }], ctorParameters: function () { return []; }, propDecorators: { itemsPerPage: [{
43
- type: Input
44
- }], itemsPerPageLabel: [{
45
- type: Input
46
- }], itemsPerPageOptions: [{
47
- type: Input
48
- }], itemsPerPageChange: [{
49
- type: Output
50
- }], hostClasses: [{
51
- type: HostBinding,
52
- args: ['class']
53
- }] } });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUtaXRlbXMtcGVyLXBhZ2Utc2VsZWN0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9zbWFydC10YWJsZS9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3NtYXJ0LXRhYmxlL3NtYXJ0LXRhYmxlLWl0ZW1zLXBlci1wYWdlLXNlbGVjdG9yL3NtYXJ0LXRhYmxlLWl0ZW1zLXBlci1wYWdlLXNlbGVjdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEYsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzFDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU3QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxZQUFZLENBQUM7OztBQWFyRSxNQUFNLE9BQU8sdUNBQXVDO0lBRWxEO1FBY0EsZ0VBQWdCLENBQUMsRUFBQztRQUVULHNCQUFpQixHQUFXLGlCQUFpQixDQUFDO1FBQzlDLHdCQUFtQixHQUFhLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDdEMsdUJBQWtCLEdBQXlCLElBQUksWUFBWSxFQUFVLENBQUM7SUFsQnpFLENBQUM7SUFFakIsSUFDSSxZQUFZLENBQUMsS0FBYTtRQUM1QixJQUFJLHVCQUFBLElBQUksNkRBQWMsSUFBSSxLQUFLLEVBQUU7WUFDL0IsdUJBQUEsSUFBSSx5REFBaUIsS0FBSyxNQUFBLENBQUM7WUFDM0IsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNyQztJQUNILENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDZCxPQUFPLHVCQUFBLElBQUksNkRBQWMsQ0FBQztJQUM1QixDQUFDO0lBUUQsSUFDSSxXQUFXO1FBQ2IsT0FBTztZQUNMLEdBQUcsRUFBRSxJQUFJO1NBQ1YsQ0FBQztJQUNKLENBQUM7OztvSUEzQlUsdUNBQXVDO3dIQUF2Qyx1Q0FBdUMsNlVDakJwRCw2VEFNQSw0Q0RJSSxtQkFBbUIseUZBQ25CLGtCQUFrQixtRkFDbEIsT0FBTyxrSEFDUCxXQUFXOzJGQUlGLHVDQUF1QztrQkFYbkQsU0FBUzsrQkFDRSx1Q0FBdUMsV0FFeEM7d0JBQ1AsbUJBQW1CO3dCQUNuQixrQkFBa0I7d0JBQ2xCLE9BQU87d0JBQ1AsV0FBVztxQkFDWixjQUNXLElBQUk7MEVBT1osWUFBWTtzQkFEZixLQUFLO2dCQWNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxtQkFBbUI7c0JBQTNCLEtBQUs7Z0JBQ2Esa0JBQWtCO3NCQUFwQyxNQUFNO2dCQUdILFdBQVc7c0JBRGQsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ0Zvck9mIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBGb3JtTGFiZWxEaXJlY3RpdmUsIEZvcm1TZWxlY3REaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9mb3JtJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYy1zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3RvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zbWFydC10YWJsZS1pdGVtcy1wZXItcGFnZS1zZWxlY3Rvci5jb21wb25lbnQuaHRtbCcsXG4gIGltcG9ydHM6IFtcbiAgICBGb3JtU2VsZWN0RGlyZWN0aXZlLFxuICAgIEZvcm1MYWJlbERpcmVjdGl2ZSxcbiAgICBOZ0Zvck9mLFxuICAgIEZvcm1zTW9kdWxlXG4gIF0sXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgU21hcnRUYWJsZUl0ZW1zUGVyUGFnZVNlbGVjdG9yQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIEBJbnB1dCgpXG4gIHNldCBpdGVtc1BlclBhZ2UodmFsdWU6IG51bWJlcikge1xuICAgIGlmICh0aGlzLiNpdGVtc1BlclBhZ2UgIT0gdmFsdWUpIHtcbiAgICAgIHRoaXMuI2l0ZW1zUGVyUGFnZSA9IHZhbHVlO1xuICAgICAgdGhpcy5pdGVtc1BlclBhZ2VDaGFuZ2UuZW1pdCh2YWx1ZSk7XG4gICAgfVxuICB9XG5cbiAgZ2V0IGl0ZW1zUGVyUGFnZSgpIHtcbiAgICByZXR1cm4gdGhpcy4jaXRlbXNQZXJQYWdlO1xuICB9XG5cbiAgI2l0ZW1zUGVyUGFnZSA9IDU7XG5cbiAgQElucHV0KCkgaXRlbXNQZXJQYWdlTGFiZWw6IHN0cmluZyA9ICdJdGVtcyBwZXIgcGFnZTonO1xuICBASW5wdXQoKSBpdGVtc1BlclBhZ2VPcHRpb25zOiBudW1iZXJbXSA9IFs1LCAxMCwgMjAsIDUwXTtcbiAgQE91dHB1dCgpIHJlYWRvbmx5IGl0ZW1zUGVyUGFnZUNoYW5nZTogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgZ2V0IGhvc3RDbGFzc2VzKCk6IGFueSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHJvdzogdHJ1ZVxuICAgIH07XG4gIH1cbn1cbiIsIjxsYWJlbCBjTGFiZWw9XCJjb2xcIiBjbGFzcz1cImNvbC1zbS1hdXRvXCI+e3tpdGVtc1BlclBhZ2VMYWJlbH19PC9sYWJlbD5cbjxkaXYgY2xhc3M9XCJjb2wtYXV0b1wiPlxuICA8c2VsZWN0IFsobmdNb2RlbCldPVwiaXRlbXNQZXJQYWdlXCIgY1NlbGVjdCBuYW1lPVwiaXRlbXNQZXJQYWdlU2VsZWN0b3JcIj5cbiAgICA8b3B0aW9uICpuZ0Zvcj1cImxldCBvcHRpb24gb2YgaXRlbXNQZXJQYWdlT3B0aW9uczsgbGV0IGkgPSBpbmRleFwiIFtuZ1ZhbHVlXT1cIm9wdGlvblwiPnt7b3B0aW9ufX08L29wdGlvbj5cbiAgPC9zZWxlY3Q+XG48L2Rpdj5cbiJdfQ==
@@ -1,17 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { SmartTableComponent } from './smart-table/smart-table.component';
3
- import { SmartTableFilterComponent } from './smart-table-filter/smart-table-filter.component';
4
- import * as i0 from "@angular/core";
5
- export class SmartTableModule {
6
- }
7
- SmartTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- SmartTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, imports: [SmartTableComponent, SmartTableFilterComponent], exports: [SmartTableComponent, SmartTableFilterComponent] });
9
- SmartTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, imports: [SmartTableComponent, SmartTableFilterComponent] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SmartTableModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- exports: [SmartTableComponent, SmartTableFilterComponent],
14
- imports: [SmartTableComponent, SmartTableFilterComponent]
15
- }]
16
- }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtdGFibGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9zbWFydC10YWJsZS9zbWFydC10YWJsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7QUFNOUYsTUFBTSxPQUFPLGdCQUFnQjs7NkdBQWhCLGdCQUFnQjs4R0FBaEIsZ0JBQWdCLFlBRmpCLG1CQUFtQixFQUFFLHlCQUF5QixhQUQ5QyxtQkFBbUIsRUFBRSx5QkFBeUI7OEdBRzdDLGdCQUFnQixZQUZqQixtQkFBbUIsRUFBRSx5QkFBeUI7MkZBRTdDLGdCQUFnQjtrQkFKNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRSx5QkFBeUIsQ0FBQztvQkFDekQsT0FBTyxFQUFFLENBQUMsbUJBQW1CLEVBQUUseUJBQXlCLENBQUM7aUJBQzFEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFNtYXJ0VGFibGVDb21wb25lbnQgfSBmcm9tICcuL3NtYXJ0LXRhYmxlL3NtYXJ0LXRhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTbWFydFRhYmxlRmlsdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9zbWFydC10YWJsZS1maWx0ZXIvc21hcnQtdGFibGUtZmlsdGVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtTbWFydFRhYmxlQ29tcG9uZW50LCBTbWFydFRhYmxlRmlsdGVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1NtYXJ0VGFibGVDb21wb25lbnQsIFNtYXJ0VGFibGVGaWx0ZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFNtYXJ0VGFibGVNb2R1bGUge1xufVxuIl19
@@ -1,20 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { SpinnerComponent } from './spinner.component';
3
- import * as i0 from "@angular/core";
4
- export class SpinnerModule {
5
- }
6
- SpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- SpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, imports: [SpinnerComponent], exports: [SpinnerComponent] });
8
- SpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, imports: [SpinnerComponent] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SpinnerModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- exports: [
13
- SpinnerComponent
14
- ],
15
- imports: [
16
- SpinnerComponent
17
- ]
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3NwaW5uZXIvc3Bpbm5lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFVdkQsTUFBTSxPQUFPLGFBQWE7OzBHQUFiLGFBQWE7MkdBQWIsYUFBYSxZQUh0QixnQkFBZ0IsYUFIaEIsZ0JBQWdCOzJHQU1QLGFBQWEsWUFIdEIsZ0JBQWdCOzJGQUdQLGFBQWE7a0JBUnpCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjtxQkFDakI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjtxQkFDakI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBTcGlubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9zcGlubmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtcbiAgICBTcGlubmVyQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBTcGlubmVyQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgU3Bpbm5lck1vZHVsZSB7fVxuIl19
@@ -1,37 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { TabContentComponent } from './tab-content/tab-content.component';
3
- import { TabPaneComponent } from './tab-pane/tab-pane.component';
4
- import { TabService } from './tab.service';
5
- import { TabContentRefDirective } from './tab-content-ref.directive';
6
- import * as i0 from "@angular/core";
7
- export class TabsModule {
8
- }
9
- TabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- TabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, imports: [TabContentComponent,
11
- TabContentRefDirective,
12
- TabPaneComponent], exports: [TabContentComponent,
13
- TabPaneComponent,
14
- TabContentRefDirective] });
15
- TabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, providers: [
16
- TabService
17
- ], imports: [TabContentComponent,
18
- TabPaneComponent] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TabsModule, decorators: [{
20
- type: NgModule,
21
- args: [{
22
- imports: [
23
- TabContentComponent,
24
- TabContentRefDirective,
25
- TabPaneComponent
26
- ],
27
- exports: [
28
- TabContentComponent,
29
- TabPaneComponent,
30
- TabContentRefDirective
31
- ],
32
- providers: [
33
- TabService
34
- ]
35
- }]
36
- }] });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL3RhYnMvdGFicy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQWlCckUsTUFBTSxPQUFPLFVBQVU7O3VHQUFWLFVBQVU7d0dBQVYsVUFBVSxZQWJuQixtQkFBbUI7UUFDbkIsc0JBQXNCO1FBQ3RCLGdCQUFnQixhQUdoQixtQkFBbUI7UUFDbkIsZ0JBQWdCO1FBQ2hCLHNCQUFzQjt3R0FNYixVQUFVLGFBSlY7UUFDVCxVQUFVO0tBQ1gsWUFYQyxtQkFBbUI7UUFFbkIsZ0JBQWdCOzJGQVdQLFVBQVU7a0JBZnRCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLG1CQUFtQjt3QkFDbkIsc0JBQXNCO3dCQUN0QixnQkFBZ0I7cUJBQ2pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxtQkFBbUI7d0JBQ25CLGdCQUFnQjt3QkFDaEIsc0JBQXNCO3FCQUN2QjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsVUFBVTtxQkFDWDtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUYWJDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi90YWItY29udGVudC90YWItY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgVGFiUGFuZUNvbXBvbmVudCB9IGZyb20gJy4vdGFiLXBhbmUvdGFiLXBhbmUuY29tcG9uZW50JztcbmltcG9ydCB7IFRhYlNlcnZpY2UgfSBmcm9tICcuL3RhYi5zZXJ2aWNlJztcbmltcG9ydCB7IFRhYkNvbnRlbnRSZWZEaXJlY3RpdmUgfSBmcm9tICcuL3RhYi1jb250ZW50LXJlZi5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgVGFiQ29udGVudENvbXBvbmVudCxcbiAgICBUYWJDb250ZW50UmVmRGlyZWN0aXZlLFxuICAgIFRhYlBhbmVDb21wb25lbnRcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFRhYkNvbnRlbnRDb21wb25lbnQsXG4gICAgVGFiUGFuZUNvbXBvbmVudCxcbiAgICBUYWJDb250ZW50UmVmRGlyZWN0aXZlXG4gIF0sXG4gIHByb3ZpZGVyczogW1xuICAgIFRhYlNlcnZpY2VcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBUYWJzTW9kdWxlIHt9XG4iXX0=