@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
@@ -6,10 +6,10 @@ export class ModalTitleDirective {
6
6
  'modal-title': true,
7
7
  };
8
8
  }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: ModalTitleDirective, isStandalone: true, selector: "[cModalTitle]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 }); }
9
11
  }
10
- ModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
- ModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: ModalTitleDirective, isStandalone: true, selector: "[cModalTitle]", host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalTitleDirective, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalTitleDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[cModalTitle]',
@@ -19,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
19
19
  type: HostBinding,
20
20
  args: ['class']
21
21
  }] } });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtdGl0bGUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9tb2RhbC9tb2RhbC10aXRsZS9tb2RhbC10aXRsZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTXZELE1BQU0sT0FBTyxtQkFBbUI7SUFFOUIsSUFDSSxXQUFXO1FBQ2IsT0FBTztZQUNMLGFBQWEsRUFBRSxJQUFJO1NBQ3BCLENBQUM7SUFDSixDQUFDOztnSEFQVSxtQkFBbUI7b0dBQW5CLG1CQUFtQjsyRkFBbkIsbUJBQW1CO2tCQUovQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxlQUFlO29CQUN6QixVQUFVLEVBQUUsSUFBSTtpQkFDakI7OEJBSUssV0FBVztzQkFEZCxXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tjTW9kYWxUaXRsZV0nLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIE1vZGFsVGl0bGVEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBnZXQgaG9zdENsYXNzZXMoKTogYW55IHtcbiAgICByZXR1cm4ge1xuICAgICAgJ21vZGFsLXRpdGxlJzogdHJ1ZSxcbiAgICB9O1xuICB9XG5cbn1cbiJdfQ==
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtdGl0bGUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9tb2RhbC9tb2RhbC10aXRsZS9tb2RhbC10aXRsZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTXZELE1BQU0sT0FBTyxtQkFBbUI7SUFFOUIsSUFDSSxXQUFXO1FBQ2IsT0FBTztZQUNMLGFBQWEsRUFBRSxJQUFJO1NBQ3BCLENBQUM7SUFDSixDQUFDOzhHQVBVLG1CQUFtQjtrR0FBbkIsbUJBQW1COzsyRkFBbkIsbUJBQW1CO2tCQUovQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxlQUFlO29CQUN6QixVQUFVLEVBQUUsSUFBSTtpQkFDakI7OEJBSUssV0FBVztzQkFEZCxXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tjTW9kYWxUaXRsZV0nLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIE1vZGFsVGl0bGVEaXJlY3RpdmUge1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBnZXQgaG9zdENsYXNzZXMoKTogYW55IHtcbiAgICByZXR1cm4ge1xuICAgICAgJ21vZGFsLXRpdGxlJzogdHJ1ZSxcbiAgICB9O1xuICB9XG5cbn1cbiJdfQ==
@@ -0,0 +1,57 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { ModalBodyComponent } from './modal-body/modal-body.component';
3
+ import { ModalContentComponent } from './modal-content/modal-content.component';
4
+ import { ModalDialogComponent } from './modal-dialog/modal-dialog.component';
5
+ import { ModalToggleDirective } from './modal-dismiss/modal-toggle.directive';
6
+ import { ModalFooterComponent } from './modal-footer/modal-footer.component';
7
+ import { ModalHeaderComponent } from './modal-header/modal-header.component';
8
+ import { ModalTitleDirective } from './modal-title/modal-title.directive';
9
+ import { ModalComponent } from './modal/modal.component';
10
+ import { ModalService } from './modal.service';
11
+ import * as i0 from "@angular/core";
12
+ export class ModalModule {
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.4", ngImport: i0, type: ModalModule, imports: [ModalBodyComponent,
15
+ ModalComponent,
16
+ ModalContentComponent,
17
+ ModalDialogComponent,
18
+ ModalFooterComponent,
19
+ ModalHeaderComponent,
20
+ ModalTitleDirective,
21
+ ModalToggleDirective], exports: [ModalBodyComponent,
22
+ ModalComponent,
23
+ ModalContentComponent,
24
+ ModalDialogComponent,
25
+ ModalFooterComponent,
26
+ ModalHeaderComponent,
27
+ ModalTitleDirective,
28
+ ModalToggleDirective] }); }
29
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalModule, providers: [ModalService], imports: [ModalComponent] }); }
30
+ }
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalModule, decorators: [{
32
+ type: NgModule,
33
+ args: [{
34
+ exports: [
35
+ ModalBodyComponent,
36
+ ModalComponent,
37
+ ModalContentComponent,
38
+ ModalDialogComponent,
39
+ ModalFooterComponent,
40
+ ModalHeaderComponent,
41
+ ModalTitleDirective,
42
+ ModalToggleDirective
43
+ ],
44
+ imports: [
45
+ ModalBodyComponent,
46
+ ModalComponent,
47
+ ModalContentComponent,
48
+ ModalDialogComponent,
49
+ ModalFooterComponent,
50
+ ModalHeaderComponent,
51
+ ModalTitleDirective,
52
+ ModalToggleDirective
53
+ ],
54
+ providers: [ModalService]
55
+ }]
56
+ }] });
57
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9tb2RhbC9tb2RhbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQXlCL0MsTUFBTSxPQUFPLFdBQVc7OEdBQVgsV0FBVzsrR0FBWCxXQUFXLFlBWHBCLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QscUJBQXFCO1lBQ3JCLG9CQUFvQjtZQUNwQixvQkFBb0I7WUFDcEIsb0JBQW9CO1lBQ3BCLG1CQUFtQjtZQUNuQixvQkFBb0IsYUFqQnBCLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QscUJBQXFCO1lBQ3JCLG9CQUFvQjtZQUNwQixvQkFBb0I7WUFDcEIsb0JBQW9CO1lBQ3BCLG1CQUFtQjtZQUNuQixvQkFBb0I7K0dBY1gsV0FBVyxhQUZYLENBQUMsWUFBWSxDQUFDLFlBUnZCLGNBQWM7OzJGQVVMLFdBQVc7a0JBdkJ2QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7d0JBQ2xCLGNBQWM7d0JBQ2QscUJBQXFCO3dCQUNyQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixtQkFBbUI7d0JBQ25CLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjt3QkFDbEIsY0FBYzt3QkFDZCxxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLG1CQUFtQjt3QkFDbkIsb0JBQW9CO3FCQUNyQjtvQkFDRCxTQUFTLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgTW9kYWxCb2R5Q29tcG9uZW50IH0gZnJvbSAnLi9tb2RhbC1ib2R5L21vZGFsLWJvZHkuY29tcG9uZW50JztcbmltcG9ydCB7IE1vZGFsQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwtY29udGVudC9tb2RhbC1jb250ZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNb2RhbERpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwtZGlhbG9nL21vZGFsLWRpYWxvZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTW9kYWxUb2dnbGVEaXJlY3RpdmUgfSBmcm9tICcuL21vZGFsLWRpc21pc3MvbW9kYWwtdG9nZ2xlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBNb2RhbEZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwtZm9vdGVyL21vZGFsLWZvb3Rlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTW9kYWxIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL21vZGFsLWhlYWRlci9tb2RhbC1oZWFkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE1vZGFsVGl0bGVEaXJlY3RpdmUgfSBmcm9tICcuL21vZGFsLXRpdGxlL21vZGFsLXRpdGxlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwvbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IE1vZGFsU2VydmljZSB9IGZyb20gJy4vbW9kYWwuc2VydmljZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtcbiAgICBNb2RhbEJvZHlDb21wb25lbnQsXG4gICAgTW9kYWxDb21wb25lbnQsXG4gICAgTW9kYWxDb250ZW50Q29tcG9uZW50LFxuICAgIE1vZGFsRGlhbG9nQ29tcG9uZW50LFxuICAgIE1vZGFsRm9vdGVyQ29tcG9uZW50LFxuICAgIE1vZGFsSGVhZGVyQ29tcG9uZW50LFxuICAgIE1vZGFsVGl0bGVEaXJlY3RpdmUsXG4gICAgTW9kYWxUb2dnbGVEaXJlY3RpdmVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIE1vZGFsQm9keUNvbXBvbmVudCxcbiAgICBNb2RhbENvbXBvbmVudCxcbiAgICBNb2RhbENvbnRlbnRDb21wb25lbnQsXG4gICAgTW9kYWxEaWFsb2dDb21wb25lbnQsXG4gICAgTW9kYWxGb290ZXJDb21wb25lbnQsXG4gICAgTW9kYWxIZWFkZXJDb21wb25lbnQsXG4gICAgTW9kYWxUaXRsZURpcmVjdGl2ZSxcbiAgICBNb2RhbFRvZ2dsZURpcmVjdGl2ZVxuICBdLFxuICBwcm92aWRlcnM6IFtNb2RhbFNlcnZpY2VdXG59KVxuZXhwb3J0IGNsYXNzIE1vZGFsTW9kdWxlIHt9XG4iXX0=
@@ -9,13 +9,13 @@ export class ModalService {
9
9
  toggle(action) {
10
10
  this.modalState.next(action);
11
11
  }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalService, providedIn: 'root' }); }
12
14
  }
13
- ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
- ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, providedIn: 'root' });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ModalService, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{
18
18
  providedIn: 'root'
19
19
  }]
20
20
  }], ctorParameters: function () { return []; } });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvbW9kYWwvbW9kYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBWS9CLE1BQU0sT0FBTyxZQUFZO0lBS3ZCO1FBSFEsZUFBVSxHQUFHLElBQUksT0FBTyxFQUFPLENBQUM7UUFDeEMsZ0JBQVcsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBRTlCLENBQUM7SUFFaEIsTUFBTSxDQUFDLE1BQW9CO1FBQ3pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQy9CLENBQUM7O3lHQVRVLFlBQVk7NkdBQVosWUFBWSxjQUZYLE1BQU07MkZBRVAsWUFBWTtrQkFIeEIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwvbW9kYWwuY29tcG9uZW50JztcblxuZXhwb3J0IGludGVyZmFjZSBJTW9kYWxBY3Rpb24ge1xuICBzaG93PzogYm9vbGVhbiB8ICd0b2dnbGUnO1xuICBtb2RhbD86IE1vZGFsQ29tcG9uZW50O1xuICBpZD86IHN0cmluZztcbn1cblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgTW9kYWxTZXJ2aWNlIHtcblxuICBwcml2YXRlIG1vZGFsU3RhdGUgPSBuZXcgU3ViamVjdDxhbnk+KCk7XG4gIG1vZGFsU3RhdGUkID0gdGhpcy5tb2RhbFN0YXRlLmFzT2JzZXJ2YWJsZSgpO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICB0b2dnbGUoYWN0aW9uOiBJTW9kYWxBY3Rpb24pOiB2b2lkIHtcbiAgICB0aGlzLm1vZGFsU3RhdGUubmV4dChhY3Rpb24pO1xuICB9XG59XG4iXX0=
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9saWIvbW9kYWwvbW9kYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBWS9CLE1BQU0sT0FBTyxZQUFZO0lBS3ZCO1FBSFEsZUFBVSxHQUFHLElBQUksT0FBTyxFQUFPLENBQUM7UUFDeEMsZ0JBQVcsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBRTlCLENBQUM7SUFFaEIsTUFBTSxDQUFDLE1BQW9CO1FBQ3pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQy9CLENBQUM7OEdBVFUsWUFBWTtrSEFBWixZQUFZLGNBRlgsTUFBTTs7MkZBRVAsWUFBWTtrQkFIeEIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwvbW9kYWwuY29tcG9uZW50JztcblxuZXhwb3J0IGludGVyZmFjZSBJTW9kYWxBY3Rpb24ge1xuICBzaG93PzogYm9vbGVhbiB8ICd0b2dnbGUnO1xuICBtb2RhbD86IE1vZGFsQ29tcG9uZW50O1xuICBpZD86IHN0cmluZztcbn1cblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgTW9kYWxTZXJ2aWNlIHtcblxuICBwcml2YXRlIG1vZGFsU3RhdGUgPSBuZXcgU3ViamVjdDxhbnk+KCk7XG4gIG1vZGFsU3RhdGUkID0gdGhpcy5tb2RhbFN0YXRlLmFzT2JzZXJ2YWJsZSgpO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICB0b2dnbGUoYWN0aW9uOiBJTW9kYWxBY3Rpb24pOiB2b2lkIHtcbiAgICB0aGlzLm1vZGFsU3RhdGUubmV4dChhY3Rpb24pO1xuICB9XG59XG4iXX0=
@@ -0,0 +1,69 @@
1
+ import { Directive, EventEmitter, Input, Output } from '@angular/core';
2
+ import { BehaviorSubject, fromEvent, Subject } from 'rxjs';
3
+ import { debounceTime, distinctUntilChanged, map, takeUntil } from 'rxjs/operators';
4
+ import * as i0 from "@angular/core";
5
+ export class MultiSelectSearchDirective {
6
+ constructor(elementRef) {
7
+ this.elementRef = elementRef;
8
+ this.#value$ = new BehaviorSubject('');
9
+ this.#destroy$ = new Subject();
10
+ this.#value = '';
11
+ this.delay = 300;
12
+ this.valueChange = new EventEmitter();
13
+ }
14
+ #value$;
15
+ #destroy$;
16
+ #input$;
17
+ #value;
18
+ set value(value) {
19
+ this.#value$.next(value);
20
+ }
21
+ ngAfterViewInit() {
22
+ this.setSubscription();
23
+ }
24
+ ngOnDestroy() {
25
+ this.#destroy$.next(true);
26
+ this.#destroy$.complete();
27
+ }
28
+ setSubscription() {
29
+ this.#value$
30
+ .pipe(takeUntil(this.#destroy$), distinctUntilChanged()
31
+ // debounceTime(this.delay),
32
+ // switchMap(value => this.#input$)
33
+ )
34
+ .subscribe(value => {
35
+ if (this.#value !== value) {
36
+ this.#value = value;
37
+ this.valueChange.emit(value);
38
+ }
39
+ });
40
+ this.#input$ = fromEvent(this.elementRef.nativeElement, 'input')
41
+ .pipe(takeUntil(this.#destroy$), debounceTime(this.delay), map(event => {
42
+ return event.target.value;
43
+ }));
44
+ this.#input$
45
+ .pipe(takeUntil(this.#destroy$))
46
+ .subscribe((value) => {
47
+ if (value !== this.#value) {
48
+ this.#value$.next(value);
49
+ }
50
+ });
51
+ }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: MultiSelectSearchDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
53
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: MultiSelectSearchDirective, isStandalone: true, selector: "[cMultiSelectSearch]", inputs: { delay: "delay", value: "value" }, outputs: { valueChange: "valueChange" }, exportAs: ["cMultiSelectSearch"], ngImport: i0 }); }
54
+ }
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: MultiSelectSearchDirective, decorators: [{
56
+ type: Directive,
57
+ args: [{
58
+ selector: '[cMultiSelectSearch]',
59
+ exportAs: 'cMultiSelectSearch',
60
+ standalone: true
61
+ }]
62
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { delay: [{
63
+ type: Input
64
+ }], value: [{
65
+ type: Input
66
+ }], valueChange: [{
67
+ type: Output
68
+ }] } });
69
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktc2VsZWN0LXNlYXJjaC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JldWktYW5ndWxhci9zcmMvbGliL211bHRpLXNlbGVjdC9tdWx0aS1zZWxlY3QvbXVsdGktc2VsZWN0LXNlYXJjaC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBYSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0csT0FBTyxFQUFFLGVBQWUsRUFBRSxTQUFTLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxZQUFZLEVBQUUsb0JBQW9CLEVBQUUsR0FBRyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQU9wRixNQUFNLE9BQU8sMEJBQTBCO0lBRXJDLFlBQ21CLFVBQXNCO1FBQXRCLGVBQVUsR0FBVixVQUFVLENBQVk7UUFHaEMsWUFBTyxHQUFHLElBQUksZUFBZSxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFDLGNBQVMsR0FBRyxJQUFJLE9BQU8sRUFBVyxDQUFDO1FBRTVDLFdBQU0sR0FBRyxFQUFFLENBQUM7UUFFSCxVQUFLLEdBQVcsR0FBRyxDQUFDO1FBT1YsZ0JBQVcsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQWQ5RSxDQUFDO0lBRUksT0FBTyxDQUFtQztJQUMxQyxTQUFTLENBQTBCO0lBQzVDLE9BQU8sQ0FBc0I7SUFDN0IsTUFBTSxDQUFNO0lBSVosSUFDSSxLQUFLLENBQUMsS0FBYTtRQUNyQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBSUQsZUFBZTtRQUNiLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzFCLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVPLGVBQWU7UUFFckIsSUFBSSxDQUFDLE9BQU87YUFDVCxJQUFJLENBQ0gsU0FBUyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsRUFDekIsb0JBQW9CLEVBQUU7UUFDdEIsNEJBQTRCO1FBQzVCLG1DQUFtQztTQUNwQzthQUNBLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUNqQixJQUFJLElBQUksQ0FBQyxNQUFNLEtBQUssS0FBSyxFQUFFO2dCQUN6QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztnQkFDcEIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDOUI7UUFDSCxDQUFDLENBQUMsQ0FBQztRQUVMLElBQUksQ0FBQyxPQUFPLEdBQUcsU0FBUyxDQUFRLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLE9BQU8sQ0FBQzthQUNwRSxJQUFJLENBQ0gsU0FBUyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsRUFDekIsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsRUFDeEIsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQ1YsT0FBUSxLQUFLLENBQUMsTUFBMkIsQ0FBQyxLQUFLLENBQUM7UUFDbEQsQ0FBQyxDQUFDLENBQ0gsQ0FBQztRQUVKLElBQUksQ0FBQyxPQUFPO2FBQ1QsSUFBSSxDQUNILFNBQVMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQzFCO2FBQ0EsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDbkIsSUFBSSxLQUFLLEtBQUssSUFBSSxDQUFDLE1BQU0sRUFBRTtnQkFDekIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDMUI7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7OEdBL0RVLDBCQUEwQjtrR0FBMUIsMEJBQTBCOzsyRkFBMUIsMEJBQTBCO2tCQUx0QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxzQkFBc0I7b0JBQ2hDLFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjtpR0FZVSxLQUFLO3NCQUFiLEtBQUs7Z0JBR0YsS0FBSztzQkFEUixLQUFLO2dCQUthLFdBQVc7c0JBQTdCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uRGVzdHJveSwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGZyb21FdmVudCwgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgZGVib3VuY2VUaW1lLCBkaXN0aW5jdFVudGlsQ2hhbmdlZCwgbWFwLCB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tjTXVsdGlTZWxlY3RTZWFyY2hdJyxcbiAgZXhwb3J0QXM6ICdjTXVsdGlTZWxlY3RTZWFyY2gnLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIE11bHRpU2VsZWN0U2VhcmNoRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95IHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnRSZWY6IEVsZW1lbnRSZWZcbiAgKSB7IH1cblxuICByZWFkb25seSAjdmFsdWUkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxzdHJpbmc+KCcnKTtcbiAgcmVhZG9ubHkgI2Rlc3Ryb3kkID0gbmV3IFN1YmplY3Q8Ym9vbGVhbj4oKTtcbiAgI2lucHV0JCE6IE9ic2VydmFibGU8c3RyaW5nPjtcbiAgI3ZhbHVlID0gJyc7XG5cbiAgQElucHV0KCkgZGVsYXk6IG51bWJlciA9IDMwMDtcblxuICBASW5wdXQoKVxuICBzZXQgdmFsdWUodmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuI3ZhbHVlJC5uZXh0KHZhbHVlKTtcbiAgfVxuXG4gIEBPdXRwdXQoKSByZWFkb25seSB2YWx1ZUNoYW5nZTogRXZlbnRFbWl0dGVyPHN0cmluZz4gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgdGhpcy5zZXRTdWJzY3JpcHRpb24oKTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuI2Rlc3Ryb3kkLm5leHQodHJ1ZSk7XG4gICAgdGhpcy4jZGVzdHJveSQuY29tcGxldGUoKTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0U3Vic2NyaXB0aW9uKCkge1xuXG4gICAgdGhpcy4jdmFsdWUkXG4gICAgICAucGlwZShcbiAgICAgICAgdGFrZVVudGlsKHRoaXMuI2Rlc3Ryb3kkKSxcbiAgICAgICAgZGlzdGluY3RVbnRpbENoYW5nZWQoKVxuICAgICAgICAvLyBkZWJvdW5jZVRpbWUodGhpcy5kZWxheSksXG4gICAgICAgIC8vIHN3aXRjaE1hcCh2YWx1ZSA9PiB0aGlzLiNpbnB1dCQpXG4gICAgICApXG4gICAgICAuc3Vic2NyaWJlKHZhbHVlID0+IHtcbiAgICAgICAgaWYgKHRoaXMuI3ZhbHVlICE9PSB2YWx1ZSkge1xuICAgICAgICAgIHRoaXMuI3ZhbHVlID0gdmFsdWU7XG4gICAgICAgICAgdGhpcy52YWx1ZUNoYW5nZS5lbWl0KHZhbHVlKTtcbiAgICAgICAgfVxuICAgICAgfSk7XG5cbiAgICB0aGlzLiNpbnB1dCQgPSBmcm9tRXZlbnQ8RXZlbnQ+KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnaW5wdXQnKVxuICAgICAgLnBpcGUoXG4gICAgICAgIHRha2VVbnRpbCh0aGlzLiNkZXN0cm95JCksXG4gICAgICAgIGRlYm91bmNlVGltZSh0aGlzLmRlbGF5KSxcbiAgICAgICAgbWFwKGV2ZW50ID0+IHtcbiAgICAgICAgICByZXR1cm4gKGV2ZW50LnRhcmdldCBhcyBIVE1MSW5wdXRFbGVtZW50KS52YWx1ZTtcbiAgICAgICAgfSlcbiAgICAgICk7XG5cbiAgICB0aGlzLiNpbnB1dCRcbiAgICAgIC5waXBlKFxuICAgICAgICB0YWtlVW50aWwodGhpcy4jZGVzdHJveSQpXG4gICAgICApXG4gICAgICAuc3Vic2NyaWJlKCh2YWx1ZSkgPT4ge1xuICAgICAgICBpZiAodmFsdWUgIT09IHRoaXMuI3ZhbHVlKSB7XG4gICAgICAgICAgdGhpcy4jdmFsdWUkLm5leHQodmFsdWUpO1xuICAgICAgICB9XG4gICAgICB9KTtcbiAgfVxufVxuIl19