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

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 (431) 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/{esm2015/lib/accordion/accordion-button/accordion-button.directive.js → esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs} +4 -4
  5. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +55 -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} +4 -4
  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 +170 -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} +4 -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 +134 -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 +60 -0
  68. package/esm2020/lib/carousel/carousel-state.mjs +71 -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/{esm2015/lib/carousel/public_api.js → esm2020/lib/carousel/public_api.mjs} +0 -0
  76. package/{esm2015/lib/collapse/collapse.animations.js → esm2020/lib/collapse/collapse.animations.mjs} +1 -1
  77. package/esm2020/lib/collapse/collapse.directive.mjs +130 -0
  78. package/{esm2015/lib/collapse/collapse.module.js → esm2020/lib/collapse/collapse.module.mjs} +5 -5
  79. package/{esm2015/lib/collapse/index.js → esm2020/lib/collapse/index.mjs} +0 -0
  80. package/{esm2015/lib/collapse/public_api.js → esm2020/lib/collapse/public_api.mjs} +0 -0
  81. package/{esm2015/lib/coreui.types.js → esm2020/lib/coreui.types.mjs} +0 -0
  82. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +296 -0
  83. package/{esm2015/lib/dropdown/dropdown-divider/dropdown-divider.directive.js → esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs} +4 -4
  84. package/{esm2015/lib/dropdown/dropdown-header/dropdown-header.directive.js → esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs} +4 -4
  85. package/{esm2015/lib/dropdown/dropdown-item/dropdown-item-plain.directive.js → esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs} +4 -4
  86. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +68 -0
  87. package/{esm2015/lib/dropdown/dropdown-menu/dropdown-menu.directive.js → esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs} +4 -4
  88. package/{esm2015/lib/dropdown/dropdown.module.js → esm2020/lib/dropdown/dropdown.module.mjs} +5 -5
  89. package/{esm2015/lib/dropdown/dropdown.service.js → esm2020/lib/dropdown/dropdown.service.mjs} +4 -4
  90. package/{esm2015/lib/dropdown/index.js → esm2020/lib/dropdown/index.mjs} +0 -0
  91. package/{esm2015/lib/dropdown/public_api.js → esm2020/lib/dropdown/public_api.mjs} +0 -0
  92. package/esm2020/lib/element-cover/element-cover.component.mjs +71 -0
  93. package/esm2020/lib/element-cover/element-cover.module.mjs +30 -0
  94. package/esm2020/lib/element-cover/index.mjs +2 -0
  95. package/esm2020/lib/element-cover/public_api.mjs +3 -0
  96. package/{esm2015/lib/footer/footer.component.js → esm2020/lib/footer/footer.component.mjs} +4 -4
  97. package/{esm2015/lib/footer/footer.module.js → esm2020/lib/footer/footer.module.mjs} +5 -5
  98. package/{esm2015/lib/footer/index.js → esm2020/lib/footer/index.mjs} +0 -0
  99. package/{esm2015/lib/footer/public_api.js → esm2020/lib/footer/public_api.mjs} +0 -0
  100. package/{esm2015/lib/form/form/form.directive.js → esm2020/lib/form/form/form.directive.mjs} +4 -4
  101. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +62 -0
  102. package/{esm2015/lib/form/form-check/form-check-label.directive.js → esm2020/lib/form/form-check/form-check-label.directive.mjs} +4 -4
  103. package/{esm2015/lib/form/form-check/form-check.component.js → esm2020/lib/form/form-check/form-check.component.mjs} +4 -4
  104. package/{esm2015/lib/form/form-control/form-control.directive.js → esm2020/lib/form/form-control/form-control.directive.mjs} +4 -4
  105. package/{esm2015/lib/form/form-feedback/form-feedback.component.js → esm2020/lib/form/form-feedback/form-feedback.component.mjs} +4 -4
  106. package/{esm2015/lib/form/form-floating/form-floating.directive.js → esm2020/lib/form/form-floating/form-floating.directive.mjs} +4 -4
  107. package/{esm2015/lib/form/form-label/form-label.directive.js → esm2020/lib/form/form-label/form-label.directive.mjs} +4 -4
  108. package/{esm2015/lib/form/form-select/form-select.directive.js → esm2020/lib/form/form-select/form-select.directive.mjs} +4 -4
  109. package/{esm2015/lib/form/form-text/form-text.directive.js → esm2020/lib/form/form-text/form-text.directive.mjs} +4 -4
  110. package/{esm2015/lib/form/form.module.js → esm2020/lib/form/form.module.mjs} +5 -5
  111. package/{esm2015/lib/form/index.js → esm2020/lib/form/index.mjs} +0 -0
  112. package/{esm2015/lib/form/input-group/input-group.component.js → esm2020/lib/form/input-group/input-group.component.mjs} +4 -4
  113. 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
  114. package/{esm2015/lib/form/public_api.js → esm2020/lib/form/public_api.mjs} +0 -0
  115. package/esm2020/lib/grid/col.component.mjs +12 -0
  116. package/esm2020/lib/grid/col.directive.mjs +151 -0
  117. package/{esm2015/lib/grid/col.type.js → esm2020/lib/grid/col.type.mjs} +0 -0
  118. package/esm2020/lib/grid/container.component.mjs +43 -0
  119. package/{esm2015/lib/grid/container.type.js → esm2020/lib/grid/container.type.mjs} +0 -0
  120. package/{esm2015/lib/grid/grid.module.js → esm2020/lib/grid/grid.module.mjs} +5 -5
  121. package/esm2020/lib/grid/gutter.directive.mjs +56 -0
  122. package/{esm2015/lib/grid/gutter.type.js → esm2020/lib/grid/gutter.type.mjs} +0 -0
  123. package/{esm2015/lib/grid/index.js → esm2020/lib/grid/index.mjs} +0 -0
  124. package/{esm2015/lib/grid/public_api.js → esm2020/lib/grid/public_api.mjs} +0 -0
  125. package/esm2020/lib/grid/row.component.mjs +12 -0
  126. package/{esm2015/lib/grid/row.directive.js → esm2020/lib/grid/row.directive.mjs} +4 -4
  127. package/{esm2015/lib/grid/row.type.js → esm2020/lib/grid/row.type.mjs} +0 -0
  128. package/esm2020/lib/header/header/header.component.mjs +47 -0
  129. package/{esm2015/lib/header/header-brand/header-brand.component.js → esm2020/lib/header/header-brand/header-brand.component.mjs} +4 -4
  130. package/{esm2015/lib/header/header-divider/header-divider.component.js → esm2020/lib/header/header-divider/header-divider.component.mjs} +4 -4
  131. package/esm2020/lib/header/header-nav/header-nav.component.mjs +28 -0
  132. package/{esm2015/lib/header/header-text/header-text.component.js → esm2020/lib/header/header-text/header-text.component.mjs} +4 -4
  133. package/{esm2015/lib/header/header-toggler/header-toggler.directive.js → esm2020/lib/header/header-toggler/header-toggler.directive.mjs} +4 -4
  134. package/{esm2015/lib/header/header.module.js → esm2020/lib/header/header.module.mjs} +5 -5
  135. package/{esm2015/lib/header/index.js → esm2020/lib/header/index.mjs} +0 -0
  136. package/{esm2015/lib/header/public_api.js → esm2020/lib/header/public_api.mjs} +0 -0
  137. package/{esm2015/lib/image/img.directive.js → esm2020/lib/image/img.directive.mjs} +4 -4
  138. package/{esm2015/lib/image/img.module.js → esm2020/lib/image/img.module.mjs} +5 -5
  139. package/{esm2015/lib/image/index.js → esm2020/lib/image/index.mjs} +0 -0
  140. package/{esm2015/lib/image/public_api.js → esm2020/lib/image/public_api.mjs} +0 -0
  141. package/{esm2015/lib/list-group/index.js → esm2020/lib/list-group/index.mjs} +0 -0
  142. package/{esm2015/lib/list-group/list-group-item.directive.js → esm2020/lib/list-group/list-group-item.directive.mjs} +4 -4
  143. package/{esm2015/lib/list-group/list-group.directive.js → esm2020/lib/list-group/list-group.directive.mjs} +4 -4
  144. package/{esm2015/lib/list-group/list-group.module.js → esm2020/lib/list-group/list-group.module.mjs} +5 -5
  145. package/{esm2015/lib/list-group/public_api.js → esm2020/lib/list-group/public_api.mjs} +0 -0
  146. package/{esm2015/lib/loading-button/index.js → esm2020/lib/loading-button/index.mjs} +0 -0
  147. package/esm2020/lib/loading-button/loading-button.component.mjs +84 -0
  148. package/{esm2015/lib/loading-button/loading-button.module.js → esm2020/lib/loading-button/loading-button.module.mjs} +5 -5
  149. package/{esm2015/lib/loading-button/public_api.js → esm2020/lib/loading-button/public_api.mjs} +0 -0
  150. package/{esm2015/lib/modal/index.js → esm2020/lib/modal/index.mjs} +0 -0
  151. package/esm2020/lib/modal/modal/modal.component.mjs +314 -0
  152. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +19 -0
  153. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +36 -0
  154. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +32 -0
  155. package/{esm2015/lib/modal/modal-dismiss/modal-toggle.directive.js → esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs} +4 -4
  156. package/{esm2015/lib/modal/modal-footer/modal-footer.component.js → esm2020/lib/modal/modal-footer/modal-footer.component.mjs} +4 -4
  157. package/{esm2015/lib/modal/modal-header/modal-header.component.js → esm2020/lib/modal/modal-header/modal-header.component.mjs} +4 -4
  158. package/{esm2015/lib/modal/modal-title/modal-title.directive.js → esm2020/lib/modal/modal-title/modal-title.directive.mjs} +4 -4
  159. package/{esm2015/lib/modal/modal.module.js → esm2020/lib/modal/modal.module.mjs} +5 -5
  160. package/{esm2015/lib/modal/modal.service.js → esm2020/lib/modal/modal.service.mjs} +4 -4
  161. package/{esm2015/lib/modal/public_api.js → esm2020/lib/modal/public_api.mjs} +0 -0
  162. package/esm2020/lib/multi-select/index.mjs +2 -0
  163. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +468 -0
  164. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +30 -0
  165. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +20 -0
  166. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +52 -0
  167. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +141 -0
  168. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +56 -0
  169. package/esm2020/lib/multi-select/multi-select.module.mjs +50 -0
  170. package/esm2020/lib/multi-select/multi-select.service.mjs +23 -0
  171. package/esm2020/lib/multi-select/multi-select.type.mjs +2 -0
  172. package/esm2020/lib/multi-select/public_api.mjs +7 -0
  173. package/{esm2015/lib/nav/index.js → esm2020/lib/nav/index.mjs} +0 -0
  174. package/esm2020/lib/nav/nav-item.component.mjs +19 -0
  175. package/esm2020/lib/nav/nav-link.directive.mjs +87 -0
  176. package/esm2020/lib/nav/nav.component.mjs +27 -0
  177. package/{esm2015/lib/nav/nav.module.js → esm2020/lib/nav/nav.module.mjs} +5 -5
  178. package/{esm2015/lib/nav/public_api.js → esm2020/lib/nav/public_api.mjs} +0 -0
  179. package/{esm2015/lib/navbar/index.js → esm2020/lib/navbar/index.mjs} +0 -0
  180. package/{esm2015/lib/navbar/navbar-brand/navbar-brand.directive.js → esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs} +4 -4
  181. package/{esm2015/lib/navbar/navbar-nav/navbar-nav.component.js → esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs} +4 -4
  182. package/{esm2015/lib/navbar/navbar-text/navbar-text.component.js → esm2020/lib/navbar/navbar-text/navbar-text.component.mjs} +4 -4
  183. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +63 -0
  184. package/esm2020/lib/navbar/navbar.component.mjs +84 -0
  185. package/{esm2015/lib/navbar/navbar.module.js → esm2020/lib/navbar/navbar.module.mjs} +5 -5
  186. package/{esm2015/lib/navbar/public_api.js → esm2020/lib/navbar/public_api.mjs} +0 -0
  187. package/{esm2015/lib/offcanvas/index.js → esm2020/lib/offcanvas/index.mjs} +0 -0
  188. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +244 -0
  189. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +19 -0
  190. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +19 -0
  191. package/{esm2015/lib/offcanvas/offcanvas-title/offcanvas-title.directive.js → esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs} +4 -4
  192. package/{esm2015/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.js → esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs} +4 -4
  193. package/{esm2015/lib/offcanvas/offcanvas.module.js → esm2020/lib/offcanvas/offcanvas.module.mjs} +5 -5
  194. package/{esm2015/lib/offcanvas/offcanvas.service.js → esm2020/lib/offcanvas/offcanvas.service.mjs} +4 -4
  195. package/{esm2015/lib/offcanvas/public_api.js → esm2020/lib/offcanvas/public_api.mjs} +0 -0
  196. package/{esm2015/lib/pagination/index.js → esm2020/lib/pagination/index.mjs} +0 -0
  197. package/esm2020/lib/pagination/page-item/page-item.component.mjs +12 -0
  198. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +62 -0
  199. package/{esm2015/lib/pagination/page-link/page-link.directive.js → esm2020/lib/pagination/page-link/page-link.directive.mjs} +4 -4
  200. package/esm2020/lib/pagination/pagination/pagination.component.mjs +41 -0
  201. package/{esm2015/lib/pagination/pagination.module.js → esm2020/lib/pagination/pagination.module.mjs} +5 -5
  202. package/{esm2015/lib/pagination/public_api.js → esm2020/lib/pagination/public_api.mjs} +1 -1
  203. package/{esm2015/lib/popover/index.js → esm2020/lib/popover/index.mjs} +0 -0
  204. package/esm2020/lib/popover/popover/popover.component.mjs +92 -0
  205. package/esm2020/lib/popover/popover.directive.mjs +191 -0
  206. package/{esm2015/lib/popover/popover.module.js → esm2020/lib/popover/popover.module.mjs} +5 -5
  207. package/{esm2015/lib/popover/public_api.js → esm2020/lib/popover/public_api.mjs} +0 -0
  208. package/{esm2015/lib/progress/index.js → esm2020/lib/progress/index.mjs} +0 -0
  209. package/{esm2015/lib/progress/progress-bar.component.js → esm2020/lib/progress/progress-bar.component.mjs} +4 -4
  210. package/{esm2015/lib/progress/progress-bar.js → esm2020/lib/progress/progress-bar.mjs} +0 -0
  211. package/{esm2015/lib/progress/progress.component.js → esm2020/lib/progress/progress.component.mjs} +4 -4
  212. package/{esm2015/lib/progress/progress.module.js → esm2020/lib/progress/progress.module.mjs} +5 -5
  213. package/{esm2015/lib/progress/public_api.js → esm2020/lib/progress/public_api.mjs} +0 -0
  214. package/{esm2015/lib/services/class-toggle.service.js → esm2020/lib/services/class-toggle.service.mjs} +4 -4
  215. package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
  216. package/esm2020/lib/services/listeners.service.mjs +43 -0
  217. package/{esm2015/lib/services/public_api.js → esm2020/lib/services/public_api.mjs} +0 -0
  218. package/{esm2015/lib/shared/html-attr.directive.js → esm2020/lib/shared/html-attr.directive.mjs} +4 -4
  219. package/{esm2015/lib/shared/index.js → esm2020/lib/shared/index.mjs} +0 -0
  220. package/{esm2015/lib/shared/public_api.js → esm2020/lib/shared/public_api.mjs} +0 -0
  221. package/{esm2015/lib/shared/shared.module.js → esm2020/lib/shared/shared.module.mjs} +5 -5
  222. package/{esm2015/lib/shared/template-id.directive.js → esm2020/lib/shared/template-id.directive.mjs} +4 -4
  223. package/{esm2015/lib/sidebar/index.js → esm2020/lib/sidebar/index.mjs} +0 -0
  224. package/{esm2015/lib/sidebar/public_api.js → esm2020/lib/sidebar/public_api.mjs} +0 -0
  225. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +223 -0
  226. package/{esm2015/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.js → esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs} +4 -4
  227. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +30 -0
  228. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +20 -0
  229. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +20 -0
  230. package/{esm2015/lib/sidebar/sidebar-nav/index.js → esm2020/lib/sidebar/sidebar-nav/index.mjs} +0 -0
  231. package/{esm2015/lib/sidebar/sidebar-nav/public_api.js → esm2020/lib/sidebar/sidebar-nav/public_api.mjs} +0 -0
  232. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs} +4 -4
  233. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs} +4 -4
  234. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs} +4 -4
  235. 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
  236. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +43 -0
  237. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +94 -0
  238. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +23 -0
  239. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-title.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs} +4 -4
  240. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +137 -0
  241. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.mjs} +0 -0
  242. package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.service.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs} +7 -7
  243. package/{esm2015/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.js → esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs} +4 -4
  244. package/{esm2015/lib/sidebar/sidebar-toggler/sidebar-toggler.component.js → esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs} +4 -4
  245. package/{esm2015/lib/sidebar/sidebar.module.js → esm2020/lib/sidebar/sidebar.module.mjs} +5 -5
  246. package/{esm2015/lib/sidebar/sidebar.service.js → esm2020/lib/sidebar/sidebar.service.mjs} +4 -4
  247. package/esm2020/lib/smart-pagination/index.mjs +2 -0
  248. package/esm2020/lib/smart-pagination/public_api.mjs +3 -0
  249. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +196 -0
  250. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +30 -0
  251. package/esm2020/lib/smart-pagination/smart-pagination.type.mjs +2 -0
  252. package/esm2020/lib/smart-table/index.mjs +2 -0
  253. package/esm2020/lib/smart-table/public_api.mjs +3 -0
  254. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +449 -0
  255. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +48 -0
  256. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +138 -0
  257. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +46 -0
  258. package/esm2020/lib/smart-table/smart-table.module.mjs +72 -0
  259. package/esm2020/lib/smart-table/smart-table.type.mjs +2 -0
  260. package/{esm2015/lib/spinner/index.js → esm2020/lib/spinner/index.mjs} +0 -0
  261. package/{esm2015/lib/spinner/public_api.js → esm2020/lib/spinner/public_api.mjs} +0 -0
  262. package/esm2020/lib/spinner/spinner.component.mjs +49 -0
  263. package/{esm2015/lib/spinner/spinner.module.js → esm2020/lib/spinner/spinner.module.mjs} +5 -5
  264. package/{esm2015/lib/table/index.js → esm2020/lib/table/index.mjs} +0 -0
  265. package/{esm2015/lib/table/public_api.js → esm2020/lib/table/public_api.mjs} +0 -0
  266. package/{esm2015/lib/table/table-active.directive.js → esm2020/lib/table/table-active.directive.mjs} +4 -4
  267. package/{esm2015/lib/table/table-color.directive.js → esm2020/lib/table/table-color.directive.mjs} +4 -4
  268. package/{esm2015/lib/table/table.directive.js → esm2020/lib/table/table.directive.mjs} +5 -5
  269. package/{esm2015/lib/table/table.module.js → esm2020/lib/table/table.module.mjs} +5 -5
  270. package/esm2020/lib/table/table.type.mjs +2 -0
  271. package/{esm2015/lib/tabs/index.js → esm2020/lib/tabs/index.mjs} +0 -0
  272. package/{esm2015/lib/tabs/public_api.js → esm2020/lib/tabs/public_api.mjs} +0 -0
  273. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +92 -0
  274. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +128 -0
  275. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +57 -0
  276. package/{esm2015/lib/tabs/tab.service.js → esm2020/lib/tabs/tab.service.mjs} +4 -4
  277. package/{esm2015/lib/tabs/tabs.module.js → esm2020/lib/tabs/tabs.module.mjs} +5 -5
  278. package/{esm2015/lib/toast/index.js → esm2020/lib/toast/index.mjs} +0 -0
  279. package/{esm2015/lib/toast/public_api.js → esm2020/lib/toast/public_api.mjs} +0 -0
  280. package/{esm2015/lib/toast/toast/toast.component.js → esm2020/lib/toast/toast/toast.component.mjs} +6 -12
  281. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +21 -0
  282. package/{esm2015/lib/toast/toast-close.directive.js → esm2020/lib/toast/toast-close.directive.mjs} +4 -4
  283. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +31 -0
  284. package/{esm2015/lib/toast/toast.module.js → esm2020/lib/toast/toast.module.mjs} +5 -5
  285. package/{esm2015/lib/toast/toaster/toaster-host.directive.js → esm2020/lib/toast/toaster/toaster-host.directive.mjs} +4 -4
  286. package/esm2020/lib/toast/toaster/toaster.component.mjs +140 -0
  287. package/esm2020/lib/toast/toaster/toaster.service.mjs +21 -0
  288. package/{esm2015/lib/tooltip/index.js → esm2020/lib/tooltip/index.mjs} +0 -0
  289. package/{esm2015/lib/tooltip/public_api.js → esm2020/lib/tooltip/public_api.mjs} +0 -0
  290. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +88 -0
  291. package/esm2020/lib/tooltip/tooltip.directive.mjs +185 -0
  292. package/{esm2015/lib/tooltip/tooltip.module.js → esm2020/lib/tooltip/tooltip.module.mjs} +5 -5
  293. package/{esm2015/lib/utilities/align.directive.js → esm2020/lib/utilities/align.directive.mjs} +4 -4
  294. package/{esm2015/lib/utilities/bg-color.directive.js → esm2020/lib/utilities/bg-color.directive.mjs} +4 -4
  295. package/esm2020/lib/utilities/border.directive.mjs +66 -0
  296. package/{esm2015/lib/utilities/border.type.js → esm2020/lib/utilities/border.type.mjs} +0 -0
  297. package/{esm2015/lib/utilities/index.js → esm2020/lib/utilities/index.mjs} +0 -0
  298. package/{esm2015/lib/utilities/public_api.js → esm2020/lib/utilities/public_api.mjs} +0 -0
  299. package/esm2020/lib/utilities/rounded.directive.mjs +65 -0
  300. package/{esm2015/lib/utilities/rounded.type.js → esm2020/lib/utilities/rounded.type.mjs} +0 -0
  301. package/{esm2015/lib/utilities/text-color.directive.js → esm2020/lib/utilities/text-color.directive.mjs} +4 -4
  302. package/{esm2015/lib/utilities/utilities.module.js → esm2020/lib/utilities/utilities.module.mjs} +5 -5
  303. package/{esm2015/lib/widget/index.js → esm2020/lib/widget/index.mjs} +0 -0
  304. package/{esm2015/lib/widget/public_api.js → esm2020/lib/widget/public_api.mjs} +0 -0
  305. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +49 -0
  306. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +52 -0
  307. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +80 -0
  308. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +39 -0
  309. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +30 -0
  310. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +96 -0
  311. package/{esm2015/lib/widget/widget.module.js → esm2020/lib/widget/widget.module.mjs} +5 -5
  312. package/esm2020/public-api.mjs +45 -0
  313. package/fesm2015/{coreui-angular-pro.js → coreui-angular-pro.mjs} +5256 -3628
  314. package/fesm2015/coreui-angular-pro.mjs.map +1 -0
  315. package/fesm2020/coreui-angular-pro.mjs +11140 -0
  316. package/fesm2020/coreui-angular-pro.mjs.map +1 -0
  317. package/lib/backdrop/backdrop.service.d.ts +1 -1
  318. package/lib/collapse/collapse.directive.d.ts +3 -2
  319. package/lib/element-cover/element-cover.component.d.ts +27 -0
  320. package/lib/element-cover/element-cover.module.d.ts +9 -0
  321. package/lib/element-cover/index.d.ts +1 -0
  322. package/lib/element-cover/public_api.d.ts +2 -0
  323. package/lib/modal/modal/modal.component.d.ts +4 -1
  324. package/lib/multi-select/index.d.ts +1 -0
  325. package/lib/multi-select/multi-select/multi-select.component.d.ts +110 -0
  326. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +14 -0
  327. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +9 -0
  328. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +20 -0
  329. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +49 -0
  330. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +21 -0
  331. package/lib/multi-select/multi-select.module.d.ts +16 -0
  332. package/lib/multi-select/multi-select.service.d.ts +12 -0
  333. package/lib/multi-select/multi-select.type.d.ts +34 -0
  334. package/lib/multi-select/public_api.d.ts +6 -0
  335. package/lib/nav/nav-link.directive.d.ts +1 -0
  336. package/lib/smart-pagination/index.d.ts +1 -0
  337. package/lib/smart-pagination/public_api.d.ts +2 -0
  338. package/lib/smart-pagination/smart-pagination.component.d.ts +109 -0
  339. package/lib/smart-pagination/smart-pagination.module.d.ts +9 -0
  340. package/lib/smart-pagination/smart-pagination.type.d.ts +79 -0
  341. package/lib/smart-table/index.d.ts +1 -0
  342. package/lib/smart-table/public_api.d.ts +2 -0
  343. package/lib/smart-table/smart-table/smart-table.component.d.ts +124 -0
  344. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +15 -0
  345. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +36 -0
  346. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +14 -0
  347. package/lib/smart-table/smart-table.module.d.ts +20 -0
  348. package/lib/smart-table/smart-table.type.d.ts +272 -0
  349. package/lib/table/table.directive.d.ts +3 -2
  350. package/lib/table/table.type.d.ts +76 -0
  351. package/package.json +25 -11
  352. package/public-api.d.ts +5 -1
  353. package/bundles/coreui-angular-pro.umd.js +0 -11644
  354. package/bundles/coreui-angular-pro.umd.js.map +0 -1
  355. package/esm2015/lib/accordion/accordion/accordion.component.js +0 -46
  356. package/esm2015/lib/accordion/accordion-item/accordion-item.component.js +0 -60
  357. package/esm2015/lib/alert/alert.component.js +0 -176
  358. package/esm2015/lib/avatar/avatar.component.js +0 -53
  359. package/esm2015/lib/backdrop/backdrop.service.js +0 -52
  360. package/esm2015/lib/badge/badge.component.js +0 -47
  361. package/esm2015/lib/breadcrumb/breadcrumb/breadcrumb.component.js +0 -47
  362. package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.js +0 -41
  363. package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.js +0 -45
  364. package/esm2015/lib/button/button-close.directive.js +0 -43
  365. package/esm2015/lib/callout/callout.component.js +0 -27
  366. package/esm2015/lib/card/card-img-overlay/card-img-overlay.component.js +0 -23
  367. package/esm2015/lib/carousel/carousel/carousel.component.js +0 -140
  368. package/esm2015/lib/carousel/carousel-caption/carousel-caption.component.js +0 -21
  369. package/esm2015/lib/carousel/carousel-control/carousel-control.component.js +0 -88
  370. package/esm2015/lib/carousel/carousel-indicators/carousel-indicators.component.js +0 -51
  371. package/esm2015/lib/carousel/carousel-inner/carousel-inner.component.js +0 -53
  372. package/esm2015/lib/carousel/carousel-item/carousel-item.component.js +0 -65
  373. package/esm2015/lib/carousel/carousel-state.js +0 -72
  374. package/esm2015/lib/collapse/collapse.directive.js +0 -125
  375. package/esm2015/lib/dropdown/dropdown/dropdown.component.js +0 -304
  376. package/esm2015/lib/dropdown/dropdown-item/dropdown-item.directive.js +0 -68
  377. package/esm2015/lib/form/form-check/form-check-input.directive.js +0 -60
  378. package/esm2015/lib/grid/col.component.js +0 -16
  379. package/esm2015/lib/grid/col.directive.js +0 -151
  380. package/esm2015/lib/grid/container.component.js +0 -47
  381. package/esm2015/lib/grid/gutter.directive.js +0 -56
  382. package/esm2015/lib/grid/row.component.js +0 -16
  383. package/esm2015/lib/header/header/header.component.js +0 -50
  384. package/esm2015/lib/header/header-nav/header-nav.component.js +0 -32
  385. package/esm2015/lib/loading-button/loading-button.component.js +0 -90
  386. package/esm2015/lib/modal/modal/modal.component.js +0 -309
  387. package/esm2015/lib/modal/modal-body/modal-body.component.js +0 -23
  388. package/esm2015/lib/modal/modal-content/modal-content.component.js +0 -37
  389. package/esm2015/lib/modal/modal-dialog/modal-dialog.component.js +0 -36
  390. package/esm2015/lib/nav/nav-item.component.js +0 -23
  391. package/esm2015/lib/nav/nav-link.directive.js +0 -81
  392. package/esm2015/lib/nav/nav.component.js +0 -31
  393. package/esm2015/lib/navbar/navbar-toggler/navbar-toggler.directive.js +0 -64
  394. package/esm2015/lib/navbar/navbar.component.js +0 -88
  395. package/esm2015/lib/offcanvas/offcanvas/offcanvas.component.js +0 -251
  396. package/esm2015/lib/offcanvas/offcanvas-body/offcanvas-body.component.js +0 -23
  397. package/esm2015/lib/offcanvas/offcanvas-header/offcanvas-header.component.js +0 -23
  398. package/esm2015/lib/pagination/page-item/page-item.component.js +0 -16
  399. package/esm2015/lib/pagination/page-item/page-item.directive.js +0 -62
  400. package/esm2015/lib/pagination/pagination/pagination.component.js +0 -45
  401. package/esm2015/lib/popover/popover/popover.component.js +0 -96
  402. package/esm2015/lib/popover/popover.directive.js +0 -193
  403. package/esm2015/lib/services/listeners.service.js +0 -44
  404. package/esm2015/lib/sidebar/sidebar/sidebar.component.js +0 -220
  405. package/esm2015/lib/sidebar/sidebar-brand/sidebar-brand.component.js +0 -33
  406. package/esm2015/lib/sidebar/sidebar-footer/sidebar-footer.component.js +0 -24
  407. package/esm2015/lib/sidebar/sidebar-header/sidebar-header.component.js +0 -24
  408. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-label.component.js +0 -46
  409. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.component.js +0 -99
  410. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.js +0 -24
  411. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.component.js +0 -147
  412. package/esm2015/lib/spinner/spinner.component.js +0 -52
  413. package/esm2015/lib/tabs/tab-content/tab-content.component.js +0 -101
  414. package/esm2015/lib/tabs/tab-content-ref.directive.js +0 -130
  415. package/esm2015/lib/tabs/tab-pane/tab-pane.component.js +0 -62
  416. package/esm2015/lib/toast/toast-body/toast-body.component.js +0 -26
  417. package/esm2015/lib/toast/toast-header/toast-header.component.js +0 -36
  418. package/esm2015/lib/toast/toaster/toaster.component.js +0 -149
  419. package/esm2015/lib/toast/toaster/toaster.service.js +0 -21
  420. package/esm2015/lib/tooltip/tooltip/tooltip.component.js +0 -92
  421. package/esm2015/lib/tooltip/tooltip.directive.js +0 -188
  422. package/esm2015/lib/utilities/border.directive.js +0 -66
  423. package/esm2015/lib/utilities/rounded.directive.js +0 -56
  424. package/esm2015/lib/widget/widget-stat-a/widget-stat-a.component.js +0 -54
  425. package/esm2015/lib/widget/widget-stat-b/widget-stat-b.component.js +0 -57
  426. package/esm2015/lib/widget/widget-stat-c/widget-stat-c.component.js +0 -85
  427. package/esm2015/lib/widget/widget-stat-d/widget-stat-d.component.js +0 -44
  428. package/esm2015/lib/widget/widget-stat-e/widget-stat-e.component.js +0 -35
  429. package/esm2015/lib/widget/widget-stat-f/widget-stat-f.component.js +0 -101
  430. package/esm2015/public-api.js +0 -41
  431. package/fesm2015/coreui-angular-pro.js.map +0 -1
@@ -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,9 +1,10 @@
1
- import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
1
+ import { 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
5
  export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck {
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;
@@ -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';
@@ -0,0 +1,109 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { ISmartPagination } from './smart-pagination.type';
3
+ import { NumberInput } from '@angular/cdk/coercion';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SmartPaginationComponent implements ISmartPagination {
6
+ static ngAcceptInputType_activePage: NumberInput;
7
+ static ngAcceptInputType_pages: NumberInput;
8
+ static ngAcceptInputType_limit: NumberInput;
9
+ constructor();
10
+ /**
11
+ * Current page number. [docs]
12
+ * @default 1
13
+ * @type number
14
+ */
15
+ set activePage(value: number);
16
+ get activePage(): number;
17
+ private _activePage;
18
+ /**
19
+ * Event triggered on activePage change.
20
+ * @type EventEmitter<number>
21
+ */
22
+ activePageChange: EventEmitter<number>;
23
+ /**
24
+ * Show/hide arrows
25
+ * @default true
26
+ * @type boolean
27
+ */
28
+ arrows: boolean;
29
+ /**
30
+ * Show double arrows buttons
31
+ * @default true
32
+ * @type boolean
33
+ */
34
+ doubleArrows: boolean;
35
+ /**
36
+ * Show/hide dots. [docs]
37
+ * @default true
38
+ */
39
+ dots: boolean;
40
+ /**
41
+ * Maximum items number. [docs]
42
+ * @default 5
43
+ * @type number
44
+ */
45
+ set limit(value: number);
46
+ get limit(): number;
47
+ private _limit;
48
+ /**
49
+ * Number of pages. [docs]
50
+ * @type number
51
+ */
52
+ set pages(value: number);
53
+ get pages(): number;
54
+ private _pages;
55
+ /**
56
+ * The content of 'firstButton' button. [docs]
57
+ * @default '&laquo'
58
+ * todo TemplateRef
59
+ */
60
+ firstButton?: string | TemplateRef<any>;
61
+ /**
62
+ * The content of 'lastButton' button. [docs]
63
+ * @default '&raquo'
64
+ * todo TemplateRef
65
+ */
66
+ lastButton?: string | TemplateRef<any>;
67
+ /**
68
+ * The content of 'nextButton' button. [docs]
69
+ * @default '&lsaquo'
70
+ * todo TemplateRef
71
+ */
72
+ nextButton?: string | TemplateRef<any>;
73
+ /**
74
+ * The content of 'previousButton' button. [docs]
75
+ * @default '&rsaquo'
76
+ * todo TemplateRef
77
+ */
78
+ previousButton?: string | TemplateRef<any>;
79
+ /**
80
+ * Set the alignment of pagination components.
81
+ * @values 'start', 'center', 'end'
82
+ */
83
+ align?: 'start' | 'center' | 'end' | '';
84
+ /**
85
+ * Size the component small or large.
86
+ * @values 'sm', 'lg'
87
+ */
88
+ size?: 'sm' | 'lg';
89
+ /**
90
+ * Default role for pagination. [docs]
91
+ * @type string
92
+ * @default 'navigation'
93
+ */
94
+ role: string;
95
+ get paginationClass(): any;
96
+ get maxPrevItems(): number;
97
+ get maxNextItems(): number;
98
+ get range(): number;
99
+ get lastItem(): number;
100
+ get computedLimit(): number;
101
+ get itemsLimit(): number;
102
+ get showDots(): boolean;
103
+ get beforeDots(): boolean;
104
+ get afterDots(): boolean;
105
+ get items(): number[];
106
+ setPage(page: number): void;
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never>;
109
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./smart-pagination.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../pagination/pagination.module";
5
+ export declare class SmartPaginationModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, [typeof i1.SmartPaginationComponent], [typeof i2.CommonModule, typeof i3.PaginationModule], [typeof i1.SmartPaginationComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
9
+ }
@@ -0,0 +1,79 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ export interface ISmartPagination {
3
+ /**
4
+ * Current page number. [docs]
5
+ * @default 1
6
+ * @type number
7
+ */
8
+ activePage?: number;
9
+ /**
10
+ * Event triggered on activePage change.
11
+ * @type EventEmitter<number>
12
+ */
13
+ activePageChange: EventEmitter<number>;
14
+ /**
15
+ * Show/hide arrows. [docs]
16
+ * @default true
17
+ * @type boolean
18
+ */
19
+ arrows?: boolean;
20
+ /**
21
+ * Show double arrows buttons. [docs]
22
+ * @default true
23
+ * @type boolean
24
+ */
25
+ doubleArrows?: boolean;
26
+ /**
27
+ * Show/hide dots. [docs]
28
+ * @default true
29
+ * @type boolean
30
+ */
31
+ dots?: boolean;
32
+ /**
33
+ * Maximum items number. [docs]
34
+ * @default 5
35
+ * @type number
36
+ */
37
+ limit?: number;
38
+ /**
39
+ * Number of pages. [docs]
40
+ * @type number
41
+ */
42
+ pages?: number;
43
+ /**
44
+ * The content of 'firstButton' button. [docs]
45
+ * @default '&laquo'
46
+ */
47
+ firstButton?: string | TemplateRef<any>;
48
+ /**
49
+ * The content of 'lastButton' button. [docs]
50
+ * @default '&raquo'
51
+ */
52
+ lastButton?: string | TemplateRef<any>;
53
+ /**
54
+ * The content of 'previousButton' button. [docs]
55
+ * @default '&lsaquo;'
56
+ */
57
+ nextButton?: string | TemplateRef<any>;
58
+ /**
59
+ * The content of 'nextButton' button. [docs]
60
+ * @default '&rsaquo;'
61
+ */
62
+ previousButton?: string | TemplateRef<any>;
63
+ /**
64
+ * Size of pagination, valid values: 'sm', 'lg'. [docs]
65
+ */
66
+ size?: 'sm' | 'lg';
67
+ /**
68
+ * Set the alignment of pagination components.
69
+ * @values 'start', 'center', 'end'
70
+ * @type string
71
+ */
72
+ align?: 'start' | 'center' | 'end' | '';
73
+ /**
74
+ * Default role for pagination. [docs]
75
+ * @type string
76
+ * @default 'navigation'
77
+ */
78
+ role?: string;
79
+ }
@@ -0,0 +1 @@
1
+ export * from './public_api';
@@ -0,0 +1,2 @@
1
+ export { SmartTableComponent } from './smart-table/smart-table.component';
2
+ export { SmartTableModule } from './smart-table.module';