@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
@@ -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
+ }
@@ -0,0 +1,272 @@
1
+ import { Colors } from '../coreui.types';
2
+ import { TemplateRef } from '@angular/core';
3
+ import { ITable, ITableElementProps, ITableRowCellProps } from '../table/table.type';
4
+ export interface ISmartTable {
5
+ /**
6
+ * Sets active page. If 'pagination' prop is enabled, activePage is set only initially.
7
+ * @type number
8
+ * @default 1
9
+ */
10
+ activePage?: number;
11
+ /**
12
+ * When set, displays table cleaner above table, next to the table filter (or in place of table filter if `tableFilter` prop is not set)
13
+ * Cleaner resets `tableFilterValue`, `columnFilterValue`, `sorterValue`.
14
+ * If clean is possible it is clickable (`tabIndex="0"` `role="button"`, `color="danger"`), otherwise it is not clickable and transparent.
15
+ * Cleaner can be customized through the `cleaner` slot.
16
+ * @type boolean
17
+ */
18
+ cleaner?: boolean;
19
+ /**
20
+ * Style table items as clickable.
21
+ * @type boolean
22
+ */
23
+ clickableRows?: boolean;
24
+ /**
25
+ * When set, displays additional filter row between table header and items, allowing filtering by specific column.
26
+ * Column filter can be customized, by passing prop as object with additional options as keys. Available options:
27
+ * - external (Boolean) - Disables automatic filtering inside component.
28
+ * - lazy (Boolean) - Set to true to trigger filter updates only on change event.
29
+ * @type boolean | ColumnFilter
30
+ */
31
+ columnFilter?: boolean | IColumnFilter;
32
+ /**
33
+ * Value of table filter. To set pass object where keys are column names and values are filter strings e.g.:
34
+ * { user: 'John', age: 12 }
35
+ */
36
+ columnFilterValue?: IColumnFilterValue;
37
+ /**
38
+ * Prop for table columns configuration. If prop is not defined, table will display columns based on the first item keys, omitting keys that begin with underscore (e.g. '_classes')
39
+ *
40
+ * In columns prop each array item represents one column. Item might be specified in two ways:
41
+ * String: each item define column name equal to item value.
42
+ * Object: item is object with following keys available as column configuration:
43
+ * - key (required)(String) - define column name equal to item key.
44
+ * - label (String) - define visible label of column. If not defined, label will be generated automatically based on column name, by converting kebab-case and snake_case to individual words and capitalization of each word.
45
+ * - _classes (String/Array/Object) - adds classes to all cels in column
46
+ * - _style (String/Array/Object) - adds styles to the column header (useful for defining widths)
47
+ * - sorter (Boolean) - disables sorting of the column when set to false
48
+ * - filter (Boolean) - removes filter from column when set to false.
49
+ */
50
+ columns?: (string | IColumn)[];
51
+ /**
52
+ * Enables table sorting by column value. Sorting will be performed correctly if values in column are one of type: string (case-insensitive) or number.
53
+ *
54
+ * Sorter can be customized, by passing prop as object with additional options as keys. Available options:
55
+ * - external (Boolean) - Disables automatic sorting inside component.
56
+ * - resetable (Boolean) - If set to true clicking on sorter have three states: ascending, descending and null. That means that third click on sorter will reset sorting, and restore table to original order.
57
+ * @type boolean | Sorter
58
+ */
59
+ columnSorter?: boolean | ISorter;
60
+ /**
61
+ * Displays table footer, which mirrors table header. (without column filter).
62
+ * @default false
63
+ * @type boolean
64
+ */
65
+ footer?: boolean;
66
+ /**
67
+ * Set to false to remove table header.
68
+ * @default true
69
+ */
70
+ header?: boolean;
71
+ /**
72
+ * Array of objects, where each object represents one item - row in table. Additionally, you can add style classes to each row by passing them by '_classes' key and to single cell by '_cellClasses'.
73
+ *
74
+ * Example item:
75
+ * { name: 'John' , age: 12, _props: { color: 'success' }, _cellProps: { age: { className: 'fw-bold'}}}
76
+ * For column generation description see columns prop.
77
+ * @type Array<IItem>
78
+ */
79
+ items?: IItem[];
80
+ /**
81
+ * Number of items per site, when pagination is enabled.
82
+ * @default 10
83
+ * @type number
84
+ */
85
+ itemsPerPage?: number;
86
+ /**
87
+ * Label for items per page selector.
88
+ * @default 'Items per page:'
89
+ * @type string
90
+ * todo or remove?
91
+ */
92
+ itemsPerPageLabel?: string;
93
+ /**
94
+ * Items per page selector options.
95
+ * @default [5, 10, 20, 50]
96
+ * @type number[]
97
+ * todo or remove?
98
+ */
99
+ itemsPerPageOptions?: number[];
100
+ /**
101
+ * Adds select element over table, which is used for control items per page in pagination.
102
+ * If you want to customize this element, pass an object with optional values:
103
+ * - label (String) - replaces default label text
104
+ * - values (Array) - custom array of pagination values
105
+ * - external (Boolean) - disables automatic 'itemsPerPage' change (use to change pages externally by 'pagination-change' event).
106
+ */
107
+ itemsPerPageSelect?: boolean | ItemsPerPageSelect;
108
+ /**
109
+ * When set, table will have loading style: loading spinner and reduced opacity.
110
+ * When 'small' prop is enabled spinner will be also smaller.
111
+ * @type boolean
112
+ */
113
+ loading?: boolean;
114
+ /**
115
+ * ReactNode or string for passing custom noItemsLabel texts.
116
+ * @default 'No items found'
117
+ */
118
+ noItemsLabel?: string | TemplateRef<any>;
119
+ /**
120
+ * Enables default pagination. Set to true for default setup or pass an object with additional CPagination props.
121
+ * Default pagination will always have the computed number of pages that cannot be changed.
122
+ * The number of pages is generated based on the number of passed items and 'itemsPerPage' prop.
123
+ * If this restriction is an obstacle, you can make external CPagination instead.
124
+ */
125
+ pagination?: boolean;
126
+ /**
127
+ * Properties to `CSmartPagination` component.
128
+ * @link https://coreui.io/react/docs/4.0/components/smart-pagination#csmartpagination
129
+ * todo or remove?
130
+ */
131
+ /**
132
+ * Scoped columns.
133
+ * @type ScopedColumns
134
+ * todo or remove?
135
+ */
136
+ /**
137
+ * Add checkboxes to make table rows selectable.
138
+ * @type boolean
139
+ */
140
+ selectable?: boolean;
141
+ /**
142
+ * State of the sorter. Name key is column name, direction can be 'asc' or 'desc'.
143
+ * @type ISorterValue
144
+ */
145
+ sorterValue?: ISorterValue;
146
+ /**
147
+ * Sorter icon when items are unsorted.
148
+ * @default '<svg cIcon width="18" content={cilArrowTop} />
149
+ */
150
+ sortingIcon?: TemplateRef<any>;
151
+ /**
152
+ * Sorter icon when items are sorted ascending.
153
+ * @default '<svg cIcon width="18" content={cilArrowTop} />
154
+ */
155
+ sortingIconAscending?: TemplateRef<any>;
156
+ /**
157
+ * Sorter icon when items are sorted descending.
158
+ * @default '<svg cIcon width="18" content={cilArrowBottom} />
159
+ */
160
+ sortingIconDescending?: TemplateRef<any>;
161
+ /**
162
+ * Properties to `CTableBody` component.
163
+ * @link https://coreui.io/react/docs/4.0/components/table/#ctablebody
164
+ * todo or remove?
165
+ */
166
+ /**
167
+ * Properties to `CTableFoot` component.
168
+ * @link https://coreui.io/react/docs/4.0/components/table/#ctablefoot
169
+ * todo or remove?
170
+ */
171
+ /**
172
+ * When set, displays table filter above table, allowing filtering by specific column.
173
+ *
174
+ * Column filter can be customized, by passing prop as object with additional options as keys. Available options:
175
+ * - placeholder (String) - Sets custom table filter placeholder.
176
+ * - label (String) - Sets custom table filter label.
177
+ * - external (Boolean) - Disables automatic filtering inside component.
178
+ * - lazy (Boolean) - Set to true to trigger filter updates only on change event.
179
+ */
180
+ tableFilter?: boolean | ITableFilter;
181
+ /**
182
+ * The element represents a caption for a component.
183
+ * @default 'Filter:'
184
+ * todo or remove?
185
+ */
186
+ tableFilterLabel?: string;
187
+ /**
188
+ * Specifies a short hint that is visible in the search input.
189
+ * @default 'type string...'
190
+ * todo or remove?
191
+ */
192
+ tableFilterPlaceholder?: string;
193
+ /**
194
+ * Value of table filter. Set .sync modifier to track changes.
195
+ * @type string
196
+ */
197
+ tableFilterValue?: string;
198
+ /**
199
+ * Properties to `CTableHead` component.
200
+ * @link https://coreui.io/react/docs/4.0/components/table/#ctablehead
201
+ * todo or remove?
202
+ */
203
+ /**
204
+ * Properties to `CTable` component.
205
+ * @link https://coreui.io/react/docs/4.0/components/table/#ctable
206
+ */
207
+ tableProps?: ITable;
208
+ }
209
+ export interface IColumnFilter {
210
+ lazy?: boolean;
211
+ external?: boolean;
212
+ }
213
+ export interface IColumnFilterValue {
214
+ [key: string]: any;
215
+ }
216
+ export interface IColumn {
217
+ filter?: boolean;
218
+ label?: string;
219
+ key: string;
220
+ sorter?: boolean;
221
+ _style?: any;
222
+ _props?: ITableHeaderCellProps;
223
+ }
224
+ export interface ITableHeaderCellProps {
225
+ /**
226
+ * Sets the color context of the component to one of CoreUI’s themed colors.
227
+ *
228
+ * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
229
+ */
230
+ color?: Colors;
231
+ }
232
+ export interface ISorter {
233
+ resetable?: boolean;
234
+ external?: boolean;
235
+ }
236
+ export interface IItem {
237
+ _props?: ITableRowCellProps;
238
+ _cellProps?: ITableCellProps;
239
+ _selected?: boolean;
240
+ [key: string]: number | string | any;
241
+ }
242
+ export interface ITableCellProps {
243
+ _all?: ITableRowCellProps;
244
+ _attributes?: {
245
+ [key: string]: any;
246
+ };
247
+ [key: string]: ITableRowCellProps | undefined;
248
+ }
249
+ export interface IItemInternal extends IItem {
250
+ _id?: number;
251
+ }
252
+ export interface ItemsPerPageSelect {
253
+ external?: boolean;
254
+ label?: string;
255
+ values?: Array<number>;
256
+ }
257
+ export interface ISorterValue {
258
+ column?: string;
259
+ state?: number | string;
260
+ }
261
+ export interface ITableFilter {
262
+ lazy?: boolean;
263
+ external?: boolean;
264
+ label?: string;
265
+ placeholder?: string;
266
+ value?: string | number;
267
+ }
268
+ export interface ITableGroupProps extends ITableElementProps {
269
+ attributes?: {
270
+ [key: string]: any;
271
+ };
272
+ }
@@ -1,8 +1,9 @@
1
1
  import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
2
  import { Breakpoints, Colors } from '../coreui.types';
3
3
  import { BooleanInput } from '@angular/cdk/coercion';
4
+ import { ITable } from './table.type';
4
5
  import * as i0 from "@angular/core";
5
- export declare class TableDirective implements OnInit {
6
+ export declare class TableDirective implements ITable, OnInit {
6
7
  private renderer;
7
8
  private hostElement;
8
9
  static ngAcceptInputType_bordered: BooleanInput;
@@ -76,5 +77,5 @@ export declare class TableDirective implements OnInit {
76
77
  ngOnInit(): void;
77
78
  setResponsiveWrapper(): void;
78
79
  static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
79
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; }, {}, never>;
80
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table[cTable]", never, { "align": "align"; "borderColor": "borderColor"; "bordered": "bordered"; "borderless": "borderless"; "caption": "caption"; "color": "color"; "hover": "hover"; "responsive": "responsive"; "small": "small"; "striped": "striped"; }, {}, never>;
80
81
  }
@@ -0,0 +1,76 @@
1
+ import { Breakpoints, Colors } from '../coreui.types';
2
+ export interface ITable {
3
+ /**
4
+ * Set the vertical alignment.
5
+ * @type string
6
+ * @values 'bottom' | 'middle' | 'top'
7
+ */
8
+ align?: 'bottom' | 'middle' | 'top';
9
+ /**
10
+ * Sets the border color of the component to one of CoreUI’s themed colors.
11
+ * @type Colors
12
+ */
13
+ borderColor?: Colors;
14
+ /**
15
+ * Add borders on all sides of the table and cells.
16
+ * @type boolean
17
+ */
18
+ bordered?: boolean;
19
+ /**
20
+ * Remove borders on all sides of the table and cells.
21
+ * @type boolean
22
+ */
23
+ borderless?: boolean;
24
+ /**
25
+ * Put the `<caption>` on the top of the table.
26
+ * @values 'top'
27
+ */
28
+ caption?: 'top';
29
+ /**
30
+ * Sets the color context of the component to one of CoreUI’s themed colors.
31
+ * @type Colors
32
+ */
33
+ color?: Colors;
34
+ /**
35
+ * Enable a hover state on table rows within table body.
36
+ * @type boolean
37
+ */
38
+ hover?: boolean;
39
+ /**
40
+ * Make table responsive across all viewports or pick a maximum breakpoint with which to have a responsive table up to.
41
+ * @type: {boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'}
42
+ */
43
+ responsive?: boolean | Omit<Breakpoints, 'xs'>;
44
+ /**
45
+ * Make table more compact by cutting all cell `padding` in half.
46
+ * @type boolean
47
+ */
48
+ small?: boolean;
49
+ /**
50
+ * Add zebra-striping to any table row within the table body`.
51
+ * @type boolean
52
+ */
53
+ striped?: boolean;
54
+ attributes?: {
55
+ [key: string]: any;
56
+ };
57
+ }
58
+ export interface ITableElementProps {
59
+ /**
60
+ * Set the vertical alignment.
61
+ @type string
62
+ */
63
+ align?: 'bottom' | 'middle' | 'top';
64
+ /**
65
+ * Sets the color context of the component to one of CoreUI’s themed colors.
66
+ * @type Colors
67
+ */
68
+ color?: Colors;
69
+ }
70
+ export interface ITableRowCellProps extends ITableElementProps {
71
+ /**
72
+ * Highlight a table row or cell
73
+ @type boolean
74
+ */
75
+ active?: boolean;
76
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.0.0-alpha.1",
3
+ "version": "4.0.0-alpha.10",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "homepage": "https://coreui.io/pro/angular",
6
6
  "author": {
@@ -16,14 +16,14 @@
16
16
  }
17
17
  ],
18
18
  "dependencies": {
19
- "@popperjs/core": "^2.10.2",
19
+ "@popperjs/core": "^2.11.0",
20
20
  "tslib": "^2.3.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "@angular/cdk": "^12.2.0",
24
- "@angular/common": "^12.2.0",
25
- "@angular/core": "^12.2.0",
26
- "@angular/router": "^12.2.0"
23
+ "@angular/cdk": "^13.0.0",
24
+ "@angular/common": "^13.0.0",
25
+ "@angular/core": "^13.0.0",
26
+ "@angular/router": "^13.0.0"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
@@ -42,11 +42,25 @@
42
42
  "component",
43
43
  "components"
44
44
  ],
45
- "main": "bundles/coreui-angular-pro.umd.js",
46
- "module": "fesm2015/coreui-angular-pro.js",
47
- "es2015": "fesm2015/coreui-angular-pro.js",
48
- "esm2015": "esm2015/coreui-angular-pro.js",
49
- "fesm2015": "fesm2015/coreui-angular-pro.js",
45
+ "eslintConfig": {},
46
+ "module": "fesm2015/coreui-angular-pro.mjs",
47
+ "es2020": "fesm2020/coreui-angular-pro.mjs",
48
+ "esm2020": "esm2020/coreui-angular-pro.mjs",
49
+ "fesm2020": "fesm2020/coreui-angular-pro.mjs",
50
+ "fesm2015": "fesm2015/coreui-angular-pro.mjs",
50
51
  "typings": "coreui-angular-pro.d.ts",
52
+ "exports": {
53
+ "./package.json": {
54
+ "default": "./package.json"
55
+ },
56
+ ".": {
57
+ "types": "./coreui-angular-pro.d.ts",
58
+ "esm2020": "./esm2020/coreui-angular-pro.mjs",
59
+ "es2020": "./fesm2020/coreui-angular-pro.mjs",
60
+ "es2015": "./fesm2015/coreui-angular-pro.mjs",
61
+ "node": "./fesm2015/coreui-angular-pro.mjs",
62
+ "default": "./fesm2020/coreui-angular-pro.mjs"
63
+ }
64
+ },
51
65
  "sideEffects": false
52
66
  }
package/public-api.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './lib/card';
12
12
  export * from './lib/carousel';
13
13
  export * from './lib/collapse';
14
14
  export * from './lib/dropdown';
15
+ export * from './lib/element-cover';
15
16
  export * from './lib/footer';
16
17
  export * from './lib/form';
17
18
  export * from './lib/grid';
@@ -19,6 +20,7 @@ export * from './lib/header';
19
20
  export * from './lib/image';
20
21
  export * from './lib/list-group';
21
22
  export * from './lib/loading-button';
23
+ export * from './lib/multi-select';
22
24
  export * from './lib/nav';
23
25
  export * from './lib/navbar';
24
26
  export * from './lib/modal';
@@ -27,8 +29,10 @@ export * from './lib/pagination';
27
29
  export * from './lib/popover';
28
30
  export * from './lib/progress';
29
31
  export * from './lib/services';
30
- export * from './lib/spinner';
31
32
  export * from './lib/sidebar';
33
+ export * from './lib/smart-pagination';
34
+ export * from './lib/smart-table';
35
+ export * from './lib/spinner';
32
36
  export * from './lib/table';
33
37
  export * from './lib/tabs';
34
38
  export * from './lib/toast';