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

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 (451) 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/top-bar/_top-bar-theme.scss +5 -0
  398. package/framework/top-bar/styles/_utilities.scss +3 -0
  399. package/framework/top-bar/styles/_variables.scss +18 -0
  400. package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.scss +15 -0
  401. package/framework/top-bar/top-bar-title/top-bar-title.component.scss +6 -0
  402. package/framework/top-bar/top-bar.component.scss +39 -0
  403. package/package.json +1 -1
  404. package/progress/progress-circle/_progress-circle-theme.scss +3 -0
  405. package/progress/progress-circle/progress-circle.component.scss +105 -0
  406. package/progress/progress-circle/styles/_utilities.scss +3 -0
  407. package/progress/progress-circle/styles/_variables.scss +8 -0
  408. package/styles/_storybook-fixes.scss +7 -0
  409. package/styles/_variables.scss +0 -0
  410. package/styles/bootstrap/_bootstrap.scss +45 -0
  411. package/styles/bootstrap/_bs-styles.scss +105 -0
  412. package/styles/bootstrap/_bs-utilities.scss +5 -0
  413. package/styles/bootstrap/_bs-variables.scss +141 -0
  414. package/styles/common/_forms.scss +15 -0
  415. package/styles/common/_global.scss +9 -0
  416. package/styles/common/_hacks.scss +14 -0
  417. package/styles/common/_table.scss +119 -0
  418. package/styles/common/_text.scss +1 -0
  419. package/styles/theme.scss +19 -0
  420. package/styles/utilities.scss +14 -0
  421. package/styles/vendor/_vendor.scss +3 -0
  422. package/styles/vendor/ng-select/_ng-select-bs4.scss +445 -0
  423. package/styles/vendor/ngx-datatable/_ngx-datatable.scss +501 -0
  424. package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +174 -0
  425. package/styles/vendor/ngx-datatable/_themes/dark/_variables.scss +166 -0
  426. package/styles/vendor/ngx-datatable/_themes/material/_variables.scss +165 -0
  427. package/styles/vendor/ngx-datatable/_variables.scss +3 -0
  428. package/styles/vendor/quill/_quill.scss +26 -0
  429. package/table/table/table.component.d.ts +1 -1
  430. package/tel-input/README.md +27 -0
  431. package/tel-input/tel-input.directive.d.ts +1 -6
  432. package/widget/_widget-theme.scss +15 -0
  433. package/widget/styles/_utilities.scss +3 -0
  434. package/widget/styles/_variables.scss +30 -0
  435. package/widget/widget/widget.component.scss +109 -0
  436. package/widget/widget-content-components/widget-button-group/widget-button-group.component.scss +3 -0
  437. package/widget/widget-content-components/widget-content-header/widget-content-header.component.scss +6 -0
  438. package/widget/widget-content-components/widget-description/widget-description.component.scss +0 -0
  439. package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.scss +9 -0
  440. package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.scss +8 -0
  441. package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.scss +7 -0
  442. package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.scss +5 -0
  443. package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.scss +0 -0
  444. package/widget/widget-content-components/widget-list-group/widget-list-group.component.scss +0 -0
  445. package/widget/widget-content-components/widget-table/widget-table.component.scss +0 -0
  446. package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.scss +0 -0
  447. package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.scss +5 -0
  448. package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.scss +14 -0
  449. package/widget/widget-content-components/widget-tile/widget-tile.component.scss +70 -0
  450. package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.scss +6 -0
  451. package/widget/widget-footer/widget-footer.component.scss +16 -0
@@ -31,8 +31,8 @@ export class ProgressCircleComponent {
31
31
  };
32
32
  }
33
33
  }
34
- ProgressCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
35
- ProgressCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ProgressCircleComponent, selector: "seam-progress-circle", inputs: { fillBackground: "fillBackground", showText: "showText", hiddenOnEmpty: "hiddenOnEmpty", pending: "pending", percentage: "percentage" }, ngImport: i0, template: "<div class=\"seam-progress-circle\" *ngIf=\"_progressInfo as p\"\n [class.seam-progress-circle--in-complete]=\"p.percent < 100\"\n [class.seam-progress-circle--fill-bg]=\"fillBackground\">\n <div class=\"seam-progress-circle-inner\">\n <ng-container *ngIf=\"p.percent > 0 || !hiddenOnEmpty\">\n <svg class=\"seam-progress-circle--icon-spinner\" viewBox=\"0 0 40 40\" [attr.data-percent]=\"p.percent\">\n <circle class=\"seam-progress-circle--icon-spinner-path seam-progress-circle--icon-spinner-path-bg\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n stroke-width=\"4\">\n </circle>\n <circle class=\"seam-progress-circle--icon-spinner-path\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n transform=\"rotate(-90, 20, 20)\"\n stroke-width=\"4\"\n stroke-miterlimit=\"10\"\n [attr.stroke-dashoffset]=\"p.dashoffset\"\n [style.stroke-dasharray]=\"p.circumference\">\n </circle>\n <!-- Checkmark -->\n <path *ngIf=\"!pending && p.percent === 100\"\n class=\"seam-progress-circle--icon-spinner-path\"\n fill=\"none\"\n stroke-width=\"4\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n d=\"M 11,22 L 18,28 L 28.5,17\">\n </path>\n <!-- Hourglass -->\n <!-- `p.percent === 101` is still here for backwards compatability, but planing to be removed. -->\n <path *ngIf=\"pending || p.percent === 101\"\n class=\"seam-progress-circle--icon-hourglass\"\n fill=\"none\"\n d=\"M27.3,25.8c-0.2-2.5-1.6-4.6-3.6-5.8c2-1.2,3.4-3.3,3.6-5.8c0.7-0.3,1.2-1,1.2-1.8c0-1.1-0.9-2-2-2h-13\n c-1.1,0-2,0.9-2,2c0,0.8,0.5,1.6,1.2,1.8c0.2,2.5,1.6,4.6,3.6,5.8c-2,1.2-3.4,3.3-3.6,5.8c-0.7,0.3-1.2,1-1.2,1.8c0,1.1,0.9,2,2,2\n h13c1.1,0,2-0.9,2-2C28.6,26.9,28,26.1,27.3,25.8z M24.3,25.7h-8.5c0.3-2.1,2.1-3.6,4.2-3.6S24,23.6,24.3,25.7z M20,18\n c-2.1,0-3.9-1.6-4.2-3.6h8.5C24,16.5,22.2,18,20,18z\">\n </path>\n </svg>\n </ng-container>\n <div class=\"seam-progress-circle--icon-text\" *ngIf=\"showText && !pending && p.percent > 0 && p.percent < 100\">\n <span>{{ p.percent }}</span>\n </div>\n </div>\n</div>\n", styles: ["seam-progress-circle{display:block}seam-progress-circle .seam-progress-circle--absolute-fill,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text,seam-progress-circle .seam-progress-circle{position:absolute;inset:0}seam-progress-circle .seam-progress-circle{padding:5px}seam-progress-circle .seam-progress-circle .seam-progress-circle-inner{position:relative;height:100%;width:100%}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-check{padding-top:4px;font-size:1.3rem;line-height:1.3rem;color:#55c83c}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text{text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center;color:#55c83c;font-size:19px;font-weight:700;transform:translateZ(0)}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center{transform-origin:center center;text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner{margin:auto}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke-linecap:round;stroke:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path:not(path){stroke-dasharray:0}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-hourglass{fill:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke-linecap:round;stroke:#e0f5db}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke:#f57a15}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke:#fde9d9}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path{stroke:#6c757d}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path-bg{stroke:#d8dbdd}seam-progress-circle .seam-progress-circle--fill-bg .seam-progress-circle--icon-spinner-path-bg{fill:#fff}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
34
+ ProgressCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
35
+ ProgressCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: ProgressCircleComponent, selector: "seam-progress-circle", inputs: { fillBackground: "fillBackground", showText: "showText", hiddenOnEmpty: "hiddenOnEmpty", pending: "pending", percentage: "percentage" }, ngImport: i0, template: "<div class=\"seam-progress-circle\" *ngIf=\"_progressInfo as p\"\n [class.seam-progress-circle--in-complete]=\"p.percent < 100\"\n [class.seam-progress-circle--fill-bg]=\"fillBackground\">\n <div class=\"seam-progress-circle-inner\">\n <ng-container *ngIf=\"p.percent > 0 || !hiddenOnEmpty\">\n <svg class=\"seam-progress-circle--icon-spinner\" viewBox=\"0 0 40 40\" [attr.data-percent]=\"p.percent\">\n <circle class=\"seam-progress-circle--icon-spinner-path seam-progress-circle--icon-spinner-path-bg\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n stroke-width=\"4\">\n </circle>\n <circle class=\"seam-progress-circle--icon-spinner-path\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n transform=\"rotate(-90, 20, 20)\"\n stroke-width=\"4\"\n stroke-miterlimit=\"10\"\n [attr.stroke-dashoffset]=\"p.dashoffset\"\n [style.stroke-dasharray]=\"p.circumference\">\n </circle>\n <!-- Checkmark -->\n <path *ngIf=\"!pending && p.percent === 100\"\n class=\"seam-progress-circle--icon-spinner-path\"\n fill=\"none\"\n stroke-width=\"4\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n d=\"M 11,22 L 18,28 L 28.5,17\">\n </path>\n <!-- Hourglass -->\n <!-- `p.percent === 101` is still here for backwards compatability, but planing to be removed. -->\n <path *ngIf=\"pending || p.percent === 101\"\n class=\"seam-progress-circle--icon-hourglass\"\n fill=\"none\"\n d=\"M27.3,25.8c-0.2-2.5-1.6-4.6-3.6-5.8c2-1.2,3.4-3.3,3.6-5.8c0.7-0.3,1.2-1,1.2-1.8c0-1.1-0.9-2-2-2h-13\n c-1.1,0-2,0.9-2,2c0,0.8,0.5,1.6,1.2,1.8c0.2,2.5,1.6,4.6,3.6,5.8c-2,1.2-3.4,3.3-3.6,5.8c-0.7,0.3-1.2,1-1.2,1.8c0,1.1,0.9,2,2,2\n h13c1.1,0,2-0.9,2-2C28.6,26.9,28,26.1,27.3,25.8z M24.3,25.7h-8.5c0.3-2.1,2.1-3.6,4.2-3.6S24,23.6,24.3,25.7z M20,18\n c-2.1,0-3.9-1.6-4.2-3.6h8.5C24,16.5,22.2,18,20,18z\">\n </path>\n </svg>\n </ng-container>\n <div class=\"seam-progress-circle--icon-text\" *ngIf=\"showText && !pending && p.percent > 0 && p.percent < 100\">\n <span>{{ p.percent }}</span>\n </div>\n </div>\n</div>\n", styles: ["seam-progress-circle{display:block}seam-progress-circle .seam-progress-circle--absolute-fill,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text,seam-progress-circle .seam-progress-circle{position:absolute;inset:0}seam-progress-circle .seam-progress-circle{padding:5px}seam-progress-circle .seam-progress-circle .seam-progress-circle-inner{position:relative;height:100%;width:100%}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-check{padding-top:4px;font-size:1.3rem;line-height:1.3rem;color:#55c83c}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text{text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center;color:#55c83c;font-size:19px;font-weight:700;transform:translateZ(0)}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center{transform-origin:center center;text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner{margin:auto}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke-linecap:round;stroke:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path:not(path){stroke-dasharray:0}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-hourglass{fill:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke-linecap:round;stroke:#e0f5db}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke:#f57a15}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke:#fde9d9}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path{stroke:#6c757d}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path-bg{stroke:#d8dbdd}seam-progress-circle .seam-progress-circle--fill-bg .seam-progress-circle--icon-spinner-path-bg{fill:#fff}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
36
36
  __decorate([
37
37
  InputBoolean()
38
38
  ], ProgressCircleComponent.prototype, "fillBackground", void 0);
@@ -48,7 +48,7 @@ __decorate([
48
48
  __decorate([
49
49
  InputNumber()
50
50
  ], ProgressCircleComponent.prototype, "percentage", null);
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProgressCircleComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ProgressCircleComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{ selector: 'seam-progress-circle', encapsulation: ViewEncapsulation.None, template: "<div class=\"seam-progress-circle\" *ngIf=\"_progressInfo as p\"\n [class.seam-progress-circle--in-complete]=\"p.percent < 100\"\n [class.seam-progress-circle--fill-bg]=\"fillBackground\">\n <div class=\"seam-progress-circle-inner\">\n <ng-container *ngIf=\"p.percent > 0 || !hiddenOnEmpty\">\n <svg class=\"seam-progress-circle--icon-spinner\" viewBox=\"0 0 40 40\" [attr.data-percent]=\"p.percent\">\n <circle class=\"seam-progress-circle--icon-spinner-path seam-progress-circle--icon-spinner-path-bg\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n stroke-width=\"4\">\n </circle>\n <circle class=\"seam-progress-circle--icon-spinner-path\" cx=\"20\" cy=\"20\" r=\"15\" fill=\"none\"\n transform=\"rotate(-90, 20, 20)\"\n stroke-width=\"4\"\n stroke-miterlimit=\"10\"\n [attr.stroke-dashoffset]=\"p.dashoffset\"\n [style.stroke-dasharray]=\"p.circumference\">\n </circle>\n <!-- Checkmark -->\n <path *ngIf=\"!pending && p.percent === 100\"\n class=\"seam-progress-circle--icon-spinner-path\"\n fill=\"none\"\n stroke-width=\"4\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n d=\"M 11,22 L 18,28 L 28.5,17\">\n </path>\n <!-- Hourglass -->\n <!-- `p.percent === 101` is still here for backwards compatability, but planing to be removed. -->\n <path *ngIf=\"pending || p.percent === 101\"\n class=\"seam-progress-circle--icon-hourglass\"\n fill=\"none\"\n d=\"M27.3,25.8c-0.2-2.5-1.6-4.6-3.6-5.8c2-1.2,3.4-3.3,3.6-5.8c0.7-0.3,1.2-1,1.2-1.8c0-1.1-0.9-2-2-2h-13\n c-1.1,0-2,0.9-2,2c0,0.8,0.5,1.6,1.2,1.8c0.2,2.5,1.6,4.6,3.6,5.8c-2,1.2-3.4,3.3-3.6,5.8c-0.7,0.3-1.2,1-1.2,1.8c0,1.1,0.9,2,2,2\n h13c1.1,0,2-0.9,2-2C28.6,26.9,28,26.1,27.3,25.8z M24.3,25.7h-8.5c0.3-2.1,2.1-3.6,4.2-3.6S24,23.6,24.3,25.7z M20,18\n c-2.1,0-3.9-1.6-4.2-3.6h8.5C24,16.5,22.2,18,20,18z\">\n </path>\n </svg>\n </ng-container>\n <div class=\"seam-progress-circle--icon-text\" *ngIf=\"showText && !pending && p.percent > 0 && p.percent < 100\">\n <span>{{ p.percent }}</span>\n </div>\n </div>\n</div>\n", styles: ["seam-progress-circle{display:block}seam-progress-circle .seam-progress-circle--absolute-fill,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center,seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text,seam-progress-circle .seam-progress-circle{position:absolute;inset:0}seam-progress-circle .seam-progress-circle{padding:5px}seam-progress-circle .seam-progress-circle .seam-progress-circle-inner{position:relative;height:100%;width:100%}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-check{padding-top:4px;font-size:1.3rem;line-height:1.3rem;color:#55c83c}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-text{text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center;color:#55c83c;font-size:19px;font-weight:700;transform:translateZ(0)}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-center{transform-origin:center center;text-align:center;align-items:center;display:flex;flex-direction:row;justify-content:center}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner{margin:auto}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke-linecap:round;stroke:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path:not(path){stroke-dasharray:0}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-hourglass{fill:#55c83c;transition:.5s}seam-progress-circle .seam-progress-circle .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke-linecap:round;stroke:#e0f5db}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path{stroke:#f57a15}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner .seam-progress-circle--icon-spinner-path-bg{stroke:#fde9d9}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path{stroke:#6c757d}seam-progress-circle .seam-progress-circle--in-complete .seam-progress-circle--icon-spinner[data-percent=\"0\"] .seam-progress-circle--icon-spinner-path-bg{stroke:#d8dbdd}seam-progress-circle .seam-progress-circle--fill-bg .seam-progress-circle--icon-spinner-path-bg{fill:#fff}\n"] }]
54
54
  }], ctorParameters: function () { return []; }, propDecorators: { fillBackground: [{
@@ -4,10 +4,10 @@ import { ProgressCircleComponent } from './progress-circle/progress-circle.compo
4
4
  import * as i0 from "@angular/core";
5
5
  export class TheSeamProgressModule {
6
6
  }
7
- TheSeamProgressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TheSeamProgressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamProgressModule, declarations: [ProgressCircleComponent], imports: [CommonModule], exports: [ProgressCircleComponent] });
9
- TheSeamProgressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamProgressModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamProgressModule, decorators: [{
7
+ TheSeamProgressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ TheSeamProgressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamProgressModule, declarations: [ProgressCircleComponent], imports: [CommonModule], exports: [ProgressCircleComponent] });
9
+ TheSeamProgressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamProgressModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamProgressModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -45,9 +45,9 @@ export class OverlayScrollbarDirective {
45
45
  return this._scrollbars.getInstance(this._ref.nativeElement);
46
46
  }
47
47
  }
48
- OverlayScrollbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: OverlayScrollbarDirective, deps: [{ token: i0.ElementRef }, { token: i1.OverlayScrollbarsService }], target: i0.ɵɵFactoryTarget.Directive });
49
- OverlayScrollbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: { seamOverlayScrollbar: "seamOverlayScrollbar", overlayScrollbarEnabled: "overlayScrollbarEnabled" }, exportAs: ["seamOverlayScrollbar"], ngImport: i0 });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: OverlayScrollbarDirective, decorators: [{
48
+ OverlayScrollbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OverlayScrollbarDirective, deps: [{ token: i0.ElementRef }, { token: i1.OverlayScrollbarsService }], target: i0.ɵɵFactoryTarget.Directive });
49
+ OverlayScrollbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: { seamOverlayScrollbar: "seamOverlayScrollbar", overlayScrollbarEnabled: "overlayScrollbarEnabled" }, exportAs: ["seamOverlayScrollbar"], ngImport: i0 });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OverlayScrollbarDirective, decorators: [{
51
51
  type: Directive,
52
52
  args: [{
53
53
  selector: '[seamOverlayScrollbar]',
@@ -1,7 +1,7 @@
1
1
  import { Injectable } from '@angular/core';
2
2
  import { fromEvent, Subscription } from 'rxjs';
3
3
  import OverlayScrollbars from 'overlayscrollbars';
4
- import { LIB_OVERLAY_SCROLLBARS_CONFIG } from './overlay-scrollbars-config';
4
+ import { LIB_OVERLAY_SCROLLBARS_CONFIG, _OverlayScrollbarDefaults } from './overlay-scrollbars-config';
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "@angular/cdk/platform";
7
7
  export class OverlayScrollbarsService {
@@ -64,7 +64,7 @@ export class OverlayScrollbarsService {
64
64
  return this.getInstance(element).options();
65
65
  }
66
66
  _applyConfigDefaults(config) {
67
- const _config = this.injector.get(LIB_OVERLAY_SCROLLBARS_CONFIG);
67
+ const _config = this.injector.get(LIB_OVERLAY_SCROLLBARS_CONFIG, _OverlayScrollbarDefaults);
68
68
  return { ..._config, ...config };
69
69
  }
70
70
  /** Determines if the component host is a textarea. */
@@ -72,12 +72,12 @@ export class OverlayScrollbarsService {
72
72
  return element.nodeName.toLowerCase() === 'textarea';
73
73
  }
74
74
  }
75
- OverlayScrollbarsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: OverlayScrollbarsService, deps: [{ token: i0.NgZone }, { token: i0.Injector }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
76
- OverlayScrollbarsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: OverlayScrollbarsService, providedIn: 'root' });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: OverlayScrollbarsService, decorators: [{
75
+ OverlayScrollbarsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OverlayScrollbarsService, deps: [{ token: i0.NgZone }, { token: i0.Injector }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
76
+ OverlayScrollbarsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OverlayScrollbarsService, providedIn: 'root' });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OverlayScrollbarsService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
81
81
  }]
82
82
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Injector }, { type: i1.Platform }]; } });
83
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1zY3JvbGxiYXJzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vc2Nyb2xsYmFyL292ZXJsYXktc2Nyb2xsYmFycy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBc0IsVUFBVSxFQUE4QyxNQUFNLGVBQWUsQ0FBQTtBQUMxRyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLE1BQU0sQ0FBQTtBQUU5QyxPQUFPLGlCQUFpQixNQUFNLG1CQUFtQixDQUFBO0FBRWpELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDZCQUE2QixDQUFBOzs7QUFNM0UsTUFBTSxPQUFPLHdCQUF3QjtJQUluQyxZQUNVLE9BQWUsRUFDZixRQUFrQixFQUNsQixTQUFtQjtRQUZuQixZQUFPLEdBQVAsT0FBTyxDQUFRO1FBQ2YsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUNsQixjQUFTLEdBQVQsU0FBUyxDQUFVO1FBTHJCLDRCQUF1QixHQUFHLFlBQVksQ0FBQyxLQUFLLENBQUE7SUFNaEQsQ0FBQztJQUVFLGtCQUFrQixDQUFDLE9BQW9CLEVBQUUsT0FBa0M7UUFDaEYsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUM7WUFDbEMsd0VBQXdFO1lBQ3hFLHVFQUF1RTtZQUN2RSxjQUFjO1lBQ2QsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFDbEQ7WUFDQSxJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsRUFBRTtnQkFDbEMsaUJBQWlCLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFBO2dCQUU5RCxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLEVBQUU7b0JBQzdCLG1FQUFtRTtvQkFDbkUsb0VBQW9FO29CQUNwRSxxQ0FBcUM7b0JBQ3JDLG9FQUFvRTtvQkFDcEUsU0FBUyxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUU7d0JBQ3pDLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRTs0QkFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQ0FDZCxJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsRUFBRTtvQ0FDbkMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQTtpQ0FDbkM7NEJBQ0gsQ0FBQyxFQUFFLEdBQUcsQ0FBQyxDQUFBO3dCQUNULENBQUMsQ0FBQyxDQUFBO29CQUNKLENBQUMsQ0FBQyxDQUFBO2lCQUNIO1lBQ0gsQ0FBQyxDQUFDLENBQUE7U0FDSDtJQUNILENBQUM7SUFFTSxlQUFlLENBQUMsT0FBb0I7UUFDekMsSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDbkMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2xDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUE7Z0JBQ25DLElBQUksSUFBSSxDQUFDLHVCQUF1QixJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLE1BQU0sRUFBRTtvQkFDeEUsSUFBSSxDQUFDLHVCQUF1QixDQUFDLFdBQVcsRUFBRSxDQUFBO2lCQUMzQztZQUNILENBQUMsQ0FBQyxDQUFBO1NBQ0g7SUFDSCxDQUFDO0lBRU0sV0FBVyxDQUFDLE9BQW9CO1FBQ3JDLE9BQU8saUJBQWlCLENBQUMsT0FBTyxDQUFzQixDQUFBO0lBQ3hELENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxPQUFvQjtRQUMzQyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFBO0lBQ3BDLENBQUM7SUFFTSxVQUFVLENBQUMsT0FBb0IsRUFBRSxPQUFpQztRQUN2RSxJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQUUsT0FBTyxLQUFLLENBQUE7U0FBRTtRQUV0RCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQTtRQUVyRSxPQUFPLElBQUksQ0FBQTtJQUNiLENBQUM7SUFFTSxVQUFVLENBQUMsT0FBb0I7UUFDcEMsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFBO0lBQzVDLENBQUM7SUFFTyxvQkFBb0IsQ0FBQyxNQUFpQztRQUM1RCxNQUFNLE9BQU8sR0FBNkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsNkJBQTZCLENBQUMsQ0FBQTtRQUMxRixPQUFPLEVBQUMsR0FBRyxPQUFPLEVBQUUsR0FBRyxNQUFNLEVBQUMsQ0FBQTtJQUNoQyxDQUFDO0lBRUQsc0RBQXNEO0lBQzVDLFdBQVcsQ0FBQyxPQUFvQjtRQUN4QyxPQUFPLE9BQU8sQ0FBQyxRQUFRLENBQUMsV0FBVyxFQUFFLEtBQUssVUFBVSxDQUFBO0lBQ3RELENBQUM7O3FIQTlFVSx3QkFBd0I7eUhBQXhCLHdCQUF3QixjQUZ2QixNQUFNOzJGQUVQLHdCQUF3QjtrQkFIcEMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQbGF0Zm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wbGF0Zm9ybSdcbmltcG9ydCB7IGZvcndhcmRSZWYsIGluamVjdCwgSW5qZWN0YWJsZSwgSW5qZWN0aW9uVG9rZW4sIEluamVjdG9yLCBJTkpFQ1RPUiwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IGZyb21FdmVudCwgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcydcblxuaW1wb3J0IE92ZXJsYXlTY3JvbGxiYXJzIGZyb20gJ292ZXJsYXlzY3JvbGxiYXJzJ1xuXG5pbXBvcnQgeyBMSUJfT1ZFUkxBWV9TQ1JPTExCQVJTX0NPTkZJRyB9IGZyb20gJy4vb3ZlcmxheS1zY3JvbGxiYXJzLWNvbmZpZydcbmltcG9ydCB7IElPdmVybGF5U2Nyb2xsYmFyc0NvbmZpZyB9IGZyb20gJy4vb3ZlcmxheS1zY3JvbGxiYXJzLWNvbmZpZy1tb2RlbCdcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgT3ZlcmxheVNjcm9sbGJhcnNTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uID0gU3Vic2NyaXB0aW9uLkVNUFRZXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfbmdab25lOiBOZ1pvbmUsXG4gICAgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsXG4gICAgcHJpdmF0ZSBfcGxhdGZvcm06IFBsYXRmb3JtXG4gICkgeyB9XG5cbiAgcHVibGljIGluaXRpYWxpemVJbnN0YW5jZShlbGVtZW50OiBIVE1MRWxlbWVudCwgb3B0aW9ucz86IElPdmVybGF5U2Nyb2xsYmFyc0NvbmZpZyk6IHZvaWQge1xuICAgIGlmICghdGhpcy5pc0luc3RhbmNlRW5hYmxlZChlbGVtZW50KSAmJlxuICAgICAgLy8gVGhlICdvdmVybGF5c2Nyb2xsYmFycycgbGlicmFyeSBpcyBjYXVzaW5nIGFuIGlzc3VlIG9uIGlPUy4gU2luY2UgaU9TXG4gICAgICAvLyBhbHJlYWR5IGhhcyBuYXRpdmUgb3ZlcmxheSBzY3JvbGxiYXJzIGl0IHNob3VsZG4ndCByZWFsbHkgZWZmZWN0IHRoZVxuICAgICAgLy8gYXBwIGxheW91dC5cbiAgICAgICEodGhpcy5faXNUZXh0YXJlYShlbGVtZW50KSAmJiB0aGlzLl9wbGF0Zm9ybS5JT1MpXG4gICAgKSB7XG4gICAgICB0aGlzLl9uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICBPdmVybGF5U2Nyb2xsYmFycyhlbGVtZW50LCB0aGlzLl9hcHBseUNvbmZpZ0RlZmF1bHRzKG9wdGlvbnMpKVxuXG4gICAgICAgIGlmICh0aGlzLl9pc1RleHRhcmVhKGVsZW1lbnQpKSB7XG4gICAgICAgICAgLy8gVE9ETzogTWFrZSB0aGlzIG1vcmUgYWNjdXJhdGUuIFJpZ2h0IG5vdyB0aGlzIGlzIGp1c3QgcmVseWluZyBvblxuICAgICAgICAgIC8vIHRoZSBmYWN0IHRoYXQgdGltaW5nIG91dCBmb3IgMTAwbXMgaXMgdXN1YWxseSBlbm91Z2ggdGltZSB0byB3YWl0XG4gICAgICAgICAgLy8gZm9yIHVwZGF0ZSB0byBjb3JyZWN0bHkgY2FsY3VsYXRlLlxuICAgICAgICAgIC8vIE5PVEU6IFRoaXMgbWF5IGJlIGZpeGVkIGluIGEgbmV3ZXIgdmVyc2lvbiB0byBub3QgbmVlZCB0aGlzIGhhY2suXG4gICAgICAgICAgZnJvbUV2ZW50KGVsZW1lbnQsICdjaGFuZ2UnKS5zdWJzY3JpYmUoXyA9PiB7XG4gICAgICAgICAgICB0aGlzLl9uZ1pvbmUucnVuKCgpID0+IHtcbiAgICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHtcbiAgICAgICAgICAgICAgICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkudXBkYXRlKClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIH0sIDEwMClcbiAgICAgICAgICAgIH0pXG4gICAgICAgICAgfSlcbiAgICAgICAgfVxuICAgICAgfSlcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZGVzdHJveUluc3RhbmNlKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHtcbiAgICAgIHRoaXMuX25nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkuZGVzdHJveSgpXG4gICAgICAgIGlmICh0aGlzLl9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uICYmICF0aGlzLl9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uLmNsb3NlZCkge1xuICAgICAgICAgIHRoaXMuX2lucHV0RXZlbnRTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKVxuICAgICAgICB9XG4gICAgICB9KVxuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBnZXRJbnN0YW5jZShlbGVtZW50OiBIVE1MRWxlbWVudCk6IE92ZXJsYXlTY3JvbGxiYXJzIHtcbiAgICByZXR1cm4gT3ZlcmxheVNjcm9sbGJhcnMoZWxlbWVudCkgYXMgT3ZlcmxheVNjcm9sbGJhcnNcbiAgfVxuXG4gIHB1YmxpYyBpc0luc3RhbmNlRW5hYmxlZChlbGVtZW50OiBIVE1MRWxlbWVudCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudClcbiAgfVxuXG4gIHB1YmxpYyBzZXRPcHRpb25zKGVsZW1lbnQ6IEhUTUxFbGVtZW50LCBvcHRpb25zOiBJT3ZlcmxheVNjcm9sbGJhcnNDb25maWcpOiBib29sZWFuIHtcbiAgICBpZiAoIXRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHsgcmV0dXJuIGZhbHNlIH1cblxuICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkub3B0aW9ucyh0aGlzLl9hcHBseUNvbmZpZ0RlZmF1bHRzKG9wdGlvbnMpKVxuXG4gICAgcmV0dXJuIHRydWVcbiAgfVxuXG4gIHB1YmxpYyBnZXRPcHRpb25zKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnIHtcbiAgICByZXR1cm4gdGhpcy5nZXRJbnN0YW5jZShlbGVtZW50KS5vcHRpb25zKClcbiAgfVxuXG4gIHByaXZhdGUgX2FwcGx5Q29uZmlnRGVmYXVsdHMoY29uZmlnPzogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnKTogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnIHtcbiAgICBjb25zdCBfY29uZmlnOiBJT3ZlcmxheVNjcm9sbGJhcnNDb25maWcgPSB0aGlzLmluamVjdG9yLmdldChMSUJfT1ZFUkxBWV9TQ1JPTExCQVJTX0NPTkZJRylcbiAgICByZXR1cm4gey4uLl9jb25maWcsIC4uLmNvbmZpZ31cbiAgfVxuXG4gIC8qKiBEZXRlcm1pbmVzIGlmIHRoZSBjb21wb25lbnQgaG9zdCBpcyBhIHRleHRhcmVhLiAqL1xuICBwcm90ZWN0ZWQgX2lzVGV4dGFyZWEoZWxlbWVudDogSFRNTEVsZW1lbnQpIHtcbiAgICByZXR1cm4gZWxlbWVudC5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpID09PSAndGV4dGFyZWEnXG4gIH1cblxufVxuIl19
83
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1zY3JvbGxiYXJzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vc2Nyb2xsYmFyL292ZXJsYXktc2Nyb2xsYmFycy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBc0IsVUFBVSxFQUE4QyxNQUFNLGVBQWUsQ0FBQTtBQUMxRyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLE1BQU0sQ0FBQTtBQUU5QyxPQUFPLGlCQUFpQixNQUFNLG1CQUFtQixDQUFBO0FBRWpELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDZCQUE2QixDQUFBOzs7QUFNdEcsTUFBTSxPQUFPLHdCQUF3QjtJQUluQyxZQUNVLE9BQWUsRUFDZixRQUFrQixFQUNsQixTQUFtQjtRQUZuQixZQUFPLEdBQVAsT0FBTyxDQUFRO1FBQ2YsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUNsQixjQUFTLEdBQVQsU0FBUyxDQUFVO1FBTHJCLDRCQUF1QixHQUFHLFlBQVksQ0FBQyxLQUFLLENBQUE7SUFNaEQsQ0FBQztJQUVFLGtCQUFrQixDQUFDLE9BQW9CLEVBQUUsT0FBa0M7UUFDaEYsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUM7WUFDbEMsd0VBQXdFO1lBQ3hFLHVFQUF1RTtZQUN2RSxjQUFjO1lBQ2QsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFDbEQ7WUFDQSxJQUFJLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsRUFBRTtnQkFDbEMsaUJBQWlCLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFBO2dCQUU5RCxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLEVBQUU7b0JBQzdCLG1FQUFtRTtvQkFDbkUsb0VBQW9FO29CQUNwRSxxQ0FBcUM7b0JBQ3JDLG9FQUFvRTtvQkFDcEUsU0FBUyxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUU7d0JBQ3pDLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEdBQUcsRUFBRTs0QkFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQ0FDZCxJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsRUFBRTtvQ0FDbkMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQTtpQ0FDbkM7NEJBQ0gsQ0FBQyxFQUFFLEdBQUcsQ0FBQyxDQUFBO3dCQUNULENBQUMsQ0FBQyxDQUFBO29CQUNKLENBQUMsQ0FBQyxDQUFBO2lCQUNIO1lBQ0gsQ0FBQyxDQUFDLENBQUE7U0FDSDtJQUNILENBQUM7SUFFTSxlQUFlLENBQUMsT0FBb0I7UUFDekMsSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDbkMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLEVBQUU7Z0JBQ2xDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUE7Z0JBQ25DLElBQUksSUFBSSxDQUFDLHVCQUF1QixJQUFJLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLE1BQU0sRUFBRTtvQkFDeEUsSUFBSSxDQUFDLHVCQUF1QixDQUFDLFdBQVcsRUFBRSxDQUFBO2lCQUMzQztZQUNILENBQUMsQ0FBQyxDQUFBO1NBQ0g7SUFDSCxDQUFDO0lBRU0sV0FBVyxDQUFDLE9BQW9CO1FBQ3JDLE9BQU8saUJBQWlCLENBQUMsT0FBTyxDQUFzQixDQUFBO0lBQ3hELENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxPQUFvQjtRQUMzQyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFBO0lBQ3BDLENBQUM7SUFFTSxVQUFVLENBQUMsT0FBb0IsRUFBRSxPQUFpQztRQUN2RSxJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQUUsT0FBTyxLQUFLLENBQUE7U0FBRTtRQUV0RCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQTtRQUVyRSxPQUFPLElBQUksQ0FBQTtJQUNiLENBQUM7SUFFTSxVQUFVLENBQUMsT0FBb0I7UUFDcEMsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFBO0lBQzVDLENBQUM7SUFFTyxvQkFBb0IsQ0FBQyxNQUFpQztRQUM1RCxNQUFNLE9BQU8sR0FBNkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsNkJBQTZCLEVBQUUseUJBQXlCLENBQUMsQ0FBQTtRQUNySCxPQUFPLEVBQUMsR0FBRyxPQUFPLEVBQUUsR0FBRyxNQUFNLEVBQUMsQ0FBQTtJQUNoQyxDQUFDO0lBRUQsc0RBQXNEO0lBQzVDLFdBQVcsQ0FBQyxPQUFvQjtRQUN4QyxPQUFPLE9BQU8sQ0FBQyxRQUFRLENBQUMsV0FBVyxFQUFFLEtBQUssVUFBVSxDQUFBO0lBQ3RELENBQUM7O3FIQTlFVSx3QkFBd0I7eUhBQXhCLHdCQUF3QixjQUZ2QixNQUFNOzJGQUVQLHdCQUF3QjtrQkFIcEMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQbGF0Zm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wbGF0Zm9ybSdcbmltcG9ydCB7IGZvcndhcmRSZWYsIGluamVjdCwgSW5qZWN0YWJsZSwgSW5qZWN0aW9uVG9rZW4sIEluamVjdG9yLCBJTkpFQ1RPUiwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IGZyb21FdmVudCwgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcydcblxuaW1wb3J0IE92ZXJsYXlTY3JvbGxiYXJzIGZyb20gJ292ZXJsYXlzY3JvbGxiYXJzJ1xuXG5pbXBvcnQgeyBMSUJfT1ZFUkxBWV9TQ1JPTExCQVJTX0NPTkZJRywgX092ZXJsYXlTY3JvbGxiYXJEZWZhdWx0cyB9IGZyb20gJy4vb3ZlcmxheS1zY3JvbGxiYXJzLWNvbmZpZydcbmltcG9ydCB7IElPdmVybGF5U2Nyb2xsYmFyc0NvbmZpZyB9IGZyb20gJy4vb3ZlcmxheS1zY3JvbGxiYXJzLWNvbmZpZy1tb2RlbCdcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgT3ZlcmxheVNjcm9sbGJhcnNTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uID0gU3Vic2NyaXB0aW9uLkVNUFRZXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfbmdab25lOiBOZ1pvbmUsXG4gICAgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsXG4gICAgcHJpdmF0ZSBfcGxhdGZvcm06IFBsYXRmb3JtXG4gICkgeyB9XG5cbiAgcHVibGljIGluaXRpYWxpemVJbnN0YW5jZShlbGVtZW50OiBIVE1MRWxlbWVudCwgb3B0aW9ucz86IElPdmVybGF5U2Nyb2xsYmFyc0NvbmZpZyk6IHZvaWQge1xuICAgIGlmICghdGhpcy5pc0luc3RhbmNlRW5hYmxlZChlbGVtZW50KSAmJlxuICAgICAgLy8gVGhlICdvdmVybGF5c2Nyb2xsYmFycycgbGlicmFyeSBpcyBjYXVzaW5nIGFuIGlzc3VlIG9uIGlPUy4gU2luY2UgaU9TXG4gICAgICAvLyBhbHJlYWR5IGhhcyBuYXRpdmUgb3ZlcmxheSBzY3JvbGxiYXJzIGl0IHNob3VsZG4ndCByZWFsbHkgZWZmZWN0IHRoZVxuICAgICAgLy8gYXBwIGxheW91dC5cbiAgICAgICEodGhpcy5faXNUZXh0YXJlYShlbGVtZW50KSAmJiB0aGlzLl9wbGF0Zm9ybS5JT1MpXG4gICAgKSB7XG4gICAgICB0aGlzLl9uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICBPdmVybGF5U2Nyb2xsYmFycyhlbGVtZW50LCB0aGlzLl9hcHBseUNvbmZpZ0RlZmF1bHRzKG9wdGlvbnMpKVxuXG4gICAgICAgIGlmICh0aGlzLl9pc1RleHRhcmVhKGVsZW1lbnQpKSB7XG4gICAgICAgICAgLy8gVE9ETzogTWFrZSB0aGlzIG1vcmUgYWNjdXJhdGUuIFJpZ2h0IG5vdyB0aGlzIGlzIGp1c3QgcmVseWluZyBvblxuICAgICAgICAgIC8vIHRoZSBmYWN0IHRoYXQgdGltaW5nIG91dCBmb3IgMTAwbXMgaXMgdXN1YWxseSBlbm91Z2ggdGltZSB0byB3YWl0XG4gICAgICAgICAgLy8gZm9yIHVwZGF0ZSB0byBjb3JyZWN0bHkgY2FsY3VsYXRlLlxuICAgICAgICAgIC8vIE5PVEU6IFRoaXMgbWF5IGJlIGZpeGVkIGluIGEgbmV3ZXIgdmVyc2lvbiB0byBub3QgbmVlZCB0aGlzIGhhY2suXG4gICAgICAgICAgZnJvbUV2ZW50KGVsZW1lbnQsICdjaGFuZ2UnKS5zdWJzY3JpYmUoXyA9PiB7XG4gICAgICAgICAgICB0aGlzLl9uZ1pvbmUucnVuKCgpID0+IHtcbiAgICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHtcbiAgICAgICAgICAgICAgICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkudXBkYXRlKClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIH0sIDEwMClcbiAgICAgICAgICAgIH0pXG4gICAgICAgICAgfSlcbiAgICAgICAgfVxuICAgICAgfSlcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZGVzdHJveUluc3RhbmNlKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHtcbiAgICAgIHRoaXMuX25nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkuZGVzdHJveSgpXG4gICAgICAgIGlmICh0aGlzLl9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uICYmICF0aGlzLl9pbnB1dEV2ZW50U3Vic2NyaXB0aW9uLmNsb3NlZCkge1xuICAgICAgICAgIHRoaXMuX2lucHV0RXZlbnRTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKVxuICAgICAgICB9XG4gICAgICB9KVxuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBnZXRJbnN0YW5jZShlbGVtZW50OiBIVE1MRWxlbWVudCk6IE92ZXJsYXlTY3JvbGxiYXJzIHtcbiAgICByZXR1cm4gT3ZlcmxheVNjcm9sbGJhcnMoZWxlbWVudCkgYXMgT3ZlcmxheVNjcm9sbGJhcnNcbiAgfVxuXG4gIHB1YmxpYyBpc0luc3RhbmNlRW5hYmxlZChlbGVtZW50OiBIVE1MRWxlbWVudCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudClcbiAgfVxuXG4gIHB1YmxpYyBzZXRPcHRpb25zKGVsZW1lbnQ6IEhUTUxFbGVtZW50LCBvcHRpb25zOiBJT3ZlcmxheVNjcm9sbGJhcnNDb25maWcpOiBib29sZWFuIHtcbiAgICBpZiAoIXRoaXMuaXNJbnN0YW5jZUVuYWJsZWQoZWxlbWVudCkpIHsgcmV0dXJuIGZhbHNlIH1cblxuICAgIHRoaXMuZ2V0SW5zdGFuY2UoZWxlbWVudCkub3B0aW9ucyh0aGlzLl9hcHBseUNvbmZpZ0RlZmF1bHRzKG9wdGlvbnMpKVxuXG4gICAgcmV0dXJuIHRydWVcbiAgfVxuXG4gIHB1YmxpYyBnZXRPcHRpb25zKGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnIHtcbiAgICByZXR1cm4gdGhpcy5nZXRJbnN0YW5jZShlbGVtZW50KS5vcHRpb25zKClcbiAgfVxuXG4gIHByaXZhdGUgX2FwcGx5Q29uZmlnRGVmYXVsdHMoY29uZmlnPzogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnKTogSU92ZXJsYXlTY3JvbGxiYXJzQ29uZmlnIHtcbiAgICBjb25zdCBfY29uZmlnOiBJT3ZlcmxheVNjcm9sbGJhcnNDb25maWcgPSB0aGlzLmluamVjdG9yLmdldChMSUJfT1ZFUkxBWV9TQ1JPTExCQVJTX0NPTkZJRywgX092ZXJsYXlTY3JvbGxiYXJEZWZhdWx0cylcbiAgICByZXR1cm4gey4uLl9jb25maWcsIC4uLmNvbmZpZ31cbiAgfVxuXG4gIC8qKiBEZXRlcm1pbmVzIGlmIHRoZSBjb21wb25lbnQgaG9zdCBpcyBhIHRleHRhcmVhLiAqL1xuICBwcm90ZWN0ZWQgX2lzVGV4dGFyZWEoZWxlbWVudDogSFRNTEVsZW1lbnQpIHtcbiAgICByZXR1cm4gZWxlbWVudC5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpID09PSAndGV4dGFyZWEnXG4gIH1cblxufVxuIl19
@@ -5,12 +5,12 @@ import { LIB_OVERLAY_SCROLLBARS_CONFIG, _OverlayScrollbarDefaults } from './over
5
5
  import * as i0 from "@angular/core";
6
6
  export class TheSeamScrollbarModule {
7
7
  }
8
- TheSeamScrollbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamScrollbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- TheSeamScrollbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamScrollbarModule, declarations: [OverlayScrollbarDirective], imports: [PlatformModule], exports: [OverlayScrollbarDirective] });
10
- TheSeamScrollbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamScrollbarModule, providers: [
8
+ TheSeamScrollbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamScrollbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ TheSeamScrollbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamScrollbarModule, declarations: [OverlayScrollbarDirective], imports: [PlatformModule], exports: [OverlayScrollbarDirective] });
10
+ TheSeamScrollbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamScrollbarModule, providers: [
11
11
  { provide: LIB_OVERLAY_SCROLLBARS_CONFIG, useValue: _OverlayScrollbarDefaults }
12
12
  ], imports: [PlatformModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamScrollbarModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamScrollbarModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [
@@ -22,9 +22,9 @@ export class AssetLoaderService {
22
22
  return defer(() => loadStyle(content)).pipe(map(v => new LoadedAssetRef(v, undefined, content)));
23
23
  }
24
24
  }
25
- AssetLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
26
- AssetLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetLoaderService, providedIn: 'root' });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AssetLoaderService, decorators: [{
25
+ AssetLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
26
+ AssetLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetLoaderService, providedIn: 'root' });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetLoaderService, decorators: [{
28
28
  type: Injectable,
29
29
  args: [{
30
30
  providedIn: 'root'
@@ -73,9 +73,9 @@ export class TheSeamFontLoaderService {
73
73
  });
74
74
  }
75
75
  }
76
- TheSeamFontLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFontLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
77
- TheSeamFontLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFontLoaderService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFontLoaderService, decorators: [{
76
+ TheSeamFontLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFontLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
77
+ TheSeamFontLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFontLoaderService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFontLoaderService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -14,9 +14,9 @@ export class RouterHelpersService {
14
14
  return this._router.events.pipe(filter(event => event instanceof NavigationEnd), map(event => this._router.isActive(url, opts)), startWith(this._router.isActive(url, opts)));
15
15
  }
16
16
  }
17
- RouterHelpersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RouterHelpersService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
18
- RouterHelpersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RouterHelpersService, providedIn: 'root' });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RouterHelpersService, decorators: [{
17
+ RouterHelpersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RouterHelpersService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
18
+ RouterHelpersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RouterHelpersService, providedIn: 'root' });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RouterHelpersService, decorators: [{
20
20
  type: Injectable,
21
21
  args: [{
22
22
  providedIn: 'root'
@@ -32,11 +32,11 @@ export class PasswordInputRevealComponent {
32
32
  this.passwordVisible = !this.passwordVisible;
33
33
  }
34
34
  }
35
- PasswordInputRevealComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PasswordInputRevealComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
36
- 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: `
35
+ PasswordInputRevealComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PasswordInputRevealComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
36
+ 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: `
37
37
  <fa-icon [icon]="passwordVisible ? faEyeSlash : faEye" class="password-reveal-icon" (click)="revealPassword()"></fa-icon>
38
38
  `, 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"] }] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PasswordInputRevealComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PasswordInputRevealComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{ selector: 'seam-password-input-reveal', template: `
42
42
  <fa-icon [icon]="passwordVisible ? faEyeSlash : faEye" class="password-reveal-icon" (click)="revealPassword()"></fa-icon>
@@ -38,9 +38,9 @@ export class AutoFocusDirective {
38
38
  this._elementRef.nativeElement.focus();
39
39
  }
40
40
  }
41
- AutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1.Modal }, { token: i1.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
42
- AutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: AutoFocusDirective, selector: "[seamAutoFocus]", inputs: { seamAutoFocus: "seamAutoFocus" }, exportAs: ["seamAutoFocus"], ngImport: i0 });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AutoFocusDirective, decorators: [{
41
+ AutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1.Modal }, { token: i1.ModalRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
42
+ AutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: AutoFocusDirective, selector: "[seamAutoFocus]", inputs: { seamAutoFocus: "seamAutoFocus" }, exportAs: ["seamAutoFocus"], ngImport: i0 });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AutoFocusDirective, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: '[seamAutoFocus]',
@@ -34,9 +34,9 @@ export class ClickOutsideDirective {
34
34
  }
35
35
  }
36
36
  }
37
- ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
38
- 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 });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
37
+ ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
38
+ 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 });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClickOutsideDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
42
  selector: '[seamClickOutside]'
@@ -14,9 +14,9 @@ export class DisableControlDirective {
14
14
  }
15
15
  }
16
16
  }
17
- DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
18
- DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: DisableControlDirective, selector: "[seamDisableControl]", inputs: { seamDisableControl: "seamDisableControl" }, ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DisableControlDirective, decorators: [{
17
+ DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
18
+ DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: DisableControlDirective, selector: "[seamDisableControl]", inputs: { seamDisableControl: "seamDisableControl" }, ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DisableControlDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[seamDisableControl]'
@@ -15,9 +15,9 @@ export class ElemResizedDirective {
15
15
  this.sensor?.detach();
16
16
  }
17
17
  }
18
- ElemResizedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ElemResizedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19
- ElemResizedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: ElemResizedDirective, selector: "[seamElemResized]", outputs: { seamElemResized: "seamElemResized" }, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ElemResizedDirective, decorators: [{
18
+ ElemResizedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ElemResizedDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
19
+ ElemResizedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: ElemResizedDirective, selector: "[seamElemResized]", outputs: { seamElemResized: "seamElemResized" }, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ElemResizedDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[seamElemResized]'
@@ -63,9 +63,9 @@ export class HoverClassToggleDirective {
63
63
  this._element.nativeElement.classList.remove(c);
64
64
  }
65
65
  }
66
- HoverClassToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassToggleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
67
- 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 });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassToggleDirective, decorators: [{
66
+ HoverClassToggleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassToggleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
67
+ 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 });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassToggleDirective, decorators: [{
69
69
  type: Directive,
70
70
  args: [{
71
71
  selector: '[seamHoverClassToggle]'
@@ -57,9 +57,9 @@ export class HoverClassDirective {
57
57
  this._element.nativeElement.classList.remove(c);
58
58
  }
59
59
  }
60
- HoverClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
61
- 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 });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HoverClassDirective, decorators: [{
60
+ HoverClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
61
+ 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 });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoverClassDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[seamHoverClass]'
@@ -156,9 +156,9 @@ export class NgSelectExtraDirective {
156
156
  }
157
157
  }
158
158
  }
159
- 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.NgSelectComponent }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
160
- 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 });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgSelectExtraDirective, decorators: [{
159
+ 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.NgSelectComponent }, { token: i2.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
160
+ 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 });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgSelectExtraDirective, decorators: [{
162
162
  type: Directive,
163
163
  args: [{
164
164
  // tslint:disable-next-line:directive-selector
@@ -44,9 +44,9 @@ export class NgxQuillExtraDirective {
44
44
  return findElem(this._elementRef.nativeElement);
45
45
  }
46
46
  }
47
- NgxQuillExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgxQuillExtraDirective, deps: [{ token: i0.ElementRef }, { token: i1.QuillEditorComponent }], target: i0.ɵɵFactoryTarget.Directive });
48
- 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 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NgxQuillExtraDirective, decorators: [{
47
+ NgxQuillExtraDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgxQuillExtraDirective, deps: [{ token: i0.ElementRef }, { token: i1.QuillEditorComponent }], target: i0.ɵɵFactoryTarget.Directive });
48
+ 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 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: NgxQuillExtraDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  // tslint:disable-next-line:directive-selector
@@ -14,9 +14,9 @@ export class MaskCharsPipe {
14
14
  return value;
15
15
  }
16
16
  }
17
- MaskCharsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
- MaskCharsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, name: "maskChars" });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MaskCharsPipe, decorators: [{
17
+ MaskCharsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
+ MaskCharsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, name: "maskChars" });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MaskCharsPipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{
22
22
  name: 'maskChars'
@@ -12,9 +12,9 @@ export class TruncatePipe {
12
12
  return val;
13
13
  }
14
14
  }
15
- TruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
16
- TruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, name: "truncate" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TruncatePipe, decorators: [{
15
+ TruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
16
+ TruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, name: "truncate" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TruncatePipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{
20
20
  name: 'truncate'
@@ -18,8 +18,8 @@ import { PasswordInputRevealComponent } from './components/password-input-reveal
18
18
  import * as i0 from "@angular/core";
19
19
  export class TheSeamSharedModule {
20
20
  }
21
- TheSeamSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
- TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, declarations: [AutoFocusDirective,
21
+ TheSeamSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
+ TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, declarations: [AutoFocusDirective,
23
23
  ElemResizedDirective,
24
24
  PasswordInputRevealComponent,
25
25
  NgSelectExtraDirective,
@@ -45,13 +45,13 @@ TheSeamSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
45
45
  NgxQuillExtraDirective,
46
46
  // Exporting scrollbars here for backwards compatibility for now.
47
47
  TheSeamScrollbarModule] });
48
- TheSeamSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, imports: [CommonModule,
48
+ TheSeamSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, imports: [CommonModule,
49
49
  FontAwesomeModule,
50
50
  TheSeamModalModule,
51
51
  TheSeamLoadingModule,
52
52
  // Exporting scrollbars here for backwards compatibility for now.
53
53
  TheSeamScrollbarModule] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamSharedModule, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamSharedModule, decorators: [{
55
55
  type: NgModule,
56
56
  args: [{
57
57
  imports: [
@@ -67,9 +67,9 @@ export class LocalStorageService {
67
67
  }
68
68
  }
69
69
  }
70
- LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
71
- LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, providedIn: 'root' });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LocalStorageService, decorators: [{
70
+ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
71
+ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, providedIn: 'root' });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LocalStorageService, decorators: [{
73
73
  type: Injectable,
74
74
  args: [{
75
75
  providedIn: 'root'
@@ -19,9 +19,9 @@ export class StoryInitialRouteService {
19
19
  }
20
20
  }
21
21
  }
22
- StoryInitialRouteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
23
- StoryInitialRouteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteService, decorators: [{
22
+ StoryInitialRouteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
23
+ StoryInitialRouteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteService, decorators: [{
25
25
  type: Injectable
26
26
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
27
27
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5pdGlhbC1yb3V0ZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL3N0b3J5LWhlbHBlcnMvaW5pdGlhbC1yb3V0ZS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsY0FBYyxFQUFZLE1BQU0sZUFBZSxDQUFBO0FBQ3BFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDdkQsT0FBTyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7QUFFN0MsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsSUFBSSxjQUFjLENBQU0seUJBQXlCLENBQUMsQ0FBQTtBQUd6RixNQUFNLE9BQU8sd0JBQXdCO0lBRW5DLFlBQ1UsU0FBbUI7UUFBbkIsY0FBUyxHQUFULFNBQVMsQ0FBVTtJQUN6QixDQUFDO0lBRUUsZUFBZTtRQUNwQixNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQTtRQUMxQyxNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyx1QkFBdUIsQ0FBQyxDQUFBO1FBQ3ZELElBQUksT0FBTyxDQUFDLFNBQVMsRUFBRTtZQUNyQixPQUFPLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxDQUFBO1NBQzNCO2FBQU07WUFDTCxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZixNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLFlBQVksYUFBYSxDQUFDLEVBQ3ZDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FDUjtpQkFDQSxTQUFTLENBQUMsR0FBRyxFQUFFLEdBQUcsT0FBTyxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsQ0FBQSxDQUFDLENBQUMsQ0FBQyxDQUFBO1NBQ25EO0lBQ0gsQ0FBQzs7cUhBbEJVLHdCQUF3Qjt5SEFBeEIsd0JBQXdCOzJGQUF4Qix3QkFBd0I7a0JBRHBDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3Rpb25Ub2tlbiwgSW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgTmF2aWdhdGlvbkVuZCwgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJ1xuaW1wb3J0IHsgZmlsdGVyLCB0YWtlIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnXG5cbmV4cG9ydCBjb25zdCBTVE9SWV9JTklUSUFMX1JPVVRFX1VSTCA9IG5ldyBJbmplY3Rpb25Ub2tlbjxhbnk+KCdTVE9SWV9JTklUSUFMX1JPVVRFX1VSTCcpXG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBTdG9yeUluaXRpYWxSb3V0ZVNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX2luamVjdG9yOiBJbmplY3RvclxuICApIHsgfVxuXG4gIHB1YmxpYyBzZXRJbml0aWFsUm91dGUoKSB7XG4gICAgY29uc3QgX3JvdXRlciA9IHRoaXMuX2luamVjdG9yLmdldChSb3V0ZXIpXG4gICAgY29uc3QgdXJsID0gdGhpcy5faW5qZWN0b3IuZ2V0KFNUT1JZX0lOSVRJQUxfUk9VVEVfVVJMKVxuICAgIGlmIChfcm91dGVyLm5hdmlnYXRlZCkge1xuICAgICAgX3JvdXRlci5uYXZpZ2F0ZUJ5VXJsKHVybClcbiAgICB9IGVsc2Uge1xuICAgICAgX3JvdXRlci5ldmVudHMucGlwZShcbiAgICAgICAgICBmaWx0ZXIoZSA9PiBlIGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCksXG4gICAgICAgICAgdGFrZSgxKVxuICAgICAgICApXG4gICAgICAgIC5zdWJzY3JpYmUoKCkgPT4geyBfcm91dGVyLm5hdmlnYXRlQnlVcmwodXJsKSB9KVxuICAgIH1cbiAgfVxuXG59XG4iXX0=
@@ -3,9 +3,9 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "@angular/router";
4
4
  export class StoryEmptyWithRouteComponent {
5
5
  }
6
- StoryEmptyWithRouteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyWithRouteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- 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"] }] });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyWithRouteComponent, decorators: [{
6
+ StoryEmptyWithRouteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyWithRouteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ 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"] }] });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyWithRouteComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ template: `<router-outlet></router-outlet>` }]
11
11
  }] });
@@ -2,9 +2,9 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class StoryEmptyComponent {
4
4
  }
5
- StoryEmptyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- StoryEmptyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: StoryEmptyComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryEmptyComponent, decorators: [{
5
+ StoryEmptyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ StoryEmptyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: StoryEmptyComponent, selector: "ng-component", ngImport: i0, template: ``, isInline: true });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryEmptyComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ template: `` }]
10
10
  }] });
@@ -8,18 +8,18 @@ import { StoryModalContainerComponent } from './story-modal-container.component'
8
8
  import * as i0 from "@angular/core";
9
9
  export class StoryHelperComponentsModule {
10
10
  }
11
- StoryHelperComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- StoryHelperComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, declarations: [StoryEmptyComponent,
11
+ StoryHelperComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ StoryHelperComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, declarations: [StoryEmptyComponent,
13
13
  StoryEmptyWithRouteComponent,
14
14
  StoryModalContainerComponent], imports: [CommonModule,
15
15
  RouterModule,
16
16
  TheSeamScrollbarModule], exports: [StoryEmptyComponent,
17
17
  StoryEmptyWithRouteComponent,
18
18
  StoryModalContainerComponent] });
19
- StoryHelperComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, imports: [CommonModule,
19
+ StoryHelperComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, imports: [CommonModule,
20
20
  RouterModule,
21
21
  TheSeamScrollbarModule] });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryHelperComponentsModule, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryHelperComponentsModule, decorators: [{
23
23
  type: NgModule,
24
24
  args: [{
25
25
  declarations: [
@@ -19,10 +19,10 @@ export class StoryInitialRouteModule {
19
19
  };
20
20
  }
21
21
  }
22
- StoryInitialRouteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23
- StoryInitialRouteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule });
24
- StoryInitialRouteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryInitialRouteModule, decorators: [{
22
+ StoryInitialRouteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
23
+ StoryInitialRouteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule });
24
+ StoryInitialRouteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryInitialRouteModule, decorators: [{
26
26
  type: NgModule
27
27
  }] });
28
28
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcnktaW5pdGlhbC1yb3V0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9zdG9yeS1oZWxwZXJzL3N0b3J5LWluaXRpYWwtcm91dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBdUIsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBRTlFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHlCQUF5QixDQUFBO0FBQ2xFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHlCQUF5QixDQUFBOztBQUczRixNQUFNLE9BQU8sdUJBQXVCO0lBQ2xDLE1BQU0sQ0FBQyxPQUFPLENBQUMsR0FBVztRQUN4QixPQUFPO1lBQ0wsUUFBUSxFQUFFLHVCQUF1QjtZQUNqQyxTQUFTLEVBQUU7Z0JBQ1Qsd0JBQXdCO2dCQUN4QjtvQkFDRSxPQUFPLEVBQUUsZUFBZTtvQkFDeEIsVUFBVSxFQUFFLHdCQUF3QjtvQkFDcEMsSUFBSSxFQUFFLENBQUUsd0JBQXdCLENBQUU7b0JBQ2xDLEtBQUssRUFBRSxJQUFJO2lCQUNaO2dCQUNELEVBQUUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFFBQVEsRUFBRSxHQUFHLEVBQUU7YUFDcEQ7U0FDRixDQUFBO0lBQ0gsQ0FBQzs7b0hBZlUsdUJBQXVCO3FIQUF2Qix1QkFBdUI7cUhBQXZCLHVCQUF1QjsyRkFBdkIsdUJBQXVCO2tCQURuQyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVBQX0lOSVRJQUxJWkVSLCBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmltcG9ydCB7IHN0b3J5SW5pdGlhbFJvdXRlRmFjdG9yeSB9IGZyb20gJy4vaW5pdGlhbC1yb3V0ZS1mYWN0b3J5J1xuaW1wb3J0IHsgU3RvcnlJbml0aWFsUm91dGVTZXJ2aWNlLCBTVE9SWV9JTklUSUFMX1JPVVRFX1VSTCB9IGZyb20gJy4vaW5pdGlhbC1yb3V0ZS5zZXJ2aWNlJ1xuXG5ATmdNb2R1bGUoKVxuZXhwb3J0IGNsYXNzIFN0b3J5SW5pdGlhbFJvdXRlTW9kdWxlIHtcbiAgc3RhdGljIGZvclJvb3QodXJsOiBzdHJpbmcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFN0b3J5SW5pdGlhbFJvdXRlTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBTdG9yeUluaXRpYWxSb3V0ZU1vZHVsZSxcbiAgICAgIHByb3ZpZGVyczogW1xuICAgICAgICBTdG9yeUluaXRpYWxSb3V0ZVNlcnZpY2UsXG4gICAgICAgIHtcbiAgICAgICAgICBwcm92aWRlOiBBUFBfSU5JVElBTElaRVIsXG4gICAgICAgICAgdXNlRmFjdG9yeTogc3RvcnlJbml0aWFsUm91dGVGYWN0b3J5LFxuICAgICAgICAgIGRlcHM6IFsgU3RvcnlJbml0aWFsUm91dGVTZXJ2aWNlIF0sXG4gICAgICAgICAgbXVsdGk6IHRydWVcbiAgICAgICAgfSxcbiAgICAgICAgeyBwcm92aWRlOiBTVE9SWV9JTklUSUFMX1JPVVRFX1VSTCwgdXNlVmFsdWU6IHVybCB9XG4gICAgICBdXG4gICAgfVxuICB9XG5cbn1cbiJdfQ==
@@ -39,8 +39,8 @@ export class StoryModalContainerComponent {
39
39
  });
40
40
  }
41
41
  }
42
- StoryModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryModalContainerComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
43
- 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: `
42
+ StoryModalContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryModalContainerComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
43
+ 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: `
44
44
  <div class="cdk-overlay-container">
45
45
  <div class="cdk-overlay-backdrop cdk-overlay-dark-backdrop cdk-overlay-backdrop-showing"></div>
46
46
  <div class="cdk-global-overlay-wrapper"
@@ -59,7 +59,7 @@ StoryModalContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
59
59
  </div>
60
60
  </div>
61
61
  `, isInline: true, styles: [".seam-modal-container[tabindex=\"-1\"]:focus{outline:0!important}\n"], dependencies: [{ kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: ["seamOverlayScrollbar", "overlayScrollbarEnabled"], exportAs: ["seamOverlayScrollbar"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: StoryModalContainerComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: StoryModalContainerComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{ selector: 'story-modal-container-component', template: `
65
65
  <div class="cdk-overlay-container">