@theseam/ui-common 0.4.0-beta.6 → 0.4.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 (656) hide show
  1. package/breadcrumbs/breadcrumbs/breadcrumbs.component.d.ts +1 -3
  2. package/card/card-body/card-body.component.d.ts +2 -4
  3. package/card/card-footer/card-footer.component.d.ts +1 -4
  4. package/card/card-header/card-header.component.d.ts +1 -4
  5. package/card/card.component.d.ts +1 -4
  6. package/carousel/carousel-slide.directive.d.ts +8 -0
  7. package/carousel/carousel.component.d.ts +85 -0
  8. package/carousel/carousel.module.d.ts +11 -0
  9. package/carousel/index.d.ts +5 -0
  10. package/carousel/public-api.d.ts +3 -0
  11. package/checkbox/checkbox.component.d.ts +2 -4
  12. package/core/common-behaviors/active.d.ts +1 -1
  13. package/core/common-behaviors/disabled.d.ts +1 -1
  14. package/core/common-behaviors/initialized.d.ts +1 -1
  15. package/data-filters/data-filter.d.ts +1 -1
  16. package/datatable/datatable-column/datatable-column.component.d.ts +2 -3
  17. package/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.d.ts +1 -3
  18. package/datatable/datatable-export-button/datatable-export-button.component.d.ts +1 -3
  19. package/datatable/datatable-menu-bar/datatable-menu-bar.component.d.ts +2 -5
  20. package/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.d.ts +1 -4
  21. package/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.d.ts +1 -4
  22. package/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.d.ts +1 -4
  23. package/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.d.ts +1 -4
  24. package/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.d.ts +1 -3
  25. package/datatable/directives/datatable-action-menu-item.directive.d.ts +2 -4
  26. package/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.d.ts +1 -3
  27. package/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.d.ts +3 -4
  28. package/datatable-dynamic/datatable-dynamic-menu-bar-item-manifest.d.ts +1 -1
  29. package/datatable-dynamic/datatable-dynamic.component.d.ts +1 -4
  30. package/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.d.ts +3 -4
  31. package/dynamic/action/modal/dynamic-action-modal-def.d.ts +1 -1
  32. package/esm2020/asset-reader/asset-reader-helper.service.mjs +7 -5
  33. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  34. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  35. package/esm2020/breadcrumbs/breadcrumb.mjs +1 -1
  36. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +4 -5
  37. package/esm2020/breadcrumbs/breadcrumbs-resolver.mjs +1 -1
  38. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +5 -5
  39. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +7 -7
  40. package/esm2020/buttons/badge-button/badge-button.component.mjs +9 -7
  41. package/esm2020/buttons/button/button.component.mjs +12 -10
  42. package/esm2020/buttons/buttons.module.mjs +4 -4
  43. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +4 -4
  44. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +6 -6
  45. package/esm2020/card/card-action/card-action.component.mjs +4 -4
  46. package/esm2020/card/card-body/card-body.component.mjs +5 -6
  47. package/esm2020/card/card-footer/card-footer.component.mjs +5 -8
  48. package/esm2020/card/card-header/card-header.component.mjs +5 -7
  49. package/esm2020/card/card.component.mjs +5 -7
  50. package/esm2020/card/card.module.mjs +4 -4
  51. package/esm2020/carousel/carousel-slide.directive.mjs +16 -0
  52. package/esm2020/carousel/carousel.component.mjs +211 -0
  53. package/esm2020/carousel/carousel.module.mjs +38 -0
  54. package/esm2020/carousel/public-api.mjs +4 -0
  55. package/esm2020/carousel/theseam-ui-common-carousel.mjs +5 -0
  56. package/esm2020/checkbox/checkbox.component.mjs +5 -6
  57. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  58. package/esm2020/checkbox/testing/checkbox.harness.mjs +1 -1
  59. package/esm2020/checkbox/testing/index.mjs +1 -1
  60. package/esm2020/confirm-dialog/confirm-click.directive.mjs +6 -6
  61. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  62. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  63. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  64. package/esm2020/core/common-behaviors/active.mjs +2 -1
  65. package/esm2020/core/common-behaviors/disabled.mjs +2 -1
  66. package/esm2020/core/common-behaviors/initialized.mjs +2 -1
  67. package/esm2020/core/common-behaviors/tabindex.mjs +2 -1
  68. package/esm2020/core/input-decorators/input-boolean.decorator.mjs +4 -5
  69. package/esm2020/core/input-decorators/input-number.decorator.mjs +4 -5
  70. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  71. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  72. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  73. package/esm2020/data-filters/data-filter.mjs +1 -1
  74. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  75. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +5 -5
  76. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +6 -6
  77. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +11 -8
  78. package/esm2020/datatable/datatable/datatable.component.mjs +11 -6
  79. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  80. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +5 -4
  81. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +4 -5
  82. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  83. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +4 -5
  84. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +5 -5
  85. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  86. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +5 -5
  87. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +9 -13
  88. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +5 -8
  89. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +5 -8
  90. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +5 -8
  91. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +5 -8
  92. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +4 -5
  93. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  94. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +5 -5
  95. package/esm2020/datatable/datatable.module.mjs +4 -4
  96. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +5 -6
  97. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  98. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  99. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  100. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  101. package/esm2020/datatable/models/columns-alteration.mjs +1 -1
  102. package/esm2020/datatable/models/columns-alterations/order.columns-alteration.mjs +3 -1
  103. package/esm2020/datatable/models/datatable-gql-data-source.mjs +1 -1
  104. package/esm2020/datatable/models/internal-column-props.mjs +1 -1
  105. package/esm2020/datatable/models/sort-item.mjs +1 -1
  106. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +4 -4
  107. package/esm2020/datatable/services/columns-manager.service.mjs +5 -5
  108. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  109. package/esm2020/datatable/services/datatable-preferences.service.mjs +5 -4
  110. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +5 -5
  111. package/esm2020/datatable/utils/map-columns-alterations-states.mjs +4 -1
  112. package/esm2020/datatable/utils/set-column-defaults.mjs +2 -2
  113. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +5 -6
  114. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +4 -4
  115. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +6 -7
  116. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-item-manifest.mjs +1 -1
  117. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +4 -6
  118. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  119. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +6 -6
  120. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +7 -7
  121. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +6 -6
  122. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +11 -8
  123. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +6 -5
  124. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +4 -4
  125. package/esm2020/dynamic/action/modal/dynamic-action-modal-def.mjs +1 -1
  126. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +4 -4
  127. package/esm2020/dynamic/dynamic-value-helper.service.mjs +5 -4
  128. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +4 -4
  129. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +5 -5
  130. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  131. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +9 -9
  132. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +5 -8
  133. package/esm2020/footer-bar/footer-bar.module.mjs +5 -5
  134. package/esm2020/form-field/form-field-error.directive.mjs +4 -4
  135. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  136. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  137. package/esm2020/form-field/form-field-required-indicator.component.mjs +4 -4
  138. package/esm2020/form-field/form-field.component.mjs +5 -5
  139. package/esm2020/form-field/form-field.module.mjs +4 -4
  140. package/esm2020/form-field/input.directive.mjs +10 -9
  141. package/esm2020/form-field/testing/form-field-required-indicator.harness.mjs +1 -1
  142. package/esm2020/form-field/testing/index.mjs +1 -1
  143. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +5 -7
  144. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +4 -4
  145. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  146. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +8 -8
  147. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  148. package/esm2020/framework/base-layout/base-layout.component.mjs +5 -4
  149. package/esm2020/framework/base-layout/base-layout.module.mjs +5 -5
  150. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  151. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  152. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  153. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  154. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  155. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  156. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  157. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +5 -7
  158. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +4 -5
  159. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +7 -7
  160. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +6 -5
  161. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +4 -4
  162. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +7 -5
  163. package/esm2020/framework/dashboard/dashboard.component.mjs +5 -5
  164. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  165. package/esm2020/framework/dynamic-router/dynamic-route-def.mjs +1 -1
  166. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +5 -5
  167. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-route-animations.mjs +1 -1
  168. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +5 -6
  169. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +5 -6
  170. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  171. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  172. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  173. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  174. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  175. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  176. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  177. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  178. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  179. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +5 -4
  180. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +5 -5
  181. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +5 -6
  182. package/esm2020/framework/side-nav/side-nav-utils.mjs +2 -1
  183. package/esm2020/framework/side-nav/side-nav.component.mjs +6 -7
  184. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  185. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  186. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  187. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  188. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +4 -6
  189. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  190. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +5 -7
  191. package/esm2020/framework/top-bar/top-bar.component.mjs +4 -6
  192. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  193. package/esm2020/google-maps/google-maps/google-maps.component.mjs +23 -26
  194. package/esm2020/google-maps/google-maps-api-loader/lazy-google-maps-api-loader.mjs +3 -3
  195. package/esm2020/google-maps/google-maps-api-loader/noop-google-maps-api-loader.mjs +3 -3
  196. package/esm2020/google-maps/google-maps-contextmenu.mjs +9 -8
  197. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  198. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +9 -10
  199. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +9 -9
  200. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +6 -6
  201. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +6 -6
  202. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  203. package/esm2020/google-maps/google-maps.service.mjs +8 -8
  204. package/esm2020/google-maps/map-control.component.mjs +3 -3
  205. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +4 -4
  206. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  207. package/esm2020/graphql/datatable/datatable-graphql-query-ref.mjs +1 -27
  208. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +4 -4
  209. package/esm2020/graphql/datatable/datatable-helpers.mjs +2 -2
  210. package/esm2020/graphql/datatable/map-filter-states.mjs +2 -1
  211. package/esm2020/graphql/utils/inline-variables.mjs +2 -1
  212. package/esm2020/graphql/utils/parse-hints.mjs +3 -3
  213. package/esm2020/graphql/utils/to-gql.mjs +3 -3
  214. package/esm2020/icon/icon/icon.component.mjs +5 -5
  215. package/esm2020/icon/icon-btn/icon-btn.component.mjs +4 -5
  216. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  217. package/esm2020/icon/icon.module.mjs +4 -4
  218. package/esm2020/icon/utils/get-known-icon.mjs +71 -71
  219. package/esm2020/layout/breakpoint-aliases.mjs +1 -1
  220. package/esm2020/layout/layout.module.mjs +4 -4
  221. package/esm2020/layout/layout.service.mjs +3 -3
  222. package/esm2020/layout/observe-media-query.mjs +1 -1
  223. package/esm2020/loading/loading/loading.component.mjs +8 -9
  224. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  225. package/esm2020/loading/loading.module.mjs +4 -4
  226. package/esm2020/menu/menu-divider.component.mjs +3 -3
  227. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  228. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +4 -4
  229. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  230. package/esm2020/menu/menu-item.component.mjs +4 -5
  231. package/esm2020/menu/menu-toggle.directive.mjs +4 -4
  232. package/esm2020/menu/menu.component.mjs +4 -4
  233. package/esm2020/menu/menu.module.mjs +4 -4
  234. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  235. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  236. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  237. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  238. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  239. package/esm2020/modal/directives/modal.directive.mjs +5 -5
  240. package/esm2020/modal/modal/modal.component.mjs +6 -7
  241. package/esm2020/modal/modal-body/modal-body.component.mjs +5 -7
  242. package/esm2020/modal/modal-config.mjs +1 -1
  243. package/esm2020/modal/modal-container/modal-container.component.mjs +4 -4
  244. package/esm2020/modal/modal-footer/modal-footer.component.mjs +5 -7
  245. package/esm2020/modal/modal-header/modal-header.component.mjs +5 -7
  246. package/esm2020/modal/modal-ref.mjs +1 -1
  247. package/esm2020/modal/modal.module.mjs +4 -4
  248. package/esm2020/modal/modal.service.mjs +26 -23
  249. package/esm2020/modal/route-modal/route-modal.component.mjs +4 -5
  250. package/esm2020/popover/popover/popover.component.mjs +3 -3
  251. package/esm2020/popover/popover.directive.mjs +4 -4
  252. package/esm2020/popover/popover.module.mjs +5 -5
  253. package/esm2020/progress/progress-circle/progress-circle.component.mjs +10 -10
  254. package/esm2020/progress/progress.module.mjs +4 -4
  255. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +4 -5
  256. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +4 -4
  257. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  258. package/esm2020/services/asset-loader.service.mjs +5 -6
  259. package/esm2020/services/font-loader.service.mjs +5 -6
  260. package/esm2020/services/router-helpers.service.mjs +3 -3
  261. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  262. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  263. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  264. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  265. package/esm2020/shared/directives/elem-resized.directive.mjs +5 -5
  266. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +4 -4
  267. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  268. package/esm2020/shared/directives/ng-select-extra.directive.mjs +7 -7
  269. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +5 -5
  270. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  271. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  272. package/esm2020/shared/shared.module.mjs +4 -4
  273. package/esm2020/storage/local-storage.service.mjs +8 -8
  274. package/esm2020/storage/localstorage-memory.mjs +4 -4
  275. package/esm2020/story-helpers/arg-type-helpers.mjs +1 -1
  276. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  277. package/esm2020/story-helpers/on-story-bootstrapped-trigger.mjs +2 -1
  278. package/esm2020/story-helpers/public-api.mjs +2 -2
  279. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  280. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  281. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  282. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  283. package/esm2020/story-helpers/story-modal-container.component.mjs +4 -4
  284. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  285. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +5 -5
  286. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +5 -4
  287. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +5 -7
  288. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +5 -6
  289. package/esm2020/tabbed/tabbed.component.mjs +4 -4
  290. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  291. package/esm2020/tabbed/tabbed.service.mjs +5 -5
  292. package/esm2020/table/table/table.component.mjs +5 -6
  293. package/esm2020/table/table.module.mjs +4 -4
  294. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +5 -5
  295. package/esm2020/table-cell-type/table-cell-type-export-props.mjs +1 -1
  296. package/esm2020/table-cell-type/table-cell-type-models.mjs +1 -1
  297. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +5 -6
  298. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  299. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +12 -12
  300. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +8 -12
  301. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +14 -14
  302. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +10 -10
  303. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +14 -14
  304. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +6 -7
  305. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +11 -10
  306. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +7 -8
  307. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +11 -8
  308. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  309. package/esm2020/tel-input/intl-tel-input.mjs +2 -2
  310. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  311. package/esm2020/tel-input/tel-input/tel-input.component.mjs +5 -6
  312. package/esm2020/tel-input/tel-input.directive.mjs +4 -4
  313. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  314. package/esm2020/tel-input/utils/add-country-code.mjs +4 -4
  315. package/esm2020/tel-input/utils/process-country-codes.mjs +4 -7
  316. package/esm2020/testing/story-expect.mjs +2 -1
  317. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +5 -6
  318. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +4 -5
  319. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +12 -13
  320. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  321. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  322. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  323. package/esm2020/tiled-select/testing/index.mjs +1 -1
  324. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  325. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +5 -8
  326. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  327. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  328. package/esm2020/toggle-edit/toggle-edit.component.mjs +7 -7
  329. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  330. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  331. package/esm2020/toggle-group/toggle-group.directive.mjs +6 -6
  332. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  333. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +5 -5
  334. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +5 -8
  335. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +5 -4
  336. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  337. package/esm2020/utils/array-move.mjs +1 -1
  338. package/esm2020/utils/cdk/get-closest-widget-cdk-drag.mjs +3 -3
  339. package/esm2020/utils/file-utils.mjs +2 -2
  340. package/esm2020/utils/form/get-control-path.mjs +6 -5
  341. package/esm2020/utils/geo-json/geo-json-to-area.mjs +3 -3
  342. package/esm2020/utils/geo-json/is-only-geometry-types.validator.mjs +1 -1
  343. package/esm2020/utils/geo-json/min-max-points.validator.mjs +5 -5
  344. package/esm2020/utils/geo-json/read-geo-file.mjs +3 -2
  345. package/esm2020/utils/has-property.mjs +2 -2
  346. package/esm2020/utils/load-style-sheet.mjs +2 -2
  347. package/esm2020/utils/load-style.mjs +2 -2
  348. package/esm2020/utils/obj-utils.mjs +2 -2
  349. package/esm2020/utils/polling-ticker.mjs +2 -2
  350. package/esm2020/utils/router/operators/activated-routes-with-data-property.mjs +2 -2
  351. package/esm2020/utils/router/route-snapshot-path-full.mjs +2 -2
  352. package/esm2020/utils/router/route-snapshot-path-relative.mjs +2 -2
  353. package/esm2020/utils/router/will-have-data-prop.mjs +3 -3
  354. package/esm2020/utils/subscriber-count.mjs +2 -1
  355. package/esm2020/utils/toggle-attribute.mjs +6 -5
  356. package/esm2020/utils/wait-on-condition-async.mjs +5 -5
  357. package/esm2020/vertical-list-filter/public-api.mjs +3 -0
  358. package/esm2020/vertical-list-filter/testing/index.mjs +2 -0
  359. package/esm2020/vertical-list-filter/testing/vertical-list-filter.harness.mjs +28 -0
  360. package/esm2020/vertical-list-filter/theseam-ui-common-vertical-list-filter.mjs +5 -0
  361. package/esm2020/vertical-list-filter/vertical-list-filter.component.mjs +52 -0
  362. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +4 -4
  363. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  364. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +5 -4
  365. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +4 -4
  366. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +5 -4
  367. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  368. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +7 -7
  369. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  370. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  371. package/esm2020/widget/widget/widget.component.mjs +3 -3
  372. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +5 -8
  373. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  374. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +5 -8
  375. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  376. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  377. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  378. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +6 -7
  379. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  380. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +5 -7
  381. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  382. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +5 -8
  383. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  384. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +5 -5
  385. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  386. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  387. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +16 -19
  388. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +5 -7
  389. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  390. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +5 -5
  391. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  392. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +6 -9
  393. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +5 -6
  394. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +5 -8
  395. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +5 -5
  396. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +9 -8
  397. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +10 -10
  398. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +5 -8
  399. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  400. package/esm2020/widget/widget-footer/widget-footer.component.mjs +5 -7
  401. package/esm2020/widget/widget-registry.service.mjs +6 -5
  402. package/esm2020/widget/widget.module.mjs +7 -7
  403. package/fesm2015/theseam-ui-common-asset-reader.mjs +13 -11
  404. package/fesm2015/theseam-ui-common-asset-reader.mjs.map +1 -1
  405. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +13 -14
  406. package/fesm2015/theseam-ui-common-breadcrumbs.mjs.map +1 -1
  407. package/fesm2015/theseam-ui-common-buttons.mjs +31 -27
  408. package/fesm2015/theseam-ui-common-buttons.mjs.map +1 -1
  409. package/fesm2015/theseam-ui-common-card.mjs +23 -31
  410. package/fesm2015/theseam-ui-common-card.mjs.map +1 -1
  411. package/fesm2015/theseam-ui-common-carousel.mjs +265 -0
  412. package/fesm2015/theseam-ui-common-carousel.mjs.map +1 -0
  413. package/fesm2015/theseam-ui-common-checkbox.mjs +8 -9
  414. package/fesm2015/theseam-ui-common-checkbox.mjs.map +1 -1
  415. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +15 -15
  416. package/fesm2015/theseam-ui-common-confirm-dialog.mjs.map +1 -1
  417. package/fesm2015/theseam-ui-common-core.mjs +10 -8
  418. package/fesm2015/theseam-ui-common-core.mjs.map +1 -1
  419. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  420. package/fesm2015/theseam-ui-common-data-filters.mjs +23 -20
  421. package/fesm2015/theseam-ui-common-data-filters.mjs.map +1 -1
  422. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +34 -38
  423. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  424. package/fesm2015/theseam-ui-common-datatable.mjs +115 -123
  425. package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
  426. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +12 -12
  427. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
  428. package/fesm2015/theseam-ui-common-dynamic.mjs +36 -26
  429. package/fesm2015/theseam-ui-common-dynamic.mjs.map +1 -1
  430. package/fesm2015/theseam-ui-common-footer-bar.mjs +8 -11
  431. package/fesm2015/theseam-ui-common-footer-bar.mjs.map +1 -1
  432. package/fesm2015/theseam-ui-common-form-field-error.mjs +21 -23
  433. package/fesm2015/theseam-ui-common-form-field-error.mjs.map +1 -1
  434. package/fesm2015/theseam-ui-common-form-field.mjs +29 -28
  435. package/fesm2015/theseam-ui-common-form-field.mjs.map +1 -1
  436. package/fesm2015/theseam-ui-common-framework.mjs +153 -160
  437. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  438. package/fesm2015/theseam-ui-common-google-maps.mjs +84 -86
  439. package/fesm2015/theseam-ui-common-google-maps.mjs.map +1 -1
  440. package/fesm2015/theseam-ui-common-graphql.mjs +10 -34
  441. package/fesm2015/theseam-ui-common-graphql.mjs.map +1 -1
  442. package/fesm2015/theseam-ui-common-icon.mjs +84 -85
  443. package/fesm2015/theseam-ui-common-icon.mjs.map +1 -1
  444. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  445. package/fesm2015/theseam-ui-common-layout.mjs.map +1 -1
  446. package/fesm2015/theseam-ui-common-loading.mjs +14 -15
  447. package/fesm2015/theseam-ui-common-loading.mjs.map +1 -1
  448. package/fesm2015/theseam-ui-common-menu.mjs +25 -26
  449. package/fesm2015/theseam-ui-common-menu.mjs.map +1 -1
  450. package/fesm2015/theseam-ui-common-modal.mjs +71 -76
  451. package/fesm2015/theseam-ui-common-modal.mjs.map +1 -1
  452. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  453. package/fesm2015/theseam-ui-common-popover.mjs.map +1 -1
  454. package/fesm2015/theseam-ui-common-progress.mjs +13 -13
  455. package/fesm2015/theseam-ui-common-progress.mjs.map +1 -1
  456. package/fesm2015/theseam-ui-common-scrollbar.mjs +10 -11
  457. package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
  458. package/fesm2015/theseam-ui-common-services.mjs +11 -13
  459. package/fesm2015/theseam-ui-common-services.mjs.map +1 -1
  460. package/fesm2015/theseam-ui-common-shared.mjs +42 -42
  461. package/fesm2015/theseam-ui-common-shared.mjs.map +1 -1
  462. package/fesm2015/theseam-ui-common-storage.mjs +10 -10
  463. package/fesm2015/theseam-ui-common-storage.mjs.map +1 -1
  464. package/fesm2015/theseam-ui-common-story-helpers.mjs +25 -100
  465. package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
  466. package/fesm2015/theseam-ui-common-tabbed.mjs +27 -29
  467. package/fesm2015/theseam-ui-common-tabbed.mjs.map +1 -1
  468. package/fesm2015/theseam-ui-common-table-cell-type.mjs +12 -13
  469. package/fesm2015/theseam-ui-common-table-cell-type.mjs.map +1 -1
  470. package/fesm2015/theseam-ui-common-table-cell-types.mjs +87 -89
  471. package/fesm2015/theseam-ui-common-table-cell-types.mjs.map +1 -1
  472. package/fesm2015/theseam-ui-common-table.mjs +8 -9
  473. package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
  474. package/fesm2015/theseam-ui-common-tel-input.mjs +21 -25
  475. package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
  476. package/fesm2015/theseam-ui-common-testing.mjs.map +1 -1
  477. package/fesm2015/theseam-ui-common-tiled-select.mjs +31 -34
  478. package/fesm2015/theseam-ui-common-tiled-select.mjs.map +1 -1
  479. package/fesm2015/theseam-ui-common-toggle-edit.mjs +20 -23
  480. package/fesm2015/theseam-ui-common-toggle-edit.mjs.map +1 -1
  481. package/fesm2015/theseam-ui-common-toggle-group.mjs +12 -12
  482. package/fesm2015/theseam-ui-common-toggle-group.mjs.map +1 -1
  483. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +16 -18
  484. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
  485. package/fesm2015/theseam-ui-common-utils.mjs +36 -32
  486. package/fesm2015/theseam-ui-common-utils.mjs.map +1 -1
  487. package/fesm2015/theseam-ui-common-vertical-list-filter.mjs +96 -0
  488. package/fesm2015/theseam-ui-common-vertical-list-filter.mjs.map +1 -0
  489. package/fesm2015/theseam-ui-common-viewers.mjs +22 -20
  490. package/fesm2015/theseam-ui-common-viewers.mjs.map +1 -1
  491. package/fesm2015/theseam-ui-common-widget.mjs +159 -186
  492. package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
  493. package/fesm2020/theseam-ui-common-asset-reader.mjs +13 -11
  494. package/fesm2020/theseam-ui-common-asset-reader.mjs.map +1 -1
  495. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +13 -14
  496. package/fesm2020/theseam-ui-common-breadcrumbs.mjs.map +1 -1
  497. package/fesm2020/theseam-ui-common-buttons.mjs +31 -27
  498. package/fesm2020/theseam-ui-common-buttons.mjs.map +1 -1
  499. package/fesm2020/theseam-ui-common-card.mjs +23 -31
  500. package/fesm2020/theseam-ui-common-card.mjs.map +1 -1
  501. package/fesm2020/theseam-ui-common-carousel.mjs +265 -0
  502. package/fesm2020/theseam-ui-common-carousel.mjs.map +1 -0
  503. package/fesm2020/theseam-ui-common-checkbox.mjs +8 -9
  504. package/fesm2020/theseam-ui-common-checkbox.mjs.map +1 -1
  505. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +15 -15
  506. package/fesm2020/theseam-ui-common-confirm-dialog.mjs.map +1 -1
  507. package/fesm2020/theseam-ui-common-core.mjs +10 -8
  508. package/fesm2020/theseam-ui-common-core.mjs.map +1 -1
  509. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  510. package/fesm2020/theseam-ui-common-data-filters.mjs +23 -20
  511. package/fesm2020/theseam-ui-common-data-filters.mjs.map +1 -1
  512. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +34 -38
  513. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  514. package/fesm2020/theseam-ui-common-datatable.mjs +115 -123
  515. package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
  516. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +12 -12
  517. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
  518. package/fesm2020/theseam-ui-common-dynamic.mjs +36 -26
  519. package/fesm2020/theseam-ui-common-dynamic.mjs.map +1 -1
  520. package/fesm2020/theseam-ui-common-footer-bar.mjs +8 -11
  521. package/fesm2020/theseam-ui-common-footer-bar.mjs.map +1 -1
  522. package/fesm2020/theseam-ui-common-form-field-error.mjs +21 -23
  523. package/fesm2020/theseam-ui-common-form-field-error.mjs.map +1 -1
  524. package/fesm2020/theseam-ui-common-form-field.mjs +29 -28
  525. package/fesm2020/theseam-ui-common-form-field.mjs.map +1 -1
  526. package/fesm2020/theseam-ui-common-framework.mjs +153 -160
  527. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  528. package/fesm2020/theseam-ui-common-google-maps.mjs +83 -86
  529. package/fesm2020/theseam-ui-common-google-maps.mjs.map +1 -1
  530. package/fesm2020/theseam-ui-common-graphql.mjs +10 -34
  531. package/fesm2020/theseam-ui-common-graphql.mjs.map +1 -1
  532. package/fesm2020/theseam-ui-common-icon.mjs +84 -85
  533. package/fesm2020/theseam-ui-common-icon.mjs.map +1 -1
  534. package/fesm2020/theseam-ui-common-layout.mjs +16 -8
  535. package/fesm2020/theseam-ui-common-layout.mjs.map +1 -1
  536. package/fesm2020/theseam-ui-common-loading.mjs +14 -15
  537. package/fesm2020/theseam-ui-common-loading.mjs.map +1 -1
  538. package/fesm2020/theseam-ui-common-menu.mjs +25 -26
  539. package/fesm2020/theseam-ui-common-menu.mjs.map +1 -1
  540. package/fesm2020/theseam-ui-common-modal.mjs +71 -76
  541. package/fesm2020/theseam-ui-common-modal.mjs.map +1 -1
  542. package/fesm2020/theseam-ui-common-models.mjs +2 -1
  543. package/fesm2020/theseam-ui-common-models.mjs.map +1 -1
  544. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  545. package/fesm2020/theseam-ui-common-popover.mjs.map +1 -1
  546. package/fesm2020/theseam-ui-common-progress.mjs +13 -13
  547. package/fesm2020/theseam-ui-common-progress.mjs.map +1 -1
  548. package/fesm2020/theseam-ui-common-scrollbar.mjs +10 -11
  549. package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
  550. package/fesm2020/theseam-ui-common-services.mjs +11 -13
  551. package/fesm2020/theseam-ui-common-services.mjs.map +1 -1
  552. package/fesm2020/theseam-ui-common-shared.mjs +42 -42
  553. package/fesm2020/theseam-ui-common-shared.mjs.map +1 -1
  554. package/fesm2020/theseam-ui-common-storage.mjs +10 -10
  555. package/fesm2020/theseam-ui-common-storage.mjs.map +1 -1
  556. package/fesm2020/theseam-ui-common-story-helpers.mjs +25 -96
  557. package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
  558. package/fesm2020/theseam-ui-common-tabbed.mjs +27 -29
  559. package/fesm2020/theseam-ui-common-tabbed.mjs.map +1 -1
  560. package/fesm2020/theseam-ui-common-table-cell-type.mjs +12 -13
  561. package/fesm2020/theseam-ui-common-table-cell-type.mjs.map +1 -1
  562. package/fesm2020/theseam-ui-common-table-cell-types.mjs +87 -89
  563. package/fesm2020/theseam-ui-common-table-cell-types.mjs.map +1 -1
  564. package/fesm2020/theseam-ui-common-table.mjs +8 -9
  565. package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
  566. package/fesm2020/theseam-ui-common-tel-input.mjs +21 -25
  567. package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
  568. package/fesm2020/theseam-ui-common-testing.mjs +1 -0
  569. package/fesm2020/theseam-ui-common-testing.mjs.map +1 -1
  570. package/fesm2020/theseam-ui-common-tiled-select.mjs +31 -34
  571. package/fesm2020/theseam-ui-common-tiled-select.mjs.map +1 -1
  572. package/fesm2020/theseam-ui-common-toggle-edit.mjs +20 -23
  573. package/fesm2020/theseam-ui-common-toggle-edit.mjs.map +1 -1
  574. package/fesm2020/theseam-ui-common-toggle-group.mjs +12 -12
  575. package/fesm2020/theseam-ui-common-toggle-group.mjs.map +1 -1
  576. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +16 -18
  577. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
  578. package/fesm2020/theseam-ui-common-utils.mjs +36 -32
  579. package/fesm2020/theseam-ui-common-utils.mjs.map +1 -1
  580. package/fesm2020/theseam-ui-common-vertical-list-filter.mjs +87 -0
  581. package/fesm2020/theseam-ui-common-vertical-list-filter.mjs.map +1 -0
  582. package/fesm2020/theseam-ui-common-viewers.mjs +22 -20
  583. package/fesm2020/theseam-ui-common-viewers.mjs.map +1 -1
  584. package/fesm2020/theseam-ui-common-widget.mjs +159 -186
  585. package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
  586. package/footer-bar/footer-bar/footer-bar.component.d.ts +1 -4
  587. package/form-field-error/form-field-error/form-field-error.component.d.ts +1 -4
  588. package/form-field-error/form-field-error-list/form-field-error-list.component.d.ts +2 -3
  589. package/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.d.ts +2 -4
  590. package/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.d.ts +2 -3
  591. package/framework/dashboard/dashboard.component.d.ts +0 -1
  592. package/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.d.ts +2 -3
  593. package/framework/dynamic-router/resolvers/hierarchy-level.resolver.d.ts +0 -1
  594. package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.d.ts +2 -4
  595. package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.d.ts +3 -5
  596. package/framework/top-bar/top-bar-title/top-bar-title.component.d.ts +1 -4
  597. package/framework/top-bar/top-bar.component.d.ts +2 -4
  598. package/google-maps/google-maps/google-maps.component.d.ts +3 -6
  599. package/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.d.ts +2 -3
  600. package/graphql/datatable/datatable-graphql-query-ref.d.ts +0 -1
  601. package/icon/icon-btn/icon-btn.component.d.ts +2 -3
  602. package/loading/loading/loading.component.d.ts +1 -4
  603. package/menu/menu-item.component.d.ts +2 -3
  604. package/modal/modal/modal.component.d.ts +3 -4
  605. package/modal/modal-body/modal-body.component.d.ts +1 -4
  606. package/modal/modal-footer/modal-footer.component.d.ts +1 -4
  607. package/modal/modal-header/modal-header.component.d.ts +1 -4
  608. package/modal/route-modal/route-modal.component.d.ts +2 -3
  609. package/package.json +17 -1
  610. package/progress/progress-circle/progress-circle.component.d.ts +0 -1
  611. package/scrollbar/overlay-scrollbar.directive.d.ts +2 -3
  612. package/services/asset-loader.service.d.ts +0 -1
  613. package/services/font-loader.service.d.ts +0 -1
  614. package/story-helpers/public-api.d.ts +0 -1
  615. package/tabbed/directives/tabbed-tab-content.directive.d.ts +0 -1
  616. package/tabbed/tabbed-content/tabbed-content.component.d.ts +1 -4
  617. package/tabbed/tabbed-item/tabbed-item.component.d.ts +2 -4
  618. package/tabbed/tabbed.service.d.ts +0 -1
  619. package/table/table/table.component.d.ts +2 -3
  620. package/table-cell-type/table-cell-type-models.d.ts +1 -1
  621. package/table-cell-type/table-cell-type-selector.component.d.ts +3 -4
  622. package/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.d.ts +2 -3
  623. package/table-cell-types/table-cell-type-date/table-cell-type-date.component.d.ts +2 -3
  624. package/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.d.ts +2 -3
  625. package/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.d.ts +2 -3
  626. package/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.d.ts +2 -3
  627. package/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.d.ts +2 -3
  628. package/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.d.ts +2 -3
  629. package/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.d.ts +2 -3
  630. package/tiled-select/components/tiled-select/tiled-select.component.d.ts +2 -3
  631. package/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.d.ts +1 -4
  632. package/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.d.ts +1 -4
  633. package/toggle-group/toggle-group.directive.d.ts +0 -1
  634. package/unsaved-changes-dialog/unsaved-changes-dialog.component.d.ts +1 -4
  635. package/utils/obj-utils.d.ts +2 -2
  636. package/vertical-list-filter/index.d.ts +5 -0
  637. package/vertical-list-filter/public-api.d.ts +2 -0
  638. package/vertical-list-filter/testing/index.d.ts +1 -0
  639. package/vertical-list-filter/testing/vertical-list-filter.harness.d.ts +9 -0
  640. package/vertical-list-filter/vertical-list-filter.component.d.ts +17 -0
  641. package/widget/widget-content-components/widget-button-group/widget-button-group.component.d.ts +1 -4
  642. package/widget/widget-content-components/widget-content-header/widget-content-header.component.d.ts +1 -4
  643. package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.d.ts +2 -3
  644. package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.d.ts +1 -4
  645. package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.d.ts +1 -4
  646. package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.d.ts +2 -3
  647. package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.d.ts +4 -7
  648. package/widget/widget-content-components/widget-list-group/widget-list-group.component.d.ts +1 -4
  649. package/widget/widget-content-components/widget-table/widget-table.component.d.ts +0 -1
  650. package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.d.ts +1 -4
  651. package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.d.ts +2 -3
  652. package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.d.ts +1 -4
  653. package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.d.ts +1 -4
  654. package/widget/widget-footer/widget-footer.component.d.ts +1 -4
  655. package/esm2020/story-helpers/args-to-tpl.mjs +0 -72
  656. package/story-helpers/args-to-tpl.d.ts +0 -24
@@ -1,13 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { TheSeamBreadcrumb } from '../breadcrumb';
4
3
  import { TheSeamBreadcrumbsService } from '../breadcrumbs.service';
5
4
  import * as i0 from "@angular/core";
6
- export declare class BreadcrumbsComponent implements OnInit {
5
+ export declare class BreadcrumbsComponent {
7
6
  private _breadcrumbs;
8
7
  crumbs$: Observable<TheSeamBreadcrumb[]>;
9
8
  constructor(_breadcrumbs: TheSeamBreadcrumbsService);
10
- ngOnInit(): void;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
12
10
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "seam-breadcrumbs", never, {}, {}, never, never, false, never>;
13
11
  }
@@ -1,13 +1,11 @@
1
- import { AfterViewInit, OnDestroy, OnInit, QueryList } from '@angular/core';
1
+ import { AfterViewInit, OnDestroy, QueryList } from '@angular/core';
2
2
  import { CardActionComponent } from './../card-action/card-action.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class CardBodyComponent implements OnInit, OnDestroy, AfterViewInit {
4
+ export declare class CardBodyComponent implements OnDestroy, AfterViewInit {
5
5
  _cssClassCardBody: boolean;
6
6
  _cssClassP0: boolean;
7
7
  cardActionComponents?: QueryList<CardActionComponent>;
8
8
  private _changesSubscription;
9
- constructor();
10
- ngOnInit(): void;
11
9
  ngOnDestroy(): void;
12
10
  ngAfterViewInit(): void;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class CardFooterComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class CardFooterComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "seam-card-footer", never, {}, {}, never, never, false, never>;
8
5
  }
@@ -1,10 +1,7 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class CardHeaderComponent implements OnInit {
2
+ export declare class CardHeaderComponent {
4
3
  _cssClassCardHeader: boolean;
5
4
  _cssClassPY0: boolean;
6
- constructor();
7
- ngOnInit(): void;
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
9
6
  static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "seam-card-header", never, {}, {}, never, ["*"], false, never>;
10
7
  }
@@ -1,9 +1,6 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class CardComponent implements OnInit {
2
+ export declare class CardComponent {
4
3
  _cssClassCard: boolean;
5
- constructor();
6
- ngOnInit(): void;
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
8
5
  static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "seam-card", never, {}, {}, never, ["seam-card-header", "seam-card-body"], false, never>;
9
6
  }
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TheSeamCarouselSlideDirective {
4
+ readonly template: TemplateRef<any>;
5
+ constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamCarouselSlideDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TheSeamCarouselSlideDirective, "[seamCarouselSlide]", never, {}, {}, never, never, false, never>;
8
+ }
@@ -0,0 +1,85 @@
1
+ import { OnDestroy, OnInit, QueryList } from '@angular/core';
2
+ import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
3
+ import { Observable } from 'rxjs';
4
+ import { TheSeamCarouselSlideDirective } from './carousel-slide.directive';
5
+ import * as i0 from "@angular/core";
6
+ export declare class TheSeamCarouselComponent implements OnInit, OnDestroy {
7
+ static ngAcceptInputType_slideInterval: NumberInput;
8
+ static ngAcceptInputType_autoPlay: BooleanInput;
9
+ static ngAcceptInputType_pauseOnHover: BooleanInput;
10
+ static ngAcceptInputType_pauseOnFocus: BooleanInput;
11
+ static ngAcceptInputType_showPager: BooleanInput;
12
+ static ngAcceptInputType_showNavButtons: BooleanInput;
13
+ static ngAcceptInputType_showPauseButton: BooleanInput;
14
+ readonly faAngleRight: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
+ readonly faAngleLeft: import("@fortawesome/fontawesome-common-types").IconDefinition;
16
+ readonly faPause: import("@fortawesome/fontawesome-common-types").IconDefinition;
17
+ readonly faPlay: import("@fortawesome/fontawesome-common-types").IconDefinition;
18
+ /**
19
+ * Duration in ms that slide is displayed before paging.
20
+ * Only applicable when `autoPlay === true`.
21
+ * Defaults to 10000ms.
22
+ */
23
+ slideInterval: number;
24
+ /**
25
+ * When `true`, carousel will page automatically.
26
+ * Defaults to `true`.
27
+ */
28
+ autoPlay: boolean;
29
+ /**
30
+ * When `true`, will pause automatic paging when user mouses over carousel.
31
+ * Timer will restart when user mouses out.
32
+ * Only applicable when `autoPlay === true`.
33
+ * Defaults to `true`.
34
+ */
35
+ pauseOnHover: boolean;
36
+ /**
37
+ * When `true`, will pause automatic paging when user focuses in on item in carousel.
38
+ * Timer will restart when user focuses out.
39
+ * Only applicable when `autoPlay === true`.
40
+ * Defaults to `true`.
41
+ */
42
+ pauseOnFocus: boolean;
43
+ /**
44
+ * When `true`, will show pager row at the bottom of the carousel with clickable buttons to navigate directly to a page.
45
+ * Defaults to `true`.
46
+ */
47
+ showPager: boolean;
48
+ /**
49
+ * When `true`, will show left and right nav button on either side of the carousel to navigate through pages.
50
+ * Defaults to `true`.
51
+ */
52
+ showNavButtons: boolean;
53
+ /**
54
+ * When `true`, will show pause/play button to stop/restart automatic paging.
55
+ * Defaults to `true`.
56
+ */
57
+ showPauseButton: boolean;
58
+ get slides(): QueryList<TheSeamCarouselSlideDirective> | undefined;
59
+ set slides(value: QueryList<TheSeamCarouselSlideDirective> | undefined);
60
+ private readonly _slides;
61
+ readonly slides$: Observable<QueryList<TheSeamCarouselSlideDirective> | undefined>;
62
+ readonly activeSlide$: Observable<any | undefined>;
63
+ private readonly _pollActiveIndex;
64
+ readonly activeIndex$: Observable<number>;
65
+ private readonly _carouselPaused;
66
+ readonly carouselPaused$: Observable<boolean>;
67
+ private readonly _carouselStopped;
68
+ readonly carouselStopped$: Observable<boolean>;
69
+ private readonly _resetInterval;
70
+ constructor();
71
+ ngOnInit(): void;
72
+ ngOnDestroy(): void;
73
+ private _startInterval;
74
+ focusIn(): void;
75
+ focusOut(): void;
76
+ mouseEnter(): void;
77
+ mouseLeave(): void;
78
+ pauseTimer(): void;
79
+ startTimer(): void;
80
+ setCarousel(i: number): void;
81
+ pageCarousel(step: number): void;
82
+ toggleCarouselStop(): void;
83
+ static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamCarouselComponent, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamCarouselComponent, "seam-carousel", ["seamCarousel"], { "slideInterval": "slideInterval"; "autoPlay": "autoPlay"; "pauseOnHover": "pauseOnHover"; "pauseOnFocus": "pauseOnFocus"; "showPager": "showPager"; "showNavButtons": "showNavButtons"; "showPauseButton": "showPauseButton"; }, {}, ["slides"], never, false, never>;
85
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./carousel.component";
3
+ import * as i2 from "./carousel-slide.directive";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@theseam/ui-common/icon";
6
+ import * as i5 from "@theseam/ui-common/buttons";
7
+ export declare class TheSeamCarouselModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamCarouselModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TheSeamCarouselModule, [typeof i1.TheSeamCarouselComponent, typeof i2.TheSeamCarouselSlideDirective], [typeof i3.CommonModule, typeof i4.TheSeamIconModule, typeof i5.TheSeamButtonsModule], [typeof i1.TheSeamCarouselComponent, typeof i2.TheSeamCarouselSlideDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<TheSeamCarouselModule>;
11
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@theseam/ui-common/carousel" />
5
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './carousel-slide.directive';
2
+ export * from './carousel.component';
3
+ export * from './carousel.module';
@@ -1,6 +1,6 @@
1
1
  import { FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
2
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
3
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
5
  import { CanDisable, CanDisableCtor, HasTabIndex, HasTabIndexCtor } from '@theseam/ui-common/core';
6
6
  import * as i0 from "@angular/core";
@@ -23,7 +23,7 @@ declare const _TheSeamCheckboxMixinBase: HasTabIndexCtor & CanDisableCtor & type
23
23
  /**
24
24
  * A Checkbox.
25
25
  */
26
- export declare class TheSeamCheckboxComponent extends _TheSeamCheckboxMixinBase implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor, CanDisable, HasTabIndex {
26
+ export declare class TheSeamCheckboxComponent extends _TheSeamCheckboxMixinBase implements AfterViewInit, OnDestroy, ControlValueAccessor, CanDisable, HasTabIndex {
27
27
  private _changeDetectorRef;
28
28
  private _focusMonitor;
29
29
  private _ngZone;
@@ -91,8 +91,6 @@ export declare class TheSeamCheckboxComponent extends _TheSeamCheckboxMixinBase
91
91
  private _controlValueAccessorChangeFn;
92
92
  constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _focusMonitor: FocusMonitor, _ngZone: NgZone, tabIndex: string);
93
93
  /** @ignore */
94
- ngOnInit(): void;
95
- /** @ignore */
96
94
  ngOnDestroy(): void;
97
95
  /** @ignore */
98
96
  ngAfterViewInit(): void;
@@ -5,4 +5,4 @@ export interface CanBeActive {
5
5
  }
6
6
  export type CanBeActiveCtor = Constructor<CanBeActive>;
7
7
  /** Mixin to augment a directive with a `disabled` property. */
8
- export declare function mixinActive<T extends Constructor<{}>>(base: T): CanBeActiveCtor & T;
8
+ export declare function mixinActive<T extends Constructor<object>>(base: T): CanBeActiveCtor & T;
@@ -14,4 +14,4 @@ export interface CanDisable {
14
14
  /** @docs-private */
15
15
  export type CanDisableCtor = Constructor<CanDisable>;
16
16
  /** Mixin to augment a directive with a `disabled` property. */
17
- export declare function mixinDisabled<T extends Constructor<{}>>(base: T): CanDisableCtor & T;
17
+ export declare function mixinDisabled<T extends Constructor<object>>(base: T): CanDisableCtor & T;
@@ -27,4 +27,4 @@ export interface HasInitialized {
27
27
  /** @docs-private */
28
28
  export type HasInitializedCtor = Constructor<HasInitialized>;
29
29
  /** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */
30
- export declare function mixinInitialized<T extends Constructor<{}>>(base: T): HasInitializedCtor & T;
30
+ export declare function mixinInitialized<T extends Constructor<object>>(base: T): HasInitializedCtor & T;
@@ -43,7 +43,7 @@ export interface DataFilter {
43
43
  filterState(): DataFilterState;
44
44
  }
45
45
  export declare const THESEAM_DATA_FILTER: InjectionToken<DataFilter>;
46
- export declare const THESEAM_DATA_FILTER_OPTIONS: InjectionToken<{}>;
46
+ export declare const THESEAM_DATA_FILTER_OPTIONS: InjectionToken<object>;
47
47
  export declare function filterOperator<T>(filterFn: DataFilterFunction): (source$: Observable<T[]>) => Observable<T[]>;
48
48
  export declare function composeDataFilters(filters: DataFilter[]): (source$: Observable<any>) => Observable<any>;
49
49
  export declare function composeDataFilterStates(filters: DataFilter[]): Observable<DataFilterState[]>;
@@ -1,10 +1,10 @@
1
- import { OnChanges, OnInit, PipeTransform, SimpleChanges, TemplateRef } from '@angular/core';
1
+ import { OnChanges, PipeTransform, SimpleChanges, TemplateRef } from '@angular/core';
2
2
  import { TableColumnProp } from '@marklb/ngx-datatable';
3
3
  import { DatatableCellTplDirective } from '../directives/datatable-cell-tpl.directive';
4
4
  import { DatatableColumnChangesService } from '../services/datatable-column-changes.service';
5
5
  import * as i0 from "@angular/core";
6
6
  type _PipeTransform = PipeTransform | PipeTransform;
7
- export declare class DatatableColumnComponent implements OnInit, OnChanges {
7
+ export declare class DatatableColumnComponent implements OnChanges {
8
8
  private _columnChangesService;
9
9
  name?: string | null;
10
10
  prop?: TableColumnProp | null;
@@ -36,7 +36,6 @@ export declare class DatatableColumnComponent implements OnInit, OnChanges {
36
36
  _cellTemplateQuery?: TemplateRef<any>;
37
37
  get cellTemplate(): TemplateRef<any> | undefined | null;
38
38
  constructor(_columnChangesService: DatatableColumnChangesService);
39
- ngOnInit(): void;
40
39
  ngOnChanges(changes: SimpleChanges): void;
41
40
  getCellDirective(): DatatableCellTplDirective | null;
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableColumnComponent, never>;
@@ -1,14 +1,12 @@
1
1
  import { ConnectionPositionPair } from '@angular/cdk/overlay';
2
- import { OnInit } from '@angular/core';
3
2
  import { ColumnsAlterationsManagerService } from '../services/columns-alterations-manager.service';
4
3
  import * as i0 from "@angular/core";
5
- export declare class DatatableColumnPreferencesButtonComponent implements OnInit {
4
+ export declare class DatatableColumnPreferencesButtonComponent {
6
5
  private readonly _columnsAlterationsManager;
7
6
  icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
7
  /** @ignore */
9
8
  _actionMenuPositions: ConnectionPositionPair[];
10
9
  constructor(_columnsAlterationsManager: ColumnsAlterationsManagerService);
11
- ngOnInit(): void;
12
10
  _resetColumns(event: any): void;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableColumnPreferencesButtonComponent, never>;
14
12
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableColumnPreferencesButtonComponent, "seam-datatable-column-preferences-button", never, {}, {}, never, never, false, never>;
@@ -1,4 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { ToastrService } from 'ngx-toastr';
3
2
  import { IDataExporter } from '@theseam/ui-common/data-exporter';
4
3
  import { DynamicValueHelperService } from '@theseam/ui-common/dynamic';
@@ -8,7 +7,7 @@ import * as i0 from "@angular/core";
8
7
  export interface IDatatableExportButtonData {
9
8
  exporters: IDataExporter[];
10
9
  }
11
- export declare class DatatableExportButtonComponent implements OnInit {
10
+ export declare class DatatableExportButtonComponent {
12
11
  private readonly _datatable;
13
12
  private readonly _toastr;
14
13
  private readonly _loading;
@@ -18,7 +17,6 @@ export declare class DatatableExportButtonComponent implements OnInit {
18
17
  exporters: IDataExporter[] | undefined | null;
19
18
  get disabled(): boolean;
20
19
  constructor(_datatable: DatatableComponent, _toastr: ToastrService, _loading: TheSeamLoadingOverlayService, _valueHelper: DynamicValueHelperService, _data?: IDatatableExportButtonData | undefined);
21
- ngOnInit(): void;
22
20
  _onExporterClicked(exporter: IDataExporter): void;
23
21
  private _mapExportData;
24
22
  private _rowValue;
@@ -1,17 +1,14 @@
1
- import { AfterViewInit, EventEmitter, OnInit, QueryList } from '@angular/core';
1
+ import { EventEmitter, QueryList } from '@angular/core';
2
2
  import { IDataFilter } from '@theseam/ui-common/data-filters';
3
3
  import { DatatableFilterDirective } from '../directives/datatable-filter.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare const _THESEAM_DATA_FILTER_CONTAINER: any;
6
- export declare class DatatableMenuBarComponent implements OnInit, AfterViewInit {
6
+ export declare class DatatableMenuBarComponent {
7
7
  get filterDirectives(): QueryList<DatatableFilterDirective> | undefined;
8
8
  set filterDirectives(value: QueryList<DatatableFilterDirective> | undefined);
9
9
  private _filterDirectives;
10
10
  private _filtersArr;
11
11
  readonly filtersChanged: EventEmitter<import("@theseam/ui-common/data-filters").DataFilter[]>;
12
- constructor();
13
- ngOnInit(): void;
14
- ngAfterViewInit(): void;
15
12
  filters(): IDataFilter[];
16
13
  addFilter(dataFilter: IDataFilter): void;
17
14
  removeFilter(dataFilter: IDataFilter): void;
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class DatatableMenuBarColumnCenterComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class DatatableMenuBarColumnCenterComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableMenuBarColumnCenterComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableMenuBarColumnCenterComponent, "seam-datatable-menu-bar-column-center", never, {}, {}, never, ["*"], false, never>;
8
5
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class DatatableMenuBarColumnLeftComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class DatatableMenuBarColumnLeftComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableMenuBarColumnLeftComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableMenuBarColumnLeftComponent, "seam-datatable-menu-bar-column-left", never, {}, {}, never, ["*"], false, never>;
8
5
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class DatatableMenuBarColumnRightComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class DatatableMenuBarColumnRightComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableMenuBarColumnRightComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableMenuBarColumnRightComponent, "seam-datatable-menu-bar-column-right", never, {}, {}, never, ["*"], false, never>;
8
5
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class DatatableMenuBarRowComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class DatatableMenuBarRowComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableMenuBarRowComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableMenuBarRowComponent, "seam-datatable-menu-bar-row", never, {}, {}, never, ["*"], false, never>;
8
5
  }
@@ -1,13 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { DatatableMenuBarComponent } from './../datatable-menu-bar/datatable-menu-bar.component';
3
2
  import { MenubarItemData } from './../models/menubar-item-data';
4
3
  import * as i0 from "@angular/core";
5
- export declare class DatatableMenuBarTextComponent implements OnInit {
4
+ export declare class DatatableMenuBarTextComponent {
6
5
  private _menuBar;
7
6
  private _data;
8
7
  value: string | undefined | null;
9
8
  constructor(_menuBar: DatatableMenuBarComponent, _data: MenubarItemData | null);
10
- ngOnInit(): void;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableMenuBarTextComponent, [null, { optional: true; }]>;
12
10
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableMenuBarTextComponent, "seam-datatable-menu-bar-text", never, { "value": "value"; }, {}, never, never, false, never>;
13
11
  }
@@ -1,12 +1,12 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { EventEmitter } from '@angular/core';
3
3
  import { TheSeamDynamicComponentLoader } from '@theseam/ui-common/dynamic-component-loader';
4
4
  import { Modal } from '@theseam/ui-common/modal';
5
5
  import * as i0 from "@angular/core";
6
6
  export interface TheSeamDatatableRow {
7
7
  [prop: string]: any;
8
8
  }
9
- export declare class DatatableActionMenuItemDirective implements OnInit, OnDestroy {
9
+ export declare class DatatableActionMenuItemDirective {
10
10
  private readonly _modal;
11
11
  private readonly _dynamicComponentLoader;
12
12
  private readonly _http;
@@ -31,8 +31,6 @@ export declare class DatatableActionMenuItemDirective implements OnInit, OnDestr
31
31
  row: TheSeamDatatableRow | undefined | null;
32
32
  click: EventEmitter<any>;
33
33
  constructor(_modal: Modal, _dynamicComponentLoader: TheSeamDynamicComponentLoader, _http: HttpClient);
34
- ngOnInit(): void;
35
- ngOnDestroy(): void;
36
34
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableActionMenuItemDirective, [null, null, { optional: true; }]>;
37
35
  static ɵdir: i0.ɵɵDirectiveDeclaration<DatatableActionMenuItemDirective, "[seamDatatableActionMenuItem]", never, { "label": "label"; "href": "attr.href"; "target": "target"; "queryParams": "queryParams"; "fragment": "fragment"; "queryParamsHandling": "queryParamsHandling"; "preserveFragment": "preserveFragment"; "skipLocationChange": "skipLocationChange"; "replaceUrl": "replaceUrl"; "state": "state"; "routerLink": "routerLink"; "confirmDialog": "confirmDialog"; "row": "row"; }, { "click": "click"; }, never, never, false, never>;
38
36
  }
@@ -1,4 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { DynamicValueHelperService } from '@theseam/ui-common/dynamic';
4
3
  import { DynamicDatatableRow } from '../datatable-dynamic-def';
@@ -6,7 +5,7 @@ import { DynamicDatatableRowActionsService } from '../dynamic-datatable-row-acti
6
5
  import { DynamicDatatableActionMenuRecord } from '../models/dynamic-datatable-action-menu-record';
7
6
  import { DynamicDatatableRowAction } from '../models/dynamic-datatable-row-action';
8
7
  import * as i0 from "@angular/core";
9
- export declare class DatatableDynamicActionMenuComponent implements OnInit {
8
+ export declare class DatatableDynamicActionMenuComponent {
10
9
  private _valueHelper;
11
10
  private _dynamicRowActions;
12
11
  faEllipsisH: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -25,7 +24,6 @@ export declare class DatatableDynamicActionMenuComponent implements OnInit {
25
24
  overlayY: string;
26
25
  }[];
27
26
  constructor(_valueHelper: DynamicValueHelperService, _dynamicRowActions: DynamicDatatableRowActionsService);
28
- ngOnInit(): void;
29
27
  private _mapRecords;
30
28
  /** @ignore */
31
29
  private _getRowActionContext;
@@ -1,5 +1,5 @@
1
1
  import { ComponentPortal } from '@angular/cdk/portal';
2
- import { Injector, OnInit } from '@angular/core';
2
+ import { Injector } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import { DynamicValueHelperService } from '@theseam/ui-common/dynamic';
5
5
  import { TheSeamDynamicComponentLoader } from '@theseam/ui-common/dynamic-component-loader';
@@ -7,7 +7,7 @@ import { IDatatableDynamicMenuBarItemManifest } from '../datatable-dynamic-menu-
7
7
  import { DynamicDatatableMenuBar, DynamicDatatableMenuBarColumn, DynamicDatatableMenuBarItem, DynamicDatatableMenuBarRow } from '../models/dynamic-datatable-menu-bar';
8
8
  import * as i0 from "@angular/core";
9
9
  export interface IDatatableDynamicMenuBarContentItem {
10
- portal?: ComponentPortal<{}>;
10
+ portal?: ComponentPortal<object>;
11
11
  }
12
12
  export interface IDatatableDynamicMenuBarContentColumn {
13
13
  styles?: string | string[];
@@ -38,7 +38,7 @@ export interface IDatatableDynamicMenuBarContentItemContext {
38
38
  row: DynamicDatatableMenuBarRow;
39
39
  column: DynamicDatatableMenuBarColumn;
40
40
  }
41
- export declare class DatatableDynamicMenuBarContentComponent implements OnInit {
41
+ export declare class DatatableDynamicMenuBarContentComponent {
42
42
  private readonly _valueHelper;
43
43
  private readonly _dynamicComponentLoader;
44
44
  private readonly _injector;
@@ -49,7 +49,6 @@ export declare class DatatableDynamicMenuBarContentComponent implements OnInit {
49
49
  readonly def$: Observable<DynamicDatatableMenuBar | undefined>;
50
50
  readonly _rows$: Observable<IDatatableDynamicMenuBarContentRow[]>;
51
51
  constructor(_valueHelper: DynamicValueHelperService, _dynamicComponentLoader: TheSeamDynamicComponentLoader, _injector: Injector, _menuBarItemManifests?: IDatatableDynamicMenuBarItemManifest<any>[] | undefined);
52
- ngOnInit(): void;
53
52
  private _mapRows;
54
53
  private _mapRow;
55
54
  private _mapRowLayout;
@@ -8,7 +8,7 @@ export interface IDatatableDynamicMenuBarItemManifest<T = any> {
8
8
  /**
9
9
  * Component to render for this item.
10
10
  */
11
- component: ComponentType<{}> | string;
11
+ component: ComponentType<object> | string;
12
12
  /**
13
13
  * InjectionToken to inject data as.
14
14
  */
@@ -1,4 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { IDataExporter } from '@theseam/ui-common/data-exporter';
4
3
  import { DatatableDynamicDef, DynamicDatatableOptions } from './datatable-dynamic-def';
@@ -36,7 +35,7 @@ import * as i0 from "@angular/core";
36
35
  * without a new build and do things like allowing non-developers/clients to
37
36
  * maintain the tables functionality.
38
37
  */
39
- export declare class DatatableDynamicComponent implements OnInit {
38
+ export declare class DatatableDynamicComponent {
40
39
  private readonly _dynamicDef;
41
40
  /** The `DatatableDynamicDef` that defines the datatable. */
42
41
  set def(value: DatatableDynamicDef | undefined | null);
@@ -85,8 +84,6 @@ export declare class DatatableDynamicComponent implements OnInit {
85
84
  */
86
85
  _tmp_rows$: Observable<any>;
87
86
  constructor(_dynamicDef: DynamicDatatableDefService);
88
- /** @ignore */
89
- ngOnInit(): void;
90
87
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableDynamicComponent, never>;
91
88
  static ɵcmp: i0.ɵɵComponentDeclaration<DatatableDynamicComponent, "seam-datatable-dynamic", never, { "def": "def"; }, {}, never, never, false, never>;
92
89
  }
@@ -1,5 +1,5 @@
1
1
  import { LocationStrategy } from '@angular/common';
2
- import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
+ import { ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
3
3
  import { ActivatedRoute, QueryParamsHandling, Router, RouterLink, RouterLinkWithHref } from '@angular/router';
4
4
  import { Observable } from 'rxjs';
5
5
  import { AssetReaderHelperService } from '@theseam/ui-common/asset-reader';
@@ -37,7 +37,7 @@ export declare class DatatableDynamicActionMenuItemRouterLink {
37
37
  set target(value: string | undefined);
38
38
  destroy(): void;
39
39
  }
40
- export declare class DatatableDynamicActionMenuItemDirective implements OnInit, OnDestroy, OnChanges {
40
+ export declare class DatatableDynamicActionMenuItemDirective implements OnDestroy, OnChanges {
41
41
  private _elementRef;
42
42
  private _renderer;
43
43
  private _valueHelper;
@@ -52,9 +52,8 @@ export declare class DatatableDynamicActionMenuItemDirective implements OnInit,
52
52
  private _menuRouterLink?;
53
53
  private _recordSubscription;
54
54
  constructor(_elementRef: ElementRef<HTMLElement>, _renderer: Renderer2, _valueHelper: DynamicValueHelperService, _actionHelper: DynamicActionHelperService, _assetReaderHelper: AssetReaderHelperService, _router: Router, _route: ActivatedRoute, _locationStrategy: LocationStrategy);
55
- ngOnInit(): void;
56
55
  ngOnDestroy(): void;
57
- ngOnChanges(changes: {}): void;
56
+ ngOnChanges(changes: SimpleChanges): void;
58
57
  _update(record: DynamicDatatableActionMenuRecord): Observable<void>;
59
58
  private _updateAnchorElement;
60
59
  private _updateButtonElement;
@@ -2,7 +2,7 @@ import { ComponentType } from '@angular/cdk/portal';
2
2
  import { DynamicActionDef } from '../../models/dynamic-action-def';
3
3
  import { DynamicValue } from '../../models/dynamic-value';
4
4
  export interface DynamicActionModalDef extends DynamicActionDef<'modal'> {
5
- component?: DynamicValue<string | ComponentType<{}>>;
5
+ component?: DynamicValue<string | ComponentType<object>>;
6
6
  data?: any;
7
7
  resultActions?: {
8
8
  [value: string]: DynamicActionDef<string>;
@@ -9,6 +9,7 @@ export class AssetReaderHelperService {
9
9
  constructor(_assetReader) {
10
10
  this._assetReader = _assetReader;
11
11
  if (isDevMode() && !this._assetReader) {
12
+ // eslint-disable-next-line no-console
12
13
  console.warn(`[EncryptedAssetLinkDirective] Unable to get encrypted files unless an EncryptedAssetReader is provided.`);
13
14
  }
14
15
  }
@@ -28,7 +29,7 @@ export class AssetReaderHelperService {
28
29
  const filename = v instanceof Blob ? undefined : v.filename;
29
30
  const blob = v instanceof Blob ? v : v.blob;
30
31
  return from(readFileAsync(blob))
31
- .pipe(switchMap(_buf => !!_buf
32
+ .pipe(switchMap(_buf => _buf
32
33
  ? from(fileDataFromBuffer(_buf))
33
34
  : throwError('Unable to read file.')), map(data => ({ ...data, blob, filename })));
34
35
  }));
@@ -45,6 +46,7 @@ export class AssetReaderHelperService {
45
46
  openBlob(data.blob, target, filename);
46
47
  }
47
48
  }), catchError(err => {
49
+ // eslint-disable-next-line no-console
48
50
  if (isDevMode()) {
49
51
  console.error('err', err);
50
52
  }
@@ -55,9 +57,9 @@ export class AssetReaderHelperService {
55
57
  return of(false);
56
58
  }
57
59
  }
58
- AssetReaderHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: AssetReaderHelperService, deps: [{ token: i1.EncryptedAssetReader, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
59
- AssetReaderHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: AssetReaderHelperService, providedIn: 'root' });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: AssetReaderHelperService, decorators: [{
60
+ AssetReaderHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetReaderHelperService, deps: [{ token: i1.EncryptedAssetReader, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
61
+ AssetReaderHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetReaderHelperService, providedIn: 'root' });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetReaderHelperService, decorators: [{
61
63
  type: Injectable,
62
64
  args: [{
63
65
  providedIn: 'root'
@@ -65,4 +67,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImpor
65
67
  }], ctorParameters: function () { return [{ type: i1.EncryptedAssetReader, decorators: [{
66
68
  type: Optional
67
69
  }] }]; } });
68
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXQtcmVhZGVyLWhlbHBlci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2Fzc2V0LXJlYWRlci9hc3NldC1yZWFkZXItaGVscGVyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQy9ELE9BQU8sRUFBRSxJQUFJLEVBQWMsRUFBRSxFQUFFLFVBQVUsRUFBRSxNQUFNLE1BQU0sQ0FBQTtBQUN2RCxPQUFPLEVBQUUsVUFBVSxFQUFFLEdBQUcsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBRXZFLE9BQU8sU0FBUyxNQUFNLFlBQVksQ0FBQTtBQUVsQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFBOzs7QUFPdEYsTUFBTSxPQUFPLHdCQUF3QjtJQUVuQyxZQUNzQixZQUFtQztRQUFuQyxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUFFdkQsSUFBSSxTQUFTLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUU7WUFDckMsT0FBTyxDQUFDLElBQUksQ0FBQyx5R0FBeUcsQ0FBQyxDQUFBO1NBQ3hIO0lBQ0gsQ0FBQztJQUVNLFFBQVEsQ0FDYixHQUFXLEVBQ1gsd0JBQWlDLElBQUksRUFDckMsV0FBb0IsSUFBSSxFQUN4QixNQUFlO1FBRWYsSUFBSSxDQUFDLENBQUMsR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxDQUFDLEVBQUU7WUFDeEMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUU7Z0JBQ3RCLFdBQVc7Z0JBQ1gsTUFBTSxHQUFHLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsTUFBTSxDQUFDLENBQUE7Z0JBQ3BDLG9FQUFvRTtnQkFDcEUsNERBQTREO2dCQUM1RCxzQkFBc0I7Z0JBQ3RCLElBQUk7Z0JBQ0osT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUE7YUFDakI7WUFFRCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLG1CQUFtQixDQUFDLEdBQUcsRUFBRSxxQkFBcUIsQ0FBQztpQkFDNUUsSUFBSSxDQUNILFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtnQkFDWixNQUFNLFFBQVEsR0FBdUIsQ0FBQyxZQUFZLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFBO2dCQUMvRSxNQUFNLElBQUksR0FBUyxDQUFDLFlBQVksSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUE7Z0JBQ2pELE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQztxQkFDN0IsSUFBSSxDQUNILFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJO29CQUN0QixDQUFDLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxDQUFDO29CQUNoQyxDQUFDLENBQUMsVUFBVSxDQUFDLHNCQUFzQixDQUFDLENBQ3JDLEVBQ0QsR0FBRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEdBQUcsSUFBSSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQzNDLENBQUE7WUFDTCxDQUFDLENBQUMsQ0FDSCxDQUFBO1lBRUgsTUFBTSxLQUFLLEdBQUcsS0FBSztpQkFDaEIsSUFBSSxDQUNILEdBQUcsQ0FBQyxJQUFJLENBQUMsRUFBRTtnQkFDVCxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtvQkFBRSxNQUFNLElBQUksS0FBSyxDQUFDLDJCQUEyQixDQUFDLENBQUE7aUJBQUU7Z0JBQ3pFLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFdBQVcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFBO2dCQUM1RixJQUFJLFFBQVEsRUFBRTtvQkFDWixTQUFTLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUE7aUJBQ3RDO3FCQUFNO29CQUNMLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE1BQU0sRUFBRSxRQUFRLENBQUMsQ0FBQTtpQkFDdEM7WUFDSCxDQUFDLENBQUMsRUFDRixVQUFVLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQ2YsSUFBSSxTQUFTLEVBQUUsRUFBRTtvQkFBRSxPQUFPLENBQUMsS0FBSyxDQUFDLEtBQUssRUFBRSxHQUFHLENBQUMsQ0FBQTtpQkFBRTtnQkFDOUMsT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUE7WUFDbEIsQ0FBQyxDQUFDLEVBQ0YsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUNaLENBQUE7WUFFSCxPQUFPLEtBQUssQ0FBQTtTQUNiO1FBRUQsT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUE7SUFDbEIsQ0FBQzs7cUhBakVVLHdCQUF3Qjt5SEFBeEIsd0JBQXdCLGNBRnZCLE1BQU07MkZBRVAsd0JBQXdCO2tCQUhwQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7MEJBSUksUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUsIGlzRGV2TW9kZSwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgZnJvbSwgT2JzZXJ2YWJsZSwgb2YsIHRocm93RXJyb3IgfSBmcm9tICdyeGpzJ1xuaW1wb3J0IHsgY2F0Y2hFcnJvciwgbWFwLCBtYXBUbywgc3dpdGNoTWFwLCB0YXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycydcblxuaW1wb3J0IEZpbGVTYXZlciBmcm9tICdmaWxlLXNhdmVyJ1xuXG5pbXBvcnQgeyBmaWxlRGF0YUZyb21CdWZmZXIsIG9wZW5CbG9iLCByZWFkRmlsZUFzeW5jIH0gZnJvbSAnQHRoZXNlYW0vdWktY29tbW9uL3V0aWxzJ1xuXG5pbXBvcnQgeyBFbmNyeXB0ZWRBc3NldFJlYWRlciB9IGZyb20gJy4vZW5jcnlwdGVkLWFzc2V0LXJlYWRlcidcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgQXNzZXRSZWFkZXJIZWxwZXJTZXJ2aWNlIHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIF9hc3NldFJlYWRlcj86IEVuY3J5cHRlZEFzc2V0UmVhZGVyXG4gICkge1xuICAgIGlmIChpc0Rldk1vZGUoKSAmJiAhdGhpcy5fYXNzZXRSZWFkZXIpIHtcbiAgICAgIGNvbnNvbGUud2FybihgW0VuY3J5cHRlZEFzc2V0TGlua0RpcmVjdGl2ZV0gVW5hYmxlIHRvIGdldCBlbmNyeXB0ZWQgZmlsZXMgdW5sZXNzIGFuIEVuY3J5cHRlZEFzc2V0UmVhZGVyIGlzIHByb3ZpZGVkLmApXG4gICAgfVxuICB9XG5cbiAgcHVibGljIG9wZW5MaW5rKFxuICAgIHVybDogc3RyaW5nLFxuICAgIGRldGVjdE1pbWVGcm9tQ29udGVudDogYm9vbGVhbiA9IHRydWUsXG4gICAgZG93bmxvYWQ6IGJvb2xlYW4gPSB0cnVlLFxuICAgIHRhcmdldD86IHN0cmluZ1xuICApOiBPYnNlcnZhYmxlPGJvb2xlYW4+IHtcbiAgICBpZiAoISh1cmwgPT09IHVuZGVmaW5lZCB8fCB1cmwgPT09IG51bGwpKSB7XG4gICAgICBpZiAoIXRoaXMuX2Fzc2V0UmVhZGVyKSB7XG4gICAgICAgIC8vIEZhbGxiYWNrXG4gICAgICAgIGNvbnN0IHdpbiA9IHdpbmRvdy5vcGVuKHVybCwgdGFyZ2V0KVxuICAgICAgICAvLyBUT0RPOiBDb25zaWRlciBpZiBhbHdheXMgc2V0dGluZyBvcGVuZXIgdG8gbnVsbCBpcyB0byByZXN0cmljdGl2ZVxuICAgICAgICAvLyBpZiAod2luICYmIHRhcmdldCAmJiB0YXJnZXQudG9Mb3dlckNhc2UoKSA9PT0gJ19ibGFuaycpIHtcbiAgICAgICAgLy8gICB3aW4ub3BlbmVyID0gbnVsbFxuICAgICAgICAvLyB9XG4gICAgICAgIHJldHVybiBvZihmYWxzZSlcbiAgICAgIH1cblxuICAgICAgY29uc3QgZGF0YSQgPSB0aGlzLl9hc3NldFJlYWRlci5nZXRBc3NldEJsb2JGcm9tVXJsKHVybCwgZGV0ZWN0TWltZUZyb21Db250ZW50KVxuICAgICAgICAucGlwZShcbiAgICAgICAgICBzd2l0Y2hNYXAodiA9PiB7XG4gICAgICAgICAgICBjb25zdCBmaWxlbmFtZTogc3RyaW5nIHwgdW5kZWZpbmVkID0gdiBpbnN0YW5jZW9mIEJsb2IgPyB1bmRlZmluZWQgOiB2LmZpbGVuYW1lXG4gICAgICAgICAgICBjb25zdCBibG9iOiBCbG9iID0gdiBpbnN0YW5jZW9mIEJsb2IgPyB2IDogdi5ibG9iXG4gICAgICAgICAgICByZXR1cm4gZnJvbShyZWFkRmlsZUFzeW5jKGJsb2IpKVxuICAgICAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgICAgICBzd2l0Y2hNYXAoX2J1ZiA9PiAhIV9idWZcbiAgICAgICAgICAgICAgICAgID8gZnJvbShmaWxlRGF0YUZyb21CdWZmZXIoX2J1ZikpXG4gICAgICAgICAgICAgICAgICA6IHRocm93RXJyb3IoJ1VuYWJsZSB0byByZWFkIGZpbGUuJylcbiAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICAgIG1hcChkYXRhID0+ICh7IC4uLmRhdGEsIGJsb2IsIGZpbGVuYW1lIH0pKVxuICAgICAgICAgICAgICApXG4gICAgICAgICAgfSlcbiAgICAgICAgKVxuXG4gICAgICBjb25zdCBvcGVuJCA9IGRhdGEkXG4gICAgICAgIC5waXBlKFxuICAgICAgICAgIHRhcChkYXRhID0+IHtcbiAgICAgICAgICAgIGlmICghZGF0YSB8fCAhZGF0YS5ibG9iKSB7IHRocm93IG5ldyBFcnJvcignRmlsZSB1bnN1Y2Nlc3NmdWxseSByZWFkLicpIH1cbiAgICAgICAgICAgIGNvbnN0IGZpbGVuYW1lID0gZGF0YS5maWxlbmFtZSA/IGRhdGEuZmlsZW5hbWUgOiBgVW50aXRsZWQke2RhdGEuZXh0ID8gYC4ke2RhdGEuZXh0fWAgOiAnJ31gXG4gICAgICAgICAgICBpZiAoZG93bmxvYWQpIHtcbiAgICAgICAgICAgICAgRmlsZVNhdmVyLnNhdmVBcyhkYXRhLmJsb2IsIGZpbGVuYW1lKVxuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgb3BlbkJsb2IoZGF0YS5ibG9iLCB0YXJnZXQsIGZpbGVuYW1lKVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pLFxuICAgICAgICAgIGNhdGNoRXJyb3IoZXJyID0+IHtcbiAgICAgICAgICAgIGlmIChpc0Rldk1vZGUoKSkgeyBjb25zb2xlLmVycm9yKCdlcnInLCBlcnIpIH1cbiAgICAgICAgICAgIHJldHVybiBvZihmYWxzZSlcbiAgICAgICAgICB9KSxcbiAgICAgICAgICBtYXBUbyh0cnVlKVxuICAgICAgICApXG5cbiAgICAgIHJldHVybiBvcGVuJFxuICAgIH1cblxuICAgIHJldHVybiBvZihmYWxzZSlcbiAgfVxuXG59XG4iXX0=
70
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXQtcmVhZGVyLWhlbHBlci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2Fzc2V0LXJlYWRlci9hc3NldC1yZWFkZXItaGVscGVyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQy9ELE9BQU8sRUFBRSxJQUFJLEVBQWMsRUFBRSxFQUFFLFVBQVUsRUFBRSxNQUFNLE1BQU0sQ0FBQTtBQUN2RCxPQUFPLEVBQUUsVUFBVSxFQUFFLEdBQUcsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBRXZFLE9BQU8sU0FBUyxNQUFNLFlBQVksQ0FBQTtBQUVsQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFBOzs7QUFPdEYsTUFBTSxPQUFPLHdCQUF3QjtJQUVuQyxZQUNzQixZQUFtQztRQUFuQyxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUFFdkQsSUFBSSxTQUFTLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUU7WUFDckMsc0NBQXNDO1lBQ3RDLE9BQU8sQ0FBQyxJQUFJLENBQUMseUdBQXlHLENBQUMsQ0FBQTtTQUN4SDtJQUNILENBQUM7SUFFTSxRQUFRLENBQ2IsR0FBVyxFQUNYLHdCQUFpQyxJQUFJLEVBQ3JDLFdBQW9CLElBQUksRUFDeEIsTUFBZTtRQUVmLElBQUksQ0FBQyxDQUFDLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksQ0FBQyxFQUFFO1lBQ3hDLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFO2dCQUN0QixXQUFXO2dCQUNYLE1BQU0sR0FBRyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFLE1BQU0sQ0FBQyxDQUFBO2dCQUNwQyxvRUFBb0U7Z0JBQ3BFLDREQUE0RDtnQkFDNUQsc0JBQXNCO2dCQUN0QixJQUFJO2dCQUNKLE9BQU8sRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFBO2FBQ2pCO1lBRUQsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLEVBQUUscUJBQXFCLENBQUM7aUJBQzVFLElBQUksQ0FDSCxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUU7Z0JBQ1osTUFBTSxRQUFRLEdBQXVCLENBQUMsWUFBWSxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQTtnQkFDL0UsTUFBTSxJQUFJLEdBQVMsQ0FBQyxZQUFZLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFBO2dCQUNqRCxPQUFPLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLENBQUM7cUJBQzdCLElBQUksQ0FDSCxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJO29CQUNwQixDQUFDLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxDQUFDO29CQUNoQyxDQUFDLENBQUMsVUFBVSxDQUFDLHNCQUFzQixDQUFDLENBQ3JDLEVBQ0QsR0FBRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEdBQUcsSUFBSSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQzNDLENBQUE7WUFDTCxDQUFDLENBQUMsQ0FDSCxDQUFBO1lBRUgsTUFBTSxLQUFLLEdBQUcsS0FBSztpQkFDaEIsSUFBSSxDQUNILEdBQUcsQ0FBQyxJQUFJLENBQUMsRUFBRTtnQkFDVCxJQUFJLENBQUMsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtvQkFBRSxNQUFNLElBQUksS0FBSyxDQUFDLDJCQUEyQixDQUFDLENBQUE7aUJBQUU7Z0JBQ3pFLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFdBQVcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFBO2dCQUM1RixJQUFJLFFBQVEsRUFBRTtvQkFDWixTQUFTLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUE7aUJBQ3RDO3FCQUFNO29CQUNMLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE1BQU0sRUFBRSxRQUFRLENBQUMsQ0FBQTtpQkFDdEM7WUFDSCxDQUFDLENBQUMsRUFDRixVQUFVLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQ2Ysc0NBQXNDO2dCQUN0QyxJQUFJLFNBQVMsRUFBRSxFQUFFO29CQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxFQUFFLEdBQUcsQ0FBQyxDQUFBO2lCQUFFO2dCQUM5QyxPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQTtZQUNsQixDQUFDLENBQUMsRUFDRixLQUFLLENBQUMsSUFBSSxDQUFDLENBQ1osQ0FBQTtZQUVILE9BQU8sS0FBSyxDQUFBO1NBQ2I7UUFFRCxPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUNsQixDQUFDOztxSEFuRVUsd0JBQXdCO3lIQUF4Qix3QkFBd0IsY0FGdkIsTUFBTTsyRkFFUCx3QkFBd0I7a0JBSHBDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25COzswQkFJSSxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSwgaXNEZXZNb2RlLCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBmcm9tLCBPYnNlcnZhYmxlLCBvZiwgdGhyb3dFcnJvciB9IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBjYXRjaEVycm9yLCBtYXAsIG1hcFRvLCBzd2l0Y2hNYXAsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuXG5pbXBvcnQgRmlsZVNhdmVyIGZyb20gJ2ZpbGUtc2F2ZXInXG5cbmltcG9ydCB7IGZpbGVEYXRhRnJvbUJ1ZmZlciwgb3BlbkJsb2IsIHJlYWRGaWxlQXN5bmMgfSBmcm9tICdAdGhlc2VhbS91aS1jb21tb24vdXRpbHMnXG5cbmltcG9ydCB7IEVuY3J5cHRlZEFzc2V0UmVhZGVyIH0gZnJvbSAnLi9lbmNyeXB0ZWQtYXNzZXQtcmVhZGVyJ1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBBc3NldFJlYWRlckhlbHBlclNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIHByaXZhdGUgX2Fzc2V0UmVhZGVyPzogRW5jcnlwdGVkQXNzZXRSZWFkZXJcbiAgKSB7XG4gICAgaWYgKGlzRGV2TW9kZSgpICYmICF0aGlzLl9hc3NldFJlYWRlcikge1xuICAgICAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIG5vLWNvbnNvbGVcbiAgICAgIGNvbnNvbGUud2FybihgW0VuY3J5cHRlZEFzc2V0TGlua0RpcmVjdGl2ZV0gVW5hYmxlIHRvIGdldCBlbmNyeXB0ZWQgZmlsZXMgdW5sZXNzIGFuIEVuY3J5cHRlZEFzc2V0UmVhZGVyIGlzIHByb3ZpZGVkLmApXG4gICAgfVxuICB9XG5cbiAgcHVibGljIG9wZW5MaW5rKFxuICAgIHVybDogc3RyaW5nLFxuICAgIGRldGVjdE1pbWVGcm9tQ29udGVudDogYm9vbGVhbiA9IHRydWUsXG4gICAgZG93bmxvYWQ6IGJvb2xlYW4gPSB0cnVlLFxuICAgIHRhcmdldD86IHN0cmluZ1xuICApOiBPYnNlcnZhYmxlPGJvb2xlYW4+IHtcbiAgICBpZiAoISh1cmwgPT09IHVuZGVmaW5lZCB8fCB1cmwgPT09IG51bGwpKSB7XG4gICAgICBpZiAoIXRoaXMuX2Fzc2V0UmVhZGVyKSB7XG4gICAgICAgIC8vIEZhbGxiYWNrXG4gICAgICAgIGNvbnN0IHdpbiA9IHdpbmRvdy5vcGVuKHVybCwgdGFyZ2V0KVxuICAgICAgICAvLyBUT0RPOiBDb25zaWRlciBpZiBhbHdheXMgc2V0dGluZyBvcGVuZXIgdG8gbnVsbCBpcyB0byByZXN0cmljdGl2ZVxuICAgICAgICAvLyBpZiAod2luICYmIHRhcmdldCAmJiB0YXJnZXQudG9Mb3dlckNhc2UoKSA9PT0gJ19ibGFuaycpIHtcbiAgICAgICAgLy8gICB3aW4ub3BlbmVyID0gbnVsbFxuICAgICAgICAvLyB9XG4gICAgICAgIHJldHVybiBvZihmYWxzZSlcbiAgICAgIH1cblxuICAgICAgY29uc3QgZGF0YSQgPSB0aGlzLl9hc3NldFJlYWRlci5nZXRBc3NldEJsb2JGcm9tVXJsKHVybCwgZGV0ZWN0TWltZUZyb21Db250ZW50KVxuICAgICAgICAucGlwZShcbiAgICAgICAgICBzd2l0Y2hNYXAodiA9PiB7XG4gICAgICAgICAgICBjb25zdCBmaWxlbmFtZTogc3RyaW5nIHwgdW5kZWZpbmVkID0gdiBpbnN0YW5jZW9mIEJsb2IgPyB1bmRlZmluZWQgOiB2LmZpbGVuYW1lXG4gICAgICAgICAgICBjb25zdCBibG9iOiBCbG9iID0gdiBpbnN0YW5jZW9mIEJsb2IgPyB2IDogdi5ibG9iXG4gICAgICAgICAgICByZXR1cm4gZnJvbShyZWFkRmlsZUFzeW5jKGJsb2IpKVxuICAgICAgICAgICAgICAucGlwZShcbiAgICAgICAgICAgICAgICBzd2l0Y2hNYXAoX2J1ZiA9PiBfYnVmXG4gICAgICAgICAgICAgICAgICA/IGZyb20oZmlsZURhdGFGcm9tQnVmZmVyKF9idWYpKVxuICAgICAgICAgICAgICAgICAgOiB0aHJvd0Vycm9yKCdVbmFibGUgdG8gcmVhZCBmaWxlLicpXG4gICAgICAgICAgICAgICAgKSxcbiAgICAgICAgICAgICAgICBtYXAoZGF0YSA9PiAoeyAuLi5kYXRhLCBibG9iLCBmaWxlbmFtZSB9KSlcbiAgICAgICAgICAgICAgKVxuICAgICAgICAgIH0pXG4gICAgICAgIClcblxuICAgICAgY29uc3Qgb3BlbiQgPSBkYXRhJFxuICAgICAgICAucGlwZShcbiAgICAgICAgICB0YXAoZGF0YSA9PiB7XG4gICAgICAgICAgICBpZiAoIWRhdGEgfHwgIWRhdGEuYmxvYikgeyB0aHJvdyBuZXcgRXJyb3IoJ0ZpbGUgdW5zdWNjZXNzZnVsbHkgcmVhZC4nKSB9XG4gICAgICAgICAgICBjb25zdCBmaWxlbmFtZSA9IGRhdGEuZmlsZW5hbWUgPyBkYXRhLmZpbGVuYW1lIDogYFVudGl0bGVkJHtkYXRhLmV4dCA/IGAuJHtkYXRhLmV4dH1gIDogJyd9YFxuICAgICAgICAgICAgaWYgKGRvd25sb2FkKSB7XG4gICAgICAgICAgICAgIEZpbGVTYXZlci5zYXZlQXMoZGF0YS5ibG9iLCBmaWxlbmFtZSlcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgIG9wZW5CbG9iKGRhdGEuYmxvYiwgdGFyZ2V0LCBmaWxlbmFtZSlcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KSxcbiAgICAgICAgICBjYXRjaEVycm9yKGVyciA9PiB7XG4gICAgICAgICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tY29uc29sZVxuICAgICAgICAgICAgaWYgKGlzRGV2TW9kZSgpKSB7IGNvbnNvbGUuZXJyb3IoJ2VycicsIGVycikgfVxuICAgICAgICAgICAgcmV0dXJuIG9mKGZhbHNlKVxuICAgICAgICAgIH0pLFxuICAgICAgICAgIG1hcFRvKHRydWUpXG4gICAgICAgIClcblxuICAgICAgcmV0dXJuIG9wZW4kXG4gICAgfVxuXG4gICAgcmV0dXJuIG9mKGZhbHNlKVxuICB9XG5cbn1cbiJdfQ==