@theseam/ui-common 0.4.3 → 0.4.5

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 (424) hide show
  1. package/datatable/models/preferences-accessor.d.ts +3 -15
  2. package/datatable/models/preferences.d.ts +2 -1
  3. package/datatable/services/datatable-preferences.service.d.ts +11 -14
  4. package/datatable/tokens/datatable-preferences-accessor.d.ts +2 -2
  5. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  6. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  7. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  8. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  9. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  10. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  11. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  12. package/esm2020/buttons/button/button.component.mjs +9 -9
  13. package/esm2020/buttons/buttons.module.mjs +4 -4
  14. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  15. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +3 -3
  16. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  17. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  18. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  19. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  20. package/esm2020/card/card.component.mjs +3 -3
  21. package/esm2020/card/card.module.mjs +4 -4
  22. package/esm2020/carousel/carousel-slide.directive.mjs +3 -3
  23. package/esm2020/carousel/carousel.component.mjs +3 -3
  24. package/esm2020/carousel/carousel.module.mjs +4 -4
  25. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  26. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  27. package/esm2020/confirm-dialog/confirm-click.directive.mjs +3 -3
  28. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  29. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  30. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  31. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  32. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  33. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  34. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  35. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +3 -3
  36. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +3 -3
  37. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +3 -3
  38. package/esm2020/datatable/datatable/datatable.component.mjs +6 -6
  39. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  40. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  41. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +3 -3
  42. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  43. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  44. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +3 -3
  45. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  46. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  47. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +3 -3
  48. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  49. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  50. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  51. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  52. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  53. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  54. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  55. package/esm2020/datatable/datatable.module.mjs +4 -4
  56. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  57. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  58. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  59. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  60. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  61. package/esm2020/datatable/models/preferences-accessor.mjs +1 -1
  62. package/esm2020/datatable/models/preferences.mjs +1 -1
  63. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  64. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  65. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  66. package/esm2020/datatable/services/datatable-preferences.service.mjs +36 -108
  67. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  68. package/esm2020/datatable/tokens/datatable-preferences-accessor.mjs +1 -1
  69. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +3 -3
  70. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +3 -3
  71. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +3 -3
  72. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +3 -3
  73. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  74. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +3 -3
  75. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  76. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  77. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  78. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  79. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  80. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  81. package/esm2020/dynamic/dynamic-value-helper.service.mjs +3 -3
  82. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  83. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  84. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  85. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  86. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  87. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  88. package/esm2020/form-field/form-field-error.directive.mjs +3 -3
  89. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  90. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  91. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  92. package/esm2020/form-field/form-field.component.mjs +3 -3
  93. package/esm2020/form-field/form-field.module.mjs +4 -4
  94. package/esm2020/form-field/input.directive.mjs +3 -3
  95. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  96. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  97. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  98. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +3 -3
  99. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  100. package/esm2020/framework/base-layout/base-layout.component.mjs +3 -3
  101. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  102. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  103. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  104. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  105. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  106. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  107. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  108. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  109. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  110. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  111. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  112. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  113. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +3 -3
  114. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +12 -6
  115. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  116. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  117. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  118. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  119. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  120. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  121. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  122. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  123. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  124. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  125. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  126. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  127. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  128. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  129. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  130. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +3 -3
  131. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  132. package/esm2020/framework/side-nav/side-nav.component.mjs +3 -3
  133. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  134. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  135. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  136. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  137. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  138. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  139. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  140. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  141. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  142. package/esm2020/google-maps/google-maps/google-maps.component.mjs +3 -3
  143. package/esm2020/google-maps/google-maps-api-loader/lazy-google-maps-api-loader.mjs +3 -3
  144. package/esm2020/google-maps/google-maps-api-loader/noop-google-maps-api-loader.mjs +3 -3
  145. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  146. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  147. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +3 -3
  148. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +3 -3
  149. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +3 -3
  150. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  151. package/esm2020/google-maps/google-maps.service.mjs +3 -3
  152. package/esm2020/google-maps/map-control.component.mjs +3 -3
  153. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  154. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  155. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  156. package/esm2020/icon/icon/icon.component.mjs +3 -3
  157. package/esm2020/icon/icon-btn/icon-btn.component.mjs +3 -3
  158. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  159. package/esm2020/icon/icon.module.mjs +4 -4
  160. package/esm2020/layout/layout.module.mjs +4 -4
  161. package/esm2020/layout/layout.service.mjs +3 -3
  162. package/esm2020/loading/loading/loading.component.mjs +3 -3
  163. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  164. package/esm2020/loading/loading.module.mjs +4 -4
  165. package/esm2020/menu/menu-divider.component.mjs +3 -3
  166. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  167. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +3 -3
  168. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  169. package/esm2020/menu/menu-item.component.mjs +3 -3
  170. package/esm2020/menu/menu-toggle.directive.mjs +3 -3
  171. package/esm2020/menu/menu.component.mjs +3 -3
  172. package/esm2020/menu/menu.module.mjs +4 -4
  173. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  174. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  175. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  176. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  177. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  178. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  179. package/esm2020/modal/modal/modal.component.mjs +3 -3
  180. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  181. package/esm2020/modal/modal-container/modal-container.component.mjs +3 -3
  182. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  183. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  184. package/esm2020/modal/modal.module.mjs +4 -4
  185. package/esm2020/modal/modal.service.mjs +3 -3
  186. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  187. package/esm2020/popover/popover/popover.component.mjs +3 -3
  188. package/esm2020/popover/popover.directive.mjs +3 -3
  189. package/esm2020/popover/popover.module.mjs +4 -4
  190. package/esm2020/progress/progress-circle/progress-circle.component.mjs +3 -3
  191. package/esm2020/progress/progress.module.mjs +4 -4
  192. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +3 -3
  193. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +3 -3
  194. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  195. package/esm2020/services/asset-loader.service.mjs +3 -3
  196. package/esm2020/services/font-loader.service.mjs +3 -3
  197. package/esm2020/services/preferences/preferences-accessor.mjs +2 -0
  198. package/esm2020/services/preferences/preferences-manager.service.mjs +69 -0
  199. package/esm2020/services/preferences/preferences-record.mjs +74 -0
  200. package/esm2020/services/preferences/preferences.models.mjs +2 -0
  201. package/esm2020/services/public-api.mjs +5 -1
  202. package/esm2020/services/router-helpers.service.mjs +3 -3
  203. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  204. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  205. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  206. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  207. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  208. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +3 -3
  209. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  210. package/esm2020/shared/directives/ng-select-extra.directive.mjs +3 -3
  211. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +3 -3
  212. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  213. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  214. package/esm2020/shared/shared.module.mjs +4 -4
  215. package/esm2020/storage/local-storage.service.mjs +3 -3
  216. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  217. package/esm2020/story-helpers/public-api.mjs +2 -1
  218. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  219. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  220. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  221. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  222. package/esm2020/story-helpers/story-modal-container.component.mjs +3 -3
  223. package/esm2020/story-helpers/story-preferences-accessor.service.mjs +34 -0
  224. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  225. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  226. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  227. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  228. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  229. package/esm2020/tabbed/tabbed.component.mjs +3 -3
  230. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  231. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  232. package/esm2020/table/table/table.component.mjs +3 -3
  233. package/esm2020/table/table.module.mjs +4 -4
  234. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  235. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  236. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  237. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  238. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  239. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  240. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +3 -3
  241. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  242. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +3 -3
  243. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  244. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  245. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +3 -3
  246. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  247. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  248. package/esm2020/tel-input/tel-input/tel-input.component.mjs +3 -3
  249. package/esm2020/tel-input/tel-input.directive.mjs +3 -3
  250. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  251. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +3 -3
  252. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +3 -3
  253. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +3 -3
  254. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  255. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  256. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  257. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  258. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  259. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  260. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  261. package/esm2020/toggle-edit/toggle-edit.component.mjs +3 -3
  262. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  263. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  264. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  265. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  266. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  267. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  268. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  269. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  270. package/esm2020/vertical-list-filter/vertical-list-filter.component.mjs +3 -3
  271. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +3 -3
  272. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  273. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +3 -3
  274. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  275. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +3 -3
  276. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  277. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +3 -3
  278. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  279. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  280. package/esm2020/widget/preferences/widget-preferences.models.mjs +5 -0
  281. package/esm2020/widget/preferences/widget-preferences.service.mjs +78 -0
  282. package/esm2020/widget/preferences/widget-preferences.token.mjs +3 -0
  283. package/esm2020/widget/widget/widget.component.mjs +69 -32
  284. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  285. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  286. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  287. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  288. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  289. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  290. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +3 -3
  291. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  292. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  293. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  294. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  295. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  296. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  297. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  298. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  299. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  300. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  301. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  302. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  303. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  304. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  305. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +3 -3
  306. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  307. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  308. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +6 -6
  309. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  310. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  311. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  312. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  313. package/esm2020/widget/widget-registry.service.mjs +3 -3
  314. package/esm2020/widget/widget-token.mjs +2 -1
  315. package/esm2020/widget/widget.module.mjs +4 -4
  316. package/fesm2015/theseam-ui-common-asset-reader.mjs +10 -10
  317. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  318. package/fesm2015/theseam-ui-common-buttons.mjs +25 -25
  319. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  320. package/fesm2015/theseam-ui-common-carousel.mjs +10 -10
  321. package/fesm2015/theseam-ui-common-checkbox.mjs +7 -7
  322. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +13 -13
  323. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  324. package/fesm2015/theseam-ui-common-data-filters.mjs +13 -13
  325. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +25 -25
  326. package/fesm2015/theseam-ui-common-datatable.mjs +124 -195
  327. package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
  328. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  329. package/fesm2015/theseam-ui-common-dynamic.mjs +21 -21
  330. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  331. package/fesm2015/theseam-ui-common-form-field-error.mjs +16 -16
  332. package/fesm2015/theseam-ui-common-form-field.mjs +22 -22
  333. package/fesm2015/theseam-ui-common-framework.mjs +142 -136
  334. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  335. package/fesm2015/theseam-ui-common-google-maps.mjs +40 -40
  336. package/fesm2015/theseam-ui-common-graphql.mjs +3 -3
  337. package/fesm2015/theseam-ui-common-icon.mjs +13 -13
  338. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  339. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  340. package/fesm2015/theseam-ui-common-menu.mjs +25 -25
  341. package/fesm2015/theseam-ui-common-modal.mjs +43 -43
  342. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  343. package/fesm2015/theseam-ui-common-progress.mjs +7 -7
  344. package/fesm2015/theseam-ui-common-scrollbar.mjs +10 -10
  345. package/fesm2015/theseam-ui-common-services.mjs +153 -17
  346. package/fesm2015/theseam-ui-common-services.mjs.map +1 -1
  347. package/fesm2015/theseam-ui-common-shared.mjs +37 -37
  348. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  349. package/fesm2015/theseam-ui-common-story-helpers.mjs +55 -24
  350. package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
  351. package/fesm2015/theseam-ui-common-tabbed.mjs +22 -22
  352. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  353. package/fesm2015/theseam-ui-common-table-cell-types.mjs +31 -31
  354. package/fesm2015/theseam-ui-common-table.mjs +7 -7
  355. package/fesm2015/theseam-ui-common-tel-input.mjs +13 -13
  356. package/fesm2015/theseam-ui-common-tiled-select.mjs +22 -22
  357. package/fesm2015/theseam-ui-common-toggle-edit.mjs +16 -16
  358. package/fesm2015/theseam-ui-common-toggle-group.mjs +10 -10
  359. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  360. package/fesm2015/theseam-ui-common-vertical-list-filter.mjs +3 -3
  361. package/fesm2015/theseam-ui-common-viewers.mjs +20 -20
  362. package/fesm2015/theseam-ui-common-widget.mjs +281 -165
  363. package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
  364. package/fesm2020/theseam-ui-common-asset-reader.mjs +10 -10
  365. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  366. package/fesm2020/theseam-ui-common-buttons.mjs +25 -25
  367. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  368. package/fesm2020/theseam-ui-common-carousel.mjs +10 -10
  369. package/fesm2020/theseam-ui-common-checkbox.mjs +7 -7
  370. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +13 -13
  371. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  372. package/fesm2020/theseam-ui-common-data-filters.mjs +13 -13
  373. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +25 -25
  374. package/fesm2020/theseam-ui-common-datatable.mjs +124 -195
  375. package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
  376. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  377. package/fesm2020/theseam-ui-common-dynamic.mjs +21 -21
  378. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  379. package/fesm2020/theseam-ui-common-form-field-error.mjs +16 -16
  380. package/fesm2020/theseam-ui-common-form-field.mjs +22 -22
  381. package/fesm2020/theseam-ui-common-framework.mjs +141 -136
  382. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  383. package/fesm2020/theseam-ui-common-google-maps.mjs +40 -40
  384. package/fesm2020/theseam-ui-common-graphql.mjs +3 -3
  385. package/fesm2020/theseam-ui-common-icon.mjs +13 -13
  386. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  387. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  388. package/fesm2020/theseam-ui-common-menu.mjs +25 -25
  389. package/fesm2020/theseam-ui-common-modal.mjs +43 -43
  390. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  391. package/fesm2020/theseam-ui-common-progress.mjs +7 -7
  392. package/fesm2020/theseam-ui-common-scrollbar.mjs +10 -10
  393. package/fesm2020/theseam-ui-common-services.mjs +153 -17
  394. package/fesm2020/theseam-ui-common-services.mjs.map +1 -1
  395. package/fesm2020/theseam-ui-common-shared.mjs +37 -37
  396. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  397. package/fesm2020/theseam-ui-common-story-helpers.mjs +55 -24
  398. package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
  399. package/fesm2020/theseam-ui-common-tabbed.mjs +22 -22
  400. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  401. package/fesm2020/theseam-ui-common-table-cell-types.mjs +31 -31
  402. package/fesm2020/theseam-ui-common-table.mjs +7 -7
  403. package/fesm2020/theseam-ui-common-tel-input.mjs +13 -13
  404. package/fesm2020/theseam-ui-common-tiled-select.mjs +22 -22
  405. package/fesm2020/theseam-ui-common-toggle-edit.mjs +16 -16
  406. package/fesm2020/theseam-ui-common-toggle-group.mjs +10 -10
  407. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  408. package/fesm2020/theseam-ui-common-vertical-list-filter.mjs +3 -3
  409. package/fesm2020/theseam-ui-common-viewers.mjs +20 -20
  410. package/fesm2020/theseam-ui-common-widget.mjs +277 -165
  411. package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
  412. package/package.json +2 -2
  413. package/services/preferences/preferences-accessor.d.ts +15 -0
  414. package/services/preferences/preferences-manager.service.d.ts +15 -0
  415. package/services/preferences/preferences-record.d.ts +28 -0
  416. package/services/preferences/preferences.models.d.ts +3 -0
  417. package/services/public-api.d.ts +4 -0
  418. package/story-helpers/public-api.d.ts +1 -0
  419. package/story-helpers/story-preferences-accessor.service.d.ts +19 -0
  420. package/widget/preferences/widget-preferences.models.d.ts +8 -0
  421. package/widget/preferences/widget-preferences.service.d.ts +21 -0
  422. package/widget/preferences/widget-preferences.token.d.ts +3 -0
  423. package/widget/widget/widget.component.d.ts +10 -2
  424. package/widget/widget-token.d.ts +1 -0
@@ -1,14 +1,14 @@
1
1
  import { coerceBooleanProperty } from '@angular/cdk/coercion';
2
2
  import * as i0 from '@angular/core';
3
- import { InjectionToken, Directive, Optional, Inject, Input, Component, ChangeDetectionStrategy, NgModule, ViewEncapsulation, HostBinding, ContentChild, EventEmitter, Output, isDevMode, Injectable } from '@angular/core';
4
- import { Subject, BehaviorSubject, throwError, of } from 'rxjs';
5
- import { auditTime, takeUntil, take, switchMap, filter, map } from 'rxjs/operators';
6
- import { getClosestWidgetCdkDrag } from '@theseam/ui-common/utils';
3
+ import { InjectionToken, Directive, Optional, Inject, Input, Component, ChangeDetectionStrategy, NgModule, ViewEncapsulation, HostBinding, ContentChild, EventEmitter, Output, Injectable, isDevMode } from '@angular/core';
4
+ import { Subject, BehaviorSubject, of, tap as tap$1, takeUntil as takeUntil$1, throwError } from 'rxjs';
5
+ import { auditTime, takeUntil, take, switchMap, filter, map, tap } from 'rxjs/operators';
6
+ import { getClosestWidgetCdkDrag, hasProperty } from '@theseam/ui-common/utils';
7
7
  import * as i1 from '@angular/cdk/drag-drop';
8
8
  import { DragDropModule } from '@angular/cdk/drag-drop';
9
9
  import * as i2 from '@angular/common';
10
10
  import { CommonModule } from '@angular/common';
11
- import * as i5 from '@theseam/ui-common/buttons';
11
+ import * as i6 from '@theseam/ui-common/buttons';
12
12
  import { TheSeamButtonsModule } from '@theseam/ui-common/buttons';
13
13
  import { mixinTheme, mixinActive, mixinDisabled, InputBoolean, mixinTabIndex } from '@theseam/ui-common/core';
14
14
  import * as i1$1 from '@angular/cdk/a11y';
@@ -20,12 +20,13 @@ import { TheSeamTableModule } from '@theseam/ui-common/table';
20
20
  import { TheSeamTableCellTypesModule } from '@theseam/ui-common/table-cell-types';
21
21
  import { trigger, transition, style, animate, state } from '@angular/animations';
22
22
  import { faCog, faAngleDown } from '@fortawesome/free-solid-svg-icons';
23
- import * as i2$1 from '@fortawesome/angular-fontawesome';
23
+ import * as i1$3 from '@theseam/ui-common/services';
24
+ import * as i3$1 from '@fortawesome/angular-fontawesome';
24
25
  import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
25
- import * as i4 from '@theseam/ui-common/loading';
26
+ import * as i5 from '@theseam/ui-common/loading';
26
27
  import { TheSeamLoadingModule } from '@theseam/ui-common/loading';
27
28
  import { ComponentPortal } from '@angular/cdk/portal';
28
- import * as i1$3 from '@theseam/ui-common/dynamic-component-loader';
29
+ import * as i1$4 from '@theseam/ui-common/dynamic-component-loader';
29
30
  import { CdkTableModule } from '@angular/cdk/table';
30
31
  import { RouterModule } from '@angular/router';
31
32
 
@@ -150,9 +151,9 @@ class WidgetDragHandleDirective {
150
151
  }
151
152
  }
152
153
  }
153
- WidgetDragHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetDragHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: THESEAM_WIDGET_ACCESSOR, optional: true }, { token: i1.CdkDrag, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
154
- WidgetDragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetDragHandleDirective, selector: "[seamWidgetDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled"] }, host: { classAttribute: "cdk-drag-handle" }, ngImport: i0 });
155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetDragHandleDirective, decorators: [{
154
+ WidgetDragHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetDragHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: THESEAM_WIDGET_ACCESSOR, optional: true }, { token: i1.CdkDrag, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
155
+ WidgetDragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetDragHandleDirective, selector: "[seamWidgetDragHandle]", inputs: { disabled: ["cdkDragHandleDisabled", "disabled"] }, host: { classAttribute: "cdk-drag-handle" }, ngImport: i0 });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetDragHandleDirective, decorators: [{
156
157
  type: Directive,
157
158
  args: [{
158
159
  selector: '[seamWidgetDragHandle]',
@@ -179,9 +180,9 @@ class WidgetIconTplDirective {
179
180
  this.template = template;
180
181
  }
181
182
  }
182
- WidgetIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
183
- WidgetIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetIconTplDirective, selector: "[seamWidgetIconTpl]", ngImport: i0 });
184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetIconTplDirective, decorators: [{
183
+ WidgetIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
184
+ WidgetIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetIconTplDirective, selector: "[seamWidgetIconTpl]", ngImport: i0 });
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetIconTplDirective, decorators: [{
185
186
  type: Directive,
186
187
  args: [{
187
188
  selector: '[seamWidgetIconTpl]'
@@ -193,9 +194,9 @@ class WidgetTitleTplDirective {
193
194
  this.template = template;
194
195
  }
195
196
  }
196
- WidgetTitleTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTitleTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
197
- WidgetTitleTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTitleTplDirective, selector: "[seamWidgetTitleTpl]", ngImport: i0 });
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTitleTplDirective, decorators: [{
197
+ WidgetTitleTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTitleTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
198
+ WidgetTitleTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTitleTplDirective, selector: "[seamWidgetTitleTpl]", ngImport: i0 });
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTitleTplDirective, decorators: [{
199
200
  type: Directive,
200
201
  args: [{
201
202
  selector: '[seamWidgetTitleTpl]'
@@ -204,22 +205,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
204
205
 
205
206
  class WidgetButtonGroupComponent {
206
207
  }
207
- WidgetButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
208
- WidgetButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetButtonGroupComponent, selector: "seam-widget-button-group", ngImport: i0, template: "<ng-content select=\"[seamButton]\"></ng-content>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetButtonGroupComponent, decorators: [{
208
+ WidgetButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
209
+ WidgetButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetButtonGroupComponent, selector: "seam-widget-button-group", ngImport: i0, template: "<ng-content select=\"[seamButton]\"></ng-content>\n", styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetButtonGroupComponent, decorators: [{
210
211
  type: Component,
211
212
  args: [{ selector: 'seam-widget-button-group', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[seamButton]\"></ng-content>\n", styles: [":host{display:block}\n"] }]
212
213
  }] });
213
214
 
214
215
  class TheSeamWidgetButtonGroupModule {
215
216
  }
216
- TheSeamWidgetButtonGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
217
- TheSeamWidgetButtonGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetButtonGroupModule, declarations: [WidgetButtonGroupComponent], imports: [CommonModule,
217
+ TheSeamWidgetButtonGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
218
+ TheSeamWidgetButtonGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetButtonGroupModule, declarations: [WidgetButtonGroupComponent], imports: [CommonModule,
218
219
  TheSeamButtonsModule], exports: [WidgetButtonGroupComponent,
219
220
  TheSeamButtonsModule] });
220
- TheSeamWidgetButtonGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetButtonGroupModule, imports: [CommonModule,
221
+ TheSeamWidgetButtonGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetButtonGroupModule, imports: [CommonModule,
221
222
  TheSeamButtonsModule, TheSeamButtonsModule] });
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetButtonGroupModule, decorators: [{
223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetButtonGroupModule, decorators: [{
223
224
  type: NgModule,
224
225
  args: [{
225
226
  declarations: [
@@ -238,19 +239,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
238
239
 
239
240
  class WidgetContentHeaderComponent {
240
241
  }
241
- WidgetContentHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetContentHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
242
- WidgetContentHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetContentHeaderComponent, selector: "seam-widget-content-header", ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-content-header{display:block;padding:.5rem .5rem 1rem}\n"], encapsulation: i0.ViewEncapsulation.None });
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetContentHeaderComponent, decorators: [{
242
+ WidgetContentHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetContentHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
243
+ WidgetContentHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetContentHeaderComponent, selector: "seam-widget-content-header", ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-content-header{display:block;padding:.5rem .5rem 1rem}\n"], encapsulation: i0.ViewEncapsulation.None });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetContentHeaderComponent, decorators: [{
244
245
  type: Component,
245
246
  args: [{ selector: 'seam-widget-content-header', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: ["seam-widget-content-header{display:block;padding:.5rem .5rem 1rem}\n"] }]
246
247
  }] });
247
248
 
248
249
  class TheSeamWidgetContentHeaderModule {
249
250
  }
250
- TheSeamWidgetContentHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetContentHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
251
- TheSeamWidgetContentHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetContentHeaderModule, declarations: [WidgetContentHeaderComponent], imports: [CommonModule], exports: [WidgetContentHeaderComponent] });
252
- TheSeamWidgetContentHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetContentHeaderModule, imports: [CommonModule] });
253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetContentHeaderModule, decorators: [{
251
+ TheSeamWidgetContentHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetContentHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
252
+ TheSeamWidgetContentHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetContentHeaderModule, declarations: [WidgetContentHeaderComponent], imports: [CommonModule], exports: [WidgetContentHeaderComponent] });
253
+ TheSeamWidgetContentHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetContentHeaderModule, imports: [CommonModule] });
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetContentHeaderModule, decorators: [{
254
255
  type: NgModule,
255
256
  args: [{
256
257
  declarations: [
@@ -267,19 +268,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
267
268
 
268
269
  class WidgetDescriptionComponent {
269
270
  }
270
- WidgetDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetDescriptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
271
- WidgetDescriptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetDescriptionComponent, selector: "seam-widget-description", ngImport: i0, template: "<p><ng-content></ng-content></p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetDescriptionComponent, decorators: [{
271
+ WidgetDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetDescriptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
272
+ WidgetDescriptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetDescriptionComponent, selector: "seam-widget-description", ngImport: i0, template: "<p><ng-content></ng-content></p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetDescriptionComponent, decorators: [{
273
274
  type: Component,
274
275
  args: [{ selector: 'seam-widget-description', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p><ng-content></ng-content></p>\n" }]
275
276
  }] });
276
277
 
277
278
  class TheSeamWidgetDescriptionModule {
278
279
  }
279
- TheSeamWidgetDescriptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetDescriptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
280
- TheSeamWidgetDescriptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetDescriptionModule, declarations: [WidgetDescriptionComponent], imports: [CommonModule], exports: [WidgetDescriptionComponent] });
281
- TheSeamWidgetDescriptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetDescriptionModule, imports: [CommonModule] });
282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetDescriptionModule, decorators: [{
280
+ TheSeamWidgetDescriptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetDescriptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
281
+ TheSeamWidgetDescriptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetDescriptionModule, declarations: [WidgetDescriptionComponent], imports: [CommonModule], exports: [WidgetDescriptionComponent] });
282
+ TheSeamWidgetDescriptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetDescriptionModule, imports: [CommonModule] });
283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetDescriptionModule, decorators: [{
283
284
  type: NgModule,
284
285
  args: [{
285
286
  declarations: [
@@ -313,9 +314,9 @@ class WidgetEmptyLabelComponent {
313
314
  return this._elementRef.nativeElement.nodeName.toLowerCase() === 'a';
314
315
  }
315
316
  }
316
- WidgetEmptyLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetEmptyLabelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
317
- WidgetEmptyLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetEmptyLabelComponent, selector: "seam-widget-empty-label,a[seam-widget-empty-label],button[seam-widget-empty-label]", inputs: { type: "type" }, host: { properties: { "class.btn": "this._btnCss", "class.btn-link": "this._btnLinkCss", "attr.type": "this._attrType" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-empty-label{display:block;width:100%;text-align:left;font-size:15px;padding:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetEmptyLabelComponent, decorators: [{
317
+ WidgetEmptyLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetEmptyLabelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
318
+ WidgetEmptyLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetEmptyLabelComponent, selector: "seam-widget-empty-label,a[seam-widget-empty-label],button[seam-widget-empty-label]", inputs: { type: "type" }, host: { properties: { "class.btn": "this._btnCss", "class.btn-link": "this._btnLinkCss", "attr.type": "this._attrType" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-empty-label{display:block;width:100%;text-align:left;font-size:15px;padding:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetEmptyLabelComponent, decorators: [{
319
320
  type: Component,
320
321
  args: [{ selector: 'seam-widget-empty-label,a[seam-widget-empty-label],button[seam-widget-empty-label]', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: ["seam-widget-empty-label{display:block;width:100%;text-align:left;font-size:15px;padding:.5rem}\n"] }]
321
322
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _btnCss: [{
@@ -333,10 +334,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
333
334
 
334
335
  class TheSeamWidgetEmptyLabelModule {
335
336
  }
336
- TheSeamWidgetEmptyLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
337
- TheSeamWidgetEmptyLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, declarations: [WidgetEmptyLabelComponent], imports: [CommonModule], exports: [WidgetEmptyLabelComponent] });
338
- TheSeamWidgetEmptyLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, imports: [CommonModule] });
339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, decorators: [{
337
+ TheSeamWidgetEmptyLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
338
+ TheSeamWidgetEmptyLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, declarations: [WidgetEmptyLabelComponent], imports: [CommonModule], exports: [WidgetEmptyLabelComponent] });
339
+ TheSeamWidgetEmptyLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, imports: [CommonModule] });
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetEmptyLabelModule, decorators: [{
340
341
  type: NgModule,
341
342
  args: [{
342
343
  declarations: [
@@ -353,19 +354,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
353
354
 
354
355
  class WidgetFooterLinkComponent {
355
356
  }
356
- WidgetFooterLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
357
- WidgetFooterLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetFooterLinkComponent, selector: "a[seam-widget-footer-link]", ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["a[seam-widget-footer-link]{display:block;text-align:center;margin-top:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterLinkComponent, decorators: [{
357
+ WidgetFooterLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
358
+ WidgetFooterLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetFooterLinkComponent, selector: "a[seam-widget-footer-link]", ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["a[seam-widget-footer-link]{display:block;text-align:center;margin-top:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterLinkComponent, decorators: [{
359
360
  type: Component,
360
361
  args: [{ selector: 'a[seam-widget-footer-link]', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: ["a[seam-widget-footer-link]{display:block;text-align:center;margin-top:.5rem}\n"] }]
361
362
  }] });
362
363
 
363
364
  class TheSeamWidgetFooterLinkModule {
364
365
  }
365
- TheSeamWidgetFooterLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
366
- TheSeamWidgetFooterLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterLinkModule, declarations: [WidgetFooterLinkComponent], imports: [CommonModule], exports: [WidgetFooterLinkComponent] });
367
- TheSeamWidgetFooterLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterLinkModule, imports: [CommonModule] });
368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterLinkModule, decorators: [{
366
+ TheSeamWidgetFooterLinkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterLinkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
367
+ TheSeamWidgetFooterLinkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterLinkModule, declarations: [WidgetFooterLinkComponent], imports: [CommonModule], exports: [WidgetFooterLinkComponent] });
368
+ TheSeamWidgetFooterLinkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterLinkModule, imports: [CommonModule] });
369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterLinkModule, decorators: [{
369
370
  type: NgModule,
370
371
  args: [{
371
372
  declarations: [
@@ -382,19 +383,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
382
383
 
383
384
  class WidgetFooterTextComponent {
384
385
  }
385
- WidgetFooterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
386
- WidgetFooterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetFooterTextComponent, selector: "seam-widget-footer-text", ngImport: i0, template: "<em>\n <ng-content></ng-content>\n</em>\n", styles: ["seam-widget-footer-text{display:block;font-size:13px;margin-top:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
387
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterTextComponent, decorators: [{
386
+ WidgetFooterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
387
+ WidgetFooterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetFooterTextComponent, selector: "seam-widget-footer-text", ngImport: i0, template: "<em>\n <ng-content></ng-content>\n</em>\n", styles: ["seam-widget-footer-text{display:block;font-size:13px;margin-top:.5rem}\n"], encapsulation: i0.ViewEncapsulation.None });
388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterTextComponent, decorators: [{
388
389
  type: Component,
389
390
  args: [{ selector: 'seam-widget-footer-text', encapsulation: ViewEncapsulation.None, template: "<em>\n <ng-content></ng-content>\n</em>\n", styles: ["seam-widget-footer-text{display:block;font-size:13px;margin-top:.5rem}\n"] }]
390
391
  }] });
391
392
 
392
393
  class TheSeamWidgetFooterTextModule {
393
394
  }
394
- TheSeamWidgetFooterTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
395
- TheSeamWidgetFooterTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterTextModule, declarations: [WidgetFooterTextComponent], imports: [CommonModule], exports: [WidgetFooterTextComponent] });
396
- TheSeamWidgetFooterTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterTextModule, imports: [CommonModule] });
397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetFooterTextModule, decorators: [{
395
+ TheSeamWidgetFooterTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
396
+ TheSeamWidgetFooterTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterTextModule, declarations: [WidgetFooterTextComponent], imports: [CommonModule], exports: [WidgetFooterTextComponent] });
397
+ TheSeamWidgetFooterTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterTextModule, imports: [CommonModule] });
398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetFooterTextModule, decorators: [{
398
399
  type: NgModule,
399
400
  args: [{
400
401
  declarations: [
@@ -419,9 +420,9 @@ class WidgetHeaderBadgeComponent extends _WidgetHeaderBadgeMixinBase {
419
420
  // eslint-disable-next-line @typescript-eslint/no-useless-constructor
420
421
  constructor(_elementRef) { super(_elementRef); }
421
422
  }
422
- WidgetHeaderBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetHeaderBadgeComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
423
- WidgetHeaderBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetHeaderBadgeComponent, selector: "seam-widget-header-badge", inputs: { theme: "theme" }, host: { classAttribute: "badge float-right" }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-header-badge.badge{font-size:17px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetHeaderBadgeComponent, decorators: [{
423
+ WidgetHeaderBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetHeaderBadgeComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
424
+ WidgetHeaderBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetHeaderBadgeComponent, selector: "seam-widget-header-badge", inputs: { theme: "theme" }, host: { classAttribute: "badge float-right" }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: ["seam-widget-header-badge.badge{font-size:17px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetHeaderBadgeComponent, decorators: [{
425
426
  type: Component,
426
427
  args: [{ selector: 'seam-widget-header-badge', inputs: ['theme'], host: {
427
428
  'class': 'badge float-right'
@@ -430,10 +431,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
430
431
 
431
432
  class TheSeamWidgetHeaderBadgeModule {
432
433
  }
433
- TheSeamWidgetHeaderBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
434
- TheSeamWidgetHeaderBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, declarations: [WidgetHeaderBadgeComponent], imports: [CommonModule], exports: [WidgetHeaderBadgeComponent] });
435
- TheSeamWidgetHeaderBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, imports: [CommonModule] });
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, decorators: [{
434
+ TheSeamWidgetHeaderBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
435
+ TheSeamWidgetHeaderBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, declarations: [WidgetHeaderBadgeComponent], imports: [CommonModule], exports: [WidgetHeaderBadgeComponent] });
436
+ TheSeamWidgetHeaderBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, imports: [CommonModule] });
437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetHeaderBadgeModule, decorators: [{
437
438
  type: NgModule,
438
439
  args: [{
439
440
  declarations: [
@@ -453,9 +454,9 @@ class WidgetListGroupItemIconTplDirective {
453
454
  this.template = template;
454
455
  }
455
456
  }
456
- WidgetListGroupItemIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
457
- WidgetListGroupItemIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemIconTplDirective, selector: "[seamWidgetListGroupItemIconTpl]", exportAs: ["seamWidgetListGroupItemIconTpl"], ngImport: i0 });
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemIconTplDirective, decorators: [{
457
+ WidgetListGroupItemIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
458
+ WidgetListGroupItemIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemIconTplDirective, selector: "[seamWidgetListGroupItemIconTpl]", exportAs: ["seamWidgetListGroupItemIconTpl"], ngImport: i0 });
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemIconTplDirective, decorators: [{
459
460
  type: Directive,
460
461
  args: [{
461
462
  selector: '[seamWidgetListGroupItemIconTpl]',
@@ -478,9 +479,9 @@ class WidgetListGroupItemBase {
478
479
  return this._elementRef.nativeElement;
479
480
  }
480
481
  }
481
- WidgetListGroupItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemBase, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
482
- WidgetListGroupItemBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemBase, queries: [{ propertyName: "iconTpl", first: true, predicate: WidgetListGroupItemIconTplDirective, descendants: true, static: true }], ngImport: i0 });
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemBase, decorators: [{
482
+ WidgetListGroupItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemBase, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
483
+ WidgetListGroupItemBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemBase, queries: [{ propertyName: "iconTpl", first: true, predicate: WidgetListGroupItemIconTplDirective, descendants: true, static: true }], ngImport: i0 });
484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemBase, decorators: [{
484
485
  type: Directive
485
486
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { iconTpl: [{
486
487
  type: ContentChild,
@@ -498,9 +499,9 @@ class WidgetListGroupItemActionableBase extends WidgetListGroupItemBase {
498
499
  this._focusMonitor.stopMonitoring(this._elementRef);
499
500
  }
500
501
  }
501
- WidgetListGroupItemActionableBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemActionableBase, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
502
- WidgetListGroupItemActionableBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemActionableBase, usesInheritance: true, ngImport: i0 });
503
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemActionableBase, decorators: [{
502
+ WidgetListGroupItemActionableBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemActionableBase, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
503
+ WidgetListGroupItemActionableBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemActionableBase, usesInheritance: true, ngImport: i0 });
504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemActionableBase, decorators: [{
504
505
  type: Directive
505
506
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: i0.Renderer2 }]; } });
506
507
  const _WidgetListGroupItemBase = mixinActive(mixinTheme(mixinDisabled(WidgetListGroupItemBase), 'list-group-item'));
@@ -512,9 +513,9 @@ class WidgetListGroupItemComponent extends _WidgetListGroupItemBase {
512
513
  this._renderer = _renderer;
513
514
  }
514
515
  }
515
- WidgetListGroupItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
516
- WidgetListGroupItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemComponent, selector: "seam-widget-list-group-item", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle" }, host: { properties: { "class.active": "active", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemComponent, decorators: [{
516
+ WidgetListGroupItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
517
+ WidgetListGroupItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemComponent, selector: "seam-widget-list-group-item", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle" }, host: { properties: { "class.active": "active", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemComponent, decorators: [{
518
519
  type: Component,
519
520
  args: [{ selector: 'seam-widget-list-group-item', exportAs: 'seamWidgetListGroupItem', inputs: WIDGET_LIST_GROUP_ITEM_INPUTS, host: {
520
521
  'class': 'list-group-item',
@@ -534,9 +535,9 @@ class WidgetListGroupItemButtonComponent extends _WidgetListGroupItemActionableB
534
535
  }
535
536
  ngOnDestroy() { super.ngOnDestroy(); }
536
537
  }
537
- WidgetListGroupItemButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
538
- WidgetListGroupItemButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemButtonComponent, selector: "button[seam-widget-list-group-item],button[seamWidgetListGroupItem]", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle", type: "type" }, host: { properties: { "attr.type": "type", "class.active": "active", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item list-group-item-action" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemButtonComponent, decorators: [{
538
+ WidgetListGroupItemButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
539
+ WidgetListGroupItemButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemButtonComponent, selector: "button[seam-widget-list-group-item],button[seamWidgetListGroupItem]", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle", type: "type" }, host: { properties: { "attr.type": "type", "class.active": "active", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item list-group-item-action" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemButtonComponent, decorators: [{
540
541
  type: Component,
541
542
  args: [{ selector: 'button[seam-widget-list-group-item],button[seamWidgetListGroupItem]', exportAs: 'seamWidgetListGroupItem', inputs: WIDGET_LIST_GROUP_ITEM_INPUTS, host: {
542
543
  '[attr.type]': 'type',
@@ -564,9 +565,9 @@ class WidgetListGroupItemAnchorComponent extends _WidgetListGroupItemActionableB
564
565
  }
565
566
  }
566
567
  }
567
- WidgetListGroupItemAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemAnchorComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
568
- WidgetListGroupItemAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupItemAnchorComponent, selector: "a[seam-widget-list-group-item],a[seamWidgetListGroupItem]", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle", tabIndex: "tabIndex" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "class.active": "active", "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item list-group-item-action" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupItemAnchorComponent, decorators: [{
568
+ WidgetListGroupItemAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemAnchorComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
569
+ WidgetListGroupItemAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupItemAnchorComponent, selector: "a[seam-widget-list-group-item],a[seamWidgetListGroupItem]", inputs: { disabled: "disabled", theme: "theme", active: "active", icon: "icon", iconClass: "iconClass", label: "label", secondaryIcon: "secondaryIcon", secondaryIconClass: "secondaryIconClass", secondaryIconTitle: "secondaryIconTitle", tabIndex: "tabIndex" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "class.active": "active", "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "list-group-item list-group-item-action" }, exportAs: ["seamWidgetListGroupItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <span class=\"pr-2\">\n <ng-container *ngTemplateOutlet=\"$any(iconTpl)\"></ng-container>\n </span>\n </ng-container>\n <ng-template #noIconTpl>\n <span class=\"pr-2\">\n <seam-icon *ngIf=\"icon\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"borderless-styled-square\">\n </seam-icon>\n </span>\n </ng-template>\n\n <div class=\"d-flex flex-column justify-content-center flex-grow-1\">\n {{ label }}\n </div>\n\n <seam-icon *ngIf=\"secondaryIcon\"\n iconType=\"borderless-styled-square\"\n class=\"secondary-icon align-self-center ml-1\"\n [icon]=\"secondaryIcon\"\n [iconClass]=\"secondaryIconClass\"\n [title]=\"secondaryIconTitle\"\n size=\"lg\">\n </seam-icon>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupItemAnchorComponent, decorators: [{
570
571
  type: Component,
571
572
  args: [{ selector: 'a[seam-widget-list-group-item],a[seamWidgetListGroupItem]', exportAs: 'seamWidgetListGroupItem', inputs: WIDGET_LIST_GROUP_ITEM_INPUTS, host: {
572
573
  'class': 'list-group-item list-group-item-action',
@@ -583,9 +584,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
583
584
  // TODO: Make `ListGroup` a root component and wrap it with `WidgetListGroup`.
584
585
  class WidgetListGroupComponent {
585
586
  }
586
- WidgetListGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
587
- WidgetListGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetListGroupComponent, selector: "seam-widget-list-group", host: { classAttribute: "list-group" }, ngImport: i0, template: "<ng-content select=\"seam-widget-list-group-item,\n a[seam-widget-list-group-item],\n a[seamWidgetListGroupItem],\n button[seam-widget-list-group-item],\n button[seamWidgetListGroupItem]\">\n</ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetListGroupComponent, decorators: [{
587
+ WidgetListGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
588
+ WidgetListGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetListGroupComponent, selector: "seam-widget-list-group", host: { classAttribute: "list-group" }, ngImport: i0, template: "<ng-content select=\"seam-widget-list-group-item,\n a[seam-widget-list-group-item],\n a[seamWidgetListGroupItem],\n button[seam-widget-list-group-item],\n button[seamWidgetListGroupItem]\">\n</ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetListGroupComponent, decorators: [{
589
590
  type: Component,
590
591
  args: [{ selector: 'seam-widget-list-group', host: {
591
592
  'class': 'list-group'
@@ -594,8 +595,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
594
595
 
595
596
  class TheSeamWidgetListGroupModule {
596
597
  }
597
- TheSeamWidgetListGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
598
- TheSeamWidgetListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetListGroupModule, declarations: [WidgetListGroupComponent,
598
+ TheSeamWidgetListGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetListGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
599
+ TheSeamWidgetListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetListGroupModule, declarations: [WidgetListGroupComponent,
599
600
  WidgetListGroupItemAnchorComponent,
600
601
  WidgetListGroupItemButtonComponent,
601
602
  WidgetListGroupItemComponent,
@@ -605,9 +606,9 @@ TheSeamWidgetListGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.
605
606
  WidgetListGroupItemButtonComponent,
606
607
  WidgetListGroupItemComponent,
607
608
  WidgetListGroupItemIconTplDirective] });
608
- TheSeamWidgetListGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetListGroupModule, imports: [CommonModule,
609
+ TheSeamWidgetListGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetListGroupModule, imports: [CommonModule,
609
610
  TheSeamIconModule] });
610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetListGroupModule, decorators: [{
611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetListGroupModule, decorators: [{
611
612
  type: NgModule,
612
613
  args: [{
613
614
  declarations: [
@@ -642,12 +643,12 @@ class WidgetTableComponent {
642
643
  this.actionRefreshRequest.emit();
643
644
  }
644
645
  }
645
- WidgetTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
646
- WidgetTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTableComponent, selector: "seam-widget-table", inputs: { columns: "columns", rows: "rows", trackBy: "trackBy", size: "size", hasHeader: "hasHeader" }, outputs: { actionRefreshRequest: "actionRefreshRequest" }, ngImport: i0, template: "<seam-table\n [columns]=\"columns\"\n [rows]=\"rows\"\n [trackBy]=\"trackBy\"\n [size]=\"size\"\n [hasHeader]=\"hasHeader\"\n (actionRefreshRequest)=\"_actionRefreshRequest()\">\n</seam-table>\n", styles: [""], dependencies: [{ kind: "component", type: i1$2.TableComponent, selector: "seam-table", inputs: ["columns", "rows", "trackBy", "size", "hasHeader"], outputs: ["actionRefreshRequest"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
646
+ WidgetTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
647
+ WidgetTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTableComponent, selector: "seam-widget-table", inputs: { columns: "columns", rows: "rows", trackBy: "trackBy", size: "size", hasHeader: "hasHeader" }, outputs: { actionRefreshRequest: "actionRefreshRequest" }, ngImport: i0, template: "<seam-table\n [columns]=\"columns\"\n [rows]=\"rows\"\n [trackBy]=\"trackBy\"\n [size]=\"size\"\n [hasHeader]=\"hasHeader\"\n (actionRefreshRequest)=\"_actionRefreshRequest()\">\n</seam-table>\n", styles: [""], dependencies: [{ kind: "component", type: i1$2.TableComponent, selector: "seam-table", inputs: ["columns", "rows", "trackBy", "size", "hasHeader"], outputs: ["actionRefreshRequest"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
647
648
  __decorate([
648
649
  InputBoolean()
649
650
  ], WidgetTableComponent.prototype, "hasHeader", void 0);
650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTableComponent, decorators: [{
651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTableComponent, decorators: [{
651
652
  type: Component,
652
653
  args: [{ selector: 'seam-widget-table', changeDetection: ChangeDetectionStrategy.OnPush, template: "<seam-table\n [columns]=\"columns\"\n [rows]=\"rows\"\n [trackBy]=\"trackBy\"\n [size]=\"size\"\n [hasHeader]=\"hasHeader\"\n (actionRefreshRequest)=\"_actionRefreshRequest()\">\n</seam-table>\n" }]
653
654
  }], propDecorators: { columns: [{
@@ -666,14 +667,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
666
667
 
667
668
  class TheSeamWidgetTableModule {
668
669
  }
669
- TheSeamWidgetTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
670
- TheSeamWidgetTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTableModule, declarations: [WidgetTableComponent], imports: [CommonModule,
670
+ TheSeamWidgetTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
671
+ TheSeamWidgetTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTableModule, declarations: [WidgetTableComponent], imports: [CommonModule,
671
672
  TheSeamTableModule,
672
673
  TheSeamTableCellTypesModule], exports: [WidgetTableComponent] });
673
- TheSeamWidgetTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTableModule, imports: [CommonModule,
674
+ TheSeamWidgetTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTableModule, imports: [CommonModule,
674
675
  TheSeamTableModule,
675
676
  TheSeamTableCellTypesModule] });
676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTableModule, decorators: [{
677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTableModule, decorators: [{
677
678
  type: NgModule,
678
679
  args: [{
679
680
  declarations: [
@@ -692,9 +693,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
692
693
 
693
694
  class WidgetTileFooterComponent {
694
695
  }
695
- WidgetTileFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
696
- WidgetTileFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileFooterComponent, selector: "seam-widget-tile-footer,[seam-widget-tile-footer]", host: { classAttribute: "d-flex flex-row justify-content-end" }, ngImport: i0, template: "\n <ng-content select=\"seam-widget-tile-footer-item,[seam-widget-tile-footer-item]\"></ng-content>\n\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileFooterComponent, decorators: [{
696
+ WidgetTileFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
697
+ WidgetTileFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileFooterComponent, selector: "seam-widget-tile-footer,[seam-widget-tile-footer]", host: { classAttribute: "d-flex flex-row justify-content-end" }, ngImport: i0, template: "\n <ng-content select=\"seam-widget-tile-footer-item,[seam-widget-tile-footer-item]\"></ng-content>\n\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileFooterComponent, decorators: [{
698
699
  type: Component,
699
700
  args: [{ selector: 'seam-widget-tile-footer,[seam-widget-tile-footer]', host: {
700
701
  class: 'd-flex flex-row justify-content-end',
@@ -716,12 +717,12 @@ class WidgetTileFooterItemComponent {
716
717
  return this._elementRef.nativeElement.nodeName.toLowerCase() === 'button';
717
718
  }
718
719
  }
719
- WidgetTileFooterItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileFooterItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
720
- WidgetTileFooterItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileFooterItemComponent, selector: "seam-widget-tile-footer-item,a[seam-widget-tile-footer-item],button[seam-widget-tile-footer-item]", inputs: { type: "type", disabled: "disabled" }, host: { properties: { "attr.type": "this._attrType", "class.disabled": "this._DisabledCss" }, classAttribute: "btn btn-link py-0 px-1" }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{font-size:12px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
720
+ WidgetTileFooterItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileFooterItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
721
+ WidgetTileFooterItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileFooterItemComponent, selector: "seam-widget-tile-footer-item,a[seam-widget-tile-footer-item],button[seam-widget-tile-footer-item]", inputs: { type: "type", disabled: "disabled" }, host: { properties: { "attr.type": "this._attrType", "class.disabled": "this._DisabledCss" }, classAttribute: "btn btn-link py-0 px-1" }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{font-size:12px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
721
722
  __decorate([
722
723
  InputBoolean()
723
724
  ], WidgetTileFooterItemComponent.prototype, "disabled", void 0);
724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileFooterItemComponent, decorators: [{
725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileFooterItemComponent, decorators: [{
725
726
  type: Component,
726
727
  args: [{ selector: 'seam-widget-tile-footer-item,a[seam-widget-tile-footer-item],button[seam-widget-tile-footer-item]', host: {
727
728
  class: 'btn btn-link py-0 px-1',
@@ -740,9 +741,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
740
741
 
741
742
  class WidgetTileGroupComponent {
742
743
  }
743
- WidgetTileGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
744
- WidgetTileGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileGroupComponent, selector: "seam-widget-tile-group", ngImport: i0, template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile\"></ng-content>\n<ng-content select=\"seam-widget-tile-footer\"></ng-content>\n", styles: [":host{display:block;margin-bottom:.5rem}:host:last-child{margin-bottom:0}:host ::ng-deep [seam-widget-tile]{margin-bottom:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileGroupComponent, decorators: [{
744
+ WidgetTileGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
745
+ WidgetTileGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileGroupComponent, selector: "seam-widget-tile-group", ngImport: i0, template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile\"></ng-content>\n<ng-content select=\"seam-widget-tile-footer\"></ng-content>\n", styles: [":host{display:block;margin-bottom:.5rem}:host:last-child{margin-bottom:0}:host ::ng-deep [seam-widget-tile]{margin-bottom:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileGroupComponent, decorators: [{
746
747
  type: Component,
747
748
  args: [{ selector: 'seam-widget-tile-group', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile\"></ng-content>\n<ng-content select=\"seam-widget-tile-footer\"></ng-content>\n", styles: [":host{display:block;margin-bottom:.5rem}:host:last-child{margin-bottom:0}:host ::ng-deep [seam-widget-tile]{margin-bottom:0}\n"] }]
748
749
  }] });
@@ -752,9 +753,9 @@ class WidgetTileSecondaryIconDirective {
752
753
  this.template = template;
753
754
  }
754
755
  }
755
- WidgetTileSecondaryIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileSecondaryIconDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
756
- WidgetTileSecondaryIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileSecondaryIconDirective, selector: "[seamWidgetTileSecondaryIcon]", exportAs: ["seamWidgetTileSecondaryIcon"], ngImport: i0 });
757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileSecondaryIconDirective, decorators: [{
756
+ WidgetTileSecondaryIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileSecondaryIconDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
757
+ WidgetTileSecondaryIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileSecondaryIconDirective, selector: "[seamWidgetTileSecondaryIcon]", exportAs: ["seamWidgetTileSecondaryIcon"], ngImport: i0 });
758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileSecondaryIconDirective, decorators: [{
758
759
  type: Directive,
759
760
  args: [{
760
761
  selector: '[seamWidgetTileSecondaryIcon]',
@@ -780,9 +781,9 @@ class TheSeamWidgetTileBase {
780
781
  return this._elementRef.nativeElement;
781
782
  }
782
783
  }
783
- TheSeamWidgetTileBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileBase, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
784
- TheSeamWidgetTileBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamWidgetTileBase, selector: "ng-component", ngImport: i0, template: '', isInline: true });
785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileBase, decorators: [{
784
+ TheSeamWidgetTileBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileBase, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
785
+ TheSeamWidgetTileBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamWidgetTileBase, selector: "ng-component", ngImport: i0, template: '', isInline: true });
786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileBase, decorators: [{
786
787
  type: Component,
787
788
  args: [{ template: '' }]
788
789
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: i0.Renderer2 }]; } });
@@ -831,12 +832,12 @@ class WidgetTileComponent extends _TheSeamWidgetTileMixinBase {
831
832
  return this._elementRef.nativeElement.nodeName.toLowerCase() === 'a';
832
833
  }
833
834
  }
834
- WidgetTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
835
- WidgetTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileComponent, selector: "seam-widget-tile, a[seam-widget-tile], button[seam-widget-tile]", inputs: { disabled: "disabled", type: "type", icon: "icon", grayscaleOnDisable: "grayscaleOnDisable", iconClass: "iconClass", iconType: "iconType", notificationIcon: "notificationIcon", notificationIconClass: "notificationIconClass" }, host: { properties: { "attr.type": "this._attrType", "class.btn": "this._btnCss", "class.disabled": "this._disabledCss", "attr.aria-disabled": "this._ariaDisabled", "attr.disabled": "this._attrDisabled", "attr.tabindex": "this._attrTabIndex" } }, queries: [{ propertyName: "secondaryIcon", first: true, predicate: WidgetTileSecondaryIconDirective, descendants: true, static: true }], exportAs: ["seamWidgetTile"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <div style=\"position: relative\">\n <seam-icon\n [icon]=\"icon\"\n [iconType]=\"iconType\"\n [iconClass]=\"iconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n\n <seam-icon *ngIf=\"notificationIcon\"\n class=\"widget-tile--notification-icon\"\n [icon]=\"notificationIcon\"\n iconType=\"image-fill\"\n [iconClass]=\"notificationIconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n </div>\n <div class=\"flex-grow-1 text-left pl-2\" style=\"margin: auto 0;\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"secondaryIcon\">\n <ng-template [ngTemplateOutlet]=\"secondaryIcon.template\"></ng-template>\n </div>\n</div>\n", styles: ["seam-widget-tile,a[seam-widget-tile],button[seam-widget-tile]{display:block;width:100%;padding:4px;text-decoration:none;color:#212529;font-size:14px;font-weight:400;line-height:18px;border:1px solid #dee2e6;border-radius:10px;margin-bottom:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}seam-widget-tile:hover,a[seam-widget-tile]:hover,button[seam-widget-tile]:hover{color:#212529;background-color:#f4f4f4;text-decoration:none}seam-widget-tile:focus,seam-widget-tile.focus,a[seam-widget-tile]:focus,a[seam-widget-tile].focus,button[seam-widget-tile]:focus,button[seam-widget-tile].focus{box-shadow:0 0 0 .2rem #357ebd40;outline:0}seam-widget-tile.disabled,seam-widget-tile:disabled,a[seam-widget-tile].disabled,a[seam-widget-tile]:disabled,button[seam-widget-tile].disabled,button[seam-widget-tile]:disabled{opacity:.65;pointer-events:none;cursor:default;filter:grayscale(1)}seam-widget-tile:last-child,a[seam-widget-tile]:last-child,button[seam-widget-tile]:last-child{margin-bottom:0}seam-widget-tile .widget-tile--notification-icon,a[seam-widget-tile] .widget-tile--notification-icon,button[seam-widget-tile] .widget-tile--notification-icon{position:absolute;bottom:-3px;right:-3px;width:15px!important;height:15px!important}seam-widget-tile seam-icon img[src$=\".svg\"],a[seam-widget-tile] seam-icon img[src$=\".svg\"],button[seam-widget-tile] seam-icon img[src$=\".svg\"]{height:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], encapsulation: i0.ViewEncapsulation.None });
835
+ WidgetTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
836
+ WidgetTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileComponent, selector: "seam-widget-tile, a[seam-widget-tile], button[seam-widget-tile]", inputs: { disabled: "disabled", type: "type", icon: "icon", grayscaleOnDisable: "grayscaleOnDisable", iconClass: "iconClass", iconType: "iconType", notificationIcon: "notificationIcon", notificationIconClass: "notificationIconClass" }, host: { properties: { "attr.type": "this._attrType", "class.btn": "this._btnCss", "class.disabled": "this._disabledCss", "attr.aria-disabled": "this._ariaDisabled", "attr.disabled": "this._attrDisabled", "attr.tabindex": "this._attrTabIndex" } }, queries: [{ propertyName: "secondaryIcon", first: true, predicate: WidgetTileSecondaryIconDirective, descendants: true, static: true }], exportAs: ["seamWidgetTile"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <div style=\"position: relative\">\n <seam-icon\n [icon]=\"icon\"\n [iconType]=\"iconType\"\n [iconClass]=\"iconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n\n <seam-icon *ngIf=\"notificationIcon\"\n class=\"widget-tile--notification-icon\"\n [icon]=\"notificationIcon\"\n iconType=\"image-fill\"\n [iconClass]=\"notificationIconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n </div>\n <div class=\"flex-grow-1 text-left pl-2\" style=\"margin: auto 0;\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"secondaryIcon\">\n <ng-template [ngTemplateOutlet]=\"secondaryIcon.template\"></ng-template>\n </div>\n</div>\n", styles: ["seam-widget-tile,a[seam-widget-tile],button[seam-widget-tile]{display:block;width:100%;padding:4px;text-decoration:none;color:#212529;font-size:14px;font-weight:400;line-height:18px;border:1px solid #dee2e6;border-radius:10px;margin-bottom:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}seam-widget-tile:hover,a[seam-widget-tile]:hover,button[seam-widget-tile]:hover{color:#212529;background-color:#f4f4f4;text-decoration:none}seam-widget-tile:focus,seam-widget-tile.focus,a[seam-widget-tile]:focus,a[seam-widget-tile].focus,button[seam-widget-tile]:focus,button[seam-widget-tile].focus{box-shadow:0 0 0 .2rem #357ebd40;outline:0}seam-widget-tile.disabled,seam-widget-tile:disabled,a[seam-widget-tile].disabled,a[seam-widget-tile]:disabled,button[seam-widget-tile].disabled,button[seam-widget-tile]:disabled{opacity:.65;pointer-events:none;cursor:default;filter:grayscale(1)}seam-widget-tile:last-child,a[seam-widget-tile]:last-child,button[seam-widget-tile]:last-child{margin-bottom:0}seam-widget-tile .widget-tile--notification-icon,a[seam-widget-tile] .widget-tile--notification-icon,button[seam-widget-tile] .widget-tile--notification-icon{position:absolute;bottom:-3px;right:-3px;width:15px!important;height:15px!important}seam-widget-tile seam-icon img[src$=\".svg\"],a[seam-widget-tile] seam-icon img[src$=\".svg\"],button[seam-widget-tile] seam-icon img[src$=\".svg\"]{height:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], encapsulation: i0.ViewEncapsulation.None });
836
837
  __decorate([
837
838
  InputBoolean()
838
839
  ], WidgetTileComponent.prototype, "grayscaleOnDisable", void 0);
839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileComponent, decorators: [{
840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileComponent, decorators: [{
840
841
  type: Component,
841
842
  args: [{ selector: 'seam-widget-tile, a[seam-widget-tile], button[seam-widget-tile]', inputs: ['disabled'], exportAs: 'seamWidgetTile', encapsulation: ViewEncapsulation.None, template: "<div class=\"d-flex flex-row\">\n <div style=\"position: relative\">\n <seam-icon\n [icon]=\"icon\"\n [iconType]=\"iconType\"\n [iconClass]=\"iconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n\n <seam-icon *ngIf=\"notificationIcon\"\n class=\"widget-tile--notification-icon\"\n [icon]=\"notificationIcon\"\n iconType=\"image-fill\"\n [iconClass]=\"notificationIconClass\"\n [disabled]=\"disabled\">\n </seam-icon>\n </div>\n <div class=\"flex-grow-1 text-left pl-2\" style=\"margin: auto 0;\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"secondaryIcon\">\n <ng-template [ngTemplateOutlet]=\"secondaryIcon.template\"></ng-template>\n </div>\n</div>\n", styles: ["seam-widget-tile,a[seam-widget-tile],button[seam-widget-tile]{display:block;width:100%;padding:4px;text-decoration:none;color:#212529;font-size:14px;font-weight:400;line-height:18px;border:1px solid #dee2e6;border-radius:10px;margin-bottom:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}seam-widget-tile:hover,a[seam-widget-tile]:hover,button[seam-widget-tile]:hover{color:#212529;background-color:#f4f4f4;text-decoration:none}seam-widget-tile:focus,seam-widget-tile.focus,a[seam-widget-tile]:focus,a[seam-widget-tile].focus,button[seam-widget-tile]:focus,button[seam-widget-tile].focus{box-shadow:0 0 0 .2rem #357ebd40;outline:0}seam-widget-tile.disabled,seam-widget-tile:disabled,a[seam-widget-tile].disabled,a[seam-widget-tile]:disabled,button[seam-widget-tile].disabled,button[seam-widget-tile]:disabled{opacity:.65;pointer-events:none;cursor:default;filter:grayscale(1)}seam-widget-tile:last-child,a[seam-widget-tile]:last-child,button[seam-widget-tile]:last-child{margin-bottom:0}seam-widget-tile .widget-tile--notification-icon,a[seam-widget-tile] .widget-tile--notification-icon,button[seam-widget-tile] .widget-tile--notification-icon{position:absolute;bottom:-3px;right:-3px;width:15px!important;height:15px!important}seam-widget-tile seam-icon img[src$=\".svg\"],a[seam-widget-tile] seam-icon img[src$=\".svg\"],button[seam-widget-tile] seam-icon img[src$=\".svg\"]{height:100%}\n"] }]
842
843
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: i0.Renderer2 }]; }, propDecorators: { _attrType: [{
@@ -878,8 +879,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
878
879
 
879
880
  class TheSeamWidgetTileModule {
880
881
  }
881
- TheSeamWidgetTileModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
882
- TheSeamWidgetTileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileModule, declarations: [WidgetTileComponent,
882
+ TheSeamWidgetTileModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
883
+ TheSeamWidgetTileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileModule, declarations: [WidgetTileComponent,
883
884
  WidgetTileSecondaryIconDirective,
884
885
  WidgetTileFooterComponent,
885
886
  WidgetTileGroupComponent,
@@ -889,9 +890,9 @@ TheSeamWidgetTileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
889
890
  WidgetTileFooterComponent,
890
891
  WidgetTileGroupComponent,
891
892
  WidgetTileFooterItemComponent] });
892
- TheSeamWidgetTileModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileModule, imports: [CommonModule,
893
+ TheSeamWidgetTileModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileModule, imports: [CommonModule,
893
894
  TheSeamIconModule] });
894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileModule, decorators: [{
895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileModule, decorators: [{
895
896
  type: NgModule,
896
897
  args: [{
897
898
  declarations: [
@@ -917,20 +918,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
917
918
 
918
919
  class WidgetTileListComponent {
919
920
  }
920
- WidgetTileListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
921
- WidgetTileListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetTileListComponent, selector: "seam-widget-tile-list", ngImport: i0, template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile,seam-widget-tile-group\"></ng-content>\n", styles: [":host{display:flex;flex-direction:column}\n"] });
922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetTileListComponent, decorators: [{
921
+ WidgetTileListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
922
+ WidgetTileListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetTileListComponent, selector: "seam-widget-tile-list", ngImport: i0, template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile,seam-widget-tile-group\"></ng-content>\n", styles: [":host{display:flex;flex-direction:column}\n"] });
923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetTileListComponent, decorators: [{
923
924
  type: Component,
924
925
  args: [{ selector: 'seam-widget-tile-list', template: "<ng-content select=\"[seam-widget-tile],seam-widget-tile,seam-widget-tile-group\"></ng-content>\n", styles: [":host{display:flex;flex-direction:column}\n"] }]
925
926
  }] });
926
927
 
927
928
  class TheSeamWidgetTileListModule {
928
929
  }
929
- TheSeamWidgetTileListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
930
- TheSeamWidgetTileListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileListModule, declarations: [WidgetTileListComponent], imports: [CommonModule], exports: [WidgetTileListComponent,
930
+ TheSeamWidgetTileListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
931
+ TheSeamWidgetTileListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileListModule, declarations: [WidgetTileListComponent], imports: [CommonModule], exports: [WidgetTileListComponent,
931
932
  TheSeamWidgetTileModule] });
932
- TheSeamWidgetTileListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileListModule, imports: [CommonModule, TheSeamWidgetTileModule] });
933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetTileListModule, decorators: [{
933
+ TheSeamWidgetTileListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileListModule, imports: [CommonModule, TheSeamWidgetTileModule] });
934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetTileListModule, decorators: [{
934
935
  type: NgModule,
935
936
  args: [{
936
937
  declarations: [
@@ -946,6 +947,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
946
947
  }]
947
948
  }] });
948
949
 
950
+ const THESEAM_WIDGET_PREFERENCES_ACCESSOR = new InjectionToken('TheSeamWidgetPreferencesAccessor');
951
+
952
+ const CURRENT_WIDGET_PREFERENCES_VERSION = 1;
953
+ const EMPTY_WIDGET_PREFERENCES = {
954
+ version: 1,
955
+ };
956
+
957
+ // TODO: Rethink this. I originally implemented this to be shared widget's then
958
+ // changed it to be per widget, for the accessor injection.
959
+ // @Injectable({ providedIn: 'root' })
960
+ class WidgetPreferencesService {
961
+ constructor(_preferencesManager, _prefsAccessor) {
962
+ this._preferencesManager = _preferencesManager;
963
+ this._prefsAccessor = _prefsAccessor;
964
+ this._pendingPatches = {};
965
+ }
966
+ isPatchPending(preferenceKey) {
967
+ return this._pendingPatches[preferenceKey] && this._pendingPatches[preferenceKey].length > 0;
968
+ }
969
+ isPending(preferenceKey) {
970
+ return this._preferencesManager.isPending(preferenceKey);
971
+ }
972
+ isLoaded(preferenceKey) {
973
+ return this._preferencesManager.isLoaded(preferenceKey);
974
+ }
975
+ preferences(preferenceKey) {
976
+ if (!this._prefsAccessor) {
977
+ return of(JSON.parse(JSON.stringify(EMPTY_WIDGET_PREFERENCES)));
978
+ }
979
+ return this._preferencesManager.preferences(preferenceKey, this._prefsAccessor, EMPTY_WIDGET_PREFERENCES).pipe(map(prefs => {
980
+ if (this._isValidPreferences(prefs)) {
981
+ return prefs;
982
+ }
983
+ throw Error(`Preferences for key '${preferenceKey}' is not a valid widget preferences.`);
984
+ }));
985
+ }
986
+ refresh(preferenceKey) {
987
+ this._preferencesManager.refresh(preferenceKey);
988
+ }
989
+ patchPreferences(preferenceKey, preferences) {
990
+ if (!this._prefsAccessor) {
991
+ return;
992
+ }
993
+ if (!this._pendingPatches[preferenceKey]) {
994
+ this._pendingPatches[preferenceKey] = [];
995
+ }
996
+ if (this._pendingPatches[preferenceKey].length > 0) {
997
+ this._pendingPatches[preferenceKey].push(preferences);
998
+ return;
999
+ }
1000
+ this._pendingPatches[preferenceKey].push(preferences);
1001
+ this.preferences(preferenceKey).pipe(take(1), map(prefs => {
1002
+ const pendingPatches = this._pendingPatches[preferenceKey];
1003
+ this._pendingPatches[preferenceKey] = [];
1004
+ const newPrefs = pendingPatches.reduce((acc, patch) => {
1005
+ return Object.assign(Object.assign({}, acc), patch);
1006
+ }, prefs); // Typescript isn't recognizing that 'version' is included in the initial value.
1007
+ if (!this._isValidPreferences(newPrefs)) {
1008
+ throw Error(`Attempted to patch preferences for key '${preferenceKey}' with invalid preferences.`);
1009
+ }
1010
+ this._preferencesManager.update(preferenceKey, newPrefs);
1011
+ }), tap(() => this.refresh(preferenceKey))).subscribe();
1012
+ }
1013
+ _isValidPreferences(prefs) {
1014
+ return prefs.version === CURRENT_WIDGET_PREFERENCES_VERSION;
1015
+ }
1016
+ }
1017
+ WidgetPreferencesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetPreferencesService, deps: [{ token: i1$3.TheSeamPreferencesManagerService }, { token: THESEAM_WIDGET_PREFERENCES_ACCESSOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1018
+ WidgetPreferencesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetPreferencesService });
1019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetPreferencesService, decorators: [{
1020
+ type: Injectable
1021
+ }], ctorParameters: function () {
1022
+ return [{ type: i1$3.TheSeamPreferencesManagerService }, { type: undefined, decorators: [{
1023
+ type: Optional
1024
+ }, {
1025
+ type: Inject,
1026
+ args: [THESEAM_WIDGET_PREFERENCES_ACCESSOR]
1027
+ }] }];
1028
+ } });
1029
+
1030
+ const THESEAM_WIDGETS = new InjectionToken('TheSeamWidgets');
1031
+ const THESEAM_WIDGET_DATA = new InjectionToken('TheSeamWidgetData');
1032
+
949
1033
  const EXPANDED_STATE = 'expanded';
950
1034
  const COLLAPSED_STATE = 'collapsed';
951
1035
  const EXPAND_TRANSITION = `${EXPANDED_STATE} <=> ${COLLAPSED_STATE}`;
@@ -987,9 +1071,31 @@ const collapseAnimation = trigger('collapseAnim', [
987
1071
  * used then the situation should be considered for becoming a widget component.
988
1072
  */
989
1073
  class WidgetComponent {
990
- constructor() {
1074
+ /**
1075
+ * Icon displayed in the top header.
1076
+ *
1077
+ * If a more advanced icon is needed you can use `seamWidgetIconTpl` template
1078
+ * directive, but a `SeamIcon` input is recommended, because allowing custom
1079
+ * icons that do not follow the tested types can lead to inconsitency quickly
1080
+ * as different developers keep making tweaks.
1081
+ */
1082
+ get icon() { return this._iconUrl || this._iconObj; }
1083
+ set icon(value) {
1084
+ if (typeof value === 'string') {
1085
+ this._iconUrl = value;
1086
+ this._iconObj = undefined;
1087
+ }
1088
+ else {
1089
+ this._iconUrl = undefined;
1090
+ this._iconObj = value;
1091
+ }
1092
+ }
1093
+ constructor(_widgetPreferences, _data) {
1094
+ this._widgetPreferences = _widgetPreferences;
1095
+ this._data = _data;
991
1096
  this.configIcon = faCog;
992
1097
  this.collapseIcon = faAngleDown;
1098
+ this._ngUnsubscribe = new Subject();
993
1099
  /**
994
1100
  * Toggles the collapsed state of a widget.
995
1101
  */
@@ -1009,26 +1115,19 @@ class WidgetComponent {
1009
1115
  * header to toggle the collapsed state.
1010
1116
  */
1011
1117
  this.canCollapse = false;
1012
- }
1013
- /**
1014
- * Icon displayed in the top header.
1015
- *
1016
- * If a more advanced icon is needed you can use `seamWidgetIconTpl` template
1017
- * directive, but a `SeamIcon` input is recommended, because allowing custom
1018
- * icons that do not follow the tested types can lead to inconsitency quickly
1019
- * as different developers keep making tweaks.
1020
- */
1021
- get icon() { return this._iconUrl || this._iconObj; }
1022
- set icon(value) {
1023
- if (typeof value === 'string') {
1024
- this._iconUrl = value;
1025
- this._iconObj = undefined;
1026
- }
1027
- else {
1028
- this._iconUrl = undefined;
1029
- this._iconObj = value;
1118
+ if (this._data && this._data.widgetId) {
1119
+ this._preferencesKey = `widget:${this._data.widgetId}`;
1120
+ this._widgetPreferences.preferences(this._preferencesKey).pipe(tap$1(prefs => {
1121
+ if (hasProperty(prefs, 'collapsed')) {
1122
+ this.collapsed = prefs.collapsed;
1123
+ }
1124
+ }), takeUntil$1(this._ngUnsubscribe)).subscribe();
1030
1125
  }
1031
1126
  }
1127
+ ngOnDestroy() {
1128
+ this._ngUnsubscribe.next();
1129
+ this._ngUnsubscribe.complete();
1130
+ }
1032
1131
  /**
1033
1132
  * Toggles a widget's collapsed state.
1034
1133
  */
@@ -1040,11 +1139,21 @@ class WidgetComponent {
1040
1139
  return;
1041
1140
  }
1042
1141
  this.collapsed = !this.collapsed;
1142
+ // Only update the preference, if collapse method is called, because it is
1143
+ // assumed that the user is collapsing the widget. If the collapsed state is
1144
+ // changed by other means, such using the widget's `collapsed` input, then
1145
+ // the preference should not be updated, because that is assumed to be an
1146
+ // app controlled change that should not be persisted.
1147
+ if (this._preferencesKey) {
1148
+ this._widgetPreferences.patchPreferences(this._preferencesKey, { collapsed: this.collapsed });
1149
+ }
1043
1150
  }
1044
1151
  get collapseState() { return this.collapsed ? COLLAPSED_STATE : EXPANDED_STATE; }
1045
1152
  }
1046
- WidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1047
- WidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetComponent, selector: "seam-widget", inputs: { collapsed: "collapsed", hasHeader: "hasHeader", titleText: "titleText", icon: "icon", iconClass: "iconClass", loading: "loading", hasConfig: "hasConfig", canCollapse: "canCollapse" }, queries: [{ propertyName: "iconTpl", first: true, predicate: WidgetIconTplDirective, descendants: true, static: true }, { propertyName: "titleTpl", first: true, predicate: WidgetTitleTplDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"seam-widget border rounded overflow-hidden\">\n <div class=\"widget-header\" seamWidgetDragHandle *ngIf=\"hasHeader\">\n <div class=\"widget-header-content p-2 text-nowrap\">\n <span class=\"mr-1 widget-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"widget-header-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"widget-header-icon--img {{ iconClass }}\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n <span class=\"widget-header-title text-truncate\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </div>\n <div class=\"widget-header-btns-container\" *ngIf=\"hasConfig || canCollapse\">\n <!-- <div *ngIf=\"hasConfig\">\n <button seamIconBtn [icon]=\"configIcon\"\n class=\"widget-header-btn-config\"\n [iconType]=\"null\">\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n <button seamButton class=\"widget-header-btn-config p-0\">\n <seam-icon class=\"d-block\" [icon]=\"configIcon\" iconClass=\"text-secondary\"></seam-icon>\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n </div> -->\n\n <div *ngIf=\"canCollapse\" class=\"px-0\">\n\n <button seamButton class=\"widget-header-btn-collapse p-0 mr-1 h-100\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\">\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\">\n </seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button>\n <!-- iconType=\"borderless-styled-square\" -->\n <!-- style=\"margin-left: -10px; margin-right: -5px;\" -->\n\n <!-- <button seamIconBtn class=\"widget-header-btn-collapse\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\"\n btnTheme=\"secondary\"\n [icon]=\"collapseIcon\"\n iconType=\"borderless-styled-square\"\n size=\"xs\"\n btnSize=\"sm\"\n >\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\"\n style=\"margin-left: -10px; margin-right: -5px;\"\n iconType=\"borderless-styled-square\"></seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button> -->\n </div>\n </div>\n </div>\n <div class=\"position-relative overflow-hidden\" [style.height.px]=\"loading ? 150 : undefined\" [@collapseAnim]=\"collapseState\">\n <ng-container *ngIf=\"!collapsed\">\n <div class=\"p-2\" *ngIf=\"!loading else loadingTpl\" @keepContentAnim>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"seam-widget-footer\"></ng-content>\n <ng-template #loadingTpl>\n <div class=\"position-absolute\" @loadingAnim style=\"top:0;right:0;bottom:0;left:0\">\n <seam-loading [theme]=\"'primary'\"></seam-loading>\n </div>\n </ng-template>\n </ng-container>\n </div>\n</div>\n", styles: ["seam-widget{display:block;font-size:15px}seam-widget .seam-widget{background:#FFFFFF;box-shadow:none}seam-widget .widget-header{display:flex;flex-direction:row;border-bottom:1px solid #dee2e6;background:#F4F4F4;font-size:17px}seam-widget .widget-header .widget-header-content{flex:1 1 100%}seam-widget .widget-header .widget-header-btns-container{display:flex;flex-direction:row}seam-widget .widget-header .widget-header-btns-container>div{display:flex;flex-direction:column;justify-content:center;padding:4px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .svg-inline--fa{transform:rotate(0);transition:.3s ease-in-out transform}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse.widget-header-btn-collapse--active .svg-inline--fa{transform:rotate(90deg)}seam-widget .widget-header .widget-header-title{font-size:17px}seam-widget .widget-header-icon{display:inline-block;vertical-align:top;max-height:20px;max-width:20px;height:20px;width:20px;color:currentColor}seam-widget .widget-header-icon .widget-header-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;max-height:20px;max-width:20px;height:20px;width:20px}seam-widget .widget-header-icon .widget-header-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header-icon .widget-header-icon--img{height:100%;max-height:20px;max-width:20px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2$1.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { kind: "component", type: i4.LoadingComponent, selector: "seam-loading", inputs: ["theme"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[seamButton]", inputs: ["disabled", "theme", "size", "type"], exportAs: ["seamButton"] }, { kind: "directive", type: WidgetDragHandleDirective, selector: "[seamWidgetDragHandle]", inputs: ["cdkDragHandleDisabled"] }], animations: [
1153
+ WidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetComponent, deps: [{ token: WidgetPreferencesService }, { token: THESEAM_WIDGET_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1154
+ WidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetComponent, selector: "seam-widget", inputs: { collapsed: "collapsed", hasHeader: "hasHeader", titleText: "titleText", icon: "icon", iconClass: "iconClass", loading: "loading", hasConfig: "hasConfig", canCollapse: "canCollapse" }, providers: [
1155
+ WidgetPreferencesService,
1156
+ ], queries: [{ propertyName: "iconTpl", first: true, predicate: WidgetIconTplDirective, descendants: true, static: true }, { propertyName: "titleTpl", first: true, predicate: WidgetTitleTplDirective, descendants: true, static: true }], ngImport: i0, template: "<div class=\"seam-widget border rounded overflow-hidden\">\n <div class=\"widget-header\" seamWidgetDragHandle *ngIf=\"hasHeader\">\n <div class=\"widget-header-content p-2 text-nowrap\">\n <span class=\"mr-1 widget-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"widget-header-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"widget-header-icon--img {{ iconClass }}\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n <span class=\"widget-header-title text-truncate\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </div>\n <div class=\"widget-header-btns-container\" *ngIf=\"hasConfig || canCollapse\">\n <!-- <div *ngIf=\"hasConfig\">\n <button seamIconBtn [icon]=\"configIcon\"\n class=\"widget-header-btn-config\"\n [iconType]=\"null\">\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n <button seamButton class=\"widget-header-btn-config p-0\">\n <seam-icon class=\"d-block\" [icon]=\"configIcon\" iconClass=\"text-secondary\"></seam-icon>\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n </div> -->\n\n <div *ngIf=\"canCollapse\" class=\"px-0\">\n\n <button seamButton class=\"widget-header-btn-collapse p-0 mr-1 h-100\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\">\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\">\n </seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button>\n <!-- iconType=\"borderless-styled-square\" -->\n <!-- style=\"margin-left: -10px; margin-right: -5px;\" -->\n\n <!-- <button seamIconBtn class=\"widget-header-btn-collapse\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\"\n btnTheme=\"secondary\"\n [icon]=\"collapseIcon\"\n iconType=\"borderless-styled-square\"\n size=\"xs\"\n btnSize=\"sm\"\n >\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\"\n style=\"margin-left: -10px; margin-right: -5px;\"\n iconType=\"borderless-styled-square\"></seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button> -->\n </div>\n </div>\n </div>\n <div class=\"position-relative overflow-hidden\" [style.height.px]=\"loading ? 150 : undefined\" [@collapseAnim]=\"collapseState\">\n <ng-container *ngIf=\"!collapsed\">\n <div class=\"p-2\" *ngIf=\"!loading else loadingTpl\" @keepContentAnim>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"seam-widget-footer\"></ng-content>\n <ng-template #loadingTpl>\n <div class=\"position-absolute\" @loadingAnim style=\"top:0;right:0;bottom:0;left:0\">\n <seam-loading [theme]=\"'primary'\"></seam-loading>\n </div>\n </ng-template>\n </ng-container>\n </div>\n</div>\n", styles: ["seam-widget{display:block;font-size:15px}seam-widget .seam-widget{background:#FFFFFF;box-shadow:none}seam-widget .widget-header{display:flex;flex-direction:row;border-bottom:1px solid #dee2e6;background:#F4F4F4;font-size:17px}seam-widget .widget-header .widget-header-content{flex:1 1 100%}seam-widget .widget-header .widget-header-btns-container{display:flex;flex-direction:row}seam-widget .widget-header .widget-header-btns-container>div{display:flex;flex-direction:column;justify-content:center;padding:4px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .svg-inline--fa{transform:rotate(0);transition:.3s ease-in-out transform}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse.widget-header-btn-collapse--active .svg-inline--fa{transform:rotate(90deg)}seam-widget .widget-header .widget-header-title{font-size:17px}seam-widget .widget-header-icon{display:inline-block;vertical-align:top;max-height:20px;max-width:20px;height:20px;width:20px;color:currentColor}seam-widget .widget-header-icon .widget-header-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;max-height:20px;max-width:20px;height:20px;width:20px}seam-widget .widget-header-icon .widget-header-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header-icon .widget-header-icon--img{height:100%;max-height:20px;max-width:20px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3$1.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { kind: "component", type: i5.LoadingComponent, selector: "seam-loading", inputs: ["theme"] }, { kind: "component", type: i6.ButtonComponent, selector: "button[seamButton]", inputs: ["disabled", "theme", "size", "type"], exportAs: ["seamButton"] }, { kind: "directive", type: WidgetDragHandleDirective, selector: "[seamWidgetDragHandle]", inputs: ["cdkDragHandleDisabled"] }], animations: [
1048
1157
  loadingAnimation,
1049
1158
  collapseAnimation,
1050
1159
  keepContentAnimation,
@@ -1064,14 +1173,23 @@ __decorate([
1064
1173
  __decorate([
1065
1174
  InputBoolean()
1066
1175
  ], WidgetComponent.prototype, "canCollapse", void 0);
1067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetComponent, decorators: [{
1176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetComponent, decorators: [{
1068
1177
  type: Component,
1069
- args: [{ selector: 'seam-widget', encapsulation: ViewEncapsulation.None, animations: [
1178
+ args: [{ selector: 'seam-widget', providers: [
1179
+ WidgetPreferencesService,
1180
+ ], encapsulation: ViewEncapsulation.None, animations: [
1070
1181
  loadingAnimation,
1071
1182
  collapseAnimation,
1072
1183
  keepContentAnimation,
1073
1184
  ], template: "<div class=\"seam-widget border rounded overflow-hidden\">\n <div class=\"widget-header\" seamWidgetDragHandle *ngIf=\"hasHeader\">\n <div class=\"widget-header-content p-2 text-nowrap\">\n <span class=\"mr-1 widget-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"widget-header-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"widget-header-icon--img {{ iconClass }}\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n <span class=\"widget-header-title text-truncate\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl.template\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, icon: icon, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </div>\n <div class=\"widget-header-btns-container\" *ngIf=\"hasConfig || canCollapse\">\n <!-- <div *ngIf=\"hasConfig\">\n <button seamIconBtn [icon]=\"configIcon\"\n class=\"widget-header-btn-config\"\n [iconType]=\"null\">\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n <button seamButton class=\"widget-header-btn-config p-0\">\n <seam-icon class=\"d-block\" [icon]=\"configIcon\" iconClass=\"text-secondary\"></seam-icon>\n <span class=\"sr-only\">Widget configuration menu</span>\n </button>\n </div> -->\n\n <div *ngIf=\"canCollapse\" class=\"px-0\">\n\n <button seamButton class=\"widget-header-btn-collapse p-0 mr-1 h-100\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\">\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\">\n </seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button>\n <!-- iconType=\"borderless-styled-square\" -->\n <!-- style=\"margin-left: -10px; margin-right: -5px;\" -->\n\n <!-- <button seamIconBtn class=\"widget-header-btn-collapse\" (click)=\"collapse()\" [class.widget-header-btn-collapse--active]=\"collapsed\"\n btnTheme=\"secondary\"\n [icon]=\"collapseIcon\"\n iconType=\"borderless-styled-square\"\n size=\"xs\"\n btnSize=\"sm\"\n >\n <seam-icon class=\"d-block\"\n [icon]=\"collapseIcon\"\n iconClass=\"text-secondary\"\n style=\"margin-left: -10px; margin-right: -5px;\"\n iconType=\"borderless-styled-square\"></seam-icon>\n <span class=\"sr-only\">Widget collapse</span>\n </button> -->\n </div>\n </div>\n </div>\n <div class=\"position-relative overflow-hidden\" [style.height.px]=\"loading ? 150 : undefined\" [@collapseAnim]=\"collapseState\">\n <ng-container *ngIf=\"!collapsed\">\n <div class=\"p-2\" *ngIf=\"!loading else loadingTpl\" @keepContentAnim>\n <ng-content></ng-content>\n </div>\n <ng-content select=\"seam-widget-footer\"></ng-content>\n <ng-template #loadingTpl>\n <div class=\"position-absolute\" @loadingAnim style=\"top:0;right:0;bottom:0;left:0\">\n <seam-loading [theme]=\"'primary'\"></seam-loading>\n </div>\n </ng-template>\n </ng-container>\n </div>\n</div>\n", styles: ["seam-widget{display:block;font-size:15px}seam-widget .seam-widget{background:#FFFFFF;box-shadow:none}seam-widget .widget-header{display:flex;flex-direction:row;border-bottom:1px solid #dee2e6;background:#F4F4F4;font-size:17px}seam-widget .widget-header .widget-header-content{flex:1 1 100%}seam-widget .widget-header .widget-header-btns-container{display:flex;flex-direction:row}seam-widget .widget-header .widget-header-btns-container>div{display:flex;flex-direction:column;justify-content:center;padding:4px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-config .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;height:25px;width:30px}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .seam-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse .svg-inline--fa{transform:rotate(0);transition:.3s ease-in-out transform}seam-widget .widget-header .widget-header-btns-container .widget-header-btn-collapse.widget-header-btn-collapse--active .svg-inline--fa{transform:rotate(90deg)}seam-widget .widget-header .widget-header-title{font-size:17px}seam-widget .widget-header-icon{display:inline-block;vertical-align:top;max-height:20px;max-width:20px;height:20px;width:20px;color:currentColor}seam-widget .widget-header-icon .widget-header-icon--fa{display:flex;flex-direction:row;justify-content:center;text-align:center;max-height:20px;max-width:20px;height:20px;width:20px}seam-widget .widget-header-icon .widget-header-icon--fa .svg-inline--fa{max-width:100%;height:100%;width:100%}seam-widget .widget-header-icon .widget-header-icon--img{height:100%;max-height:20px;max-width:20px}\n"] }]
1074
- }], propDecorators: { collapsed: [{
1185
+ }], ctorParameters: function () {
1186
+ return [{ type: WidgetPreferencesService }, { type: undefined, decorators: [{
1187
+ type: Optional
1188
+ }, {
1189
+ type: Inject,
1190
+ args: [THESEAM_WIDGET_DATA]
1191
+ }] }];
1192
+ }, propDecorators: { collapsed: [{
1075
1193
  type: Input
1076
1194
  }], hasHeader: [{
1077
1195
  type: Input
@@ -1097,15 +1215,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1097
1215
 
1098
1216
  class WidgetFooterComponent {
1099
1217
  }
1100
- WidgetFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1101
- WidgetFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: WidgetFooterComponent, selector: "seam-widget-footer", ngImport: i0, template: "<div class=\"widget-footer--left\">\n <ng-content select=\"seam-widget-footer-text\"></ng-content>\n</div>\n<div class=\"widget-footer--right\">\n <ng-content select=\"seam-widget-button-group\"></ng-content>\n</div>\n", styles: ["seam-widget-footer{display:flex;flex-direction:row;margin:.25rem}seam-widget-footer .widget-footer--left{flex:1 1 100%}seam-widget-footer .widget-footer--right{flex:0 0 auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetFooterComponent, decorators: [{
1218
+ WidgetFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1219
+ WidgetFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: WidgetFooterComponent, selector: "seam-widget-footer", ngImport: i0, template: "<div class=\"widget-footer--left\">\n <ng-content select=\"seam-widget-footer-text\"></ng-content>\n</div>\n<div class=\"widget-footer--right\">\n <ng-content select=\"seam-widget-button-group\"></ng-content>\n</div>\n", styles: ["seam-widget-footer{display:flex;flex-direction:row;margin:.25rem}seam-widget-footer .widget-footer--left{flex:1 1 100%}seam-widget-footer .widget-footer--right{flex:0 0 auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetFooterComponent, decorators: [{
1103
1221
  type: Component,
1104
1222
  args: [{ selector: 'seam-widget-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"widget-footer--left\">\n <ng-content select=\"seam-widget-footer-text\"></ng-content>\n</div>\n<div class=\"widget-footer--right\">\n <ng-content select=\"seam-widget-button-group\"></ng-content>\n</div>\n", styles: ["seam-widget-footer{display:flex;flex-direction:row;margin:.25rem}seam-widget-footer .widget-footer--left{flex:1 1 100%}seam-widget-footer .widget-footer--right{flex:0 0 auto}\n"] }]
1105
1223
  }] });
1106
1224
 
1107
- const THESEAM_WIDGETS = new InjectionToken('TheSeamWidgets');
1108
-
1109
1225
  /**
1110
1226
  * Registry is to provide a way to manage widgets in a way that we can load them
1111
1227
  * the same way throughout the app, whether the component itself is registered,
@@ -1143,9 +1259,9 @@ class WidgetRegistryService {
1143
1259
  }
1144
1260
  }
1145
1261
  }
1146
- WidgetRegistryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetRegistryService, deps: [{ token: THESEAM_WIDGETS }, { token: i1$3.TheSeamDynamicComponentLoader }], target: i0.ɵɵFactoryTarget.Injectable });
1147
- WidgetRegistryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetRegistryService, providedIn: 'root' });
1148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: WidgetRegistryService, decorators: [{
1262
+ WidgetRegistryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetRegistryService, deps: [{ token: THESEAM_WIDGETS }, { token: i1$4.TheSeamDynamicComponentLoader }], target: i0.ɵɵFactoryTarget.Injectable });
1263
+ WidgetRegistryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetRegistryService, providedIn: 'root' });
1264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WidgetRegistryService, decorators: [{
1149
1265
  type: Injectable,
1150
1266
  args: [{
1151
1267
  providedIn: 'root',
@@ -1154,7 +1270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1154
1270
  return [{ type: undefined, decorators: [{
1155
1271
  type: Inject,
1156
1272
  args: [THESEAM_WIDGETS]
1157
- }] }, { type: i1$3.TheSeamDynamicComponentLoader }];
1273
+ }] }, { type: i1$4.TheSeamDynamicComponentLoader }];
1158
1274
  } });
1159
1275
 
1160
1276
  const contentModules = [
@@ -1172,8 +1288,8 @@ const contentModules = [
1172
1288
  ];
1173
1289
  class TheSeamWidgetModule {
1174
1290
  }
1175
- TheSeamWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1176
- TheSeamWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetModule, declarations: [WidgetComponent,
1291
+ TheSeamWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1292
+ TheSeamWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetModule, declarations: [WidgetComponent,
1177
1293
  WidgetIconTplDirective,
1178
1294
  WidgetTitleTplDirective,
1179
1295
  WidgetDragHandleDirective,
@@ -1208,7 +1324,7 @@ TheSeamWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
1208
1324
  TheSeamWidgetTableModule,
1209
1325
  TheSeamWidgetTileListModule,
1210
1326
  TheSeamWidgetTileModule] });
1211
- TheSeamWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetModule, imports: [CommonModule,
1327
+ TheSeamWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetModule, imports: [CommonModule,
1212
1328
  FontAwesomeModule,
1213
1329
  TheSeamIconModule,
1214
1330
  TheSeamLoadingModule,
@@ -1225,7 +1341,7 @@ TheSeamWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
1225
1341
  TheSeamWidgetTableModule,
1226
1342
  TheSeamWidgetTileListModule,
1227
1343
  TheSeamWidgetTileModule] });
1228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamWidgetModule, decorators: [{
1344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamWidgetModule, decorators: [{
1229
1345
  type: NgModule,
1230
1346
  args: [{
1231
1347
  declarations: [
@@ -1260,5 +1376,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1260
1376
  * Generated bundle index. Do not edit.
1261
1377
  */
1262
1378
 
1263
- export { THESEAM_WIDGETS, THESEAM_WIDGET_ACCESSOR, TheSeamWidgetButtonGroupModule, TheSeamWidgetContentHeaderModule, TheSeamWidgetDescriptionModule, TheSeamWidgetEmptyLabelModule, TheSeamWidgetFooterLinkModule, TheSeamWidgetFooterTextModule, TheSeamWidgetHeaderBadgeModule, TheSeamWidgetListGroupModule, TheSeamWidgetModule, TheSeamWidgetTableModule, TheSeamWidgetTileListModule, TheSeamWidgetTileModule, WidgetButtonGroupComponent, WidgetComponent, WidgetContentHeaderComponent, WidgetDescriptionComponent, WidgetDragHandleDirective, WidgetEmptyLabelComponent, WidgetFooterComponent, WidgetFooterLinkComponent, WidgetFooterTextComponent, WidgetHeaderBadgeComponent, WidgetIconTplDirective, WidgetListGroupComponent, WidgetListGroupItemAnchorComponent, WidgetListGroupItemButtonComponent, WidgetListGroupItemComponent, WidgetListGroupItemIconTplDirective, WidgetRegistryService, WidgetTableComponent, WidgetTileComponent, WidgetTileFooterComponent, WidgetTileFooterItemComponent, WidgetTileGroupComponent, WidgetTileListComponent, WidgetTileSecondaryIconDirective, WidgetTitleTplDirective, extendStyles, toggleNativeDragInteractions };
1379
+ export { THESEAM_WIDGETS, THESEAM_WIDGET_ACCESSOR, THESEAM_WIDGET_DATA, TheSeamWidgetButtonGroupModule, TheSeamWidgetContentHeaderModule, TheSeamWidgetDescriptionModule, TheSeamWidgetEmptyLabelModule, TheSeamWidgetFooterLinkModule, TheSeamWidgetFooterTextModule, TheSeamWidgetHeaderBadgeModule, TheSeamWidgetListGroupModule, TheSeamWidgetModule, TheSeamWidgetTableModule, TheSeamWidgetTileListModule, TheSeamWidgetTileModule, WidgetButtonGroupComponent, WidgetComponent, WidgetContentHeaderComponent, WidgetDescriptionComponent, WidgetDragHandleDirective, WidgetEmptyLabelComponent, WidgetFooterComponent, WidgetFooterLinkComponent, WidgetFooterTextComponent, WidgetHeaderBadgeComponent, WidgetIconTplDirective, WidgetListGroupComponent, WidgetListGroupItemAnchorComponent, WidgetListGroupItemButtonComponent, WidgetListGroupItemComponent, WidgetListGroupItemIconTplDirective, WidgetRegistryService, WidgetTableComponent, WidgetTileComponent, WidgetTileFooterComponent, WidgetTileFooterItemComponent, WidgetTileGroupComponent, WidgetTileListComponent, WidgetTileSecondaryIconDirective, WidgetTitleTplDirective, extendStyles, toggleNativeDragInteractions };
1264
1380
  //# sourceMappingURL=theseam-ui-common-widget.mjs.map