@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 +1 @@
1
- {"version":3,"file":"theseam-ui-common-confirm-dialog.mjs","sources":["../../../projects/ui-common/confirm-dialog/confirm-dialog.component.ts","../../../projects/ui-common/confirm-dialog/confirm-dialog.component.html","../../../projects/ui-common/confirm-dialog/confirm-dialog.service.ts","../../../projects/ui-common/confirm-dialog/confirm-click.directive.ts","../../../projects/ui-common/confirm-dialog/confirm-dialog.module.ts","../../../projects/ui-common/confirm-dialog/theseam-ui-common-confirm-dialog.ts"],"sourcesContent":["import { Component, Input } from '@angular/core'\n\nimport type { ThemeTypes } from '@theseam/ui-common/models'\n\n@Component({\n selector: 'seam-confirm-dialog',\n templateUrl: './confirm-dialog.component.html',\n styleUrls: ['./confirm-dialog.component.scss']\n})\nexport class ConfirmDialogComponent {\n\n @Input() message: string | undefined | null = 'Are you sure you want to continue?'\n @Input() alertMessage: string | undefined | null\n @Input() alertType: ThemeTypes | undefined | null = 'warning'\n\n}\n","<seam-modal-body>\n <h5>{{ message }}</h5>\n\n <div *ngIf=\"alertMessage\" class=\"alert {{ alertType ? 'alert-' + alertType : '' }} mb-0\">\n {{ alertMessage }}\n </div>\n</seam-modal-body>\n<seam-modal-footer>\n <button class=\"btn btn-primary\" seamModalClose=\"confirm\">Yes</button>\n <button class=\"btn btn-lightgray\" data-dismiss=\"modal\" seamModalClose=\"cancel\" seamAutoFocus>No</button>\n</seam-modal-footer>\n","import { Injectable } from '@angular/core'\n\nimport { Modal, ModalRef } from '@theseam/ui-common/modal'\nimport { ThemeTypes } from '@theseam/ui-common/models'\n\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\n\n@Injectable()\nexport class SeamConfirmDialogService {\n\n constructor(\n private modal: Modal\n ) { }\n\n public open(\n message?: string,\n alert?: string | { message: string, type: ThemeTypes }\n ): ModalRef<ConfirmDialogComponent, 'confirm' | undefined> {\n const modalRef = this.modal.openFromComponent(ConfirmDialogComponent)\n\n if (!modalRef.componentInstance) {\n throw new Error('ConfirmDialogComponent not created.')\n }\n\n const comp: ConfirmDialogComponent = modalRef.componentInstance\n\n if (message) {\n comp.message = message\n }\n\n if (alert) {\n if (typeof alert === 'string') {\n comp.alertMessage = alert\n } else if (alert.message && alert.type) {\n comp.alertMessage = alert.message\n comp.alertType = alert.type\n } else {\n throw new Error('Invalid alert argument.')\n }\n }\n\n return modalRef\n }\n\n}\n","import { BooleanInput } from '@angular/cdk/coercion'\nimport { Directive, EventEmitter, HostBinding, HostListener, Input, OnDestroy, Output } from '@angular/core'\n\nimport { InputBoolean } from '@theseam/ui-common/core'\nimport { ModalRef } from '@theseam/ui-common/modal'\nimport { ThemeTypes } from '@theseam/ui-common/models'\n\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\nimport { SeamConfirmDialogService } from './confirm-dialog.service'\n\n@Directive({\n selector: '[seamConfirmClick]',\n exportAs: 'seamConfirmClick'\n})\nexport class ConfirmClickDirective implements OnDestroy {\n static ngAcceptInputType_seamConfirmDisabled: BooleanInput\n\n private _modalRef: ModalRef<ConfirmDialogComponent, 'confirm' | undefined> | undefined\n\n @Input() seamConfirmMsg: string | undefined | null\n @Input() seamConfirmAlert: string | { message: string, type: ThemeTypes } | undefined | null\n @Input() @InputBoolean() seamConfirmDisabled: boolean = false\n\n @Output() seamConfirmClick = new EventEmitter<'confirm'>()\n\n @HostBinding('class.lib-confirm-click-active')\n get _confirmClickActiveCss() { return !!this._modalRef }\n\n @HostListener('click', [ '$event' ])\n _onClick(event: any) {\n if (this.seamConfirmDisabled) {\n if (!!this._modalRef) {\n this._modalRef.close()\n this._modalRef = undefined\n }\n }\n\n if (!!this._modalRef) { return }\n\n this._modalRef = this._confirmService.open(this.seamConfirmMsg || '', this.seamConfirmAlert || undefined)\n\n this._modalRef.afterClosed().subscribe(result => {\n if (result === 'confirm') {\n this.seamConfirmClick.emit(result)\n }\n\n this._modalRef = undefined\n })\n }\n\n constructor(private _confirmService: SeamConfirmDialogService) { }\n\n ngOnDestroy() {\n if (this._modalRef) {\n this._modalRef.close()\n }\n }\n\n get modalRef() { return this._modalRef }\n\n public close() {\n if (this._modalRef) {\n this._modalRef.close()\n }\n }\n\n}\n","import { CommonModule } from '@angular/common'\nimport { NgModule } from '@angular/core'\n\nimport { TheSeamIconModule } from '@theseam/ui-common/icon'\nimport { TheSeamModalModule } from '@theseam/ui-common/modal'\nimport { TheSeamSharedModule } from '@theseam/ui-common/shared'\n\nimport { ConfirmClickDirective } from './confirm-click.directive'\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\nimport { SeamConfirmDialogService } from './confirm-dialog.service'\n\n@NgModule({\n declarations: [\n ConfirmDialogComponent,\n ConfirmClickDirective\n ],\n imports: [\n CommonModule,\n TheSeamSharedModule,\n TheSeamModalModule,\n TheSeamIconModule\n ],\n exports: [\n ConfirmDialogComponent,\n ConfirmClickDirective\n ],\n providers: [\n SeamConfirmDialogService\n ]\n})\nexport class TheSeamConfirmDialogModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i1.SeamConfirmDialogService"],"mappings":";;;;;;;;;;;;MASa,sBAAsB,CAAA;AALnC,IAAA,WAAA,GAAA;AAOW,QAAA,IAAO,CAAA,OAAA,GAA8B,oCAAoC,CAAA;AAEzE,QAAA,IAAS,CAAA,SAAA,GAAkC,SAAS,CAAA;KAE9D;;mHANY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,sBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,iJCTnC,kbAWA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,kBAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,kBAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDFa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,qBAAqB,EAAA,QAAA,EAAA,kbAAA,EAAA,CAAA;8BAMtB,OAAO,EAAA,CAAA;sBAAf,KAAK;gBACG,YAAY,EAAA,CAAA;sBAApB,KAAK;gBACG,SAAS,EAAA,CAAA;sBAAjB,KAAK;;;MELK,wBAAwB,CAAA;AAEnC,IAAA,WAAA,CACU,KAAY,EAAA;AAAZ,QAAA,IAAK,CAAA,KAAA,GAAL,KAAK,CAAO;KACjB;IAEE,IAAI,CACT,OAAgB,EAChB,KAAsD,EAAA;QAEtD,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,CAAA;AAErE,QAAA,IAAI,CAAC,QAAQ,CAAC,iBAAiB,EAAE;AAC/B,YAAA,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAA;AACvD,SAAA;AAED,QAAA,MAAM,IAAI,GAA2B,QAAQ,CAAC,iBAAiB,CAAA;AAE/D,QAAA,IAAI,OAAO,EAAE;AACX,YAAA,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;AACvB,SAAA;AAED,QAAA,IAAI,KAAK,EAAE;AACT,YAAA,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AAC7B,gBAAA,IAAI,CAAC,YAAY,GAAG,KAAK,CAAA;AAC1B,aAAA;AAAM,iBAAA,IAAI,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE;AACtC,gBAAA,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,OAAO,CAAA;AACjC,gBAAA,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,CAAA;AAC5B,aAAA;AAAM,iBAAA;AACL,gBAAA,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAA;AAC3C,aAAA;AACF,SAAA;AAED,QAAA,OAAO,QAAQ,CAAA;KAChB;;qHAlCU,wBAAwB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,EAAA,CAAA,KAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;yHAAxB,wBAAwB,EAAA,CAAA,CAAA;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBADpC,UAAU;;;MCOE,qBAAqB,CAAA;IAWhC,IACI,sBAAsB,GAAK,EAAA,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,CAAA,EAAE;AAGxD,IAAA,QAAQ,CAAC,KAAU,EAAA;QACjB,IAAI,IAAI,CAAC,mBAAmB,EAAE;AAC5B,YAAA,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE;AACpB,gBAAA,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAA;AACtB,gBAAA,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;AAC3B,aAAA;AACF,SAAA;AAED,QAAA,IAAI,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE;YAAE,OAAM;AAAE,SAAA;QAEhC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,EAAE,EAAE,IAAI,CAAC,gBAAgB,IAAI,SAAS,CAAC,CAAA;QAEzG,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,SAAS,CAAC,MAAM,IAAG;YAC9C,IAAI,MAAM,KAAK,SAAS,EAAE;AACxB,gBAAA,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;AACnC,aAAA;AAED,YAAA,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;AAC5B,SAAC,CAAC,CAAA;KACH;AAED,IAAA,WAAA,CAAoB,eAAyC,EAAA;AAAzC,QAAA,IAAe,CAAA,eAAA,GAAf,eAAe,CAA0B;AA7BpC,QAAA,IAAmB,CAAA,mBAAA,GAAY,KAAK,CAAA;AAEnD,QAAA,IAAA,CAAA,gBAAgB,GAAG,IAAI,YAAY,EAAa,CAAA;KA2BQ;IAElE,WAAW,GAAA;QACT,IAAI,IAAI,CAAC,SAAS,EAAE;AAClB,YAAA,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAA;AACvB,SAAA;KACF;IAED,IAAI,QAAQ,KAAK,OAAO,IAAI,CAAC,SAAS,CAAA,EAAE;IAEjC,KAAK,GAAA;QACV,IAAI,IAAI,CAAC,SAAS,EAAE;AAClB,YAAA,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAA;AACvB,SAAA;KACF;;kHAlDU,qBAAqB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAC,wBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;sGAArB,qBAAqB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,kBAAA,EAAA,EAAA,UAAA,EAAA,EAAA,gCAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;AAOP,UAAA,CAAA;AAAf,IAAA,YAAY,EAAE;CAAqC,EAAA,qBAAA,CAAA,SAAA,EAAA,qBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;2FAPlD,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAJjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,kBAAkB;iBAC7B,CAAA;4GAMU,cAAc,EAAA,CAAA;sBAAtB,KAAK;gBACG,gBAAgB,EAAA,CAAA;sBAAxB,KAAK;gBACmB,mBAAmB,EAAA,CAAA;sBAA3C,KAAK;gBAEI,gBAAgB,EAAA,CAAA;sBAAzB,MAAM;gBAGH,sBAAsB,EAAA,CAAA;sBADzB,WAAW;uBAAC,gCAAgC,CAAA;gBAI7C,QAAQ,EAAA,CAAA;sBADP,YAAY;uBAAC,OAAO,EAAE,CAAE,QAAQ,CAAE,CAAA;;;MCExB,0BAA0B,CAAA;;uHAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,iBAjB/B,sBAAsB;AACtB,QAAA,qBAAqB,aAGrB,YAAY;QACZ,mBAAmB;QACnB,kBAAkB;AAClB,QAAA,iBAAiB,aAGjB,sBAAsB;QACtB,qBAAqB,CAAA,EAAA,CAAA,CAAA;AAMhB,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,EAJxB,SAAA,EAAA;QACP,wBAAwB;KAC3B,EAAA,OAAA,EAAA,CAXG,YAAY;QACZ,mBAAmB;QACnB,kBAAkB;QAClB,iBAAiB,CAAA,EAAA,CAAA,CAAA;2FAUZ,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAnBtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE;wBACV,sBAAsB;wBACtB,qBAAqB;AACxB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,YAAY;wBACZ,mBAAmB;wBACnB,kBAAkB;wBAClB,iBAAiB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,sBAAsB;wBACtB,qBAAqB;AACxB,qBAAA;AACD,oBAAA,SAAS,EAAE;wBACP,wBAAwB;AAC3B,qBAAA;iBACJ,CAAA;;;AC7BD;;AAEG;;;;"}
1
+ {"version":3,"file":"theseam-ui-common-confirm-dialog.mjs","sources":["../../../projects/ui-common/confirm-dialog/confirm-dialog.component.ts","../../../projects/ui-common/confirm-dialog/confirm-dialog.component.html","../../../projects/ui-common/confirm-dialog/confirm-dialog.service.ts","../../../projects/ui-common/confirm-dialog/confirm-click.directive.ts","../../../projects/ui-common/confirm-dialog/confirm-dialog.module.ts","../../../projects/ui-common/confirm-dialog/theseam-ui-common-confirm-dialog.ts"],"sourcesContent":["import { Component, Input } from '@angular/core'\n\nimport type { ThemeTypes } from '@theseam/ui-common/models'\n\n@Component({\n selector: 'seam-confirm-dialog',\n templateUrl: './confirm-dialog.component.html',\n styleUrls: ['./confirm-dialog.component.scss']\n})\nexport class ConfirmDialogComponent {\n\n @Input() message: string | undefined | null = 'Are you sure you want to continue?'\n @Input() alertMessage: string | undefined | null\n @Input() alertType: ThemeTypes | undefined | null = 'warning'\n\n}\n","<seam-modal-body>\n <h5>{{ message }}</h5>\n\n <div *ngIf=\"alertMessage\" class=\"alert {{ alertType ? 'alert-' + alertType : '' }} mb-0\">\n {{ alertMessage }}\n </div>\n</seam-modal-body>\n<seam-modal-footer>\n <button class=\"btn btn-primary\" seamModalClose=\"confirm\">Yes</button>\n <button class=\"btn btn-lightgray\" data-dismiss=\"modal\" seamModalClose=\"cancel\" seamAutoFocus>No</button>\n</seam-modal-footer>\n","import { Injectable } from '@angular/core'\n\nimport { Modal, ModalRef } from '@theseam/ui-common/modal'\nimport { ThemeTypes } from '@theseam/ui-common/models'\n\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\n\n@Injectable()\nexport class SeamConfirmDialogService {\n\n constructor(\n private modal: Modal\n ) { }\n\n public open(\n message?: string,\n alert?: string | { message: string, type: ThemeTypes }\n ): ModalRef<ConfirmDialogComponent, 'confirm' | undefined> {\n const modalRef = this.modal.openFromComponent(ConfirmDialogComponent)\n\n if (!modalRef.componentInstance) {\n throw new Error('ConfirmDialogComponent not created.')\n }\n\n const comp: ConfirmDialogComponent = modalRef.componentInstance\n\n if (message) {\n comp.message = message\n }\n\n if (alert) {\n if (typeof alert === 'string') {\n comp.alertMessage = alert\n } else if (alert.message && alert.type) {\n comp.alertMessage = alert.message\n comp.alertType = alert.type\n } else {\n throw new Error('Invalid alert argument.')\n }\n }\n\n return modalRef\n }\n\n}\n","import { BooleanInput } from '@angular/cdk/coercion'\nimport { Directive, EventEmitter, HostBinding, HostListener, Input, OnDestroy, Output } from '@angular/core'\n\nimport { InputBoolean } from '@theseam/ui-common/core'\nimport { ModalRef } from '@theseam/ui-common/modal'\nimport { ThemeTypes } from '@theseam/ui-common/models'\n\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\nimport { SeamConfirmDialogService } from './confirm-dialog.service'\n\n@Directive({\n selector: '[seamConfirmClick]',\n exportAs: 'seamConfirmClick'\n})\nexport class ConfirmClickDirective implements OnDestroy {\n static ngAcceptInputType_seamConfirmDisabled: BooleanInput\n\n private _modalRef: ModalRef<ConfirmDialogComponent, 'confirm' | undefined> | undefined\n\n @Input() seamConfirmMsg: string | undefined | null\n @Input() seamConfirmAlert: string | { message: string, type: ThemeTypes } | undefined | null\n @Input() @InputBoolean() seamConfirmDisabled = false\n\n @Output() seamConfirmClick = new EventEmitter<'confirm'>()\n\n @HostBinding('class.lib-confirm-click-active')\n get _confirmClickActiveCss() { return !!this._modalRef }\n\n @HostListener('click', [ '$event' ])\n _onClick(event: any) {\n if (this.seamConfirmDisabled) {\n if (this._modalRef) {\n this._modalRef.close()\n this._modalRef = undefined\n }\n }\n\n if (this._modalRef) { return }\n\n this._modalRef = this._confirmService.open(this.seamConfirmMsg || '', this.seamConfirmAlert || undefined)\n\n this._modalRef.afterClosed().subscribe(result => {\n if (result === 'confirm') {\n this.seamConfirmClick.emit(result)\n }\n\n this._modalRef = undefined\n })\n }\n\n constructor(private _confirmService: SeamConfirmDialogService) { }\n\n ngOnDestroy() {\n if (this._modalRef) {\n this._modalRef.close()\n }\n }\n\n get modalRef() { return this._modalRef }\n\n public close() {\n if (this._modalRef) {\n this._modalRef.close()\n }\n }\n\n}\n","import { CommonModule } from '@angular/common'\nimport { NgModule } from '@angular/core'\n\nimport { TheSeamIconModule } from '@theseam/ui-common/icon'\nimport { TheSeamModalModule } from '@theseam/ui-common/modal'\nimport { TheSeamSharedModule } from '@theseam/ui-common/shared'\n\nimport { ConfirmClickDirective } from './confirm-click.directive'\nimport { ConfirmDialogComponent } from './confirm-dialog.component'\nimport { SeamConfirmDialogService } from './confirm-dialog.service'\n\n@NgModule({\n declarations: [\n ConfirmDialogComponent,\n ConfirmClickDirective\n ],\n imports: [\n CommonModule,\n TheSeamSharedModule,\n TheSeamModalModule,\n TheSeamIconModule\n ],\n exports: [\n ConfirmDialogComponent,\n ConfirmClickDirective\n ],\n providers: [\n SeamConfirmDialogService\n ]\n})\nexport class TheSeamConfirmDialogModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i1.SeamConfirmDialogService"],"mappings":"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"}
@@ -13,6 +13,7 @@ function mixinDisabled(base) {
13
13
  return class extends base {
14
14
  get disabled() { return this._disabled; }
15
15
  set disabled(value) { this._disabled = coerceBooleanProperty(value); }
16
+ // eslint-disable-next-line @typescript-eslint/no-useless-constructor
16
17
  constructor(...args) {
17
18
  super(...args);
18
19
  this._disabled = false;
@@ -30,6 +31,7 @@ function mixinDisabled(base) {
30
31
  /** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */
31
32
  function mixinInitialized(base) {
32
33
  return class extends base {
34
+ // eslint-disable-next-line @typescript-eslint/no-useless-constructor
33
35
  constructor(...args) {
34
36
  super(...args);
35
37
  /** Whether this directive has been marked as initialized. */
@@ -120,6 +122,7 @@ function mixinTabIndex(base, defaultTabIndex = 0) {
120
122
  // If the specified tabIndex value is null or undefined, fall back to the default value.
121
123
  this._tabIndex = value != null ? value : defaultTabIndex;
122
124
  }
125
+ // eslint-disable-next-line @typescript-eslint/no-useless-constructor
123
126
  constructor(...args) {
124
127
  super(...args);
125
128
  this._tabIndex = defaultTabIndex;
@@ -156,6 +159,7 @@ function mixinActive(base) {
156
159
  return class extends base {
157
160
  get active() { return this._active; }
158
161
  set active(value) { this._active = coerceBooleanProperty(value); }
162
+ // eslint-disable-next-line @typescript-eslint/no-useless-constructor
159
163
  constructor(...args) {
160
164
  super(...args);
161
165
  this._active = false;
@@ -175,14 +179,13 @@ function mixinActive(base) {
175
179
  * ```
176
180
  */
177
181
  function InputBoolean() {
178
- const cachedValueKey = Symbol();
179
- // tslint:disable-next-line: only-arrow-functions
182
+ const cachedValueKey = Symbol('Cached boolean input value');
180
183
  return function (target, propertyKey, descriptor) {
181
184
  Object.defineProperty(target, propertyKey, {
182
- set: function (value) {
185
+ set(value) {
183
186
  this[cachedValueKey] = coerceBooleanProperty(value);
184
187
  },
185
- get: function () {
188
+ get() {
186
189
  return this[cachedValueKey];
187
190
  },
188
191
  });
@@ -201,14 +204,13 @@ function InputBoolean() {
201
204
  * ```
202
205
  */
203
206
  function InputNumber(fallback) {
204
- const cachedValueKey = Symbol();
205
- // tslint:disable-next-line: only-arrow-functions
207
+ const cachedValueKey = Symbol('Cached input number value');
206
208
  return function (target, propertyKey, descriptor) {
207
209
  Object.defineProperty(target, propertyKey, {
208
- set: function (value) {
210
+ set(value) {
209
211
  this[cachedValueKey] = coerceNumberProperty(value, fallback);
210
212
  },
211
- get: function () {
213
+ get() {
212
214
  return this[cachedValueKey];
213
215
  },
214
216
  });
@@ -1 +1 @@
1
- {"version":3,"file":"theseam-ui-common-core.mjs","sources":["../../../projects/ui-common/core/common-behaviors/disabled.ts","../../../projects/ui-common/core/common-behaviors/initialized.ts","../../../projects/ui-common/core/common-behaviors/size.ts","../../../projects/ui-common/core/common-behaviors/tabindex.ts","../../../projects/ui-common/core/common-behaviors/theme.ts","../../../projects/ui-common/core/common-behaviors/active.ts","../../../projects/ui-common/core/input-decorators/input-boolean.decorator.ts","../../../projects/ui-common/core/input-decorators/input-number.decorator.ts","../../../projects/ui-common/core/theseam-ui-common-core.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { coerceBooleanProperty } from '@angular/cdk/coercion'\nimport { Constructor } from './constructor'\n\n/** @docs-private */\nexport interface CanDisable {\n /** Whether the component is disabled. */\n disabled: boolean\n}\n\n/** @docs-private */\nexport type CanDisableCtor = Constructor<CanDisable>\n\n/** Mixin to augment a directive with a `disabled` property. */\nexport function mixinDisabled<T extends Constructor<{}>>(base: T): CanDisableCtor & T {\n return class extends base {\n private _disabled = false\n\n get disabled() { return this._disabled }\n set disabled(value: any) { this._disabled = coerceBooleanProperty(value) }\n\n constructor(...args: any[]) { super(...args) }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { Observable, Subscriber } from 'rxjs'\nimport { Constructor } from './constructor'\n\n\n/**\n * Mixin that adds an initialized property to a directive which, when subscribed to, will emit a\n * value once markInitialized has been called, which should be done during the ngOnInit function.\n * If the subscription is made after it has already been marked as initialized, then it will trigger\n * an emit immediately.\n * @docs-private\n */\nexport interface HasInitialized {\n /** Stream that emits once during the directive/component's ngOnInit. */\n initialized: Observable<void>\n\n /**\n * Sets the state as initialized and must be called during ngOnInit to notify subscribers that\n * the directive has been initialized.\n * @docs-private\n */\n _markInitialized: () => void\n}\n\n/** @docs-private */\nexport type HasInitializedCtor = Constructor<HasInitialized>\n\n/** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */\nexport function mixinInitialized<T extends Constructor<{}>>(base: T):\n HasInitializedCtor & T {\n return class extends base {\n /** Whether this directive has been marked as initialized. */\n _isInitialized = false\n\n /**\n * List of subscribers that subscribed before the directive was initialized. Should be notified\n * during _markInitialized. Set to null after pending subscribers are notified, and should\n * not expect to be populated after.\n */\n _pendingSubscribers: Subscriber<void>[] | null = []\n\n /**\n * Observable stream that emits when the directive initializes. If already initialized, the\n * subscriber is stored to be notified once _markInitialized is called.\n */\n initialized = new Observable<void>(subscriber => {\n // If initialized, immediately notify the subscriber. Otherwise store the subscriber to notify\n // when _markInitialized is called.\n if (this._isInitialized) {\n this._notifySubscriber(subscriber)\n } else {\n if (this._pendingSubscribers) {\n this._pendingSubscribers.push(subscriber)\n }\n }\n })\n\n constructor(...args: any[]) { super(...args) }\n\n /**\n * Marks the state as initialized and notifies pending subscribers. Should be called at the end\n * of ngOnInit.\n * @docs-private\n */\n _markInitialized(): void {\n if (this._isInitialized) {\n throw Error('This directive has already been marked as initialized and ' +\n 'should not be called twice.')\n }\n\n this._isInitialized = true\n\n if (this._pendingSubscribers) {\n this._pendingSubscribers.forEach(this._notifySubscriber)\n }\n this._pendingSubscribers = null\n }\n\n /** Emits and completes the subscriber stream (should only emit once). */\n _notifySubscriber(subscriber: Subscriber<void>): void {\n subscriber.next()\n subscriber.complete()\n }\n }\n}\n","import { SizePrefixes, SizeTypes } from '@theseam/ui-common/models'\n\nimport { Constructor } from './constructor'\nimport { HasElementRef } from './element-ref'\n\nexport interface CanSize {\n size: SizeTypes | undefined\n}\n\nexport type CanSizeCtor = Constructor<CanSize>\n\n/** Mixin to augment a directive with a `size` property. */\nexport function mixinSize<T extends Constructor<HasElementRef>>(\n base: T, sizePrefix: SizePrefixes, defaultSize?: SizeTypes): CanSizeCtor & T {\n return class extends base {\n private _size: SizeTypes | undefined\n\n get size(): SizeTypes | undefined { return this._size }\n set size(value: SizeTypes | undefined) {\n const themePalette = value || defaultSize\n\n if (themePalette !== this._size) {\n if (this._size) {\n this._elementRef.nativeElement.classList.remove(`${sizePrefix}-${this._size}`)\n }\n if (themePalette) {\n this._elementRef.nativeElement.classList.add(`${sizePrefix}-${themePalette}`)\n }\n\n this._size = themePalette\n }\n }\n\n constructor(...args: any[]) {\n super(...args)\n\n // Set the default size that can be specified from the mixin.\n this.size = defaultSize\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { Constructor } from './constructor'\nimport { CanDisable } from './disabled'\n\n\n/** @docs-private */\nexport interface HasTabIndex {\n /** Tabindex of the component. */\n tabIndex: number\n}\n\n/** @docs-private */\nexport type HasTabIndexCtor = Constructor<HasTabIndex>\n\n/** Mixin to augment a directive with a `tabIndex` property. */\nexport function mixinTabIndex<T extends Constructor<CanDisable>>(base: T, defaultTabIndex = 0)\n : HasTabIndexCtor & T {\n return class extends base {\n private _tabIndex: number = defaultTabIndex\n\n get tabIndex(): number { return this.disabled ? -1 : this._tabIndex }\n set tabIndex(value: number) {\n // If the specified tabIndex value is null or undefined, fall back to the default value.\n this._tabIndex = value != null ? value : defaultTabIndex\n }\n\n constructor(...args: any[]) {\n super(...args)\n }\n }\n}\n","import { OutlineThemeTypes, ThemePrefixes, ThemeTypes } from '@theseam/ui-common/models'\n\nimport { Constructor } from './constructor'\nimport { HasElementRef } from './element-ref'\n\nexport interface CanTheme {\n /** Theme palette for the component. */\n theme: ThemeTypes | OutlineThemeTypes | undefined\n}\n\nexport type CanThemeCtor = Constructor<CanTheme>\n\n/** Mixin to augment a directive with a `theme` property. */\nexport function mixinTheme<T extends Constructor<HasElementRef>>(\n base: T, themePrefix: ThemePrefixes, defaultTheme?: ThemeTypes | OutlineThemeTypes): CanThemeCtor & T {\n return class extends base {\n private _theme: ThemeTypes | OutlineThemeTypes | undefined\n\n get theme(): ThemeTypes | OutlineThemeTypes | undefined { return this._theme }\n set theme(value: ThemeTypes | OutlineThemeTypes | undefined) {\n const themePalette = value || defaultTheme\n\n if (themePalette !== this._theme) {\n if (this._theme) {\n this._elementRef.nativeElement.classList.remove(`${themePrefix}-${this._theme}`)\n }\n if (themePalette) {\n this._elementRef.nativeElement.classList.add(`${themePrefix}-${themePalette}`)\n }\n\n this._theme = themePalette\n }\n }\n\n constructor(...args: any[]) {\n super(...args)\n\n // Set the default theme that can be specified from the mixin.\n this.theme = defaultTheme\n }\n }\n}\n","import { coerceBooleanProperty } from '@angular/cdk/coercion'\nimport { Constructor } from './constructor'\n\nexport interface CanBeActive {\n /** Whether the component is active. */\n active: boolean\n}\n\nexport type CanBeActiveCtor = Constructor<CanBeActive>\n\n/** Mixin to augment a directive with a `disabled` property. */\nexport function mixinActive<T extends Constructor<{}>>(base: T): CanBeActiveCtor & T {\n return class extends base {\n private _active = false\n\n get active() { return this._active }\n set active(value: any) { this._active = coerceBooleanProperty(value) }\n\n constructor(...args: any[]) { super(...args) }\n }\n}\n","import { coerceBooleanProperty } from '@angular/cdk/coercion'\n\n/**\n * Use with `@Input()` to coerse the input to a boolean.\n *\n * Example:\n * ```ts\n * @Component({ template: '' })\n * class {\n * @Input() @InputBoolean() b: boolean\n * }\n * ```\n */\nexport function InputBoolean() {\n const cachedValueKey = Symbol()\n // tslint:disable-next-line: only-arrow-functions\n return function(\n target: any,\n propertyKey: string,\n descriptor?: PropertyDescriptor\n ) {\n Object.defineProperty(target, propertyKey, {\n set: function(value: boolean) {\n this[cachedValueKey] = coerceBooleanProperty(value)\n },\n get: function() {\n return this[cachedValueKey]\n },\n })\n }\n}\n","import { coerceNumberProperty } from '@angular/cdk/coercion'\n\n/**\n * Use with `@Input()` to coerse the input to a number.\n *\n * Example:\n * ```ts\n * @Component({ template: '' })\n * class {\n * @Input() @InputNumber() b: number\n * }\n * ```\n */\nexport function InputNumber<TFallback>(fallback?: TFallback) {\n const cachedValueKey = Symbol()\n // tslint:disable-next-line: only-arrow-functions\n return function(\n target: any,\n propertyKey: string,\n descriptor?: PropertyDescriptor\n ) {\n Object.defineProperty(target, propertyKey, {\n set: function(value: number) {\n this[cachedValueKey] = coerceNumberProperty(value, fallback)\n },\n get: function() {\n return this[cachedValueKey]\n },\n })\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"theseam-ui-common-core.mjs","sources":["../../../projects/ui-common/core/common-behaviors/disabled.ts","../../../projects/ui-common/core/common-behaviors/initialized.ts","../../../projects/ui-common/core/common-behaviors/size.ts","../../../projects/ui-common/core/common-behaviors/tabindex.ts","../../../projects/ui-common/core/common-behaviors/theme.ts","../../../projects/ui-common/core/common-behaviors/active.ts","../../../projects/ui-common/core/input-decorators/input-boolean.decorator.ts","../../../projects/ui-common/core/input-decorators/input-number.decorator.ts","../../../projects/ui-common/core/theseam-ui-common-core.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { coerceBooleanProperty } from '@angular/cdk/coercion'\nimport { Constructor } from './constructor'\n\n/** @docs-private */\nexport interface CanDisable {\n /** Whether the component is disabled. */\n disabled: boolean\n}\n\n/** @docs-private */\nexport type CanDisableCtor = Constructor<CanDisable>\n\n/** Mixin to augment a directive with a `disabled` property. */\nexport function mixinDisabled<T extends Constructor<object>>(base: T): CanDisableCtor & T {\n return class extends base {\n private _disabled = false\n\n get disabled() { return this._disabled }\n set disabled(value: any) { this._disabled = coerceBooleanProperty(value) }\n\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(...args: any[]) { super(...args) }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { Observable, Subscriber } from 'rxjs'\nimport { Constructor } from './constructor'\n\n/**\n * Mixin that adds an initialized property to a directive which, when subscribed to, will emit a\n * value once markInitialized has been called, which should be done during the ngOnInit function.\n * If the subscription is made after it has already been marked as initialized, then it will trigger\n * an emit immediately.\n * @docs-private\n */\nexport interface HasInitialized {\n /** Stream that emits once during the directive/component's ngOnInit. */\n initialized: Observable<void>\n\n /**\n * Sets the state as initialized and must be called during ngOnInit to notify subscribers that\n * the directive has been initialized.\n * @docs-private\n */\n _markInitialized: () => void\n}\n\n/** @docs-private */\nexport type HasInitializedCtor = Constructor<HasInitialized>\n\n/** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */\nexport function mixinInitialized<T extends Constructor<object>>(base: T):\n HasInitializedCtor & T {\n return class extends base {\n /** Whether this directive has been marked as initialized. */\n _isInitialized = false\n\n /**\n * List of subscribers that subscribed before the directive was initialized. Should be notified\n * during _markInitialized. Set to null after pending subscribers are notified, and should\n * not expect to be populated after.\n */\n _pendingSubscribers: Subscriber<void>[] | null = []\n\n /**\n * Observable stream that emits when the directive initializes. If already initialized, the\n * subscriber is stored to be notified once _markInitialized is called.\n */\n initialized = new Observable<void>(subscriber => {\n // If initialized, immediately notify the subscriber. Otherwise store the subscriber to notify\n // when _markInitialized is called.\n if (this._isInitialized) {\n this._notifySubscriber(subscriber)\n } else {\n if (this._pendingSubscribers) {\n this._pendingSubscribers.push(subscriber)\n }\n }\n })\n\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(...args: any[]) { super(...args) }\n\n /**\n * Marks the state as initialized and notifies pending subscribers. Should be called at the end\n * of ngOnInit.\n * @docs-private\n */\n _markInitialized(): void {\n if (this._isInitialized) {\n throw Error('This directive has already been marked as initialized and ' +\n 'should not be called twice.')\n }\n\n this._isInitialized = true\n\n if (this._pendingSubscribers) {\n this._pendingSubscribers.forEach(this._notifySubscriber)\n }\n this._pendingSubscribers = null\n }\n\n /** Emits and completes the subscriber stream (should only emit once). */\n _notifySubscriber(subscriber: Subscriber<void>): void {\n subscriber.next()\n subscriber.complete()\n }\n }\n}\n","import { SizePrefixes, SizeTypes } from '@theseam/ui-common/models'\n\nimport { Constructor } from './constructor'\nimport { HasElementRef } from './element-ref'\n\nexport interface CanSize {\n size: SizeTypes | undefined\n}\n\nexport type CanSizeCtor = Constructor<CanSize>\n\n/** Mixin to augment a directive with a `size` property. */\nexport function mixinSize<T extends Constructor<HasElementRef>>(\n base: T, sizePrefix: SizePrefixes, defaultSize?: SizeTypes): CanSizeCtor & T {\n return class extends base {\n private _size: SizeTypes | undefined\n\n get size(): SizeTypes | undefined { return this._size }\n set size(value: SizeTypes | undefined) {\n const themePalette = value || defaultSize\n\n if (themePalette !== this._size) {\n if (this._size) {\n this._elementRef.nativeElement.classList.remove(`${sizePrefix}-${this._size}`)\n }\n if (themePalette) {\n this._elementRef.nativeElement.classList.add(`${sizePrefix}-${themePalette}`)\n }\n\n this._size = themePalette\n }\n }\n\n constructor(...args: any[]) {\n super(...args)\n\n // Set the default size that can be specified from the mixin.\n this.size = defaultSize\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport { Constructor } from './constructor'\nimport { CanDisable } from './disabled'\n\n/** @docs-private */\nexport interface HasTabIndex {\n /** Tabindex of the component. */\n tabIndex: number\n}\n\n/** @docs-private */\nexport type HasTabIndexCtor = Constructor<HasTabIndex>\n\n/** Mixin to augment a directive with a `tabIndex` property. */\nexport function mixinTabIndex<T extends Constructor<CanDisable>>(base: T, defaultTabIndex = 0)\n : HasTabIndexCtor & T {\n return class extends base {\n private _tabIndex: number = defaultTabIndex\n\n get tabIndex(): number { return this.disabled ? -1 : this._tabIndex }\n set tabIndex(value: number) {\n // If the specified tabIndex value is null or undefined, fall back to the default value.\n this._tabIndex = value != null ? value : defaultTabIndex\n }\n\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(...args: any[]) {\n super(...args)\n }\n }\n}\n","import { OutlineThemeTypes, ThemePrefixes, ThemeTypes } from '@theseam/ui-common/models'\n\nimport { Constructor } from './constructor'\nimport { HasElementRef } from './element-ref'\n\nexport interface CanTheme {\n /** Theme palette for the component. */\n theme: ThemeTypes | OutlineThemeTypes | undefined\n}\n\nexport type CanThemeCtor = Constructor<CanTheme>\n\n/** Mixin to augment a directive with a `theme` property. */\nexport function mixinTheme<T extends Constructor<HasElementRef>>(\n base: T, themePrefix: ThemePrefixes, defaultTheme?: ThemeTypes | OutlineThemeTypes): CanThemeCtor & T {\n return class extends base {\n private _theme: ThemeTypes | OutlineThemeTypes | undefined\n\n get theme(): ThemeTypes | OutlineThemeTypes | undefined { return this._theme }\n set theme(value: ThemeTypes | OutlineThemeTypes | undefined) {\n const themePalette = value || defaultTheme\n\n if (themePalette !== this._theme) {\n if (this._theme) {\n this._elementRef.nativeElement.classList.remove(`${themePrefix}-${this._theme}`)\n }\n if (themePalette) {\n this._elementRef.nativeElement.classList.add(`${themePrefix}-${themePalette}`)\n }\n\n this._theme = themePalette\n }\n }\n\n constructor(...args: any[]) {\n super(...args)\n\n // Set the default theme that can be specified from the mixin.\n this.theme = defaultTheme\n }\n }\n}\n","import { coerceBooleanProperty } from '@angular/cdk/coercion'\nimport { Constructor } from './constructor'\n\nexport interface CanBeActive {\n /** Whether the component is active. */\n active: boolean\n}\n\nexport type CanBeActiveCtor = Constructor<CanBeActive>\n\n/** Mixin to augment a directive with a `disabled` property. */\nexport function mixinActive<T extends Constructor<object>>(base: T): CanBeActiveCtor & T {\n return class extends base {\n private _active = false\n\n get active() { return this._active }\n set active(value: any) { this._active = coerceBooleanProperty(value) }\n\n // eslint-disable-next-line @typescript-eslint/no-useless-constructor\n constructor(...args: any[]) { super(...args) }\n }\n}\n","import { coerceBooleanProperty } from '@angular/cdk/coercion'\n\n/**\n * Use with `@Input()` to coerse the input to a boolean.\n *\n * Example:\n * ```ts\n * @Component({ template: '' })\n * class {\n * @Input() @InputBoolean() b: boolean\n * }\n * ```\n */\nexport function InputBoolean() {\n const cachedValueKey = Symbol('Cached boolean input value')\n return function(\n target: any,\n propertyKey: string,\n descriptor?: PropertyDescriptor\n ) {\n Object.defineProperty(target, propertyKey, {\n set(value: boolean) {\n this[cachedValueKey] = coerceBooleanProperty(value)\n },\n get() {\n return this[cachedValueKey]\n },\n })\n }\n}\n","import { coerceNumberProperty } from '@angular/cdk/coercion'\n\n/**\n * Use with `@Input()` to coerse the input to a number.\n *\n * Example:\n * ```ts\n * @Component({ template: '' })\n * class {\n * @Input() @InputNumber() b: number\n * }\n * ```\n */\nexport function InputNumber<TFallback>(fallback?: TFallback) {\n const cachedValueKey = Symbol('Cached input number value')\n return function(\n target: any,\n propertyKey: string,\n descriptor?: PropertyDescriptor\n ) {\n Object.defineProperty(target, propertyKey, {\n set(value: number) {\n this[cachedValueKey] = coerceNumberProperty(value, fallback)\n },\n get() {\n return this[cachedValueKey]\n },\n })\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -34,9 +34,9 @@ class CSVDataExporter {
34
34
  }));
35
35
  }
36
36
  }
37
- CSVDataExporter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: CSVDataExporter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- CSVDataExporter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: CSVDataExporter });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: CSVDataExporter, decorators: [{
37
+ CSVDataExporter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CSVDataExporter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ CSVDataExporter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CSVDataExporter });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CSVDataExporter, decorators: [{
40
40
  type: Injectable
41
41
  }] });
42
42
 
@@ -59,21 +59,21 @@ class XLSXDataExporter {
59
59
  }));
60
60
  }
61
61
  }
62
- XLSXDataExporter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: XLSXDataExporter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
63
- XLSXDataExporter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: XLSXDataExporter });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: XLSXDataExporter, decorators: [{
62
+ XLSXDataExporter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XLSXDataExporter, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
63
+ XLSXDataExporter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XLSXDataExporter });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XLSXDataExporter, decorators: [{
65
65
  type: Injectable
66
66
  }] });
67
67
 
68
68
  class TheSeamDataExporterModule {
69
69
  }
70
- TheSeamDataExporterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataExporterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
71
- TheSeamDataExporterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataExporterModule });
72
- TheSeamDataExporterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataExporterModule, providers: [
70
+ TheSeamDataExporterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataExporterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
71
+ TheSeamDataExporterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataExporterModule });
72
+ TheSeamDataExporterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataExporterModule, providers: [
73
73
  { provide: THESEAM_DATA_EXPORTER, useClass: CSVDataExporter, multi: true },
74
74
  { provide: THESEAM_DATA_EXPORTER, useClass: XLSXDataExporter, multi: true }
75
75
  ] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataExporterModule, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataExporterModule, decorators: [{
77
77
  type: NgModule,
78
78
  args: [{
79
79
  declarations: [],
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, forwardRef, Component, Inject, Optional, Input, ChangeDetectionStrategy, NgModule } from '@angular/core';
3
3
  import { of, combineLatest } from 'rxjs';
4
- import { switchMap, startWith, map, shareReplay, tap } from 'rxjs/operators';
4
+ import { switchMap, startWith, map, shareReplay } from 'rxjs/operators';
5
5
  import * as i1 from '@angular/common';
6
6
  import { CommonModule } from '@angular/common';
7
7
  import * as i2 from '@angular/forms';
@@ -72,7 +72,7 @@ function textDataFilter(data, text, options = DefaultTextFilterOptions) {
72
72
  keys = keys.filter(key => !(options.omitProperties || []).find(p => p === key));
73
73
  }
74
74
  for (const key of keys) {
75
- if (data[0].hasOwnProperty(key)) {
75
+ if (Object.prototype.hasOwnProperty.call(data[0], key)) {
76
76
  props.push(key);
77
77
  }
78
78
  }
@@ -117,7 +117,7 @@ class DataFilterTextComponent {
117
117
  ngOnInit() { this._filterContainer.addFilter(this); }
118
118
  ngOnDestroy() { this._filterContainer.removeFilter(this); }
119
119
  _optDefault(prop) {
120
- if (this._filterOptions && this._filterOptions.hasOwnProperty(prop)) {
120
+ if (this._filterOptions && Object.prototype.hasOwnProperty.call(this._filterOptions, prop)) {
121
121
  return this._filterOptions[prop];
122
122
  }
123
123
  return DefaultTextFilterOptions[prop];
@@ -146,15 +146,15 @@ class DataFilterTextComponent {
146
146
  };
147
147
  }
148
148
  }
149
- DataFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterTextComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
150
- DataFilterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.6", type: DataFilterTextComponent, selector: "seam-data-filter-text", inputs: { properties: "properties", omitProperties: "omitProperties", exact: "exact", caseSensitive: "caseSensitive", placeholder: "placeholder", iconTpl: "iconTpl", value: "value" }, providers: [DATA_FILTER_TEXT], ngImport: i0, template: "<div class=\"position-relative\"\n [class.data-filter-text-has-icon]=\"iconTpl\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Text filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </ng-container>\n</div>\n", styles: [":host{display:block}.data-filter-text-has-icon>input{padding-left:30px}.data-filter-text-has-icon ::ng-deep fa-icon{position:absolute;top:3px;left:10px;bottom:0}.data-filter-text-has-icon ::ng-deep fa-icon .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }] });
149
+ DataFilterTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterTextComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
150
+ DataFilterTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DataFilterTextComponent, selector: "seam-data-filter-text", inputs: { properties: "properties", omitProperties: "omitProperties", exact: "exact", caseSensitive: "caseSensitive", placeholder: "placeholder", iconTpl: "iconTpl", value: "value" }, providers: [DATA_FILTER_TEXT], ngImport: i0, template: "<div class=\"position-relative\"\n [class.data-filter-text-has-icon]=\"iconTpl\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Text filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </ng-container>\n</div>\n", styles: [":host{display:block}.data-filter-text-has-icon>input{padding-left:30px}.data-filter-text-has-icon ::ng-deep fa-icon{position:absolute;top:3px;left:10px;bottom:0}.data-filter-text-has-icon ::ng-deep fa-icon .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }] });
151
151
  __decorate([
152
152
  InputBoolean()
153
153
  ], DataFilterTextComponent.prototype, "exact", void 0);
154
154
  __decorate([
155
155
  InputBoolean()
156
156
  ], DataFilterTextComponent.prototype, "caseSensitive", void 0);
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterTextComponent, decorators: [{
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterTextComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{ selector: 'seam-data-filter-text', providers: [DATA_FILTER_TEXT], template: "<div class=\"position-relative\"\n [class.data-filter-text-has-icon]=\"iconTpl\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Text filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </ng-container>\n</div>\n", styles: [":host{display:block}.data-filter-text-has-icon>input{padding-left:30px}.data-filter-text-has-icon ::ng-deep fa-icon{position:absolute;top:3px;left:10px;bottom:0}.data-filter-text-has-icon ::ng-deep fa-icon .svg-inline--fa{vertical-align:middle}\n"] }]
160
160
  }], ctorParameters: function () {
@@ -223,7 +223,7 @@ class DataFilterSearchComponent {
223
223
  ngOnInit() { this._filterContainer.addFilter(this); }
224
224
  ngOnDestroy() { this._filterContainer.removeFilter(this); }
225
225
  _optDefault(prop) {
226
- if (this._filterOptions && this._filterOptions.hasOwnProperty(prop)) {
226
+ if (this._filterOptions && Object.prototype.hasOwnProperty.call(this._filterOptions, prop)) {
227
227
  return this._filterOptions[prop];
228
228
  }
229
229
  return DefaultSearchFilterOptions[prop];
@@ -252,15 +252,15 @@ class DataFilterSearchComponent {
252
252
  };
253
253
  }
254
254
  }
255
- DataFilterSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterSearchComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
256
- DataFilterSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.6", type: DataFilterSearchComponent, selector: "seam-data-filter-search", inputs: { properties: "properties", omitProperties: "omitProperties", exact: "exact", caseSensitive: "caseSensitive", placeholder: "placeholder", icon: "icon", iconTpl: "iconTpl", value: "value" }, providers: [DATA_FILTER_SEARCH], ngImport: i0, template: "<div class=\"position-relative\"\n [class.data-filter-search-has-icon]=\"iconTpl || icon\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Search filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl; else searchIconTpl\">\n <div class=\"data-filter-search--icon-wrapper\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </div>\n </ng-container>\n <ng-template #searchIconTpl>\n <ng-container *ngIf=\"icon\">\n <div class=\"data-filter-search--icon-wrapper\">\n <seam-icon [icon]=\"icon\" class=\"text-muted\"></seam-icon>\n </div>\n </ng-container>\n </ng-template>\n</div>\n", styles: [":host{display:flex;flex:0 1 300px}.data-filter-search-has-icon{width:100%}.data-filter-search-has-icon>input{padding-left:30px}.data-filter-search-has-icon .data-filter-search--icon-wrapper{position:absolute;top:3px;left:10px;bottom:0}.data-filter-search-has-icon .data-filter-search--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }, { kind: "component", type: i4.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
255
+ DataFilterSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterSearchComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
256
+ DataFilterSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DataFilterSearchComponent, selector: "seam-data-filter-search", inputs: { properties: "properties", omitProperties: "omitProperties", exact: "exact", caseSensitive: "caseSensitive", placeholder: "placeholder", icon: "icon", iconTpl: "iconTpl", value: "value" }, providers: [DATA_FILTER_SEARCH], ngImport: i0, template: "<div class=\"position-relative\"\n [class.data-filter-search-has-icon]=\"iconTpl || icon\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Search filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl; else searchIconTpl\">\n <div class=\"data-filter-search--icon-wrapper\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </div>\n </ng-container>\n <ng-template #searchIconTpl>\n <ng-container *ngIf=\"icon\">\n <div class=\"data-filter-search--icon-wrapper\">\n <seam-icon [icon]=\"icon\" class=\"text-muted\"></seam-icon>\n </div>\n </ng-container>\n </ng-template>\n</div>\n", styles: [":host{display:flex;flex:0 1 300px}.data-filter-search-has-icon{width:100%}.data-filter-search-has-icon>input{padding-left:30px}.data-filter-search-has-icon .data-filter-search--icon-wrapper{position:absolute;top:3px;left:10px;bottom:0}.data-filter-search-has-icon .data-filter-search--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.InputDirective, selector: "input[seamInput], textarea[seamInput], ng-select[seamInput], seam-checkbox[seamInput] [ngbRadioGroup], seam-tel-input[seamInput], quill-editor[seamInput], seam-google-maps[seamInput]", inputs: ["seamInputSize", "id", "type", "placeholder", "required", "disabled", "readonly"], exportAs: ["seamInput"] }, { kind: "component", type: i4.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
257
257
  __decorate([
258
258
  InputBoolean()
259
259
  ], DataFilterSearchComponent.prototype, "exact", void 0);
260
260
  __decorate([
261
261
  InputBoolean()
262
262
  ], DataFilterSearchComponent.prototype, "caseSensitive", void 0);
263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterSearchComponent, decorators: [{
263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterSearchComponent, decorators: [{
264
264
  type: Component,
265
265
  args: [{ selector: 'seam-data-filter-search', providers: [DATA_FILTER_SEARCH], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"position-relative\"\n [class.data-filter-search-has-icon]=\"iconTpl || icon\"\n (click)=\"inp.focus()\">\n <label [attr.for]=\"inp.id\" class=\"sr-only\">Search filter</label>\n <input seamInput #inp=\"seamInput\" seamInputSize=\"sm\" [formControl]=\"_control\" [placeholder]=\"placeholder\">\n <ng-container *ngIf=\"iconTpl; else searchIconTpl\">\n <div class=\"data-filter-search--icon-wrapper\">\n <ng-container *ngTemplateOutlet=\"iconTpl\"></ng-container>\n </div>\n </ng-container>\n <ng-template #searchIconTpl>\n <ng-container *ngIf=\"icon\">\n <div class=\"data-filter-search--icon-wrapper\">\n <seam-icon [icon]=\"icon\" class=\"text-muted\"></seam-icon>\n </div>\n </ng-container>\n </ng-template>\n</div>\n", styles: [":host{display:flex;flex:0 1 300px}.data-filter-search-has-icon{width:100%}.data-filter-search-has-icon>input{padding-left:30px}.data-filter-search-has-icon .data-filter-search--icon-wrapper{position:absolute;top:3px;left:10px;bottom:0}.data-filter-search-has-icon .data-filter-search--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"] }]
266
266
  }], ctorParameters: function () {
@@ -293,7 +293,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImpor
293
293
 
294
294
  const DATA_FILTER_TOGGLE_BUTTON = {
295
295
  provide: THESEAM_DATA_FILTER,
296
- // tslint:disable-next-line:no-use-before-declare
297
296
  useExisting: forwardRef(() => DataFilterToggleButtonsComponent),
298
297
  multi: true,
299
298
  };
@@ -369,7 +368,11 @@ class DataFilterToggleButtonsComponent {
369
368
  this.buttons = this._optDefault('buttons');
370
369
  this.exact = this._optDefault('exact');
371
370
  this.caseSensitive = this._optDefault('caseSensitive');
372
- this.filterStateChanges = this._control.valueChanges.pipe(tap(v => console.log('v', v)), switchMap(() => of(this.filterState())), tap(v => console.log('v2', v)), shareReplay({ bufferSize: 1, refCount: true }));
371
+ this.filterStateChanges = this._control.valueChanges.pipe(
372
+ // tap(v => console.log('v', v)),
373
+ switchMap(() => of(this.filterState())),
374
+ // tap(v => console.log('v2', v)),
375
+ shareReplay({ bufferSize: 1, refCount: true }));
373
376
  }
374
377
  ngOnInit() {
375
378
  this._filterContainer.addFilter(this);
@@ -379,7 +382,7 @@ class DataFilterToggleButtonsComponent {
379
382
  }
380
383
  ngOnDestroy() { this._filterContainer.removeFilter(this); }
381
384
  _optDefault(prop) {
382
- if (this._filterOptions && this._filterOptions.hasOwnProperty(prop)) {
385
+ if (this._filterOptions && Object.prototype.hasOwnProperty.call(this._filterOptions, prop)) {
383
386
  return this._filterOptions[prop];
384
387
  }
385
388
  return DefaultToggleButtonsFilterOptions[prop];
@@ -410,9 +413,9 @@ class DataFilterToggleButtonsComponent {
410
413
  };
411
414
  }
412
415
  }
413
- DataFilterToggleButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterToggleButtonsComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
414
- DataFilterToggleButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.6", type: DataFilterToggleButtonsComponent, selector: "seam-data-filter-toggle-buttons", inputs: { properties: "properties", omitProperties: "omitProperties", multiple: "multiple", selectionToggleable: "selectionToggleable", buttons: "buttons", exact: "exact", caseSensitive: "caseSensitive", value: "value" }, providers: [DATA_FILTER_TOGGLE_BUTTON], ngImport: i0, template: "<div class=\"btn-group\" role=\"group\" aria-label=\"Progress Filter\"\n *ngIf=\"options as opts\"\n [formControl]=\"_control\"\n seamToggleGroup\n [multiple]=\"opts.multiple\"\n [selectionToggleable]=\"opts.selectionToggleable\">\n <ng-container *ngFor=\"let btn of buttons\">\n <button type=\"button\" class=\"btn btn-sm px-4\"\n [seamToggleGroupOption]=\"btn.value\"\n #opt=\"seamToggleGroupOption\"\n [class.btn-lightgray]=\"!opt.selected\"\n [class.btn-primary]=\"opt.selected\"\n (click)=\"opt.selected=!opt.selected\">\n {{ btn.name || btn.value }}\n </button>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$1.ToggleGroupDirective, selector: "[seamToggleGroup]", inputs: ["value", "disabled", "multiple", "selectionToggleable"], outputs: ["change"], exportAs: ["seamToggleGroup"] }, { kind: "directive", type: i3$1.ToggleGroupOptionDirective, selector: "[seamToggleGroupOption]", inputs: ["seamToggleGroupOption", "selected"], outputs: ["selectionChange"], exportAs: ["seamToggleGroupOption"] }] });
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: DataFilterToggleButtonsComponent, decorators: [{
416
+ DataFilterToggleButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterToggleButtonsComponent, deps: [{ token: THESEAM_DATA_FILTER_CONTAINER }, { token: THESEAM_DATA_FILTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
417
+ DataFilterToggleButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DataFilterToggleButtonsComponent, selector: "seam-data-filter-toggle-buttons", inputs: { properties: "properties", omitProperties: "omitProperties", multiple: "multiple", selectionToggleable: "selectionToggleable", buttons: "buttons", exact: "exact", caseSensitive: "caseSensitive", value: "value" }, providers: [DATA_FILTER_TOGGLE_BUTTON], ngImport: i0, template: "<div class=\"btn-group\" role=\"group\" aria-label=\"Progress Filter\"\n *ngIf=\"options as opts\"\n [formControl]=\"_control\"\n seamToggleGroup\n [multiple]=\"opts.multiple\"\n [selectionToggleable]=\"opts.selectionToggleable\">\n <ng-container *ngFor=\"let btn of buttons\">\n <button type=\"button\" class=\"btn btn-sm px-4\"\n [seamToggleGroupOption]=\"btn.value\"\n #opt=\"seamToggleGroupOption\"\n [class.btn-lightgray]=\"!opt.selected\"\n [class.btn-primary]=\"opt.selected\"\n (click)=\"opt.selected=!opt.selected\">\n {{ btn.name || btn.value }}\n </button>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3$1.ToggleGroupDirective, selector: "[seamToggleGroup]", inputs: ["value", "disabled", "multiple", "selectionToggleable"], outputs: ["change"], exportAs: ["seamToggleGroup"] }, { kind: "directive", type: i3$1.ToggleGroupOptionDirective, selector: "[seamToggleGroupOption]", inputs: ["seamToggleGroupOption", "selected"], outputs: ["selectionChange"], exportAs: ["seamToggleGroupOption"] }] });
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataFilterToggleButtonsComponent, decorators: [{
416
419
  type: Component,
417
420
  args: [{ selector: 'seam-data-filter-toggle-buttons', providers: [DATA_FILTER_TOGGLE_BUTTON], template: "<div class=\"btn-group\" role=\"group\" aria-label=\"Progress Filter\"\n *ngIf=\"options as opts\"\n [formControl]=\"_control\"\n seamToggleGroup\n [multiple]=\"opts.multiple\"\n [selectionToggleable]=\"opts.selectionToggleable\">\n <ng-container *ngFor=\"let btn of buttons\">\n <button type=\"button\" class=\"btn btn-sm px-4\"\n [seamToggleGroupOption]=\"btn.value\"\n #opt=\"seamToggleGroupOption\"\n [class.btn-lightgray]=\"!opt.selected\"\n [class.btn-primary]=\"opt.selected\"\n (click)=\"opt.selected=!opt.selected\">\n {{ btn.name || btn.value }}\n </button>\n </ng-container>\n</div>\n" }]
418
421
  }], ctorParameters: function () {
@@ -455,8 +458,8 @@ const filterDefProviders = [
455
458
  ];
456
459
  class TheSeamDataFiltersModule {
457
460
  }
458
- TheSeamDataFiltersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataFiltersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
459
- TheSeamDataFiltersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataFiltersModule, declarations: [DataFilterSearchComponent,
461
+ TheSeamDataFiltersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataFiltersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
462
+ TheSeamDataFiltersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataFiltersModule, declarations: [DataFilterSearchComponent,
460
463
  DataFilterTextComponent,
461
464
  DataFilterToggleButtonsComponent], imports: [CommonModule,
462
465
  ReactiveFormsModule,
@@ -466,7 +469,7 @@ TheSeamDataFiltersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0"
466
469
  TheSeamIconModule], exports: [DataFilterSearchComponent,
467
470
  DataFilterTextComponent,
468
471
  DataFilterToggleButtonsComponent] });
469
- TheSeamDataFiltersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataFiltersModule, providers: [
472
+ TheSeamDataFiltersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataFiltersModule, providers: [
470
473
  ...filterDefProviders
471
474
  ], imports: [CommonModule,
472
475
  ReactiveFormsModule,
@@ -474,7 +477,7 @@ TheSeamDataFiltersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0"
474
477
  FontAwesomeModule,
475
478
  TheSeamToggleGroupModule,
476
479
  TheSeamIconModule] });
477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: TheSeamDataFiltersModule, decorators: [{
480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDataFiltersModule, decorators: [{
478
481
  type: NgModule,
479
482
  args: [{
480
483
  declarations: [