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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (459) hide show
  1. package/assets/storybook-intro.gif +0 -0
  2. package/dynamic/dynamic-value-helper.service.d.ts +2 -2
  3. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  4. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  5. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  6. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  7. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  8. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  9. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  10. package/esm2020/buttons/button/button.component.mjs +9 -9
  11. package/esm2020/buttons/buttons.module.mjs +4 -4
  12. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  13. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +3 -3
  14. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  15. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  16. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  17. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  18. package/esm2020/card/card.component.mjs +3 -3
  19. package/esm2020/card/card.module.mjs +4 -4
  20. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  21. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  22. package/esm2020/confirm-dialog/confirm-click.directive.mjs +3 -3
  23. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  24. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  25. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  26. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  27. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  28. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  29. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  30. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +3 -3
  31. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +3 -3
  32. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +3 -3
  33. package/esm2020/datatable/datatable/datatable.component.mjs +3 -3
  34. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  35. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  36. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +3 -3
  37. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  38. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  39. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +3 -3
  40. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  41. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  42. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +3 -3
  43. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  44. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  45. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  46. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  47. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  48. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  49. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  50. package/esm2020/datatable/datatable.module.mjs +4 -4
  51. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  52. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  53. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  54. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  55. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  56. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  57. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  58. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  59. package/esm2020/datatable/services/datatable-preferences.service.mjs +3 -3
  60. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  61. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +3 -3
  62. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +3 -3
  63. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +3 -3
  64. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +3 -3
  65. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  66. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +3 -3
  67. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  68. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  69. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  70. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  71. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  72. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  73. package/esm2020/dynamic/dynamic-value-helper.service.mjs +8 -6
  74. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  75. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  76. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  77. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  78. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  79. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  80. package/esm2020/form-field/form-field-error.directive.mjs +3 -3
  81. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  82. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  83. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  84. package/esm2020/form-field/form-field.component.mjs +3 -3
  85. package/esm2020/form-field/form-field.module.mjs +4 -4
  86. package/esm2020/form-field/input.directive.mjs +3 -3
  87. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  88. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  89. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  90. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +3 -3
  91. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  92. package/esm2020/framework/base-layout/base-layout.component.mjs +3 -3
  93. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  94. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  95. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  96. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  97. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  98. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  99. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  100. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  101. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  102. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  103. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  104. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  105. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +3 -3
  106. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +3 -3
  107. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  108. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  109. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  110. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  111. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  112. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  113. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  114. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  115. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  116. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  117. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  118. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  119. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  120. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  121. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  122. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +5 -5
  123. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  124. package/esm2020/framework/side-nav/side-nav.component.mjs +3 -3
  125. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  126. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  127. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  128. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  129. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  130. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  131. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  132. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  133. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  134. package/esm2020/google-maps/google-maps/google-maps.component.mjs +3 -3
  135. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  136. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  137. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +3 -3
  138. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +3 -3
  139. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +3 -3
  140. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  141. package/esm2020/google-maps/google-maps.service.mjs +3 -3
  142. package/esm2020/google-maps/map-control.component.mjs +3 -3
  143. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  144. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  145. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  146. package/esm2020/icon/icon/icon.component.mjs +3 -3
  147. package/esm2020/icon/icon-btn/icon-btn.component.mjs +3 -3
  148. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  149. package/esm2020/icon/icon.module.mjs +4 -4
  150. package/esm2020/layout/layout.module.mjs +4 -4
  151. package/esm2020/layout/layout.service.mjs +3 -3
  152. package/esm2020/loading/loading/loading.component.mjs +3 -3
  153. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  154. package/esm2020/loading/loading.module.mjs +4 -4
  155. package/esm2020/menu/menu-divider.component.mjs +3 -3
  156. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  157. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +3 -3
  158. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  159. package/esm2020/menu/menu-item.component.mjs +3 -3
  160. package/esm2020/menu/menu-toggle.directive.mjs +3 -3
  161. package/esm2020/menu/menu.component.mjs +3 -3
  162. package/esm2020/menu/menu.module.mjs +4 -4
  163. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  164. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  165. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  166. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  167. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  168. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  169. package/esm2020/modal/modal/modal.component.mjs +3 -3
  170. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  171. package/esm2020/modal/modal-container/modal-container.component.mjs +3 -3
  172. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  173. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  174. package/esm2020/modal/modal.module.mjs +4 -4
  175. package/esm2020/modal/modal.service.mjs +3 -3
  176. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  177. package/esm2020/popover/popover/popover.component.mjs +3 -3
  178. package/esm2020/popover/popover.directive.mjs +3 -3
  179. package/esm2020/popover/popover.module.mjs +4 -4
  180. package/esm2020/progress/progress-circle/progress-circle.component.mjs +3 -3
  181. package/esm2020/progress/progress.module.mjs +4 -4
  182. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +3 -3
  183. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +6 -6
  184. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  185. package/esm2020/services/asset-loader.service.mjs +3 -3
  186. package/esm2020/services/font-loader.service.mjs +3 -3
  187. package/esm2020/services/router-helpers.service.mjs +3 -3
  188. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  189. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  190. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  191. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  192. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  193. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +3 -3
  194. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  195. package/esm2020/shared/directives/ng-select-extra.directive.mjs +3 -3
  196. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +3 -3
  197. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  198. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  199. package/esm2020/shared/shared.module.mjs +4 -4
  200. package/esm2020/storage/local-storage.service.mjs +3 -3
  201. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  202. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  203. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  204. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  205. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  206. package/esm2020/story-helpers/story-modal-container.component.mjs +3 -3
  207. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  208. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  209. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  210. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  211. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  212. package/esm2020/tabbed/tabbed.component.mjs +3 -3
  213. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  214. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  215. package/esm2020/table/table/table.component.mjs +4 -4
  216. package/esm2020/table/table.module.mjs +4 -4
  217. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  218. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  219. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  220. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  221. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  222. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  223. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +3 -3
  224. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  225. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +3 -3
  226. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  227. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  228. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +3 -3
  229. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  230. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  231. package/esm2020/tel-input/tel-input/tel-input.component.mjs +4 -4
  232. package/esm2020/tel-input/tel-input.directive.mjs +4 -12
  233. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  234. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +3 -3
  235. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +3 -3
  236. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +3 -3
  237. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  238. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  239. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  240. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  241. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  242. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  243. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  244. package/esm2020/toggle-edit/toggle-edit.component.mjs +3 -3
  245. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  246. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  247. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  248. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  249. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  250. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  251. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  252. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  253. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +3 -3
  254. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  255. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +3 -3
  256. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  257. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +3 -3
  258. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  259. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +3 -3
  260. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  261. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  262. package/esm2020/widget/widget/widget.component.mjs +3 -3
  263. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  264. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  265. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  266. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  267. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  268. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  269. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +3 -3
  270. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  271. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  272. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  273. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  274. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  275. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  276. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  277. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  278. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  279. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  280. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  281. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  282. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  283. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  284. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +3 -3
  285. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  286. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  287. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +6 -6
  288. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  289. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  290. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  291. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  292. package/esm2020/widget/widget-registry.service.mjs +3 -3
  293. package/esm2020/widget/widget.module.mjs +4 -4
  294. package/fesm2015/theseam-ui-common-asset-reader.mjs +10 -10
  295. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  296. package/fesm2015/theseam-ui-common-buttons.mjs +25 -25
  297. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  298. package/fesm2015/theseam-ui-common-checkbox.mjs +7 -7
  299. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +13 -13
  300. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  301. package/fesm2015/theseam-ui-common-data-filters.mjs +13 -13
  302. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +25 -25
  303. package/fesm2015/theseam-ui-common-datatable.mjs +85 -85
  304. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  305. package/fesm2015/theseam-ui-common-dynamic.mjs +25 -23
  306. package/fesm2015/theseam-ui-common-dynamic.mjs.map +1 -1
  307. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  308. package/fesm2015/theseam-ui-common-form-field-error.mjs +16 -16
  309. package/fesm2015/theseam-ui-common-form-field.mjs +22 -22
  310. package/fesm2015/theseam-ui-common-framework.mjs +134 -134
  311. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  312. package/fesm2015/theseam-ui-common-google-maps.mjs +34 -34
  313. package/fesm2015/theseam-ui-common-graphql.mjs +3 -3
  314. package/fesm2015/theseam-ui-common-icon.mjs +13 -13
  315. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  316. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  317. package/fesm2015/theseam-ui-common-menu.mjs +25 -25
  318. package/fesm2015/theseam-ui-common-modal.mjs +43 -43
  319. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  320. package/fesm2015/theseam-ui-common-progress.mjs +7 -7
  321. package/fesm2015/theseam-ui-common-scrollbar.mjs +11 -11
  322. package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
  323. package/fesm2015/theseam-ui-common-services.mjs +9 -9
  324. package/fesm2015/theseam-ui-common-shared.mjs +37 -37
  325. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  326. package/fesm2015/theseam-ui-common-story-helpers.mjs +23 -23
  327. package/fesm2015/theseam-ui-common-tabbed.mjs +22 -22
  328. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  329. package/fesm2015/theseam-ui-common-table-cell-types.mjs +31 -31
  330. package/fesm2015/theseam-ui-common-table.mjs +7 -7
  331. package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
  332. package/fesm2015/theseam-ui-common-tel-input.mjs +15 -23
  333. package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
  334. package/fesm2015/theseam-ui-common-tiled-select.mjs +22 -22
  335. package/fesm2015/theseam-ui-common-toggle-edit.mjs +16 -16
  336. package/fesm2015/theseam-ui-common-toggle-group.mjs +10 -10
  337. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  338. package/fesm2015/theseam-ui-common-viewers.mjs +20 -20
  339. package/fesm2015/theseam-ui-common-widget.mjs +132 -132
  340. package/fesm2020/theseam-ui-common-asset-reader.mjs +10 -10
  341. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  342. package/fesm2020/theseam-ui-common-buttons.mjs +25 -25
  343. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  344. package/fesm2020/theseam-ui-common-checkbox.mjs +7 -7
  345. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +13 -13
  346. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  347. package/fesm2020/theseam-ui-common-data-filters.mjs +13 -13
  348. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +25 -25
  349. package/fesm2020/theseam-ui-common-datatable.mjs +85 -85
  350. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  351. package/fesm2020/theseam-ui-common-dynamic.mjs +25 -23
  352. package/fesm2020/theseam-ui-common-dynamic.mjs.map +1 -1
  353. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  354. package/fesm2020/theseam-ui-common-form-field-error.mjs +16 -16
  355. package/fesm2020/theseam-ui-common-form-field.mjs +22 -22
  356. package/fesm2020/theseam-ui-common-framework.mjs +134 -134
  357. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  358. package/fesm2020/theseam-ui-common-google-maps.mjs +34 -34
  359. package/fesm2020/theseam-ui-common-graphql.mjs +3 -3
  360. package/fesm2020/theseam-ui-common-icon.mjs +13 -13
  361. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  362. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  363. package/fesm2020/theseam-ui-common-menu.mjs +25 -25
  364. package/fesm2020/theseam-ui-common-modal.mjs +43 -43
  365. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  366. package/fesm2020/theseam-ui-common-progress.mjs +7 -7
  367. package/fesm2020/theseam-ui-common-scrollbar.mjs +11 -11
  368. package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
  369. package/fesm2020/theseam-ui-common-services.mjs +9 -9
  370. package/fesm2020/theseam-ui-common-shared.mjs +37 -37
  371. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  372. package/fesm2020/theseam-ui-common-story-helpers.mjs +23 -23
  373. package/fesm2020/theseam-ui-common-tabbed.mjs +22 -22
  374. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  375. package/fesm2020/theseam-ui-common-table-cell-types.mjs +31 -31
  376. package/fesm2020/theseam-ui-common-table.mjs +7 -7
  377. package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
  378. package/fesm2020/theseam-ui-common-tel-input.mjs +15 -23
  379. package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
  380. package/fesm2020/theseam-ui-common-tiled-select.mjs +22 -22
  381. package/fesm2020/theseam-ui-common-toggle-edit.mjs +16 -16
  382. package/fesm2020/theseam-ui-common-toggle-group.mjs +10 -10
  383. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  384. package/fesm2020/theseam-ui-common-viewers.mjs +20 -20
  385. package/fesm2020/theseam-ui-common-widget.mjs +132 -132
  386. package/framework/base-layout/_base-layout-theme.scss +3 -0
  387. package/framework/base-layout/base-layout.component.scss +95 -0
  388. package/framework/base-layout/styles/_utilities.scss +3 -0
  389. package/framework/base-layout/styles/_variables.scss +23 -0
  390. package/framework/dashboard/_dashboard-theme.scss +3 -0
  391. package/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.scss +0 -0
  392. package/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.scss +0 -0
  393. package/framework/dashboard/dashboard-widgets/dashboard-widgets.component.scss +48 -0
  394. package/framework/dashboard/dashboard.component.scss +0 -0
  395. package/framework/dashboard/styles/_utilities.scss +3 -0
  396. package/framework/dashboard/styles/_variables.scss +2 -0
  397. package/framework/side-nav/_side-nav-theme.scss +5 -0
  398. package/framework/side-nav/side-nav-item/side-nav-item.component.scss +185 -0
  399. package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.scss +32 -0
  400. package/framework/side-nav/side-nav.component.scss +47 -0
  401. package/framework/side-nav/styles/_themes/light/_variables.scss +29 -0
  402. package/framework/side-nav/styles/_themes/primary/_variables.scss +31 -0
  403. package/framework/side-nav/styles/_utilities.scss +3 -0
  404. package/framework/side-nav/styles/_variables.scss +2 -0
  405. package/framework/top-bar/_top-bar-theme.scss +5 -0
  406. package/framework/top-bar/styles/_utilities.scss +3 -0
  407. package/framework/top-bar/styles/_variables.scss +18 -0
  408. package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.scss +15 -0
  409. package/framework/top-bar/top-bar-title/top-bar-title.component.scss +6 -0
  410. package/framework/top-bar/top-bar.component.scss +39 -0
  411. package/package.json +1 -1
  412. package/progress/progress-circle/_progress-circle-theme.scss +3 -0
  413. package/progress/progress-circle/progress-circle.component.scss +105 -0
  414. package/progress/progress-circle/styles/_utilities.scss +3 -0
  415. package/progress/progress-circle/styles/_variables.scss +8 -0
  416. package/styles/_storybook-fixes.scss +7 -0
  417. package/styles/_variables.scss +0 -0
  418. package/styles/bootstrap/_bootstrap.scss +45 -0
  419. package/styles/bootstrap/_bs-styles.scss +105 -0
  420. package/styles/bootstrap/_bs-utilities.scss +5 -0
  421. package/styles/bootstrap/_bs-variables.scss +141 -0
  422. package/styles/common/_forms.scss +15 -0
  423. package/styles/common/_global.scss +9 -0
  424. package/styles/common/_hacks.scss +14 -0
  425. package/styles/common/_table.scss +119 -0
  426. package/styles/common/_text.scss +1 -0
  427. package/styles/theme.scss +19 -0
  428. package/styles/utilities.scss +14 -0
  429. package/styles/vendor/_vendor.scss +3 -0
  430. package/styles/vendor/ng-select/_ng-select-bs4.scss +445 -0
  431. package/styles/vendor/ngx-datatable/_ngx-datatable.scss +501 -0
  432. package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +174 -0
  433. package/styles/vendor/ngx-datatable/_themes/dark/_variables.scss +166 -0
  434. package/styles/vendor/ngx-datatable/_themes/material/_variables.scss +165 -0
  435. package/styles/vendor/ngx-datatable/_variables.scss +3 -0
  436. package/styles/vendor/quill/_quill.scss +26 -0
  437. package/table/table/table.component.d.ts +1 -1
  438. package/tel-input/README.md +27 -0
  439. package/tel-input/tel-input.directive.d.ts +1 -6
  440. package/widget/_widget-theme.scss +15 -0
  441. package/widget/styles/_utilities.scss +3 -0
  442. package/widget/styles/_variables.scss +30 -0
  443. package/widget/widget/widget.component.scss +109 -0
  444. package/widget/widget-content-components/widget-button-group/widget-button-group.component.scss +3 -0
  445. package/widget/widget-content-components/widget-content-header/widget-content-header.component.scss +6 -0
  446. package/widget/widget-content-components/widget-description/widget-description.component.scss +0 -0
  447. package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.scss +9 -0
  448. package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.scss +8 -0
  449. package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.scss +7 -0
  450. package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.scss +5 -0
  451. package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.scss +0 -0
  452. package/widget/widget-content-components/widget-list-group/widget-list-group.component.scss +0 -0
  453. package/widget/widget-content-components/widget-table/widget-table.component.scss +0 -0
  454. package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.scss +0 -0
  455. package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.scss +5 -0
  456. package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.scss +14 -0
  457. package/widget/widget-content-components/widget-tile/widget-tile.component.scss +70 -0
  458. package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.scss +6 -0
  459. package/widget/widget-footer/widget-footer.component.scss +16 -0
@@ -16,9 +16,9 @@ export class LoadingComponent {
16
16
  }
17
17
  ngOnInit() { }
18
18
  }
19
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: LoadingComponent, selector: "seam-loading", inputs: { theme: "theme" }, ngImport: i0, template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"], dependencies: [{ kind: "component", type: i1.NgxLoadingComponent, selector: "ngx-loading", inputs: ["config", "show", "template"] }] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LoadingComponent, decorators: [{
19
+ LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: LoadingComponent, selector: "seam-loading", inputs: { theme: "theme" }, ngImport: i0, template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"], dependencies: [{ kind: "component", type: i1.NgxLoadingComponent, selector: "ngx-loading", inputs: ["config", "show", "template"] }] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoadingComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'seam-loading', template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"] }]
24
24
  }], ctorParameters: function () { return []; }, propDecorators: { theme: [{
@@ -50,9 +50,9 @@ export class TheSeamLoadingOverlayService {
50
50
  }), finalize(() => this.disable()));
51
51
  }
52
52
  }
53
- TheSeamLoadingOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingOverlayService, deps: [{ token: i1.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
54
- TheSeamLoadingOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingOverlayService });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingOverlayService, decorators: [{
53
+ TheSeamLoadingOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingOverlayService, deps: [{ token: i1.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
54
+ TheSeamLoadingOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingOverlayService });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingOverlayService, decorators: [{
56
56
  type: Injectable
57
57
  }], ctorParameters: function () { return [{ type: i1.Overlay }]; } });
58
58
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1vdmVybGF5LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vbG9hZGluZy9sb2FkaW5nLW92ZXJsYXkuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDckQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUMxQyxPQUFPLEVBQWMsVUFBVSxFQUFFLE1BQU0sTUFBTSxDQUFBO0FBQzdDLE9BQU8sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBRTFELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDZCQUE2QixDQUFBOzs7QUFHOUQsTUFBTSxPQUFPLDRCQUE0QjtJQU12QyxZQUNVLFFBQWlCO1FBQWpCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFMbkIsYUFBUSxHQUFHLEtBQUssQ0FBQTtJQU1wQixDQUFDO0lBRUwsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFBO0lBQ3RCLENBQUM7SUFFTSxNQUFNLENBQUMsT0FBaUI7UUFDN0IsTUFBTSxNQUFNLEdBQUcsT0FBTyxLQUFLLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUE7UUFDOUQsSUFBSSxNQUFNLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQzNCLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQTtTQUNkO2FBQU0sSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFO1lBQ2xDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQTtTQUNmO0lBQ0gsQ0FBQztJQUVNLE1BQU07UUFDWCxJQUFJLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFBRSxPQUFNO1NBQUU7UUFFNUIsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQztZQUN0QyxXQUFXLEVBQUUsS0FBSztZQUNsQixLQUFLLEVBQUUsTUFBTTtZQUNiLE1BQU0sRUFBRSxNQUFNO1NBQ2YsQ0FBQyxDQUFBO1FBQ0YsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsSUFBSSxlQUFlLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFBO1FBRTlELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFBO0lBQ3RCLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUU7WUFBRSxPQUFNO1NBQUU7UUFFN0IsSUFBSSxDQUFDLFdBQVcsRUFBRSxPQUFPLEVBQUUsQ0FBQTtRQUUzQixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQTtJQUN2QixDQUFDO0lBRU0sS0FBSyxDQUFVLE1BQXFCO1FBQ3pDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQTtRQUNiLE9BQU8sTUFBTTthQUNWLElBQUksQ0FDSCxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQ3pCLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNmLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQTtZQUNkLE9BQU8sVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFBO1FBQ3hCLENBQUMsQ0FBQyxFQUNGLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FDL0IsQ0FBQTtJQUNMLENBQUM7O3lIQXZEVSw0QkFBNEI7NkhBQTVCLDRCQUE0QjsyRkFBNUIsNEJBQTRCO2tCQUR4QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheSwgT3ZlcmxheVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5J1xuaW1wb3J0IHsgQ29tcG9uZW50UG9ydGFsIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BvcnRhbCdcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgdGhyb3dFcnJvciB9IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBjYXRjaEVycm9yLCBmaW5hbGl6ZSwgdGFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnXG5cbmltcG9ydCB7IExvYWRpbmdDb21wb25lbnQgfSBmcm9tICcuL2xvYWRpbmcvbG9hZGluZy5jb21wb25lbnQnXG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUaGVTZWFtTG9hZGluZ092ZXJsYXlTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9lbmFibGVkID0gZmFsc2VcblxuICBwcml2YXRlIF9vdmVybGF5UmVmPzogT3ZlcmxheVJlZlxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX292ZXJsYXk6IE92ZXJsYXlcbiAgKSB7IH1cblxuICBnZXQgZW5hYmxlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5fZW5hYmxlZFxuICB9XG5cbiAgcHVibGljIHRvZ2dsZShlbmFibGVkPzogYm9vbGVhbikge1xuICAgIGNvbnN0IGVuYWJsZSA9IGVuYWJsZWQgPT09IHVuZGVmaW5lZCA/ICF0aGlzLmVuYWJsZWQgOiBlbmFibGVkXG4gICAgaWYgKGVuYWJsZSAmJiAhdGhpcy5lbmFibGVkKSB7XG4gICAgICB0aGlzLmVuYWJsZSgpXG4gICAgfSBlbHNlIGlmICghZW5hYmxlICYmIHRoaXMuZW5hYmxlZCkge1xuICAgICAgdGhpcy5kaXNhYmxlKClcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZW5hYmxlKCkge1xuICAgIGlmICh0aGlzLmVuYWJsZWQpIHsgcmV0dXJuIH1cblxuICAgIHRoaXMuX292ZXJsYXlSZWYgPSB0aGlzLl9vdmVybGF5LmNyZWF0ZSh7XG4gICAgICBoYXNCYWNrZHJvcDogZmFsc2UsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgICAgaGVpZ2h0OiAnMTAwJSdcbiAgICB9KVxuICAgIHRoaXMuX292ZXJsYXlSZWYuYXR0YWNoKG5ldyBDb21wb25lbnRQb3J0YWwoTG9hZGluZ0NvbXBvbmVudCkpXG5cbiAgICB0aGlzLl9lbmFibGVkID0gdHJ1ZVxuICB9XG5cbiAgcHVibGljIGRpc2FibGUoKSB7XG4gICAgaWYgKCF0aGlzLmVuYWJsZWQpIHsgcmV0dXJuIH1cblxuICAgIHRoaXMuX292ZXJsYXlSZWY/LmRpc3Bvc2UoKVxuXG4gICAgdGhpcy5fZW5hYmxlZCA9IGZhbHNlXG4gIH1cblxuICBwdWJsaWMgd2hpbGU8VCA9IGFueT4oc291cmNlOiBPYnNlcnZhYmxlPFQ+KTogT2JzZXJ2YWJsZTxUPiB7XG4gICAgdGhpcy5lbmFibGUoKVxuICAgIHJldHVybiBzb3VyY2VcbiAgICAgIC5waXBlKFxuICAgICAgICB0YXAoKCkgPT4gdGhpcy5kaXNhYmxlKCkpLFxuICAgICAgICBjYXRjaEVycm9yKGVyciA9PiB7XG4gICAgICAgICAgdGhpcy5kaXNhYmxlKClcbiAgICAgICAgICByZXR1cm4gdGhyb3dFcnJvcihlcnIpXG4gICAgICAgIH0pLFxuICAgICAgICBmaW5hbGl6ZSgoKSA9PiB0aGlzLmRpc2FibGUoKSlcbiAgICAgIClcbiAgfVxuXG59XG4iXX0=
@@ -12,17 +12,17 @@ import * as i1 from "@marklb/ngx-loading";
12
12
  export const loadingForRoot = NgxLoadingModule.forRoot(defaultThemeConfig);
13
13
  export class TheSeamLoadingModule {
14
14
  }
15
- TheSeamLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- TheSeamLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingModule, declarations: [LoadingComponent], imports: [CommonModule,
15
+ TheSeamLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ TheSeamLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingModule, declarations: [LoadingComponent], imports: [CommonModule,
17
17
  OverlayModule,
18
18
  PortalModule, i1.NgxLoadingModule], exports: [LoadingComponent] });
19
- TheSeamLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingModule, providers: [
19
+ TheSeamLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingModule, providers: [
20
20
  TheSeamLoadingOverlayService
21
21
  ], imports: [CommonModule,
22
22
  OverlayModule,
23
23
  PortalModule,
24
24
  loadingForRoot] });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamLoadingModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamLoadingModule, decorators: [{
26
26
  type: NgModule,
27
27
  args: [{
28
28
  declarations: [LoadingComponent],
@@ -2,9 +2,9 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class MenuDividerComponent {
4
4
  }
5
- MenuDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- MenuDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuDividerComponent, selector: "seam-menu-divider", host: { classAttribute: "dropdown-divider d-block" }, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuDividerComponent, decorators: [{
5
+ MenuDividerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ MenuDividerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuDividerComponent, selector: "seam-menu-divider", host: { classAttribute: "dropdown-divider d-block" }, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuDividerComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ selector: 'seam-menu-divider', template: ``, host: {
10
10
  'class': 'dropdown-divider d-block'
@@ -16,9 +16,9 @@ export class MenuFooterComponent {
16
16
  }
17
17
  }
18
18
  }
19
- MenuFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuFooterComponent, deps: [{ token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20
- MenuFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuFooterComponent, selector: "seam-menu-footer", host: { classAttribute: "d-flex flex-column text-center bg-light border-top rounded-bottom py-2" }, ngImport: i0, template: "<ng-content select=\"a[seamMenuFooterAction],button[seamMenuFooterAction]\"></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuFooterComponent, decorators: [{
19
+ MenuFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuFooterComponent, deps: [{ token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20
+ MenuFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuFooterComponent, selector: "seam-menu-footer", host: { classAttribute: "d-flex flex-column text-center bg-light border-top rounded-bottom py-2" }, ngImport: i0, template: "<ng-content select=\"a[seamMenuFooterAction],button[seamMenuFooterAction]\"></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuFooterComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'seam-menu-footer', host: {
24
24
  'class': 'd-flex flex-column text-center bg-light border-top rounded-bottom py-2'
@@ -25,9 +25,9 @@ export class MenuFooterActionComponent {
25
25
  return this._elementRef.nativeElement.nodeName.toLowerCase() === 'a';
26
26
  }
27
27
  }
28
- MenuFooterActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuFooterActionComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
29
- MenuFooterActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuFooterActionComponent, selector: "button[seamMenuFooterAction],a[seamMenuFooterAction]", inputs: { type: "type" }, host: { properties: { "attr.type": "this._attrType", "class.btn": "this._classBtn", "class.btn-link": "this._classBtnLink", "style.padding.px": "this._stylePadding", "style.border.px": "this._styleBorder", "style.display.px": "this._styleDisplay" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuFooterActionComponent, decorators: [{
28
+ MenuFooterActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuFooterActionComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
29
+ MenuFooterActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuFooterActionComponent, selector: "button[seamMenuFooterAction],a[seamMenuFooterAction]", inputs: { type: "type" }, host: { properties: { "attr.type": "this._attrType", "class.btn": "this._classBtn", "class.btn-link": "this._classBtnLink", "style.padding.px": "this._stylePadding", "style.border.px": "this._styleBorder", "style.display.px": "this._styleDisplay" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuFooterActionComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'button[seamMenuFooterAction],a[seamMenuFooterAction]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
33
33
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _attrType: [{
@@ -16,9 +16,9 @@ export class MenuHeaderComponent {
16
16
  }
17
17
  }
18
18
  }
19
- MenuHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuHeaderComponent, deps: [{ token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20
- MenuHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuHeaderComponent, selector: "seam-menu-header", host: { classAttribute: "d-flex flex-column bg-light border-bottom rounded-top py-2 mb-2" }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuHeaderComponent, decorators: [{
19
+ MenuHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuHeaderComponent, deps: [{ token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20
+ MenuHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuHeaderComponent, selector: "seam-menu-header", host: { classAttribute: "d-flex flex-column bg-light border-bottom rounded-top py-2 mb-2" }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuHeaderComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'seam-menu-header', host: {
24
24
  'class': 'd-flex flex-column bg-light border-bottom rounded-top py-2 mb-2'
@@ -92,9 +92,9 @@ export class MenuItemComponent extends _seamMenuItemMixinBase {
92
92
  return output.trim();
93
93
  }
94
94
  }
95
- MenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuItemComponent, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.FocusMonitor }, { token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
96
- MenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuItemComponent, selector: "[seamMenuItem]", inputs: { disabled: "disabled", role: "role", icon: "icon", iconClass: "iconClass", badgeText: "badgeText", badgeTheme: "badgeTheme" }, host: { listeners: { "click": "_checkDisabled($event)", "mouseenter": "_handleMouseEnter()" }, properties: { "attr.role": "role", "attr.tabindex": "_getTabIndex()", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "dropdown-item" }, exportAs: ["seamMenuItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <seam-icon *ngIf=\"icon\"\n style=\"width: 30px; height: 20px; flex: 0 0 auto;\"\n class=\"pr-2\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"image-fill\">\n </seam-icon>\n <!-- <span class=\"text-nowrap\">\n <ng-content></ng-content>\n </span> -->\n <div class=\"text-truncate\">\n <ng-content></ng-content>\n </div>\n\n <div *ngIf=\"badgeText\">\n <span class=\"badge badge-pill{{ badgeTheme ? ' badge-' + badgeTheme : '' }} position-relative\"\n style=\"top: -8px\"\n >{{ badgeText }}</span>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuItemComponent, decorators: [{
95
+ MenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuItemComponent, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.FocusMonitor }, { token: THESEAM_MENU_PANEL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
96
+ MenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuItemComponent, selector: "[seamMenuItem]", inputs: { disabled: "disabled", role: "role", icon: "icon", iconClass: "iconClass", badgeText: "badgeText", badgeTheme: "badgeTheme" }, host: { listeners: { "click": "_checkDisabled($event)", "mouseenter": "_handleMouseEnter()" }, properties: { "attr.role": "role", "attr.tabindex": "_getTabIndex()", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "dropdown-item" }, exportAs: ["seamMenuItem"], usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex flex-row\">\n <seam-icon *ngIf=\"icon\"\n style=\"width: 30px; height: 20px; flex: 0 0 auto;\"\n class=\"pr-2\"\n [icon]=\"icon\"\n [iconClass]=\"iconClass\"\n iconType=\"image-fill\">\n </seam-icon>\n <!-- <span class=\"text-nowrap\">\n <ng-content></ng-content>\n </span> -->\n <div class=\"text-truncate\">\n <ng-content></ng-content>\n </div>\n\n <div *ngIf=\"badgeText\">\n <span class=\"badge badge-pill{{ badgeTheme ? ' badge-' + badgeTheme : '' }} position-relative\"\n style=\"top: -8px\"\n >{{ badgeText }}</span>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuItemComponent, decorators: [{
98
98
  type: Component,
99
99
  args: [{ selector: '[seamMenuItem]', exportAs: 'seamMenuItem', inputs: ['disabled'], host: {
100
100
  '[attr.role]': 'role',
@@ -218,9 +218,9 @@ export class MenuToggleDirective {
218
218
  return merge(backdrop, parentClose, hover, detachments);
219
219
  }
220
220
  }
221
- MenuToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
222
- MenuToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: MenuToggleDirective, selector: "[seamMenuToggle]", inputs: { seamMenuToggle: "seamMenuToggle", positions: "positions" }, host: { attributes: { "aria-haspopup": "true" }, listeners: { "mousedown": "_onMouseDown($event)", "keydown": "_onKeydown($event)", "click": "_onClick($event)", "document:keydown": "_onDocumentKeydown($event)" }, properties: { "attr.aria-expanded": "menuOpen() || null" } }, exportAs: ["seamMenuToggle"], ngImport: i0 });
223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuToggleDirective, decorators: [{
221
+ MenuToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
222
+ MenuToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: MenuToggleDirective, selector: "[seamMenuToggle]", inputs: { seamMenuToggle: "seamMenuToggle", positions: "positions" }, host: { attributes: { "aria-haspopup": "true" }, listeners: { "mousedown": "_onMouseDown($event)", "keydown": "_onKeydown($event)", "click": "_onClick($event)", "document:keydown": "_onDocumentKeydown($event)" }, properties: { "attr.aria-expanded": "menuOpen() || null" } }, exportAs: ["seamMenuToggle"], ngImport: i0 });
223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuToggleDirective, decorators: [{
224
224
  type: Directive,
225
225
  args: [{
226
226
  selector: '[seamMenuToggle]',
@@ -147,14 +147,14 @@ export class MenuComponent {
147
147
  this.closed.emit('click');
148
148
  }
149
149
  }
150
- MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
151
- MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: MenuComponent, selector: "seam-menu", inputs: { menuClass: "menuClass", baseWidth: "baseWidth", animationType: "animationType" }, outputs: { closed: "closed" }, providers: [LIB_MENU], viewQueries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], exportAs: ["seamMenu"], ngImport: i0, template: "<ng-template>\n <div class=\"seam-menu-container\" @slideDown\n [class.seam-menu-anim--slide]=\"animationType==='slide'\"\n [class.seam-menu-anim--fade]=\"animationType==='fade'\">\n <div class=\"dropdown-menu show position-static{{ menuClass ? ' ' + menuClass : '' }}\"\n [style.width]=\"_menuWidth$ | async\"\n [class.pt-0]=\"hasHeader$ | async\"\n [class.pb-0]=\"hasFooter$ | async\"\n (keydown)=\"_handleKeydown($event)\"\n (click)=\"_dropdownMenuClick($event)\"\n tabindex=\"-1\"\n role=\"menu\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n</ng-template>\n", styles: [".seam-menu-container.seam-menu-anim--slide{overflow:hidden}.seam-menu-container.ng-animating,.dropdown-menu.ng-animating{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [
150
+ MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
151
+ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: MenuComponent, selector: "seam-menu", inputs: { menuClass: "menuClass", baseWidth: "baseWidth", animationType: "animationType" }, outputs: { closed: "closed" }, providers: [LIB_MENU], viewQueries: [{ propertyName: "templateRef", first: true, predicate: TemplateRef, descendants: true }], exportAs: ["seamMenu"], ngImport: i0, template: "<ng-template>\n <div class=\"seam-menu-container\" @slideDown\n [class.seam-menu-anim--slide]=\"animationType==='slide'\"\n [class.seam-menu-anim--fade]=\"animationType==='fade'\">\n <div class=\"dropdown-menu show position-static{{ menuClass ? ' ' + menuClass : '' }}\"\n [style.width]=\"_menuWidth$ | async\"\n [class.pt-0]=\"hasHeader$ | async\"\n [class.pb-0]=\"hasFooter$ | async\"\n (keydown)=\"_handleKeydown($event)\"\n (click)=\"_dropdownMenuClick($event)\"\n tabindex=\"-1\"\n role=\"menu\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n</ng-template>\n", styles: [".seam-menu-container.seam-menu-anim--slide{overflow:hidden}.seam-menu-container.ng-animating,.dropdown-menu.ng-animating{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}\n"], dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [
152
152
  trigger('slideDown', [
153
153
  transition(':enter', useAnimation(menuDropdownPanelIn)),
154
154
  transition(':leave', useAnimation(menuDropdownPanelOut)),
155
155
  ])
156
156
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MenuComponent, decorators: [{
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MenuComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{ selector: 'seam-menu', providers: [LIB_MENU], animations: [
160
160
  trigger('slideDown', [
@@ -12,8 +12,8 @@ import { MenuComponent } from './menu.component';
12
12
  import * as i0 from "@angular/core";
13
13
  export class TheSeamMenuModule {
14
14
  }
15
- TheSeamMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- TheSeamMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamMenuModule, declarations: [MenuComponent,
15
+ TheSeamMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ TheSeamMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamMenuModule, declarations: [MenuComponent,
17
17
  MenuToggleDirective,
18
18
  MenuItemComponent,
19
19
  MenuDividerComponent,
@@ -30,11 +30,11 @@ TheSeamMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
30
30
  MenuFooterComponent,
31
31
  MenuFooterActionComponent,
32
32
  MenuHeaderComponent] });
33
- TheSeamMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamMenuModule, imports: [CommonModule,
33
+ TheSeamMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamMenuModule, imports: [CommonModule,
34
34
  OverlayModule,
35
35
  TheSeamIconModule, TheSeamIconModule,
36
36
  OverlayModule] });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamMenuModule, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamMenuModule, decorators: [{
38
38
  type: NgModule,
39
39
  args: [{
40
40
  declarations: [
@@ -40,9 +40,9 @@ export class ModalCloseDirective {
40
40
  }
41
41
  }
42
42
  }
43
- ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalCloseDirective, deps: [{ token: i0.ElementRef }, { token: i1.Modal }, { token: i2.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
44
- ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalCloseDirective, selector: "button[seamModalClose]", inputs: { type: "type", ariaLabel: ["aria-label", "ariaLabel"], seamModalClose: "seamModalClose", seamModalNext: "seamModalNext", seamModalNextConfig: "seamModalNextConfig" }, host: { listeners: { "click": "_onClick()" }, properties: { "attr.type": "this._attrType", "attr.aria-label": "this._attrAriaLabel" } }, exportAs: ["seamModalClose"], ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalCloseDirective, decorators: [{
43
+ ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalCloseDirective, deps: [{ token: i0.ElementRef }, { token: i1.Modal }, { token: i2.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
44
+ ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalCloseDirective, selector: "button[seamModalClose]", inputs: { type: "type", ariaLabel: ["aria-label", "ariaLabel"], seamModalClose: "seamModalClose", seamModalNext: "seamModalNext", seamModalNextConfig: "seamModalNextConfig" }, host: { listeners: { "click": "_onClick()" }, properties: { "attr.type": "this._attrType", "attr.aria-label": "this._attrAriaLabel" } }, exportAs: ["seamModalClose"], ngImport: i0 });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalCloseDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: 'button[seamModalClose]',
@@ -5,9 +5,9 @@ export class ModalFooterTplDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- ModalFooterTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalFooterTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ModalFooterTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalFooterTplDirective, selector: "[seamModalFooterTpl]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalFooterTplDirective, decorators: [{
8
+ ModalFooterTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalFooterTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ModalFooterTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalFooterTplDirective, selector: "[seamModalFooterTpl]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalFooterTplDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamModalFooterTpl]'
@@ -5,9 +5,9 @@ export class ModalHeaderIconTplDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- ModalHeaderIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ModalHeaderIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalHeaderIconTplDirective, selector: "[seamModalHeaderIconTpl]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderIconTplDirective, decorators: [{
8
+ ModalHeaderIconTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderIconTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ModalHeaderIconTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalHeaderIconTplDirective, selector: "[seamModalHeaderIconTpl]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderIconTplDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamModalHeaderIconTpl]'
@@ -5,9 +5,9 @@ export class ModalHeaderTitleTplDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- ModalHeaderTitleTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderTitleTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- ModalHeaderTitleTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalHeaderTitleTplDirective, selector: "[seamModalHeaderTitleTpl]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderTitleTplDirective, decorators: [{
8
+ ModalHeaderTitleTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderTitleTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ ModalHeaderTitleTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalHeaderTitleTplDirective, selector: "[seamModalHeaderTitleTpl]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderTitleTplDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamModalHeaderTitleTpl]'
@@ -6,9 +6,9 @@ export class ModalTitleDirective {
6
6
  this._modalTitleCss = true;
7
7
  }
8
8
  }
9
- ModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10
- ModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalTitleDirective, selector: "[seamModalTitle]", host: { properties: { "class.modal-title": "this._modalTitleCss" } }, ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalTitleDirective, decorators: [{
9
+ ModalTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalTitleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
10
+ ModalTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalTitleDirective, selector: "[seamModalTitle]", host: { properties: { "class.modal-title": "this._modalTitleCss" } }, ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalTitleDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  selector: '[seamModalTitle]'
@@ -13,9 +13,9 @@ export class ModalDirective {
13
13
  ref.backdropClick().subscribe(e => console.log('backdropClick', e));
14
14
  }
15
15
  }
16
- ModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalDirective, deps: [{ token: i0.TemplateRef }, { token: i1.Modal }], target: i0.ɵɵFactoryTarget.Directive });
17
- ModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ModalDirective, selector: "[seamModal]", exportAs: ["seamModal"], ngImport: i0 });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalDirective, decorators: [{
16
+ ModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalDirective, deps: [{ token: i0.TemplateRef }, { token: i1.Modal }], target: i0.ɵɵFactoryTarget.Directive });
17
+ ModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ModalDirective, selector: "[seamModal]", exportAs: ["seamModal"], ngImport: i0 });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[seamModal]',
@@ -117,12 +117,12 @@ export class ModalComponent {
117
117
  return this._route.outlet === 'modal';
118
118
  }
119
119
  }
120
- ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
121
- ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ModalComponent, selector: "seam-modal", inputs: { closeOnKeyPressed: "closeOnKeyPressed", showCloseBtn: "showCloseBtn", titleText: "titleText", icon: "icon", iconTpl: "iconTpl", titleTpl: "titleTpl", footerTpl: "footerTpl", form: "form" }, outputs: { modalClosed: "modalClosed", overlayDetached: "overlayDetached", formSubmit: "formSubmit" }, providers: [LIB_MODAL], queries: [{ propertyName: "_queryIconTpl", first: true, predicate: ModalHeaderIconTplDirective, descendants: true, static: true }, { propertyName: "_queryTitleTpl", first: true, predicate: ModalHeaderTitleTplDirective, descendants: true, static: true }, { propertyName: "_queryFooterTpl", first: true, predicate: ModalFooterTplDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "_modalTpl", first: true, predicate: ["modalTpl"], descendants: true, static: true }], ngImport: i0, template: "<ng-template #modalTpl>\n <form *ngIf=\"form\" [formGroup]=\"form\" (ngSubmit)=\"_onSubmit()\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </form>\n\n <div *ngIf=\"!form\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </div>\n\n <ng-template #modalContent>\n <div class=\"modal-content\">\n <div class=\"modal-header py-2\">\n <h4 class=\"modal-title\">\n <span class=\"pr-2 modal-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"modal-header-icon--fa\"\n [icon]=\"_iconObj\"\n size=\"sm\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"modal-header-icon--img\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n\n <span class=\"modal-header-title\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </h4>\n <button *ngIf=\"showCloseBtn\"\n type=\"button\"\n class=\"close\"\n (click)=\"close()\"\n aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"_queryFooterTpl\" class=\"modal-footer p-2\">\n <ng-container *ngComponentOutlet=\"$any(_queryFooterTpl.template)\"></ng-container>\n </div>\n </div>\n </ng-template>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }, { kind: "directive", type: i5.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i5.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i5.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }] });
120
+ ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
121
+ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ModalComponent, selector: "seam-modal", inputs: { closeOnKeyPressed: "closeOnKeyPressed", showCloseBtn: "showCloseBtn", titleText: "titleText", icon: "icon", iconTpl: "iconTpl", titleTpl: "titleTpl", footerTpl: "footerTpl", form: "form" }, outputs: { modalClosed: "modalClosed", overlayDetached: "overlayDetached", formSubmit: "formSubmit" }, providers: [LIB_MODAL], queries: [{ propertyName: "_queryIconTpl", first: true, predicate: ModalHeaderIconTplDirective, descendants: true, static: true }, { propertyName: "_queryTitleTpl", first: true, predicate: ModalHeaderTitleTplDirective, descendants: true, static: true }, { propertyName: "_queryFooterTpl", first: true, predicate: ModalFooterTplDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "_modalTpl", first: true, predicate: ["modalTpl"], descendants: true, static: true }], ngImport: i0, template: "<ng-template #modalTpl>\n <form *ngIf=\"form\" [formGroup]=\"form\" (ngSubmit)=\"_onSubmit()\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </form>\n\n <div *ngIf=\"!form\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </div>\n\n <ng-template #modalContent>\n <div class=\"modal-content\">\n <div class=\"modal-header py-2\">\n <h4 class=\"modal-title\">\n <span class=\"pr-2 modal-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"modal-header-icon--fa\"\n [icon]=\"_iconObj\"\n size=\"sm\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"modal-header-icon--img\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n\n <span class=\"modal-header-title\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </h4>\n <button *ngIf=\"showCloseBtn\"\n type=\"button\"\n class=\"close\"\n (click)=\"close()\"\n aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"_queryFooterTpl\" class=\"modal-footer p-2\">\n <ng-container *ngComponentOutlet=\"$any(_queryFooterTpl.template)\"></ng-container>\n </div>\n </div>\n </ng-template>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }, { kind: "directive", type: i5.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i5.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i5.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }] });
122
122
  __decorate([
123
123
  InputBoolean()
124
124
  ], ModalComponent.prototype, "showCloseBtn", void 0);
125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalComponent, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalComponent, decorators: [{
126
126
  type: Component,
127
127
  args: [{ selector: 'seam-modal', providers: [LIB_MODAL], template: "<ng-template #modalTpl>\n <form *ngIf=\"form\" [formGroup]=\"form\" (ngSubmit)=\"_onSubmit()\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </form>\n\n <div *ngIf=\"!form\" class=\"p-4\" style=\"max-width: 800px\">\n <ng-container *ngTemplateOutlet=\"modalContent\"></ng-container>\n </div>\n\n <ng-template #modalContent>\n <div class=\"modal-content\">\n <div class=\"modal-header py-2\">\n <h4 class=\"modal-title\">\n <span class=\"pr-2 modal-header-icon\">\n <ng-container *ngIf=\"iconTpl; else noIconTpl\">\n <ng-template\n [ngTemplateOutlet]=\"iconTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: icon, icon: icon }\">\n </ng-template>\n </ng-container>\n <ng-template #noIconTpl>\n <fa-icon *ngIf=\"_iconObj\"\n class=\"modal-header-icon--fa\"\n [icon]=\"_iconObj\"\n size=\"sm\"></fa-icon>\n <img *ngIf=\"_iconUrl\"\n class=\"modal-header-icon--img\"\n [src]=\"_iconUrl\" [alt]=\"titleText\">\n </ng-template>\n </span>\n\n <span class=\"modal-header-title\">\n <ng-container *ngIf=\"titleTpl; else noTitleTpl\">\n <ng-template\n [ngTemplateOutlet]=\"titleTpl\"\n [ngTemplateOutletContext]=\"{ $implicit: titleText, title: titleText }\">\n </ng-template>\n </ng-container>\n <ng-template #noTitleTpl>{{ titleText }}</ng-template>\n </span>\n </h4>\n <button *ngIf=\"showCloseBtn\"\n type=\"button\"\n class=\"close\"\n (click)=\"close()\"\n aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"_queryFooterTpl\" class=\"modal-footer p-2\">\n <ng-container *ngComponentOutlet=\"$any(_queryFooterTpl.template)\"></ng-container>\n </div>\n </div>\n </ng-template>\n</ng-template>\n" }]
128
128
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i1.Overlay }, { type: i2.ActivatedRoute }]; }, propDecorators: { closeOnKeyPressed: [{
@@ -8,9 +8,9 @@ export class ModalBodyComponent {
8
8
  ngOnInit() {
9
9
  }
10
10
  }
11
- ModalBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- ModalBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ModalBodyComponent, selector: "seam-modal-body", host: { properties: { "class.modal-body": "this._modalBodyCss", "class.p-3": "this._paddingCss" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:block}\n"] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalBodyComponent, decorators: [{
11
+ ModalBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ ModalBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ModalBodyComponent, selector: "seam-modal-body", host: { properties: { "class.modal-body": "this._modalBodyCss", "class.p-3": "this._paddingCss" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:block}\n"] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalBodyComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'seam-modal-body', template: "<ng-content></ng-content>\n", styles: [":host{display:block}\n"] }]
16
16
  }], ctorParameters: function () { return []; }, propDecorators: { _modalBodyCss: [{
@@ -171,8 +171,8 @@ export class ModalContainerComponent extends BasePortalOutlet {
171
171
  return this._elementRef.nativeElement;
172
172
  }
173
173
  }
174
- ModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalContainerComponent, deps: [{ token: i0.ElementRef }, { token: i1.ConfigurableFocusTrapFactory }, { token: i0.ChangeDetectorRef }, { token: DOCUMENT, optional: true }, { token: i2.ModalConfig }], target: i0.ɵɵFactoryTarget.Component });
175
- ModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ModalContainerComponent, selector: "seam-modal-container", host: { listeners: { "@dialog.start": "_onAnimationStart($event)", "@dialog.done": "_animationDone.next($event)", "click": "_onClick($event)" }, properties: { "@dialog": "{\n value: _state,\n params: {\n enterAnimationDuration: _config.enterAnimationDuration,\n exitAnimationDuration: _config.exitAnimationDuration\n }\n }", "attr.id": "this._idAttr", "attr.aria-label": "this._ariaLabel", "attr.aria-describedby": "this._ariaDescribedBy", "attr.role": "this._role", "class.seam-modal-container": "this._seamModalContainer", "class.modal-dialog": "this._modalDialog", "class.modal-dialog-centered": "this._modalDialogCentered", "class.modal-sm": "this._modalDialogSm", "class.modal-lg": "this._modalDialogLg", "class.modal-xl": "this._modalDialogXl" } }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet /*, { static: true }*/, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"modal-content\" [tabindex]=\"-1\">\n <ng-template cdkPortalOutlet></ng-template>\n</div>\n", styles: [":host[tabindex=\"-1\"]:focus:not(:focus-visible){outline:0!important}\n"], dependencies: [{ kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [
174
+ ModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalContainerComponent, deps: [{ token: i0.ElementRef }, { token: i1.ConfigurableFocusTrapFactory }, { token: i0.ChangeDetectorRef }, { token: DOCUMENT, optional: true }, { token: i2.ModalConfig }], target: i0.ɵɵFactoryTarget.Component });
175
+ ModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ModalContainerComponent, selector: "seam-modal-container", host: { listeners: { "@dialog.start": "_onAnimationStart($event)", "@dialog.done": "_animationDone.next($event)", "click": "_onClick($event)" }, properties: { "@dialog": "{\n value: _state,\n params: {\n enterAnimationDuration: _config.enterAnimationDuration,\n exitAnimationDuration: _config.exitAnimationDuration\n }\n }", "attr.id": "this._idAttr", "attr.aria-label": "this._ariaLabel", "attr.aria-describedby": "this._ariaDescribedBy", "attr.role": "this._role", "class.seam-modal-container": "this._seamModalContainer", "class.modal-dialog": "this._modalDialog", "class.modal-dialog-centered": "this._modalDialogCentered", "class.modal-sm": "this._modalDialogSm", "class.modal-lg": "this._modalDialogLg", "class.modal-xl": "this._modalDialogXl" } }, viewQueries: [{ propertyName: "_portalHost", first: true, predicate: CdkPortalOutlet /*, { static: true }*/, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"modal-content\" [tabindex]=\"-1\">\n <ng-template cdkPortalOutlet></ng-template>\n</div>\n", styles: [":host[tabindex=\"-1\"]:focus:not(:focus-visible){outline:0!important}\n"], dependencies: [{ kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [
176
176
  trigger('dialog', [
177
177
  state('enter', style({ opacity: 1 })),
178
178
  state('exit, void', style({ opacity: 0 })),
@@ -180,7 +180,7 @@ ModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
180
180
  transition('* => exit, * => void', animate('{{exitAnimationDuration}}')),
181
181
  ])
182
182
  ] });
183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalContainerComponent, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalContainerComponent, decorators: [{
184
184
  type: Component,
185
185
  args: [{ selector: 'seam-modal-container', animations: [
186
186
  trigger('dialog', [
@@ -7,9 +7,9 @@ export class ModalFooterComponent {
7
7
  ngOnInit() {
8
8
  }
9
9
  }
10
- ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ModalFooterComponent, selector: "seam-modal-footer", host: { properties: { "class.modal-footer": "this._modalFooterCss" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalFooterComponent, decorators: [{
10
+ ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ModalFooterComponent, selector: "seam-modal-footer", host: { properties: { "class.modal-footer": "this._modalFooterCss" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalFooterComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'seam-modal-footer', template: "<ng-content></ng-content>\n" }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { _modalFooterCss: [{
@@ -10,9 +10,9 @@ export class ModalHeaderComponent {
10
10
  ngOnInit() {
11
11
  }
12
12
  }
13
- ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ModalHeaderComponent, selector: "seam-modal-header", inputs: { hasCloseBtn: "hasCloseBtn" }, host: { properties: { "class.modal-header": "this._modalHeaderCss" } }, queries: [{ propertyName: "_titleDirective", first: true, predicate: ModalTitleDirective, descendants: true, static: true }, { propertyName: "_closeDirective", first: true, predicate: ModalCloseDirective, descendants: true, static: true }], ngImport: i0, template: "<ng-content></ng-content>\n\n<!-- <button seamModalClose>\n <span aria-hidden=\"true\">&times;</span>\n</button> -->\n\n<!-- seam-modal-header-close -->\n", styles: [""] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ModalHeaderComponent, decorators: [{
13
+ ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ModalHeaderComponent, selector: "seam-modal-header", inputs: { hasCloseBtn: "hasCloseBtn" }, host: { properties: { "class.modal-header": "this._modalHeaderCss" } }, queries: [{ propertyName: "_titleDirective", first: true, predicate: ModalTitleDirective, descendants: true, static: true }, { propertyName: "_closeDirective", first: true, predicate: ModalCloseDirective, descendants: true, static: true }], ngImport: i0, template: "<ng-content></ng-content>\n\n<!-- <button seamModalClose>\n <span aria-hidden=\"true\">&times;</span>\n</button> -->\n\n<!-- seam-modal-header-close -->\n", styles: [""] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ModalHeaderComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'seam-modal-header', template: "<ng-content></ng-content>\n\n<!-- <button seamModalClose>\n <span aria-hidden=\"true\">&times;</span>\n</button> -->\n\n<!-- seam-modal-header-close -->\n" }]
18
18
  }], ctorParameters: function () { return []; }, propDecorators: { _modalHeaderCss: [{
@@ -25,8 +25,8 @@ import { RouteModalComponent } from './route-modal/route-modal.component';
25
25
  import * as i0 from "@angular/core";
26
26
  export class TheSeamModalModule {
27
27
  }
28
- TheSeamModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
- TheSeamModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamModalModule, declarations: [ModalComponent,
28
+ TheSeamModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
+ TheSeamModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamModalModule, declarations: [ModalComponent,
30
30
  ModalFooterTplDirective,
31
31
  ModalHeaderIconTplDirective,
32
32
  ModalHeaderTitleTplDirective,
@@ -57,7 +57,7 @@ TheSeamModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
57
57
  ModalBodyComponent,
58
58
  ModalFooterComponent,
59
59
  ModalCloseDirective] });
60
- TheSeamModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamModalModule, providers: [
60
+ TheSeamModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamModalModule, providers: [
61
61
  Modal,
62
62
  THESEAM_MODAL_SCROLL_STRATEGY_PROVIDER,
63
63
  { provide: MODAL_REF, useValue: ModalRef },
@@ -73,7 +73,7 @@ TheSeamModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
73
73
  // Re-export the PortalModule so that people extending the `CdkDialogContainer`
74
74
  // don't have to remember to import it or be faced with an unhelpful error.
75
75
  PortalModule] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamModalModule, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamModalModule, decorators: [{
77
77
  type: NgModule,
78
78
  args: [{
79
79
  declarations: [
@@ -329,9 +329,9 @@ export class Modal {
329
329
  return { ...new dialogConfig(), ...config };
330
330
  }
331
331
  }
332
- Modal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: Modal, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: MODAL_REF }, { token: MODAL_SCROLL_STRATEGY }, { token: Modal, optional: true, skipSelf: true }, { token: i2.Location, optional: true }, { token: i3.OverlayScrollbarsService }, { token: i4.TheSeamDynamicComponentLoader }], target: i0.ɵɵFactoryTarget.Injectable });
333
- Modal.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: Modal });
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: Modal, decorators: [{
332
+ Modal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: Modal, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: MODAL_REF }, { token: MODAL_SCROLL_STRATEGY }, { token: Modal, optional: true, skipSelf: true }, { token: i2.Location, optional: true }, { token: i3.OverlayScrollbarsService }, { token: i4.TheSeamDynamicComponentLoader }], target: i0.ɵɵFactoryTarget.Injectable });
333
+ Modal.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: Modal });
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: Modal, decorators: [{
335
335
  type: Injectable
336
336
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }, { type: i0.Type, decorators: [{
337
337
  type: Inject,
@@ -54,9 +54,9 @@ export class RouteModalComponent {
54
54
  return this._route.outlet === 'modal';
55
55
  }
56
56
  }
57
- RouteModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RouteModalComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2.Modal }], target: i0.ɵɵFactoryTarget.Component });
58
- RouteModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: RouteModalComponent, selector: "seam-route-modal", ngImport: i0, template: "<!-- <seam-modal (overlayDetached)=\"_onDetached()\">\n <router-outlet></router-outlet>\n</seam-modal> -->\n", styles: [""] });
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RouteModalComponent, decorators: [{
57
+ RouteModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RouteModalComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2.Modal }], target: i0.ɵɵFactoryTarget.Component });
58
+ RouteModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: RouteModalComponent, selector: "seam-route-modal", ngImport: i0, template: "<!-- <seam-modal (overlayDetached)=\"_onDetached()\">\n <router-outlet></router-outlet>\n</seam-modal> -->\n", styles: [""] });
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RouteModalComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{ selector: 'seam-route-modal', template: "<!-- <seam-modal (overlayDetached)=\"_onDetached()\">\n <router-outlet></router-outlet>\n</seam-modal> -->\n" }]
62
62
  }], ctorParameters: function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.Modal }]; } });
@@ -110,14 +110,14 @@ export class PopoverComponent {
110
110
  }
111
111
  }
112
112
  }
113
- PopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PopoverComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
114
- PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: PopoverComponent, selector: "seam-popover", inputs: { template: "template", popoverClass: "popoverClass", baseWidth: "baseWidth" }, host: { listeners: { "@slideDown.start": "_onAnimationStart($event)", "@slideDown.done": "_animationDone.next($event)", "keydown": "_handleKeydown($event)" }, properties: { "@slideDown": "{\n value: _state,\n params: {\n enterAnimationDuration: enterAnimationDuration,\n exitAnimationDuration: exitAnimationDuration\n }\n }", "style.width": "_popoverWidth", "attr.role": "this._role", "attr.tabindex": "this._tabindex" }, classAttribute: "popover show m-2 position-static" }, ngImport: i0, template: "<div class=\"popover-body\">\n <ng-container *ngIf=\"template; else noTemplate\">\n <ng-template [ngTemplateOutlet]=\"template\"></ng-template>\n </ng-container>\n\n <ng-template #noTemplate>\n Example\n <!-- <ng-content></ng-content> -->\n </ng-template>\n</div>\n", styles: [":host{display:block;max-width:800px;min-width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
113
+ PopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PopoverComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
114
+ PopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: PopoverComponent, selector: "seam-popover", inputs: { template: "template", popoverClass: "popoverClass", baseWidth: "baseWidth" }, host: { listeners: { "@slideDown.start": "_onAnimationStart($event)", "@slideDown.done": "_animationDone.next($event)", "keydown": "_handleKeydown($event)" }, properties: { "@slideDown": "{\n value: _state,\n params: {\n enterAnimationDuration: enterAnimationDuration,\n exitAnimationDuration: exitAnimationDuration\n }\n }", "style.width": "_popoverWidth", "attr.role": "this._role", "attr.tabindex": "this._tabindex" }, classAttribute: "popover show m-2 position-static" }, ngImport: i0, template: "<div class=\"popover-body\">\n <ng-container *ngIf=\"template; else noTemplate\">\n <ng-template [ngTemplateOutlet]=\"template\"></ng-template>\n </ng-container>\n\n <ng-template #noTemplate>\n Example\n <!-- <ng-content></ng-content> -->\n </ng-template>\n</div>\n", styles: [":host{display:block;max-width:800px;min-width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
115
115
  trigger('slideDown', [
116
116
  transition(':enter', useAnimation(popoverExpandIn)),
117
117
  transition(':leave', useAnimation(popoverExpandOut)),
118
118
  ])
119
119
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PopoverComponent, decorators: [{
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PopoverComponent, decorators: [{
121
121
  type: Component,
122
122
  args: [{ selector: 'seam-popover', animations: [
123
123
  trigger('slideDown', [
@@ -228,9 +228,9 @@ export class TheSeamPopoverDirective {
228
228
  return merge(backdrop, hover, detachments);
229
229
  }
230
230
  }
231
- TheSeamPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
232
- TheSeamPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: TheSeamPopoverDirective, selector: "[seamPopover]", inputs: { seamPopover: "seamPopover", seamPopoverBaseWidth: "seamPopoverBaseWidth", seamPopoverDisabled: "seamPopoverDisabled" }, host: { attributes: { "aria-haspopup": "true" }, listeners: { "mousedown": "_onMouseDown($event)", "click": "_onClick($event)", "document:keydown": "_onDocumentKeydown($event)" }, properties: { "attr.aria-expanded": "popoverOpen() || null" } }, exportAs: ["seamPopover"], ngImport: i0 });
233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverDirective, decorators: [{
231
+ TheSeamPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.Overlay }, { token: i2.FocusMonitor }], target: i0.ɵɵFactoryTarget.Directive });
232
+ TheSeamPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: TheSeamPopoverDirective, selector: "[seamPopover]", inputs: { seamPopover: "seamPopover", seamPopoverBaseWidth: "seamPopoverBaseWidth", seamPopoverDisabled: "seamPopoverDisabled" }, host: { attributes: { "aria-haspopup": "true" }, listeners: { "mousedown": "_onMouseDown($event)", "click": "_onClick($event)", "document:keydown": "_onDocumentKeydown($event)" }, properties: { "attr.aria-expanded": "popoverOpen() || null" } }, exportAs: ["seamPopover"], ngImport: i0 });
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverDirective, decorators: [{
234
234
  type: Directive,
235
235
  args: [{
236
236
  selector: '[seamPopover]',
@@ -7,18 +7,18 @@ import { PopoverComponent } from './popover/popover.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class TheSeamPopoverModule {
9
9
  }
10
- TheSeamPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- TheSeamPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverModule, declarations: [PopoverComponent,
10
+ TheSeamPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ TheSeamPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverModule, declarations: [PopoverComponent,
12
12
  TheSeamPopoverDirective], imports: [CommonModule,
13
13
  OverlayModule,
14
14
  PortalModule], exports: [TheSeamPopoverDirective,
15
15
  OverlayModule,
16
16
  PortalModule] });
17
- TheSeamPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverModule, imports: [CommonModule,
17
+ TheSeamPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverModule, imports: [CommonModule,
18
18
  OverlayModule,
19
19
  PortalModule, OverlayModule,
20
20
  PortalModule] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamPopoverModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamPopoverModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  declarations: [