@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
@@ -39,9 +39,9 @@ export class DynamicActionLinkService {
39
39
  return def;
40
40
  }
41
41
  }
42
- DynamicActionLinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionLinkService, deps: [{ token: i1.DynamicValueHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
43
- DynamicActionLinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionLinkService });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionLinkService, decorators: [{
42
+ DynamicActionLinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionLinkService, deps: [{ token: i1.DynamicValueHelperService }], target: i0.ɵɵFactoryTarget.Injectable });
43
+ DynamicActionLinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionLinkService });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionLinkService, decorators: [{
45
45
  type: Injectable
46
46
  }], ctorParameters: function () { return [{ type: i1.DynamicValueHelperService }]; } });
47
47
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1hY3Rpb24tbGluay5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2R5bmFtaWMvYWN0aW9uL2xpbmsvZHluYW1pYy1hY3Rpb24tbGluay5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUE7OztBQU8xQzs7R0FFRztBQUVILE1BQU0sT0FBTyx3QkFBd0I7SUFNbkMsWUFDVSxhQUF3QztRQUF4QyxrQkFBYSxHQUFiLGFBQWEsQ0FBMkI7UUFMekMsU0FBSSxHQUFHLE1BQU0sQ0FBQTtRQUV0QixVQUFLLEdBQUcsYUFBYSxDQUFBO0lBSWpCLENBQUM7SUFFTCxtRUFBbUU7SUFFbkUsMkRBQTJEO0lBRXBELEtBQUssQ0FBQyxVQUFVLENBQUMsSUFBMEIsRUFBRSxPQUFZO1FBQzlELE1BQU0sSUFBSSxHQUFXLE1BQU0sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFBO1FBQzdELE1BQU0sUUFBUSxHQUFHLENBQUMsQ0FBQyxDQUFDLE1BQU0sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7UUFDakUsTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsTUFBTSxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQTtRQUMzRCxNQUFNLE1BQU0sR0FBdUIsTUFBTSxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUE7UUFDN0UsTUFBTSxXQUFXLEdBQXFDLE1BQU0sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFBO1FBRXJHLE1BQU0sR0FBRyxHQUE2QjtZQUNwQyxVQUFVLEVBQUUsSUFBSTtZQUNoQixXQUFXLEVBQUUsS0FBSyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxNQUFNO1lBQ3ZFLE9BQU8sRUFBRSxJQUFJO1lBQ2Isc0dBQXNHO1NBQ3ZHLENBQUE7UUFFRCxJQUFJLE1BQU0sRUFBRTtZQUNWLElBQUksQ0FBQyxHQUFHLENBQUMsVUFBVSxFQUFFO2dCQUFFLEdBQUcsQ0FBQyxVQUFVLEdBQUcsRUFBRSxDQUFBO2FBQUU7WUFDNUMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFBO1NBQy9CO1FBRUQsSUFBSSxXQUFXLEVBQUU7WUFDZixJQUFJLENBQUMsR0FBRyxDQUFDLFVBQVUsRUFBRTtnQkFBRSxHQUFHLENBQUMsVUFBVSxHQUFHLEVBQUUsQ0FBQTthQUFFO1lBQzVDLEdBQUcsQ0FBQyxVQUFVLENBQUMsV0FBVyxHQUFHLFdBQVcsQ0FBQTtTQUN6QztRQUVELE9BQU8sR0FBRyxDQUFBO0lBQ1osQ0FBQzs7cUhBdkNVLHdCQUF3Qjt5SEFBeEIsd0JBQXdCOzJGQUF4Qix3QkFBd0I7a0JBRHBDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuaW1wb3J0IHsgRHluYW1pY1ZhbHVlSGVscGVyU2VydmljZSB9IGZyb20gJy4uLy4uL2R5bmFtaWMtdmFsdWUtaGVscGVyLnNlcnZpY2UnXG5pbXBvcnQgeyBEeW5hbWljQWN0aW9uVWlBbmNob3JEZWYgfSBmcm9tICcuLi8uLi9tb2RlbHMvZHluYW1pYy1hY3Rpb24tdWktYW5jaG9yLWRlZidcbmltcG9ydCB7IER5bmFtaWNBY3Rpb25MaW5rIH0gZnJvbSAnLi9keW5hbWljLWFjdGlvbi1saW5rJ1xuaW1wb3J0IHsgRHluYW1pY0FjdGlvbkxpbmtEZWYgfSBmcm9tICcuL2R5bmFtaWMtYWN0aW9uLWxpbmstZGVmJ1xuXG4vKipcbiAqIEhhbmRsZXMgZXhlY3V0aW9uIG9mIGxpbmsgYWN0aW9ucy5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIER5bmFtaWNBY3Rpb25MaW5rU2VydmljZSBpbXBsZW1lbnRzIER5bmFtaWNBY3Rpb25MaW5rIHtcblxuICByZWFkb25seSB0eXBlID0gJ2xpbmsnXG5cbiAgbGFiZWwgPSAnTGluayBBY3Rpb24nXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfdmFsdWVIYW5kbGVyOiBEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlXG4gICkgeyB9XG5cbiAgLy8gZXhlYz86IChhcmdzOiBJRHluYW1pY0FjdGlvbkRlZjxUPiwgY29udGV4dDogRCkgPT4gT2JzZXJ2YWJsZTxSPlxuXG4gIC8vIGV4ZWNTeW5jPzogKGFyZ3M6IElEeW5hbWljQWN0aW9uRGVmPFQ+LCBjb250ZXh0OiBEKSA9PiBSXG5cbiAgcHVibGljIGFzeW5jIGdldFVpUHJvcHMoYXJnczogRHluYW1pY0FjdGlvbkxpbmtEZWYsIGNvbnRleHQ6IGFueSk6IFByb21pc2U8RHluYW1pY0FjdGlvblVpQW5jaG9yRGVmPiB7XG4gICAgY29uc3QgbGluazogc3RyaW5nID0gYXdhaXQgdGhpcy5fdmFsdWVIYW5kbGVyLmV2YWwoYXJncy5saW5rKVxuICAgIGNvbnN0IGV4dGVybmFsID0gISEoYXdhaXQgdGhpcy5fdmFsdWVIYW5kbGVyLmV2YWwoYXJncy5leHRlcm5hbCkpXG4gICAgY29uc3QgYXNzZXQgPSAhIShhd2FpdCB0aGlzLl92YWx1ZUhhbmRsZXIuZXZhbChhcmdzLmFzc2V0KSlcbiAgICBjb25zdCB0YXJnZXQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9IGF3YWl0IHRoaXMuX3ZhbHVlSGFuZGxlci5ldmFsKGFyZ3MudGFyZ2V0KVxuICAgIGNvbnN0IHF1ZXJ5UGFyYW1zOiB7IFtrOiBzdHJpbmddOiBhbnkgfSB8IHVuZGVmaW5lZCA9IGF3YWl0IHRoaXMuX3ZhbHVlSGFuZGxlci5ldmFsKGFyZ3MucXVlcnlQYXJhbXMpXG5cbiAgICBjb25zdCBkZWY6IER5bmFtaWNBY3Rpb25VaUFuY2hvckRlZiA9IHtcbiAgICAgIF9hY3Rpb25EZWY6IGFyZ3MsXG4gICAgICB0cmlnZ2VyVHlwZTogYXNzZXQgPyAnbGluay1hc3NldCcgOiBleHRlcm5hbCA/ICdsaW5rLWV4dGVybmFsJyA6ICdsaW5rJyxcbiAgICAgIGxpbmtVcmw6IGxpbmssXG4gICAgICAvLyBibG9ja0NsaWNrRXhwcjogeyB0eXBlOiAnamV4bCcsIGV4cHI6ICdldmVudC5idXR0b24gPT0gMCAmJiBldmVudC5jdHJsS2V5ID09IHRydWUgPyB0cnVlIDogZmFsc2UnIH1cbiAgICB9XG5cbiAgICBpZiAodGFyZ2V0KSB7XG4gICAgICBpZiAoIWRlZi5saW5rRXh0cmFzKSB7IGRlZi5saW5rRXh0cmFzID0ge30gfVxuICAgICAgZGVmLmxpbmtFeHRyYXMudGFyZ2V0ID0gdGFyZ2V0XG4gICAgfVxuXG4gICAgaWYgKHF1ZXJ5UGFyYW1zKSB7XG4gICAgICBpZiAoIWRlZi5saW5rRXh0cmFzKSB7IGRlZi5saW5rRXh0cmFzID0ge30gfVxuICAgICAgZGVmLmxpbmtFeHRyYXMucXVlcnlQYXJhbXMgPSBxdWVyeVBhcmFtc1xuICAgIH1cblxuICAgIHJldHVybiBkZWZcbiAgfVxufVxuIl19
@@ -77,9 +77,9 @@ export class DynamicActionModalService {
77
77
  }
78
78
  }
79
79
  }
80
- DynamicActionModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionModalService, deps: [{ token: i1.DynamicValueHelperService }, { token: i2.Modal }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
81
- DynamicActionModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionModalService });
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicActionModalService, decorators: [{
80
+ DynamicActionModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionModalService, deps: [{ token: i1.DynamicValueHelperService }, { token: i2.Modal }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
81
+ DynamicActionModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionModalService });
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicActionModalService, decorators: [{
83
83
  type: Injectable
84
84
  }], ctorParameters: function () { return [{ type: i1.DynamicValueHelperService }, { type: i2.Modal }, { type: i0.Injector }]; } });
85
85
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1hY3Rpb24tbW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9keW5hbWljL2FjdGlvbi9tb2RhbC9keW5hbWljLWFjdGlvbi1tb2RhbC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxVQUFVLEVBQVksTUFBTSxlQUFlLENBQUE7QUFDcEQsT0FBTyxFQUFjLEVBQUUsRUFBRSxNQUFNLE1BQU0sQ0FBQTtBQUNyQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFNMUMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sa0NBQWtDLENBQUE7Ozs7QUFJN0U7O0dBRUc7QUFFSCxNQUFNLE9BQU8seUJBQXlCO0lBTXBDLFlBQ1UsWUFBdUMsRUFDdkMsTUFBYSxFQUNiLFNBQW1CO1FBRm5CLGlCQUFZLEdBQVosWUFBWSxDQUEyQjtRQUN2QyxXQUFNLEdBQU4sTUFBTSxDQUFPO1FBQ2IsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQVBwQixTQUFJLEdBQUcsT0FBTyxDQUFBO1FBRXZCLFVBQUssR0FBRyxjQUFjLENBQUE7SUFNbEIsQ0FBQztJQUVMLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBMkIsRUFBRSxPQUFZO1FBQ2xELE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFBO1FBQ25ELE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFBO1FBRXpDLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUMxQyxTQUFTLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxRQUFRLENBQUMsV0FBVyxFQUFFLENBQUMsSUFBSSxDQUMvQyxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDakIsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLHFCQUFxQixDQUFDLElBQUksRUFBRSxNQUFNLENBQUMsQ0FBQTtZQUU3RCw2REFBNkQ7WUFDN0QsSUFBSSxZQUFZLEVBQUU7Z0JBQ2hCLE1BQU0sbUJBQW1CLEdBQUcsSUFBSSxDQUFDLHVCQUF1QixFQUFFLENBQUE7Z0JBQzFELE9BQU8sbUJBQW1CLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxPQUFPLENBQUMsQ0FBQTthQUN2RDtZQUNELE9BQU8sRUFBRSxDQUFDLE1BQU0sQ0FBQyxDQUFBO1FBQ25CLENBQUMsQ0FBQyxDQUNILENBQUMsQ0FDSCxDQUFDLFNBQVMsRUFBRSxDQUFBO0lBQ2YsQ0FBQztJQUVELDJEQUEyRDtJQUVwRCxLQUFLLENBQUMsVUFBVSxDQUFDLElBQTJCLEVBQUUsT0FBWTtRQUMvRCxPQUFPO1lBQ0wsVUFBVSxFQUFFLElBQUk7WUFDaEIsV0FBVyxFQUFFLE9BQU87U0FDckIsQ0FBQTtJQUNILENBQUM7SUFFRDs7OztPQUlHO0lBQ0ssdUJBQXVCO1FBQzdCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsMEJBQTBCLENBQUMsQ0FBQTtJQUN2RCxDQUFDO0lBRU8sYUFBYSxDQUFDLElBQTJCLEVBQUUsT0FBWTtRQUM3RCxJQUFJLFNBQVMsR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQTtRQUN0QyxJQUFJLFNBQVMsRUFBRTtZQUNiLFNBQVMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxTQUFTLEVBQUUsT0FBTyxDQUFDLENBQUE7U0FDM0Q7UUFDRCxPQUFPLFNBQVMsQ0FBQTtJQUNsQixDQUFDO0lBRU8sUUFBUSxDQUFDLElBQTJCLEVBQUUsT0FBWTtRQUN4RCxJQUFJLElBQUksR0FBRyxJQUFJLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQTtRQUM1QixJQUFJLElBQUksRUFBRTtZQUNSLElBQUksR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUE7U0FDakQ7UUFDRCxPQUFPLElBQUksQ0FBQTtJQUNiLENBQUM7SUFFTyxxQkFBcUIsQ0FBQyxJQUEyQixFQUFFLE1BQVc7UUFDcEUsSUFBSSxJQUFJLENBQUMsYUFBYSxJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDcEQsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQyxDQUFBO1NBQ2xDO0lBQ0gsQ0FBQztJQUVPLFVBQVUsQ0FBQyxLQUFVLEVBQUUsSUFBVTtRQUN2Qyw0REFBNEQ7UUFDNUQsTUFBTSxNQUFNLEdBQWdCO1lBQzFCLElBQUk7WUFDSixTQUFTLEVBQUUsSUFBSTtTQUNoQixDQUFBO1FBRUQsSUFBSSxPQUFPLEtBQUssS0FBSyxRQUFRLEVBQUU7WUFDN0IsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLHFCQUFxQixDQUFDLEtBQUssRUFBRSxNQUFNLENBQUMsQ0FBQTtTQUN4RDthQUFNO1lBQ0wsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQTtTQUN4RDtJQUNILENBQUM7O3NIQXBGVSx5QkFBeUI7MEhBQXpCLHlCQUF5QjsyRkFBekIseUJBQXlCO2tCQURyQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnXG5pbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBvZiB9IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBzd2l0Y2hNYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycydcblxuaW1wb3J0IHsgTW9kYWwsIE1vZGFsQ29uZmlnLCBNb2RhbFJlZiB9IGZyb20gJ0B0aGVzZWFtL3VpLWNvbW1vbi9tb2RhbCdcblxuaW1wb3J0IHsgRHluYW1pY1ZhbHVlSGVscGVyU2VydmljZSB9IGZyb20gJy4uLy4uL2R5bmFtaWMtdmFsdWUtaGVscGVyLnNlcnZpY2UnXG5pbXBvcnQgeyBEeW5hbWljQWN0aW9uVWlCdXR0b25EZWYgfSBmcm9tICcuLi8uLi9tb2RlbHMvZHluYW1pYy1hY3Rpb24tdWktYnV0dG9uLWRlZidcbmltcG9ydCB7IER5bmFtaWNBY3Rpb25IZWxwZXJTZXJ2aWNlIH0gZnJvbSAnLi4vZHluYW1pYy1hY3Rpb24taGVscGVyLnNlcnZpY2UnXG5pbXBvcnQgeyBEeW5hbWljQWN0aW9uTW9kYWwgfSBmcm9tICcuL2R5bmFtaWMtYWN0aW9uLW1vZGFsJ1xuaW1wb3J0IHsgRHluYW1pY0FjdGlvbk1vZGFsRGVmIH0gZnJvbSAnLi9keW5hbWljLWFjdGlvbi1tb2RhbC1kZWYnXG5cbi8qKlxuICogSGFuZGxlcyBleGVjdXRpb24gb2YgbW9kYWwgYWN0aW9ucy5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIER5bmFtaWNBY3Rpb25Nb2RhbFNlcnZpY2UgaW1wbGVtZW50cyBEeW5hbWljQWN0aW9uTW9kYWwge1xuXG4gIHJlYWRvbmx5IHR5cGUgPSAnbW9kYWwnXG5cbiAgbGFiZWwgPSAnTW9kYWwgQWN0aW9uJ1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX3ZhbHVlSGVscGVyOiBEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlLFxuICAgIHByaXZhdGUgX21vZGFsOiBNb2RhbCxcbiAgICBwcml2YXRlIF9pbmplY3RvcjogSW5qZWN0b3JcbiAgKSB7IH1cblxuICBhc3luYyBleGVjKGFyZ3M6IER5bmFtaWNBY3Rpb25Nb2RhbERlZiwgY29udGV4dDogYW55KTogUHJvbWlzZTxhbnk+IHtcbiAgICBjb25zdCBjb21wb25lbnQgPSB0aGlzLl9nZXRDb21wb25lbnQoYXJncywgY29udGV4dClcbiAgICBjb25zdCBkYXRhID0gdGhpcy5fZ2V0RGF0YShhcmdzLCBjb250ZXh0KVxuXG4gICAgcmV0dXJuIHRoaXMuX29wZW5Nb2RhbChjb21wb25lbnQsIGRhdGEpLnBpcGUoXG4gICAgICBzd2l0Y2hNYXAobW9kYWxSZWYgPT4gbW9kYWxSZWYuYWZ0ZXJDbG9zZWQoKS5waXBlKFxuICAgICAgICBzd2l0Y2hNYXAocmVzdWx0ID0+IHtcbiAgICAgICAgICBjb25zdCByZXN1bHRBY3Rpb24gPSB0aGlzLl9nZXRNb2RhbFJlc3VsdEFjdGlvbihhcmdzLCByZXN1bHQpXG5cbiAgICAgICAgICAvLyBUT0RPOiBDb21lIHVwIHdpdGggYSB3YXkgdG8gcGFzcyBkYXRhIGZyb20gcHJldmlvdXMgYWN0aW9uXG4gICAgICAgICAgaWYgKHJlc3VsdEFjdGlvbikge1xuICAgICAgICAgICAgY29uc3QgZHluYW1pY0FjdGlvbkhlbHBlciA9IHRoaXMuX2dldER5bmFtaWNBY3Rpb25IZWxwZXIoKVxuICAgICAgICAgICAgcmV0dXJuIGR5bmFtaWNBY3Rpb25IZWxwZXIuZXhlYyhyZXN1bHRBY3Rpb24sIGNvbnRleHQpXG4gICAgICAgICAgfVxuICAgICAgICAgIHJldHVybiBvZihyZXN1bHQpXG4gICAgICAgIH0pXG4gICAgICApKVxuICAgICkudG9Qcm9taXNlKClcbiAgfVxuXG4gIC8vIGV4ZWNTeW5jPzogKGFyZ3M6IElEeW5hbWljQWN0aW9uRGVmPFQ+LCBjb250ZXh0OiBEKSA9PiBSXG5cbiAgcHVibGljIGFzeW5jIGdldFVpUHJvcHMoYXJnczogRHluYW1pY0FjdGlvbk1vZGFsRGVmLCBjb250ZXh0OiBhbnkpOiBQcm9taXNlPER5bmFtaWNBY3Rpb25VaUJ1dHRvbkRlZj4ge1xuICAgIHJldHVybiB7XG4gICAgICBfYWN0aW9uRGVmOiBhcmdzLFxuICAgICAgdHJpZ2dlclR5cGU6ICdjbGljaydcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogR2V0IHRoZSBkeW5hbWljIGFjdGlvbiBoZWxwZXIgZnJvbSB0aGUgaW5qZWN0b3IuIFRoZSBpbmplY3RvciBvcmRlciBjYXVzZXNcbiAgICogdGhlIGR5bmFtaWMgYWN0aW9uIGhlbHBlciB0byBub3QgYmUgaW4gdGhlIGluamVjdG9yIHdoZW4gdGhlIGNvbnN0cnVjdG9yIGlzXG4gICAqIGNhbGxlZC5cbiAgICovXG4gIHByaXZhdGUgX2dldER5bmFtaWNBY3Rpb25IZWxwZXIoKTogRHluYW1pY0FjdGlvbkhlbHBlclNlcnZpY2Uge1xuICAgIHJldHVybiB0aGlzLl9pbmplY3Rvci5nZXQoRHluYW1pY0FjdGlvbkhlbHBlclNlcnZpY2UpXG4gIH1cblxuICBwcml2YXRlIF9nZXRDb21wb25lbnQoYXJnczogRHluYW1pY0FjdGlvbk1vZGFsRGVmLCBjb250ZXh0OiBhbnkpOiBzdHJpbmcgfCBDb21wb25lbnRUeXBlPG9iamVjdD4gfCB1bmRlZmluZWQge1xuICAgIGxldCBjb21wb25lbnQgPSBhcmdzICYmIGFyZ3MuY29tcG9uZW50XG4gICAgaWYgKGNvbXBvbmVudCkge1xuICAgICAgY29tcG9uZW50ID0gdGhpcy5fdmFsdWVIZWxwZXIuZXZhbFN5bmMoY29tcG9uZW50LCBjb250ZXh0KVxuICAgIH1cbiAgICByZXR1cm4gY29tcG9uZW50XG4gIH1cblxuICBwcml2YXRlIF9nZXREYXRhKGFyZ3M6IER5bmFtaWNBY3Rpb25Nb2RhbERlZiwgY29udGV4dDogYW55KTogYW55IHwgdW5kZWZpbmVkIHtcbiAgICBsZXQgZGF0YSA9IGFyZ3MgJiYgYXJncy5kYXRhXG4gICAgaWYgKGRhdGEpIHtcbiAgICAgIGRhdGEgPSB0aGlzLl92YWx1ZUhlbHBlci5ldmFsU3luYyhkYXRhLCBjb250ZXh0KVxuICAgIH1cbiAgICByZXR1cm4gZGF0YVxuICB9XG5cbiAgcHJpdmF0ZSBfZ2V0TW9kYWxSZXN1bHRBY3Rpb24oYXJnczogRHluYW1pY0FjdGlvbk1vZGFsRGVmLCByZXN1bHQ6IGFueSkge1xuICAgIGlmIChhcmdzLnJlc3VsdEFjdGlvbnMgJiYgYXJncy5yZXN1bHRBY3Rpb25zW3Jlc3VsdF0pIHtcbiAgICAgIHJldHVybiBhcmdzLnJlc3VsdEFjdGlvbnNbcmVzdWx0XVxuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgX29wZW5Nb2RhbChtb2RhbDogYW55LCBkYXRhPzogYW55KTogT2JzZXJ2YWJsZTxNb2RhbFJlZjxhbnk+PiB7XG4gICAgLy8gVE9ETzogUmVwbGFjZSB3aXRoIEpTT04gdmFsaWQgY29uZmlnIGZyb20gaW5wdXQgZGVmIG1vZGVsXG4gICAgY29uc3QgY29uZmlnOiBNb2RhbENvbmZpZyA9IHtcbiAgICAgIGRhdGEsXG4gICAgICBtb2RhbFNpemU6ICdsZydcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIG1vZGFsID09PSAnc3RyaW5nJykge1xuICAgICAgcmV0dXJuIHRoaXMuX21vZGFsLm9wZW5Gcm9tTGF6eUNvbXBvbmVudChtb2RhbCwgY29uZmlnKVxuICAgIH0gZWxzZSB7XG4gICAgICByZXR1cm4gb2YodGhpcy5fbW9kYWwub3BlbkZyb21Db21wb25lbnQobW9kYWwsIGNvbmZpZykpXG4gICAgfVxuICB9XG59XG4iXX0=
@@ -89,9 +89,9 @@ export class DynamicValueHelperService {
89
89
  return evaluator.evalSync(value, context);
90
90
  }
91
91
  }
92
- DynamicValueHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicValueHelperService, deps: [{ token: THESEAM_DYNAMIC_VALUE_EVALUATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
93
- DynamicValueHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicValueHelperService, providedIn: 'root' });
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DynamicValueHelperService, decorators: [{
92
+ DynamicValueHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicValueHelperService, deps: [{ token: THESEAM_DYNAMIC_VALUE_EVALUATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
93
+ DynamicValueHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicValueHelperService, providedIn: 'root' });
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: DynamicValueHelperService, decorators: [{
95
95
  type: Injectable,
96
96
  args: [{
97
97
  providedIn: 'root'
@@ -22,9 +22,9 @@ export class ExportersDataEvaluator {
22
22
  .filter(notNullOrUndefined);
23
23
  }
24
24
  }
25
- ExportersDataEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportersDataEvaluator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
26
- ExportersDataEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportersDataEvaluator });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportersDataEvaluator, decorators: [{
25
+ ExportersDataEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ExportersDataEvaluator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
26
+ ExportersDataEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ExportersDataEvaluator });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ExportersDataEvaluator, decorators: [{
28
28
  type: Injectable
29
29
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
30
30
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0ZXJzLWRhdGEtZXZhbHVhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2R5bmFtaWMvZXZhbHVhdG9ycy9leHBvcnRlcnMtZGF0YS1ldmFsdWF0b3IvZXhwb3J0ZXJzLWRhdGEtZXZhbHVhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQVksTUFBTSxlQUFlLENBQUE7QUFFcEQsT0FBTyxFQUFpQixxQkFBcUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQ3ZGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBCQUEwQixDQUFBOztBQU03RCxNQUFNLE9BQU8sc0JBQXNCO0lBSWpDLFlBQ1UsU0FBbUI7UUFBbkIsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUhiLFNBQUksR0FBRyxnQkFBZ0IsQ0FBQTtJQUluQyxDQUFDO0lBRUUsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUEyQyxFQUFFLE9BQWE7UUFDMUUsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQTtJQUN0QyxDQUFDO0lBRU0sUUFBUSxDQUFDLEtBQTJDLEVBQUUsT0FBYTtRQUN4RSxPQUFPO1lBQ0wsU0FBUyxFQUFFLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLFNBQVMsSUFBSSxFQUFFLENBQUM7U0FDbEQsQ0FBQTtJQUNILENBQUM7SUFFTyxVQUFVLENBQUMsU0FBbUI7UUFDcEMsTUFBTSxhQUFhLEdBQW9CLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMscUJBQXFCLENBQVEsSUFBSSxFQUFFLENBQW9CLENBQUE7UUFDbEgsT0FBTyxTQUFTO2FBQ2IsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEtBQUssQ0FBQyxDQUFDLENBQUM7YUFDakQsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUE7SUFDL0IsQ0FBQzs7bUhBdkJVLHNCQUFzQjt1SEFBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBRGxDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmltcG9ydCB7IElEYXRhRXhwb3J0ZXIsIFRIRVNFQU1fREFUQV9FWFBPUlRFUiB9IGZyb20gJ0B0aGVzZWFtL3VpLWNvbW1vbi9kYXRhLWV4cG9ydGVyJ1xuaW1wb3J0IHsgbm90TnVsbE9yVW5kZWZpbmVkIH0gZnJvbSAnQHRoZXNlYW0vdWktY29tbW9uL3V0aWxzJ1xuaW1wb3J0IHsgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvciB9IGZyb20gJy4uLy4uL21vZGVscy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcblxuaW1wb3J0IHsgSUV4cG9ydGVyc0RhdGFWYWx1ZSB9IGZyb20gJy4vZXhwb3J0ZXJzLWRhdGEtdmFsdWUnXG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBFeHBvcnRlcnNEYXRhRXZhbHVhdG9yIGltcGxlbWVudHMgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvcjwnZXhwb3J0ZXJzLWRhdGEnPiB7XG5cbiAgcHVibGljIHJlYWRvbmx5IHR5cGUgPSAnZXhwb3J0ZXJzLWRhdGEnXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfaW5qZWN0b3I6IEluamVjdG9yXG4gICkgeyB9XG5cbiAgcHVibGljIGFzeW5jIGV2YWwodmFsdWU6IElFeHBvcnRlcnNEYXRhVmFsdWU8SURhdGFFeHBvcnRlcltdPiwgY29udGV4dD86IGFueSk6IFByb21pc2U8eyBleHBvcnRlcnM6IElEYXRhRXhwb3J0ZXJbXSB9PiB7XG4gICAgcmV0dXJuIHRoaXMuZXZhbFN5bmModmFsdWUsIGNvbnRleHQpXG4gIH1cblxuICBwdWJsaWMgZXZhbFN5bmModmFsdWU6IElFeHBvcnRlcnNEYXRhVmFsdWU8SURhdGFFeHBvcnRlcltdPiwgY29udGV4dD86IGFueSk6IHsgZXhwb3J0ZXJzOiBJRGF0YUV4cG9ydGVyW10gfSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIGV4cG9ydGVyczogdGhpcy5fZXhwb3J0ZXJzKHZhbHVlLmV4cG9ydGVycyB8fCBbXSlcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIF9leHBvcnRlcnMoZXhwb3J0ZXJzOiBzdHJpbmdbXSkge1xuICAgIGNvbnN0IGRhdGFFeHBvcnRlcnM6IElEYXRhRXhwb3J0ZXJbXSA9ICh0aGlzLl9pbmplY3Rvci5nZXQoVEhFU0VBTV9EQVRBX0VYUE9SVEVSKSBhcyBhbnkgfHwgW10pIGFzIElEYXRhRXhwb3J0ZXJbXVxuICAgIHJldHVybiBleHBvcnRlcnNcbiAgICAgIC5tYXAoZSA9PiBkYXRhRXhwb3J0ZXJzLmZpbmQoZGUgPT4gZGUubmFtZSA9PT0gZSkpXG4gICAgICAuZmlsdGVyKG5vdE51bGxPclVuZGVmaW5lZClcbiAgfVxuXG59XG4iXX0=
@@ -24,9 +24,9 @@ export class JexlEvaluator {
24
24
  return this._jexl.evalSync(value.expr, context);
25
25
  }
26
26
  }
27
- JexlEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JexlEvaluator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
- JexlEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JexlEvaluator });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JexlEvaluator, decorators: [{
27
+ JexlEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: JexlEvaluator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
+ JexlEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: JexlEvaluator });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: JexlEvaluator, decorators: [{
30
30
  type: Injectable
31
31
  }], ctorParameters: function () { return []; } });
32
32
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiamV4bC1ldmFsdWF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vZHluYW1pYy9ldmFsdWF0b3JzL2pleGwtZXZhbHVhdG9yL2pleGwtZXZhbHVhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQUE2RTtBQUM3RSwrRUFBK0U7QUFDL0UsOEVBQThFO0FBQzlFLFNBQVM7QUFDVCx1Q0FBdUM7QUFDdkMsdUVBQXVFO0FBRXZFLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBRTFDLDZEQUE2RDtBQUM3RCw0QkFBNEI7QUFDNUIsT0FBTyxJQUFJLE1BQU0sTUFBTSxDQUFBOztBQVF2QixNQUFNLE9BQU8sYUFBYTtJQU14QjtRQUpnQixTQUFJLEdBQUcsTUFBTSxDQUFBO1FBRVosVUFBSyxHQUFHLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxDQUFBO1FBR3RDLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQVEsRUFBRSxHQUFRLEVBQUUsRUFBRSxDQUFDLElBQUksUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUscUJBQXFCLENBQUMsQ0FBQyxDQUFBO1FBQ3BILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQVEsRUFBRSxFQUFFLENBQUMsR0FBRyxLQUFLLElBQUksSUFBSSxHQUFHLEtBQUssU0FBUyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNyRyxDQUFDO0lBRU0sSUFBSSxDQUFpQyxLQUFvQixFQUFFLE9BQWE7UUFDN0UsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFBO0lBQzdDLENBQUM7SUFFTSxRQUFRLENBQWlDLEtBQW9CLEVBQUUsT0FBYTtRQUNqRixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUE7SUFDakQsQ0FBQzs7MEdBakJVLGFBQWE7OEdBQWIsYUFBYTsyRkFBYixhQUFhO2tCQUR6QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTk9URTogbmctcGFja2FnciBpZ25vcmVzIHRoZSBcInR5cGVzXCIgYW5kIFwidHlwZVJvb3RzXCIgc2V0dGluZ3MgaW4gdHNjb25maWcuXG4vLyBVbmxlc3MgdGhlcmUgaXMgYSB3YXkgdG8gbWFrZSBpdCBzdG9wIGlnbm9yaW5nIHRob3NlIHNldHRpbmdzLCB0cmlwcGxlIHNsYXNoXG4vLyByZWZlcmVuY2UgdG8gYSBgLmQudHNgIGZpbGUgd2FzIHRoZSBvbmx5IHdheSBJIGNvdWxkIHN0b3AgdGhlIG1pc3NpbmcgdHlwZXNcbi8vIGVycm9yLlxuLy8gLy8vIDxyZWZlcmVuY2UgcGF0aD1cIi4vamV4bC5kLnRzXCIgLz5cbi8vIC8vLyA8cmVmZXJlbmNlIHBhdGg9XCIuLi8uLi8uLi8uLi8uLi9jdXN0b21fdHlwZXMvamV4bC9pbmRleC5kLnRzXCIgLz5cblxuaW1wb3J0IHsgRGF0ZVBpcGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9iYW4tdHMtY29tbWVudFxuLy8gQHRzLWlnbm9yZTogTWlzc2luZyB0eXBlc1xuaW1wb3J0IGpleGwgZnJvbSAnamV4bCdcblxuaW1wb3J0IHsgRHluYW1pY1ZhbHVlQmFzZVR5cGUgfSBmcm9tICcuLi8uLi9tb2RlbHMvZHluYW1pYy12YWx1ZS1iYXNlLXR5cGUnXG5pbXBvcnQgeyBJRHluYW1pY1ZhbHVlRXZhbHVhdG9yIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2R5bmFtaWMtdmFsdWUtZXZhbHVhdG9yJ1xuXG5pbXBvcnQgeyBJSmV4bFZhbHVlIH0gZnJvbSAnLi9qZXhsLXZhbHVlJ1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgSmV4bEV2YWx1YXRvciBpbXBsZW1lbnRzIElEeW5hbWljVmFsdWVFdmFsdWF0b3I8J2pleGwnPiB7XG5cbiAgcHVibGljIHJlYWRvbmx5IHR5cGUgPSAnamV4bCdcblxuICBwcml2YXRlIHJlYWRvbmx5IF9qZXhsID0gbmV3IGpleGwuSmV4bCgpXG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5famV4bC5hZGRUcmFuc2Zvcm0oJ2RhdGUnLCAodmFsOiBhbnksIHJvdzogYW55KSA9PiBuZXcgRGF0ZVBpcGUoJ2VuLVVTJykudHJhbnNmb3JtKHZhbCwgJ3l5eXktTU0tZGQgaDptbSBhYWEnKSlcbiAgICB0aGlzLl9qZXhsLmFkZFRyYW5zZm9ybSgnbGVuZ3RoJywgKHZhbDogYW55KSA9PiB2YWwgIT09IG51bGwgJiYgdmFsICE9PSB1bmRlZmluZWQgPyB2YWwubGVuZ3RoIDogMClcbiAgfVxuXG4gIHB1YmxpYyBldmFsPFIgZXh0ZW5kcyBEeW5hbWljVmFsdWVCYXNlVHlwZT4odmFsdWU6IElKZXhsVmFsdWU8Uj4sIGNvbnRleHQ/OiBhbnkpOiBQcm9taXNlPFI+IHtcbiAgICByZXR1cm4gdGhpcy5famV4bC5ldmFsKHZhbHVlLmV4cHIsIGNvbnRleHQpXG4gIH1cblxuICBwdWJsaWMgZXZhbFN5bmM8UiBleHRlbmRzIER5bmFtaWNWYWx1ZUJhc2VUeXBlPih2YWx1ZTogSUpleGxWYWx1ZTxSPiwgY29udGV4dD86IGFueSk6IFIge1xuICAgIHJldHVybiB0aGlzLl9qZXhsLmV2YWxTeW5jKHZhbHVlLmV4cHIsIGNvbnRleHQpXG4gIH1cblxufVxuIl19
@@ -41,10 +41,10 @@ export class TheSeamDynamicComponentLoaderModule {
41
41
  };
42
42
  }
43
43
  }
44
- TheSeamDynamicComponentLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
- TheSeamDynamicComponentLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
46
- TheSeamDynamicComponentLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, decorators: [{
44
+ TheSeamDynamicComponentLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ TheSeamDynamicComponentLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
46
+ TheSeamDynamicComponentLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, decorators: [{
48
48
  type: NgModule
49
49
  }] });
50
50
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1jb21wb25lbnQtbG9hZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9keW5hbWljLWNvbXBvbmVudC1sb2FkZXIvZHluYW1pYy1jb21wb25lbnQtbG9hZGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsNEJBQTRCLEVBRTVCLFFBQVEsR0FFVCxNQUFNLGVBQWUsQ0FBQTtBQUN0QixPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFFeEMsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sb0NBQW9DLENBQUE7QUFFbEYsT0FBTyxFQUNMLGlCQUFpQixFQUNqQiwyQkFBMkIsRUFDM0IsY0FBYyxFQUNmLE1BQU0sNEJBQTRCLENBQUE7O0FBR25DLE1BQU0sT0FBTyxtQ0FBbUM7SUFDOUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxTQUFxQztRQUNsRCxPQUFPO1lBQ0wsUUFBUSxFQUFFLG1DQUFtQztZQUM3QyxTQUFTLEVBQUU7Z0JBQ1QsNkJBQTZCO2dCQUM3QixzQ0FBc0M7Z0JBQ3RDLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxJQUFJLEVBQUU7Z0JBQ3JELHdEQUF3RDtnQkFDeEQsRUFBRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsUUFBUSxFQUFFLFNBQVMsRUFBRTthQUM5RDtTQUNGLENBQUE7SUFDSCxDQUFDO0lBQ0QsTUFBTSxDQUFDLFNBQVMsQ0FBQyxRQUFrQztRQUNqRCxPQUFPO1lBQ0wsUUFBUSxFQUFFLG1DQUFtQztZQUM3QyxTQUFTLEVBQUU7Z0JBQ1QsRUFBRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO2dCQUMxRSx3Q0FBd0M7Z0JBQ3hDLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxJQUFJLEVBQUU7Z0JBQ3BELHdEQUF3RDtnQkFDeEQsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7YUFBQztTQUNuRCxDQUFBO0lBQ0gsQ0FBQztJQUNELE1BQU0sQ0FBQyxRQUFRLENBQUMsU0FBb0I7UUFDbEMsT0FBTztZQUNMLFFBQVEsRUFBRSxtQ0FBbUM7WUFDN0MsU0FBUyxFQUFFO2dCQUNULEVBQUUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRTtnQkFDM0Usd0NBQXdDO2dCQUN4QyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO2dCQUM5Qyx3REFBd0Q7Z0JBQ3hELEVBQUUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUU7YUFDcEQ7U0FDRixDQUFBO0lBQ0gsQ0FBQzs7Z0lBbkNVLG1DQUFtQztpSUFBbkMsbUNBQW1DO2lJQUFuQyxtQ0FBbUM7MkZBQW5DLG1DQUFtQztrQkFEL0MsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFOQUxZWkVfRk9SX0VOVFJZX0NPTVBPTkVOVFMsXG4gIE1vZHVsZVdpdGhQcm92aWRlcnMsXG4gIE5nTW9kdWxlLFxuICBUeXBlLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgUk9VVEVTIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJ1xuXG5pbXBvcnQgeyBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlciB9IGZyb20gJy4vZHluYW1pYy1jb21wb25lbnQtbG9hZGVyLnNlcnZpY2UnXG5pbXBvcnQgdHlwZSB7IER5bmFtaWNDb21wb25lbnRNYW5pZmVzdCB9IGZyb20gJy4vZHluYW1pYy1jb21wb25lbnQtbWFuaWZlc3QnXG5pbXBvcnQge1xuICBEWU5BTUlDX0NPTVBPTkVOVCxcbiAgRFlOQU1JQ19DT01QT05FTlRfTUFOSUZFU1RTLFxuICBEWU5BTUlDX01PRFVMRVxufSBmcm9tICcuL2R5bmFtaWMtY29tcG9uZW50LXRva2VucydcblxuQE5nTW9kdWxlKClcbmV4cG9ydCBjbGFzcyBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlck1vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KG1hbmlmZXN0czogRHluYW1pY0NvbXBvbmVudE1hbmlmZXN0W10pOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFRoZVNlYW1EeW5hbWljQ29tcG9uZW50TG9hZGVyTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlck1vZHVsZSxcbiAgICAgIHByb3ZpZGVyczogW1xuICAgICAgICBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlcixcbiAgICAgICAgLy8gcHJvdmlkZXIgZm9yIEFuZ3VsYXIgQ0xJIHRvIGFuYWx5emVcbiAgICAgICAgeyBwcm92aWRlOiBST1VURVMsIHVzZVZhbHVlOiBtYW5pZmVzdHMsIG11bHRpOiB0cnVlIH0sXG4gICAgICAgIC8vIHByb3ZpZGVyIGZvciBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlciB0byBhbmFseXplXG4gICAgICAgIHsgcHJvdmlkZTogRFlOQU1JQ19DT01QT05FTlRfTUFOSUZFU1RTLCB1c2VWYWx1ZTogbWFuaWZlc3RzIH0sXG4gICAgICBdLFxuICAgIH1cbiAgfVxuICBzdGF0aWMgZm9yTW9kdWxlKG1hbmlmZXN0OiBEeW5hbWljQ29tcG9uZW50TWFuaWZlc3QpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFRoZVNlYW1EeW5hbWljQ29tcG9uZW50TG9hZGVyTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBUaGVTZWFtRHluYW1pY0NvbXBvbmVudExvYWRlck1vZHVsZSxcbiAgICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7IHByb3ZpZGU6IEFOQUxZWkVfRk9SX0VOVFJZX0NPTVBPTkVOVFMsIHVzZVZhbHVlOiBtYW5pZmVzdCwgbXVsdGk6IHRydWUgfSxcbiAgICAgICAgLy8gcHJvdmlkZXIgZm9yIEBhbmd1bGFyL3JvdXRlciB0byBwYXJzZVxuICAgICAgICB7IHByb3ZpZGU6IFJPVVRFUywgdXNlVmFsdWU6IG1hbmlmZXN0LCBtdWx0aTogdHJ1ZSB9LFxuICAgICAgICAvLyBwcm92aWRlciBmb3IgVGhlU2VhbUR5bmFtaWNDb21wb25lbnRMb2FkZXIgdG8gYW5hbHl6ZVxuICAgICAgICB7IHByb3ZpZGU6IERZTkFNSUNfTU9EVUxFLCB1c2VWYWx1ZTogbWFuaWZlc3QgfV0sXG4gICAgfVxuICB9XG4gIHN0YXRpYyBmb3JDaGlsZChjb21wb25lbnQ6IFR5cGU8YW55Pik6IE1vZHVsZVdpdGhQcm92aWRlcnM8VGhlU2VhbUR5bmFtaWNDb21wb25lbnRMb2FkZXJNb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IFRoZVNlYW1EeW5hbWljQ29tcG9uZW50TG9hZGVyTW9kdWxlLFxuICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHsgcHJvdmlkZTogQU5BTFlaRV9GT1JfRU5UUllfQ09NUE9ORU5UUywgdXNlVmFsdWU6IGNvbXBvbmVudCwgbXVsdGk6IHRydWUgfSxcbiAgICAgICAgLy8gcHJvdmlkZXIgZm9yIEBhbmd1bGFyL3JvdXRlciB0byBwYXJzZVxuICAgICAgICB7IHByb3ZpZGU6IFJPVVRFUywgdXNlVmFsdWU6IFtdLCBtdWx0aTogdHJ1ZSB9LFxuICAgICAgICAvLyBwcm92aWRlciBmb3IgVGhlU2VhbUR5bmFtaWNDb21wb25lbnRMb2FkZXIgdG8gYW5hbHl6ZVxuICAgICAgICB7IHByb3ZpZGU6IERZTkFNSUNfQ09NUE9ORU5ULCB1c2VWYWx1ZTogY29tcG9uZW50IH0sXG4gICAgICBdLFxuICAgIH1cbiAgfVxufVxuIl19
@@ -62,9 +62,9 @@ export class TheSeamDynamicComponentLoader {
62
62
  return Promise.resolve(moduleRef.componentFactoryResolver.resolveComponentFactory(dynamicComponentType));
63
63
  }
64
64
  }
65
- TheSeamDynamicComponentLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }, { token: DYNAMIC_COMPONENT_MANIFESTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
66
- TheSeamDynamicComponentLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoader, providedIn: 'root' });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamDynamicComponentLoader, decorators: [{
65
+ TheSeamDynamicComponentLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoader, deps: [{ token: i0.Compiler }, { token: i0.Injector }, { token: DYNAMIC_COMPONENT_MANIFESTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
66
+ TheSeamDynamicComponentLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoader, providedIn: 'root' });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamDynamicComponentLoader, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{
70
70
  providedIn: 'root'
@@ -2,9 +2,9 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class FooterBarComponent {
4
4
  }
5
- FooterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FooterBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- FooterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FooterBarComponent, selector: "seam-footer-bar", ngImport: i0, template: "<p>footer-bar works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FooterBarComponent, decorators: [{
5
+ FooterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FooterBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ FooterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: FooterBarComponent, selector: "seam-footer-bar", ngImport: i0, template: "<p>footer-bar works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FooterBarComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ selector: 'seam-footer-bar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>footer-bar works!</p>\n" }]
10
10
  }] });
@@ -4,10 +4,10 @@ import { FooterBarComponent } from './footer-bar/footer-bar.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class FooterBarModule {
6
6
  }
7
- FooterBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FooterBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- FooterBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: FooterBarModule, declarations: [FooterBarComponent], imports: [CommonModule], exports: [FooterBarComponent] });
9
- FooterBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FooterBarModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FooterBarModule, decorators: [{
7
+ FooterBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FooterBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ FooterBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: FooterBarModule, declarations: [FooterBarComponent], imports: [CommonModule], exports: [FooterBarComponent] });
9
+ FooterBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FooterBarModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FooterBarModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [FooterBarComponent],
@@ -10,12 +10,12 @@ export class FormFieldErrorDirective {
10
10
  this.external = false;
11
11
  }
12
12
  }
13
- FormFieldErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
14
- FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorDirective, selector: "[seamFormFieldError]", inputs: { validatorName: "validatorName", seamFormFieldError: "seamFormFieldError", external: "external" }, ngImport: i0 });
13
+ FormFieldErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
14
+ FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldErrorDirective, selector: "[seamFormFieldError]", inputs: { validatorName: "validatorName", seamFormFieldError: "seamFormFieldError", external: "external" }, ngImport: i0 });
15
15
  __decorate([
16
16
  InputBoolean()
17
17
  ], FormFieldErrorDirective.prototype, "external", void 0);
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[seamFormFieldError]'
@@ -5,9 +5,9 @@ export class FormFieldHelpTextDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- FormFieldHelpTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldHelpTextDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldHelpTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldHelpTextDirective, selector: "[seamFormFieldHelpText]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldHelpTextDirective, decorators: [{
8
+ FormFieldHelpTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldHelpTextDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldHelpTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldHelpTextDirective, selector: "[seamFormFieldHelpText]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldHelpTextDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamFormFieldHelpText]'
@@ -5,9 +5,9 @@ export class FormFieldLabelTplDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- FormFieldLabelTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldLabelTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldLabelTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldLabelTplDirective, selector: "[seamFormFieldLabelTpl]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldLabelTplDirective, decorators: [{
8
+ FormFieldLabelTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldLabelTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldLabelTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldLabelTplDirective, selector: "[seamFormFieldLabelTpl]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldLabelTplDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamFormFieldLabelTpl]'
@@ -11,8 +11,8 @@ export class FormFieldRequiredIndicatorComponent {
11
11
  this.required = false;
12
12
  }
13
13
  }
14
- FormFieldRequiredIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldRequiredIndicatorComponent, deps: [{ token: FORM_FIELD_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component });
15
- FormFieldRequiredIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldRequiredIndicatorComponent, selector: "seam-form-field-required-indicator", inputs: { required: "required" }, host: { classAttribute: "text-danger" }, ngImport: i0, template: `
14
+ FormFieldRequiredIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldRequiredIndicatorComponent, deps: [{ token: FORM_FIELD_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component });
15
+ FormFieldRequiredIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldRequiredIndicatorComponent, selector: "seam-form-field-required-indicator", inputs: { required: "required" }, host: { classAttribute: "text-danger" }, ngImport: i0, template: `
16
16
  <ng-container *ngIf="_formField?.contentInput; else noControl">
17
17
  <ng-container *ngIf="_formField?.contentInput?.required">*</ng-container>
18
18
  </ng-container>
@@ -23,7 +23,7 @@ FormFieldRequiredIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersi
23
23
  __decorate([
24
24
  InputBoolean()
25
25
  ], FormFieldRequiredIndicatorComponent.prototype, "required", void 0);
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldRequiredIndicatorComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldRequiredIndicatorComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{ selector: 'seam-form-field-required-indicator', template: `
29
29
  <ng-container *ngIf="_formField?.contentInput; else noControl">
@@ -166,8 +166,8 @@ export class TheSeamFormFieldComponent {
166
166
  return this._elementRef.nativeElement;
167
167
  }
168
168
  }
169
- TheSeamFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
170
- TheSeamFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamFormFieldComponent, selector: "seam-form-field", inputs: { inline: "inline", label: "label", labelPosition: "labelPosition", labelClass: "labelClass", maxErrors: "maxErrors", numPaddingErrors: "numPaddingErrors", labelId: "labelId", helpText: "helpText", helpTextId: "helpTextId" }, host: { properties: { "style.display": "this._displayStyle" } }, providers: [
169
+ TheSeamFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
170
+ TheSeamFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamFormFieldComponent, selector: "seam-form-field", inputs: { inline: "inline", label: "label", labelPosition: "labelPosition", labelClass: "labelClass", maxErrors: "maxErrors", numPaddingErrors: "numPaddingErrors", labelId: "labelId", helpText: "helpText", helpTextId: "helpTextId" }, host: { properties: { "style.display": "this._displayStyle" } }, providers: [
171
171
  {
172
172
  provide: FORM_FIELD_COMPONENT,
173
173
  useClass: forwardRef(() => TheSeamFormFieldComponent),
@@ -176,7 +176,7 @@ TheSeamFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
176
176
  __decorate([
177
177
  InputBoolean()
178
178
  ], TheSeamFormFieldComponent.prototype, "inline", void 0);
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldComponent, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldComponent, decorators: [{
180
180
  type: Component,
181
181
  args: [{ selector: 'seam-form-field', providers: [
182
182
  {
@@ -12,8 +12,8 @@ import { InputDirective } from './input.directive';
12
12
  import * as i0 from "@angular/core";
13
13
  export class TheSeamFormFieldModule {
14
14
  }
15
- TheSeamFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- TheSeamFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldModule, declarations: [TheSeamFormFieldComponent,
15
+ TheSeamFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ TheSeamFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldModule, declarations: [TheSeamFormFieldComponent,
17
17
  InputDirective,
18
18
  FormFieldErrorDirective,
19
19
  FormFieldLabelTplDirective,
@@ -27,11 +27,11 @@ TheSeamFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
27
27
  FormFieldLabelTplDirective,
28
28
  FormFieldRequiredIndicatorComponent,
29
29
  FormFieldHelpTextDirective] });
30
- TheSeamFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldModule, imports: [CommonModule,
30
+ TheSeamFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldModule, imports: [CommonModule,
31
31
  ReactiveFormsModule,
32
32
  TheSeamFormFieldErrorModule,
33
33
  TheSeamSharedModule] });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  declarations: [
@@ -158,15 +158,15 @@ export class InputDirective {
158
158
  }
159
159
  }
160
160
  }
161
- InputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InputDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i2.NgSelectComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
162
- InputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: 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: "seamInputSize", id: "id", type: "type", placeholder: "placeholder", required: "required", disabled: "disabled", readonly: "readonly" }, host: { properties: { "class.form-control": "this._isFormControl", "class.form-control-sm": "this._isFormControlSmall", "class.is-invalid": "this._isInvalid", "attr.id": "this._attrId", "attr.placeholder": "this._attrPlaceholder", "attr.aria-describedby": "this.ariaDescribedBy" } }, exportAs: ["seamInput"], ngImport: i0 });
161
+ InputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: InputDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl, optional: true, self: true }, { token: i1.NgForm, optional: true }, { token: i1.FormGroupDirective, optional: true }, { token: i2.NgSelectComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
162
+ InputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: 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: "seamInputSize", id: "id", type: "type", placeholder: "placeholder", required: "required", disabled: "disabled", readonly: "readonly" }, host: { properties: { "class.form-control": "this._isFormControl", "class.form-control-sm": "this._isFormControlSmall", "class.is-invalid": "this._isInvalid", "attr.id": "this._attrId", "attr.placeholder": "this._attrPlaceholder", "attr.aria-describedby": "this.ariaDescribedBy" } }, exportAs: ["seamInput"], ngImport: i0 });
163
163
  __decorate([
164
164
  InputBoolean()
165
165
  ], InputDirective.prototype, "required", void 0);
166
166
  __decorate([
167
167
  InputBoolean()
168
168
  ], InputDirective.prototype, "readonly", void 0);
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InputDirective, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: InputDirective, decorators: [{
170
170
  type: Directive,
171
171
  args: [{
172
172
  // TODO: Consider removing restriction and instead adding a dev warning. A few
@@ -8,12 +8,12 @@ export class FormFieldErrorComponent {
8
8
  this.showValidatorName = false;
9
9
  }
10
10
  }
11
- FormFieldErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- FormFieldErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorComponent, selector: "seam-form-field-error", inputs: { validatorName: "validatorName", message: "message", showValidatorName: "showValidatorName" }, ngImport: i0, template: "<em style=\"display: block;\">\n <span *ngIf=\"showValidatorName && validatorName\"\n style=\"font-weight: bold;\">{{ validatorName }}: </span>\n <span class=\"msg-text\">{{ message }}</span>\n</em>\n", styles: ["@charset \"UTF-8\";.msg-text:empty:after{content:\"\\200b\"}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
11
+ FormFieldErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ FormFieldErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldErrorComponent, selector: "seam-form-field-error", inputs: { validatorName: "validatorName", message: "message", showValidatorName: "showValidatorName" }, ngImport: i0, template: "<em style=\"display: block;\">\n <span *ngIf=\"showValidatorName && validatorName\"\n style=\"font-weight: bold;\">{{ validatorName }}: </span>\n <span class=\"msg-text\">{{ message }}</span>\n</em>\n", styles: ["@charset \"UTF-8\";.msg-text:empty:after{content:\"\\200b\"}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
13
13
  __decorate([
14
14
  InputBoolean()
15
15
  ], FormFieldErrorComponent.prototype, "showValidatorName", void 0);
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'seam-form-field-error', template: "<em style=\"display: block;\">\n <span *ngIf=\"showValidatorName && validatorName\"\n style=\"font-weight: bold;\">{{ validatorName }}: </span>\n <span class=\"msg-text\">{{ message }}</span>\n</em>\n", styles: ["@charset \"UTF-8\";.msg-text:empty:after{content:\"\\200b\"}\n"] }]
19
19
  }], propDecorators: { validatorName: [{
@@ -8,12 +8,12 @@ export class FormFieldErrorListItemTplDirective {
8
8
  this.external = false;
9
9
  }
10
10
  }
11
- FormFieldErrorListItemTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListItemTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
- FormFieldErrorListItemTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorListItemTplDirective, selector: "[seamFormFieldErrorListItemTpl]", inputs: { validatorName: "validatorName", external: "external" }, ngImport: i0 });
11
+ FormFieldErrorListItemTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListItemTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
+ FormFieldErrorListItemTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldErrorListItemTplDirective, selector: "[seamFormFieldErrorListItemTpl]", inputs: { validatorName: "validatorName", external: "external" }, ngImport: i0 });
13
13
  __decorate([
14
14
  InputBoolean()
15
15
  ], FormFieldErrorListItemTplDirective.prototype, "external", void 0);
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListItemTplDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListItemTplDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[seamFormFieldErrorListItemTpl]'
@@ -5,9 +5,9 @@ export class FormFieldErrorListItemDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- FormFieldErrorListItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListItemDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldErrorListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorListItemDirective, selector: "[seamFormFieldErrorListItem]", inputs: { validatorName: "validatorName" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListItemDirective, decorators: [{
8
+ FormFieldErrorListItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListItemDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldErrorListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldErrorListItemDirective, selector: "[seamFormFieldErrorListItem]", inputs: { validatorName: "validatorName" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListItemDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamFormFieldErrorListItem]'
@@ -355,9 +355,9 @@ FormFieldErrorListComponent.defaultMessages = {
355
355
  // maxlength: (params) => 'The max allowed number of characters is ' + params.requiredLength,
356
356
  // pattern: (params) => 'The required pattern is: ' + params.requiredPattern
357
357
  };
358
- FormFieldErrorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
359
- FormFieldErrorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorListComponent, selector: "seam-form-field-error-list", inputs: { errors: "errors", showValidatorName: "showValidatorName", numPaddingErrors: "numPaddingErrors", listItemTpls: "listItemTpls", maxErrors: "maxErrors", control: "control", showErrors: "showErrors" }, host: { properties: { "style.display": "this._display" } }, queries: [{ propertyName: "_listItemTpls", predicate: FormFieldErrorListItemTplDirective }], ngImport: i0, template: "<ng-container *ngFor=\"let record of displayRecords$ | async\">\n <ng-container *ngIf=\"record.template; else noTemplate\">\n <div>\n <ng-template\n [ngTemplateOutlet]=\"record.template\"\n [ngTemplateOutletContext]=\"{ $implicit: record.error, errors: record._errors }\">\n </ng-template>\n </div>\n </ng-container>\n <ng-template #noTemplate>\n <seam-form-field-error\n [validatorName]=\"record.validatorName\"\n [message]=\"record.message\"\n [showValidatorName]=\"showValidatorName\">\n </seam-form-field-error>\n </ng-template>\n</ng-container>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.FormFieldErrorComponent, selector: "seam-form-field-error", inputs: ["validatorName", "message", "showValidatorName"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorListComponent, decorators: [{
358
+ FormFieldErrorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
359
+ FormFieldErrorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: FormFieldErrorListComponent, selector: "seam-form-field-error-list", inputs: { errors: "errors", showValidatorName: "showValidatorName", numPaddingErrors: "numPaddingErrors", listItemTpls: "listItemTpls", maxErrors: "maxErrors", control: "control", showErrors: "showErrors" }, host: { properties: { "style.display": "this._display" } }, queries: [{ propertyName: "_listItemTpls", predicate: FormFieldErrorListItemTplDirective }], ngImport: i0, template: "<ng-container *ngFor=\"let record of displayRecords$ | async\">\n <ng-container *ngIf=\"record.template; else noTemplate\">\n <div>\n <ng-template\n [ngTemplateOutlet]=\"record.template\"\n [ngTemplateOutletContext]=\"{ $implicit: record.error, errors: record._errors }\">\n </ng-template>\n </div>\n </ng-container>\n <ng-template #noTemplate>\n <seam-form-field-error\n [validatorName]=\"record.validatorName\"\n [message]=\"record.message\"\n [showValidatorName]=\"showValidatorName\">\n </seam-form-field-error>\n </ng-template>\n</ng-container>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.FormFieldErrorComponent, selector: "seam-form-field-error", inputs: ["validatorName", "message", "showValidatorName"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormFieldErrorListComponent, decorators: [{
361
361
  type: Component,
362
362
  args: [{ selector: 'seam-form-field-error-list', template: "<ng-container *ngFor=\"let record of displayRecords$ | async\">\n <ng-container *ngIf=\"record.template; else noTemplate\">\n <div>\n <ng-template\n [ngTemplateOutlet]=\"record.template\"\n [ngTemplateOutletContext]=\"{ $implicit: record.error, errors: record._errors }\">\n </ng-template>\n </div>\n </ng-container>\n <ng-template #noTemplate>\n <seam-form-field-error\n [validatorName]=\"record.validatorName\"\n [message]=\"record.message\"\n [showValidatorName]=\"showValidatorName\">\n </seam-form-field-error>\n </ng-template>\n</ng-container>\n" }]
363
363
  }], ctorParameters: function () { return []; }, propDecorators: { _display: [{
@@ -7,16 +7,16 @@ import { FormFieldErrorComponent } from './form-field-error/form-field-error.com
7
7
  import * as i0 from "@angular/core";
8
8
  export class TheSeamFormFieldErrorModule {
9
9
  }
10
- TheSeamFormFieldErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- TheSeamFormFieldErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldErrorModule, declarations: [FormFieldErrorComponent,
10
+ TheSeamFormFieldErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ TheSeamFormFieldErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldErrorModule, declarations: [FormFieldErrorComponent,
12
12
  FormFieldErrorListComponent,
13
13
  FormFieldErrorListItemDirective,
14
14
  FormFieldErrorListItemTplDirective], imports: [CommonModule], exports: [FormFieldErrorComponent,
15
15
  FormFieldErrorListComponent,
16
16
  FormFieldErrorListItemDirective,
17
17
  FormFieldErrorListItemTplDirective] });
18
- TheSeamFormFieldErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldErrorModule, imports: [CommonModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamFormFieldErrorModule, decorators: [{
18
+ TheSeamFormFieldErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldErrorModule, imports: [CommonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamFormFieldErrorModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  declarations: [
@@ -97,9 +97,9 @@ export class TheSeamBaseLayoutComponent {
97
97
  return isObservable(fnRes) ? fnRes : from(Promise.resolve(fnRes));
98
98
  }
99
99
  }
100
- TheSeamBaseLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.TheSeamLayoutService }], target: i0.ɵɵFactoryTarget.Component });
101
- TheSeamBaseLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TheSeamBaseLayoutComponent, selector: "seam-base-layout", inputs: { overlayNav: "overlayNav" }, providers: [THE_SEAM_BASE_LAYOUT], queries: [{ propertyName: "_topBarTpl", first: true, predicate: BaseLayoutTopBarDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_sideBarTpl", first: true, predicate: BaseLayoutSideBarDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentTpl", first: true, predicate: BaseLayoutContentDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentHeaderTpl", first: true, predicate: BaseLayoutContentHeaderDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentFooterTpl", first: true, predicate: BaseLayoutContentFooterDirective, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: "<div class=\"base-layout-side-bar-nav-content-mobile\" *ngIf=\"isMobile$ | async\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n</div>\n\n<div class=\"base-layout-top-bar-container\">\n <ng-template [cdkPortalOutlet]=\"_topBarPortal\"></ng-template>\n</div>\n<div class=\"base-layout-main-container\">\n <div *ngIf=\"hasSideBar$ | async\"\n class=\"base-layout-side-bar-container\">\n <div class=\"base-layout-side-bar-nav-content\" *ngIf=\"!(isMobile$ | async)\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n </div>\n </div>\n <div class=\"base-layout-content-container\">\n <div class=\"base-layout-content-container-header\">\n <!-- <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template> -->\n\n <div class=\"d-flex d-flex-row\">\n <div class=\"flex-grow-1\">\n <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template>\n </div>\n <div class=\"d-flex\">\n <ng-container *ngFor=\"let action of registeredActions$ | async; first as isFirst\">\n <div>\n <ng-container [ngTemplateOutlet]=\"$any(action)?.template\"></ng-container>\n </div>\n </ng-container>\n </div>\n </div>\n\n\n </div>\n <div class=\"base-layout-content-container-inner\" seamOverlayScrollbar>\n <ng-template [cdkPortalOutlet]=\"_contentPortal\"></ng-template>\n </div>\n <div class=\"base-layout-content-container-footer\">\n <ng-template [cdkPortalOutlet]=\"_contentFooterPortal\"></ng-template>\n </div>\n </div>\n</div>\n", styles: ["seam-base-layout{display:flex;flex-direction:column;height:100%;width:100%}seam-base-layout .base-layout-side-bar-nav-content-mobile{position:absolute;top:0;bottom:0;left:0;float:left;z-index:9999}seam-base-layout .base-layout-side-bar-container{flex:0 0 auto;display:flex;flex-direction:column;border-top:none;border-right:1px solid #dee2e6;border-bottom:none;border-left:none}seam-base-layout .base-layout-side-bar-container .base-layout-side-bar-nav-content{flex:1 1 0}seam-base-layout .base-layout-main-container{flex:1 1 100%;display:flex;flex-direction:row;transform:translateZ(0)}seam-base-layout .base-layout-top-bar-container{flex:0 0 auto;border-top:none;border-right:none;border-bottom:1px solid #dee2e6;border-left:none}seam-base-layout .base-layout-content-container{flex:1 1 auto;display:flex;flex-direction:column}seam-base-layout .base-layout-content-container .base-layout-content-container-header{flex:0 0 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-inner{flex:1 1 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-footer{flex:0 0 auto}seam-base-layout .base-layout-content-container-header{margin:.25rem;padding:0;background:none;border-radius:0;overflow:hidden}seam-base-layout .btn-baselayout-action{margin:0 0 0 .25rem;color:#212529;background-color:#e9ecef;border-color:#e9ecef;padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.25rem;border:none;color:#6c757d}seam-base-layout .btn-baselayout-action:hover{color:#212529;background-color:#d3d9df;border-color:#cbd3da}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#212529;background-color:#d3d9df;border-color:#cbd3da;box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action.disabled,seam-base-layout .btn-baselayout-action:disabled{color:#212529;background-color:#e9ecef;border-color:#e9ecef}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle{color:#212529;background-color:#d3d9df;border-color:#c4ccd4}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active:focus,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active:focus,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action:hover{color:#6c757d}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#6c757d}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i4.OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: ["seamOverlayScrollbar", "overlayScrollbarEnabled"], exportAs: ["seamOverlayScrollbar"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutComponent, decorators: [{
100
+ TheSeamBaseLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.TheSeamLayoutService }], target: i0.ɵɵFactoryTarget.Component });
101
+ TheSeamBaseLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamBaseLayoutComponent, selector: "seam-base-layout", inputs: { overlayNav: "overlayNav" }, providers: [THE_SEAM_BASE_LAYOUT], queries: [{ propertyName: "_topBarTpl", first: true, predicate: BaseLayoutTopBarDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_sideBarTpl", first: true, predicate: BaseLayoutSideBarDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentTpl", first: true, predicate: BaseLayoutContentDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentHeaderTpl", first: true, predicate: BaseLayoutContentHeaderDirective, descendants: true, read: TemplateRef, static: true }, { propertyName: "_contentFooterTpl", first: true, predicate: BaseLayoutContentFooterDirective, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: "<div class=\"base-layout-side-bar-nav-content-mobile\" *ngIf=\"isMobile$ | async\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n</div>\n\n<div class=\"base-layout-top-bar-container\">\n <ng-template [cdkPortalOutlet]=\"_topBarPortal\"></ng-template>\n</div>\n<div class=\"base-layout-main-container\">\n <div *ngIf=\"hasSideBar$ | async\"\n class=\"base-layout-side-bar-container\">\n <div class=\"base-layout-side-bar-nav-content\" *ngIf=\"!(isMobile$ | async)\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n </div>\n </div>\n <div class=\"base-layout-content-container\">\n <div class=\"base-layout-content-container-header\">\n <!-- <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template> -->\n\n <div class=\"d-flex d-flex-row\">\n <div class=\"flex-grow-1\">\n <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template>\n </div>\n <div class=\"d-flex\">\n <ng-container *ngFor=\"let action of registeredActions$ | async; first as isFirst\">\n <div>\n <ng-container [ngTemplateOutlet]=\"$any(action)?.template\"></ng-container>\n </div>\n </ng-container>\n </div>\n </div>\n\n\n </div>\n <div class=\"base-layout-content-container-inner\" seamOverlayScrollbar>\n <ng-template [cdkPortalOutlet]=\"_contentPortal\"></ng-template>\n </div>\n <div class=\"base-layout-content-container-footer\">\n <ng-template [cdkPortalOutlet]=\"_contentFooterPortal\"></ng-template>\n </div>\n </div>\n</div>\n", styles: ["seam-base-layout{display:flex;flex-direction:column;height:100%;width:100%}seam-base-layout .base-layout-side-bar-nav-content-mobile{position:absolute;top:0;bottom:0;left:0;float:left;z-index:9999}seam-base-layout .base-layout-side-bar-container{flex:0 0 auto;display:flex;flex-direction:column;border-top:none;border-right:1px solid #dee2e6;border-bottom:none;border-left:none}seam-base-layout .base-layout-side-bar-container .base-layout-side-bar-nav-content{flex:1 1 0}seam-base-layout .base-layout-main-container{flex:1 1 100%;display:flex;flex-direction:row;transform:translateZ(0)}seam-base-layout .base-layout-top-bar-container{flex:0 0 auto;border-top:none;border-right:none;border-bottom:1px solid #dee2e6;border-left:none}seam-base-layout .base-layout-content-container{flex:1 1 auto;display:flex;flex-direction:column}seam-base-layout .base-layout-content-container .base-layout-content-container-header{flex:0 0 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-inner{flex:1 1 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-footer{flex:0 0 auto}seam-base-layout .base-layout-content-container-header{margin:.25rem;padding:0;background:none;border-radius:0;overflow:hidden}seam-base-layout .btn-baselayout-action{margin:0 0 0 .25rem;color:#212529;background-color:#e9ecef;border-color:#e9ecef;padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.25rem;border:none;color:#6c757d}seam-base-layout .btn-baselayout-action:hover{color:#212529;background-color:#d3d9df;border-color:#cbd3da}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#212529;background-color:#d3d9df;border-color:#cbd3da;box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action.disabled,seam-base-layout .btn-baselayout-action:disabled{color:#212529;background-color:#e9ecef;border-color:#e9ecef}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle{color:#212529;background-color:#d3d9df;border-color:#c4ccd4}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active:focus,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active:focus,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action:hover{color:#6c757d}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#6c757d}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: i4.OverlayScrollbarDirective, selector: "[seamOverlayScrollbar]", inputs: ["seamOverlayScrollbar", "overlayScrollbarEnabled"], exportAs: ["seamOverlayScrollbar"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutComponent, decorators: [{
103
103
  type: Component,
104
104
  args: [{ selector: 'seam-base-layout', providers: [THE_SEAM_BASE_LAYOUT], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"base-layout-side-bar-nav-content-mobile\" *ngIf=\"isMobile$ | async\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n</div>\n\n<div class=\"base-layout-top-bar-container\">\n <ng-template [cdkPortalOutlet]=\"_topBarPortal\"></ng-template>\n</div>\n<div class=\"base-layout-main-container\">\n <div *ngIf=\"hasSideBar$ | async\"\n class=\"base-layout-side-bar-container\">\n <div class=\"base-layout-side-bar-nav-content\" *ngIf=\"!(isMobile$ | async)\">\n <ng-template [cdkPortalOutlet]=\"_sideBarPortal\"></ng-template>\n </div>\n </div>\n <div class=\"base-layout-content-container\">\n <div class=\"base-layout-content-container-header\">\n <!-- <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template> -->\n\n <div class=\"d-flex d-flex-row\">\n <div class=\"flex-grow-1\">\n <ng-template [cdkPortalOutlet]=\"_contentHeaderPortal\"></ng-template>\n </div>\n <div class=\"d-flex\">\n <ng-container *ngFor=\"let action of registeredActions$ | async; first as isFirst\">\n <div>\n <ng-container [ngTemplateOutlet]=\"$any(action)?.template\"></ng-container>\n </div>\n </ng-container>\n </div>\n </div>\n\n\n </div>\n <div class=\"base-layout-content-container-inner\" seamOverlayScrollbar>\n <ng-template [cdkPortalOutlet]=\"_contentPortal\"></ng-template>\n </div>\n <div class=\"base-layout-content-container-footer\">\n <ng-template [cdkPortalOutlet]=\"_contentFooterPortal\"></ng-template>\n </div>\n </div>\n</div>\n", styles: ["seam-base-layout{display:flex;flex-direction:column;height:100%;width:100%}seam-base-layout .base-layout-side-bar-nav-content-mobile{position:absolute;top:0;bottom:0;left:0;float:left;z-index:9999}seam-base-layout .base-layout-side-bar-container{flex:0 0 auto;display:flex;flex-direction:column;border-top:none;border-right:1px solid #dee2e6;border-bottom:none;border-left:none}seam-base-layout .base-layout-side-bar-container .base-layout-side-bar-nav-content{flex:1 1 0}seam-base-layout .base-layout-main-container{flex:1 1 100%;display:flex;flex-direction:row;transform:translateZ(0)}seam-base-layout .base-layout-top-bar-container{flex:0 0 auto;border-top:none;border-right:none;border-bottom:1px solid #dee2e6;border-left:none}seam-base-layout .base-layout-content-container{flex:1 1 auto;display:flex;flex-direction:column}seam-base-layout .base-layout-content-container .base-layout-content-container-header{flex:0 0 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-inner{flex:1 1 auto}seam-base-layout .base-layout-content-container .base-layout-content-container-footer{flex:0 0 auto}seam-base-layout .base-layout-content-container-header{margin:.25rem;padding:0;background:none;border-radius:0;overflow:hidden}seam-base-layout .btn-baselayout-action{margin:0 0 0 .25rem;color:#212529;background-color:#e9ecef;border-color:#e9ecef;padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.25rem;border:none;color:#6c757d}seam-base-layout .btn-baselayout-action:hover{color:#212529;background-color:#d3d9df;border-color:#cbd3da}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#212529;background-color:#d3d9df;border-color:#cbd3da;box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action.disabled,seam-base-layout .btn-baselayout-action:disabled{color:#212529;background-color:#e9ecef;border-color:#e9ecef}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle{color:#212529;background-color:#d3d9df;border-color:#c4ccd4}seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled):active:focus,seam-base-layout .btn-baselayout-action:not(:disabled):not(.disabled).active:focus,.show>seam-base-layout .btn-baselayout-action.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #cbced180}seam-base-layout .btn-baselayout-action:hover{color:#6c757d}seam-base-layout .btn-baselayout-action:focus,seam-base-layout .btn-baselayout-action.focus{color:#6c757d}\n"] }]
105
105
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i1.TheSeamLayoutService }]; }, propDecorators: { overlayNav: [{
@@ -15,8 +15,8 @@ import { BaseLayoutTopBarDirective } from './directives/base-layout-top-bar.dire
15
15
  import * as i0 from "@angular/core";
16
16
  export class TheSeamBaseLayoutModule {
17
17
  }
18
- TheSeamBaseLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- TheSeamBaseLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutModule, declarations: [TheSeamBaseLayoutComponent,
18
+ TheSeamBaseLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ TheSeamBaseLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutModule, declarations: [TheSeamBaseLayoutComponent,
20
20
  BaseLayoutContentDirective,
21
21
  BaseLayoutSideBarDirective,
22
22
  BaseLayoutSideBarFooterDirective,
@@ -35,12 +35,12 @@ TheSeamBaseLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
35
35
  BaseLayoutNavToggleDirective,
36
36
  BaseLayoutContentHeaderDirective,
37
37
  BaseLayoutContentFooterDirective] });
38
- TheSeamBaseLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutModule, imports: [CommonModule,
38
+ TheSeamBaseLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutModule, imports: [CommonModule,
39
39
  PortalModule,
40
40
  TheSeamScrollbarModule,
41
41
  TheSeamIconModule,
42
42
  TheSeamButtonsModule] });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TheSeamBaseLayoutModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBaseLayoutModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  declarations: [
@@ -5,9 +5,9 @@ export class BaseLayoutContentFooterDirective {
5
5
  this._elementRef = _elementRef;
6
6
  }
7
7
  }
8
- BaseLayoutContentFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: BaseLayoutContentFooterDirective, selector: "[seamBaseLayoutContentFooter]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentFooterDirective, decorators: [{
8
+ BaseLayoutContentFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: BaseLayoutContentFooterDirective, selector: "[seamBaseLayoutContentFooter]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentFooterDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamBaseLayoutContentFooter]'
@@ -5,9 +5,9 @@ export class BaseLayoutContentHeaderDirective {
5
5
  this._elementRef = _elementRef;
6
6
  }
7
7
  }
8
- BaseLayoutContentHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: BaseLayoutContentHeaderDirective, selector: "[seamBaseLayoutContentHeader]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentHeaderDirective, decorators: [{
8
+ BaseLayoutContentHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: BaseLayoutContentHeaderDirective, selector: "[seamBaseLayoutContentHeader]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentHeaderDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamBaseLayoutContentHeader]'
@@ -5,9 +5,9 @@ export class BaseLayoutContentDirective {
5
5
  this._elementRef = _elementRef;
6
6
  }
7
7
  }
8
- BaseLayoutContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: BaseLayoutContentDirective, selector: "[seamBaseLayoutContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BaseLayoutContentDirective, decorators: [{
8
+ BaseLayoutContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: BaseLayoutContentDirective, selector: "[seamBaseLayoutContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BaseLayoutContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamBaseLayoutContent]'