@theseam/ui-common 0.4.0-beta.0 → 0.4.0-beta.2

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 (459) hide show
  1. package/assets/storybook-intro.gif +0 -0
  2. package/dynamic/dynamic-value-helper.service.d.ts +2 -2
  3. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  4. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  5. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  6. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  7. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  8. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  9. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  10. package/esm2020/buttons/button/button.component.mjs +9 -9
  11. package/esm2020/buttons/buttons.module.mjs +4 -4
  12. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  13. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +3 -3
  14. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  15. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  16. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  17. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  18. package/esm2020/card/card.component.mjs +3 -3
  19. package/esm2020/card/card.module.mjs +4 -4
  20. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  21. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  22. package/esm2020/confirm-dialog/confirm-click.directive.mjs +3 -3
  23. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  24. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  25. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  26. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  27. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  28. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  29. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  30. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +3 -3
  31. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +3 -3
  32. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +3 -3
  33. package/esm2020/datatable/datatable/datatable.component.mjs +3 -3
  34. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  35. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  36. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +3 -3
  37. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  38. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  39. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +3 -3
  40. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  41. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  42. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +3 -3
  43. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  44. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  45. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  46. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  47. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  48. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  49. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  50. package/esm2020/datatable/datatable.module.mjs +4 -4
  51. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  52. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  53. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  54. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  55. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  56. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  57. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  58. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  59. package/esm2020/datatable/services/datatable-preferences.service.mjs +3 -3
  60. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  61. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +3 -3
  62. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +3 -3
  63. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +3 -3
  64. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +3 -3
  65. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  66. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +3 -3
  67. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  68. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  69. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  70. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  71. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  72. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  73. package/esm2020/dynamic/dynamic-value-helper.service.mjs +8 -6
  74. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  75. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  76. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  77. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  78. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  79. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  80. package/esm2020/form-field/form-field-error.directive.mjs +3 -3
  81. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  82. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  83. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  84. package/esm2020/form-field/form-field.component.mjs +3 -3
  85. package/esm2020/form-field/form-field.module.mjs +4 -4
  86. package/esm2020/form-field/input.directive.mjs +3 -3
  87. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  88. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  89. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  90. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +3 -3
  91. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  92. package/esm2020/framework/base-layout/base-layout.component.mjs +3 -3
  93. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  94. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  95. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  96. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  97. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  98. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  99. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  100. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  101. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  102. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  103. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  104. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  105. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +3 -3
  106. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +3 -3
  107. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  108. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  109. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  110. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  111. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  112. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  113. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  114. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  115. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  116. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  117. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  118. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  119. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  120. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  121. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  122. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +5 -5
  123. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  124. package/esm2020/framework/side-nav/side-nav.component.mjs +3 -3
  125. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  126. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  127. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  128. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  129. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  130. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  131. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  132. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  133. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  134. package/esm2020/google-maps/google-maps/google-maps.component.mjs +3 -3
  135. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  136. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  137. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +3 -3
  138. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +3 -3
  139. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +3 -3
  140. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  141. package/esm2020/google-maps/google-maps.service.mjs +3 -3
  142. package/esm2020/google-maps/map-control.component.mjs +3 -3
  143. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  144. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  145. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  146. package/esm2020/icon/icon/icon.component.mjs +3 -3
  147. package/esm2020/icon/icon-btn/icon-btn.component.mjs +3 -3
  148. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  149. package/esm2020/icon/icon.module.mjs +4 -4
  150. package/esm2020/layout/layout.module.mjs +4 -4
  151. package/esm2020/layout/layout.service.mjs +3 -3
  152. package/esm2020/loading/loading/loading.component.mjs +3 -3
  153. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  154. package/esm2020/loading/loading.module.mjs +4 -4
  155. package/esm2020/menu/menu-divider.component.mjs +3 -3
  156. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  157. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +3 -3
  158. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  159. package/esm2020/menu/menu-item.component.mjs +3 -3
  160. package/esm2020/menu/menu-toggle.directive.mjs +3 -3
  161. package/esm2020/menu/menu.component.mjs +3 -3
  162. package/esm2020/menu/menu.module.mjs +4 -4
  163. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  164. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  165. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  166. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  167. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  168. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  169. package/esm2020/modal/modal/modal.component.mjs +3 -3
  170. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  171. package/esm2020/modal/modal-container/modal-container.component.mjs +3 -3
  172. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  173. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  174. package/esm2020/modal/modal.module.mjs +4 -4
  175. package/esm2020/modal/modal.service.mjs +3 -3
  176. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  177. package/esm2020/popover/popover/popover.component.mjs +3 -3
  178. package/esm2020/popover/popover.directive.mjs +3 -3
  179. package/esm2020/popover/popover.module.mjs +4 -4
  180. package/esm2020/progress/progress-circle/progress-circle.component.mjs +3 -3
  181. package/esm2020/progress/progress.module.mjs +4 -4
  182. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +3 -3
  183. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +6 -6
  184. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  185. package/esm2020/services/asset-loader.service.mjs +3 -3
  186. package/esm2020/services/font-loader.service.mjs +3 -3
  187. package/esm2020/services/router-helpers.service.mjs +3 -3
  188. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  189. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  190. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  191. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  192. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  193. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +3 -3
  194. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  195. package/esm2020/shared/directives/ng-select-extra.directive.mjs +3 -3
  196. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +3 -3
  197. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  198. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  199. package/esm2020/shared/shared.module.mjs +4 -4
  200. package/esm2020/storage/local-storage.service.mjs +3 -3
  201. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  202. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  203. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  204. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  205. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  206. package/esm2020/story-helpers/story-modal-container.component.mjs +3 -3
  207. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  208. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  209. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  210. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  211. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  212. package/esm2020/tabbed/tabbed.component.mjs +3 -3
  213. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  214. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  215. package/esm2020/table/table/table.component.mjs +4 -4
  216. package/esm2020/table/table.module.mjs +4 -4
  217. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  218. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  219. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  220. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  221. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  222. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  223. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +3 -3
  224. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  225. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +3 -3
  226. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  227. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  228. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +3 -3
  229. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  230. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  231. package/esm2020/tel-input/tel-input/tel-input.component.mjs +4 -4
  232. package/esm2020/tel-input/tel-input.directive.mjs +4 -12
  233. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  234. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +3 -3
  235. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +3 -3
  236. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +3 -3
  237. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  238. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  239. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  240. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  241. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  242. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  243. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  244. package/esm2020/toggle-edit/toggle-edit.component.mjs +3 -3
  245. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  246. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  247. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  248. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  249. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  250. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  251. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  252. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  253. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +3 -3
  254. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  255. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +3 -3
  256. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  257. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +3 -3
  258. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  259. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +3 -3
  260. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  261. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  262. package/esm2020/widget/widget/widget.component.mjs +3 -3
  263. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  264. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  265. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  266. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  267. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  268. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  269. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +3 -3
  270. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  271. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  272. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  273. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  274. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  275. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  276. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  277. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  278. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  279. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  280. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  281. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  282. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  283. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  284. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +3 -3
  285. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  286. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  287. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +6 -6
  288. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  289. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  290. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  291. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  292. package/esm2020/widget/widget-registry.service.mjs +3 -3
  293. package/esm2020/widget/widget.module.mjs +4 -4
  294. package/fesm2015/theseam-ui-common-asset-reader.mjs +10 -10
  295. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  296. package/fesm2015/theseam-ui-common-buttons.mjs +25 -25
  297. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  298. package/fesm2015/theseam-ui-common-checkbox.mjs +7 -7
  299. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +13 -13
  300. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  301. package/fesm2015/theseam-ui-common-data-filters.mjs +13 -13
  302. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +25 -25
  303. package/fesm2015/theseam-ui-common-datatable.mjs +85 -85
  304. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  305. package/fesm2015/theseam-ui-common-dynamic.mjs +25 -23
  306. package/fesm2015/theseam-ui-common-dynamic.mjs.map +1 -1
  307. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  308. package/fesm2015/theseam-ui-common-form-field-error.mjs +16 -16
  309. package/fesm2015/theseam-ui-common-form-field.mjs +22 -22
  310. package/fesm2015/theseam-ui-common-framework.mjs +134 -134
  311. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  312. package/fesm2015/theseam-ui-common-google-maps.mjs +34 -34
  313. package/fesm2015/theseam-ui-common-graphql.mjs +3 -3
  314. package/fesm2015/theseam-ui-common-icon.mjs +13 -13
  315. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  316. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  317. package/fesm2015/theseam-ui-common-menu.mjs +25 -25
  318. package/fesm2015/theseam-ui-common-modal.mjs +43 -43
  319. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  320. package/fesm2015/theseam-ui-common-progress.mjs +7 -7
  321. package/fesm2015/theseam-ui-common-scrollbar.mjs +11 -11
  322. package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
  323. package/fesm2015/theseam-ui-common-services.mjs +9 -9
  324. package/fesm2015/theseam-ui-common-shared.mjs +37 -37
  325. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  326. package/fesm2015/theseam-ui-common-story-helpers.mjs +23 -23
  327. package/fesm2015/theseam-ui-common-tabbed.mjs +22 -22
  328. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  329. package/fesm2015/theseam-ui-common-table-cell-types.mjs +31 -31
  330. package/fesm2015/theseam-ui-common-table.mjs +7 -7
  331. package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
  332. package/fesm2015/theseam-ui-common-tel-input.mjs +15 -23
  333. package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
  334. package/fesm2015/theseam-ui-common-tiled-select.mjs +22 -22
  335. package/fesm2015/theseam-ui-common-toggle-edit.mjs +16 -16
  336. package/fesm2015/theseam-ui-common-toggle-group.mjs +10 -10
  337. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  338. package/fesm2015/theseam-ui-common-viewers.mjs +20 -20
  339. package/fesm2015/theseam-ui-common-widget.mjs +132 -132
  340. package/fesm2020/theseam-ui-common-asset-reader.mjs +10 -10
  341. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  342. package/fesm2020/theseam-ui-common-buttons.mjs +25 -25
  343. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  344. package/fesm2020/theseam-ui-common-checkbox.mjs +7 -7
  345. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +13 -13
  346. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  347. package/fesm2020/theseam-ui-common-data-filters.mjs +13 -13
  348. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +25 -25
  349. package/fesm2020/theseam-ui-common-datatable.mjs +85 -85
  350. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  351. package/fesm2020/theseam-ui-common-dynamic.mjs +25 -23
  352. package/fesm2020/theseam-ui-common-dynamic.mjs.map +1 -1
  353. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  354. package/fesm2020/theseam-ui-common-form-field-error.mjs +16 -16
  355. package/fesm2020/theseam-ui-common-form-field.mjs +22 -22
  356. package/fesm2020/theseam-ui-common-framework.mjs +134 -134
  357. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  358. package/fesm2020/theseam-ui-common-google-maps.mjs +34 -34
  359. package/fesm2020/theseam-ui-common-graphql.mjs +3 -3
  360. package/fesm2020/theseam-ui-common-icon.mjs +13 -13
  361. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  362. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  363. package/fesm2020/theseam-ui-common-menu.mjs +25 -25
  364. package/fesm2020/theseam-ui-common-modal.mjs +43 -43
  365. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  366. package/fesm2020/theseam-ui-common-progress.mjs +7 -7
  367. package/fesm2020/theseam-ui-common-scrollbar.mjs +11 -11
  368. package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
  369. package/fesm2020/theseam-ui-common-services.mjs +9 -9
  370. package/fesm2020/theseam-ui-common-shared.mjs +37 -37
  371. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  372. package/fesm2020/theseam-ui-common-story-helpers.mjs +23 -23
  373. package/fesm2020/theseam-ui-common-tabbed.mjs +22 -22
  374. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  375. package/fesm2020/theseam-ui-common-table-cell-types.mjs +31 -31
  376. package/fesm2020/theseam-ui-common-table.mjs +7 -7
  377. package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
  378. package/fesm2020/theseam-ui-common-tel-input.mjs +15 -23
  379. package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
  380. package/fesm2020/theseam-ui-common-tiled-select.mjs +22 -22
  381. package/fesm2020/theseam-ui-common-toggle-edit.mjs +16 -16
  382. package/fesm2020/theseam-ui-common-toggle-group.mjs +10 -10
  383. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  384. package/fesm2020/theseam-ui-common-viewers.mjs +20 -20
  385. package/fesm2020/theseam-ui-common-widget.mjs +132 -132
  386. package/framework/base-layout/_base-layout-theme.scss +3 -0
  387. package/framework/base-layout/base-layout.component.scss +95 -0
  388. package/framework/base-layout/styles/_utilities.scss +3 -0
  389. package/framework/base-layout/styles/_variables.scss +23 -0
  390. package/framework/dashboard/_dashboard-theme.scss +3 -0
  391. package/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.scss +0 -0
  392. package/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.scss +0 -0
  393. package/framework/dashboard/dashboard-widgets/dashboard-widgets.component.scss +48 -0
  394. package/framework/dashboard/dashboard.component.scss +0 -0
  395. package/framework/dashboard/styles/_utilities.scss +3 -0
  396. package/framework/dashboard/styles/_variables.scss +2 -0
  397. package/framework/side-nav/_side-nav-theme.scss +5 -0
  398. package/framework/side-nav/side-nav-item/side-nav-item.component.scss +185 -0
  399. package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.scss +32 -0
  400. package/framework/side-nav/side-nav.component.scss +47 -0
  401. package/framework/side-nav/styles/_themes/light/_variables.scss +29 -0
  402. package/framework/side-nav/styles/_themes/primary/_variables.scss +31 -0
  403. package/framework/side-nav/styles/_utilities.scss +3 -0
  404. package/framework/side-nav/styles/_variables.scss +2 -0
  405. package/framework/top-bar/_top-bar-theme.scss +5 -0
  406. package/framework/top-bar/styles/_utilities.scss +3 -0
  407. package/framework/top-bar/styles/_variables.scss +18 -0
  408. package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.scss +15 -0
  409. package/framework/top-bar/top-bar-title/top-bar-title.component.scss +6 -0
  410. package/framework/top-bar/top-bar.component.scss +39 -0
  411. package/package.json +1 -1
  412. package/progress/progress-circle/_progress-circle-theme.scss +3 -0
  413. package/progress/progress-circle/progress-circle.component.scss +105 -0
  414. package/progress/progress-circle/styles/_utilities.scss +3 -0
  415. package/progress/progress-circle/styles/_variables.scss +8 -0
  416. package/styles/_storybook-fixes.scss +7 -0
  417. package/styles/_variables.scss +0 -0
  418. package/styles/bootstrap/_bootstrap.scss +45 -0
  419. package/styles/bootstrap/_bs-styles.scss +105 -0
  420. package/styles/bootstrap/_bs-utilities.scss +5 -0
  421. package/styles/bootstrap/_bs-variables.scss +141 -0
  422. package/styles/common/_forms.scss +15 -0
  423. package/styles/common/_global.scss +9 -0
  424. package/styles/common/_hacks.scss +14 -0
  425. package/styles/common/_table.scss +119 -0
  426. package/styles/common/_text.scss +1 -0
  427. package/styles/theme.scss +19 -0
  428. package/styles/utilities.scss +14 -0
  429. package/styles/vendor/_vendor.scss +3 -0
  430. package/styles/vendor/ng-select/_ng-select-bs4.scss +445 -0
  431. package/styles/vendor/ngx-datatable/_ngx-datatable.scss +501 -0
  432. package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +174 -0
  433. package/styles/vendor/ngx-datatable/_themes/dark/_variables.scss +166 -0
  434. package/styles/vendor/ngx-datatable/_themes/material/_variables.scss +165 -0
  435. package/styles/vendor/ngx-datatable/_variables.scss +3 -0
  436. package/styles/vendor/quill/_quill.scss +26 -0
  437. package/table/table/table.component.d.ts +1 -1
  438. package/tel-input/README.md +27 -0
  439. package/tel-input/tel-input.directive.d.ts +1 -6
  440. package/widget/_widget-theme.scss +15 -0
  441. package/widget/styles/_utilities.scss +3 -0
  442. package/widget/styles/_variables.scss +30 -0
  443. package/widget/widget/widget.component.scss +109 -0
  444. package/widget/widget-content-components/widget-button-group/widget-button-group.component.scss +3 -0
  445. package/widget/widget-content-components/widget-content-header/widget-content-header.component.scss +6 -0
  446. package/widget/widget-content-components/widget-description/widget-description.component.scss +0 -0
  447. package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.scss +9 -0
  448. package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.scss +8 -0
  449. package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.scss +7 -0
  450. package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.scss +5 -0
  451. package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.scss +0 -0
  452. package/widget/widget-content-components/widget-list-group/widget-list-group.component.scss +0 -0
  453. package/widget/widget-content-components/widget-table/widget-table.component.scss +0 -0
  454. package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.scss +0 -0
  455. package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.scss +5 -0
  456. package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.scss +14 -0
  457. package/widget/widget-content-components/widget-tile/widget-tile.component.scss +70 -0
  458. package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.scss +6 -0
  459. package/widget/widget-footer/widget-footer.component.scss +16 -0
Binary file
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export declare class DynamicValueHelperService {
10
10
  private _evaluatorMap;
11
- constructor(evaluators: IDynamicValueEvaluator[]);
11
+ constructor(evaluators?: IDynamicValueEvaluator[]);
12
12
  /**
13
13
  * Evaluate a dynamic value to its actual value.
14
14
  *
@@ -33,6 +33,6 @@ export declare class DynamicValueHelperService {
33
33
  *
34
34
  */
35
35
  private _evalEvaluatableSync;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<DynamicValueHelperService, never>;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicValueHelperService, [{ optional: true; }]>;
37
37
  static ɵprov: i0.ɵɵInjectableDeclaration<DynamicValueHelperService>;
38
38
  }
@@ -55,9 +55,9 @@ export class AssetReaderHelperService {
55
55
  return of(false);
56
56
  }
57
57
  }
58
- AssetReaderHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetReaderHelperService, deps: [{ token: i1.EncryptedAssetReader, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
59
- AssetReaderHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetReaderHelperService, providedIn: 'root' });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetReaderHelperService, decorators: [{
58
+ AssetReaderHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetReaderHelperService, deps: [{ token: i1.EncryptedAssetReader, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
59
+ AssetReaderHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetReaderHelperService, providedIn: 'root' });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetReaderHelperService, decorators: [{
61
61
  type: Injectable,
62
62
  args: [{
63
63
  providedIn: 'root'
@@ -3,10 +3,10 @@ import { EncryptedAssetLinkDirective } from './encrypted-asset-link.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class TheSeamAssetReaderModule {
5
5
  }
6
- TheSeamAssetReaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamAssetReaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- TheSeamAssetReaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamAssetReaderModule, declarations: [EncryptedAssetLinkDirective], exports: [EncryptedAssetLinkDirective] });
8
- TheSeamAssetReaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamAssetReaderModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamAssetReaderModule, decorators: [{
6
+ TheSeamAssetReaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamAssetReaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ TheSeamAssetReaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamAssetReaderModule, declarations: [EncryptedAssetLinkDirective], exports: [EncryptedAssetLinkDirective] });
8
+ TheSeamAssetReaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamAssetReaderModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamAssetReaderModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [
@@ -40,8 +40,8 @@ export class EncryptedAssetLinkDirective {
40
40
  return this._elementRef.nativeElement.target;
41
41
  }
42
42
  }
43
- EncryptedAssetLinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: EncryptedAssetLinkDirective, deps: [{ token: i0.ElementRef }, { token: i1.AssetReaderHelperService }, { token: i2.TheSeamLoadingOverlayService }], target: i0.ɵɵFactoryTarget.Directive });
44
- EncryptedAssetLinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: EncryptedAssetLinkDirective, selector: "[seamEncryptedAssetLink]", inputs: { seamEncryptedAssetLink: "seamEncryptedAssetLink", seamShowLoadingOverlay: "seamShowLoadingOverlay", seamDetectMimeFromContent: "seamDetectMimeFromContent", seamDownloadAsset: "seamDownloadAsset" }, host: { listeners: { "click": "_onClick($event)" }, properties: { "attr.href": "this._attrHref" } }, ngImport: i0 });
43
+ EncryptedAssetLinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EncryptedAssetLinkDirective, deps: [{ token: i0.ElementRef }, { token: i1.AssetReaderHelperService }, { token: i2.TheSeamLoadingOverlayService }], target: i0.ɵɵFactoryTarget.Directive });
44
+ EncryptedAssetLinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: EncryptedAssetLinkDirective, selector: "[seamEncryptedAssetLink]", inputs: { seamEncryptedAssetLink: "seamEncryptedAssetLink", seamShowLoadingOverlay: "seamShowLoadingOverlay", seamDetectMimeFromContent: "seamDetectMimeFromContent", seamDownloadAsset: "seamDownloadAsset" }, host: { listeners: { "click": "_onClick($event)" }, properties: { "attr.href": "this._attrHref" } }, ngImport: i0 });
45
45
  __decorate([
46
46
  InputBoolean()
47
47
  ], EncryptedAssetLinkDirective.prototype, "seamShowLoadingOverlay", void 0);
@@ -51,7 +51,7 @@ __decorate([
51
51
  __decorate([
52
52
  InputBoolean()
53
53
  ], EncryptedAssetLinkDirective.prototype, "seamDownloadAsset", void 0);
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: EncryptedAssetLinkDirective, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EncryptedAssetLinkDirective, decorators: [{
55
55
  type: Directive,
56
56
  args: [{
57
57
  selector: '[seamEncryptedAssetLink]'
@@ -10,9 +10,9 @@ export class BreadcrumbsComponent {
10
10
  }
11
11
  ngOnInit() { }
12
12
  }
13
- BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BreadcrumbsComponent, deps: [{ token: i1.TheSeamBreadcrumbsService }], target: i0.ɵɵFactoryTarget.Component });
14
- BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: BreadcrumbsComponent, selector: "seam-breadcrumbs", ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color:inherit}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
13
+ BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BreadcrumbsComponent, deps: [{ token: i1.TheSeamBreadcrumbsService }], target: i0.ɵɵFactoryTarget.Component });
14
+ BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: BreadcrumbsComponent, selector: "seam-breadcrumbs", ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color:inherit}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'seam-breadcrumbs', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color:inherit}\n"] }]
18
18
  }], ctorParameters: function () { return [{ type: i1.TheSeamBreadcrumbsService }]; } });
@@ -5,12 +5,12 @@ import { BreadcrumbsComponent } from './breadcrumbs/breadcrumbs.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class TheSeamBreadcrumbsModule {
7
7
  }
8
- TheSeamBreadcrumbsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- TheSeamBreadcrumbsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsModule, declarations: [BreadcrumbsComponent], imports: [CommonModule,
8
+ TheSeamBreadcrumbsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TheSeamBreadcrumbsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsModule, declarations: [BreadcrumbsComponent], imports: [CommonModule,
10
10
  RouterModule], exports: [BreadcrumbsComponent] });
11
- TheSeamBreadcrumbsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsModule, imports: [CommonModule,
11
+ TheSeamBreadcrumbsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsModule, imports: [CommonModule,
12
12
  RouterModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [
@@ -145,9 +145,9 @@ export class TheSeamBreadcrumbsService {
145
145
  return breadcrumbs;
146
146
  }
147
147
  }
148
- TheSeamBreadcrumbsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
149
- TheSeamBreadcrumbsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsService, providedIn: 'root' });
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBreadcrumbsService, decorators: [{
148
+ TheSeamBreadcrumbsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
149
+ TheSeamBreadcrumbsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsService, providedIn: 'root' });
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBreadcrumbsService, decorators: [{
151
151
  type: Injectable,
152
152
  args: [{
153
153
  providedIn: 'root'
@@ -11,9 +11,9 @@ export class BadgeButtonComponent extends ButtonComponent {
11
11
  }
12
12
  ngOnDestroy() { super.ngOnDestroy(); }
13
13
  }
14
- BadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
15
- BadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: BadgeButtonComponent, selector: "button[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BadgeButtonComponent, decorators: [{
14
+ BadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
15
+ BadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: BadgeButtonComponent, selector: "button[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BadgeButtonComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'button[seamBadgeButton]', exportAs: 'seamBadgeButton', inputs: ['disabled', 'theme', 'size'], host: {
19
19
  '[attr.type]': 'type',
@@ -38,9 +38,9 @@ export class AnchorBadgeButtonComponent extends AnchorButtonComponent {
38
38
  }
39
39
  ngOnDestroy() { super.ngOnDestroy(); }
40
40
  }
41
- AnchorBadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AnchorBadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
42
- AnchorBadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: AnchorBadgeButtonComponent, selector: "a[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton", "seamBadgeButtonAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AnchorBadgeButtonComponent, decorators: [{
41
+ AnchorBadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnchorBadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
42
+ AnchorBadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: AnchorBadgeButtonComponent, selector: "a[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton", "seamBadgeButtonAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnchorBadgeButtonComponent, decorators: [{
44
44
  type: Component,
45
45
  args: [{ selector: 'a[seamBadgeButton]', exportAs: 'seamBadgeButton,seamBadgeButtonAnchor', inputs: ['disabled', 'theme', 'size'], host: {
46
46
  'class': 'btn',
@@ -20,9 +20,9 @@ class TheSeamButtonBase {
20
20
  return this._elementRef.nativeElement;
21
21
  }
22
22
  }
23
- TheSeamButtonBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonBase, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
24
- TheSeamButtonBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TheSeamButtonBase, selector: "ng-component", ngImport: i0, template: '', isInline: true });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonBase, decorators: [{
23
+ TheSeamButtonBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonBase, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
24
+ TheSeamButtonBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TheSeamButtonBase, selector: "ng-component", ngImport: i0, template: '', isInline: true });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonBase, decorators: [{
26
26
  type: Component,
27
27
  args: [{ template: '' }]
28
28
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FocusMonitor }, { type: i0.Renderer2 }]; } });
@@ -35,9 +35,9 @@ export class ButtonComponent extends _TheSeamButtonMixinBase {
35
35
  }
36
36
  ngOnDestroy() { super.ngOnDestroy(); }
37
37
  }
38
- ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ButtonComponent, selector: "button[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", type: "type" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "btn" }, exportAs: ["seamButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ButtonComponent, decorators: [{
38
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ButtonComponent, selector: "button[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", type: "type" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "btn" }, exportAs: ["seamButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ButtonComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'button[seamButton]', exportAs: 'seamButton', inputs: ['disabled', 'theme', 'size'], host: {
43
43
  '[attr.type]': 'type',
@@ -65,9 +65,9 @@ export class AnchorButtonComponent extends _TheSeamButtonMixinBase {
65
65
  }
66
66
  }
67
67
  }
68
- AnchorButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AnchorButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
69
- AnchorButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: AnchorButtonComponent, selector: "a[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", tabIndex: "tabIndex" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "btn" }, exportAs: ["seamButton", "seamButtonBaseAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AnchorButtonComponent, decorators: [{
68
+ AnchorButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnchorButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
69
+ AnchorButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: AnchorButtonComponent, selector: "a[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", tabIndex: "tabIndex" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "btn" }, exportAs: ["seamButton", "seamButtonBaseAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnchorButtonComponent, decorators: [{
71
71
  type: Component,
72
72
  args: [{ selector: 'a[seamButton]', exportAs: 'seamButton,seamButtonBaseAnchor', inputs: ['disabled', 'theme', 'size'], host: {
73
73
  'class': 'btn',
@@ -8,8 +8,8 @@ import { ToggleButtonComponent } from './toggle-button/toggle-button.component';
8
8
  import * as i0 from "@angular/core";
9
9
  export class TheSeamButtonsModule {
10
10
  }
11
- TheSeamButtonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- TheSeamButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonsModule, declarations: [BadgeButtonComponent,
11
+ TheSeamButtonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ TheSeamButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonsModule, declarations: [BadgeButtonComponent,
13
13
  ProgressCircleButtonComponent,
14
14
  ToggleButtonComponent,
15
15
  ButtonComponent,
@@ -21,9 +21,9 @@ TheSeamButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
21
21
  ButtonComponent,
22
22
  AnchorButtonComponent,
23
23
  AnchorBadgeButtonComponent] });
24
- TheSeamButtonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonsModule, imports: [CommonModule,
24
+ TheSeamButtonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonsModule, imports: [CommonModule,
25
25
  TheSeamProgressModule] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamButtonsModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamButtonsModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [
@@ -18,8 +18,8 @@ export class ProgressCircleButtonComponent extends ButtonComponent {
18
18
  }
19
19
  ngOnDestroy() { super.ngOnDestroy(); }
20
20
  }
21
- ProgressCircleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProgressCircleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
22
- ProgressCircleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ProgressCircleButtonComponent, selector: "button[seamProgressCircleButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", fillBackground: "fillBackground", showText: "showText", hiddenOnEmpty: "hiddenOnEmpty", percentage: "percentage" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "btn" }, exportAs: ["seamProgressCircleButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<seam-progress-circle\n class=\"progress-circle-btn--icon\"\n [fillBackground]=\"fillBackground\"\n [showText]=\"showText\"\n [hiddenOnEmpty]=\"hiddenOnEmpty\"\n [percentage]=\"percentage\">\n</seam-progress-circle>\n", styles: [":host{padding-right:45px;position:relative}:host.btn-sm{padding-right:40px}:host.btn-sm ::ng-deep .seam-progress-circle{padding:8px}:host.btn-lg{padding-right:50px}:host.btn-lg ::ng-deep .seam-progress-circle{padding:0}:host seam-progress-circle.progress-circle-btn--icon{top:0;right:0;height:100%;width:45px;position:absolute}\n"], dependencies: [{ kind: "component", type: i2.ProgressCircleComponent, selector: "seam-progress-circle", inputs: ["fillBackground", "showText", "hiddenOnEmpty", "pending", "percentage"] }] });
21
+ ProgressCircleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ProgressCircleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
22
+ ProgressCircleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ProgressCircleButtonComponent, selector: "button[seamProgressCircleButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", fillBackground: "fillBackground", showText: "showText", hiddenOnEmpty: "hiddenOnEmpty", percentage: "percentage" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "btn" }, exportAs: ["seamProgressCircleButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<seam-progress-circle\n class=\"progress-circle-btn--icon\"\n [fillBackground]=\"fillBackground\"\n [showText]=\"showText\"\n [hiddenOnEmpty]=\"hiddenOnEmpty\"\n [percentage]=\"percentage\">\n</seam-progress-circle>\n", styles: [":host{padding-right:45px;position:relative}:host.btn-sm{padding-right:40px}:host.btn-sm ::ng-deep .seam-progress-circle{padding:8px}:host.btn-lg{padding-right:50px}:host.btn-lg ::ng-deep .seam-progress-circle{padding:0}:host seam-progress-circle.progress-circle-btn--icon{top:0;right:0;height:100%;width:45px;position:absolute}\n"], dependencies: [{ kind: "component", type: i2.ProgressCircleComponent, selector: "seam-progress-circle", inputs: ["fillBackground", "showText", "hiddenOnEmpty", "pending", "percentage"] }] });
23
23
  __decorate([
24
24
  InputBoolean()
25
25
  ], ProgressCircleButtonComponent.prototype, "fillBackground", void 0);
@@ -32,7 +32,7 @@ __decorate([
32
32
  __decorate([
33
33
  InputNumber(0)
34
34
  ], ProgressCircleButtonComponent.prototype, "percentage", void 0);
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProgressCircleButtonComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ProgressCircleButtonComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'button[seamProgressCircleButton]', exportAs: 'seamProgressCircleButton', inputs: ['disabled', 'theme', 'size'], host: {
38
38
  '[attr.type]': 'type',
@@ -53,12 +53,12 @@ export class ToggleButtonComponent extends ButtonComponent {
53
53
  this.value = !this.value;
54
54
  }
55
55
  }
56
- ToggleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ToggleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
57
- ToggleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ToggleButtonComponent, selector: "button[seamToggleButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", val: ["value", "val"] }, outputs: { change: "change" }, host: { listeners: { "click": "_toggleValue()" }, properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.active": "this._activeCssClass" }, classAttribute: "btn" }, providers: [TOGGLE_BUTTON_VALUE_ACCESSOR], exportAs: ["seamToggleButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
56
+ ToggleButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToggleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
57
+ ToggleButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ToggleButtonComponent, selector: "button[seamToggleButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", val: ["value", "val"] }, outputs: { change: "change" }, host: { listeners: { "click": "_toggleValue()" }, properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.active": "this._activeCssClass" }, classAttribute: "btn" }, providers: [TOGGLE_BUTTON_VALUE_ACCESSOR], exportAs: ["seamToggleButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
58
58
  __decorate([
59
59
  InputBoolean()
60
60
  ], ToggleButtonComponent.prototype, "val", void 0);
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ToggleButtonComponent, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToggleButtonComponent, decorators: [{
62
62
  type: Component,
63
63
  args: [{ selector: 'button[seamToggleButton]', exportAs: 'seamToggleButton', inputs: ['disabled', 'theme', 'size'], host: {
64
64
  '[attr.type]': 'type',
@@ -10,12 +10,12 @@ export class CardActionComponent {
10
10
  this.isLastAction = false;
11
11
  }
12
12
  }
13
- CardActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardActionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- CardActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: CardActionComponent, selector: "seam-card-action", inputs: { theme: "theme", title: "title", isLastAction: "isLastAction" }, host: { properties: { "class.border-left": "this._cssClassBorderLeft" } }, ngImport: i0, template: "<button type=\"button\"\n class=\"btn border-0 h-100\"\n [seamHoverClassToggle]=\"{ default: 'btn-outline-lightgray', hover: 'btn-outline-' + theme }\"\n [attr.title]=\"title\"\n [attr.data-last-action]=\"isLastAction ? 'true' : 'false'\">\n <ng-content></ng-content>\n</button>\n", styles: [":host{display:block}.btn{transition:.5s ease-in-out}.btn:not([data-last-action=true]){border-radius:0}.btn[data-last-action=true]{border-radius:.25rem;border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0}\n"], dependencies: [{ kind: "directive", type: i1.HoverClassToggleDirective, selector: "[seamHoverClassToggle]", inputs: ["seamHoverClassToggle"] }] });
13
+ CardActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardActionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ CardActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: CardActionComponent, selector: "seam-card-action", inputs: { theme: "theme", title: "title", isLastAction: "isLastAction" }, host: { properties: { "class.border-left": "this._cssClassBorderLeft" } }, ngImport: i0, template: "<button type=\"button\"\n class=\"btn border-0 h-100\"\n [seamHoverClassToggle]=\"{ default: 'btn-outline-lightgray', hover: 'btn-outline-' + theme }\"\n [attr.title]=\"title\"\n [attr.data-last-action]=\"isLastAction ? 'true' : 'false'\">\n <ng-content></ng-content>\n</button>\n", styles: [":host{display:block}.btn{transition:.5s ease-in-out}.btn:not([data-last-action=true]){border-radius:0}.btn[data-last-action=true]{border-radius:.25rem;border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0}\n"], dependencies: [{ kind: "directive", type: i1.HoverClassToggleDirective, selector: "[seamHoverClassToggle]", inputs: ["seamHoverClassToggle"] }] });
15
15
  __decorate([
16
16
  InputBoolean()
17
17
  ], CardActionComponent.prototype, "isLastAction", void 0);
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardActionComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardActionComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ selector: 'seam-card-action', template: "<button type=\"button\"\n class=\"btn border-0 h-100\"\n [seamHoverClassToggle]=\"{ default: 'btn-outline-lightgray', hover: 'btn-outline-' + theme }\"\n [attr.title]=\"title\"\n [attr.data-last-action]=\"isLastAction ? 'true' : 'false'\">\n <ng-content></ng-content>\n</button>\n", styles: [":host{display:block}.btn{transition:.5s ease-in-out}.btn:not([data-last-action=true]){border-radius:0}.btn[data-last-action=true]{border-radius:.25rem;border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0}\n"] }]
21
21
  }], propDecorators: { _cssClassBorderLeft: [{
@@ -15,9 +15,9 @@ export class CardBodyComponent {
15
15
  this._changesSubscription = this.cardActionComponents?.changes.pipe(startWith(this.cardActionComponents), filter(v => !!v), map(v => v.toArray()), filter(v => v && v.length > 0), tap(v => setTimeout(() => v[v.length - 1].isLastAction = true))).subscribe();
16
16
  }
17
17
  }
18
- CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: CardBodyComponent, selector: "seam-card-body", host: { properties: { "class.card-body": "this._cssClassCardBody", "class.p-0": "this._cssClassP0" } }, queries: [{ propertyName: "cardActionComponents", predicate: CardActionComponent }], ngImport: i0, template: "<div class=\"card-content p-2\">\n <ng-content></ng-content>\n</div>\n<div class=\"card--actions\">\n <ng-content select=\"seam-card-action\"></ng-content>\n</div>\n", styles: [":host{display:flex;flex-direction:row}.card-content{flex:1 1 auto;display:flex;flex-direction:row}.card--actions{display:flex;flex-direction:row}\n"] });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardBodyComponent, decorators: [{
18
+ CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: CardBodyComponent, selector: "seam-card-body", host: { properties: { "class.card-body": "this._cssClassCardBody", "class.p-0": "this._cssClassP0" } }, queries: [{ propertyName: "cardActionComponents", predicate: CardActionComponent }], ngImport: i0, template: "<div class=\"card-content p-2\">\n <ng-content></ng-content>\n</div>\n<div class=\"card--actions\">\n <ng-content select=\"seam-card-action\"></ng-content>\n</div>\n", styles: [":host{display:flex;flex-direction:row}.card-content{flex:1 1 auto;display:flex;flex-direction:row}.card--actions{display:flex;flex-direction:row}\n"] });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardBodyComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'seam-card-body', template: "<div class=\"card-content p-2\">\n <ng-content></ng-content>\n</div>\n<div class=\"card--actions\">\n <ng-content select=\"seam-card-action\"></ng-content>\n</div>\n", styles: [":host{display:flex;flex-direction:row}.card-content{flex:1 1 auto;display:flex;flex-direction:row}.card--actions{display:flex;flex-direction:row}\n"] }]
23
23
  }], ctorParameters: function () { return []; }, propDecorators: { _cssClassCardBody: [{
@@ -5,9 +5,9 @@ export class CardFooterComponent {
5
5
  ngOnInit() {
6
6
  }
7
7
  }
8
- CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: CardFooterComponent, selector: "seam-card-footer", ngImport: i0, template: "<p>\n card-footer works!\n</p>\n", styles: [""] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardFooterComponent, decorators: [{
8
+ CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: CardFooterComponent, selector: "seam-card-footer", ngImport: i0, template: "<p>\n card-footer works!\n</p>\n", styles: [""] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardFooterComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'seam-card-footer', template: "<p>\n card-footer works!\n</p>\n" }]
13
13
  }], ctorParameters: function () { return []; } });
@@ -8,9 +8,9 @@ export class CardHeaderComponent {
8
8
  ngOnInit() {
9
9
  }
10
10
  }
11
- CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: CardHeaderComponent, selector: "seam-card-header", host: { properties: { "class.card-header": "this._cssClassCardHeader", "class.py-0": "this._cssClassPY0" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardHeaderComponent, decorators: [{
11
+ CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: CardHeaderComponent, selector: "seam-card-header", host: { properties: { "class.card-header": "this._cssClassCardHeader", "class.py-0": "this._cssClassPY0" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardHeaderComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'seam-card-header', template: "<ng-content></ng-content>\n" }]
16
16
  }], ctorParameters: function () { return []; }, propDecorators: { _cssClassCardHeader: [{
@@ -7,9 +7,9 @@ export class CardComponent {
7
7
  ngOnInit() {
8
8
  }
9
9
  }
10
- CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: CardComponent, selector: "seam-card", host: { properties: { "class.card": "this._cssClassCard" } }, ngImport: i0, template: "<ng-content select=\"seam-card-header\"></ng-content>\n<ng-content select=\"seam-card-body\"></ng-content>\n", styles: [""] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CardComponent, decorators: [{
10
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: CardComponent, selector: "seam-card", host: { properties: { "class.card": "this._cssClassCard" } }, ngImport: i0, template: "<ng-content select=\"seam-card-header\"></ng-content>\n<ng-content select=\"seam-card-body\"></ng-content>\n", styles: [""] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CardComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'seam-card', template: "<ng-content select=\"seam-card-header\"></ng-content>\n<ng-content select=\"seam-card-body\"></ng-content>\n" }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { _cssClassCard: [{
@@ -9,8 +9,8 @@ import { CardComponent } from './card.component';
9
9
  import * as i0 from "@angular/core";
10
10
  export class TheSeamCardModule {
11
11
  }
12
- TheSeamCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TheSeamCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCardModule, declarations: [CardComponent,
12
+ TheSeamCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ TheSeamCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCardModule, declarations: [CardComponent,
14
14
  CardHeaderComponent,
15
15
  CardBodyComponent,
16
16
  CardFooterComponent,
@@ -20,9 +20,9 @@ TheSeamCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
20
20
  CardBodyComponent,
21
21
  CardFooterComponent,
22
22
  CardActionComponent] });
23
- TheSeamCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCardModule, imports: [CommonModule,
23
+ TheSeamCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCardModule, imports: [CommonModule,
24
24
  TheSeamSharedModule] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCardModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCardModule, decorators: [{
26
26
  type: NgModule,
27
27
  args: [{
28
28
  declarations: [
@@ -236,12 +236,12 @@ export class TheSeamCheckboxComponent extends _TheSeamCheckboxMixinBase {
236
236
  }
237
237
  }
238
238
  }
239
- TheSeamCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.FocusMonitor }, { token: i0.NgZone }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Component });
240
- TheSeamCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TheSeamCheckboxComponent, selector: "seam-checkbox", inputs: { tabIndex: "tabIndex", id: "id", ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], required: "required", checked: "checked", disabled: "disabled", indeterminate: "indeterminate", name: "name", value: "value" }, outputs: { change: "change", indeterminateChange: "indeterminateChange" }, host: { properties: { "attr.tabindex": "null" }, classAttribute: "custom-control custom-checkbox" }, providers: [THESEAM_CHECKBOX_CONTROL_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_inputElement", first: true, predicate: ["input"], descendants: true, static: true }], exportAs: ["seamCheckbox"], usesInheritance: true, ngImport: i0, template: "<input #input\n type=\"checkbox\"\n class=\"custom-control-input\"\n [id]=\"inputId\"\n [required]=\"required\"\n [checked]=\"checked\"\n [attr.value]=\"value\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [tabIndex]=\"tabIndex\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"_getAriaChecked()\"\n (change)=\"_onInteractionEvent($event)\"\n (click)=\"_onInputClick($event)\">\n<label #checkboxLabel\n class=\"custom-control-label\"\n [attr.for]=\"inputId\"\n (cdkObserveContent)=\"_onLabelTextChange()\">\n <ng-content></ng-content>\n</label>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
239
+ TheSeamCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.FocusMonitor }, { token: i0.NgZone }, { token: 'tabindex', attribute: true }], target: i0.ɵɵFactoryTarget.Component });
240
+ TheSeamCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TheSeamCheckboxComponent, selector: "seam-checkbox", inputs: { tabIndex: "tabIndex", id: "id", ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], required: "required", checked: "checked", disabled: "disabled", indeterminate: "indeterminate", name: "name", value: "value" }, outputs: { change: "change", indeterminateChange: "indeterminateChange" }, host: { properties: { "attr.tabindex": "null" }, classAttribute: "custom-control custom-checkbox" }, providers: [THESEAM_CHECKBOX_CONTROL_VALUE_ACCESSOR], viewQueries: [{ propertyName: "_inputElement", first: true, predicate: ["input"], descendants: true, static: true }], exportAs: ["seamCheckbox"], usesInheritance: true, ngImport: i0, template: "<input #input\n type=\"checkbox\"\n class=\"custom-control-input\"\n [id]=\"inputId\"\n [required]=\"required\"\n [checked]=\"checked\"\n [attr.value]=\"value\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [tabIndex]=\"tabIndex\"\n [attr.aria-label]=\"ariaLabel || null\"\n [attr.aria-labelledby]=\"ariaLabelledby\"\n [attr.aria-checked]=\"_getAriaChecked()\"\n (change)=\"_onInteractionEvent($event)\"\n (click)=\"_onInputClick($event)\">\n<label #checkboxLabel\n class=\"custom-control-label\"\n [attr.for]=\"inputId\"\n (cdkObserveContent)=\"_onLabelTextChange()\">\n <ng-content></ng-content>\n</label>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
241
241
  __decorate([
242
242
  InputBoolean()
243
243
  ], TheSeamCheckboxComponent.prototype, "required", void 0);
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxComponent, decorators: [{
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxComponent, decorators: [{
245
245
  type: Component,
246
246
  args: [{ selector: 'seam-checkbox', exportAs: 'seamCheckbox', host: {
247
247
  '[attr.tabindex]': 'null',
@@ -5,12 +5,12 @@ import { TheSeamCheckboxComponent } from './checkbox.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class TheSeamCheckboxModule {
7
7
  }
8
- TheSeamCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- TheSeamCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxModule, declarations: [TheSeamCheckboxComponent], imports: [CommonModule,
8
+ TheSeamCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TheSeamCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxModule, declarations: [TheSeamCheckboxComponent], imports: [CommonModule,
10
10
  ObserversModule], exports: [TheSeamCheckboxComponent] });
11
- TheSeamCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxModule, imports: [CommonModule,
11
+ TheSeamCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxModule, imports: [CommonModule,
12
12
  ObserversModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamCheckboxModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamCheckboxModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [
@@ -40,12 +40,12 @@ export class ConfirmClickDirective {
40
40
  }
41
41
  }
42
42
  }
43
- ConfirmClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConfirmClickDirective, deps: [{ token: i1.SeamConfirmDialogService }], target: i0.ɵɵFactoryTarget.Directive });
44
- ConfirmClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ConfirmClickDirective, selector: "[seamConfirmClick]", inputs: { seamConfirmMsg: "seamConfirmMsg", seamConfirmAlert: "seamConfirmAlert", seamConfirmDisabled: "seamConfirmDisabled" }, outputs: { seamConfirmClick: "seamConfirmClick" }, host: { listeners: { "click": "_onClick($event)" }, properties: { "class.lib-confirm-click-active": "this._confirmClickActiveCss" } }, exportAs: ["seamConfirmClick"], ngImport: i0 });
43
+ ConfirmClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ConfirmClickDirective, deps: [{ token: i1.SeamConfirmDialogService }], target: i0.ɵɵFactoryTarget.Directive });
44
+ ConfirmClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ConfirmClickDirective, selector: "[seamConfirmClick]", inputs: { seamConfirmMsg: "seamConfirmMsg", seamConfirmAlert: "seamConfirmAlert", seamConfirmDisabled: "seamConfirmDisabled" }, outputs: { seamConfirmClick: "seamConfirmClick" }, host: { listeners: { "click": "_onClick($event)" }, properties: { "class.lib-confirm-click-active": "this._confirmClickActiveCss" } }, exportAs: ["seamConfirmClick"], ngImport: i0 });
45
45
  __decorate([
46
46
  InputBoolean()
47
47
  ], ConfirmClickDirective.prototype, "seamConfirmDisabled", void 0);
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConfirmClickDirective, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ConfirmClickDirective, decorators: [{
49
49
  type: Directive,
50
50
  args: [{
51
51
  selector: '[seamConfirmClick]',
@@ -9,9 +9,9 @@ export class ConfirmDialogComponent {
9
9
  this.alertType = 'warning';
10
10
  }
11
11
  }
12
- ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConfirmDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ConfirmDialogComponent, selector: "seam-confirm-dialog", inputs: { message: "message", alertMessage: "alertMessage", alertType: "alertType" }, ngImport: i0, template: "<seam-modal-body>\n <h5>{{ message }}</h5>\n\n <div *ngIf=\"alertMessage\" class=\"alert {{ alertType ? 'alert-' + alertType : '' }} mb-0\">\n {{ alertMessage }}\n </div>\n</seam-modal-body>\n<seam-modal-footer>\n <button class=\"btn btn-primary\" seamModalClose=\"confirm\">Yes</button>\n <button class=\"btn btn-lightgray\" data-dismiss=\"modal\" seamModalClose=\"cancel\" seamAutoFocus>No</button>\n</seam-modal-footer>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AutoFocusDirective, selector: "[seamAutoFocus]", inputs: ["seamAutoFocus"], exportAs: ["seamAutoFocus"] }, { kind: "component", type: i3.ModalBodyComponent, selector: "seam-modal-body" }, { kind: "component", type: i3.ModalFooterComponent, selector: "seam-modal-footer" }, { kind: "directive", type: i3.ModalCloseDirective, selector: "button[seamModalClose]", inputs: ["type", "aria-label", "seamModalClose", "seamModalNext", "seamModalNextConfig"], exportAs: ["seamModalClose"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
12
+ ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ConfirmDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ConfirmDialogComponent, selector: "seam-confirm-dialog", inputs: { message: "message", alertMessage: "alertMessage", alertType: "alertType" }, ngImport: i0, template: "<seam-modal-body>\n <h5>{{ message }}</h5>\n\n <div *ngIf=\"alertMessage\" class=\"alert {{ alertType ? 'alert-' + alertType : '' }} mb-0\">\n {{ alertMessage }}\n </div>\n</seam-modal-body>\n<seam-modal-footer>\n <button class=\"btn btn-primary\" seamModalClose=\"confirm\">Yes</button>\n <button class=\"btn btn-lightgray\" data-dismiss=\"modal\" seamModalClose=\"cancel\" seamAutoFocus>No</button>\n</seam-modal-footer>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AutoFocusDirective, selector: "[seamAutoFocus]", inputs: ["seamAutoFocus"], exportAs: ["seamAutoFocus"] }, { kind: "component", type: i3.ModalBodyComponent, selector: "seam-modal-body" }, { kind: "component", type: i3.ModalFooterComponent, selector: "seam-modal-footer" }, { kind: "directive", type: i3.ModalCloseDirective, selector: "button[seamModalClose]", inputs: ["type", "aria-label", "seamModalClose", "seamModalNext", "seamModalNextConfig"], exportAs: ["seamModalClose"] }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'seam-confirm-dialog', template: "<seam-modal-body>\n <h5>{{ message }}</h5>\n\n <div *ngIf=\"alertMessage\" class=\"alert {{ alertType ? 'alert-' + alertType : '' }} mb-0\">\n {{ alertMessage }}\n </div>\n</seam-modal-body>\n<seam-modal-footer>\n <button class=\"btn btn-primary\" seamModalClose=\"confirm\">Yes</button>\n <button class=\"btn btn-lightgray\" data-dismiss=\"modal\" seamModalClose=\"cancel\" seamAutoFocus>No</button>\n</seam-modal-footer>\n" }]
17
17
  }], propDecorators: { message: [{
@@ -9,20 +9,20 @@ import { SeamConfirmDialogService } from './confirm-dialog.service';
9
9
  import * as i0 from "@angular/core";
10
10
  export class TheSeamConfirmDialogModule {
11
11
  }
12
- TheSeamConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TheSeamConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamConfirmDialogModule, declarations: [ConfirmDialogComponent,
12
+ TheSeamConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ TheSeamConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamConfirmDialogModule, declarations: [ConfirmDialogComponent,
14
14
  ConfirmClickDirective], imports: [CommonModule,
15
15
  TheSeamSharedModule,
16
16
  TheSeamModalModule,
17
17
  TheSeamIconModule], exports: [ConfirmDialogComponent,
18
18
  ConfirmClickDirective] });
19
- TheSeamConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamConfirmDialogModule, providers: [
19
+ TheSeamConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamConfirmDialogModule, providers: [
20
20
  SeamConfirmDialogService
21
21
  ], imports: [CommonModule,
22
22
  TheSeamSharedModule,
23
23
  TheSeamModalModule,
24
24
  TheSeamIconModule] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamConfirmDialogModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamConfirmDialogModule, decorators: [{
26
26
  type: NgModule,
27
27
  args: [{
28
28
  declarations: [
@@ -30,9 +30,9 @@ export class SeamConfirmDialogService {
30
30
  return modalRef;
31
31
  }
32
32
  }
33
- SeamConfirmDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SeamConfirmDialogService, deps: [{ token: i1.Modal }], target: i0.ɵɵFactoryTarget.Injectable });
34
- SeamConfirmDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SeamConfirmDialogService });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SeamConfirmDialogService, decorators: [{
33
+ SeamConfirmDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SeamConfirmDialogService, deps: [{ token: i1.Modal }], target: i0.ɵɵFactoryTarget.Injectable });
34
+ SeamConfirmDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SeamConfirmDialogService });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SeamConfirmDialogService, decorators: [{
36
36
  type: Injectable
37
37
  }], ctorParameters: function () { return [{ type: i1.Modal }]; } });
38
38
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybS1kaWFsb2cuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9jb25maXJtLWRpYWxvZy9jb25maXJtLWRpYWxvZy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFLMUMsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUE7OztBQUduRSxNQUFNLE9BQU8sd0JBQXdCO0lBRW5DLFlBQ1UsS0FBWTtRQUFaLFVBQUssR0FBTCxLQUFLLENBQU87SUFDbEIsQ0FBQztJQUVFLElBQUksQ0FDVCxPQUFnQixFQUNoQixLQUFzRDtRQUV0RCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGlCQUFpQixDQUFDLHNCQUFzQixDQUFDLENBQUE7UUFFckUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRTtZQUMvQixNQUFNLElBQUksS0FBSyxDQUFDLHFDQUFxQyxDQUFDLENBQUE7U0FDdkQ7UUFFRCxNQUFNLElBQUksR0FBMkIsUUFBUSxDQUFDLGlCQUFpQixDQUFBO1FBRS9ELElBQUksT0FBTyxFQUFFO1lBQ1gsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUE7U0FDdkI7UUFFRCxJQUFJLEtBQUssRUFBRTtZQUNULElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxFQUFFO2dCQUM3QixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQTthQUMxQjtpQkFBTSxJQUFJLEtBQUssQ0FBQyxPQUFPLElBQUksS0FBSyxDQUFDLElBQUksRUFBRTtnQkFDdEMsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFBO2dCQUNqQyxJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUE7YUFDNUI7aUJBQU07Z0JBQ0wsTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsQ0FBQyxDQUFBO2FBQzNDO1NBQ0Y7UUFFRCxPQUFPLFFBQVEsQ0FBQTtJQUNqQixDQUFDOztxSEFsQ1Usd0JBQXdCO3lIQUF4Qix3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFEcEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5pbXBvcnQgeyBNb2RhbCwgTW9kYWxSZWYgfSBmcm9tICdAdGhlc2VhbS91aS1jb21tb24vbW9kYWwnXG5pbXBvcnQgeyBUaGVtZVR5cGVzIH0gZnJvbSAnQHRoZXNlYW0vdWktY29tbW9uL21vZGVscydcblxuaW1wb3J0IHsgQ29uZmlybURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vY29uZmlybS1kaWFsb2cuY29tcG9uZW50J1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgU2VhbUNvbmZpcm1EaWFsb2dTZXJ2aWNlIHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIG1vZGFsOiBNb2RhbFxuICApIHsgfVxuXG4gIHB1YmxpYyBvcGVuKFxuICAgIG1lc3NhZ2U/OiBzdHJpbmcsXG4gICAgYWxlcnQ/OiBzdHJpbmcgfCB7IG1lc3NhZ2U6IHN0cmluZywgdHlwZTogVGhlbWVUeXBlcyB9XG4gICk6IE1vZGFsUmVmPENvbmZpcm1EaWFsb2dDb21wb25lbnQsICdjb25maXJtJyB8IHVuZGVmaW5lZD4ge1xuICAgIGNvbnN0IG1vZGFsUmVmID0gdGhpcy5tb2RhbC5vcGVuRnJvbUNvbXBvbmVudChDb25maXJtRGlhbG9nQ29tcG9uZW50KVxuXG4gICAgaWYgKCFtb2RhbFJlZi5jb21wb25lbnRJbnN0YW5jZSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdDb25maXJtRGlhbG9nQ29tcG9uZW50IG5vdCBjcmVhdGVkLicpXG4gICAgfVxuXG4gICAgY29uc3QgY29tcDogQ29uZmlybURpYWxvZ0NvbXBvbmVudCA9IG1vZGFsUmVmLmNvbXBvbmVudEluc3RhbmNlXG5cbiAgICBpZiAobWVzc2FnZSkge1xuICAgICAgY29tcC5tZXNzYWdlID0gbWVzc2FnZVxuICAgIH1cblxuICAgIGlmIChhbGVydCkge1xuICAgICAgaWYgKHR5cGVvZiBhbGVydCA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgY29tcC5hbGVydE1lc3NhZ2UgPSBhbGVydFxuICAgICAgfSBlbHNlIGlmIChhbGVydC5tZXNzYWdlICYmIGFsZXJ0LnR5cGUpIHtcbiAgICAgICAgY29tcC5hbGVydE1lc3NhZ2UgPSBhbGVydC5tZXNzYWdlXG4gICAgICAgIGNvbXAuYWxlcnRUeXBlID0gYWxlcnQudHlwZVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKCdJbnZhbGlkIGFsZXJ0IGFyZ3VtZW50LicpXG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIG1vZGFsUmVmXG4gIH1cblxufVxuIl19
@@ -5,13 +5,13 @@ import { THESEAM_DATA_EXPORTER } from './data-exporter';
5
5
  import * as i0 from "@angular/core";
6
6
  export class TheSeamDataExporterModule {
7
7
  }
8
- TheSeamDataExporterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDataExporterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- TheSeamDataExporterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDataExporterModule });
10
- TheSeamDataExporterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDataExporterModule, providers: [
8
+ TheSeamDataExporterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDataExporterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TheSeamDataExporterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDataExporterModule });
10
+ TheSeamDataExporterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDataExporterModule, providers: [
11
11
  { provide: THESEAM_DATA_EXPORTER, useClass: CSVDataExporter, multi: true },
12
12
  { provide: THESEAM_DATA_EXPORTER, useClass: XLSXDataExporter, multi: true }
13
13
  ] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDataExporterModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDataExporterModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [],