@coreui/angular-pro 4.0.0-alpha.1 → 4.0.0-alpha.12

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 (441) hide show
  1. package/README.md +12 -12
  2. package/{esm2015/coreui-angular-pro.js → esm2020/coreui-angular-pro.mjs} +0 -0
  3. package/esm2020/lib/accordion/accordion/accordion.component.mjs +40 -0
  4. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +43 -0
  5. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +72 -0
  6. package/{esm2015/lib/accordion/accordion.module.js → esm2020/lib/accordion/accordion.module.mjs} +5 -5
  7. package/{esm2015/lib/accordion/accordion.service.js → esm2020/lib/accordion/accordion.service.mjs} +7 -7
  8. package/{esm2015/lib/accordion/index.js → esm2020/lib/accordion/index.mjs} +0 -0
  9. package/{esm2015/lib/accordion/public_api.js → esm2020/lib/accordion/public_api.mjs} +0 -0
  10. package/{esm2015/lib/alert/alert-heading.directive.js → esm2020/lib/alert/alert-heading.directive.mjs} +4 -4
  11. package/{esm2015/lib/alert/alert-link.directive.js → esm2020/lib/alert/alert-link.directive.mjs} +4 -4
  12. package/esm2020/lib/alert/alert.component.mjs +181 -0
  13. package/{esm2015/lib/alert/alert.module.js → esm2020/lib/alert/alert.module.mjs} +5 -5
  14. package/{esm2015/lib/alert/index.js → esm2020/lib/alert/index.mjs} +0 -0
  15. package/{esm2015/lib/alert/public_api.js → esm2020/lib/alert/public_api.mjs} +0 -0
  16. package/esm2020/lib/avatar/avatar.component.mjs +49 -0
  17. package/{esm2015/lib/avatar/avatar.module.js → esm2020/lib/avatar/avatar.module.mjs} +5 -5
  18. package/{esm2015/lib/avatar/index.js → esm2020/lib/avatar/index.mjs} +0 -0
  19. package/{esm2015/lib/avatar/public_api.js → esm2020/lib/avatar/public_api.mjs} +0 -0
  20. package/esm2020/lib/backdrop/backdrop.service.mjs +52 -0
  21. package/esm2020/lib/badge/badge.component.mjs +42 -0
  22. package/{esm2015/lib/badge/badge.module.js → esm2020/lib/badge/badge.module.mjs} +5 -5
  23. package/{esm2015/lib/badge/index.js → esm2020/lib/badge/index.mjs} +0 -0
  24. package/{esm2015/lib/badge/public_api.js → esm2020/lib/badge/public_api.mjs} +0 -0
  25. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +43 -0
  26. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +37 -0
  27. package/{esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.js → esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.mjs} +0 -0
  28. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +41 -0
  29. package/{esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.js → esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs} +5 -5
  30. package/{esm2015/lib/breadcrumb/breadcrumb.module.js → esm2020/lib/breadcrumb/breadcrumb.module.mjs} +5 -5
  31. package/{esm2015/lib/breadcrumb/index.js → esm2020/lib/breadcrumb/index.mjs} +0 -0
  32. package/{esm2015/lib/breadcrumb/public_api.js → esm2020/lib/breadcrumb/public_api.mjs} +0 -0
  33. package/esm2020/lib/button/button-close.directive.mjs +43 -0
  34. package/{esm2015/lib/button/button.directive.js → esm2020/lib/button/button.directive.mjs} +7 -4
  35. package/{esm2015/lib/button/button.module.js → esm2020/lib/button/button.module.mjs} +5 -5
  36. package/{esm2015/lib/button/index.js → esm2020/lib/button/index.mjs} +0 -0
  37. package/{esm2015/lib/button/public_api.js → esm2020/lib/button/public_api.mjs} +0 -0
  38. package/{esm2015/lib/button-group/button-group/button-group.component.js → esm2020/lib/button-group/button-group/button-group.component.mjs} +4 -4
  39. package/{esm2015/lib/button-group/button-group.module.js → esm2020/lib/button-group/button-group.module.mjs} +5 -5
  40. package/{esm2015/lib/button-group/button-toolbar/button-toolbar.component.js → esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs} +4 -4
  41. package/{esm2015/lib/button-group/index.js → esm2020/lib/button-group/index.mjs} +0 -0
  42. package/{esm2015/lib/button-group/public_api.js → esm2020/lib/button-group/public_api.mjs} +0 -0
  43. package/esm2020/lib/callout/callout.component.mjs +23 -0
  44. package/{esm2015/lib/callout/callout.module.js → esm2020/lib/callout/callout.module.mjs} +5 -5
  45. package/{esm2015/lib/callout/index.js → esm2020/lib/callout/index.mjs} +0 -0
  46. package/{esm2015/lib/callout/public_api.js → esm2020/lib/callout/public_api.mjs} +0 -0
  47. package/{esm2015/lib/card/card-body.component.js → esm2020/lib/card/card-body.component.mjs} +4 -4
  48. package/{esm2015/lib/card/card-footer.component.js → esm2020/lib/card/card-footer.component.mjs} +4 -4
  49. package/{esm2015/lib/card/card-group.component.js → esm2020/lib/card/card-group.component.mjs} +4 -4
  50. package/{esm2015/lib/card/card-header-actions.component.js → esm2020/lib/card/card-header-actions.component.mjs} +4 -4
  51. package/{esm2015/lib/card/card-header.component.js → esm2020/lib/card/card-header.component.mjs} +4 -4
  52. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +19 -0
  53. package/{esm2015/lib/card/card-img.directive.js → esm2020/lib/card/card-img.directive.mjs} +4 -4
  54. package/{esm2015/lib/card/card-link.directive.js → esm2020/lib/card/card-link.directive.mjs} +4 -4
  55. package/{esm2015/lib/card/card-subtitle.directive.js → esm2020/lib/card/card-subtitle.directive.mjs} +4 -4
  56. package/{esm2015/lib/card/card-text.directive.js → esm2020/lib/card/card-text.directive.mjs} +4 -4
  57. package/{esm2015/lib/card/card-title.directive.js → esm2020/lib/card/card-title.directive.mjs} +4 -4
  58. package/{esm2015/lib/card/card.component.js → esm2020/lib/card/card.component.mjs} +4 -4
  59. package/{esm2015/lib/card/card.module.js → esm2020/lib/card/card.module.mjs} +5 -5
  60. package/{esm2015/lib/card/index.js → esm2020/lib/card/index.mjs} +0 -0
  61. package/{esm2015/lib/card/public_api.js → esm2020/lib/card/public_api.mjs} +0 -0
  62. package/esm2020/lib/carousel/carousel/carousel.component.mjs +173 -0
  63. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +17 -0
  64. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +83 -0
  65. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +45 -0
  66. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +47 -0
  67. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +68 -0
  68. package/esm2020/lib/carousel/carousel-state.mjs +73 -0
  69. package/{esm2015/lib/carousel/carousel-state.type.js → esm2020/lib/carousel/carousel-state.type.mjs} +0 -0
  70. package/{esm2015/lib/carousel/carousel.animation.js → esm2020/lib/carousel/carousel.animation.mjs} +0 -0
  71. package/{esm2015/lib/carousel/carousel.config.js → esm2020/lib/carousel/carousel.config.mjs} +4 -4
  72. package/{esm2015/lib/carousel/carousel.module.js → esm2020/lib/carousel/carousel.module.mjs} +5 -5
  73. package/{esm2015/lib/carousel/carousel.service.js → esm2020/lib/carousel/carousel.service.mjs} +4 -4
  74. package/{esm2015/lib/carousel/index.js → esm2020/lib/carousel/index.mjs} +0 -0
  75. package/esm2020/lib/carousel/intersection.service.mjs +33 -0
  76. package/{esm2015/lib/carousel/public_api.js → esm2020/lib/carousel/public_api.mjs} +0 -0
  77. package/{esm2015/lib/collapse/collapse.animations.js → esm2020/lib/collapse/collapse.animations.mjs} +1 -1
  78. package/esm2020/lib/collapse/collapse.directive.mjs +133 -0
  79. package/{esm2015/lib/collapse/collapse.module.js → esm2020/lib/collapse/collapse.module.mjs} +5 -5
  80. package/{esm2015/lib/collapse/index.js → esm2020/lib/collapse/index.mjs} +0 -0
  81. package/{esm2015/lib/collapse/public_api.js → esm2020/lib/collapse/public_api.mjs} +0 -0
  82. package/{esm2015/lib/coreui.types.js → esm2020/lib/coreui.types.mjs} +0 -0
  83. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +296 -0
  84. package/{esm2015/lib/dropdown/dropdown-divider/dropdown-divider.directive.js → esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs} +4 -4
  85. package/{esm2015/lib/dropdown/dropdown-header/dropdown-header.directive.js → esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs} +4 -4
  86. package/{esm2015/lib/dropdown/dropdown-item/dropdown-item-plain.directive.js → esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs} +4 -4
  87. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +68 -0
  88. package/{esm2015/lib/dropdown/dropdown-menu/dropdown-menu.directive.js → esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs} +4 -4
  89. package/{esm2015/lib/dropdown/dropdown.module.js → esm2020/lib/dropdown/dropdown.module.mjs} +5 -5
  90. package/{esm2015/lib/dropdown/dropdown.service.js → esm2020/lib/dropdown/dropdown.service.mjs} +4 -4
  91. package/{esm2015/lib/dropdown/index.js → esm2020/lib/dropdown/index.mjs} +0 -0
  92. package/{esm2015/lib/dropdown/public_api.js → esm2020/lib/dropdown/public_api.mjs} +0 -0
  93. package/esm2020/lib/element-cover/element-cover.component.mjs +71 -0
  94. package/esm2020/lib/element-cover/element-cover.module.mjs +30 -0
  95. package/esm2020/lib/element-cover/index.mjs +2 -0
  96. package/esm2020/lib/element-cover/public_api.mjs +3 -0
  97. package/{esm2015/lib/footer/footer.component.js → esm2020/lib/footer/footer.component.mjs} +4 -4
  98. package/{esm2015/lib/footer/footer.module.js → esm2020/lib/footer/footer.module.mjs} +5 -5
  99. package/{esm2015/lib/footer/index.js → esm2020/lib/footer/index.mjs} +0 -0
  100. package/{esm2015/lib/footer/public_api.js → esm2020/lib/footer/public_api.mjs} +0 -0
  101. package/{esm2015/lib/form/form/form.directive.js → esm2020/lib/form/form/form.directive.mjs} +4 -4
  102. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +62 -0
  103. package/{esm2015/lib/form/form-check/form-check-label.directive.js → esm2020/lib/form/form-check/form-check-label.directive.mjs} +4 -4
  104. package/{esm2015/lib/form/form-check/form-check.component.js → esm2020/lib/form/form-check/form-check.component.mjs} +4 -4
  105. package/{esm2015/lib/form/form-control/form-control.directive.js → esm2020/lib/form/form-control/form-control.directive.mjs} +4 -4
  106. package/{esm2015/lib/form/form-feedback/form-feedback.component.js → esm2020/lib/form/form-feedback/form-feedback.component.mjs} +4 -4
  107. package/{esm2015/lib/form/form-floating/form-floating.directive.js → esm2020/lib/form/form-floating/form-floating.directive.mjs} +4 -4
  108. package/{esm2015/lib/form/form-label/form-label.directive.js → esm2020/lib/form/form-label/form-label.directive.mjs} +4 -4
  109. package/{esm2015/lib/form/form-select/form-select.directive.js → esm2020/lib/form/form-select/form-select.directive.mjs} +4 -4
  110. package/{esm2015/lib/form/form-text/form-text.directive.js → esm2020/lib/form/form-text/form-text.directive.mjs} +4 -4
  111. package/{esm2015/lib/form/form.module.js → esm2020/lib/form/form.module.mjs} +5 -5
  112. package/{esm2015/lib/form/index.js → esm2020/lib/form/index.mjs} +0 -0
  113. package/{esm2015/lib/form/input-group/input-group.component.js → esm2020/lib/form/input-group/input-group.component.mjs} +4 -4
  114. package/{esm2015/lib/form/input-group-text/input-group-text.directive.js → esm2020/lib/form/input-group-text/input-group-text.directive.mjs} +4 -4
  115. package/{esm2015/lib/form/public_api.js → esm2020/lib/form/public_api.mjs} +0 -0
  116. package/esm2020/lib/grid/col.component.mjs +12 -0
  117. package/esm2020/lib/grid/col.directive.mjs +151 -0
  118. package/{esm2015/lib/grid/col.type.js → esm2020/lib/grid/col.type.mjs} +0 -0
  119. package/esm2020/lib/grid/container.component.mjs +43 -0
  120. package/{esm2015/lib/grid/container.type.js → esm2020/lib/grid/container.type.mjs} +0 -0
  121. package/{esm2015/lib/grid/grid.module.js → esm2020/lib/grid/grid.module.mjs} +5 -5
  122. package/esm2020/lib/grid/gutter.directive.mjs +56 -0
  123. package/{esm2015/lib/grid/gutter.type.js → esm2020/lib/grid/gutter.type.mjs} +0 -0
  124. package/{esm2015/lib/grid/index.js → esm2020/lib/grid/index.mjs} +0 -0
  125. package/{esm2015/lib/grid/public_api.js → esm2020/lib/grid/public_api.mjs} +0 -0
  126. package/esm2020/lib/grid/row.component.mjs +12 -0
  127. package/{esm2015/lib/grid/row.directive.js → esm2020/lib/grid/row.directive.mjs} +4 -4
  128. package/{esm2015/lib/grid/row.type.js → esm2020/lib/grid/row.type.mjs} +0 -0
  129. package/esm2020/lib/header/header/header.component.mjs +47 -0
  130. package/{esm2015/lib/header/header-brand/header-brand.component.js → esm2020/lib/header/header-brand/header-brand.component.mjs} +4 -4
  131. package/{esm2015/lib/header/header-divider/header-divider.component.js → esm2020/lib/header/header-divider/header-divider.component.mjs} +4 -4
  132. package/esm2020/lib/header/header-nav/header-nav.component.mjs +28 -0
  133. package/{esm2015/lib/header/header-text/header-text.component.js → esm2020/lib/header/header-text/header-text.component.mjs} +4 -4
  134. package/{esm2015/lib/header/header-toggler/header-toggler.directive.js → esm2020/lib/header/header-toggler/header-toggler.directive.mjs} +4 -4
  135. package/{esm2015/lib/header/header.module.js → esm2020/lib/header/header.module.mjs} +5 -5
  136. package/{esm2015/lib/header/index.js → esm2020/lib/header/index.mjs} +0 -0
  137. package/{esm2015/lib/header/public_api.js → esm2020/lib/header/public_api.mjs} +0 -0
  138. package/{esm2015/lib/image/img.directive.js → esm2020/lib/image/img.directive.mjs} +4 -4
  139. package/{esm2015/lib/image/img.module.js → esm2020/lib/image/img.module.mjs} +5 -5
  140. package/{esm2015/lib/image/index.js → esm2020/lib/image/index.mjs} +0 -0
  141. package/{esm2015/lib/image/public_api.js → esm2020/lib/image/public_api.mjs} +0 -0
  142. package/{esm2015/lib/list-group/index.js → esm2020/lib/list-group/index.mjs} +0 -0
  143. package/{esm2015/lib/list-group/list-group-item.directive.js → esm2020/lib/list-group/list-group-item.directive.mjs} +4 -4
  144. package/{esm2015/lib/list-group/list-group.directive.js → esm2020/lib/list-group/list-group.directive.mjs} +4 -4
  145. package/{esm2015/lib/list-group/list-group.module.js → esm2020/lib/list-group/list-group.module.mjs} +5 -5
  146. package/{esm2015/lib/list-group/public_api.js → esm2020/lib/list-group/public_api.mjs} +0 -0
  147. package/{esm2015/lib/loading-button/index.js → esm2020/lib/loading-button/index.mjs} +0 -0
  148. package/esm2020/lib/loading-button/loading-button.component.mjs +84 -0
  149. package/{esm2015/lib/loading-button/loading-button.module.js → esm2020/lib/loading-button/loading-button.module.mjs} +5 -5
  150. package/{esm2015/lib/loading-button/public_api.js → esm2020/lib/loading-button/public_api.mjs} +0 -0
  151. package/{esm2015/lib/modal/index.js → esm2020/lib/modal/index.mjs} +0 -0
  152. package/esm2020/lib/modal/modal/modal.component.mjs +314 -0
  153. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +19 -0
  154. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +36 -0
  155. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +32 -0
  156. package/{esm2015/lib/modal/modal-dismiss/modal-toggle.directive.js → esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs} +4 -4
  157. package/{esm2015/lib/modal/modal-footer/modal-footer.component.js → esm2020/lib/modal/modal-footer/modal-footer.component.mjs} +4 -4
  158. package/{esm2015/lib/modal/modal-header/modal-header.component.js → esm2020/lib/modal/modal-header/modal-header.component.mjs} +4 -4
  159. package/{esm2015/lib/modal/modal-title/modal-title.directive.js → esm2020/lib/modal/modal-title/modal-title.directive.mjs} +4 -4
  160. package/{esm2015/lib/modal/modal.module.js → esm2020/lib/modal/modal.module.mjs} +5 -5
  161. package/{esm2015/lib/modal/modal.service.js → esm2020/lib/modal/modal.service.mjs} +4 -4
  162. package/{esm2015/lib/modal/public_api.js → esm2020/lib/modal/public_api.mjs} +0 -0
  163. package/esm2020/lib/multi-select/index.mjs +2 -0
  164. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +468 -0
  165. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +30 -0
  166. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +20 -0
  167. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +52 -0
  168. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +141 -0
  169. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +56 -0
  170. package/esm2020/lib/multi-select/multi-select.module.mjs +50 -0
  171. package/esm2020/lib/multi-select/multi-select.service.mjs +23 -0
  172. package/esm2020/lib/multi-select/multi-select.type.mjs +2 -0
  173. package/esm2020/lib/multi-select/public_api.mjs +7 -0
  174. package/{esm2015/lib/nav/index.js → esm2020/lib/nav/index.mjs} +0 -0
  175. package/esm2020/lib/nav/nav-item.component.mjs +19 -0
  176. package/esm2020/lib/nav/nav-link.directive.mjs +87 -0
  177. package/esm2020/lib/nav/nav.component.mjs +27 -0
  178. package/{esm2015/lib/nav/nav.module.js → esm2020/lib/nav/nav.module.mjs} +5 -5
  179. package/{esm2015/lib/nav/public_api.js → esm2020/lib/nav/public_api.mjs} +0 -0
  180. package/{esm2015/lib/navbar/index.js → esm2020/lib/navbar/index.mjs} +0 -0
  181. package/{esm2015/lib/navbar/navbar-brand/navbar-brand.directive.js → esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs} +4 -4
  182. package/{esm2015/lib/navbar/navbar-nav/navbar-nav.component.js → esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs} +4 -4
  183. package/{esm2015/lib/navbar/navbar-text/navbar-text.component.js → esm2020/lib/navbar/navbar-text/navbar-text.component.mjs} +4 -4
  184. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +63 -0
  185. package/esm2020/lib/navbar/navbar.component.mjs +84 -0
  186. package/{esm2015/lib/navbar/navbar.module.js → esm2020/lib/navbar/navbar.module.mjs} +5 -5
  187. package/{esm2015/lib/navbar/public_api.js → esm2020/lib/navbar/public_api.mjs} +0 -0
  188. package/{esm2015/lib/offcanvas/index.js → esm2020/lib/offcanvas/index.mjs} +0 -0
  189. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +244 -0
  190. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +19 -0
  191. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +19 -0
  192. package/{esm2015/lib/offcanvas/offcanvas-title/offcanvas-title.directive.js → esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs} +4 -4
  193. package/{esm2015/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.js → esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs} +4 -4
  194. package/{esm2015/lib/offcanvas/offcanvas.module.js → esm2020/lib/offcanvas/offcanvas.module.mjs} +5 -5
  195. package/{esm2015/lib/offcanvas/offcanvas.service.js → esm2020/lib/offcanvas/offcanvas.service.mjs} +4 -4
  196. package/{esm2015/lib/offcanvas/public_api.js → esm2020/lib/offcanvas/public_api.mjs} +0 -0
  197. package/{esm2015/lib/pagination/index.js → esm2020/lib/pagination/index.mjs} +0 -0
  198. package/esm2020/lib/pagination/page-item/page-item.component.mjs +12 -0
  199. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +62 -0
  200. package/{esm2015/lib/pagination/page-link/page-link.directive.js → esm2020/lib/pagination/page-link/page-link.directive.mjs} +4 -4
  201. package/esm2020/lib/pagination/pagination/pagination.component.mjs +41 -0
  202. package/{esm2015/lib/pagination/pagination.module.js → esm2020/lib/pagination/pagination.module.mjs} +5 -5
  203. package/{esm2015/lib/pagination/public_api.js → esm2020/lib/pagination/public_api.mjs} +1 -1
  204. package/{esm2015/lib/popover/index.js → esm2020/lib/popover/index.mjs} +0 -0
  205. package/esm2020/lib/popover/popover/popover.component.mjs +92 -0
  206. package/esm2020/lib/popover/popover.directive.mjs +191 -0
  207. package/{esm2015/lib/popover/popover.module.js → esm2020/lib/popover/popover.module.mjs} +5 -5
  208. package/{esm2015/lib/popover/public_api.js → esm2020/lib/popover/public_api.mjs} +0 -0
  209. package/{esm2015/lib/progress/index.js → esm2020/lib/progress/index.mjs} +0 -0
  210. package/{esm2015/lib/progress/progress-bar.component.js → esm2020/lib/progress/progress-bar.component.mjs} +4 -4
  211. package/{esm2015/lib/progress/progress-bar.js → esm2020/lib/progress/progress-bar.mjs} +0 -0
  212. package/{esm2015/lib/progress/progress.component.js → esm2020/lib/progress/progress.component.mjs} +4 -4
  213. package/{esm2015/lib/progress/progress.module.js → esm2020/lib/progress/progress.module.mjs} +5 -5
  214. package/{esm2015/lib/progress/public_api.js → esm2020/lib/progress/public_api.mjs} +0 -0
  215. package/{esm2015/lib/services/class-toggle.service.js → esm2020/lib/services/class-toggle.service.mjs} +4 -4
  216. package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
  217. package/esm2020/lib/services/listeners.service.mjs +43 -0
  218. package/{esm2015/lib/services/public_api.js → esm2020/lib/services/public_api.mjs} +0 -0
  219. package/{esm2015/lib/shared/html-attr.directive.js → esm2020/lib/shared/html-attr.directive.mjs} +4 -4
  220. package/{esm2015/lib/shared/index.js → esm2020/lib/shared/index.mjs} +0 -0
  221. package/{esm2015/lib/shared/public_api.js → esm2020/lib/shared/public_api.mjs} +0 -0
  222. package/{esm2015/lib/shared/shared.module.js → esm2020/lib/shared/shared.module.mjs} +5 -5
  223. package/{esm2015/lib/shared/template-id.directive.js → esm2020/lib/shared/template-id.directive.mjs} +4 -4
  224. package/{esm2015/lib/sidebar/index.js → esm2020/lib/sidebar/index.mjs} +0 -0
  225. package/{esm2015/lib/sidebar/public_api.js → esm2020/lib/sidebar/public_api.mjs} +0 -0
  226. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +223 -0
  227. package/{esm2015/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.js → esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs} +4 -4
  228. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +30 -0
  229. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +20 -0
  230. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +20 -0
  231. package/{esm2015/lib/sidebar/sidebar-nav/index.js → esm2020/lib/sidebar/sidebar-nav/index.mjs} +0 -0
  232. package/{esm2015/lib/sidebar/sidebar-nav/public_api.js → esm2020/lib/sidebar/sidebar-nav/public_api.mjs} +0 -0
  233. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs} +4 -4
  234. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs} +4 -4
  235. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs} +4 -4
  236. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs} +4 -4
  237. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +43 -0
  238. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +94 -0
  239. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +23 -0
  240. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-title.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs} +4 -4
  241. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +137 -0
  242. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.mjs} +0 -0
  243. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.service.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs} +7 -7
  244. package/{esm2015/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.js → esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs} +4 -4
  245. package/{esm2015/lib/sidebar/sidebar-toggler/sidebar-toggler.component.js → esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs} +4 -4
  246. package/{esm2015/lib/sidebar/sidebar.module.js → esm2020/lib/sidebar/sidebar.module.mjs} +5 -5
  247. package/{esm2015/lib/sidebar/sidebar.service.js → esm2020/lib/sidebar/sidebar.service.mjs} +4 -4
  248. package/esm2020/lib/smart-pagination/index.mjs +2 -0
  249. package/esm2020/lib/smart-pagination/public_api.mjs +3 -0
  250. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +196 -0
  251. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +30 -0
  252. package/esm2020/lib/smart-pagination/smart-pagination.type.mjs +2 -0
  253. package/esm2020/lib/smart-table/index.mjs +2 -0
  254. package/esm2020/lib/smart-table/public_api.mjs +3 -0
  255. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +449 -0
  256. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +48 -0
  257. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +138 -0
  258. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +46 -0
  259. package/esm2020/lib/smart-table/smart-table.module.mjs +72 -0
  260. package/esm2020/lib/smart-table/smart-table.type.mjs +2 -0
  261. package/{esm2015/lib/spinner/index.js → esm2020/lib/spinner/index.mjs} +0 -0
  262. package/{esm2015/lib/spinner/public_api.js → esm2020/lib/spinner/public_api.mjs} +0 -0
  263. package/esm2020/lib/spinner/spinner.component.mjs +49 -0
  264. package/{esm2015/lib/spinner/spinner.module.js → esm2020/lib/spinner/spinner.module.mjs} +5 -5
  265. package/{esm2015/lib/table/index.js → esm2020/lib/table/index.mjs} +0 -0
  266. package/{esm2015/lib/table/public_api.js → esm2020/lib/table/public_api.mjs} +0 -0
  267. package/{esm2015/lib/table/table-active.directive.js → esm2020/lib/table/table-active.directive.mjs} +4 -4
  268. package/{esm2015/lib/table/table-color.directive.js → esm2020/lib/table/table-color.directive.mjs} +4 -4
  269. package/{esm2015/lib/table/table.directive.js → esm2020/lib/table/table.directive.mjs} +5 -5
  270. package/{esm2015/lib/table/table.module.js → esm2020/lib/table/table.module.mjs} +5 -5
  271. package/esm2020/lib/table/table.type.mjs +2 -0
  272. package/{esm2015/lib/tabs/index.js → esm2020/lib/tabs/index.mjs} +0 -0
  273. package/{esm2015/lib/tabs/public_api.js → esm2020/lib/tabs/public_api.mjs} +0 -0
  274. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +92 -0
  275. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +128 -0
  276. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +57 -0
  277. package/{esm2015/lib/tabs/tab.service.js → esm2020/lib/tabs/tab.service.mjs} +4 -4
  278. package/{esm2015/lib/tabs/tabs.module.js → esm2020/lib/tabs/tabs.module.mjs} +5 -5
  279. package/{esm2015/lib/toast/index.js → esm2020/lib/toast/index.mjs} +0 -0
  280. package/{esm2015/lib/toast/public_api.js → esm2020/lib/toast/public_api.mjs} +0 -0
  281. package/{esm2015/lib/toast/toast/toast.component.js → esm2020/lib/toast/toast/toast.component.mjs} +6 -12
  282. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +21 -0
  283. package/{esm2015/lib/toast/toast-close.directive.js → esm2020/lib/toast/toast-close.directive.mjs} +4 -4
  284. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +31 -0
  285. package/{esm2015/lib/toast/toast.module.js → esm2020/lib/toast/toast.module.mjs} +5 -5
  286. package/{esm2015/lib/toast/toaster/toaster-host.directive.js → esm2020/lib/toast/toaster/toaster-host.directive.mjs} +4 -4
  287. package/esm2020/lib/toast/toaster/toaster.component.mjs +140 -0
  288. package/esm2020/lib/toast/toaster/toaster.service.mjs +21 -0
  289. package/{esm2015/lib/tooltip/index.js → esm2020/lib/tooltip/index.mjs} +0 -0
  290. package/{esm2015/lib/tooltip/public_api.js → esm2020/lib/tooltip/public_api.mjs} +0 -0
  291. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +88 -0
  292. package/esm2020/lib/tooltip/tooltip.directive.mjs +185 -0
  293. package/{esm2015/lib/tooltip/tooltip.module.js → esm2020/lib/tooltip/tooltip.module.mjs} +5 -5
  294. package/{esm2015/lib/utilities/align.directive.js → esm2020/lib/utilities/align.directive.mjs} +4 -4
  295. package/{esm2015/lib/utilities/bg-color.directive.js → esm2020/lib/utilities/bg-color.directive.mjs} +4 -4
  296. package/esm2020/lib/utilities/border.directive.mjs +66 -0
  297. package/{esm2015/lib/utilities/border.type.js → esm2020/lib/utilities/border.type.mjs} +0 -0
  298. package/{esm2015/lib/utilities/index.js → esm2020/lib/utilities/index.mjs} +0 -0
  299. package/{esm2015/lib/utilities/public_api.js → esm2020/lib/utilities/public_api.mjs} +0 -0
  300. package/esm2020/lib/utilities/rounded.directive.mjs +65 -0
  301. package/{esm2015/lib/utilities/rounded.type.js → esm2020/lib/utilities/rounded.type.mjs} +0 -0
  302. package/{esm2015/lib/utilities/text-color.directive.js → esm2020/lib/utilities/text-color.directive.mjs} +4 -4
  303. package/{esm2015/lib/utilities/utilities.module.js → esm2020/lib/utilities/utilities.module.mjs} +5 -5
  304. package/{esm2015/lib/widget/index.js → esm2020/lib/widget/index.mjs} +0 -0
  305. package/{esm2015/lib/widget/public_api.js → esm2020/lib/widget/public_api.mjs} +0 -0
  306. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +49 -0
  307. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +52 -0
  308. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +80 -0
  309. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +39 -0
  310. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +30 -0
  311. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +96 -0
  312. package/{esm2015/lib/widget/widget.module.js → esm2020/lib/widget/widget.module.mjs} +5 -5
  313. package/esm2020/public-api.mjs +45 -0
  314. package/fesm2015/{coreui-angular-pro.js → coreui-angular-pro.mjs} +4547 -2795
  315. package/fesm2015/coreui-angular-pro.mjs.map +1 -0
  316. package/fesm2020/coreui-angular-pro.mjs +11261 -0
  317. package/fesm2020/coreui-angular-pro.mjs.map +1 -0
  318. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +7 -1
  319. package/lib/accordion/accordion-item/accordion-item.component.d.ts +9 -2
  320. package/lib/accordion/accordion.service.d.ts +1 -1
  321. package/lib/alert/alert.component.d.ts +7 -1
  322. package/lib/backdrop/backdrop.service.d.ts +1 -1
  323. package/lib/carousel/carousel/carousel.component.d.ts +23 -5
  324. package/lib/carousel/carousel-item/carousel-item.component.d.ts +8 -2
  325. package/lib/carousel/carousel.service.d.ts +1 -0
  326. package/lib/carousel/intersection.service.d.ts +15 -0
  327. package/lib/collapse/collapse.directive.d.ts +5 -3
  328. package/lib/element-cover/element-cover.component.d.ts +27 -0
  329. package/lib/element-cover/element-cover.module.d.ts +9 -0
  330. package/lib/element-cover/index.d.ts +1 -0
  331. package/lib/element-cover/public_api.d.ts +2 -0
  332. package/lib/modal/modal/modal.component.d.ts +4 -1
  333. package/lib/multi-select/index.d.ts +1 -0
  334. package/lib/multi-select/multi-select/multi-select.component.d.ts +110 -0
  335. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +14 -0
  336. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +9 -0
  337. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +20 -0
  338. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +49 -0
  339. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +21 -0
  340. package/lib/multi-select/multi-select.module.d.ts +16 -0
  341. package/lib/multi-select/multi-select.service.d.ts +12 -0
  342. package/lib/multi-select/multi-select.type.d.ts +34 -0
  343. package/lib/multi-select/public_api.d.ts +6 -0
  344. package/lib/nav/nav-link.directive.d.ts +1 -0
  345. package/lib/smart-pagination/index.d.ts +1 -0
  346. package/lib/smart-pagination/public_api.d.ts +2 -0
  347. package/lib/smart-pagination/smart-pagination.component.d.ts +109 -0
  348. package/lib/smart-pagination/smart-pagination.module.d.ts +9 -0
  349. package/lib/smart-pagination/smart-pagination.type.d.ts +79 -0
  350. package/lib/smart-table/index.d.ts +1 -0
  351. package/lib/smart-table/public_api.d.ts +2 -0
  352. package/lib/smart-table/smart-table/smart-table.component.d.ts +124 -0
  353. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +15 -0
  354. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +36 -0
  355. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +14 -0
  356. package/lib/smart-table/smart-table.module.d.ts +20 -0
  357. package/lib/smart-table/smart-table.type.d.ts +272 -0
  358. package/lib/table/table.directive.d.ts +3 -2
  359. package/lib/table/table.type.d.ts +76 -0
  360. package/package.json +25 -11
  361. package/public-api.d.ts +5 -1
  362. package/bundles/coreui-angular-pro.umd.js +0 -11644
  363. package/bundles/coreui-angular-pro.umd.js.map +0 -1
  364. package/esm2015/lib/accordion/accordion/accordion.component.js +0 -46
  365. package/esm2015/lib/accordion/accordion-button/accordion-button.directive.js +0 -30
  366. package/esm2015/lib/accordion/accordion-item/accordion-item.component.js +0 -60
  367. package/esm2015/lib/alert/alert.component.js +0 -176
  368. package/esm2015/lib/avatar/avatar.component.js +0 -53
  369. package/esm2015/lib/backdrop/backdrop.service.js +0 -52
  370. package/esm2015/lib/badge/badge.component.js +0 -47
  371. package/esm2015/lib/breadcrumb/breadcrumb/breadcrumb.component.js +0 -47
  372. package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.js +0 -41
  373. package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.js +0 -45
  374. package/esm2015/lib/button/button-close.directive.js +0 -43
  375. package/esm2015/lib/callout/callout.component.js +0 -27
  376. package/esm2015/lib/card/card-img-overlay/card-img-overlay.component.js +0 -23
  377. package/esm2015/lib/carousel/carousel/carousel.component.js +0 -140
  378. package/esm2015/lib/carousel/carousel-caption/carousel-caption.component.js +0 -21
  379. package/esm2015/lib/carousel/carousel-control/carousel-control.component.js +0 -88
  380. package/esm2015/lib/carousel/carousel-indicators/carousel-indicators.component.js +0 -51
  381. package/esm2015/lib/carousel/carousel-inner/carousel-inner.component.js +0 -53
  382. package/esm2015/lib/carousel/carousel-item/carousel-item.component.js +0 -65
  383. package/esm2015/lib/carousel/carousel-state.js +0 -72
  384. package/esm2015/lib/collapse/collapse.directive.js +0 -125
  385. package/esm2015/lib/dropdown/dropdown/dropdown.component.js +0 -304
  386. package/esm2015/lib/dropdown/dropdown-item/dropdown-item.directive.js +0 -68
  387. package/esm2015/lib/form/form-check/form-check-input.directive.js +0 -60
  388. package/esm2015/lib/grid/col.component.js +0 -16
  389. package/esm2015/lib/grid/col.directive.js +0 -151
  390. package/esm2015/lib/grid/container.component.js +0 -47
  391. package/esm2015/lib/grid/gutter.directive.js +0 -56
  392. package/esm2015/lib/grid/row.component.js +0 -16
  393. package/esm2015/lib/header/header/header.component.js +0 -50
  394. package/esm2015/lib/header/header-nav/header-nav.component.js +0 -32
  395. package/esm2015/lib/loading-button/loading-button.component.js +0 -90
  396. package/esm2015/lib/modal/modal/modal.component.js +0 -309
  397. package/esm2015/lib/modal/modal-body/modal-body.component.js +0 -23
  398. package/esm2015/lib/modal/modal-content/modal-content.component.js +0 -37
  399. package/esm2015/lib/modal/modal-dialog/modal-dialog.component.js +0 -36
  400. package/esm2015/lib/nav/nav-item.component.js +0 -23
  401. package/esm2015/lib/nav/nav-link.directive.js +0 -81
  402. package/esm2015/lib/nav/nav.component.js +0 -31
  403. package/esm2015/lib/navbar/navbar-toggler/navbar-toggler.directive.js +0 -64
  404. package/esm2015/lib/navbar/navbar.component.js +0 -88
  405. package/esm2015/lib/offcanvas/offcanvas/offcanvas.component.js +0 -251
  406. package/esm2015/lib/offcanvas/offcanvas-body/offcanvas-body.component.js +0 -23
  407. package/esm2015/lib/offcanvas/offcanvas-header/offcanvas-header.component.js +0 -23
  408. package/esm2015/lib/pagination/page-item/page-item.component.js +0 -16
  409. package/esm2015/lib/pagination/page-item/page-item.directive.js +0 -62
  410. package/esm2015/lib/pagination/pagination/pagination.component.js +0 -45
  411. package/esm2015/lib/popover/popover/popover.component.js +0 -96
  412. package/esm2015/lib/popover/popover.directive.js +0 -193
  413. package/esm2015/lib/services/listeners.service.js +0 -44
  414. package/esm2015/lib/sidebar/sidebar/sidebar.component.js +0 -220
  415. package/esm2015/lib/sidebar/sidebar-brand/sidebar-brand.component.js +0 -33
  416. package/esm2015/lib/sidebar/sidebar-footer/sidebar-footer.component.js +0 -24
  417. package/esm2015/lib/sidebar/sidebar-header/sidebar-header.component.js +0 -24
  418. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-label.component.js +0 -46
  419. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.component.js +0 -99
  420. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.js +0 -24
  421. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.component.js +0 -147
  422. package/esm2015/lib/spinner/spinner.component.js +0 -52
  423. package/esm2015/lib/tabs/tab-content/tab-content.component.js +0 -101
  424. package/esm2015/lib/tabs/tab-content-ref.directive.js +0 -130
  425. package/esm2015/lib/tabs/tab-pane/tab-pane.component.js +0 -62
  426. package/esm2015/lib/toast/toast-body/toast-body.component.js +0 -26
  427. package/esm2015/lib/toast/toast-header/toast-header.component.js +0 -36
  428. package/esm2015/lib/toast/toaster/toaster.component.js +0 -149
  429. package/esm2015/lib/toast/toaster/toaster.service.js +0 -21
  430. package/esm2015/lib/tooltip/tooltip/tooltip.component.js +0 -92
  431. package/esm2015/lib/tooltip/tooltip.directive.js +0 -188
  432. package/esm2015/lib/utilities/border.directive.js +0 -66
  433. package/esm2015/lib/utilities/rounded.directive.js +0 -56
  434. package/esm2015/lib/widget/widget-stat-a/widget-stat-a.component.js +0 -54
  435. package/esm2015/lib/widget/widget-stat-b/widget-stat-b.component.js +0 -57
  436. package/esm2015/lib/widget/widget-stat-c/widget-stat-c.component.js +0 -85
  437. package/esm2015/lib/widget/widget-stat-d/widget-stat-d.component.js +0 -44
  438. package/esm2015/lib/widget/widget-stat-e/widget-stat-e.component.js +0 -35
  439. package/esm2015/lib/widget/widget-stat-f/widget-stat-f.component.js +0 -101
  440. package/esm2015/public-api.js +0 -41
  441. package/fesm2015/coreui-angular-pro.js.map +0 -1
@@ -5,8 +5,14 @@ export declare class AccordionButtonDirective {
5
5
  * @type boolean
6
6
  */
7
7
  collapsed: boolean;
8
+ /**
9
+ * Default type for cAccordionButton. [docs]
10
+ * @type string
11
+ * @default 'button'
12
+ */
13
+ type: string;
8
14
  get hostClasses(): any;
9
15
  get ariaExpanded(): boolean;
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionButtonDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionButtonDirective, "[cAccordionButton]", never, { "collapsed": "collapsed"; }, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionButtonDirective, "[cAccordionButton]", never, { "collapsed": "collapsed"; "type": "type"; }, {}, never>;
12
18
  }
@@ -1,14 +1,21 @@
1
1
  import { AfterContentInit, OnDestroy, OnInit, QueryList } from '@angular/core';
2
2
  import { AccordionService } from '../accordion.service';
3
3
  import { TemplateIdDirective } from '../../shared';
4
+ import { BooleanInput } from '@angular/cdk/coercion';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class AccordionItemComponent implements OnInit, OnDestroy, AfterContentInit {
6
7
  private accordionService;
8
+ static ngAcceptInputType_visible: BooleanInput;
7
9
  /**
8
10
  * Toggle an accordion item programmatically
9
11
  * @type boolean
12
+ * @default false
10
13
  */
11
- open: boolean;
14
+ set visible(value: boolean);
15
+ get visible(): boolean;
16
+ private _visible;
17
+ set open(value: boolean);
18
+ get open(): boolean;
12
19
  get hostClasses(): any;
13
20
  contentId: string;
14
21
  itemContext: {
@@ -22,5 +29,5 @@ export declare class AccordionItemComponent implements OnInit, OnDestroy, AfterC
22
29
  toggleItem(): void;
23
30
  ngAfterContentInit(): void;
24
31
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "open": "open"; }, {}, ["contentTemplates"], ["*", "*"]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "visible": "visible"; "open": "open"; }, {}, ["contentTemplates"], ["*", "*"]>;
26
33
  }
@@ -6,7 +6,7 @@ export declare class AccordionService {
6
6
  constructor();
7
7
  addItem(item: AccordionItemComponent): void;
8
8
  removeItem(item: AccordionItemComponent): void;
9
- toggelItem(item: AccordionItemComponent): void;
9
+ toggleItem(item: AccordionItemComponent): void;
10
10
  closeOtherItems(openItem: AccordionItemComponent): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionService, never>;
12
12
  static ɵprov: i0.ɵɵInjectableDeclaration<AccordionService>;
@@ -31,6 +31,12 @@ export declare class AlertComponent implements AfterContentInit {
31
31
  get fade(): boolean;
32
32
  set fade(value: boolean);
33
33
  private _fade;
34
+ /**
35
+ * Default role for alert. [docs]
36
+ * @type string
37
+ * @default 'alert'
38
+ */
39
+ role: string;
34
40
  /**
35
41
  * Set the alert variant to a solid.
36
42
  * @type string
@@ -57,6 +63,6 @@ export declare class AlertComponent implements AfterContentInit {
57
63
  ngAfterContentInit(): void;
58
64
  onAnimationEvent(event: AnimationEvent): void;
59
65
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": "color"; "dismissible": "dismissible"; "fade": "fade"; "variant": "variant"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"]>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": "color"; "dismissible": "dismissible"; "fade": "fade"; "role": "role"; "variant": "variant"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"]>;
61
67
  }
62
68
  export {};
@@ -8,7 +8,7 @@ export declare class BackdropService {
8
8
  private renderer;
9
9
  private unListen;
10
10
  constructor(document: any, rendererFactory: RendererFactory2);
11
- setBackdrop(): any;
11
+ setBackdrop(type?: string): any;
12
12
  clearBackdrop(backdrop: any): any;
13
13
  onClickHandler(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BackdropService, never>;
@@ -1,12 +1,18 @@
1
- import { AfterContentInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { IntersectionService } from '../intersection.service';
3
+ import { ListenersService } from '../../services/listeners.service';
2
4
  import { CarouselState } from '../carousel-state';
3
5
  import { CarouselService } from '../carousel.service';
4
6
  import { CarouselConfig } from '../carousel.config';
7
+ import { Triggers } from '../../coreui.types';
5
8
  import * as i0 from "@angular/core";
6
9
  export declare class CarouselComponent implements OnInit, OnDestroy, AfterContentInit {
7
10
  private config;
11
+ private hostElement;
8
12
  private carouselService;
9
13
  private carouselState;
14
+ private intersectionService;
15
+ private listenersService;
10
16
  /**
11
17
  * Index of the active item.
12
18
  * @type number
@@ -30,8 +36,14 @@ export declare class CarouselComponent implements OnInit, OnDestroy, AfterConten
30
36
  /**
31
37
  * The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
32
38
  * @type number
39
+ * @default 0
33
40
  */
34
41
  interval: number;
42
+ /**
43
+ * Sets which event handlers you’d like provided to your pause prop. You can specify one trigger or an array of them.
44
+ * @type {'hover' | 'focus' | 'click'}
45
+ */
46
+ pause: Triggers | Triggers[] | false;
35
47
  /**
36
48
  * Set type of the transition.
37
49
  * @type {'slide' | 'crossfade'}
@@ -46,15 +58,21 @@ export declare class CarouselComponent implements OnInit, OnDestroy, AfterConten
46
58
  get hostClasses(): any;
47
59
  private carouselIndexSubscription?;
48
60
  private timerId;
49
- onMouseenter($event: MouseEvent): void;
50
- onMouseleave($event: MouseEvent): void;
51
- constructor(config: CarouselConfig, carouselService: CarouselService, carouselState: CarouselState);
61
+ private intersectingSubscription?;
62
+ private activeItemInterval;
63
+ constructor(config: CarouselConfig, hostElement: ElementRef, carouselService: CarouselService, carouselState: CarouselState, intersectionService: IntersectionService, listenersService: ListenersService);
52
64
  ngOnInit(): void;
53
65
  ngOnDestroy(): void;
54
66
  ngAfterContentInit(): void;
67
+ private setListeners;
68
+ private clearListeners;
69
+ set visible(value: boolean);
70
+ get visible(): boolean;
71
+ private _visible;
55
72
  setTimer(): void;
56
73
  resetTimer(): void;
57
74
  private carouselStateSubscribe;
75
+ private intersectionServiceSubscribe;
58
76
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "c-carousel", never, { "activeIndex": "activeIndex"; "animate": "animate"; "dark": "dark"; "direction": "direction"; "interval": "interval"; "transition": "transition"; }, { "itemChange": "itemChange"; }, never, ["*"]>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "c-carousel", never, { "activeIndex": "activeIndex"; "animate": "animate"; "dark": "dark"; "direction": "direction"; "interval": "interval"; "pause": "pause"; "transition": "transition"; }, { "itemChange": "itemChange"; }, never, ["*"]>;
60
78
  }
@@ -6,7 +6,6 @@ export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
6
6
  private carouselService;
7
7
  private changeDetectorRef;
8
8
  static ngAcceptInputType_active: BooleanInput;
9
- private _active;
10
9
  index?: number;
11
10
  private carouselIndexSubscription?;
12
11
  /**
@@ -14,11 +13,18 @@ export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
14
13
  */
15
14
  set active(value: boolean);
16
15
  get active(): boolean;
16
+ private _active;
17
+ /**
18
+ * Time delay before cycling to next item. If -1, uses carousel interval value.
19
+ * @type number
20
+ * @default -1
21
+ */
22
+ interval: number;
17
23
  get hostClasses(): any;
18
24
  constructor(carouselService: CarouselService, changeDetectorRef: ChangeDetectorRef);
19
25
  ngOnDestroy(): void;
20
26
  ngAfterViewInit(): void;
21
27
  private carouselStateSubscribe;
22
28
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "c-carousel-item", never, { "active": "active"; }, {}, never, ["*"]>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "c-carousel-item", never, { "active": "active"; "interval": "interval"; }, {}, never, ["*"]>;
24
30
  }
@@ -1,6 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export interface ICarouselIndex {
3
3
  active?: number;
4
+ interval?: number;
4
5
  }
5
6
  export declare class CarouselService {
6
7
  private carouselIndex;
@@ -0,0 +1,15 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IntersectionService implements OnDestroy {
4
+ constructor();
5
+ private intersecting;
6
+ intersecting$: import("rxjs").Observable<boolean>;
7
+ private intersectionObserver;
8
+ private hostElement;
9
+ createIntersectionObserver(hostElement: {
10
+ nativeElement: Element;
11
+ }): void;
12
+ ngOnDestroy(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<IntersectionService>;
15
+ }
@@ -1,9 +1,10 @@
1
- import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
1
+ import { AfterViewInit, DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
2
2
  import { AnimationBuilder } from '@angular/animations';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
4
  import * as i0 from "@angular/core";
5
- export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck {
5
+ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck, AfterViewInit {
6
6
  private hostElement;
7
+ private renderer;
7
8
  private animationBuilder;
8
9
  static ngAcceptInputType_navbar: BooleanInput;
9
10
  private _animate;
@@ -39,7 +40,7 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck
39
40
  collapseChange: EventEmitter<string>;
40
41
  private player;
41
42
  private readonly host;
42
- constructor(hostElement: ElementRef, animationBuilder: AnimationBuilder);
43
+ constructor(hostElement: ElementRef, renderer: Renderer2, animationBuilder: AnimationBuilder);
43
44
  get hostClasses(): any;
44
45
  ngOnDestroy(): void;
45
46
  ngOnChanges(changes: SimpleChanges): void;
@@ -47,6 +48,7 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck
47
48
  toggle(visible?: boolean): void;
48
49
  destroyPlayer(): void;
49
50
  createPlayer(visible?: boolean): void;
51
+ ngAfterViewInit(): void;
50
52
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
51
53
  static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cCollapse]", ["cCollapse"], { "animate": "animate"; "visible": "visible"; "navbar": "navbar"; "duration": "duration"; "transition": "transition"; }, { "collapseChange": "collapseChange"; }, never>;
52
54
  }
@@ -0,0 +1,27 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ElementCoverComponent implements AfterViewInit {
4
+ #private;
5
+ private elementRef;
6
+ private changeDetectorRef;
7
+ constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
8
+ /**
9
+ * Array of custom boundaries. Use to create custom cover area (instead of parent element area). Area is defined by four sides: 'top', 'bottom', 'right', 'left'. If side is not defined by any custom boundary it is equal to parent element boundary. Each custom boundary is object with keys:
10
+ * - sides (array) - select boundaries of element to define boundaries. Side names: 'top', 'bottom', 'right', 'left'.
11
+ * - query (string) - query used to get element which define boundaries. Search will be done only inside parent element, by parent.querySelector(query) function. [docs]
12
+ * @type {sides: string[], query: string}[]
13
+ */
14
+ boundaries?: {
15
+ sides: string[];
16
+ query: string;
17
+ }[];
18
+ opacity: number;
19
+ content?: ElementRef;
20
+ hasContent: boolean;
21
+ private get customBoundaries();
22
+ private get containerCoords();
23
+ private get coverStyles();
24
+ ngAfterViewInit(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementCoverComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementCoverComponent, "c-element-cover, [cElementCover]", never, { "boundaries": "boundaries"; "opacity": "opacity"; }, {}, never, ["*"]>;
27
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./element-cover.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../spinner/spinner.module";
5
+ export declare class ElementCoverModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementCoverModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElementCoverModule, [typeof i1.ElementCoverComponent], [typeof i2.CommonModule, typeof i3.SpinnerModule], [typeof i1.ElementCoverComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ElementCoverModule>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './public_api';
@@ -0,0 +1,2 @@
1
+ export { ElementCoverComponent } from './element-cover.component';
2
+ export { ElementCoverModule } from './element-cover.module';
@@ -11,6 +11,7 @@ export declare class ModalComponent implements OnInit, OnDestroy {
11
11
  private modalService;
12
12
  private backdropService;
13
13
  static ngAcceptInputType_scrollable: BooleanInput;
14
+ static ngAcceptInputType_visible: BooleanInput;
14
15
  constructor(document: any, renderer: Renderer2, hostElement: ElementRef, modalService: ModalService, backdropService: BackdropService);
15
16
  /**
16
17
  * Align the modal in the center or top of the screen.
@@ -68,7 +69,7 @@ export declare class ModalComponent implements OnInit, OnDestroy {
68
69
  * Toggle the visibility of modal component.
69
70
  * @type boolean
70
71
  */
71
- set visible(visible: boolean);
72
+ set visible(value: boolean);
72
73
  get visible(): boolean;
73
74
  private _visible;
74
75
  /**
@@ -90,6 +91,8 @@ export declare class ModalComponent implements OnInit, OnDestroy {
90
91
  animateStart(event: AnimationEvent): void;
91
92
  animateDone(event: AnimationEvent): void;
92
93
  onKeyDownHandler(event: KeyboardEvent): void;
94
+ private mouseDownTarget;
95
+ onMouseDownHandler($event: MouseEvent): void;
93
96
  onClickHandler($event: MouseEvent): void;
94
97
  ngOnInit(): void;
95
98
  ngOnDestroy(): void;
@@ -0,0 +1 @@
1
+ export * from './public_api';
@@ -0,0 +1,110 @@
1
+ import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
3
+ import { BooleanInput } from '@angular/cdk/coercion';
4
+ import { ControlValueAccessor } from '@angular/forms';
5
+ import { IMultiSelect, IOption } from '../multi-select.type';
6
+ import { MultiSelectService } from '../multi-select.service';
7
+ import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
8
+ import * as i0 from "@angular/core";
9
+ interface IPluralMap {
10
+ [k: string]: string;
11
+ }
12
+ export declare class MultiSelectComponent implements IMultiSelect, ControlValueAccessor, AfterContentInit, AfterViewInit, OnDestroy, OnInit {
13
+ private elementRef;
14
+ private renderer;
15
+ private ngZone;
16
+ private changeDetectorRef;
17
+ private viewContainerRef;
18
+ private focusMonitor;
19
+ private multiSelectService;
20
+ constructor(elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewContainerRef: ViewContainerRef, focusMonitor: FocusMonitor, multiSelectService: MultiSelectService);
21
+ static ngAcceptInputType_multiple: BooleanInput;
22
+ static ngAcceptInputType_disabled: BooleanInput;
23
+ onChange: any;
24
+ writeValue(value: (string | string[])): void;
25
+ registerOnChange(fn: any): void;
26
+ registerOnTouched(fn: any): void;
27
+ setDisabledState(isDisabled: boolean): void;
28
+ cleaner: boolean;
29
+ set disabled(value: boolean);
30
+ get disabled(): boolean;
31
+ private _disabled;
32
+ set multiple(value: boolean);
33
+ get multiple(): boolean;
34
+ private _multiple;
35
+ nativeName: string;
36
+ nativeId: string;
37
+ optionsMaxHeight: string;
38
+ optionsStyle: 'checkbox' | 'text';
39
+ placeholder: string;
40
+ search: boolean;
41
+ searchNoResultsLabel: string;
42
+ selectAll: boolean;
43
+ selectAllLabel: string;
44
+ selectionType: 'counter' | 'tags' | 'text';
45
+ selectionTypeCounterText: string;
46
+ selectionTypeCounterTextPluralMap?: IPluralMap;
47
+ set value(value: string | string[]);
48
+ get value(): string | string[];
49
+ private _value;
50
+ readonly valueChange: EventEmitter<string | string[]>;
51
+ set visible(value: boolean);
52
+ get visible(): boolean;
53
+ private _visible;
54
+ readonly visibleChange: EventEmitter<boolean>;
55
+ isDropdownVisible: boolean;
56
+ set selectedOptions(value: any[]);
57
+ get selectedOptions(): any[];
58
+ private _selectedOptions;
59
+ get selectedOptionsText(): string;
60
+ get counterText(): string;
61
+ get counterTextType(): string;
62
+ private multiselectStateSubscription;
63
+ private multiselectVisibleSubscription;
64
+ private multiSelectOptionsSubscription;
65
+ private focusMonitorSubscription;
66
+ multiSelectOptions: QueryList<MultiSelectOptionComponent>;
67
+ private listKeyManager;
68
+ inputElement: ElementRef;
69
+ dropdownElement: ElementRef;
70
+ get hostClasses(): {
71
+ 'form-multi-select': boolean;
72
+ 'form-multi-select-selection-tags': boolean;
73
+ show: boolean;
74
+ disabled: boolean;
75
+ };
76
+ private get tabIndex();
77
+ private set tabIndex(value);
78
+ private _tabIndex;
79
+ onKeyUp($event: KeyboardEvent): void;
80
+ onKeyDown($event: KeyboardEvent): void;
81
+ onClick($event: MouseEvent): void;
82
+ visibleOptions: number;
83
+ set searchValue(value: string);
84
+ get searchValue(): string;
85
+ private _searchValue;
86
+ get subtreeFocused(): boolean;
87
+ set subtreeFocused(value: boolean);
88
+ private _subtreeFocused;
89
+ private nativeSelectRef;
90
+ focusOrigin(origin: FocusOrigin): boolean;
91
+ ngOnInit(): void;
92
+ ngOnDestroy(): void;
93
+ ngAfterContentInit(): void;
94
+ ngAfterViewInit(): void;
95
+ private multiselectSubscribe;
96
+ clearAllOptions($event: MouseEvent): void;
97
+ selectAllOptions(): void;
98
+ handleTagRemove($event: IOption): void;
99
+ setFocus(): void;
100
+ filterOptions(value: string): void;
101
+ createNativeSelect(): void;
102
+ updateNativeSelect(): void;
103
+ inputElementSize(): void;
104
+ handleSearchKeyDown($event: KeyboardEvent): void;
105
+ private selectOption;
106
+ private selectedOptionsUpdate;
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": "cleaner"; "disabled": "disabled"; "multiple": "multiple"; "nativeName": "nativeName"; "nativeId": "nativeId"; "optionsMaxHeight": "optionsMaxHeight"; "optionsStyle": "optionsStyle"; "placeholder": "placeholder"; "search": "search"; "searchNoResultsLabel": "searchNoResultsLabel"; "selectAll": "selectAll"; "selectAllLabel": "selectAllLabel"; "selectionType": "selectionType"; "selectionTypeCounterText": "selectionTypeCounterText"; "selectionTypeCounterTextPluralMap": "selectionTypeCounterTextPluralMap"; "value": "value"; "visible": "visible"; }, { "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptions"], ["*"]>;
109
+ }
110
+ export {};
@@ -0,0 +1,14 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MultiSelectNativeSelectComponent {
4
+ changeDetectorRef: ChangeDetectorRef;
5
+ form?: string;
6
+ id?: string;
7
+ multiple?: boolean;
8
+ name?: string;
9
+ options?: any;
10
+ disabled?: boolean;
11
+ constructor(changeDetectorRef: ChangeDetectorRef);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": "form"; "id": "id"; "multiple": "multiple"; "name": "name"; "options": "options"; "disabled": "disabled"; }, {}, never, never>;
14
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MultiSelectOptgroupLabelComponent {
3
+ constructor();
4
+ get hostClasses(): {
5
+ 'form-multi-select-optgroup-label': boolean;
6
+ };
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupLabelComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupLabelComponent, "c-multi-select-optgroup-label", never, {}, {}, never, ["*"]>;
9
+ }
@@ -0,0 +1,20 @@
1
+ import { AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core';
2
+ import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
3
+ import { BooleanInput } from '@angular/cdk/coercion';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MultiSelectOptgroupComponent implements AfterContentInit, OnChanges {
6
+ static ngAcceptInputType_disabled: BooleanInput;
7
+ label?: string;
8
+ set disabled(value: boolean);
9
+ get disabled(): boolean;
10
+ private _disabled;
11
+ multiSelectOptions: QueryList<MultiSelectOptionComponent>;
12
+ get hostClasses(): {
13
+ 'form-multi-select-options': boolean;
14
+ };
15
+ ngAfterContentInit(): void;
16
+ ngOnChanges(changes: SimpleChanges): void;
17
+ private updateMultiSelectOptions;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": "label"; "disabled": "disabled"; }, {}, ["multiSelectOptions"], ["*"]>;
20
+ }
@@ -0,0 +1,49 @@
1
+ import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
+ import { BooleanInput } from '@angular/cdk/coercion';
3
+ import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
4
+ import { MultiSelectService } from '../multi-select.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MultiSelectOptionComponent implements AfterContentInit, FocusableOption, OnInit, OnDestroy {
7
+ private elementRef;
8
+ private renderer;
9
+ private changeDetectorRef;
10
+ private focusMonitor;
11
+ private multiSelectService;
12
+ constructor(elementRef: ElementRef, renderer: Renderer2, changeDetectorRef: ChangeDetectorRef, focusMonitor: FocusMonitor, multiSelectService: MultiSelectService);
13
+ static ngAcceptInputType_disabled: BooleanInput;
14
+ static ngAcceptInputType_selected: BooleanInput;
15
+ optionsStyle: ('checkbox' | 'text');
16
+ label?: string;
17
+ value?: string;
18
+ visible: boolean;
19
+ selectedChange: EventEmitter<boolean>;
20
+ content?: ElementRef;
21
+ hasContent: boolean;
22
+ private multiselectVisibleSubscription;
23
+ private dropdownVisible;
24
+ set disabled(value: boolean);
25
+ get disabled(): boolean;
26
+ private _disabled;
27
+ set selected(value: (boolean | undefined));
28
+ get selected(): (boolean | undefined);
29
+ private _selected;
30
+ get hostClasses(): {
31
+ [x: string]: boolean | undefined;
32
+ 'form-multi-select-option': boolean;
33
+ 'form-multi-selected': boolean | undefined;
34
+ disabled: boolean;
35
+ 'd-none': boolean;
36
+ };
37
+ private get tabIndex();
38
+ private get ariaDisabled();
39
+ private get ariaSelected();
40
+ onKeyDown($event: KeyboardEvent): void;
41
+ private onClick;
42
+ ngAfterContentInit(): void;
43
+ getLabel(): string;
44
+ focus(origin?: FocusOrigin): void;
45
+ ngOnDestroy(): void;
46
+ ngOnInit(): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptionComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", never, { "optionsStyle": "optionsStyle"; "label": "label"; "value": "value"; "visible": "visible"; "disabled": "disabled"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, never, ["*"]>;
49
+ }
@@ -0,0 +1,21 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { IOption } from '../multi-select.type';
3
+ import { MultiSelectService } from '../multi-select.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MultiSelectTagComponent implements OnDestroy, OnInit {
6
+ private multiSelectService;
7
+ constructor(multiSelectService: MultiSelectService);
8
+ private multiselectVisibleSubscription;
9
+ multiselectVisible: boolean;
10
+ option?: IOption;
11
+ remove: EventEmitter<IOption>;
12
+ get hostClasses(): {
13
+ 'form-multi-select-tag': boolean;
14
+ };
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ handleRemove($event: any): void;
18
+ private multiselectSubscribe;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTagComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": "option"; }, { "remove": "remove"; }, never, ["*"]>;
21
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./multi-select/multi-select.component";
3
+ import * as i2 from "./multi-select-option/multi-select-option.component";
4
+ import * as i3 from "./multi-select-optgroup/multi-select-optgroup.component";
5
+ import * as i4 from "./multi-select-optgroup/multi-select-optgroup-label.component";
6
+ import * as i5 from "./multi-select-tag/multi-select-tag.component";
7
+ import * as i6 from "./multi-select-native-select/multi-select-native-select.component";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "@angular/cdk/a11y";
10
+ import * as i9 from "../button/button.module";
11
+ import * as i10 from "@angular/forms";
12
+ export declare class MultiSelectModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent, typeof i6.MultiSelectNativeSelectComponent], [typeof i7.CommonModule, typeof i8.A11yModule, typeof i9.ButtonModule, typeof i10.FormsModule], [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
16
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MultiSelectService {
3
+ constructor();
4
+ private multiSelectState;
5
+ multiSelectState$: import("rxjs").Observable<any>;
6
+ private multiSelectVisible;
7
+ multiSelectVisible$: import("rxjs").Observable<boolean>;
8
+ toggleOption(option: any): void;
9
+ toggleVisible(visible: boolean): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<MultiSelectService>;
12
+ }
@@ -0,0 +1,34 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ export interface IMultiSelect {
3
+ cleaner?: boolean;
4
+ multiple?: boolean;
5
+ options?: any[];
6
+ optionsMaxHeight?: (number | string | 'auto');
7
+ optionsStyle?: (string | 'checkbox' | 'text');
8
+ placeholder?: string;
9
+ search?: boolean;
10
+ searchNoResultsLabel?: string;
11
+ selectAll?: boolean;
12
+ selectAllLabel?: string;
13
+ selectionType?: ('counter' | 'tags' | 'text');
14
+ selectionTypeCounterText?: string;
15
+ visible?: boolean;
16
+ visibleChange?: EventEmitter<boolean>;
17
+ }
18
+ export declare type TOptions = IOption[];
19
+ export interface IOption {
20
+ disabled?: boolean;
21
+ label?: string;
22
+ options?: TOptions;
23
+ order?: number;
24
+ selected?: boolean;
25
+ text?: string;
26
+ value?: number | string;
27
+ }
28
+ export interface IMultiSelectOptions {
29
+ handleOptionClick?: (option: IOption) => void;
30
+ options?: IOption[];
31
+ optionsMaxHeight?: number | string;
32
+ optionsStyle?: 'checkbox' | 'text';
33
+ searchNoResultsLabel?: string;
34
+ }
@@ -0,0 +1,6 @@
1
+ export { MultiSelectOptgroupLabelComponent } from './multi-select-optgroup/multi-select-optgroup-label.component';
2
+ export { MultiSelectOptgroupComponent } from './multi-select-optgroup/multi-select-optgroup.component';
3
+ export { MultiSelectOptionComponent } from './multi-select-option/multi-select-option.component';
4
+ export { MultiSelectTagComponent } from './multi-select-tag/multi-select-tag.component';
5
+ export { MultiSelectComponent } from './multi-select/multi-select.component';
6
+ export { MultiSelectModule } from './multi-select.module';
@@ -27,6 +27,7 @@ export declare class NavLinkDirective {
27
27
  get isDisabled(): boolean | null;
28
28
  get attrDisabled(): "" | null;
29
29
  get getTabindex(): string | null;
30
+ get getCursorStyle(): string | null;
30
31
  get hostClasses(): any;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<NavLinkDirective, never>;
32
33
  static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": "cNavLink"; "active": "active"; "disabled": "disabled"; }, {}, never>;
@@ -0,0 +1 @@
1
+ export * from './public_api';
@@ -0,0 +1,2 @@
1
+ export { SmartPaginationComponent } from './smart-pagination.component';
2
+ export { SmartPaginationModule } from './smart-pagination.module';