@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
@@ -46,11 +46,11 @@ class PasswordInputRevealComponent {
46
46
  this.passwordVisible = !this.passwordVisible;
47
47
  }
48
48
  }
49
- PasswordInputRevealComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PasswordInputRevealComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
50
- PasswordInputRevealComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: PasswordInputRevealComponent, selector: "seam-password-input-reveal", inputs: { inputRef: "inputRef", passwordVisible: "passwordVisible" }, ngImport: i0, template: `
49
+ PasswordInputRevealComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PasswordInputRevealComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
50
+ PasswordInputRevealComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: PasswordInputRevealComponent, selector: "seam-password-input-reveal", inputs: { inputRef: "inputRef", passwordVisible: "passwordVisible" }, ngImport: i0, template: `
51
51
  <fa-icon [icon]="passwordVisible ? faEyeSlash : faEye" class="password-reveal-icon" (click)="revealPassword()"></fa-icon>
52
52
  `, isInline: true, styles: [":host{display:flex;align-items:center;position:absolute;top:0;right:0;bottom:0;width:30px;transform:translateZ(0);z-index:50}:host fa-icon{opacity:1;color:#bababa;margin-top:3px;cursor:pointer}:host fa-icon ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }] });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PasswordInputRevealComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PasswordInputRevealComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'seam-password-input-reveal', template: `
56
56
  <fa-icon [icon]="passwordVisible ? faEyeSlash : faEye" class="password-reveal-icon" (click)="revealPassword()"></fa-icon>
@@ -96,9 +96,9 @@ class AutoFocusDirective {
96
96
  this._elementRef.nativeElement.focus();
97
97
  }
98
98
  }
99
- AutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1$1.Modal }, { token: i1$1.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
100
- AutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: AutoFocusDirective, selector: "[seamAutoFocus]", inputs: { seamAutoFocus: "seamAutoFocus" }, exportAs: ["seamAutoFocus"], ngImport: i0 });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AutoFocusDirective, decorators: [{
99
+ AutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1$1.Modal }, { token: i1$1.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
100
+ AutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: AutoFocusDirective, selector: "[seamAutoFocus]", inputs: { seamAutoFocus: "seamAutoFocus" }, exportAs: ["seamAutoFocus"], ngImport: i0 });
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AutoFocusDirective, decorators: [{
102
102
  type: Directive,
103
103
  args: [{
104
104
  selector: '[seamAutoFocus]',
@@ -146,9 +146,9 @@ class ClickOutsideDirective {
146
146
  }
147
147
  }
148
148
  }
149
- ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
150
- ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ClickOutsideDirective, selector: "[seamClickOutside]", inputs: { seamClickOutsideActive: "seamClickOutsideActive" }, outputs: { seamClickOutside: "seamClickOutside" }, host: { listeners: { "document:click": "onDocumentClick($event)" } }, ngImport: i0 });
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
149
+ ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
150
+ ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ClickOutsideDirective, selector: "[seamClickOutside]", inputs: { seamClickOutsideActive: "seamClickOutsideActive" }, outputs: { seamClickOutside: "seamClickOutside" }, host: { listeners: { "document:click": "onDocumentClick($event)" } }, ngImport: i0 });
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClickOutsideDirective, decorators: [{
152
152
  type: Directive,
153
153
  args: [{
154
154
  selector: '[seamClickOutside]'
@@ -175,9 +175,9 @@ class DisableControlDirective {
175
175
  }
176
176
  }
177
177
  }
178
- DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1$2.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
179
- DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: DisableControlDirective, selector: "[seamDisableControl]", inputs: { seamDisableControl: "seamDisableControl" }, ngImport: i0 });
180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DisableControlDirective, decorators: [{
178
+ DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1$2.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
179
+ DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: DisableControlDirective, selector: "[seamDisableControl]", inputs: { seamDisableControl: "seamDisableControl" }, ngImport: i0 });
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DisableControlDirective, decorators: [{
181
181
  type: Directive,
182
182
  args: [{
183
183
  selector: '[seamDisableControl]'
@@ -201,9 +201,9 @@ class ElemResizedDirective {
201
201
  (_a = this.sensor) === null || _a === void 0 ? void 0 : _a.detach();
202
202
  }
203
203
  }
204
- ElemResizedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ElemResizedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
205
- ElemResizedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ElemResizedDirective, selector: "[seamElemResized]", outputs: { seamElemResized: "seamElemResized" }, ngImport: i0 });
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ElemResizedDirective, decorators: [{
204
+ ElemResizedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ElemResizedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
205
+ ElemResizedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ElemResizedDirective, selector: "[seamElemResized]", outputs: { seamElemResized: "seamElemResized" }, ngImport: i0 });
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ElemResizedDirective, decorators: [{
207
207
  type: Directive,
208
208
  args: [{
209
209
  selector: '[seamElemResized]'
@@ -275,9 +275,9 @@ class HoverClassToggleDirective {
275
275
  this._element.nativeElement.classList.remove(c);
276
276
  }
277
277
  }
278
- HoverClassToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassToggleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
279
- HoverClassToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: HoverClassToggleDirective, selector: "[seamHoverClassToggle]", inputs: { seamHoverClassToggle: "seamHoverClassToggle" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)", "pointerover": "onPointerOver($event)", "pointerout": "onPointerOut($event)" } }, ngImport: i0 });
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassToggleDirective, decorators: [{
278
+ HoverClassToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassToggleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
279
+ HoverClassToggleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: HoverClassToggleDirective, selector: "[seamHoverClassToggle]", inputs: { seamHoverClassToggle: "seamHoverClassToggle" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)", "pointerover": "onPointerOver($event)", "pointerout": "onPointerOut($event)" } }, ngImport: i0 });
280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassToggleDirective, decorators: [{
281
281
  type: Directive,
282
282
  args: [{
283
283
  selector: '[seamHoverClassToggle]'
@@ -355,9 +355,9 @@ class HoverClassDirective {
355
355
  this._element.nativeElement.classList.remove(c);
356
356
  }
357
357
  }
358
- HoverClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
359
- HoverClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: HoverClassDirective, selector: "[seamHoverClass]", inputs: { seamHoverClass: "seamHoverClass" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)", "pointerover": "onPointerOver($event)", "pointerout": "onPointerOut($event)" } }, ngImport: i0 });
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassDirective, decorators: [{
358
+ HoverClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
359
+ HoverClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: HoverClassDirective, selector: "[seamHoverClass]", inputs: { seamHoverClass: "seamHoverClass" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)", "pointerover": "onPointerOver($event)", "pointerout": "onPointerOut($event)" } }, ngImport: i0 });
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassDirective, decorators: [{
361
361
  type: Directive,
362
362
  args: [{
363
363
  selector: '[seamHoverClass]'
@@ -530,9 +530,9 @@ class NgSelectExtraDirective {
530
530
  }
531
531
  }
532
532
  }
533
- NgSelectExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgSelectExtraDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$3.NgSelectComponent }, { token: i1$2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
534
- NgSelectExtraDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: NgSelectExtraDirective, selector: "ng-select", host: { listeners: { "focus": "onFocus($event)" }, properties: { "attr.tabIndex": "this._tabIndex", "class.is-invalid": "this._isInvalid", "class.ng-empty-string-value": "this._isEmptyStringValue" } }, ngImport: i0 });
535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgSelectExtraDirective, decorators: [{
533
+ NgSelectExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgSelectExtraDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$3.NgSelectComponent }, { token: i1$2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
534
+ NgSelectExtraDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: NgSelectExtraDirective, selector: "ng-select", host: { listeners: { "focus": "onFocus($event)" }, properties: { "attr.tabIndex": "this._tabIndex", "class.is-invalid": "this._isInvalid", "class.ng-empty-string-value": "this._isEmptyStringValue" } }, ngImport: i0 });
535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgSelectExtraDirective, decorators: [{
536
536
  type: Directive,
537
537
  args: [{
538
538
  // tslint:disable-next-line:directive-selector
@@ -598,9 +598,9 @@ class NgxQuillExtraDirective {
598
598
  return findElem(this._elementRef.nativeElement);
599
599
  }
600
600
  }
601
- NgxQuillExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgxQuillExtraDirective, deps: [{ token: i0.ElementRef }, { token: i1$4.QuillEditorComponent }], target: i0.ɵɵFactoryTarget.Directive });
602
- NgxQuillExtraDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: NgxQuillExtraDirective, selector: "quill-editor", inputs: { tabIndex: "tabIndex" }, host: { properties: { "attr.tabindex": "this._attrTabIndex" } }, ngImport: i0 });
603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgxQuillExtraDirective, decorators: [{
601
+ NgxQuillExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgxQuillExtraDirective, deps: [{ token: i0.ElementRef }, { token: i1$4.QuillEditorComponent }], target: i0.ɵɵFactoryTarget.Directive });
602
+ NgxQuillExtraDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: NgxQuillExtraDirective, selector: "quill-editor", inputs: { tabIndex: "tabIndex" }, host: { properties: { "attr.tabindex": "this._attrTabIndex" } }, ngImport: i0 });
603
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgxQuillExtraDirective, decorators: [{
604
604
  type: Directive,
605
605
  args: [{
606
606
  // tslint:disable-next-line:directive-selector
@@ -626,9 +626,9 @@ class MaskCharsPipe {
626
626
  return value;
627
627
  }
628
628
  }
629
- MaskCharsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
630
- MaskCharsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, name: "maskChars" });
631
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, decorators: [{
629
+ MaskCharsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
630
+ MaskCharsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, name: "maskChars" });
631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, decorators: [{
632
632
  type: Pipe,
633
633
  args: [{
634
634
  name: 'maskChars'
@@ -647,9 +647,9 @@ class TruncatePipe {
647
647
  return val;
648
648
  }
649
649
  }
650
- TruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
651
- TruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, name: "truncate" });
652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, decorators: [{
650
+ TruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
651
+ TruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, name: "truncate" });
652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, decorators: [{
653
653
  type: Pipe,
654
654
  args: [{
655
655
  name: 'truncate'
@@ -658,8 +658,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
658
658
 
659
659
  class TheSeamSharedModule {
660
660
  }
661
- TheSeamSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
662
- TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, declarations: [AutoFocusDirective,
661
+ TheSeamSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
662
+ TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, declarations: [AutoFocusDirective,
663
663
  ElemResizedDirective,
664
664
  PasswordInputRevealComponent,
665
665
  NgSelectExtraDirective,
@@ -685,13 +685,13 @@ TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
685
685
  NgxQuillExtraDirective,
686
686
  // Exporting scrollbars here for backwards compatibility for now.
687
687
  TheSeamScrollbarModule] });
688
- TheSeamSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, imports: [CommonModule,
688
+ TheSeamSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, imports: [CommonModule,
689
689
  FontAwesomeModule,
690
690
  TheSeamModalModule,
691
691
  TheSeamLoadingModule,
692
692
  // Exporting scrollbars here for backwards compatibility for now.
693
693
  TheSeamScrollbarModule] });
694
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, decorators: [{
694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, decorators: [{
695
695
  type: NgModule,
696
696
  args: [{
697
697
  imports: [
@@ -131,9 +131,9 @@ class LocalStorageService {
131
131
  }
132
132
  }
133
133
  }
134
- LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
135
- LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, providedIn: 'root' });
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, decorators: [{
134
+ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
135
+ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, providedIn: 'root' });
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, decorators: [{
137
137
  type: Injectable,
138
138
  args: [{
139
139
  providedIn: 'root'
@@ -123,9 +123,9 @@ function argsToTpl(args, argTypes) {
123
123
 
124
124
  class StoryEmptyComponent {
125
125
  }
126
- StoryEmptyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
127
- StoryEmptyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: StoryEmptyComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyComponent, decorators: [{
126
+ StoryEmptyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
127
+ StoryEmptyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: StoryEmptyComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{ template: `` }]
131
131
  }] });
@@ -151,9 +151,9 @@ class StoryInitialRouteService {
151
151
  }
152
152
  }
153
153
  }
154
- StoryInitialRouteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
155
- StoryInitialRouteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService, decorators: [{
154
+ StoryInitialRouteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
155
+ StoryInitialRouteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService, decorators: [{
157
157
  type: Injectable
158
158
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
159
159
 
@@ -174,10 +174,10 @@ class StoryInitialRouteModule {
174
174
  };
175
175
  }
176
176
  }
177
- StoryInitialRouteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
178
- StoryInitialRouteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule });
179
- StoryInitialRouteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule });
180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule, decorators: [{
177
+ StoryInitialRouteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
178
+ StoryInitialRouteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule });
179
+ StoryInitialRouteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule });
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule, decorators: [{
181
181
  type: NgModule
182
182
  }] });
183
183
 
@@ -214,9 +214,9 @@ function routesArgType(routes) {
214
214
 
215
215
  class StoryEmptyWithRouteComponent {
216
216
  }
217
- StoryEmptyWithRouteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyWithRouteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
218
- StoryEmptyWithRouteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: StoryEmptyWithRouteComponent, selector: "ng-component", ngImport: i0, template: `<router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] });
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyWithRouteComponent, decorators: [{
217
+ StoryEmptyWithRouteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyWithRouteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
218
+ StoryEmptyWithRouteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: StoryEmptyWithRouteComponent, selector: "ng-component", ngImport: i0, template: `<router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] });
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyWithRouteComponent, decorators: [{
220
220
  type: Component,
221
221
  args: [{ template: `<router-outlet></router-outlet>` }]
222
222
  }] });
@@ -255,8 +255,8 @@ class StoryModalContainerComponent {
255
255
  });
256
256
  }
257
257
  }
258
- StoryModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryModalContainerComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
259
- StoryModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: StoryModalContainerComponent, selector: "story-modal-container-component", inputs: { component: "component", data: "data", modalConfig: "modalConfig" }, ngImport: i0, template: `
258
+ StoryModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryModalContainerComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
259
+ StoryModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: StoryModalContainerComponent, selector: "story-modal-container-component", inputs: { component: "component", data: "data", modalConfig: "modalConfig" }, ngImport: i0, template: `
260
260
  <div class="cdk-overlay-container">
261
261
  <div class="cdk-overlay-backdrop cdk-overlay-dark-backdrop cdk-overlay-backdrop-showing"></div>
262
262
  <div class="cdk-global-overlay-wrapper"
@@ -275,7 +275,7 @@ StoryModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
275
275
  </div>
276
276
  </div>
277
277
  `, isInline: true, styles: [".seam-modal-container[tabindex=\"-1\"]:focus{outline:0!important}\n"], dependencies: [{ kind: "directive", type: i1$1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: ["seamOverlayScrollbar", "overlayScrollbarEnabled"], exportAs: ["seamOverlayScrollbar"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] });
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryModalContainerComponent, decorators: [{
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryModalContainerComponent, decorators: [{
279
279
  type: Component,
280
280
  args: [{ selector: 'story-modal-container-component', template: `
281
281
  <div class="cdk-overlay-container">
@@ -306,18 +306,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
306
306
 
307
307
  class StoryHelperComponentsModule {
308
308
  }
309
- StoryHelperComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
310
- StoryHelperComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, declarations: [StoryEmptyComponent,
309
+ StoryHelperComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
310
+ StoryHelperComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, declarations: [StoryEmptyComponent,
311
311
  StoryEmptyWithRouteComponent,
312
312
  StoryModalContainerComponent], imports: [CommonModule,
313
313
  RouterModule,
314
314
  TheSeamScrollbarModule], exports: [StoryEmptyComponent,
315
315
  StoryEmptyWithRouteComponent,
316
316
  StoryModalContainerComponent] });
317
- StoryHelperComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, imports: [CommonModule,
317
+ StoryHelperComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, imports: [CommonModule,
318
318
  RouterModule,
319
319
  TheSeamScrollbarModule] });
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, decorators: [{
321
321
  type: NgModule,
322
322
  args: [{
323
323
  declarations: [
@@ -366,9 +366,9 @@ class StoryToastrService {
366
366
  */
367
367
  findDuplicate(message, resetOnDuplicate, countDuplicates) { }
368
368
  }
369
- StoryToastrService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryToastrService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
370
- StoryToastrService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryToastrService });
371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryToastrService, decorators: [{
369
+ StoryToastrService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryToastrService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
370
+ StoryToastrService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryToastrService });
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryToastrService, decorators: [{
372
372
  type: Injectable
373
373
  }] });
374
374
 
@@ -13,9 +13,9 @@ class TabbedContentComponent {
13
13
  constructor() { }
14
14
  ngOnInit() { }
15
15
  }
16
- TabbedContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- TabbedContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TabbedContentComponent, selector: "seam-tabbed-content", inputs: { tabbedItem: "tabbedItem" }, ngImport: i0, template: "<!-- <div class=\"fade-left\" fxFlexFill> -->\n<div fxFlexFill>\n <ng-container *ngIf=\"tabbedItem\">\n <ng-template *ngIf=\"tabbedItem.tabbedContentTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedContentTpl\"></ng-template>\n <ng-container *ngIf=\"tabbedItem.contentFromRoute\"><router-outlet></router-outlet></ng-container>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i4.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedContentComponent, decorators: [{
16
+ TabbedContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ TabbedContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TabbedContentComponent, selector: "seam-tabbed-content", inputs: { tabbedItem: "tabbedItem" }, ngImport: i0, template: "<!-- <div class=\"fade-left\" fxFlexFill> -->\n<div fxFlexFill>\n <ng-container *ngIf=\"tabbedItem\">\n <ng-template *ngIf=\"tabbedItem.tabbedContentTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedContentTpl\"></ng-template>\n <ng-container *ngIf=\"tabbedItem.contentFromRoute\"><router-outlet></router-outlet></ng-container>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i4.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedContentComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ selector: 'seam-tabbed-content', template: "<!-- <div class=\"fade-left\" fxFlexFill> -->\n<div fxFlexFill>\n <ng-container *ngIf=\"tabbedItem\">\n <ng-template *ngIf=\"tabbedItem.tabbedContentTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedContentTpl\"></ng-template>\n <ng-container *ngIf=\"tabbedItem.contentFromRoute\"><router-outlet></router-outlet></ng-container>\n </ng-container>\n</div>\n" }]
21
21
  }], ctorParameters: function () { return []; }, propDecorators: { tabbedItem: [{
@@ -27,9 +27,9 @@ class TabbedTabContentDirective {
27
27
  this.isActive = false;
28
28
  }
29
29
  }
30
- TabbedTabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedTabContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
31
- TabbedTabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: TabbedTabContentDirective, selector: "[seamTabbedTabContent]", exportAs: ["seamTabbedTabContent"], ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedTabContentDirective, decorators: [{
30
+ TabbedTabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedTabContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
31
+ TabbedTabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: TabbedTabContentDirective, selector: "[seamTabbedTabContent]", exportAs: ["seamTabbedTabContent"], ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedTabContentDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '[seamTabbedTabContent]',
@@ -59,9 +59,9 @@ class TabbedService {
59
59
  }
60
60
  }
61
61
  }
62
- TabbedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
63
- TabbedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedService });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedService, decorators: [{
62
+ TabbedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
63
+ TabbedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedService });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedService, decorators: [{
65
65
  type: Injectable
66
66
  }], ctorParameters: function () { return []; } });
67
67
 
@@ -88,9 +88,9 @@ class TabbedTabDirective {
88
88
  // })
89
89
  }
90
90
  }
91
- TabbedTabDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedTabDirective, deps: [{ token: i0.ElementRef }, { token: TabbedService }], target: i0.ɵɵFactoryTarget.Directive });
92
- TabbedTabDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: TabbedTabDirective, selector: "[seamTabbedTab]", exportAs: ["seamTabbedTab"], ngImport: i0 });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedTabDirective, decorators: [{
91
+ TabbedTabDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedTabDirective, deps: [{ token: i0.ElementRef }, { token: TabbedService }], target: i0.ɵɵFactoryTarget.Directive });
92
+ TabbedTabDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: TabbedTabDirective, selector: "[seamTabbedTab]", exportAs: ["seamTabbedTab"], ngImport: i0 });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedTabDirective, decorators: [{
94
94
  type: Directive,
95
95
  args: [{
96
96
  selector: '[seamTabbedTab]',
@@ -104,12 +104,12 @@ class TabbedItemComponent {
104
104
  }
105
105
  ngOnInit() { }
106
106
  }
107
- TabbedItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
108
- TabbedItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TabbedItemComponent, selector: "seam-tabbed-item", inputs: { name: "name", label: "label", contentFromRoute: "contentFromRoute" }, queries: [{ propertyName: "tabbedTabTpl", first: true, predicate: TabbedTabDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "tabbedContentTpl", first: true, predicate: TabbedTabContentDirective, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: "<p>\n tabbed-item works!\n</p>", styles: [""] });
107
+ TabbedItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
108
+ TabbedItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TabbedItemComponent, selector: "seam-tabbed-item", inputs: { name: "name", label: "label", contentFromRoute: "contentFromRoute" }, queries: [{ propertyName: "tabbedTabTpl", first: true, predicate: TabbedTabDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "tabbedContentTpl", first: true, predicate: TabbedTabContentDirective, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: "<p>\n tabbed-item works!\n</p>", styles: [""] });
109
109
  __decorate([
110
110
  InputBoolean()
111
111
  ], TabbedItemComponent.prototype, "contentFromRoute", void 0);
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedItemComponent, decorators: [{
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedItemComponent, decorators: [{
113
113
  type: Component,
114
114
  args: [{ selector: 'seam-tabbed-item', template: "<p>\n tabbed-item works!\n</p>" }]
115
115
  }], ctorParameters: function () { return []; }, propDecorators: { tabbedTabTpl: [{
@@ -211,9 +211,9 @@ class TabbedComponent {
211
211
  }
212
212
  }
213
213
  }
214
- TabbedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedComponent, deps: [{ token: TabbedService }, { token: i2.Router }, { token: i2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
215
- TabbedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TabbedComponent, selector: "seam-tabbed", inputs: { direction: "direction", hideTabs: "hideTabs", onlyRouteContent: "onlyRouteContent", activeTabName: "activeTabName" }, outputs: { tabChanged: "tabChanged" }, providers: [TabbedService], queries: [{ propertyName: "tabbedItems", predicate: TabbedItemComponent }], ngImport: i0, template: "<div [fxLayout]=\"(direction === 'horizontal') ? 'column' : 'row'\" fxFlexFill>\n\n <!-- Tabs -->\n <div *ngIf=\"!hideTabs\"\n [fxLayout]=\"(direction === 'horizontal') ? 'row' : 'column'\"\n style=\"position: relative;\">\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <div class=\"tabbed-tab pt-2 pb-2 pl-4 pr-4 bg-light text-nowrap\"\n [class.tab-dir-horizontal]=\"direction === 'horizontal'\"\n [class.tab-dir-vertical]=\"direction === 'vertical'\"\n (click)=\"onClickTab($event, tabbedItem)\"\n [class.active]=\"tabbedItem === selectedTab\">\n <ng-template *ngIf=\"tabbedItem.tabbedTabTpl; else tabLabelTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedTabTpl\"></ng-template>\n <ng-template #tabLabelTpl>{{ tabbedItem?.label }}</ng-template>\n </div>\n </ng-container>\n <!-- <div class=\"active-indicator\"\n [class.active-indicator-horizontal]=\"direction === 'horizontal'\"\n [class.active-indicator-vertical]=\"direction === 'vertical'\">\n </div> -->\n </div>\n\n <!-- Tabs Content -->\n <div class=\"tabbed-tabs-content bg-light\">\n <ng-container *ngIf=\"onlyRouteContent; else notOnlyRouteContent\">\n <!-- <app-slide-over-router-outlet></app-slide-over-router-outlet> -->\n <router-outlet></router-outlet>\n </ng-container>\n <ng-template #notOnlyRouteContent>\n <ng-container *ngIf=\"!selectedTab; else findContentTpl\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItems?.first\"></seam-tabbed-content>\n </ng-container>\n <ng-template #findContentTpl>\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <ng-container *ngIf=\"selectedTab === tabbedItem\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItem\"></seam-tabbed-content>\n </ng-container>\n </ng-container>\n </ng-template>\n </ng-template>\n </div>\n\n</div>\n", styles: [":host{display:block}.tabbed-tab{box-sizing:border-box;font-weight:400;font-size:10pt;min-width:130px;transform:translateZ(0);overflow:hidden;border:1px solid #dee2e6}.tabbed-tab:not(.active){background-color:#fff!important}.tabbed-tab.active{font-weight:700;color:#357ebd}.tabbed-tab:hover{cursor:pointer}.tabbed-tab.tab-dir-horizontal{border-bottom:0}.tabbed-tab.tab-dir-horizontal:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-horizontal:last-child{border-top-right-radius:.25rem}.tabbed-tab.tab-dir-horizontal:not(:last-child){border-right:0}.tabbed-tab.tab-dir-horizontal.active{margin-bottom:-2px}.tabbed-tab.tab-dir-vertical{border-right:0}.tabbed-tab.tab-dir-vertical:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:last-child{border-bottom-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:not(:last-child){border-bottom:0}.tabbed-tab.tab-dir-vertical.active{margin-right:-2px}.tabbed-tabs-content{display:block;flex:1 1 auto;overflow:hidden;border:1px solid #dee2e6;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}app-slide-over-router-outlet{width:100%;height:100%;min-width:0;min-height:0}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i4.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }, { kind: "component", type: TabbedContentComponent, selector: "seam-tabbed-content", inputs: ["tabbedItem"] }] });
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TabbedComponent, decorators: [{
214
+ TabbedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedComponent, deps: [{ token: TabbedService }, { token: i2.Router }, { token: i2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
215
+ TabbedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TabbedComponent, selector: "seam-tabbed", inputs: { direction: "direction", hideTabs: "hideTabs", onlyRouteContent: "onlyRouteContent", activeTabName: "activeTabName" }, outputs: { tabChanged: "tabChanged" }, providers: [TabbedService], queries: [{ propertyName: "tabbedItems", predicate: TabbedItemComponent }], ngImport: i0, template: "<div [fxLayout]=\"(direction === 'horizontal') ? 'column' : 'row'\" fxFlexFill>\n\n <!-- Tabs -->\n <div *ngIf=\"!hideTabs\"\n [fxLayout]=\"(direction === 'horizontal') ? 'row' : 'column'\"\n style=\"position: relative;\">\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <div class=\"tabbed-tab pt-2 pb-2 pl-4 pr-4 bg-light text-nowrap\"\n [class.tab-dir-horizontal]=\"direction === 'horizontal'\"\n [class.tab-dir-vertical]=\"direction === 'vertical'\"\n (click)=\"onClickTab($event, tabbedItem)\"\n [class.active]=\"tabbedItem === selectedTab\">\n <ng-template *ngIf=\"tabbedItem.tabbedTabTpl; else tabLabelTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedTabTpl\"></ng-template>\n <ng-template #tabLabelTpl>{{ tabbedItem?.label }}</ng-template>\n </div>\n </ng-container>\n <!-- <div class=\"active-indicator\"\n [class.active-indicator-horizontal]=\"direction === 'horizontal'\"\n [class.active-indicator-vertical]=\"direction === 'vertical'\">\n </div> -->\n </div>\n\n <!-- Tabs Content -->\n <div class=\"tabbed-tabs-content bg-light\">\n <ng-container *ngIf=\"onlyRouteContent; else notOnlyRouteContent\">\n <!-- <app-slide-over-router-outlet></app-slide-over-router-outlet> -->\n <router-outlet></router-outlet>\n </ng-container>\n <ng-template #notOnlyRouteContent>\n <ng-container *ngIf=\"!selectedTab; else findContentTpl\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItems?.first\"></seam-tabbed-content>\n </ng-container>\n <ng-template #findContentTpl>\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <ng-container *ngIf=\"selectedTab === tabbedItem\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItem\"></seam-tabbed-content>\n </ng-container>\n </ng-container>\n </ng-template>\n </ng-template>\n </div>\n\n</div>\n", styles: [":host{display:block}.tabbed-tab{box-sizing:border-box;font-weight:400;font-size:10pt;min-width:130px;transform:translateZ(0);overflow:hidden;border:1px solid #dee2e6}.tabbed-tab:not(.active){background-color:#fff!important}.tabbed-tab.active{font-weight:700;color:#357ebd}.tabbed-tab:hover{cursor:pointer}.tabbed-tab.tab-dir-horizontal{border-bottom:0}.tabbed-tab.tab-dir-horizontal:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-horizontal:last-child{border-top-right-radius:.25rem}.tabbed-tab.tab-dir-horizontal:not(:last-child){border-right:0}.tabbed-tab.tab-dir-horizontal.active{margin-bottom:-2px}.tabbed-tab.tab-dir-vertical{border-right:0}.tabbed-tab.tab-dir-vertical:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:last-child{border-bottom-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:not(:last-child){border-bottom:0}.tabbed-tab.tab-dir-vertical.active{margin-right:-2px}.tabbed-tabs-content{display:block;flex:1 1 auto;overflow:hidden;border:1px solid #dee2e6;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}app-slide-over-router-outlet{width:100%;height:100%;min-width:0;min-height:0}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i4.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }, { kind: "component", type: TabbedContentComponent, selector: "seam-tabbed-content", inputs: ["tabbedItem"] }] });
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TabbedComponent, decorators: [{
217
217
  type: Component,
218
218
  args: [{ selector: 'seam-tabbed', providers: [TabbedService], template: "<div [fxLayout]=\"(direction === 'horizontal') ? 'column' : 'row'\" fxFlexFill>\n\n <!-- Tabs -->\n <div *ngIf=\"!hideTabs\"\n [fxLayout]=\"(direction === 'horizontal') ? 'row' : 'column'\"\n style=\"position: relative;\">\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <div class=\"tabbed-tab pt-2 pb-2 pl-4 pr-4 bg-light text-nowrap\"\n [class.tab-dir-horizontal]=\"direction === 'horizontal'\"\n [class.tab-dir-vertical]=\"direction === 'vertical'\"\n (click)=\"onClickTab($event, tabbedItem)\"\n [class.active]=\"tabbedItem === selectedTab\">\n <ng-template *ngIf=\"tabbedItem.tabbedTabTpl; else tabLabelTpl\" [ngTemplateOutlet]=\"tabbedItem.tabbedTabTpl\"></ng-template>\n <ng-template #tabLabelTpl>{{ tabbedItem?.label }}</ng-template>\n </div>\n </ng-container>\n <!-- <div class=\"active-indicator\"\n [class.active-indicator-horizontal]=\"direction === 'horizontal'\"\n [class.active-indicator-vertical]=\"direction === 'vertical'\">\n </div> -->\n </div>\n\n <!-- Tabs Content -->\n <div class=\"tabbed-tabs-content bg-light\">\n <ng-container *ngIf=\"onlyRouteContent; else notOnlyRouteContent\">\n <!-- <app-slide-over-router-outlet></app-slide-over-router-outlet> -->\n <router-outlet></router-outlet>\n </ng-container>\n <ng-template #notOnlyRouteContent>\n <ng-container *ngIf=\"!selectedTab; else findContentTpl\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItems?.first\"></seam-tabbed-content>\n </ng-container>\n <ng-template #findContentTpl>\n <ng-container *ngFor=\"let tabbedItem of tabbedItems\">\n <ng-container *ngIf=\"selectedTab === tabbedItem\">\n <seam-tabbed-content fxFlexFill [tabbedItem]=\"tabbedItem\"></seam-tabbed-content>\n </ng-container>\n </ng-container>\n </ng-template>\n </ng-template>\n </div>\n\n</div>\n", styles: [":host{display:block}.tabbed-tab{box-sizing:border-box;font-weight:400;font-size:10pt;min-width:130px;transform:translateZ(0);overflow:hidden;border:1px solid #dee2e6}.tabbed-tab:not(.active){background-color:#fff!important}.tabbed-tab.active{font-weight:700;color:#357ebd}.tabbed-tab:hover{cursor:pointer}.tabbed-tab.tab-dir-horizontal{border-bottom:0}.tabbed-tab.tab-dir-horizontal:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-horizontal:last-child{border-top-right-radius:.25rem}.tabbed-tab.tab-dir-horizontal:not(:last-child){border-right:0}.tabbed-tab.tab-dir-horizontal.active{margin-bottom:-2px}.tabbed-tab.tab-dir-vertical{border-right:0}.tabbed-tab.tab-dir-vertical:first-child{border-top-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:last-child{border-bottom-left-radius:.25rem}.tabbed-tab.tab-dir-vertical:not(:last-child){border-bottom:0}.tabbed-tab.tab-dir-vertical.active{margin-right:-2px}.tabbed-tabs-content{display:block;flex:1 1 auto;overflow:hidden;border:1px solid #dee2e6;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}app-slide-over-router-outlet{width:100%;height:100%;min-width:0;min-height:0}\n"] }]
219
219
  }], ctorParameters: function () { return [{ type: TabbedService }, { type: i2.Router }, { type: i2.ActivatedRoute }]; }, propDecorators: { tabbedItems: [{
@@ -233,8 +233,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
233
233
 
234
234
  class TheSeamTabbedModule {
235
235
  }
236
- TheSeamTabbedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTabbedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
237
- TheSeamTabbedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTabbedModule, declarations: [TabbedComponent,
236
+ TheSeamTabbedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTabbedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
237
+ TheSeamTabbedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTabbedModule, declarations: [TabbedComponent,
238
238
  TabbedTabContentDirective,
239
239
  TabbedTabDirective,
240
240
  TabbedItemComponent,
@@ -246,10 +246,10 @@ TheSeamTabbedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
246
246
  TabbedTabDirective,
247
247
  TabbedItemComponent,
248
248
  TabbedContentComponent] });
249
- TheSeamTabbedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTabbedModule, imports: [CommonModule,
249
+ TheSeamTabbedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTabbedModule, imports: [CommonModule,
250
250
  RouterModule,
251
251
  FlexLayoutModule] });
252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTabbedModule, decorators: [{
252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTabbedModule, decorators: [{
253
253
  type: NgModule,
254
254
  args: [{
255
255
  imports: [
@@ -78,12 +78,12 @@ class TableCellTypeSelectorComponent {
78
78
  return false;
79
79
  }
80
80
  }
81
- TableCellTypeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TableCellTypeSelectorComponent, deps: [{ token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: TABLE_CELL_TYPE_MANIFEST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
82
- TableCellTypeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: TableCellTypeSelectorComponent, selector: "seam-table-cell-type-selector", inputs: { type: "type", value: "value", rowIndex: "rowIndex", row: "row", colData: "colData" }, usesOnChanges: true, ngImport: i0, template: `
81
+ TableCellTypeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TableCellTypeSelectorComponent, deps: [{ token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: TABLE_CELL_TYPE_MANIFEST, optional: true }], target: i0.ɵɵFactoryTarget.Component });
82
+ TableCellTypeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: TableCellTypeSelectorComponent, selector: "seam-table-cell-type-selector", inputs: { type: "type", value: "value", rowIndex: "rowIndex", row: "row", colData: "colData" }, usesOnChanges: true, ngImport: i0, template: `
83
83
  <ng-template *ngIf="componentPortal; else noPortal" [cdkPortalOutlet]="componentPortal"></ng-template>
84
84
  <ng-template #noPortal>{{ value }}</ng-template>
85
85
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TableCellTypeSelectorComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TableCellTypeSelectorComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: 'seam-table-cell-type-selector', template: `
89
89
  <ng-template *ngIf="componentPortal; else noPortal" [cdkPortalOutlet]="componentPortal"></ng-template>
@@ -161,9 +161,9 @@ class TableCellTypesHelpersService {
161
161
  return from(this._dynamicActionHelper.exec(action, context));
162
162
  }
163
163
  }
164
- TableCellTypesHelpersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TableCellTypesHelpersService, deps: [{ token: i1$1.DynamicActionHelperService }, { token: i1$1.DynamicValueHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
165
- TableCellTypesHelpersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TableCellTypesHelpersService, providedIn: 'root' });
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TableCellTypesHelpersService, decorators: [{
164
+ TableCellTypesHelpersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TableCellTypesHelpersService, deps: [{ token: i1$1.DynamicActionHelperService }, { token: i1$1.DynamicValueHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
165
+ TableCellTypesHelpersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TableCellTypesHelpersService, providedIn: 'root' });
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TableCellTypesHelpersService, decorators: [{
167
167
  type: Injectable,
168
168
  args: [{
169
169
  providedIn: 'root'
@@ -172,12 +172,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
172
172
 
173
173
  class TheSeamTableCellTypeModule {
174
174
  }
175
- TheSeamTableCellTypeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTableCellTypeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
176
- TheSeamTableCellTypeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTableCellTypeModule, declarations: [TableCellTypeSelectorComponent], imports: [CommonModule,
175
+ TheSeamTableCellTypeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTableCellTypeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
176
+ TheSeamTableCellTypeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTableCellTypeModule, declarations: [TableCellTypeSelectorComponent], imports: [CommonModule,
177
177
  PortalModule], exports: [TableCellTypeSelectorComponent] });
178
- TheSeamTableCellTypeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTableCellTypeModule, imports: [CommonModule,
178
+ TheSeamTableCellTypeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTableCellTypeModule, imports: [CommonModule,
179
179
  PortalModule] });
180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamTableCellTypeModule, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamTableCellTypeModule, decorators: [{
181
181
  type: NgModule,
182
182
  args: [{
183
183
  declarations: [