@theseam/ui-common 0.4.3 → 0.4.4

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 (384) hide show
  1. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  2. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  3. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  4. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  5. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  6. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  7. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  8. package/esm2020/buttons/button/button.component.mjs +9 -9
  9. package/esm2020/buttons/buttons.module.mjs +4 -4
  10. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  11. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +3 -3
  12. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  13. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  14. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  15. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  16. package/esm2020/card/card.component.mjs +3 -3
  17. package/esm2020/card/card.module.mjs +4 -4
  18. package/esm2020/carousel/carousel-slide.directive.mjs +3 -3
  19. package/esm2020/carousel/carousel.component.mjs +3 -3
  20. package/esm2020/carousel/carousel.module.mjs +4 -4
  21. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  22. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  23. package/esm2020/confirm-dialog/confirm-click.directive.mjs +3 -3
  24. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  25. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  26. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  27. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  28. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  29. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  30. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  31. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +3 -3
  32. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +3 -3
  33. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +3 -3
  34. package/esm2020/datatable/datatable/datatable.component.mjs +3 -3
  35. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  36. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  37. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +3 -3
  38. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  39. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  40. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +3 -3
  41. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  42. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  43. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +3 -3
  44. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  45. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  46. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  47. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  48. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  49. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  50. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  51. package/esm2020/datatable/datatable.module.mjs +4 -4
  52. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  53. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  54. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  55. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  56. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  57. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  58. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  59. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  60. package/esm2020/datatable/services/datatable-preferences.service.mjs +3 -3
  61. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  62. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +3 -3
  63. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +3 -3
  64. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +3 -3
  65. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +3 -3
  66. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  67. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +3 -3
  68. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  69. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  70. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  71. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  72. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  73. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  74. package/esm2020/dynamic/dynamic-value-helper.service.mjs +3 -3
  75. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  76. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  77. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  78. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  79. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  80. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  81. package/esm2020/form-field/form-field-error.directive.mjs +3 -3
  82. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  83. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  84. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  85. package/esm2020/form-field/form-field.component.mjs +3 -3
  86. package/esm2020/form-field/form-field.module.mjs +4 -4
  87. package/esm2020/form-field/input.directive.mjs +3 -3
  88. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  89. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  90. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  91. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +3 -3
  92. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  93. package/esm2020/framework/base-layout/base-layout.component.mjs +3 -3
  94. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  95. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  96. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  97. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  98. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  99. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  100. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  101. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  102. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  103. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  104. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  105. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  106. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +3 -3
  107. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +3 -3
  108. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  109. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  110. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  111. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  112. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  113. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  114. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  115. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  116. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  117. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  118. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  119. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  120. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  121. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  122. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  123. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +3 -3
  124. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  125. package/esm2020/framework/side-nav/side-nav.component.mjs +3 -3
  126. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  127. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  128. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  129. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  130. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  131. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  132. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  133. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  134. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  135. package/esm2020/google-maps/google-maps/google-maps.component.mjs +3 -3
  136. package/esm2020/google-maps/google-maps-api-loader/lazy-google-maps-api-loader.mjs +3 -3
  137. package/esm2020/google-maps/google-maps-api-loader/noop-google-maps-api-loader.mjs +3 -3
  138. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  139. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  140. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +3 -3
  141. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +3 -3
  142. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +3 -3
  143. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  144. package/esm2020/google-maps/google-maps.service.mjs +3 -3
  145. package/esm2020/google-maps/map-control.component.mjs +3 -3
  146. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  147. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  148. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  149. package/esm2020/icon/icon/icon.component.mjs +3 -3
  150. package/esm2020/icon/icon-btn/icon-btn.component.mjs +3 -3
  151. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  152. package/esm2020/icon/icon.module.mjs +4 -4
  153. package/esm2020/layout/layout.module.mjs +4 -4
  154. package/esm2020/layout/layout.service.mjs +3 -3
  155. package/esm2020/loading/loading/loading.component.mjs +3 -3
  156. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  157. package/esm2020/loading/loading.module.mjs +4 -4
  158. package/esm2020/menu/menu-divider.component.mjs +3 -3
  159. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  160. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +3 -3
  161. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  162. package/esm2020/menu/menu-item.component.mjs +3 -3
  163. package/esm2020/menu/menu-toggle.directive.mjs +3 -3
  164. package/esm2020/menu/menu.component.mjs +3 -3
  165. package/esm2020/menu/menu.module.mjs +4 -4
  166. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  167. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  168. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  169. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  170. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  171. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  172. package/esm2020/modal/modal/modal.component.mjs +3 -3
  173. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  174. package/esm2020/modal/modal-container/modal-container.component.mjs +3 -3
  175. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  176. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  177. package/esm2020/modal/modal.module.mjs +4 -4
  178. package/esm2020/modal/modal.service.mjs +3 -3
  179. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  180. package/esm2020/popover/popover/popover.component.mjs +3 -3
  181. package/esm2020/popover/popover.directive.mjs +3 -3
  182. package/esm2020/popover/popover.module.mjs +4 -4
  183. package/esm2020/progress/progress-circle/progress-circle.component.mjs +3 -3
  184. package/esm2020/progress/progress.module.mjs +4 -4
  185. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +3 -3
  186. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +3 -3
  187. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  188. package/esm2020/services/asset-loader.service.mjs +3 -3
  189. package/esm2020/services/font-loader.service.mjs +3 -3
  190. package/esm2020/services/router-helpers.service.mjs +3 -3
  191. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  192. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  193. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  194. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  195. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  196. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +3 -3
  197. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  198. package/esm2020/shared/directives/ng-select-extra.directive.mjs +3 -3
  199. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +3 -3
  200. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  201. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  202. package/esm2020/shared/shared.module.mjs +4 -4
  203. package/esm2020/storage/local-storage.service.mjs +3 -3
  204. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  205. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  206. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  207. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  208. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  209. package/esm2020/story-helpers/story-modal-container.component.mjs +3 -3
  210. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  211. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  212. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  213. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  214. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  215. package/esm2020/tabbed/tabbed.component.mjs +3 -3
  216. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  217. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  218. package/esm2020/table/table/table.component.mjs +3 -3
  219. package/esm2020/table/table.module.mjs +4 -4
  220. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  221. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  222. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  223. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  224. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  225. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  226. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +3 -3
  227. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  228. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +3 -3
  229. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  230. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  231. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +3 -3
  232. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  233. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  234. package/esm2020/tel-input/tel-input/tel-input.component.mjs +3 -3
  235. package/esm2020/tel-input/tel-input.directive.mjs +3 -3
  236. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  237. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +3 -3
  238. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +3 -3
  239. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +3 -3
  240. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  241. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  242. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  243. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  244. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  245. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  246. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  247. package/esm2020/toggle-edit/toggle-edit.component.mjs +3 -3
  248. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  249. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  250. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  251. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  252. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  253. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  254. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  255. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  256. package/esm2020/vertical-list-filter/vertical-list-filter.component.mjs +3 -3
  257. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +3 -3
  258. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  259. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +3 -3
  260. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  261. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +3 -3
  262. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  263. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +3 -3
  264. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  265. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  266. package/esm2020/widget/widget/widget.component.mjs +3 -3
  267. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  268. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  269. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  270. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  271. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  272. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  273. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +3 -3
  274. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  275. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  276. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  277. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  278. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  279. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  280. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  281. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  282. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  283. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  284. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  285. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  286. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  287. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  288. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +3 -3
  289. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  290. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  291. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +6 -6
  292. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  293. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  294. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  295. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  296. package/esm2020/widget/widget-registry.service.mjs +3 -3
  297. package/esm2020/widget/widget.module.mjs +4 -4
  298. package/fesm2015/theseam-ui-common-asset-reader.mjs +10 -10
  299. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  300. package/fesm2015/theseam-ui-common-buttons.mjs +25 -25
  301. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  302. package/fesm2015/theseam-ui-common-carousel.mjs +10 -10
  303. package/fesm2015/theseam-ui-common-checkbox.mjs +7 -7
  304. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +13 -13
  305. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  306. package/fesm2015/theseam-ui-common-data-filters.mjs +13 -13
  307. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +25 -25
  308. package/fesm2015/theseam-ui-common-datatable.mjs +85 -85
  309. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  310. package/fesm2015/theseam-ui-common-dynamic.mjs +21 -21
  311. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  312. package/fesm2015/theseam-ui-common-form-field-error.mjs +16 -16
  313. package/fesm2015/theseam-ui-common-form-field.mjs +22 -22
  314. package/fesm2015/theseam-ui-common-framework.mjs +133 -133
  315. package/fesm2015/theseam-ui-common-google-maps.mjs +40 -40
  316. package/fesm2015/theseam-ui-common-graphql.mjs +3 -3
  317. package/fesm2015/theseam-ui-common-icon.mjs +13 -13
  318. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  319. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  320. package/fesm2015/theseam-ui-common-menu.mjs +25 -25
  321. package/fesm2015/theseam-ui-common-modal.mjs +43 -43
  322. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  323. package/fesm2015/theseam-ui-common-progress.mjs +7 -7
  324. package/fesm2015/theseam-ui-common-scrollbar.mjs +10 -10
  325. package/fesm2015/theseam-ui-common-services.mjs +9 -9
  326. package/fesm2015/theseam-ui-common-shared.mjs +37 -37
  327. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  328. package/fesm2015/theseam-ui-common-story-helpers.mjs +23 -23
  329. package/fesm2015/theseam-ui-common-tabbed.mjs +22 -22
  330. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  331. package/fesm2015/theseam-ui-common-table-cell-types.mjs +31 -31
  332. package/fesm2015/theseam-ui-common-table.mjs +7 -7
  333. package/fesm2015/theseam-ui-common-tel-input.mjs +13 -13
  334. package/fesm2015/theseam-ui-common-tiled-select.mjs +22 -22
  335. package/fesm2015/theseam-ui-common-toggle-edit.mjs +16 -16
  336. package/fesm2015/theseam-ui-common-toggle-group.mjs +10 -10
  337. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  338. package/fesm2015/theseam-ui-common-vertical-list-filter.mjs +3 -3
  339. package/fesm2015/theseam-ui-common-viewers.mjs +20 -20
  340. package/fesm2015/theseam-ui-common-widget.mjs +132 -132
  341. package/fesm2020/theseam-ui-common-asset-reader.mjs +10 -10
  342. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  343. package/fesm2020/theseam-ui-common-buttons.mjs +25 -25
  344. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  345. package/fesm2020/theseam-ui-common-carousel.mjs +10 -10
  346. package/fesm2020/theseam-ui-common-checkbox.mjs +7 -7
  347. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +13 -13
  348. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  349. package/fesm2020/theseam-ui-common-data-filters.mjs +13 -13
  350. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +25 -25
  351. package/fesm2020/theseam-ui-common-datatable.mjs +85 -85
  352. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  353. package/fesm2020/theseam-ui-common-dynamic.mjs +21 -21
  354. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  355. package/fesm2020/theseam-ui-common-form-field-error.mjs +16 -16
  356. package/fesm2020/theseam-ui-common-form-field.mjs +22 -22
  357. package/fesm2020/theseam-ui-common-framework.mjs +133 -133
  358. package/fesm2020/theseam-ui-common-google-maps.mjs +40 -40
  359. package/fesm2020/theseam-ui-common-graphql.mjs +3 -3
  360. package/fesm2020/theseam-ui-common-icon.mjs +13 -13
  361. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  362. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  363. package/fesm2020/theseam-ui-common-menu.mjs +25 -25
  364. package/fesm2020/theseam-ui-common-modal.mjs +43 -43
  365. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  366. package/fesm2020/theseam-ui-common-progress.mjs +7 -7
  367. package/fesm2020/theseam-ui-common-scrollbar.mjs +10 -10
  368. package/fesm2020/theseam-ui-common-services.mjs +9 -9
  369. package/fesm2020/theseam-ui-common-shared.mjs +37 -37
  370. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  371. package/fesm2020/theseam-ui-common-story-helpers.mjs +23 -23
  372. package/fesm2020/theseam-ui-common-tabbed.mjs +22 -22
  373. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  374. package/fesm2020/theseam-ui-common-table-cell-types.mjs +31 -31
  375. package/fesm2020/theseam-ui-common-table.mjs +7 -7
  376. package/fesm2020/theseam-ui-common-tel-input.mjs +13 -13
  377. package/fesm2020/theseam-ui-common-tiled-select.mjs +22 -22
  378. package/fesm2020/theseam-ui-common-toggle-edit.mjs +16 -16
  379. package/fesm2020/theseam-ui-common-toggle-group.mjs +10 -10
  380. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  381. package/fesm2020/theseam-ui-common-vertical-list-filter.mjs +3 -3
  382. package/fesm2020/theseam-ui-common-viewers.mjs +20 -20
  383. package/fesm2020/theseam-ui-common-widget.mjs +132 -132
  384. package/package.json +2 -2
@@ -396,9 +396,9 @@ class MapValueManagerService {
396
396
  return this._value;
397
397
  }
398
398
  }
399
- MapValueManagerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MapValueManagerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
400
- MapValueManagerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MapValueManagerService });
401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MapValueManagerService, decorators: [{
399
+ MapValueManagerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: MapValueManagerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
400
+ MapValueManagerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: MapValueManagerService });
401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: MapValueManagerService, decorators: [{
402
402
  type: Injectable
403
403
  }], ctorParameters: function () { return []; } });
404
404
 
@@ -811,9 +811,9 @@ class GoogleMapsService {
811
811
  }
812
812
  }
813
813
  }
814
- GoogleMapsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsService, deps: [{ token: MapValueManagerService }, { token: i0.NgZone }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Injectable });
815
- GoogleMapsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsService });
816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsService, decorators: [{
814
+ GoogleMapsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsService, deps: [{ token: MapValueManagerService }, { token: i0.NgZone }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Injectable });
815
+ GoogleMapsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsService });
816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsService, decorators: [{
817
817
  type: Injectable
818
818
  }], ctorParameters: function () { return [{ type: MapValueManagerService }, { type: i0.NgZone }, { type: i0.ViewContainerRef }]; } });
819
819
 
@@ -874,9 +874,9 @@ class GoogleMapsControlsService {
874
874
  return new MapControlRef(this._googleMaps, this._componentFactoryResolver, this._injector, control);
875
875
  }
876
876
  }
877
- GoogleMapsControlsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsControlsService, deps: [{ token: GoogleMapsService }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
878
- GoogleMapsControlsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsControlsService });
879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleMapsControlsService, decorators: [{
877
+ GoogleMapsControlsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsControlsService, deps: [{ token: GoogleMapsService }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
878
+ GoogleMapsControlsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsControlsService });
879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: GoogleMapsControlsService, decorators: [{
880
880
  type: Injectable
881
881
  }], ctorParameters: function () { return [{ type: GoogleMapsService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }]; } });
882
882
 
@@ -907,9 +907,9 @@ class TheSeamGoogleMapsRecenterButtonControlComponent {
907
907
  this._ngUnsubscribe.complete();
908
908
  }
909
909
  }
910
- TheSeamGoogleMapsRecenterButtonControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsRecenterButtonControlComponent, deps: [{ token: GoogleMapsService }, { token: MAP_CONTROL_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
911
- TheSeamGoogleMapsRecenterButtonControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamGoogleMapsRecenterButtonControlComponent, selector: "button[seam-google-maps-recenter-button-control]", inputs: { label: "label", icon: "icon" }, host: { attributes: { "type": "button" }, listeners: { "click": "_onClick(event)" }, properties: { "attr.draggable": "false", "attr.aria-label": "label", "attr.title": "label" }, classAttribute: "gmnoprint gm-control-active" }, ngImport: i0, template: "<seam-icon [icon]=\"icon\" iconType=\"image-fill\"></seam-icon>\n", styles: [":host{background:none rgb(255,255,255);border:0px;margin:10px;padding:11px;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:2px;height:40px;width:40px;box-shadow:#0000004d 0 1px 4px -1px;overflow:hidden}\n"], dependencies: [{ kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsRecenterButtonControlComponent, decorators: [{
910
+ TheSeamGoogleMapsRecenterButtonControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsRecenterButtonControlComponent, deps: [{ token: GoogleMapsService }, { token: MAP_CONTROL_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
911
+ TheSeamGoogleMapsRecenterButtonControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsRecenterButtonControlComponent, selector: "button[seam-google-maps-recenter-button-control]", inputs: { label: "label", icon: "icon" }, host: { attributes: { "type": "button" }, listeners: { "click": "_onClick(event)" }, properties: { "attr.draggable": "false", "attr.aria-label": "label", "attr.title": "label" }, classAttribute: "gmnoprint gm-control-active" }, ngImport: i0, template: "<seam-icon [icon]=\"icon\" iconType=\"image-fill\"></seam-icon>\n", styles: [":host{background:none rgb(255,255,255);border:0px;margin:10px;padding:11px;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:2px;height:40px;width:40px;box-shadow:#0000004d 0 1px 4px -1px;overflow:hidden}\n"], dependencies: [{ kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsRecenterButtonControlComponent, decorators: [{
913
913
  type: Component,
914
914
  args: [{ selector: 'button[seam-google-maps-recenter-button-control]', host: {
915
915
  '[attr.draggable]': 'false',
@@ -1017,9 +1017,9 @@ class TheSeamGoogleMapsUploadButtonControlComponent {
1017
1017
  this._renderer.appendChild(this._elementRef.nativeElement, this._fileInputElement);
1018
1018
  }
1019
1019
  }
1020
- TheSeamGoogleMapsUploadButtonControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsUploadButtonControlComponent, deps: [{ token: i0.ElementRef }, { token: MapValueManagerService }, { token: i0.Renderer2 }, { token: GoogleMapsService }, { token: MAP_CONTROL_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1021
- TheSeamGoogleMapsUploadButtonControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamGoogleMapsUploadButtonControlComponent, selector: "button[seam-google-maps-upload-button-control]", inputs: { label: "label", icon: "icon" }, host: { attributes: { "type": "button" }, listeners: { "click": "_onClick(event)" }, properties: { "attr.draggable": "false", "attr.aria-label": "label", "attr.title": "label" }, classAttribute: "gmnoprint gm-control-active" }, ngImport: i0, template: "<seam-icon [icon]=\"icon\" iconType=\"image-fill\"></seam-icon>\n", styles: [":host{background:none rgb(255,255,255);border:0px;margin:10px;padding:11px;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:2px;height:40px;width:40px;box-shadow:#0000004d 0 1px 4px -1px;overflow:hidden}\n"], dependencies: [{ kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsUploadButtonControlComponent, decorators: [{
1020
+ TheSeamGoogleMapsUploadButtonControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsUploadButtonControlComponent, deps: [{ token: i0.ElementRef }, { token: MapValueManagerService }, { token: i0.Renderer2 }, { token: GoogleMapsService }, { token: MAP_CONTROL_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1021
+ TheSeamGoogleMapsUploadButtonControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsUploadButtonControlComponent, selector: "button[seam-google-maps-upload-button-control]", inputs: { label: "label", icon: "icon" }, host: { attributes: { "type": "button" }, listeners: { "click": "_onClick(event)" }, properties: { "attr.draggable": "false", "attr.aria-label": "label", "attr.title": "label" }, classAttribute: "gmnoprint gm-control-active" }, ngImport: i0, template: "<seam-icon [icon]=\"icon\" iconType=\"image-fill\"></seam-icon>\n", styles: [":host{background:none rgb(255,255,255);border:0px;margin:10px;padding:11px;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:2px;height:40px;width:40px;box-shadow:#0000004d 0 1px 4px -1px;overflow:hidden}\n"], dependencies: [{ kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsUploadButtonControlComponent, decorators: [{
1023
1023
  type: Component,
1024
1024
  args: [{ selector: 'button[seam-google-maps-upload-button-control]', host: {
1025
1025
  '[attr.draggable]': 'false',
@@ -1160,9 +1160,9 @@ class TheSeamMapFileDropComponent {
1160
1160
  return dataTransfer.types[0] === 'Files';
1161
1161
  }
1162
1162
  }
1163
- TheSeamMapFileDropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamMapFileDropComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: GoogleMapsService }, { token: MapValueManagerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
1164
- TheSeamMapFileDropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamMapFileDropComponent, selector: "seam-map-file-drop", ngImport: i0, template: "", styles: [":host{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999!important;background-color:#1e1e1eb3}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamMapFileDropComponent, decorators: [{
1163
+ TheSeamMapFileDropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamMapFileDropComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: GoogleMapsService }, { token: MapValueManagerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
1164
+ TheSeamMapFileDropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamMapFileDropComponent, selector: "seam-map-file-drop", ngImport: i0, template: "", styles: [":host{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999!important;background-color:#1e1e1eb3}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamMapFileDropComponent, decorators: [{
1166
1166
  type: Component,
1167
1167
  args: [{ selector: 'seam-map-file-drop', changeDetection: ChangeDetectionStrategy.OnPush, template: "", styles: [":host{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999!important;background-color:#1e1e1eb3}\n"] }]
1168
1168
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: GoogleMapsService }, { type: MapValueManagerService }, { type: i0.Renderer2 }]; } });
@@ -1211,9 +1211,9 @@ class TheSeamMapsControlComponent {
1211
1211
  this._controlRef = undefined;
1212
1212
  }
1213
1213
  }
1214
- TheSeamMapsControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamMapsControlComponent, deps: [{ token: GoogleMapsService }, { token: MAP_CONTROLS_SERVICE }], target: i0.ɵɵFactoryTarget.Component });
1215
- TheSeamMapsControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamMapsControlComponent, selector: "seam-map-control", inputs: { def: "def" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamMapsControlComponent, decorators: [{
1214
+ TheSeamMapsControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamMapsControlComponent, deps: [{ token: GoogleMapsService }, { token: MAP_CONTROLS_SERVICE }], target: i0.ɵɵFactoryTarget.Component });
1215
+ TheSeamMapsControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamMapsControlComponent, selector: "seam-map-control", inputs: { def: "def" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamMapsControlComponent, decorators: [{
1217
1217
  type: Component,
1218
1218
  args: [{
1219
1219
  selector: 'seam-map-control',
@@ -1423,8 +1423,8 @@ class TheSeamGoogleMapsComponent extends _TheSeamGoogleMapsMixinBase {
1423
1423
  this._googleMaps.deleteSelection();
1424
1424
  }
1425
1425
  }
1426
- TheSeamGoogleMapsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: GoogleMapsService }, { token: MapValueManagerService }, { token: TheSeamGoogleMapsApiLoader }], target: i0.ɵɵFactoryTarget.Component });
1427
- TheSeamGoogleMapsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamGoogleMapsComponent, selector: "seam-google-maps", inputs: { disabled: "disabled", value: "value", tabIndex: "tabIndex", fileDropEnabled: "fileDropEnabled", fileUploadControlEnabled: "fileUploadControlEnabled", fullscreenControlEnabled: "fullscreenControlEnabled", reCenterControlEnabled: "reCenterControlEnabled", mapTypeControlEnabled: "mapTypeControlEnabled", streetViewControlEnabled: "streetViewControlEnabled", allowDrawingHoleInPolygon: "allowDrawingHoleInPolygon", editingEnabled: "editingEnabled", fileImportHandler: "fileImportHandler", zoom: "zoom", longitude: "longitude", latitude: "latitude" }, outputs: { mapReady: "mapReady" }, host: { properties: { "attr.disabled": "this._attrDisabled", "attr.tabindex": "this._attrTabIndex" } }, providers: [
1426
+ TheSeamGoogleMapsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: GoogleMapsService }, { token: MapValueManagerService }, { token: TheSeamGoogleMapsApiLoader }], target: i0.ɵɵFactoryTarget.Component });
1427
+ TheSeamGoogleMapsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsComponent, selector: "seam-google-maps", inputs: { disabled: "disabled", value: "value", tabIndex: "tabIndex", fileDropEnabled: "fileDropEnabled", fileUploadControlEnabled: "fileUploadControlEnabled", fullscreenControlEnabled: "fullscreenControlEnabled", reCenterControlEnabled: "reCenterControlEnabled", mapTypeControlEnabled: "mapTypeControlEnabled", streetViewControlEnabled: "streetViewControlEnabled", allowDrawingHoleInPolygon: "allowDrawingHoleInPolygon", editingEnabled: "editingEnabled", fileImportHandler: "fileImportHandler", zoom: "zoom", longitude: "longitude", latitude: "latitude" }, outputs: { mapReady: "mapReady" }, host: { properties: { "attr.disabled": "this._attrDisabled", "attr.tabindex": "this._attrTabIndex" } }, providers: [
1428
1428
  MapValueManagerService,
1429
1429
  GoogleMapsService,
1430
1430
  { provide: MAP_CONTROLS_SERVICE, useClass: GoogleMapsControlsService },
@@ -1468,7 +1468,7 @@ __decorate([
1468
1468
  __decorate([
1469
1469
  InputNumber()
1470
1470
  ], TheSeamGoogleMapsComponent.prototype, "latitude", void 0);
1471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsComponent, decorators: [{
1471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsComponent, decorators: [{
1472
1472
  type: Component,
1473
1473
  args: [{ selector: 'seam-google-maps', inputs: [
1474
1474
  'disabled',
@@ -1668,9 +1668,9 @@ class TheSeamGoogleMapsPlacesAutocompleteDirective {
1668
1668
  }
1669
1669
  }
1670
1670
  }
1671
- TheSeamGoogleMapsPlacesAutocompleteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsPlacesAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1672
- TheSeamGoogleMapsPlacesAutocompleteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: { options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { properties: { "attr.type": "this._attrType" } }, exportAs: ["seamGoogleMapsPlacesAutocomplete"], usesOnChanges: true, ngImport: i0 });
1673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsPlacesAutocompleteDirective, decorators: [{
1671
+ TheSeamGoogleMapsPlacesAutocompleteDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1672
+ TheSeamGoogleMapsPlacesAutocompleteDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: { options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { properties: { "attr.type": "this._attrType" } }, exportAs: ["seamGoogleMapsPlacesAutocomplete"], usesOnChanges: true, ngImport: i0 });
1673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutocompleteDirective, decorators: [{
1674
1674
  type: Directive,
1675
1675
  args: [{
1676
1676
  selector: 'input[seamGoogleMapsPlacesAutocomplete]',
@@ -1838,12 +1838,12 @@ class TheSeamGoogleMapsPlacesAutoCompleteComponent {
1838
1838
  }
1839
1839
  }
1840
1840
  }
1841
- TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1842
- TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamGoogleMapsPlacesAutoCompleteComponent, selector: "seam-google-maps-places-autocomplete", inputs: { label: "label", icon: "icon", disabled: "disabled", placeholder: "placeholder", autocorrect: "autocorrect", autocapitalize: "autocapitalize", tabIndex: "tabIndex", options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { listeners: { "click": "_onClick(event)", "focus": "_onFocus($event)" }, properties: { "attr.tabindex": "this._attrTabIndex" } }, viewQueries: [{ propertyName: "_inputDirective", first: true, predicate: ["inp"], descendants: true, read: InputDirective, static: true }, { propertyName: "__autocompleteDirective", first: true, predicate: TheSeamGoogleMapsPlacesAutocompleteDirective, descendants: true, static: true }], exportAs: ["seamGoogleMapsPlacesAutoComplete"], ngImport: i0, template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\r\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\r\n</div>\r\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\r\n<input #inp=\"seamInput\"\r\n seamInput\r\n seamGoogleMapsPlacesAutocomplete\r\n [disabled]=\"disabled\"\r\n [attr.placeholder]=\"placeholder\"\r\n [attr.autocorrect]=\"autocorrect\"\r\n [attr.autocapitalize]=\"autocapitalize\"\r\n [options]=\"_options\"\r\n/>\r\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { 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: "directive", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: ["options"], outputs: ["placeChanged"], exportAs: ["seamGoogleMapsPlacesAutocomplete"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1841
+ TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
1842
+ TheSeamGoogleMapsPlacesAutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamGoogleMapsPlacesAutoCompleteComponent, selector: "seam-google-maps-places-autocomplete", inputs: { label: "label", icon: "icon", disabled: "disabled", placeholder: "placeholder", autocorrect: "autocorrect", autocapitalize: "autocapitalize", tabIndex: "tabIndex", options: "options" }, outputs: { placeChanged: "placeChanged" }, host: { listeners: { "click": "_onClick(event)", "focus": "_onFocus($event)" }, properties: { "attr.tabindex": "this._attrTabIndex" } }, viewQueries: [{ propertyName: "_inputDirective", first: true, predicate: ["inp"], descendants: true, read: InputDirective, static: true }, { propertyName: "__autocompleteDirective", first: true, predicate: TheSeamGoogleMapsPlacesAutocompleteDirective, descendants: true, static: true }], exportAs: ["seamGoogleMapsPlacesAutoComplete"], ngImport: i0, template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\r\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\r\n</div>\r\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\r\n<input #inp=\"seamInput\"\r\n seamInput\r\n seamGoogleMapsPlacesAutocomplete\r\n [disabled]=\"disabled\"\r\n [attr.placeholder]=\"placeholder\"\r\n [attr.autocorrect]=\"autocorrect\"\r\n [attr.autocapitalize]=\"autocapitalize\"\r\n [options]=\"_options\"\r\n/>\r\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "seam-icon", inputs: ["grayscaleOnDisable", "disabled", "iconClass", "icon", "size", "showDefaultOnError", "defaultIcon", "iconType"] }, { 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: "directive", type: TheSeamGoogleMapsPlacesAutocompleteDirective, selector: "input[seamGoogleMapsPlacesAutocomplete]", inputs: ["options"], outputs: ["placeChanged"], exportAs: ["seamGoogleMapsPlacesAutocomplete"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1843
1843
  __decorate([
1844
1844
  InputBoolean()
1845
1845
  ], TheSeamGoogleMapsPlacesAutoCompleteComponent.prototype, "disabled", void 0);
1846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, decorators: [{
1846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsPlacesAutoCompleteComponent, decorators: [{
1847
1847
  type: Component,
1848
1848
  args: [{ selector: 'seam-google-maps-places-autocomplete', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'seamGoogleMapsPlacesAutoComplete', template: "<div *ngIf=\"icon\" class=\"search-container--icon-wrapper\">\r\n <seam-icon [icon]=\"icon\" class=\"text-muted\" size=\"lg\"></seam-icon>\r\n</div>\r\n<label *ngIf=\"label || placeholder\" [attr.for]=\"inp.id\" class=\"sr-only\">{{ label || placeholder }}</label>\r\n<input #inp=\"seamInput\"\r\n seamInput\r\n seamGoogleMapsPlacesAutocomplete\r\n [disabled]=\"disabled\"\r\n [attr.placeholder]=\"placeholder\"\r\n [attr.autocorrect]=\"autocorrect\"\r\n [attr.autocapitalize]=\"autocapitalize\"\r\n [options]=\"_options\"\r\n/>\r\n", styles: [":host{position:relative;width:100%}:host>input{padding-left:40px}:host .search-container--icon-wrapper{position:absolute;top:6px;left:10px;bottom:0}:host .search-container--icon-wrapper ::ng-deep .svg-inline--fa{vertical-align:middle}\n"] }]
1849
1849
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { label: [{
@@ -1883,8 +1883,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1883
1883
 
1884
1884
  class TheSeamGoogleMapsModule {
1885
1885
  }
1886
- TheSeamGoogleMapsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1887
- TheSeamGoogleMapsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsModule, declarations: [TheSeamGoogleMapsComponent,
1886
+ TheSeamGoogleMapsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1887
+ TheSeamGoogleMapsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsModule, declarations: [TheSeamGoogleMapsComponent,
1888
1888
  TheSeamMapFileDropComponent,
1889
1889
  TheSeamGoogleMapsUploadButtonControlComponent,
1890
1890
  TheSeamGoogleMapsRecenterButtonControlComponent,
@@ -1900,14 +1900,14 @@ TheSeamGoogleMapsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
1900
1900
  TheSeamGoogleMapsPlacesAutocompleteDirective,
1901
1901
  TheSeamGoogleMapsPlacesAutoCompleteComponent,
1902
1902
  TheSeamMapsControlComponent] });
1903
- TheSeamGoogleMapsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsModule, imports: [CommonModule,
1903
+ TheSeamGoogleMapsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsModule, imports: [CommonModule,
1904
1904
  ObserversModule,
1905
1905
  TheSeamSharedModule,
1906
1906
  TheSeamMenuModule,
1907
1907
  TheSeamIconModule,
1908
1908
  TheSeamFormFieldModule,
1909
1909
  GoogleMapsModule] });
1910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamGoogleMapsModule, decorators: [{
1910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamGoogleMapsModule, decorators: [{
1911
1911
  type: NgModule,
1912
1912
  args: [{
1913
1913
  declarations: [
@@ -2022,9 +2022,9 @@ class TheSeamLazyMapsApiLoader extends TheSeamGoogleMapsApiLoader {
2022
2022
  return `${hostAndPath}?${params}`;
2023
2023
  }
2024
2024
  }
2025
- TheSeamLazyMapsApiLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLazyMapsApiLoader, deps: [{ token: LOCALE_ID }, { token: THESEAM_LAZY_MAPS_API_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2026
- TheSeamLazyMapsApiLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLazyMapsApiLoader });
2027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLazyMapsApiLoader, decorators: [{
2025
+ TheSeamLazyMapsApiLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLazyMapsApiLoader, deps: [{ token: LOCALE_ID }, { token: THESEAM_LAZY_MAPS_API_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
2026
+ TheSeamLazyMapsApiLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLazyMapsApiLoader });
2027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLazyMapsApiLoader, decorators: [{
2028
2028
  type: Injectable
2029
2029
  }], ctorParameters: function () {
2030
2030
  return [{ type: undefined, decorators: [{
@@ -2053,9 +2053,9 @@ class TheSeamNoopGoogleMapsAPILoader extends TheSeamGoogleMapsApiLoader {
2053
2053
  });
2054
2054
  }
2055
2055
  }
2056
- TheSeamNoopGoogleMapsAPILoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
2057
- TheSeamNoopGoogleMapsAPILoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader });
2058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader, decorators: [{
2056
+ TheSeamNoopGoogleMapsAPILoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
2057
+ TheSeamNoopGoogleMapsAPILoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader });
2058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamNoopGoogleMapsAPILoader, decorators: [{
2059
2059
  type: Injectable
2060
2060
  }] });
2061
2061
 
@@ -838,9 +838,9 @@ class DatatableGraphqlService {
838
838
  return new DatatableGraphQLQueryRef(queryRef);
839
839
  }
840
840
  }
841
- DatatableGraphqlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatatableGraphqlService, deps: [{ token: i1.Apollo }, { token: DATATABLE_GRAPHQL_SERVICE_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
842
- DatatableGraphqlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatatableGraphqlService, providedIn: 'root' });
843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DatatableGraphqlService, decorators: [{
841
+ DatatableGraphqlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DatatableGraphqlService, deps: [{ token: i1.Apollo }, { token: DATATABLE_GRAPHQL_SERVICE_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
842
+ DatatableGraphqlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DatatableGraphqlService, providedIn: 'root' });
843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DatatableGraphqlService, decorators: [{
844
844
  type: Injectable,
845
845
  args: [{
846
846
  providedIn: 'root'
@@ -105,15 +105,15 @@ class IconComponent {
105
105
  get _cssDisabled() { return this.disabled || null; }
106
106
  get _cssNoGreyscale() { return !this.grayscaleOnDisable; }
107
107
  }
108
- IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
109
- IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: IconComponent, selector: "seam-icon", inputs: { grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", size: "size", showDefaultOnError: "showDefaultOnError", defaultIcon: "defaultIcon", iconType: "iconType" }, host: { properties: { "attr.icon-type": "this._iconTypeAttr", "class.disabled": "this._cssDisabled", "class.no-grayscale": "this._cssNoGreyscale" } }, ngImport: i0, template: "<fa-icon *ngIf=\"_iconObj\"\n class=\"seam-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"\n [size]=\"size || undefined\">\n</fa-icon>\n\n<ng-container *ngIf=\"_iconUrl\">\n <!-- Partial fix for IE greyscale -->\n <ng-container *ngIf=\"needToFix\">\n <ng-container *ngIf=\"disabled && grayscaleOnDisable\">\n <span class=\"grayscale-fix\" style=\"display: inline-block; position: relative;\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"svgroot\" style=\"position: absolute; left: 0; right: 0;\" viewBox=\"0 0 48 48\" width=\"100%\" height=\"100%\">\n <defs><filter id=\"gray\"><feColorMatrix type=\"matrix\" values=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\" /></filter></defs>\n <image filter=\"url(&quot;#gray&quot;)\" preserveAspectRatio=\"none meet\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n [attr.xlink:href]=\"_iconUrl\" />\n </svg>\n <img class=\"seam-icon--img {{ iconClass }}\" style=\"display: block; visibility: hidden;\" alt=\"Icon\" [src]=\"_iconUrl\" (error)=\"_imgError($event)\">\n </span>\n </ng-container>\n <ng-container *ngIf=\"!disabled\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"!needToFix\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n</ng-container>\n\n<ng-content select=\".sr-only,seam-icon-notification\"></ng-content>\n", styles: [":host{display:inline-block}:host:disabled:not(.no-grayscale),:host.disabled:not(.no-grayscale){filter:grayscale(1)}:host[icon-type=styled-square]{border:1px solid #dee2e6;border-radius:8px}:host[icon-type=styled-square],:host[icon-type=borderless-styled-square]{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;min-width:39px;width:39px;min-height:39px;height:39px;padding:1px;align-items:center;display:inline-flex;vertical-align:top}:host[icon-type=styled-square] img,:host[icon-type=borderless-styled-square] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=styled-square] .seam-icon--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%;padding:2px}:host[icon-type=styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}:host[icon-type=image-fill]{max-height:100%;max-width:100%;width:100%;height:100%}:host[icon-type=image-fill] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=image-fill] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%}:host[icon-type=image-fill] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}.grey-fix{visibility:hidden;display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }] });
108
+ IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
109
+ IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: IconComponent, selector: "seam-icon", inputs: { grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", size: "size", showDefaultOnError: "showDefaultOnError", defaultIcon: "defaultIcon", iconType: "iconType" }, host: { properties: { "attr.icon-type": "this._iconTypeAttr", "class.disabled": "this._cssDisabled", "class.no-grayscale": "this._cssNoGreyscale" } }, ngImport: i0, template: "<fa-icon *ngIf=\"_iconObj\"\n class=\"seam-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"\n [size]=\"size || undefined\">\n</fa-icon>\n\n<ng-container *ngIf=\"_iconUrl\">\n <!-- Partial fix for IE greyscale -->\n <ng-container *ngIf=\"needToFix\">\n <ng-container *ngIf=\"disabled && grayscaleOnDisable\">\n <span class=\"grayscale-fix\" style=\"display: inline-block; position: relative;\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"svgroot\" style=\"position: absolute; left: 0; right: 0;\" viewBox=\"0 0 48 48\" width=\"100%\" height=\"100%\">\n <defs><filter id=\"gray\"><feColorMatrix type=\"matrix\" values=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\" /></filter></defs>\n <image filter=\"url(&quot;#gray&quot;)\" preserveAspectRatio=\"none meet\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n [attr.xlink:href]=\"_iconUrl\" />\n </svg>\n <img class=\"seam-icon--img {{ iconClass }}\" style=\"display: block; visibility: hidden;\" alt=\"Icon\" [src]=\"_iconUrl\" (error)=\"_imgError($event)\">\n </span>\n </ng-container>\n <ng-container *ngIf=\"!disabled\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"!needToFix\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n</ng-container>\n\n<ng-content select=\".sr-only,seam-icon-notification\"></ng-content>\n", styles: [":host{display:inline-block}:host:disabled:not(.no-grayscale),:host.disabled:not(.no-grayscale){filter:grayscale(1)}:host[icon-type=styled-square]{border:1px solid #dee2e6;border-radius:8px}:host[icon-type=styled-square],:host[icon-type=borderless-styled-square]{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;min-width:39px;width:39px;min-height:39px;height:39px;padding:1px;align-items:center;display:inline-flex;vertical-align:top}:host[icon-type=styled-square] img,:host[icon-type=borderless-styled-square] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=styled-square] .seam-icon--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%;padding:2px}:host[icon-type=styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}:host[icon-type=image-fill]{max-height:100%;max-width:100%;width:100%;height:100%}:host[icon-type=image-fill] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=image-fill] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%}:host[icon-type=image-fill] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}.grey-fix{visibility:hidden;display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["classes", "icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }] });
110
110
  __decorate([
111
111
  InputBoolean()
112
112
  ], IconComponent.prototype, "grayscaleOnDisable", void 0);
113
113
  __decorate([
114
114
  InputBoolean()
115
115
  ], IconComponent.prototype, "disabled", void 0);
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconComponent, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconComponent, decorators: [{
117
117
  type: Component,
118
118
  args: [{ selector: 'seam-icon', template: "<fa-icon *ngIf=\"_iconObj\"\n class=\"seam-icon--fa {{ iconClass }}\"\n [icon]=\"_iconObj\"\n [size]=\"size || undefined\">\n</fa-icon>\n\n<ng-container *ngIf=\"_iconUrl\">\n <!-- Partial fix for IE greyscale -->\n <ng-container *ngIf=\"needToFix\">\n <ng-container *ngIf=\"disabled && grayscaleOnDisable\">\n <span class=\"grayscale-fix\" style=\"display: inline-block; position: relative;\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"svgroot\" style=\"position: absolute; left: 0; right: 0;\" viewBox=\"0 0 48 48\" width=\"100%\" height=\"100%\">\n <defs><filter id=\"gray\"><feColorMatrix type=\"matrix\" values=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\" /></filter></defs>\n <image filter=\"url(&quot;#gray&quot;)\" preserveAspectRatio=\"none meet\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n [attr.xlink:href]=\"_iconUrl\" />\n </svg>\n <img class=\"seam-icon--img {{ iconClass }}\" style=\"display: block; visibility: hidden;\" alt=\"Icon\" [src]=\"_iconUrl\" (error)=\"_imgError($event)\">\n </span>\n </ng-container>\n <ng-container *ngIf=\"!disabled\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"!needToFix\">\n <img class=\"seam-icon--img {{ iconClass }}\" [src]=\"_iconUrl\" alt=\"Icon\" (error)=\"_imgError($event)\">\n </ng-container>\n</ng-container>\n\n<ng-content select=\".sr-only,seam-icon-notification\"></ng-content>\n", styles: [":host{display:inline-block}:host:disabled:not(.no-grayscale),:host.disabled:not(.no-grayscale){filter:grayscale(1)}:host[icon-type=styled-square]{border:1px solid #dee2e6;border-radius:8px}:host[icon-type=styled-square],:host[icon-type=borderless-styled-square]{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;min-width:39px;width:39px;min-height:39px;height:39px;padding:1px;align-items:center;display:inline-flex;vertical-align:top}:host[icon-type=styled-square] img,:host[icon-type=borderless-styled-square] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=styled-square] .seam-icon--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%;padding:2px}:host[icon-type=styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa,:host[icon-type=borderless-styled-square] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}:host[icon-type=image-fill]{max-height:100%;max-width:100%;width:100%;height:100%}:host[icon-type=image-fill] img{max-width:100%;max-height:100%;margin:0 auto}:host[icon-type=image-fill] .seam-icon--fa{height:100%;display:flex;flex-direction:row;justify-content:center;text-align:center;width:100%}:host[icon-type=image-fill] .seam-icon--fa ::ng-deep .svg-inline--fa{max-width:100%;height:100%;width:100%}.grey-fix{visibility:hidden;display:block}\n"] }]
119
119
  }], propDecorators: { grayscaleOnDisable: [{
@@ -208,8 +208,8 @@ class IconBtnComponent {
208
208
  return this._elementRef.nativeElement.nodeName.toLowerCase() === 'button';
209
209
  }
210
210
  }
211
- IconBtnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconBtnComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
212
- IconBtnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: IconBtnComponent, selector: "button[seamIconBtn]", inputs: { grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", size: "size", showDefaultOnError: "showDefaultOnError", iconType: "iconType", btnTheme: "btnTheme", badgeTheme: "badgeTheme", badgeText: "badgeText", btnSize: "btnSize", type: "type", role: "role" }, host: { properties: { "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.p-0": "this._cssPadding0", "class.btn": "this._btn", "class.text-nowrap": "this._textNoWrap", "class.btn-default": "this._btnDefault", "class.btn-primary": "this._btnPrimary", "class.btn-secondary": "this._btnSecondary", "class.btn-success": "this._btnSuccess", "class.btn-danger": "this._btnDanger", "class.btn-warning": "this._btnWarning", "class.btn-info": "this._btnInfo", "class.btn-light": "this._btnLight", "class.btn-dark": "this._btnDark", "class.btn-lightgray": "this._btnLightGray", "class.btn-sm": "this._btnSizeSm", "class.btn-lg": "this._btnSizeLg" } }, ngImport: i0, template: `
211
+ IconBtnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconBtnComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
212
+ IconBtnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: IconBtnComponent, selector: "button[seamIconBtn]", inputs: { grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", size: "size", showDefaultOnError: "showDefaultOnError", iconType: "iconType", btnTheme: "btnTheme", badgeTheme: "badgeTheme", badgeText: "badgeText", btnSize: "btnSize", type: "type", role: "role" }, host: { properties: { "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.p-0": "this._cssPadding0", "class.btn": "this._btn", "class.text-nowrap": "this._textNoWrap", "class.btn-default": "this._btnDefault", "class.btn-primary": "this._btnPrimary", "class.btn-secondary": "this._btnSecondary", "class.btn-success": "this._btnSuccess", "class.btn-danger": "this._btnDanger", "class.btn-warning": "this._btnWarning", "class.btn-info": "this._btnInfo", "class.btn-light": "this._btnLight", "class.btn-dark": "this._btnDark", "class.btn-lightgray": "this._btnLightGray", "class.btn-sm": "this._btnSizeSm", "class.btn-lg": "this._btnSizeLg" } }, ngImport: i0, template: `
213
213
  <seam-icon *ngIf="icon"
214
214
  [grayscaleOnDisable]="grayscaleOnDisable"
215
215
  [disabled]="disabled"
@@ -230,7 +230,7 @@ __decorate([
230
230
  __decorate([
231
231
  InputBoolean()
232
232
  ], IconBtnComponent.prototype, "showDefaultOnError", void 0);
233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconBtnComponent, decorators: [{
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconBtnComponent, decorators: [{
234
234
  type: Component,
235
235
  args: [{ selector: 'button[seamIconBtn]', template: `
236
236
  <seam-icon *ngIf="icon"
@@ -356,8 +356,8 @@ class IconNotificationComponent {
356
356
  }
357
357
  }
358
358
  }
359
- IconNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconNotificationComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
360
- IconNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: IconNotificationComponent, selector: "seam-icon-notification", inputs: { count: "count", hidden: "hidden", grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", showDefaultOnError: "showDefaultOnError", size: "size", iconType: "iconType" }, host: { properties: { "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" } }, ngImport: i0, template: `
359
+ IconNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconNotificationComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
360
+ IconNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: IconNotificationComponent, selector: "seam-icon-notification", inputs: { count: "count", hidden: "hidden", grayscaleOnDisable: "grayscaleOnDisable", disabled: "disabled", iconClass: "iconClass", icon: "icon", showDefaultOnError: "showDefaultOnError", size: "size", iconType: "iconType" }, host: { properties: { "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" } }, ngImport: i0, template: `
361
361
  <seam-icon *ngIf="icon && !hidden" [@counterChange]="count"
362
362
  [grayscaleOnDisable]="grayscaleOnDisable"
363
363
  [disabled]="disabled"
@@ -390,7 +390,7 @@ __decorate([
390
390
  __decorate([
391
391
  InputBoolean()
392
392
  ], IconNotificationComponent.prototype, "showDefaultOnError", void 0);
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IconNotificationComponent, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconNotificationComponent, decorators: [{
394
394
  type: Component,
395
395
  args: [{ selector: 'seam-icon-notification', template: `
396
396
  <seam-icon *ngIf="icon && !hidden" [@counterChange]="count"
@@ -438,16 +438,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
438
438
 
439
439
  class TheSeamIconModule {
440
440
  }
441
- TheSeamIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
442
- TheSeamIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamIconModule, declarations: [IconComponent,
441
+ TheSeamIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
442
+ TheSeamIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamIconModule, declarations: [IconComponent,
443
443
  IconBtnComponent,
444
444
  IconNotificationComponent], imports: [CommonModule,
445
445
  FontAwesomeModule], exports: [IconComponent,
446
446
  IconBtnComponent,
447
447
  IconNotificationComponent] });
448
- TheSeamIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamIconModule, imports: [CommonModule,
448
+ TheSeamIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamIconModule, imports: [CommonModule,
449
449
  FontAwesomeModule] });
450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamIconModule, decorators: [{
450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamIconModule, decorators: [{
451
451
  type: NgModule,
452
452
  args: [{
453
453
  declarations: [
@@ -7,12 +7,12 @@ import { map, startWith, distinctUntilChanged, shareReplay } from 'rxjs/operator
7
7
 
8
8
  class TheSeamLayoutModule {
9
9
  }
10
- TheSeamLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- TheSeamLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutModule, imports: [CommonModule,
10
+ TheSeamLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ TheSeamLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutModule, imports: [CommonModule,
12
12
  FlexLayoutModule], exports: [FlexLayoutModule] });
13
- TheSeamLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutModule, imports: [CommonModule,
13
+ TheSeamLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutModule, imports: [CommonModule,
14
14
  FlexLayoutModule, FlexLayoutModule] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [],
@@ -75,9 +75,9 @@ class TheSeamLayoutService {
75
75
  return observeMediaQuery(this._media, alias);
76
76
  }
77
77
  }
78
- TheSeamLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutService, deps: [{ token: i1.MediaObserver }], target: i0.ɵɵFactoryTarget.Injectable });
79
- TheSeamLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutService, providedIn: 'root' });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLayoutService, decorators: [{
78
+ TheSeamLayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutService, deps: [{ token: i1.MediaObserver }], target: i0.ɵɵFactoryTarget.Injectable });
79
+ TheSeamLayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutService, providedIn: 'root' });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLayoutService, decorators: [{
81
81
  type: Injectable,
82
82
  args: [{
83
83
  providedIn: 'root'
@@ -39,9 +39,9 @@ class LoadingComponent {
39
39
  }
40
40
  }
41
41
  }
42
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
43
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: LoadingComponent, selector: "seam-loading", inputs: { theme: "theme" }, ngImport: i0, template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"], dependencies: [{ kind: "component", type: i1.NgxLoadingComponent, selector: "ngx-loading", inputs: ["config", "show", "template"] }] });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoadingComponent, decorators: [{
42
+ LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
43
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LoadingComponent, selector: "seam-loading", inputs: { theme: "theme" }, ngImport: i0, template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"], dependencies: [{ kind: "component", type: i1.NgxLoadingComponent, selector: "ngx-loading", inputs: ["config", "show", "template"] }] });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LoadingComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'seam-loading', template: "<ngx-loading [show]=\"true\" [config]=\"_theme\"></ngx-loading>\n", styles: [":host{display:block;position:absolute;inset:0;z-index:9000}\n"] }]
47
47
  }], propDecorators: { theme: [{
@@ -94,9 +94,9 @@ class TheSeamLoadingOverlayService {
94
94
  }), finalize(() => this.disable()));
95
95
  }
96
96
  }
97
- TheSeamLoadingOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingOverlayService, deps: [{ token: i1$1.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
98
- TheSeamLoadingOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingOverlayService });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingOverlayService, decorators: [{
97
+ TheSeamLoadingOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingOverlayService, deps: [{ token: i1$1.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
98
+ TheSeamLoadingOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingOverlayService });
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingOverlayService, decorators: [{
100
100
  type: Injectable
101
101
  }], ctorParameters: function () { return [{ type: i1$1.Overlay }]; } });
102
102
 
@@ -104,17 +104,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
104
104
  const loadingForRoot = NgxLoadingModule.forRoot(defaultThemeConfig);
105
105
  class TheSeamLoadingModule {
106
106
  }
107
- TheSeamLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
108
- TheSeamLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingModule, declarations: [LoadingComponent], imports: [CommonModule,
107
+ TheSeamLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
108
+ TheSeamLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingModule, declarations: [LoadingComponent], imports: [CommonModule,
109
109
  OverlayModule,
110
110
  PortalModule, i1.NgxLoadingModule], exports: [LoadingComponent] });
111
- TheSeamLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingModule, providers: [
111
+ TheSeamLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingModule, providers: [
112
112
  TheSeamLoadingOverlayService
113
113
  ], imports: [CommonModule,
114
114
  OverlayModule,
115
115
  PortalModule,
116
116
  loadingForRoot] });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamLoadingModule, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamLoadingModule, decorators: [{
118
118
  type: NgModule,
119
119
  args: [{
120
120
  declarations: [LoadingComponent],