@coreui/angular-pro 4.0.0-alpha.0 → 4.0.0-alpha.11

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 (447) 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 +62 -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} +6 -6
  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 +130 -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} +4645 -2951
  315. package/fesm2015/coreui-angular-pro.mjs.map +1 -0
  316. package/fesm2020/coreui-angular-pro.mjs +11249 -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 +4 -2
  320. package/lib/alert/alert.component.d.ts +7 -1
  321. package/lib/backdrop/backdrop.service.d.ts +1 -1
  322. package/lib/carousel/carousel/carousel.component.d.ts +23 -5
  323. package/lib/carousel/carousel-item/carousel-item.component.d.ts +8 -2
  324. package/lib/carousel/carousel.service.d.ts +1 -0
  325. package/lib/carousel/intersection.service.d.ts +15 -0
  326. package/lib/collapse/collapse.directive.d.ts +3 -2
  327. package/lib/element-cover/element-cover.component.d.ts +27 -0
  328. package/lib/element-cover/element-cover.module.d.ts +9 -0
  329. package/lib/{chart → element-cover}/index.d.ts +0 -0
  330. package/lib/element-cover/public_api.d.ts +2 -0
  331. package/lib/modal/modal/modal.component.d.ts +4 -1
  332. package/lib/multi-select/index.d.ts +1 -0
  333. package/lib/multi-select/multi-select/multi-select.component.d.ts +110 -0
  334. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +14 -0
  335. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +9 -0
  336. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +20 -0
  337. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +49 -0
  338. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +21 -0
  339. package/lib/multi-select/multi-select.module.d.ts +16 -0
  340. package/lib/multi-select/multi-select.service.d.ts +12 -0
  341. package/lib/multi-select/multi-select.type.d.ts +34 -0
  342. package/lib/multi-select/public_api.d.ts +6 -0
  343. package/lib/nav/nav-link.directive.d.ts +1 -0
  344. package/lib/smart-pagination/index.d.ts +1 -0
  345. package/lib/smart-pagination/public_api.d.ts +2 -0
  346. package/lib/smart-pagination/smart-pagination.component.d.ts +109 -0
  347. package/lib/smart-pagination/smart-pagination.module.d.ts +9 -0
  348. package/lib/smart-pagination/smart-pagination.type.d.ts +79 -0
  349. package/lib/smart-table/index.d.ts +1 -0
  350. package/lib/smart-table/public_api.d.ts +2 -0
  351. package/lib/smart-table/smart-table/smart-table.component.d.ts +124 -0
  352. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +15 -0
  353. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +36 -0
  354. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +14 -0
  355. package/lib/smart-table/smart-table.module.d.ts +20 -0
  356. package/lib/smart-table/smart-table.type.d.ts +272 -0
  357. package/lib/table/table.directive.d.ts +3 -2
  358. package/lib/table/table.type.d.ts +76 -0
  359. package/package.json +29 -16
  360. package/public-api.d.ts +5 -2
  361. package/bundles/coreui-angular-pro.umd.js +0 -11697
  362. package/bundles/coreui-angular-pro.umd.js.map +0 -1
  363. package/esm2015/lib/accordion/accordion/accordion.component.js +0 -46
  364. package/esm2015/lib/accordion/accordion-button/accordion-button.directive.js +0 -30
  365. package/esm2015/lib/accordion/accordion-item/accordion-item.component.js +0 -60
  366. package/esm2015/lib/alert/alert.component.js +0 -176
  367. package/esm2015/lib/avatar/avatar.component.js +0 -53
  368. package/esm2015/lib/backdrop/backdrop.service.js +0 -52
  369. package/esm2015/lib/badge/badge.component.js +0 -47
  370. package/esm2015/lib/breadcrumb/breadcrumb/breadcrumb.component.js +0 -47
  371. package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.js +0 -41
  372. package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.js +0 -45
  373. package/esm2015/lib/button/button-close.directive.js +0 -43
  374. package/esm2015/lib/callout/callout.component.js +0 -27
  375. package/esm2015/lib/card/card-img-overlay/card-img-overlay.component.js +0 -23
  376. package/esm2015/lib/carousel/carousel/carousel.component.js +0 -140
  377. package/esm2015/lib/carousel/carousel-caption/carousel-caption.component.js +0 -21
  378. package/esm2015/lib/carousel/carousel-control/carousel-control.component.js +0 -88
  379. package/esm2015/lib/carousel/carousel-indicators/carousel-indicators.component.js +0 -51
  380. package/esm2015/lib/carousel/carousel-inner/carousel-inner.component.js +0 -53
  381. package/esm2015/lib/carousel/carousel-item/carousel-item.component.js +0 -65
  382. package/esm2015/lib/carousel/carousel-state.js +0 -72
  383. package/esm2015/lib/chart/chart.module.js +0 -26
  384. package/esm2015/lib/chart/index.js +0 -2
  385. package/esm2015/lib/chart/no-zone-basechart.directive.js +0 -26
  386. package/esm2015/lib/chart/public_api.js +0 -3
  387. package/esm2015/lib/collapse/collapse.directive.js +0 -125
  388. package/esm2015/lib/dropdown/dropdown/dropdown.component.js +0 -304
  389. package/esm2015/lib/dropdown/dropdown-item/dropdown-item.directive.js +0 -68
  390. package/esm2015/lib/form/form-check/form-check-input.directive.js +0 -60
  391. package/esm2015/lib/grid/col.component.js +0 -16
  392. package/esm2015/lib/grid/col.directive.js +0 -151
  393. package/esm2015/lib/grid/container.component.js +0 -47
  394. package/esm2015/lib/grid/gutter.directive.js +0 -56
  395. package/esm2015/lib/grid/row.component.js +0 -16
  396. package/esm2015/lib/header/header/header.component.js +0 -50
  397. package/esm2015/lib/header/header-nav/header-nav.component.js +0 -32
  398. package/esm2015/lib/loading-button/loading-button.component.js +0 -90
  399. package/esm2015/lib/modal/modal/modal.component.js +0 -309
  400. package/esm2015/lib/modal/modal-body/modal-body.component.js +0 -23
  401. package/esm2015/lib/modal/modal-content/modal-content.component.js +0 -37
  402. package/esm2015/lib/modal/modal-dialog/modal-dialog.component.js +0 -36
  403. package/esm2015/lib/nav/nav-item.component.js +0 -23
  404. package/esm2015/lib/nav/nav-link.directive.js +0 -81
  405. package/esm2015/lib/nav/nav.component.js +0 -31
  406. package/esm2015/lib/navbar/navbar-toggler/navbar-toggler.directive.js +0 -64
  407. package/esm2015/lib/navbar/navbar.component.js +0 -88
  408. package/esm2015/lib/offcanvas/offcanvas/offcanvas.component.js +0 -251
  409. package/esm2015/lib/offcanvas/offcanvas-body/offcanvas-body.component.js +0 -23
  410. package/esm2015/lib/offcanvas/offcanvas-header/offcanvas-header.component.js +0 -23
  411. package/esm2015/lib/pagination/page-item/page-item.component.js +0 -16
  412. package/esm2015/lib/pagination/page-item/page-item.directive.js +0 -62
  413. package/esm2015/lib/pagination/pagination/pagination.component.js +0 -45
  414. package/esm2015/lib/popover/popover/popover.component.js +0 -96
  415. package/esm2015/lib/popover/popover.directive.js +0 -193
  416. package/esm2015/lib/services/listeners.service.js +0 -44
  417. package/esm2015/lib/sidebar/sidebar/sidebar.component.js +0 -220
  418. package/esm2015/lib/sidebar/sidebar-brand/sidebar-brand.component.js +0 -33
  419. package/esm2015/lib/sidebar/sidebar-footer/sidebar-footer.component.js +0 -24
  420. package/esm2015/lib/sidebar/sidebar-header/sidebar-header.component.js +0 -24
  421. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-label.component.js +0 -46
  422. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.component.js +0 -99
  423. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.js +0 -24
  424. package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.component.js +0 -147
  425. package/esm2015/lib/spinner/spinner.component.js +0 -52
  426. package/esm2015/lib/tabs/tab-content/tab-content.component.js +0 -101
  427. package/esm2015/lib/tabs/tab-content-ref.directive.js +0 -130
  428. package/esm2015/lib/tabs/tab-pane/tab-pane.component.js +0 -62
  429. package/esm2015/lib/toast/toast-body/toast-body.component.js +0 -26
  430. package/esm2015/lib/toast/toast-header/toast-header.component.js +0 -36
  431. package/esm2015/lib/toast/toaster/toaster.component.js +0 -149
  432. package/esm2015/lib/toast/toaster/toaster.service.js +0 -21
  433. package/esm2015/lib/tooltip/tooltip/tooltip.component.js +0 -92
  434. package/esm2015/lib/tooltip/tooltip.directive.js +0 -188
  435. package/esm2015/lib/utilities/border.directive.js +0 -66
  436. package/esm2015/lib/utilities/rounded.directive.js +0 -56
  437. package/esm2015/lib/widget/widget-stat-a/widget-stat-a.component.js +0 -54
  438. package/esm2015/lib/widget/widget-stat-b/widget-stat-b.component.js +0 -57
  439. package/esm2015/lib/widget/widget-stat-c/widget-stat-c.component.js +0 -85
  440. package/esm2015/lib/widget/widget-stat-d/widget-stat-d.component.js +0 -44
  441. package/esm2015/lib/widget/widget-stat-e/widget-stat-e.component.js +0 -35
  442. package/esm2015/lib/widget/widget-stat-f/widget-stat-f.component.js +0 -101
  443. package/esm2015/public-api.js +0 -42
  444. package/fesm2015/coreui-angular-pro.js.map +0 -1
  445. package/lib/chart/chart.module.d.ts +0 -8
  446. package/lib/chart/no-zone-basechart.directive.d.ts +0 -9
  447. package/lib/chart/public_api.d.ts +0 -2
@@ -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';
@@ -0,0 +1,124 @@
1
+ import { AfterContentInit, EventEmitter, IterableDiffers, QueryList, TemplateRef } from '@angular/core';
2
+ import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
3
+ import { ITable } from '../../table/table.type';
4
+ import { IColumnFilter, IColumnFilterValue, IItem, IItemInternal, ISmartTable, ISorter, ISorterValue, ITableFilter, ITableGroupProps, ItemsPerPageSelect } from '../smart-table.type';
5
+ import { TemplateIdDirective } from '../../shared';
6
+ import * as i0 from "@angular/core";
7
+ export declare class SmartTableComponent implements ISmartTable, AfterContentInit {
8
+ private iterable;
9
+ static ngAcceptInputType_activePage: NumberInput;
10
+ static ngAcceptInputType_cleaner: BooleanInput;
11
+ static ngAcceptInputType_clickableRows: BooleanInput;
12
+ static ngAcceptInputType_footer: BooleanInput;
13
+ static ngAcceptInputType_header: BooleanInput;
14
+ static ngAcceptInputType_itemsPerPage: NumberInput;
15
+ static ngAcceptInputType_pagination: BooleanInput;
16
+ static ngAcceptInputType_selectable: BooleanInput;
17
+ constructor(iterable: IterableDiffers);
18
+ private iterableDiffer;
19
+ set activePage(value: number);
20
+ get activePage(): number;
21
+ private _activePage;
22
+ set cleaner(value: boolean);
23
+ get cleaner(): boolean;
24
+ private _cleaner;
25
+ set clickableRows(value: boolean);
26
+ get clickableRows(): boolean;
27
+ private _clickableRows;
28
+ set columns(value: any[]);
29
+ get columns(): any[];
30
+ private _columns?;
31
+ columnFilter?: boolean | IColumnFilter;
32
+ set columnFilterValue(value: IColumnFilterValue);
33
+ get columnFilterValue(): IColumnFilterValue;
34
+ private _columnFilterValue;
35
+ columnSorter?: boolean | ISorter;
36
+ set footer(value: boolean);
37
+ get footer(): boolean;
38
+ private _footer;
39
+ set header(value: boolean);
40
+ get header(): boolean;
41
+ private _header;
42
+ set items(value: IItem[]);
43
+ get items(): IItem[];
44
+ private _items;
45
+ set itemsPerPage(value: number);
46
+ get itemsPerPage(): number;
47
+ private _itemsPerPage;
48
+ itemsPerPageLabel: string;
49
+ itemsPerPageOptions: number[];
50
+ itemsPerPageSelect?: boolean | ItemsPerPageSelect;
51
+ loading?: boolean;
52
+ noItemsLabel: string | TemplateRef<any>;
53
+ set pagination(value: boolean);
54
+ get pagination(): boolean;
55
+ private _pagination;
56
+ set selectable(value: boolean);
57
+ get selectable(): boolean;
58
+ private _selectable;
59
+ set sorterValue(value: ISorterValue);
60
+ get sorterValue(): ISorterValue;
61
+ private _sorterValue;
62
+ tableFilter?: boolean | ITableFilter;
63
+ tableFilterLabel: string;
64
+ tableFilterPlaceholder: string;
65
+ set tableFilterValue(value: string);
66
+ get tableFilterValue(): string;
67
+ private _tableFilterValue;
68
+ tableBodyProps?: ITableGroupProps;
69
+ tableFootProps?: ITableGroupProps;
70
+ tableHeadProps?: ITableGroupProps;
71
+ tableProps?: ITable;
72
+ selectedItemsChange: EventEmitter<any>;
73
+ sorterValueChange: EventEmitter<any>;
74
+ activePageChange: EventEmitter<any>;
75
+ itemsPerPageChange: EventEmitter<any>;
76
+ rowClick: EventEmitter<any>;
77
+ columnFilterValueChange: EventEmitter<any>;
78
+ filteredItemsChange: EventEmitter<any>;
79
+ tableFilterValueChange: EventEmitter<any>;
80
+ columnTemplates: QueryList<TemplateIdDirective>;
81
+ templates: {
82
+ [key: string]: (TemplateRef<any> | null);
83
+ };
84
+ ngAfterContentInit(): void;
85
+ get selectedAll(): boolean | "indeterminate";
86
+ set selectedAll(value: string | boolean);
87
+ private _selectedAll;
88
+ get tableFilterState(): string;
89
+ get columnFilterState(): IColumnFilterValue;
90
+ get numberOfPages(): number;
91
+ get colspan(): number;
92
+ get firstItemOnActivePageIndex(): number;
93
+ get itemsOnActivePage(): IItemInternal[];
94
+ get currentItems(): IItemInternal[];
95
+ get genCols(): string[];
96
+ get rawColumnNames(): any[];
97
+ get itemsDataColumns(): any[];
98
+ get sortedItems(): IItemInternal[];
99
+ get columnFiltered(): IItemInternal[];
100
+ get tableFiltered(): IItemInternal[];
101
+ get isFiltered(): string;
102
+ private setItems;
103
+ handleSortChange($event: {
104
+ columnKey: string;
105
+ index: number;
106
+ }): void;
107
+ isSortable(i: number): boolean | undefined;
108
+ handleSorterChange(column: string, index: number): void;
109
+ setActivePage($event: number): void;
110
+ handleColumnFilterChange($event: any): void;
111
+ handleTableFilterChange($event: string): void;
112
+ clean($event: MouseEvent): void;
113
+ handleItemsPerPageChange(value: number): void;
114
+ handleRowChecked($event: Event, item: IItemInternal): void;
115
+ handleSelectAllChange($event: any): void;
116
+ getColumnName($event: MouseEvent): string;
117
+ handleRowClick(param: {
118
+ $event: MouseEvent;
119
+ item: IItemInternal;
120
+ i: number;
121
+ }): void;
122
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableComponent, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never>;
124
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SmartTableFilterComponent {
4
+ constructor();
5
+ filterLabel: string;
6
+ filterPlaceholder: string;
7
+ set value(value: string);
8
+ get value(): string;
9
+ private _value;
10
+ valueChange: EventEmitter<string>;
11
+ get hostClasses(): any;
12
+ onKey($event: KeyboardEvent): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableFilterComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
15
+ }
@@ -0,0 +1,36 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { IColumn, IColumnFilter, IColumnFilterValue, ISorter, ISorterValue } from '../smart-table.type';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SmartTableHeadComponent implements OnInit {
5
+ constructor();
6
+ columnFilter?: boolean | IColumnFilter;
7
+ columnFilterState: IColumnFilterValue;
8
+ columnSorter?: boolean | ISorter;
9
+ component?: string;
10
+ columns?: (IColumn | string)[];
11
+ selectable?: boolean;
12
+ selectAll?: boolean | string;
13
+ sorterValue?: ISorterValue;
14
+ columnFilterStateChange: EventEmitter<any>;
15
+ sorterStateChange: EventEmitter<any>;
16
+ selectAllChange: EventEmitter<any>;
17
+ get hostClasses(): {
18
+ thead: boolean;
19
+ tfoot: boolean;
20
+ };
21
+ ngOnInit(): void;
22
+ tableHeaderCellProps(column: IColumn | string): {};
23
+ tableHeaderCellColor(column: IColumn | string): string | undefined;
24
+ tableHeaderCellStyles(column: IColumn | string): any;
25
+ columnLabel(column: IColumn | string): string;
26
+ columnKey(column: IColumn | string): string;
27
+ getColumnSorterState(column: IColumn | string): string | number;
28
+ prettifyName(name: string): string;
29
+ handleSortClick(column: IColumn | string, i: number): void;
30
+ columnFilterEnabled(column: IColumn | string): boolean;
31
+ columnSorterEnabled(column: IColumn | string): boolean;
32
+ handleColumnFilterValueChange($event: Event, column: IColumn | string): void;
33
+ handleSelectAllChecked($event: Event): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never>;
36
+ }
@@ -0,0 +1,14 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SmartTableItemsPerPageSelectorComponent {
4
+ constructor();
5
+ set itemsPerPage(value: number);
6
+ get itemsPerPage(): number;
7
+ private _itemsPerPage;
8
+ itemsPerPageLabel: string;
9
+ itemsPerPageOptions: number[];
10
+ itemsPerPageChange: EventEmitter<number>;
11
+ get hostClasses(): any;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableItemsPerPageSelectorComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never>;
14
+ }
@@ -0,0 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./smart-table/smart-table.component";
3
+ import * as i2 from "./smart-table-filter/smart-table-filter.component";
4
+ import * as i3 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
5
+ import * as i4 from "./smart-table-head/smart-table-head.component";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "../element-cover/element-cover.module";
8
+ import * as i7 from "../table/table.module";
9
+ import * as i8 from "../pagination/pagination.module";
10
+ import * as i9 from "../smart-pagination/smart-pagination.module";
11
+ import * as i10 from "../form/form.module";
12
+ import * as i11 from "@angular/forms";
13
+ import * as i12 from "../button/button.module";
14
+ import * as i13 from "../shared/shared.module";
15
+ import * as i14 from "../utilities/utilities.module";
16
+ export declare class SmartTableModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent, typeof i3.SmartTableItemsPerPageSelectorComponent, typeof i4.SmartTableHeadComponent], [typeof i5.CommonModule, typeof i6.ElementCoverModule, typeof i7.TableModule, typeof i8.PaginationModule, typeof i9.SmartPaginationModule, typeof i10.FormModule, typeof i11.FormsModule, typeof i12.ButtonModule, typeof i13.SharedModule, typeof i11.ReactiveFormsModule, typeof i14.UtilitiesModule], [typeof i1.SmartTableComponent]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
20
+ }