@coreui/angular-pro 4.0.0-alpha.9 → 4.0.0-beta.3

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 (257) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -6
  3. package/esm2020/lib/accordion/accordion/accordion.component.mjs +3 -3
  4. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +17 -4
  5. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +30 -13
  6. package/esm2020/lib/accordion/accordion.module.mjs +4 -4
  7. package/esm2020/lib/accordion/accordion.service.mjs +7 -7
  8. package/esm2020/lib/alert/alert-heading.directive.mjs +3 -3
  9. package/esm2020/lib/alert/alert-link.directive.mjs +3 -3
  10. package/esm2020/lib/alert/alert.component.mjs +15 -4
  11. package/esm2020/lib/alert/alert.module.mjs +4 -4
  12. package/esm2020/lib/avatar/avatar.component.mjs +3 -3
  13. package/esm2020/lib/avatar/avatar.module.mjs +4 -4
  14. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  15. package/esm2020/lib/badge/badge.component.mjs +3 -3
  16. package/esm2020/lib/badge/badge.module.mjs +4 -4
  17. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
  18. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  19. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +3 -3
  20. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  21. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +4 -4
  22. package/esm2020/lib/button/button-close.directive.mjs +3 -3
  23. package/esm2020/lib/button/button.directive.mjs +7 -4
  24. package/esm2020/lib/button/button.module.mjs +4 -4
  25. package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -3
  26. package/esm2020/lib/button-group/button-group.module.mjs +4 -4
  27. package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
  28. package/esm2020/lib/callout/callout.component.mjs +3 -3
  29. package/esm2020/lib/callout/callout.module.mjs +4 -4
  30. package/esm2020/lib/card/card-body.component.mjs +3 -3
  31. package/esm2020/lib/card/card-footer.component.mjs +3 -3
  32. package/esm2020/lib/card/card-group.component.mjs +3 -3
  33. package/esm2020/lib/card/card-header-actions.component.mjs +3 -3
  34. package/esm2020/lib/card/card-header.component.mjs +3 -3
  35. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
  36. package/esm2020/lib/card/card-img.directive.mjs +3 -3
  37. package/esm2020/lib/card/card-link.directive.mjs +3 -3
  38. package/esm2020/lib/card/card-subtitle.directive.mjs +3 -3
  39. package/esm2020/lib/card/card-text.directive.mjs +3 -3
  40. package/esm2020/lib/card/card-title.directive.mjs +3 -3
  41. package/esm2020/lib/card/card.component.mjs +3 -3
  42. package/esm2020/lib/card/card.module.mjs +4 -4
  43. package/esm2020/lib/carousel/carousel/carousel.component.mjs +82 -34
  44. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
  45. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +3 -3
  46. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -3
  47. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
  48. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +13 -5
  49. package/esm2020/lib/carousel/carousel-state.mjs +12 -6
  50. package/esm2020/lib/carousel/carousel.config.mjs +3 -3
  51. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  52. package/esm2020/lib/carousel/carousel.service.mjs +4 -4
  53. package/esm2020/lib/collapse/collapse.animations.mjs +10 -1
  54. package/esm2020/lib/collapse/collapse.directive.mjs +61 -22
  55. package/esm2020/lib/collapse/collapse.module.mjs +4 -4
  56. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +73 -48
  57. package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +64 -0
  58. package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
  59. package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
  60. package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
  61. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +42 -24
  62. package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
  63. package/esm2020/lib/dropdown/dropdown.module.mjs +14 -9
  64. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  65. package/esm2020/lib/dropdown/public_api.mjs +2 -1
  66. package/esm2020/lib/element-cover/element-cover.component.mjs +3 -3
  67. package/esm2020/lib/element-cover/element-cover.module.mjs +4 -4
  68. package/esm2020/lib/footer/footer.component.mjs +3 -3
  69. package/esm2020/lib/footer/footer.module.mjs +4 -4
  70. package/esm2020/lib/form/form/form.directive.mjs +3 -3
  71. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +4 -4
  72. package/esm2020/lib/form/form-check/form-check-label.directive.mjs +3 -3
  73. package/esm2020/lib/form/form-check/form-check.component.mjs +3 -3
  74. package/esm2020/lib/form/form-control/form-control.directive.mjs +3 -3
  75. package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +3 -3
  76. package/esm2020/lib/form/form-floating/form-floating.directive.mjs +3 -3
  77. package/esm2020/lib/form/form-label/form-label.directive.mjs +3 -3
  78. package/esm2020/lib/form/form-select/form-select.directive.mjs +3 -3
  79. package/esm2020/lib/form/form-text/form-text.directive.mjs +3 -3
  80. package/esm2020/lib/form/form.module.mjs +4 -4
  81. package/esm2020/lib/form/input-group/input-group.component.mjs +3 -3
  82. package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
  83. package/esm2020/lib/grid/col.component.mjs +3 -3
  84. package/esm2020/lib/grid/col.directive.mjs +10 -5
  85. package/esm2020/lib/grid/container.component.mjs +3 -3
  86. package/esm2020/lib/grid/grid.module.mjs +4 -4
  87. package/esm2020/lib/grid/gutter.directive.mjs +3 -3
  88. package/esm2020/lib/grid/row.component.mjs +3 -3
  89. package/esm2020/lib/grid/row.directive.mjs +3 -3
  90. package/esm2020/lib/header/header/header.component.mjs +3 -3
  91. package/esm2020/lib/header/header-brand/header-brand.component.mjs +3 -3
  92. package/esm2020/lib/header/header-divider/header-divider.component.mjs +3 -3
  93. package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
  94. package/esm2020/lib/header/header-text/header-text.component.mjs +3 -3
  95. package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
  96. package/esm2020/lib/header/header.module.mjs +4 -4
  97. package/esm2020/lib/image/img.directive.mjs +3 -3
  98. package/esm2020/lib/image/img.module.mjs +4 -4
  99. package/esm2020/lib/list-group/list-group-item.directive.mjs +3 -3
  100. package/esm2020/lib/list-group/list-group.directive.mjs +3 -3
  101. package/esm2020/lib/list-group/list-group.module.mjs +4 -4
  102. package/esm2020/lib/loading-button/loading-button.component.mjs +3 -3
  103. package/esm2020/lib/loading-button/loading-button.module.mjs +4 -4
  104. package/esm2020/lib/modal/modal/modal.component.mjs +3 -3
  105. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
  106. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +3 -3
  107. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
  108. package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
  109. package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
  110. package/esm2020/lib/modal/modal-header/modal-header.component.mjs +3 -3
  111. package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +3 -3
  112. package/esm2020/lib/modal/modal.module.mjs +4 -4
  113. package/esm2020/lib/modal/modal.service.mjs +3 -3
  114. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +3 -3
  115. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +3 -3
  116. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +3 -3
  117. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +3 -3
  118. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +3 -3
  119. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +3 -3
  120. package/esm2020/lib/multi-select/multi-select.module.mjs +4 -4
  121. package/esm2020/lib/multi-select/multi-select.service.mjs +3 -3
  122. package/esm2020/lib/nav/nav-item.component.mjs +3 -3
  123. package/esm2020/lib/nav/nav-link.directive.mjs +3 -3
  124. package/esm2020/lib/nav/nav.component.mjs +3 -3
  125. package/esm2020/lib/nav/nav.module.mjs +4 -4
  126. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
  127. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  128. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
  129. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
  130. package/esm2020/lib/navbar/navbar.component.mjs +3 -3
  131. package/esm2020/lib/navbar/navbar.module.mjs +4 -4
  132. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +3 -3
  133. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
  134. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
  135. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
  136. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
  137. package/esm2020/lib/offcanvas/offcanvas.module.mjs +4 -4
  138. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  139. package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
  140. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +3 -3
  141. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +3 -3
  142. package/esm2020/lib/pagination/pagination/pagination.component.mjs +3 -3
  143. package/esm2020/lib/pagination/pagination.module.mjs +4 -4
  144. package/esm2020/lib/placeholder/index.mjs +2 -0
  145. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +34 -0
  146. package/esm2020/lib/placeholder/placeholder.directive.mjs +51 -0
  147. package/esm2020/lib/placeholder/placeholder.module.mjs +31 -0
  148. package/esm2020/lib/placeholder/public_api.mjs +4 -0
  149. package/esm2020/lib/popover/popover/popover.component.mjs +3 -3
  150. package/esm2020/lib/popover/popover.directive.mjs +3 -3
  151. package/esm2020/lib/popover/popover.module.mjs +4 -4
  152. package/esm2020/lib/progress/progress-bar.component.mjs +3 -3
  153. package/esm2020/lib/progress/progress.component.mjs +3 -3
  154. package/esm2020/lib/progress/progress.module.mjs +4 -4
  155. package/esm2020/lib/services/class-toggle.service.mjs +3 -3
  156. package/esm2020/lib/services/intersection.service.mjs +34 -0
  157. package/esm2020/lib/services/listeners.service.mjs +3 -3
  158. package/esm2020/lib/services/public_api.mjs +2 -1
  159. package/esm2020/lib/shared/html-attr.directive.mjs +3 -3
  160. package/esm2020/lib/shared/shared.module.mjs +4 -4
  161. package/esm2020/lib/shared/template-id.directive.mjs +3 -3
  162. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -3
  163. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
  164. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +3 -3
  165. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  166. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  167. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
  168. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
  169. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
  170. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
  171. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +3 -3
  172. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
  173. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
  174. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
  175. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -6
  176. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  177. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
  178. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -3
  179. package/esm2020/lib/sidebar/sidebar.module.mjs +4 -4
  180. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  181. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +3 -3
  182. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +4 -4
  183. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +21 -14
  184. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +8 -6
  185. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +7 -7
  186. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +3 -3
  187. package/esm2020/lib/smart-table/smart-table.module.mjs +4 -4
  188. package/esm2020/lib/smart-table/smart-table.type.mjs +1 -1
  189. package/esm2020/lib/spinner/spinner.component.mjs +3 -3
  190. package/esm2020/lib/spinner/spinner.module.mjs +4 -4
  191. package/esm2020/lib/table/table-active.directive.mjs +3 -3
  192. package/esm2020/lib/table/table-color.directive.mjs +3 -3
  193. package/esm2020/lib/table/table.directive.mjs +3 -3
  194. package/esm2020/lib/table/table.module.mjs +4 -4
  195. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
  196. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -3
  197. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
  198. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  199. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  200. package/esm2020/lib/toast/toast/toast.component.mjs +3 -3
  201. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
  202. package/esm2020/lib/toast/toast-close.directive.mjs +3 -3
  203. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +3 -3
  204. package/esm2020/lib/toast/toast.module.mjs +4 -4
  205. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +3 -3
  206. package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -3
  207. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  208. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
  209. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  210. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  211. package/esm2020/lib/utilities/align.directive.mjs +3 -3
  212. package/esm2020/lib/utilities/bg-color.directive.mjs +3 -3
  213. package/esm2020/lib/utilities/border.directive.mjs +3 -3
  214. package/esm2020/lib/utilities/rounded.directive.mjs +3 -3
  215. package/esm2020/lib/utilities/text-color.directive.mjs +3 -3
  216. package/esm2020/lib/utilities/utilities.module.mjs +4 -4
  217. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +3 -3
  218. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +3 -3
  219. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +3 -3
  220. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +3 -3
  221. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +3 -3
  222. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +3 -3
  223. package/esm2020/lib/widget/widget.module.mjs +4 -4
  224. package/esm2020/public-api.mjs +2 -1
  225. package/fesm2015/coreui-angular-pro.mjs +1271 -856
  226. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  227. package/fesm2020/coreui-angular-pro.mjs +1262 -855
  228. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  229. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +7 -1
  230. package/lib/accordion/accordion-item/accordion-item.component.d.ts +9 -2
  231. package/lib/accordion/accordion.service.d.ts +1 -1
  232. package/lib/alert/alert.component.d.ts +7 -1
  233. package/lib/carousel/carousel/carousel.component.d.ts +29 -5
  234. package/lib/carousel/carousel-item/carousel-item.component.d.ts +8 -2
  235. package/lib/carousel/carousel.service.d.ts +2 -0
  236. package/lib/collapse/collapse.animations.d.ts +2 -0
  237. package/lib/collapse/collapse.directive.d.ts +17 -6
  238. package/lib/dropdown/dropdown/dropdown.component.d.ts +12 -6
  239. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +23 -0
  240. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +20 -11
  241. package/lib/dropdown/dropdown.module.d.ts +3 -2
  242. package/lib/dropdown/public_api.d.ts +1 -0
  243. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  244. package/lib/grid/col.directive.d.ts +3 -1
  245. package/lib/placeholder/index.d.ts +1 -0
  246. package/lib/placeholder/placeholder-animation.directive.d.ts +18 -0
  247. package/lib/placeholder/placeholder.directive.d.ts +22 -0
  248. package/lib/placeholder/placeholder.module.d.ts +9 -0
  249. package/lib/placeholder/public_api.d.ts +3 -0
  250. package/lib/services/intersection.service.d.ts +22 -0
  251. package/lib/services/public_api.d.ts +1 -0
  252. package/lib/smart-table/smart-table/smart-table.component.d.ts +6 -0
  253. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -0
  254. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -1
  255. package/lib/smart-table/smart-table.type.d.ts +3 -0
  256. package/package.json +2 -2
  257. package/public-api.d.ts +1 -0
@@ -11,8 +11,8 @@ import { ToastCloseDirective } from './toast-close.directive';
11
11
  import * as i0 from "@angular/core";
12
12
  export class ToastModule {
13
13
  }
14
- ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToastModule, declarations: [ToastComponent,
14
+ ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToastModule, declarations: [ToastComponent,
16
16
  ToastHeaderComponent,
17
17
  ToastBodyComponent,
18
18
  ToasterComponent,
@@ -23,8 +23,8 @@ ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
23
23
  ToasterComponent,
24
24
  ToasterHostDirective,
25
25
  ToastCloseDirective] });
26
- ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToastModule, providers: [ToasterService], imports: [[CommonModule, ButtonModule]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToastModule, decorators: [{
26
+ ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToastModule, providers: [ToasterService], imports: [[CommonModule, ButtonModule]] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToastModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: [
@@ -5,9 +5,9 @@ export class ToasterHostDirective {
5
5
  this.viewContainerRef = viewContainerRef;
6
6
  }
7
7
  }
8
- ToasterHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ToasterHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ToasterHostDirective, selector: "[cToasterHost]", exportAs: ["cToasterHost"], ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterHostDirective, decorators: [{
8
+ ToasterHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ToasterHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: ToasterHostDirective, selector: "[cToasterHost]", exportAs: ["cToasterHost"], ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterHostDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[cToasterHost]',
@@ -118,9 +118,9 @@ export class ToasterComponent {
118
118
  }
119
119
  }
120
120
  }
121
- ToasterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterComponent, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ToasterService }], target: i0.ɵɵFactoryTarget.Component });
122
- ToasterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ToasterComponent, selector: "c-toaster", inputs: { placement: "placement", position: "position" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentToasts", predicate: ToastComponent, read: ViewContainerRef }], viewQueries: [{ propertyName: "toasterHost", first: true, predicate: ToasterHostDirective, descendants: true, static: true }], exportAs: ["cToaster"], ngImport: i0, template: "<ng-template cToasterHost></ng-template>\r\n<ng-content cToasterHost></ng-content>\r\n", directives: [{ type: i2.ToasterHostDirective, selector: "[cToasterHost]", exportAs: ["cToasterHost"] }] });
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterComponent, decorators: [{
121
+ ToasterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterComponent, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ToasterService }], target: i0.ɵɵFactoryTarget.Component });
122
+ ToasterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ToasterComponent, selector: "c-toaster", inputs: { placement: "placement", position: "position" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentToasts", predicate: ToastComponent, read: ViewContainerRef }], viewQueries: [{ propertyName: "toasterHost", first: true, predicate: ToasterHostDirective, descendants: true, static: true }], exportAs: ["cToaster"], ngImport: i0, template: "<ng-template cToasterHost></ng-template>\r\n<ng-content cToasterHost></ng-content>\r\n", directives: [{ type: i2.ToasterHostDirective, selector: "[cToasterHost]", exportAs: ["cToasterHost"] }] });
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterComponent, decorators: [{
124
124
  type: Component,
125
125
  args: [{ selector: 'c-toaster', exportAs: 'cToaster', template: "<ng-template cToasterHost></ng-template>\r\n<ng-content cToasterHost></ng-content>\r\n" }]
126
126
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ToasterService }]; }, propDecorators: { placement: [{
@@ -10,9 +10,9 @@ export class ToasterService {
10
10
  this.toasterState.next({ ...state });
11
11
  }
12
12
  }
13
- ToasterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
- ToasterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterService, providedIn: 'root' });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ToasterService, decorators: [{
13
+ ToasterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
+ ToasterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterService, providedIn: 'root' });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ToasterService, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{
18
18
  providedIn: 'root'
@@ -59,9 +59,9 @@ export class TooltipComponent {
59
59
  }
60
60
  }
61
61
  }
62
- TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
63
- TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: TooltipComponent, selector: "c-tooltip", inputs: { content: "content", visible: "visible", id: "id", role: "role" }, host: { properties: { "attr.id": "this.id", "attr.role": "this.role", "class": "this.hostClasses" } }, viewQueries: [{ propertyName: "viewContainerRef", first: true, predicate: ["tooltipTemplate"], descendants: true, read: ViewContainerRef }], usesOnChanges: true, ngImport: i0, template: "<div class=\"tooltip-arrow\" data-popper-arrow></div>\r\n<div class=\"tooltip-inner\">\r\n <ng-container #tooltipTemplate></ng-container>\r\n</div>\r\n" });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipComponent, decorators: [{
62
+ TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
63
+ TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: TooltipComponent, selector: "c-tooltip", inputs: { content: "content", visible: "visible", id: "id", role: "role" }, host: { properties: { "attr.id": "this.id", "attr.role": "this.role", "class": "this.hostClasses" } }, viewQueries: [{ propertyName: "viewContainerRef", first: true, predicate: ["tooltipTemplate"], descendants: true, read: ViewContainerRef }], usesOnChanges: true, ngImport: i0, template: "<div class=\"tooltip-arrow\" data-popper-arrow></div>\r\n<div class=\"tooltip-inner\">\r\n <ng-container #tooltipTemplate></ng-container>\r\n</div>\r\n" });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipComponent, decorators: [{
65
65
  type: Component,
66
66
  args: [{ selector: 'c-tooltip', template: "<div class=\"tooltip-arrow\" data-popper-arrow></div>\r\n<div class=\"tooltip-inner\">\r\n <ng-container #tooltipTemplate></ng-container>\r\n</div>\r\n" }]
67
67
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { content: [{
@@ -151,9 +151,9 @@ export class TooltipDirective {
151
151
  }, 300);
152
152
  }
153
153
  }
154
- TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipDirective, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: i1.ListenersService }], target: i0.ɵɵFactoryTarget.Directive });
155
- TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TooltipDirective, selector: "[cTooltip]", inputs: { content: ["cTooltip", "content"], popperOptions: ["cTooltipOptions", "popperOptions"], placement: ["cTooltipPlacement", "placement"], trigger: ["cTooltipTrigger", "trigger"], visible: ["cTooltipVisible", "visible"] }, host: { properties: { "attr.aria-describedby": "this.ariaDescribedBy" } }, providers: [ListenersService], exportAs: ["cTooltip"], usesOnChanges: true, ngImport: i0 });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipDirective, decorators: [{
154
+ TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipDirective, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }, { token: i1.ListenersService }], target: i0.ɵɵFactoryTarget.Directive });
155
+ TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: TooltipDirective, selector: "[cTooltip]", inputs: { content: ["cTooltip", "content"], popperOptions: ["cTooltipOptions", "popperOptions"], placement: ["cTooltipPlacement", "placement"], trigger: ["cTooltipTrigger", "trigger"], visible: ["cTooltipVisible", "visible"] }, host: { properties: { "attr.aria-describedby": "this.ariaDescribedBy" } }, providers: [ListenersService], exportAs: ["cTooltip"], usesOnChanges: true, ngImport: i0 });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipDirective, decorators: [{
157
157
  type: Directive,
158
158
  args: [{
159
159
  selector: '[cTooltip]',
@@ -5,14 +5,14 @@ import { TooltipDirective } from './tooltip.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export class TooltipModule {
7
7
  }
8
- TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipModule, declarations: [TooltipComponent,
8
+ TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipModule, declarations: [TooltipComponent,
10
10
  TooltipDirective], imports: [CommonModule], exports: [TooltipComponent,
11
11
  TooltipDirective] });
12
- TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipModule, imports: [[
12
+ TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipModule, imports: [[
13
13
  CommonModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TooltipModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TooltipModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [
@@ -7,9 +7,9 @@ export class AlignDirective {
7
7
  };
8
8
  }
9
9
  }
10
- AlignDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AlignDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
- AlignDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: AlignDirective, selector: "[cAlign]", inputs: { align: ["cAlign", "align"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: AlignDirective, decorators: [{
10
+ AlignDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: AlignDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
11
+ AlignDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: AlignDirective, selector: "[cAlign]", inputs: { align: ["cAlign", "align"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: AlignDirective, decorators: [{
13
13
  type: Directive,
14
14
  args: [{
15
15
  selector: '[cAlign]'
@@ -14,9 +14,9 @@ export class BgColorDirective {
14
14
  };
15
15
  }
16
16
  }
17
- BgColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: BgColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- BgColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: BgColorDirective, selector: "[cBgColor]", inputs: { color: ["cBgColor", "color"], gradient: "gradient" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: BgColorDirective, decorators: [{
17
+ BgColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BgColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ BgColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: BgColorDirective, selector: "[cBgColor]", inputs: { color: ["cBgColor", "color"], gradient: "gradient" }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BgColorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[cBgColor]'
@@ -49,9 +49,9 @@ export class BorderDirective {
49
49
  }
50
50
  }
51
51
  }
52
- BorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: BorderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
53
- BorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: BorderDirective, selector: "[cBorder]", inputs: { border: ["cBorder", "border"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: BorderDirective, decorators: [{
52
+ BorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BorderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
53
+ BorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: BorderDirective, selector: "[cBorder]", inputs: { border: ["cBorder", "border"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BorderDirective, decorators: [{
55
55
  type: Directive,
56
56
  args: [{
57
57
  selector: '[cBorder]'
@@ -48,9 +48,9 @@ export class RoundedDirective {
48
48
  }
49
49
  }
50
50
  }
51
- RoundedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: RoundedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52
- RoundedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: RoundedDirective, selector: "[cRounded]", inputs: { rounded: ["cRounded", "rounded"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: RoundedDirective, decorators: [{
51
+ RoundedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RoundedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52
+ RoundedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: RoundedDirective, selector: "[cRounded]", inputs: { rounded: ["cRounded", "rounded"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RoundedDirective, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: '[cRounded]'
@@ -15,9 +15,9 @@ export class TextColorDirective {
15
15
  };
16
16
  }
17
17
  }
18
- TextColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TextColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
19
- TextColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TextColorDirective, selector: "[cTextColor]", inputs: { color: ["cTextColor", "color"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TextColorDirective, decorators: [{
18
+ TextColorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TextColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
19
+ TextColorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: TextColorDirective, selector: "[cTextColor]", inputs: { color: ["cTextColor", "color"] }, host: { properties: { "class": "this.hostClasses" } }, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: TextColorDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[cTextColor]'
@@ -8,8 +8,8 @@ import { AlignDirective } from './align.directive';
8
8
  import * as i0 from "@angular/core";
9
9
  export class UtilitiesModule {
10
10
  }
11
- UtilitiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: UtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- UtilitiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: UtilitiesModule, declarations: [BgColorDirective,
11
+ UtilitiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ UtilitiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UtilitiesModule, declarations: [BgColorDirective,
13
13
  BorderDirective,
14
14
  RoundedDirective,
15
15
  TextColorDirective,
@@ -18,10 +18,10 @@ UtilitiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
18
18
  RoundedDirective,
19
19
  TextColorDirective,
20
20
  AlignDirective] });
21
- UtilitiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: UtilitiesModule, imports: [[
21
+ UtilitiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UtilitiesModule, imports: [[
22
22
  CommonModule
23
23
  ]] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: UtilitiesModule, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: UtilitiesModule, decorators: [{
25
25
  type: NgModule,
26
26
  args: [{
27
27
  declarations: [
@@ -28,9 +28,9 @@ export class WidgetStatAComponent {
28
28
  });
29
29
  }
30
30
  }
31
- WidgetStatAComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatAComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
32
- WidgetStatAComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatAComponent, selector: "c-widget-stat-a", inputs: { color: "color", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatA"], ngImport: i0, template: "<ng-container>\r\n <c-card-body [ngClass]=\"bodyClasses\">\r\n <div>\r\n <div *ngIf=\"!!value || templates?.widgetValueTemplate\" class=\"fs-4 fw-semibold\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetValueTemplate || defaultWidgetValueTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!title || templates?.widgetTitleTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetTitleTemplate || defaultWidgetTitleTemplate\"></ng-container>\r\n </div>\r\n </div>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetActionTemplate || defaultWidgetActionTemplate\"></ng-container>\r\n </c-card-body>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetChartTemplate || defaultWidgetChartTemplate\"></ng-container>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetTitleTemplate>\r\n {{title}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetValueTemplate>\r\n {{value}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetChartTemplate>\r\n <ng-content select=\".chart-wrapper\"></ng-content>\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetActionTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatAComponent, decorators: [{
31
+ WidgetStatAComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatAComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
32
+ WidgetStatAComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatAComponent, selector: "c-widget-stat-a", inputs: { color: "color", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatA"], ngImport: i0, template: "<ng-container>\r\n <c-card-body [ngClass]=\"bodyClasses\">\r\n <div>\r\n <div *ngIf=\"!!value || templates?.widgetValueTemplate\" class=\"fs-4 fw-semibold\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetValueTemplate || defaultWidgetValueTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!title || templates?.widgetTitleTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetTitleTemplate || defaultWidgetTitleTemplate\"></ng-container>\r\n </div>\r\n </div>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetActionTemplate || defaultWidgetActionTemplate\"></ng-container>\r\n </c-card-body>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetChartTemplate || defaultWidgetChartTemplate\"></ng-container>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetTitleTemplate>\r\n {{title}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetValueTemplate>\r\n {{value}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetChartTemplate>\r\n <ng-content select=\".chart-wrapper\"></ng-content>\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetActionTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatAComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'c-widget-stat-a', exportAs: 'cWidgetStatA', template: "<ng-container>\r\n <c-card-body [ngClass]=\"bodyClasses\">\r\n <div>\r\n <div *ngIf=\"!!value || templates?.widgetValueTemplate\" class=\"fs-4 fw-semibold\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetValueTemplate || defaultWidgetValueTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!title || templates?.widgetTitleTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetTitleTemplate || defaultWidgetTitleTemplate\"></ng-container>\r\n </div>\r\n </div>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetActionTemplate || defaultWidgetActionTemplate\"></ng-container>\r\n </c-card-body>\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetChartTemplate || defaultWidgetChartTemplate\"></ng-container>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetTitleTemplate>\r\n {{title}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetValueTemplate>\r\n {{value}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetChartTemplate>\r\n <ng-content select=\".chart-wrapper\"></ng-content>\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetActionTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""] }]
36
36
  }], propDecorators: { color: [{
@@ -28,9 +28,9 @@ export class WidgetStatBComponent extends CardComponent {
28
28
  };
29
29
  }
30
30
  }
31
- WidgetStatBComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
32
- WidgetStatBComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatBComponent, selector: "c-widget-stat-b", inputs: { color: "color", textColor: "textColor", title: "title", text: "text", value: "value", inverse: "inverse" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cWidgetStatB"], usesInheritance: true, ngImport: i0, template: "<c-card-body>\r\n <div *ngIf=\"!!value\" class=\"fs-4 fw-semibold\">{{value}}</div>\r\n <div *ngIf=\"!!title\">{{title}}</div>\r\n <ng-content></ng-content>\r\n <small *ngIf=\"text\" [ngClass]=\"inverse ? 'text-medium-emphasis-inverse' : 'text-medium-emphasis'\">\r\n {{text}}\r\n </small>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatBComponent, decorators: [{
31
+ WidgetStatBComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
32
+ WidgetStatBComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatBComponent, selector: "c-widget-stat-b", inputs: { color: "color", textColor: "textColor", title: "title", text: "text", value: "value", inverse: "inverse" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cWidgetStatB"], usesInheritance: true, ngImport: i0, template: "<c-card-body>\r\n <div *ngIf=\"!!value\" class=\"fs-4 fw-semibold\">{{value}}</div>\r\n <div *ngIf=\"!!title\">{{title}}</div>\r\n <ng-content></ng-content>\r\n <small *ngIf=\"text\" [ngClass]=\"inverse ? 'text-medium-emphasis-inverse' : 'text-medium-emphasis'\">\r\n {{text}}\r\n </small>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatBComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'c-widget-stat-b', exportAs: 'cWidgetStatB', template: "<c-card-body>\r\n <div *ngIf=\"!!value\" class=\"fs-4 fw-semibold\">{{value}}</div>\r\n <div *ngIf=\"!!title\">{{title}}</div>\r\n <ng-content></ng-content>\r\n <small *ngIf=\"text\" [ngClass]=\"inverse ? 'text-medium-emphasis-inverse' : 'text-medium-emphasis'\">\r\n {{text}}\r\n </small>\r\n</c-card-body>\r\n", styles: [""] }]
36
36
  }], ctorParameters: function () { return []; }, propDecorators: { color: [{
@@ -57,9 +57,9 @@ export class WidgetStatCComponent extends CardComponent {
57
57
  });
58
58
  }
59
59
  }
60
- WidgetStatCComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatCComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
61
- WidgetStatCComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatCComponent, selector: "c-widget-stat-c", inputs: { icon: "icon", title: "title", value: "value", inverse: "inverse" }, host: { properties: { "class": "this.hostExtendedClass" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatC"], usesInheritance: true, ngImport: i0, template: "<c-card-body>\r\n <div *ngIf=\"icon || templates?.widgetIconTemplate\" [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!value\" [ngClass]=\"valueClasses\">\r\n {{value}}\r\n </div>\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">\r\n {{title}}\r\n </div>\r\n <ng-container *ngIf=\"templates?.widgetProgressTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetProgressTemplate || defaultWidgetProgressTemplate\"></ng-container>\r\n </ng-container>\r\n</c-card-body>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n {{icon}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetProgressTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatCComponent, decorators: [{
60
+ WidgetStatCComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatCComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
61
+ WidgetStatCComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatCComponent, selector: "c-widget-stat-c", inputs: { icon: "icon", title: "title", value: "value", inverse: "inverse" }, host: { properties: { "class": "this.hostExtendedClass" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatC"], usesInheritance: true, ngImport: i0, template: "<c-card-body>\r\n <div *ngIf=\"icon || templates?.widgetIconTemplate\" [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!value\" [ngClass]=\"valueClasses\">\r\n {{value}}\r\n </div>\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">\r\n {{title}}\r\n </div>\r\n <ng-container *ngIf=\"templates?.widgetProgressTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetProgressTemplate || defaultWidgetProgressTemplate\"></ng-container>\r\n </ng-container>\r\n</c-card-body>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n {{icon}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetProgressTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatCComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{ selector: 'c-widget-stat-c', exportAs: 'cWidgetStatC', template: "<c-card-body>\r\n <div *ngIf=\"icon || templates?.widgetIconTemplate\" [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div *ngIf=\"!!value\" [ngClass]=\"valueClasses\">\r\n {{value}}\r\n </div>\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">\r\n {{title}}\r\n </div>\r\n <ng-container *ngIf=\"templates?.widgetProgressTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetProgressTemplate || defaultWidgetProgressTemplate\"></ng-container>\r\n </ng-container>\r\n</c-card-body>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n {{icon}}\r\n</ng-template>\r\n\r\n<ng-template #defaultWidgetProgressTemplate>\r\n <ng-content></ng-content>\r\n</ng-template>\r\n", styles: [""] }]
65
65
  }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
@@ -23,9 +23,9 @@ export class WidgetStatDComponent {
23
23
  };
24
24
  }
25
25
  }
26
- WidgetStatDComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatDComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- WidgetStatDComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatDComponent, selector: "c-widget-stat-d", inputs: { color: "color", values: "values" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cWidgetStatD"], ngImport: i0, template: "<c-card-header [ngClass]=\"headerClasses\">\r\n <ng-content></ng-content>\r\n</c-card-header>\r\n<c-card-body cRow class=\"text-center\">\r\n <ng-template [ngForOf]=\"values\" let-i=\"index\" let-item ngFor>\r\n <div *ngIf=\"i % 2 !== 0\" class=\"vr\"></div>\r\n <c-col>\r\n <div class=\"fs-5 fw-semibold\">{{item.value}}</div>\r\n <div class=\"text-uppercase text-medium-emphasis small\">{{item.title}}</div>\r\n </c-col>\r\n </ng-template>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardHeaderComponent, selector: "c-card-header, [c-card-header]" }, { type: i2.CardBodyComponent, selector: "c-card-body, [c-card-body]" }, { type: i3.ColComponent, selector: "c-col" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.RowDirective, selector: "[cRow]", inputs: ["xs", "sm", "md", "lg", "xl", "xxl"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatDComponent, decorators: [{
26
+ WidgetStatDComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatDComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ WidgetStatDComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatDComponent, selector: "c-widget-stat-d", inputs: { color: "color", values: "values" }, host: { properties: { "class": "this.hostClasses" } }, exportAs: ["cWidgetStatD"], ngImport: i0, template: "<c-card-header [ngClass]=\"headerClasses\">\r\n <ng-content></ng-content>\r\n</c-card-header>\r\n<c-card-body cRow class=\"text-center\">\r\n <ng-template [ngForOf]=\"values\" let-i=\"index\" let-item ngFor>\r\n <div *ngIf=\"i % 2 !== 0\" class=\"vr\"></div>\r\n <c-col>\r\n <div class=\"fs-5 fw-semibold\">{{item.value}}</div>\r\n <div class=\"text-uppercase text-medium-emphasis small\">{{item.title}}</div>\r\n </c-col>\r\n </ng-template>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardHeaderComponent, selector: "c-card-header, [c-card-header]" }, { type: i2.CardBodyComponent, selector: "c-card-body, [c-card-body]" }, { type: i3.ColComponent, selector: "c-col" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.RowDirective, selector: "[cRow]", inputs: ["xs", "sm", "md", "lg", "xl", "xxl"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatDComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'c-widget-stat-d', exportAs: 'cWidgetStatD', template: "<c-card-header [ngClass]=\"headerClasses\">\r\n <ng-content></ng-content>\r\n</c-card-header>\r\n<c-card-body cRow class=\"text-center\">\r\n <ng-template [ngForOf]=\"values\" let-i=\"index\" let-item ngFor>\r\n <div *ngIf=\"i % 2 !== 0\" class=\"vr\"></div>\r\n <c-col>\r\n <div class=\"fs-5 fw-semibold\">{{item.value}}</div>\r\n <div class=\"text-uppercase text-medium-emphasis small\">{{item.title}}</div>\r\n </c-col>\r\n </ng-template>\r\n</c-card-body>\r\n", styles: [""] }]
31
31
  }], ctorParameters: function () { return []; }, propDecorators: { color: [{
@@ -17,9 +17,9 @@ export class WidgetStatEComponent extends CardComponent {
17
17
  };
18
18
  }
19
19
  }
20
- WidgetStatEComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatEComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- WidgetStatEComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatEComponent, selector: "c-widget-stat-e", inputs: { title: "title", value: "value" }, exportAs: ["cWidgetStatE"], usesInheritance: true, ngImport: i0, template: "<c-card-body class=\"text-center\">\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">{{title}}</div>\r\n <div *ngIf=\"!!value\" class=\"fs-6 fw-semibold py-3\">{{value}}</div>\r\n <ng-content></ng-content>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatEComponent, decorators: [{
20
+ WidgetStatEComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatEComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ WidgetStatEComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatEComponent, selector: "c-widget-stat-e", inputs: { title: "title", value: "value" }, exportAs: ["cWidgetStatE"], usesInheritance: true, ngImport: i0, template: "<c-card-body class=\"text-center\">\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">{{title}}</div>\r\n <div *ngIf=\"!!value\" class=\"fs-6 fw-semibold py-3\">{{value}}</div>\r\n <ng-content></ng-content>\r\n</c-card-body>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatEComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{ selector: 'c-widget-stat-e', exportAs: 'cWidgetStatE', template: "<c-card-body class=\"text-center\">\r\n <div *ngIf=\"!!title\" [ngClass]=\"titleClasses\">{{title}}</div>\r\n <div *ngIf=\"!!value\" class=\"fs-6 fw-semibold py-3\">{{value}}</div>\r\n <ng-content></ng-content>\r\n</c-card-body>\r\n", styles: [""] }]
25
25
  }], ctorParameters: function () { return []; }, propDecorators: { title: [{
@@ -67,9 +67,9 @@ export class WidgetStatFComponent {
67
67
  });
68
68
  }
69
69
  }
70
- WidgetStatFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatFComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
71
- WidgetStatFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: WidgetStatFComponent, selector: "c-widget-stat-f", inputs: { color: "color", textColor: "textColor", footer: "footer", icon: "icon", padding: "padding", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatB"], ngImport: i0, template: "<ng-container>\r\n <c-card-body [ngClass]=\"cardBodyClasses\">\r\n <div [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div>\r\n <div [ngClass]=\"valueClasses\">{{value}}</div>\r\n <div [ngClass]=\"titleClasses\">{{title}}</div>\r\n </div>\r\n </c-card-body>\r\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\r\n </c-card-footer>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n <span>{{icon}}</span>\r\n</ng-template>\r\n\r\n<ng-template #defaultFooterIconTemplate>\r\n <span>{{footer}}</span>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }, { type: i2.CardFooterComponent, selector: "c-card-footer, [c-card-footer]" }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetStatFComponent, decorators: [{
70
+ WidgetStatFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatFComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
71
+ WidgetStatFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: WidgetStatFComponent, selector: "c-widget-stat-f", inputs: { color: "color", textColor: "textColor", footer: "footer", icon: "icon", padding: "padding", title: "title", value: "value" }, host: { properties: { "class": "this.hostClasses" } }, queries: [{ propertyName: "contentTemplates", predicate: TemplateIdDirective, descendants: true }], exportAs: ["cWidgetStatB"], ngImport: i0, template: "<ng-container>\r\n <c-card-body [ngClass]=\"cardBodyClasses\">\r\n <div [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div>\r\n <div [ngClass]=\"valueClasses\">{{value}}</div>\r\n <div [ngClass]=\"titleClasses\">{{title}}</div>\r\n </div>\r\n </c-card-body>\r\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\r\n </c-card-footer>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n <span>{{icon}}</span>\r\n</ng-template>\r\n\r\n<ng-template #defaultFooterIconTemplate>\r\n <span>{{footer}}</span>\r\n</ng-template>\r\n", styles: [""], components: [{ type: i1.CardBodyComponent, selector: "c-card-body, [c-card-body]" }, { type: i2.CardFooterComponent, selector: "c-card-footer, [c-card-footer]" }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetStatFComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{ selector: 'c-widget-stat-f', exportAs: 'cWidgetStatB', template: "<ng-container>\r\n <c-card-body [ngClass]=\"cardBodyClasses\">\r\n <div [ngClass]=\"iconClasses\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetIconTemplate || defaultWidgetIconTemplate\"></ng-container>\r\n </div>\r\n <div>\r\n <div [ngClass]=\"valueClasses\">{{value}}</div>\r\n <div [ngClass]=\"titleClasses\">{{title}}</div>\r\n </div>\r\n </c-card-body>\r\n <c-card-footer *ngIf=\"footer || templates?.widgetFooterTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templates?.widgetFooterTemplate || defaultFooterIconTemplate\"></ng-container>\r\n </c-card-footer>\r\n</ng-container>\r\n\r\n<ng-template #defaultWidgetIconTemplate>\r\n <span>{{icon}}</span>\r\n</ng-template>\r\n\r\n<ng-template #defaultFooterIconTemplate>\r\n <span>{{footer}}</span>\r\n</ng-template>\r\n", styles: [""] }]
75
75
  }], propDecorators: { color: [{
@@ -11,8 +11,8 @@ import { WidgetStatFComponent } from './widget-stat-f/widget-stat-f.component';
11
11
  import * as i0 from "@angular/core";
12
12
  export class WidgetModule {
13
13
  }
14
- WidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetModule, declarations: [WidgetStatAComponent,
14
+ WidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetModule, declarations: [WidgetStatAComponent,
16
16
  WidgetStatBComponent,
17
17
  WidgetStatCComponent,
18
18
  WidgetStatDComponent,
@@ -25,12 +25,12 @@ WidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
25
25
  WidgetStatDComponent,
26
26
  WidgetStatEComponent,
27
27
  WidgetStatFComponent] });
28
- WidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetModule, imports: [[
28
+ WidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetModule, imports: [[
29
29
  CommonModule,
30
30
  CardModule,
31
31
  GridModule,
32
32
  ]] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: WidgetModule, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: WidgetModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  declarations: [
@@ -29,6 +29,7 @@ export * from './lib/navbar';
29
29
  export * from './lib/modal';
30
30
  export * from './lib/offcanvas';
31
31
  export * from './lib/pagination';
32
+ export * from './lib/placeholder';
32
33
  export * from './lib/popover';
33
34
  export * from './lib/progress';
34
35
  export * from './lib/services';
@@ -42,4 +43,4 @@ export * from './lib/toast';
42
43
  export * from './lib/tooltip';
43
44
  export * from './lib/utilities';
44
45
  export * from './lib/widget';
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgY29yZXVpLWFuZ3VsYXJcclxuICovXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JldWkudHlwZXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaGFyZWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY2NvcmRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbGVydCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2F2YXRhcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JhZGdlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnJlYWRjcnVtYic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1ncm91cCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhbGxvdXQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2Fyb3VzZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb2xsYXBzZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZWxlbWVudC1jb3Zlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Zvb3Rlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Zvcm0nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ncmlkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaGVhZGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW1hZ2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9saXN0LWdyb3VwJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbG9hZGluZy1idXR0b24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tdWx0aS1zZWxlY3QnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9uYXYnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9uYXZiYXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RhbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL29mZmNhbnZhcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BhZ2luYXRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wb3BvdmVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJvZ3Jlc3MnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NpZGViYXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zbWFydC1wYWdpbmF0aW9uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc21hcnQtdGFibGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zcGlubmVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdGFibGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90YWJzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdG9hc3QnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90b29sdGlwJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbGl0aWVzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvd2lkZ2V0JztcclxuIl19
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NvcmV1aS1hbmd1bGFyL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBjb3JldWktYW5ndWxhclxyXG4gKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmV1aS50eXBlcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NoYXJlZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FjY29yZGlvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FsZXJ0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXZhdGFyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmFkZ2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9icmVhZGNydW1iJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLWdyb3VwJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FsbG91dCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJvdXNlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbGxhcHNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJvcGRvd24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9lbGVtZW50LWNvdmVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZm9vdGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZm9ybSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dyaWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZWFkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbWFnZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xpc3QtZ3JvdXAnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9sb2FkaW5nLWJ1dHRvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL211bHRpLXNlbGVjdCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL25hdic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL25hdmJhcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGFsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvb2ZmY2FudmFzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcGFnaW5hdGlvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BsYWNlaG9sZGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcG9wb3Zlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Byb2dyZXNzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaWRlYmFyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc21hcnQtcGFnaW5hdGlvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NtYXJ0LXRhYmxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc3Bpbm5lcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3RhYmxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdGFicyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3RvYXN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdG9vbHRpcCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxpdGllcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3dpZGdldCc7XHJcbiJdfQ==