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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/assets/storybook-intro.gif +0 -0
  2. package/dynamic/dynamic-value-helper.service.d.ts +2 -2
  3. package/esm2020/asset-reader/asset-reader-helper.service.mjs +3 -3
  4. package/esm2020/asset-reader/asset-reader.module.mjs +4 -4
  5. package/esm2020/asset-reader/encrypted-asset-link.directive.mjs +3 -3
  6. package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +3 -3
  7. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +4 -4
  8. package/esm2020/breadcrumbs/breadcrumbs.service.mjs +3 -3
  9. package/esm2020/buttons/badge-button/badge-button.component.mjs +6 -6
  10. package/esm2020/buttons/button/button.component.mjs +9 -9
  11. package/esm2020/buttons/buttons.module.mjs +4 -4
  12. package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +3 -3
  13. package/esm2020/buttons/toggle-button/toggle-button.component.mjs +3 -3
  14. package/esm2020/card/card-action/card-action.component.mjs +3 -3
  15. package/esm2020/card/card-body/card-body.component.mjs +3 -3
  16. package/esm2020/card/card-footer/card-footer.component.mjs +3 -3
  17. package/esm2020/card/card-header/card-header.component.mjs +3 -3
  18. package/esm2020/card/card.component.mjs +3 -3
  19. package/esm2020/card/card.module.mjs +4 -4
  20. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  21. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  22. package/esm2020/confirm-dialog/confirm-click.directive.mjs +3 -3
  23. package/esm2020/confirm-dialog/confirm-dialog.component.mjs +3 -3
  24. package/esm2020/confirm-dialog/confirm-dialog.module.mjs +4 -4
  25. package/esm2020/confirm-dialog/confirm-dialog.service.mjs +3 -3
  26. package/esm2020/data-exporter/data-exporter.module.mjs +4 -4
  27. package/esm2020/data-exporter/exporters/csv-exporter.mjs +3 -3
  28. package/esm2020/data-exporter/exporters/xlsx-exporter.mjs +3 -3
  29. package/esm2020/data-filters/data-filters.module.mjs +4 -4
  30. package/esm2020/data-filters/filters/data-filter-search/data-filter-search.component.mjs +3 -3
  31. package/esm2020/data-filters/filters/data-filter-text/data-filter-text.component.mjs +3 -3
  32. package/esm2020/data-filters/filters/data-filter-toggle-buttons/data-filter-toggle-buttons.component.mjs +3 -3
  33. package/esm2020/datatable/datatable/datatable.component.mjs +3 -3
  34. package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +3 -3
  35. package/esm2020/datatable/datatable-action-menu-item/datatable-action-menu-item.component.mjs +3 -3
  36. package/esm2020/datatable/datatable-column/datatable-column.component.mjs +3 -3
  37. package/esm2020/datatable/datatable-column-preferences/datatable-column-preferences.component.mjs +3 -3
  38. package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +3 -3
  39. package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +3 -3
  40. package/esm2020/datatable/datatable-footer/datatable-footer-tpl.directive.mjs +3 -3
  41. package/esm2020/datatable/datatable-footer/datatable-footer.directive.mjs +3 -3
  42. package/esm2020/datatable/datatable-menu-bar/datatable-menu-bar.component.mjs +3 -3
  43. package/esm2020/datatable/datatable-menu-bar-column-center/datatable-menu-bar-column-center.component.mjs +3 -3
  44. package/esm2020/datatable/datatable-menu-bar-column-left/datatable-menu-bar-column-left.component.mjs +3 -3
  45. package/esm2020/datatable/datatable-menu-bar-column-right/datatable-menu-bar-column-right.component.mjs +3 -3
  46. package/esm2020/datatable/datatable-menu-bar-row/datatable-menu-bar-row.component.mjs +3 -3
  47. package/esm2020/datatable/datatable-menu-bar-text/datatable-menu-bar-text.component.mjs +3 -3
  48. package/esm2020/datatable/datatable-row-detail/datatable-row-detail-tpl.directive.mjs +3 -3
  49. package/esm2020/datatable/datatable-row-detail/datatable-row-detail.directive.mjs +3 -3
  50. package/esm2020/datatable/datatable.module.mjs +4 -4
  51. package/esm2020/datatable/directives/datatable-action-menu-item.directive.mjs +3 -3
  52. package/esm2020/datatable/directives/datatable-action-menu-toggle.directive.mjs +3 -3
  53. package/esm2020/datatable/directives/datatable-cell-tpl.directive.mjs +3 -3
  54. package/esm2020/datatable/directives/datatable-filter.directive.mjs +3 -3
  55. package/esm2020/datatable/directives/datatable-row-action-item.directive.mjs +3 -3
  56. package/esm2020/datatable/services/columns-alterations-manager.service.mjs +3 -3
  57. package/esm2020/datatable/services/columns-manager.service.mjs +3 -3
  58. package/esm2020/datatable/services/datatable-column-changes.service.mjs +3 -3
  59. package/esm2020/datatable/services/datatable-preferences.service.mjs +3 -3
  60. package/esm2020/datatable/services/datatable-scrollbar-helper.service.mjs +3 -3
  61. package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +3 -3
  62. package/esm2020/datatable-dynamic/datatable-dynamic-filter-container/datatable-dynamic-filter-container.component.mjs +3 -3
  63. package/esm2020/datatable-dynamic/datatable-dynamic-menu-bar-content/datatable-dynamic-menu-bar-content.component.mjs +3 -3
  64. package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +3 -3
  65. package/esm2020/datatable-dynamic/datatable-dynamic.module.mjs +4 -4
  66. package/esm2020/datatable-dynamic/directives/datatable-dynamic-action-menu-item.directive.mjs +3 -3
  67. package/esm2020/datatable-dynamic/dynamic-datatable-def.service.mjs +3 -3
  68. package/esm2020/datatable-dynamic/dynamic-datatable-row-actions.service.mjs +3 -3
  69. package/esm2020/dynamic/action/api/dynamic-action-api.service.mjs +3 -3
  70. package/esm2020/dynamic/action/dynamic-action-helper.service.mjs +3 -3
  71. package/esm2020/dynamic/action/link/dynamic-action-link.service.mjs +3 -3
  72. package/esm2020/dynamic/action/modal/dynamic-action-modal.service.mjs +3 -3
  73. package/esm2020/dynamic/dynamic-value-helper.service.mjs +8 -6
  74. package/esm2020/dynamic/evaluators/exporters-data-evaluator/exporters-data-evaluator.mjs +3 -3
  75. package/esm2020/dynamic/evaluators/jexl-evaluator/jexl-evaluator.mjs +3 -3
  76. package/esm2020/dynamic-component-loader/dynamic-component-loader.module.mjs +4 -4
  77. package/esm2020/dynamic-component-loader/dynamic-component-loader.service.mjs +3 -3
  78. package/esm2020/footer-bar/footer-bar/footer-bar.component.mjs +3 -3
  79. package/esm2020/footer-bar/footer-bar.module.mjs +4 -4
  80. package/esm2020/form-field/form-field-error.directive.mjs +3 -3
  81. package/esm2020/form-field/form-field-help-text.directive.mjs +3 -3
  82. package/esm2020/form-field/form-field-label-tpl.directive.mjs +3 -3
  83. package/esm2020/form-field/form-field-required-indicator.component.mjs +3 -3
  84. package/esm2020/form-field/form-field.component.mjs +3 -3
  85. package/esm2020/form-field/form-field.module.mjs +4 -4
  86. package/esm2020/form-field/input.directive.mjs +3 -3
  87. package/esm2020/form-field-error/form-field-error/form-field-error.component.mjs +3 -3
  88. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item-tpl.directive.mjs +3 -3
  89. package/esm2020/form-field-error/form-field-error-list/form-field-error-list-item.directive.mjs +3 -3
  90. package/esm2020/form-field-error/form-field-error-list/form-field-error-list.component.mjs +3 -3
  91. package/esm2020/form-field-error/form-field-error.module.mjs +4 -4
  92. package/esm2020/framework/base-layout/base-layout.component.mjs +3 -3
  93. package/esm2020/framework/base-layout/base-layout.module.mjs +4 -4
  94. package/esm2020/framework/base-layout/directives/base-layout-content-footer.directive.mjs +3 -3
  95. package/esm2020/framework/base-layout/directives/base-layout-content-header.directive.mjs +3 -3
  96. package/esm2020/framework/base-layout/directives/base-layout-content.directive.mjs +3 -3
  97. package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +3 -3
  98. package/esm2020/framework/base-layout/directives/base-layout-side-bar-footer.directive.mjs +3 -3
  99. package/esm2020/framework/base-layout/directives/base-layout-side-bar.directive.mjs +3 -3
  100. package/esm2020/framework/base-layout/directives/base-layout-top-bar.directive.mjs +3 -3
  101. package/esm2020/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.mjs +3 -3
  102. package/esm2020/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.mjs +3 -3
  103. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widget-portal-outlet.directive.mjs +3 -3
  104. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets-preferences.service.mjs +3 -3
  105. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +3 -3
  106. package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.service.mjs +3 -3
  107. package/esm2020/framework/dashboard/dashboard.component.mjs +3 -3
  108. package/esm2020/framework/dashboard/dashboard.module.mjs +4 -4
  109. package/esm2020/framework/dynamic-router/dynamic-router.module.mjs +4 -4
  110. package/esm2020/framework/dynamic-router/hierarchy-router-outlet/hierarchy-router-outlet.component.mjs +3 -3
  111. package/esm2020/framework/dynamic-router/resolvers/hierarchy-level.resolver.mjs +3 -3
  112. package/esm2020/framework/schema-form/schema-form-framework.component.mjs +3 -3
  113. package/esm2020/framework/schema-form/schema-form-framework.mjs +3 -3
  114. package/esm2020/framework/schema-form/schema-form.module.mjs +4 -4
  115. package/esm2020/framework/schema-form-controls/schema-form-checkbox/schema-form-checkbox.component.mjs +3 -3
  116. package/esm2020/framework/schema-form-controls/schema-form-controls.module.mjs +4 -4
  117. package/esm2020/framework/schema-form-controls/schema-form-input/schema-form-input.component.mjs +3 -3
  118. package/esm2020/framework/schema-form-controls/schema-form-number/schema-form-number.component.mjs +3 -3
  119. package/esm2020/framework/schema-form-controls/schema-form-select/schema-form-select.component.mjs +3 -3
  120. package/esm2020/framework/schema-form-controls/schema-form-submit/schema-form-submit.component.mjs +3 -3
  121. package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +3 -3
  122. package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +5 -5
  123. package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +3 -3
  124. package/esm2020/framework/side-nav/side-nav.component.mjs +3 -3
  125. package/esm2020/framework/side-nav/side-nav.module.mjs +4 -4
  126. package/esm2020/framework/side-nav/side-nav.service.mjs +3 -3
  127. package/esm2020/framework/top-bar/top-bar-item.directive.mjs +3 -3
  128. package/esm2020/framework/top-bar/top-bar-menu-btn-detail.directive.mjs +3 -3
  129. package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +3 -3
  130. package/esm2020/framework/top-bar/top-bar-menu.directive.mjs +3 -3
  131. package/esm2020/framework/top-bar/top-bar-title/top-bar-title.component.mjs +3 -3
  132. package/esm2020/framework/top-bar/top-bar.component.mjs +3 -3
  133. package/esm2020/framework/top-bar/top-bar.module.mjs +4 -4
  134. package/esm2020/google-maps/google-maps/google-maps.component.mjs +3 -3
  135. package/esm2020/google-maps/google-maps-controls.service.mjs +3 -3
  136. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
  137. package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.directive.mjs +3 -3
  138. package/esm2020/google-maps/google-maps-recenter-button-control/google-maps-recenter-button-control.component.mjs +3 -3
  139. package/esm2020/google-maps/google-maps-upload-button-control/google-maps-upload-button-control.component.mjs +3 -3
  140. package/esm2020/google-maps/google-maps.module.mjs +4 -4
  141. package/esm2020/google-maps/google-maps.service.mjs +3 -3
  142. package/esm2020/google-maps/map-control.component.mjs +3 -3
  143. package/esm2020/google-maps/map-file-drop/map-file-drop.component.mjs +3 -3
  144. package/esm2020/google-maps/map-value-manager.service.mjs +3 -3
  145. package/esm2020/graphql/datatable/datatable-graphql.service.mjs +3 -3
  146. package/esm2020/icon/icon/icon.component.mjs +3 -3
  147. package/esm2020/icon/icon-btn/icon-btn.component.mjs +3 -3
  148. package/esm2020/icon/icon-notification/icon-notification.component.mjs +3 -3
  149. package/esm2020/icon/icon.module.mjs +4 -4
  150. package/esm2020/layout/layout.module.mjs +4 -4
  151. package/esm2020/layout/layout.service.mjs +3 -3
  152. package/esm2020/loading/loading/loading.component.mjs +3 -3
  153. package/esm2020/loading/loading-overlay.service.mjs +3 -3
  154. package/esm2020/loading/loading.module.mjs +4 -4
  155. package/esm2020/menu/menu-divider.component.mjs +3 -3
  156. package/esm2020/menu/menu-footer/menu-footer.component.mjs +3 -3
  157. package/esm2020/menu/menu-footer-action/menu-footer-action.component.mjs +3 -3
  158. package/esm2020/menu/menu-header/menu-header.component.mjs +3 -3
  159. package/esm2020/menu/menu-item.component.mjs +3 -3
  160. package/esm2020/menu/menu-toggle.directive.mjs +3 -3
  161. package/esm2020/menu/menu.component.mjs +3 -3
  162. package/esm2020/menu/menu.module.mjs +4 -4
  163. package/esm2020/modal/directives/modal-close.directive.mjs +3 -3
  164. package/esm2020/modal/directives/modal-footer-tpl.directive.mjs +3 -3
  165. package/esm2020/modal/directives/modal-header-icon-tpl.directive.mjs +3 -3
  166. package/esm2020/modal/directives/modal-header-title-tpl.directive.mjs +3 -3
  167. package/esm2020/modal/directives/modal-title.directive.mjs +3 -3
  168. package/esm2020/modal/directives/modal.directive.mjs +3 -3
  169. package/esm2020/modal/modal/modal.component.mjs +3 -3
  170. package/esm2020/modal/modal-body/modal-body.component.mjs +3 -3
  171. package/esm2020/modal/modal-container/modal-container.component.mjs +3 -3
  172. package/esm2020/modal/modal-footer/modal-footer.component.mjs +3 -3
  173. package/esm2020/modal/modal-header/modal-header.component.mjs +3 -3
  174. package/esm2020/modal/modal.module.mjs +4 -4
  175. package/esm2020/modal/modal.service.mjs +3 -3
  176. package/esm2020/modal/route-modal/route-modal.component.mjs +3 -3
  177. package/esm2020/popover/popover/popover.component.mjs +3 -3
  178. package/esm2020/popover/popover.directive.mjs +3 -3
  179. package/esm2020/popover/popover.module.mjs +4 -4
  180. package/esm2020/progress/progress-circle/progress-circle.component.mjs +3 -3
  181. package/esm2020/progress/progress.module.mjs +4 -4
  182. package/esm2020/scrollbar/overlay-scrollbar.directive.mjs +3 -3
  183. package/esm2020/scrollbar/overlay-scrollbars.service.mjs +6 -6
  184. package/esm2020/scrollbar/scrollbar.module.mjs +4 -4
  185. package/esm2020/services/asset-loader.service.mjs +3 -3
  186. package/esm2020/services/font-loader.service.mjs +3 -3
  187. package/esm2020/services/router-helpers.service.mjs +3 -3
  188. package/esm2020/shared/components/password-input-reveal/password-input-reveal.component.mjs +3 -3
  189. package/esm2020/shared/directives/auto-focus.directive.mjs +3 -3
  190. package/esm2020/shared/directives/click-outside.directive.mjs +3 -3
  191. package/esm2020/shared/directives/disable-control.directive.mjs +3 -3
  192. package/esm2020/shared/directives/elem-resized.directive.mjs +3 -3
  193. package/esm2020/shared/directives/hover-class-toggle.directive.mjs +3 -3
  194. package/esm2020/shared/directives/hover-class.directive.mjs +3 -3
  195. package/esm2020/shared/directives/ng-select-extra.directive.mjs +3 -3
  196. package/esm2020/shared/directives/ngx-quill-extra.directive.mjs +3 -3
  197. package/esm2020/shared/pipes/mask-chars.pipe.mjs +3 -3
  198. package/esm2020/shared/pipes/truncate.pipe.mjs +3 -3
  199. package/esm2020/shared/shared.module.mjs +4 -4
  200. package/esm2020/storage/local-storage.service.mjs +3 -3
  201. package/esm2020/story-helpers/initial-route.service.mjs +3 -3
  202. package/esm2020/story-helpers/story-empty-with-route.component.mjs +3 -3
  203. package/esm2020/story-helpers/story-empty.component.mjs +3 -3
  204. package/esm2020/story-helpers/story-helper-components.module.mjs +4 -4
  205. package/esm2020/story-helpers/story-initial-route.mjs +4 -4
  206. package/esm2020/story-helpers/story-modal-container.component.mjs +3 -3
  207. package/esm2020/story-helpers/story-toastr.service.mjs +3 -3
  208. package/esm2020/tabbed/directives/tabbed-tab-content.directive.mjs +3 -3
  209. package/esm2020/tabbed/directives/tabbed-tab.directive.mjs +3 -3
  210. package/esm2020/tabbed/tabbed-content/tabbed-content.component.mjs +3 -3
  211. package/esm2020/tabbed/tabbed-item/tabbed-item.component.mjs +3 -3
  212. package/esm2020/tabbed/tabbed.component.mjs +3 -3
  213. package/esm2020/tabbed/tabbed.module.mjs +4 -4
  214. package/esm2020/tabbed/tabbed.service.mjs +3 -3
  215. package/esm2020/table/table/table.component.mjs +4 -4
  216. package/esm2020/table/table.module.mjs +4 -4
  217. package/esm2020/table-cell-type/services/table-cell-types-helpers.service.mjs +3 -3
  218. package/esm2020/table-cell-type/table-cell-type-selector.component.mjs +3 -3
  219. package/esm2020/table-cell-type/table-cell-type.module.mjs +4 -4
  220. package/esm2020/table-cell-types/table-cell-type-currency/table-cell-type-currency.component.mjs +3 -3
  221. package/esm2020/table-cell-types/table-cell-type-date/table-cell-type-date.component.mjs +3 -3
  222. package/esm2020/table-cell-types/table-cell-type-decimal/table-cell-type-decimal.component.mjs +3 -3
  223. package/esm2020/table-cell-types/table-cell-type-icon/table-cell-type-icon.component.mjs +3 -3
  224. package/esm2020/table-cell-types/table-cell-type-integer/table-cell-type-integer.component.mjs +3 -3
  225. package/esm2020/table-cell-types/table-cell-type-phone/table-cell-type-phone.component.mjs +3 -3
  226. package/esm2020/table-cell-types/table-cell-type-progress-circle/table-cell-type-progress-circle.component.mjs +3 -3
  227. package/esm2020/table-cell-types/table-cell-type-progress-circle-icon/table-cell-type-progress-circle-icon.component.mjs +3 -3
  228. package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +3 -3
  229. package/esm2020/table-cell-types/table-cell-types.module.mjs +4 -4
  230. package/esm2020/tel-input/phone-number.pipe.mjs +3 -3
  231. package/esm2020/tel-input/tel-input/tel-input.component.mjs +4 -4
  232. package/esm2020/tel-input/tel-input.directive.mjs +4 -12
  233. package/esm2020/tel-input/tel-input.module.mjs +4 -4
  234. package/esm2020/tiled-select/components/tiled-select/tiled-select.component.mjs +3 -3
  235. package/esm2020/tiled-select/components/tiled-select-tile/tiled-select-tile.component.mjs +3 -3
  236. package/esm2020/tiled-select/components/tiled-select-tile-icon/tiled-select-tile-icon.component.mjs +3 -3
  237. package/esm2020/tiled-select/directives/tiled-select-tile-icon-tpl.directive.mjs +3 -3
  238. package/esm2020/tiled-select/directives/tiled-select-tile-label-tpl.directive.mjs +3 -3
  239. package/esm2020/tiled-select/directives/tiled-select-tile-overlay.directive.mjs +3 -3
  240. package/esm2020/tiled-select/tiled-select.module.mjs +4 -4
  241. package/esm2020/toggle-edit/toggle-edit-actions-container/toggle-edit-actions-container.component.mjs +3 -3
  242. package/esm2020/toggle-edit/toggle-edit-display-tpl.directive.mjs +3 -3
  243. package/esm2020/toggle-edit/toggle-edit-keyboard-listener.service.mjs +3 -3
  244. package/esm2020/toggle-edit/toggle-edit.component.mjs +3 -3
  245. package/esm2020/toggle-edit/toggle-edit.module.mjs +4 -4
  246. package/esm2020/toggle-group/toggle-group-option.directive.mjs +3 -3
  247. package/esm2020/toggle-group/toggle-group.directive.mjs +3 -3
  248. package/esm2020/toggle-group/toggle-group.module.mjs +4 -4
  249. package/esm2020/unsaved-changes-dialog/unsaved-changes-can-deactivate.mjs +3 -3
  250. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +3 -3
  251. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.guard.mjs +3 -3
  252. package/esm2020/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +4 -4
  253. package/esm2020/viewers/html-template-viewer/html-template-viewer.component.mjs +3 -3
  254. package/esm2020/viewers/html-template-viewer/html-template-viewer.module.mjs +4 -4
  255. package/esm2020/viewers/pdf-viewer/pdf-page/pdf-page.component.mjs +3 -3
  256. package/esm2020/viewers/pdf-viewer/pdf-renderer.service.mjs +3 -3
  257. package/esm2020/viewers/pdf-viewer/pdf-viewer.component.mjs +3 -3
  258. package/esm2020/viewers/pdf-viewer/pdf-viewer.module.mjs +4 -4
  259. package/esm2020/widget/directives/widget-drag-handle.directive.mjs +3 -3
  260. package/esm2020/widget/directives/widget-icon-tpl.directive.mjs +3 -3
  261. package/esm2020/widget/directives/widget-title-tpl.directive.mjs +3 -3
  262. package/esm2020/widget/widget/widget.component.mjs +3 -3
  263. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.component.mjs +3 -3
  264. package/esm2020/widget/widget-content-components/widget-button-group/widget-button-group.module.mjs +4 -4
  265. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.component.mjs +3 -3
  266. package/esm2020/widget/widget-content-components/widget-content-header/widget-content-header.module.mjs +4 -4
  267. package/esm2020/widget/widget-content-components/widget-description/widget-description.component.mjs +3 -3
  268. package/esm2020/widget/widget-content-components/widget-description/widget-description.module.mjs +4 -4
  269. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.component.mjs +3 -3
  270. package/esm2020/widget/widget-content-components/widget-empty-label/widget-empty-label.module.mjs +4 -4
  271. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.component.mjs +3 -3
  272. package/esm2020/widget/widget-content-components/widget-footer-link/widget-footer-link.module.mjs +4 -4
  273. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.component.mjs +3 -3
  274. package/esm2020/widget/widget-content-components/widget-footer-text/widget-footer-text.module.mjs +4 -4
  275. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.component.mjs +3 -3
  276. package/esm2020/widget/widget-content-components/widget-header-badge/widget-header-badge.module.mjs +4 -4
  277. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item-icon-tpl.directive.mjs +3 -3
  278. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.mjs +15 -15
  279. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.component.mjs +3 -3
  280. package/esm2020/widget/widget-content-components/widget-list-group/widget-list-group.module.mjs +4 -4
  281. package/esm2020/widget/widget-content-components/widget-table/widget-table.component.mjs +3 -3
  282. package/esm2020/widget/widget-content-components/widget-table/widget-table.module.mjs +4 -4
  283. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.mjs +3 -3
  284. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.mjs +3 -3
  285. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.mjs +3 -3
  286. package/esm2020/widget/widget-content-components/widget-tile/widget-tile-secondary-icon.directive.mjs +3 -3
  287. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.component.mjs +6 -6
  288. package/esm2020/widget/widget-content-components/widget-tile/widget-tile.module.mjs +4 -4
  289. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.component.mjs +3 -3
  290. package/esm2020/widget/widget-content-components/widget-tile-list/widget-tile-list.module.mjs +4 -4
  291. package/esm2020/widget/widget-footer/widget-footer.component.mjs +3 -3
  292. package/esm2020/widget/widget-registry.service.mjs +3 -3
  293. package/esm2020/widget/widget.module.mjs +4 -4
  294. package/fesm2015/theseam-ui-common-asset-reader.mjs +10 -10
  295. package/fesm2015/theseam-ui-common-breadcrumbs.mjs +10 -10
  296. package/fesm2015/theseam-ui-common-buttons.mjs +25 -25
  297. package/fesm2015/theseam-ui-common-card.mjs +19 -19
  298. package/fesm2015/theseam-ui-common-checkbox.mjs +7 -7
  299. package/fesm2015/theseam-ui-common-confirm-dialog.mjs +13 -13
  300. package/fesm2015/theseam-ui-common-data-exporter.mjs +10 -10
  301. package/fesm2015/theseam-ui-common-data-filters.mjs +13 -13
  302. package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +25 -25
  303. package/fesm2015/theseam-ui-common-datatable.mjs +85 -85
  304. package/fesm2015/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  305. package/fesm2015/theseam-ui-common-dynamic.mjs +25 -23
  306. package/fesm2015/theseam-ui-common-dynamic.mjs.map +1 -1
  307. package/fesm2015/theseam-ui-common-footer-bar.mjs +7 -7
  308. package/fesm2015/theseam-ui-common-form-field-error.mjs +16 -16
  309. package/fesm2015/theseam-ui-common-form-field.mjs +22 -22
  310. package/fesm2015/theseam-ui-common-framework.mjs +134 -134
  311. package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
  312. package/fesm2015/theseam-ui-common-google-maps.mjs +34 -34
  313. package/fesm2015/theseam-ui-common-graphql.mjs +3 -3
  314. package/fesm2015/theseam-ui-common-icon.mjs +13 -13
  315. package/fesm2015/theseam-ui-common-layout.mjs +7 -7
  316. package/fesm2015/theseam-ui-common-loading.mjs +10 -10
  317. package/fesm2015/theseam-ui-common-menu.mjs +25 -25
  318. package/fesm2015/theseam-ui-common-modal.mjs +43 -43
  319. package/fesm2015/theseam-ui-common-popover.mjs +10 -10
  320. package/fesm2015/theseam-ui-common-progress.mjs +7 -7
  321. package/fesm2015/theseam-ui-common-scrollbar.mjs +11 -11
  322. package/fesm2015/theseam-ui-common-scrollbar.mjs.map +1 -1
  323. package/fesm2015/theseam-ui-common-services.mjs +9 -9
  324. package/fesm2015/theseam-ui-common-shared.mjs +37 -37
  325. package/fesm2015/theseam-ui-common-storage.mjs +3 -3
  326. package/fesm2015/theseam-ui-common-story-helpers.mjs +23 -23
  327. package/fesm2015/theseam-ui-common-tabbed.mjs +22 -22
  328. package/fesm2015/theseam-ui-common-table-cell-type.mjs +10 -10
  329. package/fesm2015/theseam-ui-common-table-cell-types.mjs +31 -31
  330. package/fesm2015/theseam-ui-common-table.mjs +7 -7
  331. package/fesm2015/theseam-ui-common-table.mjs.map +1 -1
  332. package/fesm2015/theseam-ui-common-tel-input.mjs +15 -23
  333. package/fesm2015/theseam-ui-common-tel-input.mjs.map +1 -1
  334. package/fesm2015/theseam-ui-common-tiled-select.mjs +22 -22
  335. package/fesm2015/theseam-ui-common-toggle-edit.mjs +16 -16
  336. package/fesm2015/theseam-ui-common-toggle-group.mjs +10 -10
  337. package/fesm2015/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  338. package/fesm2015/theseam-ui-common-viewers.mjs +20 -20
  339. package/fesm2015/theseam-ui-common-widget.mjs +132 -132
  340. package/fesm2020/theseam-ui-common-asset-reader.mjs +10 -10
  341. package/fesm2020/theseam-ui-common-breadcrumbs.mjs +10 -10
  342. package/fesm2020/theseam-ui-common-buttons.mjs +25 -25
  343. package/fesm2020/theseam-ui-common-card.mjs +19 -19
  344. package/fesm2020/theseam-ui-common-checkbox.mjs +7 -7
  345. package/fesm2020/theseam-ui-common-confirm-dialog.mjs +13 -13
  346. package/fesm2020/theseam-ui-common-data-exporter.mjs +10 -10
  347. package/fesm2020/theseam-ui-common-data-filters.mjs +13 -13
  348. package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +25 -25
  349. package/fesm2020/theseam-ui-common-datatable.mjs +85 -85
  350. package/fesm2020/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  351. package/fesm2020/theseam-ui-common-dynamic.mjs +25 -23
  352. package/fesm2020/theseam-ui-common-dynamic.mjs.map +1 -1
  353. package/fesm2020/theseam-ui-common-footer-bar.mjs +7 -7
  354. package/fesm2020/theseam-ui-common-form-field-error.mjs +16 -16
  355. package/fesm2020/theseam-ui-common-form-field.mjs +22 -22
  356. package/fesm2020/theseam-ui-common-framework.mjs +134 -134
  357. package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
  358. package/fesm2020/theseam-ui-common-google-maps.mjs +34 -34
  359. package/fesm2020/theseam-ui-common-graphql.mjs +3 -3
  360. package/fesm2020/theseam-ui-common-icon.mjs +13 -13
  361. package/fesm2020/theseam-ui-common-layout.mjs +7 -7
  362. package/fesm2020/theseam-ui-common-loading.mjs +10 -10
  363. package/fesm2020/theseam-ui-common-menu.mjs +25 -25
  364. package/fesm2020/theseam-ui-common-modal.mjs +43 -43
  365. package/fesm2020/theseam-ui-common-popover.mjs +10 -10
  366. package/fesm2020/theseam-ui-common-progress.mjs +7 -7
  367. package/fesm2020/theseam-ui-common-scrollbar.mjs +11 -11
  368. package/fesm2020/theseam-ui-common-scrollbar.mjs.map +1 -1
  369. package/fesm2020/theseam-ui-common-services.mjs +9 -9
  370. package/fesm2020/theseam-ui-common-shared.mjs +37 -37
  371. package/fesm2020/theseam-ui-common-storage.mjs +3 -3
  372. package/fesm2020/theseam-ui-common-story-helpers.mjs +23 -23
  373. package/fesm2020/theseam-ui-common-tabbed.mjs +22 -22
  374. package/fesm2020/theseam-ui-common-table-cell-type.mjs +10 -10
  375. package/fesm2020/theseam-ui-common-table-cell-types.mjs +31 -31
  376. package/fesm2020/theseam-ui-common-table.mjs +7 -7
  377. package/fesm2020/theseam-ui-common-table.mjs.map +1 -1
  378. package/fesm2020/theseam-ui-common-tel-input.mjs +15 -23
  379. package/fesm2020/theseam-ui-common-tel-input.mjs.map +1 -1
  380. package/fesm2020/theseam-ui-common-tiled-select.mjs +22 -22
  381. package/fesm2020/theseam-ui-common-toggle-edit.mjs +16 -16
  382. package/fesm2020/theseam-ui-common-toggle-group.mjs +10 -10
  383. package/fesm2020/theseam-ui-common-unsaved-changes-dialog.mjs +13 -13
  384. package/fesm2020/theseam-ui-common-viewers.mjs +20 -20
  385. package/fesm2020/theseam-ui-common-widget.mjs +132 -132
  386. package/framework/base-layout/_base-layout-theme.scss +3 -0
  387. package/framework/base-layout/base-layout.component.scss +95 -0
  388. package/framework/base-layout/styles/_utilities.scss +3 -0
  389. package/framework/base-layout/styles/_variables.scss +23 -0
  390. package/framework/dashboard/_dashboard-theme.scss +3 -0
  391. package/framework/dashboard/dashboard-widget-container/dashboard-widget-container.component.scss +0 -0
  392. package/framework/dashboard/dashboard-widget-template-container/dashboard-widget-template-container.component.scss +0 -0
  393. package/framework/dashboard/dashboard-widgets/dashboard-widgets.component.scss +48 -0
  394. package/framework/dashboard/dashboard.component.scss +0 -0
  395. package/framework/dashboard/styles/_utilities.scss +3 -0
  396. package/framework/dashboard/styles/_variables.scss +2 -0
  397. package/framework/top-bar/_top-bar-theme.scss +5 -0
  398. package/framework/top-bar/styles/_utilities.scss +3 -0
  399. package/framework/top-bar/styles/_variables.scss +18 -0
  400. package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.scss +15 -0
  401. package/framework/top-bar/top-bar-title/top-bar-title.component.scss +6 -0
  402. package/framework/top-bar/top-bar.component.scss +39 -0
  403. package/package.json +1 -1
  404. package/progress/progress-circle/_progress-circle-theme.scss +3 -0
  405. package/progress/progress-circle/progress-circle.component.scss +105 -0
  406. package/progress/progress-circle/styles/_utilities.scss +3 -0
  407. package/progress/progress-circle/styles/_variables.scss +8 -0
  408. package/styles/_storybook-fixes.scss +7 -0
  409. package/styles/_variables.scss +0 -0
  410. package/styles/bootstrap/_bootstrap.scss +45 -0
  411. package/styles/bootstrap/_bs-styles.scss +105 -0
  412. package/styles/bootstrap/_bs-utilities.scss +5 -0
  413. package/styles/bootstrap/_bs-variables.scss +141 -0
  414. package/styles/common/_forms.scss +15 -0
  415. package/styles/common/_global.scss +9 -0
  416. package/styles/common/_hacks.scss +14 -0
  417. package/styles/common/_table.scss +119 -0
  418. package/styles/common/_text.scss +1 -0
  419. package/styles/theme.scss +19 -0
  420. package/styles/utilities.scss +14 -0
  421. package/styles/vendor/_vendor.scss +3 -0
  422. package/styles/vendor/ng-select/_ng-select-bs4.scss +445 -0
  423. package/styles/vendor/ngx-datatable/_ngx-datatable.scss +501 -0
  424. package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +174 -0
  425. package/styles/vendor/ngx-datatable/_themes/dark/_variables.scss +166 -0
  426. package/styles/vendor/ngx-datatable/_themes/material/_variables.scss +165 -0
  427. package/styles/vendor/ngx-datatable/_variables.scss +3 -0
  428. package/styles/vendor/quill/_quill.scss +26 -0
  429. package/table/table/table.component.d.ts +1 -1
  430. package/tel-input/README.md +27 -0
  431. package/tel-input/tel-input.directive.d.ts +1 -6
  432. package/widget/_widget-theme.scss +15 -0
  433. package/widget/styles/_utilities.scss +3 -0
  434. package/widget/styles/_variables.scss +30 -0
  435. package/widget/widget/widget.component.scss +109 -0
  436. package/widget/widget-content-components/widget-button-group/widget-button-group.component.scss +3 -0
  437. package/widget/widget-content-components/widget-content-header/widget-content-header.component.scss +6 -0
  438. package/widget/widget-content-components/widget-description/widget-description.component.scss +0 -0
  439. package/widget/widget-content-components/widget-empty-label/widget-empty-label.component.scss +9 -0
  440. package/widget/widget-content-components/widget-footer-link/widget-footer-link.component.scss +8 -0
  441. package/widget/widget-content-components/widget-footer-text/widget-footer-text.component.scss +7 -0
  442. package/widget/widget-content-components/widget-header-badge/widget-header-badge.component.scss +5 -0
  443. package/widget/widget-content-components/widget-list-group/widget-list-group-item/widget-list-group-item.component.scss +0 -0
  444. package/widget/widget-content-components/widget-list-group/widget-list-group.component.scss +0 -0
  445. package/widget/widget-content-components/widget-table/widget-table.component.scss +0 -0
  446. package/widget/widget-content-components/widget-tile/widget-tile-footer/widget-tile-footer.component.scss +0 -0
  447. package/widget/widget-content-components/widget-tile/widget-tile-footer-item/widget-tile-footer-item.component.scss +5 -0
  448. package/widget/widget-content-components/widget-tile/widget-tile-group/widget-tile-group.component.scss +14 -0
  449. package/widget/widget-content-components/widget-tile/widget-tile.component.scss +70 -0
  450. package/widget/widget-content-components/widget-tile-list/widget-tile-list.component.scss +6 -0
  451. package/widget/widget-footer/widget-footer.component.scss +16 -0
@@ -1,4 +1,4 @@
1
- import { Inject, Injectable, isDevMode } from '@angular/core';
1
+ import { Inject, Injectable, isDevMode, Optional } from '@angular/core';
2
2
  import { THESEAM_DYNAMIC_VALUE_EVALUATOR } from './tokens/dynamic-value-evaluator';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -8,7 +8,7 @@ export class DynamicValueHelperService {
8
8
  constructor(evaluators) {
9
9
  this._evaluatorMap = new Map();
10
10
  // Only one evaluator should exist for a type, so map them for faster lookup.
11
- for (const e of evaluators) {
11
+ for (const e of evaluators || []) {
12
12
  if (isDevMode()) {
13
13
  if (this._evaluatorMap.has(e.type)) {
14
14
  console.warn(`[DynamicValueHelperService] Multiple evaluators found for type '${e.type}'`);
@@ -88,15 +88,17 @@ export class DynamicValueHelperService {
88
88
  return evaluator.evalSync(value, context);
89
89
  }
90
90
  }
91
- DynamicValueHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DynamicValueHelperService, deps: [{ token: THESEAM_DYNAMIC_VALUE_EVALUATOR }], target: i0.ɵɵFactoryTarget.Injectable });
92
- DynamicValueHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DynamicValueHelperService, providedIn: 'root' });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DynamicValueHelperService, decorators: [{
91
+ DynamicValueHelperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DynamicValueHelperService, deps: [{ token: THESEAM_DYNAMIC_VALUE_EVALUATOR, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
92
+ DynamicValueHelperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DynamicValueHelperService, providedIn: 'root' });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DynamicValueHelperService, decorators: [{
94
94
  type: Injectable,
95
95
  args: [{
96
96
  providedIn: 'root'
97
97
  }]
98
98
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
99
+ type: Optional
100
+ }, {
99
101
  type: Inject,
100
102
  args: [THESEAM_DYNAMIC_VALUE_EVALUATOR]
101
103
  }] }]; } });
102
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy12YWx1ZS1oZWxwZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9keW5hbWljL2R5bmFtaWMtdmFsdWUtaGVscGVyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBTzdELE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFBOztBQUVsRjs7R0FFRztBQUlILE1BQU0sT0FBTyx5QkFBeUI7SUFJcEMsWUFDMkMsVUFBb0M7UUFIdkUsa0JBQWEsR0FBRyxJQUFJLEdBQUcsRUFBa0MsQ0FBQTtRQUsvRCw2RUFBNkU7UUFDN0UsS0FBSyxNQUFNLENBQUMsSUFBSSxVQUFVLEVBQUU7WUFDMUIsSUFBSSxTQUFTLEVBQUUsRUFBRTtnQkFDZixJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRTtvQkFDbEMsT0FBTyxDQUFDLElBQUksQ0FBQyxtRUFBbUUsQ0FBQyxDQUFDLElBQUksR0FBRyxDQUFDLENBQUE7aUJBQzNGO2FBQ0Y7WUFDRCxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFBO1NBQ2xDO0lBQ0gsQ0FBQztJQUVEOzs7O09BSUc7SUFDSSxJQUFJLENBQWlDLEtBQXNCLEVBQUUsT0FBYTtRQUMvRSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLEVBQUU7WUFDdkMsT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFBO1NBQzdDO1FBRUQsNkRBQTZEO1FBQzdELElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssRUFBRSxLQUFLLENBQUMsRUFBRTtZQUN4QyxPQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUksSUFBSSxDQUFDLG9CQUFvQixDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQyxDQUFBO1NBQ3JFO1FBRUQsT0FBTyxPQUFPLENBQUMsT0FBTyxDQUFJLEtBQUssQ0FBQyxDQUFBO0lBQ2xDLENBQUM7SUFFRDs7OztPQUlHO0lBQ0ksUUFBUSxDQUFpQyxLQUFzQixFQUFFLE9BQWE7UUFDbkYsSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxFQUFFLEtBQUssQ0FBQyxFQUFFO1lBQ3hDLE9BQU8sSUFBSSxDQUFDLG9CQUFvQixDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQTtTQUNqRDtRQUVELE9BQU8sS0FBSyxDQUFBO0lBQ2QsQ0FBQztJQUVEOztPQUVHO0lBQ0ksaUJBQWlCLENBQWlDLEtBQXNCLEVBQUUsT0FBZ0I7UUFDL0YsSUFBSSxLQUFLLEtBQUssU0FBUyxJQUFJLEtBQUssS0FBSyxJQUFJLEVBQUU7WUFDekMsT0FBTyxLQUFLLENBQUE7U0FDYjtRQUVELElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxJQUFJLE9BQU8sS0FBSyxLQUFLLFFBQVEsSUFBSSxPQUFPLEtBQUssS0FBSyxTQUFTLEVBQUU7WUFDeEYsT0FBTyxLQUFLLENBQUE7U0FDYjtRQUVELElBQUksQ0FBa0MsS0FBTSxDQUFDLElBQUksRUFBRTtZQUNqRCxPQUFPLEtBQUssQ0FBQTtTQUNiO1FBRUQsSUFBSSxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBa0MsS0FBTSxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3hFLE9BQU8sSUFBSSxDQUFBO1NBQ1o7UUFFRCxPQUFPLEtBQUssQ0FBQTtJQUNkLENBQUM7SUFFRDs7T0FFRztJQUNLLGdCQUFnQixDQUFpQyxLQUFxQyxFQUFFLE9BQWE7UUFDM0csTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFBO1FBQ3BELElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDZCxNQUFNLEtBQUssQ0FBQywwQ0FBMEMsS0FBSyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLGNBQWMsQ0FBQyxDQUFBO1NBQ3BHO1FBQ0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUU7WUFDbkIsTUFBTSxLQUFLLENBQUMsMENBQTBDLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxnQ0FBZ0MsQ0FBQyxDQUFBO1NBQ3RIO1FBQ0QsT0FBTyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQTtJQUN2QyxDQUFDO0lBRUQ7O09BRUc7SUFDSyxvQkFBb0IsQ0FBaUMsS0FBcUMsRUFBRSxPQUFhO1FBQy9HLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQTtRQUNwRCxJQUFJLENBQUMsU0FBUyxFQUFFO1lBQ2QsTUFBTSxLQUFLLENBQUMsMENBQTBDLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxjQUFjLENBQUMsQ0FBQTtTQUNwRztRQUNELElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxFQUFFO1lBQ3ZCLE1BQU0sS0FBSyxDQUFDLDBDQUEwQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsb0NBQW9DLENBQUMsQ0FBQTtTQUMxSDtRQUNELE9BQU8sU0FBUyxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUE7SUFDM0MsQ0FBQzs7c0hBbEdVLHlCQUF5QixrQkFLMUIsK0JBQStCOzBIQUw5Qix5QkFBeUIsY0FGeEIsTUFBTTsyRkFFUCx5QkFBeUI7a0JBSHJDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25COzswQkFNSSxNQUFNOzJCQUFDLCtCQUErQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSwgaXNEZXZNb2RlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuaW1wb3J0IHsgRHluYW1pY1ZhbHVlIH0gZnJvbSAnLi9tb2RlbHMvZHluYW1pYy12YWx1ZSdcbmltcG9ydCB7IER5bmFtaWNWYWx1ZUJhc2VUeXBlIH0gZnJvbSAnLi9tb2RlbHMvZHluYW1pYy12YWx1ZS1iYXNlLXR5cGUnXG5pbXBvcnQgeyBEeW5hbWljVmFsdWVFdmFsdWF0YWJsZVR5cGUgfSBmcm9tICcuL21vZGVscy9keW5hbWljLXZhbHVlLWV2YWx1YXRhYmxlLXR5cGUnXG5pbXBvcnQgeyBJRHluYW1pY1ZhbHVlRXZhbHVhdG9yIH0gZnJvbSAnLi9tb2RlbHMvZHluYW1pYy12YWx1ZS1ldmFsdWF0b3InXG5pbXBvcnQgeyBJRHluYW1pY1ZhbHVlVHlwZSB9IGZyb20gJy4vbW9kZWxzL2R5bmFtaWMtdmFsdWUtdHlwZSdcbmltcG9ydCB7IFRIRVNFQU1fRFlOQU1JQ19WQUxVRV9FVkFMVUFUT1IgfSBmcm9tICcuL3Rva2Vucy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcblxuLyoqXG4gKlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9ldmFsdWF0b3JNYXAgPSBuZXcgTWFwPHN0cmluZywgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvcj4oKVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBJbmplY3QoVEhFU0VBTV9EWU5BTUlDX1ZBTFVFX0VWQUxVQVRPUikgZXZhbHVhdG9yczogSUR5bmFtaWNWYWx1ZUV2YWx1YXRvcltdXG4gICkge1xuICAgIC8vIE9ubHkgb25lIGV2YWx1YXRvciBzaG91bGQgZXhpc3QgZm9yIGEgdHlwZSwgc28gbWFwIHRoZW0gZm9yIGZhc3RlciBsb29rdXAuXG4gICAgZm9yIChjb25zdCBlIG9mIGV2YWx1YXRvcnMpIHtcbiAgICAgIGlmIChpc0Rldk1vZGUoKSkge1xuICAgICAgICBpZiAodGhpcy5fZXZhbHVhdG9yTWFwLmhhcyhlLnR5cGUpKSB7XG4gICAgICAgICAgY29uc29sZS53YXJuKGBbRHluYW1pY1ZhbHVlSGVscGVyU2VydmljZV0gTXVsdGlwbGUgZXZhbHVhdG9ycyBmb3VuZCBmb3IgdHlwZSAnJHtlLnR5cGV9J2ApXG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIHRoaXMuX2V2YWx1YXRvck1hcC5zZXQoZS50eXBlLCBlKVxuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBFdmFsdWF0ZSBhIGR5bmFtaWMgdmFsdWUgdG8gaXRzIGFjdHVhbCB2YWx1ZS5cbiAgICpcbiAgICogVE9ETzogSW1wcm92ZSBjb250ZXh0IGFuZCByZXR1cm4gdHlwaW5nLlxuICAgKi9cbiAgcHVibGljIGV2YWw8UiBleHRlbmRzIER5bmFtaWNWYWx1ZUJhc2VUeXBlPih2YWx1ZTogRHluYW1pY1ZhbHVlPFI+LCBjb250ZXh0PzogYW55KTogUHJvbWlzZTxSPiB7XG4gICAgaWYgKHRoaXMuaXNFdmFsdWF0YWJsZVR5cGUodmFsdWUsIHRydWUpKSB7XG4gICAgICByZXR1cm4gdGhpcy5fZXZhbEV2YWx1YXRhYmxlKHZhbHVlLCBjb250ZXh0KVxuICAgIH1cblxuICAgIC8vIFVzZSBgZXZhbFN5bmNgIGlmIGBldmFsYCBpc24ndCBwcm92aWRlZCBhbmQgYGV2YWxTeW5jYCBpcy5cbiAgICBpZiAodGhpcy5pc0V2YWx1YXRhYmxlVHlwZSh2YWx1ZSwgZmFsc2UpKSB7XG4gICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlPFI+KHRoaXMuX2V2YWxFdmFsdWF0YWJsZVN5bmModmFsdWUsIGNvbnRleHQpKVxuICAgIH1cblxuICAgIHJldHVybiBQcm9taXNlLnJlc29sdmU8Uj4odmFsdWUpXG4gIH1cblxuICAvKipcbiAgICogRXZhbHVhdGUgYSBkeW5hbWljIHZhbHVlIHRvIGl0cyBhY3R1YWwgdmFsdWUuXG4gICAqXG4gICAqIFRPRE86IEltcHJvdmUgY29udGV4dCBhbmQgcmV0dXJuIHR5cGluZy5cbiAgICovXG4gIHB1YmxpYyBldmFsU3luYzxSIGV4dGVuZHMgRHluYW1pY1ZhbHVlQmFzZVR5cGU+KHZhbHVlOiBEeW5hbWljVmFsdWU8Uj4sIGNvbnRleHQ/OiBhbnkpOiBSIHtcbiAgICBpZiAodGhpcy5pc0V2YWx1YXRhYmxlVHlwZSh2YWx1ZSwgZmFsc2UpKSB7XG4gICAgICByZXR1cm4gdGhpcy5fZXZhbEV2YWx1YXRhYmxlU3luYyh2YWx1ZSwgY29udGV4dClcbiAgICB9XG5cbiAgICByZXR1cm4gdmFsdWVcbiAgfVxuXG4gIC8qKlxuICAgKiBDaGVja3MgaWYgYSBEeW5hbWljVmFsdWUgaXMgYSB0eXBlIHRoYXQgY2FuIGJlIGV2YWx1YXRlZC5cbiAgICovXG4gIHB1YmxpYyBpc0V2YWx1YXRhYmxlVHlwZTxSIGV4dGVuZHMgRHluYW1pY1ZhbHVlQmFzZVR5cGU+KHZhbHVlOiBEeW5hbWljVmFsdWU8Uj4sIGlzQXN5bmM6IGJvb2xlYW4pOiB2YWx1ZSBpcyBEeW5hbWljVmFsdWVFdmFsdWF0YWJsZVR5cGU8Uj4ge1xuICAgIGlmICh2YWx1ZSA9PT0gdW5kZWZpbmVkIHx8IHZhbHVlID09PSBudWxsKSB7XG4gICAgICByZXR1cm4gZmFsc2VcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIHZhbHVlID09PSAnc3RyaW5nJyB8fCB0eXBlb2YgdmFsdWUgPT09ICdudW1iZXInIHx8IHR5cGVvZiB2YWx1ZSA9PT0gJ2Jvb2xlYW4nKSB7XG4gICAgICByZXR1cm4gZmFsc2VcbiAgICB9XG5cbiAgICBpZiAoISg8RHluYW1pY1ZhbHVlRXZhbHVhdGFibGVUeXBlPFI+PnZhbHVlKS50eXBlKSB7XG4gICAgICByZXR1cm4gZmFsc2VcbiAgICB9XG5cbiAgICBpZiAodGhpcy5fZXZhbHVhdG9yTWFwLmhhcygoPER5bmFtaWNWYWx1ZUV2YWx1YXRhYmxlVHlwZTxSPj52YWx1ZSkudHlwZSkpIHtcbiAgICAgIHJldHVybiB0cnVlXG4gICAgfVxuXG4gICAgcmV0dXJuIGZhbHNlXG4gIH1cblxuICAvKipcbiAgICpcbiAgICovXG4gIHByaXZhdGUgX2V2YWxFdmFsdWF0YWJsZTxSIGV4dGVuZHMgRHluYW1pY1ZhbHVlQmFzZVR5cGU+KHZhbHVlOiBEeW5hbWljVmFsdWVFdmFsdWF0YWJsZVR5cGU8Uj4sIGNvbnRleHQ/OiBhbnkpOiBQcm9taXNlPFI+IHtcbiAgICBjb25zdCBldmFsdWF0b3IgPSB0aGlzLl9ldmFsdWF0b3JNYXAuZ2V0KHZhbHVlLnR5cGUpXG4gICAgaWYgKCFldmFsdWF0b3IpIHtcbiAgICAgIHRocm93IEVycm9yKGBbRHluYW1pY1ZhbHVlSGVscGVyU2VydmljZV0gRXZhbHVhdG9yICcke3ZhbHVlID8gdmFsdWUudHlwZSA6IHVuZGVmaW5lZH0nIG5vdCBmb3VuZC5gKVxuICAgIH1cbiAgICBpZiAoIWV2YWx1YXRvci5ldmFsKSB7XG4gICAgICB0aHJvdyBFcnJvcihgW0R5bmFtaWNWYWx1ZUhlbHBlclNlcnZpY2VdIEV2YWx1YXRvciAnJHt2YWx1ZSA/IHZhbHVlLnR5cGUgOiB1bmRlZmluZWR9JyBkb2VzIG5vdCBpbXBsZW1lbnQgJ2V2YWwoKScuYClcbiAgICB9XG4gICAgcmV0dXJuIGV2YWx1YXRvci5ldmFsKHZhbHVlLCBjb250ZXh0KVxuICB9XG5cbiAgLyoqXG4gICAqXG4gICAqL1xuICBwcml2YXRlIF9ldmFsRXZhbHVhdGFibGVTeW5jPFIgZXh0ZW5kcyBEeW5hbWljVmFsdWVCYXNlVHlwZT4odmFsdWU6IER5bmFtaWNWYWx1ZUV2YWx1YXRhYmxlVHlwZTxSPiwgY29udGV4dD86IGFueSk6IFIge1xuICAgIGNvbnN0IGV2YWx1YXRvciA9IHRoaXMuX2V2YWx1YXRvck1hcC5nZXQodmFsdWUudHlwZSlcbiAgICBpZiAoIWV2YWx1YXRvcikge1xuICAgICAgdGhyb3cgRXJyb3IoYFtEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlXSBFdmFsdWF0b3IgJyR7dmFsdWUgPyB2YWx1ZS50eXBlIDogdW5kZWZpbmVkfScgbm90IGZvdW5kLmApXG4gICAgfVxuICAgIGlmICghZXZhbHVhdG9yLmV2YWxTeW5jKSB7XG4gICAgICB0aHJvdyBFcnJvcihgW0R5bmFtaWNWYWx1ZUhlbHBlclNlcnZpY2VdIEV2YWx1YXRvciAnJHt2YWx1ZSA/IHZhbHVlLnR5cGUgOiB1bmRlZmluZWR9JyBkb2VzIG5vdCBpbXBsZW1lbnQgJ2V2YWxTeW5jKCknLmApXG4gICAgfVxuICAgIHJldHVybiBldmFsdWF0b3IuZXZhbFN5bmModmFsdWUsIGNvbnRleHQpXG4gIH1cblxufVxuIl19
104
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy12YWx1ZS1oZWxwZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9keW5hbWljL2R5bmFtaWMtdmFsdWUtaGVscGVyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQU12RSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTs7QUFFbEY7O0dBRUc7QUFJSCxNQUFNLE9BQU8seUJBQXlCO0lBSXBDLFlBQ3VELFVBQXFDO1FBSHBGLGtCQUFhLEdBQUcsSUFBSSxHQUFHLEVBQWtDLENBQUE7UUFLL0QsNkVBQTZFO1FBQzdFLEtBQUssTUFBTSxDQUFDLElBQUksVUFBVSxJQUFJLEVBQUUsRUFBRTtZQUNoQyxJQUFJLFNBQVMsRUFBRSxFQUFFO2dCQUNmLElBQUksSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFO29CQUNsQyxPQUFPLENBQUMsSUFBSSxDQUFDLG1FQUFtRSxDQUFDLENBQUMsSUFBSSxHQUFHLENBQUMsQ0FBQTtpQkFDM0Y7YUFDRjtZQUNELElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUE7U0FDbEM7SUFDSCxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNJLElBQUksQ0FBaUMsS0FBc0IsRUFBRSxPQUFhO1FBQy9FLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssRUFBRSxJQUFJLENBQUMsRUFBRTtZQUN2QyxPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUE7U0FDN0M7UUFFRCw2REFBNkQ7UUFDN0QsSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxFQUFFLEtBQUssQ0FBQyxFQUFFO1lBQ3hDLE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBSSxJQUFJLENBQUMsb0JBQW9CLENBQUMsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUE7U0FDckU7UUFFRCxPQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUksS0FBSyxDQUFDLENBQUE7SUFDbEMsQ0FBQztJQUVEOzs7O09BSUc7SUFDSSxRQUFRLENBQWlDLEtBQXNCLEVBQUUsT0FBYTtRQUNuRixJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLEVBQUUsS0FBSyxDQUFDLEVBQUU7WUFDeEMsT0FBTyxJQUFJLENBQUMsb0JBQW9CLENBQUMsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFBO1NBQ2pEO1FBRUQsT0FBTyxLQUFLLENBQUE7SUFDZCxDQUFDO0lBRUQ7O09BRUc7SUFDSSxpQkFBaUIsQ0FBaUMsS0FBc0IsRUFBRSxPQUFnQjtRQUMvRixJQUFJLEtBQUssS0FBSyxTQUFTLElBQUksS0FBSyxLQUFLLElBQUksRUFBRTtZQUN6QyxPQUFPLEtBQUssQ0FBQTtTQUNiO1FBRUQsSUFBSSxPQUFPLEtBQUssS0FBSyxRQUFRLElBQUksT0FBTyxLQUFLLEtBQUssUUFBUSxJQUFJLE9BQU8sS0FBSyxLQUFLLFNBQVMsRUFBRTtZQUN4RixPQUFPLEtBQUssQ0FBQTtTQUNiO1FBRUQsSUFBSSxDQUFrQyxLQUFNLENBQUMsSUFBSSxFQUFFO1lBQ2pELE9BQU8sS0FBSyxDQUFBO1NBQ2I7UUFFRCxJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFrQyxLQUFNLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDeEUsT0FBTyxJQUFJLENBQUE7U0FDWjtRQUVELE9BQU8sS0FBSyxDQUFBO0lBQ2QsQ0FBQztJQUVEOztPQUVHO0lBQ0ssZ0JBQWdCLENBQWlDLEtBQXFDLEVBQUUsT0FBYTtRQUMzRyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUE7UUFDcEQsSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUNkLE1BQU0sS0FBSyxDQUFDLDBDQUEwQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsY0FBYyxDQUFDLENBQUE7U0FDcEc7UUFDRCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRTtZQUNuQixNQUFNLEtBQUssQ0FBQywwQ0FBMEMsS0FBSyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLGdDQUFnQyxDQUFDLENBQUE7U0FDdEg7UUFDRCxPQUFPLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFBO0lBQ3ZDLENBQUM7SUFFRDs7T0FFRztJQUNLLG9CQUFvQixDQUFpQyxLQUFxQyxFQUFFLE9BQWE7UUFDL0csTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFBO1FBQ3BELElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDZCxNQUFNLEtBQUssQ0FBQywwQ0FBMEMsS0FBSyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLGNBQWMsQ0FBQyxDQUFBO1NBQ3BHO1FBQ0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUU7WUFDdkIsTUFBTSxLQUFLLENBQUMsMENBQTBDLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxvQ0FBb0MsQ0FBQyxDQUFBO1NBQzFIO1FBQ0QsT0FBTyxTQUFTLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQTtJQUMzQyxDQUFDOztzSEFsR1UseUJBQXlCLGtCQUtkLCtCQUErQjswSEFMMUMseUJBQXlCLGNBRnhCLE1BQU07MkZBRVAseUJBQXlCO2tCQUhyQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7MEJBTUksUUFBUTs7MEJBQUksTUFBTTsyQkFBQywrQkFBK0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3QsIEluamVjdGFibGUsIGlzRGV2TW9kZSwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5pbXBvcnQgeyBEeW5hbWljVmFsdWUgfSBmcm9tICcuL21vZGVscy9keW5hbWljLXZhbHVlJ1xuaW1wb3J0IHsgRHluYW1pY1ZhbHVlQmFzZVR5cGUgfSBmcm9tICcuL21vZGVscy9keW5hbWljLXZhbHVlLWJhc2UtdHlwZSdcbmltcG9ydCB7IER5bmFtaWNWYWx1ZUV2YWx1YXRhYmxlVHlwZSB9IGZyb20gJy4vbW9kZWxzL2R5bmFtaWMtdmFsdWUtZXZhbHVhdGFibGUtdHlwZSdcbmltcG9ydCB7IElEeW5hbWljVmFsdWVFdmFsdWF0b3IgfSBmcm9tICcuL21vZGVscy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcbmltcG9ydCB7IFRIRVNFQU1fRFlOQU1JQ19WQUxVRV9FVkFMVUFUT1IgfSBmcm9tICcuL3Rva2Vucy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcblxuLyoqXG4gKlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlIHtcblxuICBwcml2YXRlIF9ldmFsdWF0b3JNYXAgPSBuZXcgTWFwPHN0cmluZywgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvcj4oKVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIEBJbmplY3QoVEhFU0VBTV9EWU5BTUlDX1ZBTFVFX0VWQUxVQVRPUikgZXZhbHVhdG9ycz86IElEeW5hbWljVmFsdWVFdmFsdWF0b3JbXVxuICApIHtcbiAgICAvLyBPbmx5IG9uZSBldmFsdWF0b3Igc2hvdWxkIGV4aXN0IGZvciBhIHR5cGUsIHNvIG1hcCB0aGVtIGZvciBmYXN0ZXIgbG9va3VwLlxuICAgIGZvciAoY29uc3QgZSBvZiBldmFsdWF0b3JzIHx8IFtdKSB7XG4gICAgICBpZiAoaXNEZXZNb2RlKCkpIHtcbiAgICAgICAgaWYgKHRoaXMuX2V2YWx1YXRvck1hcC5oYXMoZS50eXBlKSkge1xuICAgICAgICAgIGNvbnNvbGUud2FybihgW0R5bmFtaWNWYWx1ZUhlbHBlclNlcnZpY2VdIE11bHRpcGxlIGV2YWx1YXRvcnMgZm91bmQgZm9yIHR5cGUgJyR7ZS50eXBlfSdgKVxuICAgICAgICB9XG4gICAgICB9XG4gICAgICB0aGlzLl9ldmFsdWF0b3JNYXAuc2V0KGUudHlwZSwgZSlcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogRXZhbHVhdGUgYSBkeW5hbWljIHZhbHVlIHRvIGl0cyBhY3R1YWwgdmFsdWUuXG4gICAqXG4gICAqIFRPRE86IEltcHJvdmUgY29udGV4dCBhbmQgcmV0dXJuIHR5cGluZy5cbiAgICovXG4gIHB1YmxpYyBldmFsPFIgZXh0ZW5kcyBEeW5hbWljVmFsdWVCYXNlVHlwZT4odmFsdWU6IER5bmFtaWNWYWx1ZTxSPiwgY29udGV4dD86IGFueSk6IFByb21pc2U8Uj4ge1xuICAgIGlmICh0aGlzLmlzRXZhbHVhdGFibGVUeXBlKHZhbHVlLCB0cnVlKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX2V2YWxFdmFsdWF0YWJsZSh2YWx1ZSwgY29udGV4dClcbiAgICB9XG5cbiAgICAvLyBVc2UgYGV2YWxTeW5jYCBpZiBgZXZhbGAgaXNuJ3QgcHJvdmlkZWQgYW5kIGBldmFsU3luY2AgaXMuXG4gICAgaWYgKHRoaXMuaXNFdmFsdWF0YWJsZVR5cGUodmFsdWUsIGZhbHNlKSkge1xuICAgICAgcmV0dXJuIFByb21pc2UucmVzb2x2ZTxSPih0aGlzLl9ldmFsRXZhbHVhdGFibGVTeW5jKHZhbHVlLCBjb250ZXh0KSlcbiAgICB9XG5cbiAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlPFI+KHZhbHVlKVxuICB9XG5cbiAgLyoqXG4gICAqIEV2YWx1YXRlIGEgZHluYW1pYyB2YWx1ZSB0byBpdHMgYWN0dWFsIHZhbHVlLlxuICAgKlxuICAgKiBUT0RPOiBJbXByb3ZlIGNvbnRleHQgYW5kIHJldHVybiB0eXBpbmcuXG4gICAqL1xuICBwdWJsaWMgZXZhbFN5bmM8UiBleHRlbmRzIER5bmFtaWNWYWx1ZUJhc2VUeXBlPih2YWx1ZTogRHluYW1pY1ZhbHVlPFI+LCBjb250ZXh0PzogYW55KTogUiB7XG4gICAgaWYgKHRoaXMuaXNFdmFsdWF0YWJsZVR5cGUodmFsdWUsIGZhbHNlKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX2V2YWxFdmFsdWF0YWJsZVN5bmModmFsdWUsIGNvbnRleHQpXG4gICAgfVxuXG4gICAgcmV0dXJuIHZhbHVlXG4gIH1cblxuICAvKipcbiAgICogQ2hlY2tzIGlmIGEgRHluYW1pY1ZhbHVlIGlzIGEgdHlwZSB0aGF0IGNhbiBiZSBldmFsdWF0ZWQuXG4gICAqL1xuICBwdWJsaWMgaXNFdmFsdWF0YWJsZVR5cGU8UiBleHRlbmRzIER5bmFtaWNWYWx1ZUJhc2VUeXBlPih2YWx1ZTogRHluYW1pY1ZhbHVlPFI+LCBpc0FzeW5jOiBib29sZWFuKTogdmFsdWUgaXMgRHluYW1pY1ZhbHVlRXZhbHVhdGFibGVUeXBlPFI+IHtcbiAgICBpZiAodmFsdWUgPT09IHVuZGVmaW5lZCB8fCB2YWx1ZSA9PT0gbnVsbCkge1xuICAgICAgcmV0dXJuIGZhbHNlXG4gICAgfVxuXG4gICAgaWYgKHR5cGVvZiB2YWx1ZSA9PT0gJ3N0cmluZycgfHwgdHlwZW9mIHZhbHVlID09PSAnbnVtYmVyJyB8fCB0eXBlb2YgdmFsdWUgPT09ICdib29sZWFuJykge1xuICAgICAgcmV0dXJuIGZhbHNlXG4gICAgfVxuXG4gICAgaWYgKCEoPER5bmFtaWNWYWx1ZUV2YWx1YXRhYmxlVHlwZTxSPj52YWx1ZSkudHlwZSkge1xuICAgICAgcmV0dXJuIGZhbHNlXG4gICAgfVxuXG4gICAgaWYgKHRoaXMuX2V2YWx1YXRvck1hcC5oYXMoKDxEeW5hbWljVmFsdWVFdmFsdWF0YWJsZVR5cGU8Uj4+dmFsdWUpLnR5cGUpKSB7XG4gICAgICByZXR1cm4gdHJ1ZVxuICAgIH1cblxuICAgIHJldHVybiBmYWxzZVxuICB9XG5cbiAgLyoqXG4gICAqXG4gICAqL1xuICBwcml2YXRlIF9ldmFsRXZhbHVhdGFibGU8UiBleHRlbmRzIER5bmFtaWNWYWx1ZUJhc2VUeXBlPih2YWx1ZTogRHluYW1pY1ZhbHVlRXZhbHVhdGFibGVUeXBlPFI+LCBjb250ZXh0PzogYW55KTogUHJvbWlzZTxSPiB7XG4gICAgY29uc3QgZXZhbHVhdG9yID0gdGhpcy5fZXZhbHVhdG9yTWFwLmdldCh2YWx1ZS50eXBlKVxuICAgIGlmICghZXZhbHVhdG9yKSB7XG4gICAgICB0aHJvdyBFcnJvcihgW0R5bmFtaWNWYWx1ZUhlbHBlclNlcnZpY2VdIEV2YWx1YXRvciAnJHt2YWx1ZSA/IHZhbHVlLnR5cGUgOiB1bmRlZmluZWR9JyBub3QgZm91bmQuYClcbiAgICB9XG4gICAgaWYgKCFldmFsdWF0b3IuZXZhbCkge1xuICAgICAgdGhyb3cgRXJyb3IoYFtEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlXSBFdmFsdWF0b3IgJyR7dmFsdWUgPyB2YWx1ZS50eXBlIDogdW5kZWZpbmVkfScgZG9lcyBub3QgaW1wbGVtZW50ICdldmFsKCknLmApXG4gICAgfVxuICAgIHJldHVybiBldmFsdWF0b3IuZXZhbCh2YWx1ZSwgY29udGV4dClcbiAgfVxuXG4gIC8qKlxuICAgKlxuICAgKi9cbiAgcHJpdmF0ZSBfZXZhbEV2YWx1YXRhYmxlU3luYzxSIGV4dGVuZHMgRHluYW1pY1ZhbHVlQmFzZVR5cGU+KHZhbHVlOiBEeW5hbWljVmFsdWVFdmFsdWF0YWJsZVR5cGU8Uj4sIGNvbnRleHQ/OiBhbnkpOiBSIHtcbiAgICBjb25zdCBldmFsdWF0b3IgPSB0aGlzLl9ldmFsdWF0b3JNYXAuZ2V0KHZhbHVlLnR5cGUpXG4gICAgaWYgKCFldmFsdWF0b3IpIHtcbiAgICAgIHRocm93IEVycm9yKGBbRHluYW1pY1ZhbHVlSGVscGVyU2VydmljZV0gRXZhbHVhdG9yICcke3ZhbHVlID8gdmFsdWUudHlwZSA6IHVuZGVmaW5lZH0nIG5vdCBmb3VuZC5gKVxuICAgIH1cbiAgICBpZiAoIWV2YWx1YXRvci5ldmFsU3luYykge1xuICAgICAgdGhyb3cgRXJyb3IoYFtEeW5hbWljVmFsdWVIZWxwZXJTZXJ2aWNlXSBFdmFsdWF0b3IgJyR7dmFsdWUgPyB2YWx1ZS50eXBlIDogdW5kZWZpbmVkfScgZG9lcyBub3QgaW1wbGVtZW50ICdldmFsU3luYygpJy5gKVxuICAgIH1cbiAgICByZXR1cm4gZXZhbHVhdG9yLmV2YWxTeW5jKHZhbHVlLCBjb250ZXh0KVxuICB9XG5cbn1cbiJdfQ==
@@ -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.3", ngImport: i0, type: ExportersDataEvaluator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
26
- ExportersDataEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ExportersDataEvaluator });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ExportersDataEvaluator, decorators: [{
25
+ ExportersDataEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportersDataEvaluator, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
26
+ ExportersDataEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportersDataEvaluator });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportersDataEvaluator, decorators: [{
28
28
  type: Injectable
29
29
  }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
30
30
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0ZXJzLWRhdGEtZXZhbHVhdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2R5bmFtaWMvZXZhbHVhdG9ycy9leHBvcnRlcnMtZGF0YS1ldmFsdWF0b3IvZXhwb3J0ZXJzLWRhdGEtZXZhbHVhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQVksTUFBTSxlQUFlLENBQUE7QUFFcEQsT0FBTyxFQUFpQixxQkFBcUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFBO0FBQ3ZGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBCQUEwQixDQUFBOztBQU03RCxNQUFNLE9BQU8sc0JBQXNCO0lBSWpDLFlBQ1UsU0FBbUI7UUFBbkIsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUhiLFNBQUksR0FBRyxnQkFBZ0IsQ0FBQTtJQUluQyxDQUFDO0lBRUUsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUEyQyxFQUFFLE9BQWE7UUFDMUUsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQTtJQUN0QyxDQUFDO0lBRU0sUUFBUSxDQUFDLEtBQTJDLEVBQUUsT0FBYTtRQUN4RSxPQUFPO1lBQ0wsU0FBUyxFQUFFLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLFNBQVMsSUFBSSxFQUFFLENBQUM7U0FDbEQsQ0FBQTtJQUNILENBQUM7SUFFTyxVQUFVLENBQUMsU0FBbUI7UUFDcEMsTUFBTSxhQUFhLEdBQW9CLENBQU0sSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMscUJBQXFCLENBQUMsSUFBSSxFQUFFLENBQW9CLENBQUE7UUFDaEgsT0FBTyxTQUFTO2FBQ2IsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEtBQUssQ0FBQyxDQUFDLENBQUM7YUFDakQsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUE7SUFDL0IsQ0FBQzs7bUhBdkJVLHNCQUFzQjt1SEFBdEIsc0JBQXNCOzJGQUF0QixzQkFBc0I7a0JBRGxDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmltcG9ydCB7IElEYXRhRXhwb3J0ZXIsIFRIRVNFQU1fREFUQV9FWFBPUlRFUiB9IGZyb20gJ0B0aGVzZWFtL3VpLWNvbW1vbi9kYXRhLWV4cG9ydGVyJ1xuaW1wb3J0IHsgbm90TnVsbE9yVW5kZWZpbmVkIH0gZnJvbSAnQHRoZXNlYW0vdWktY29tbW9uL3V0aWxzJ1xuaW1wb3J0IHsgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvciB9IGZyb20gJy4uLy4uL21vZGVscy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcblxuaW1wb3J0IHsgSUV4cG9ydGVyc0RhdGFWYWx1ZSB9IGZyb20gJy4vZXhwb3J0ZXJzLWRhdGEtdmFsdWUnXG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBFeHBvcnRlcnNEYXRhRXZhbHVhdG9yIGltcGxlbWVudHMgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvcjwnZXhwb3J0ZXJzLWRhdGEnPiB7XG5cbiAgcHVibGljIHJlYWRvbmx5IHR5cGUgPSAnZXhwb3J0ZXJzLWRhdGEnXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBfaW5qZWN0b3I6IEluamVjdG9yXG4gICkgeyB9XG5cbiAgcHVibGljIGFzeW5jIGV2YWwodmFsdWU6IElFeHBvcnRlcnNEYXRhVmFsdWU8SURhdGFFeHBvcnRlcltdPiwgY29udGV4dD86IGFueSk6IFByb21pc2U8eyBleHBvcnRlcnM6IElEYXRhRXhwb3J0ZXJbXSB9PiB7XG4gICAgcmV0dXJuIHRoaXMuZXZhbFN5bmModmFsdWUsIGNvbnRleHQpXG4gIH1cblxuICBwdWJsaWMgZXZhbFN5bmModmFsdWU6IElFeHBvcnRlcnNEYXRhVmFsdWU8SURhdGFFeHBvcnRlcltdPiwgY29udGV4dD86IGFueSk6IHsgZXhwb3J0ZXJzOiBJRGF0YUV4cG9ydGVyW10gfSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIGV4cG9ydGVyczogdGhpcy5fZXhwb3J0ZXJzKHZhbHVlLmV4cG9ydGVycyB8fCBbXSlcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIF9leHBvcnRlcnMoZXhwb3J0ZXJzOiBzdHJpbmdbXSkge1xuICAgIGNvbnN0IGRhdGFFeHBvcnRlcnM6IElEYXRhRXhwb3J0ZXJbXSA9ICg8YW55PnRoaXMuX2luamVjdG9yLmdldChUSEVTRUFNX0RBVEFfRVhQT1JURVIpIHx8IFtdKSBhcyBJRGF0YUV4cG9ydGVyW11cbiAgICByZXR1cm4gZXhwb3J0ZXJzXG4gICAgICAubWFwKGUgPT4gZGF0YUV4cG9ydGVycy5maW5kKGRlID0+IGRlLm5hbWUgPT09IGUpKVxuICAgICAgLmZpbHRlcihub3ROdWxsT3JVbmRlZmluZWQpXG4gIH1cblxufVxuIl19
@@ -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.3", ngImport: i0, type: JexlEvaluator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
- JexlEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: JexlEvaluator });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: JexlEvaluator, decorators: [{
27
+ JexlEvaluator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JexlEvaluator, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
+ JexlEvaluator.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JexlEvaluator });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JexlEvaluator, decorators: [{
30
30
  type: Injectable
31
31
  }], ctorParameters: function () { return []; } });
32
32
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiamV4bC1ldmFsdWF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vZHluYW1pYy9ldmFsdWF0b3JzL2pleGwtZXZhbHVhdG9yL2pleGwtZXZhbHVhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZFQUE2RTtBQUM3RSwrRUFBK0U7QUFDL0UsOEVBQThFO0FBQzlFLFNBQVM7QUFDVCx5Q0FBeUM7QUFDekMsdUNBQXVDO0FBQ3ZDLHVFQUF1RTtBQUV2RSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUUxQyw0QkFBNEI7QUFDNUIsT0FBTyxJQUFJLE1BQU0sTUFBTSxDQUFBOztBQVF2QixNQUFNLE9BQU8sYUFBYTtJQU14QjtRQUpnQixTQUFJLEdBQUcsTUFBTSxDQUFBO1FBRVosVUFBSyxHQUFHLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxDQUFBO1FBR3RDLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLE1BQU0sRUFBRSxDQUFDLEdBQVEsRUFBRSxHQUFRLEVBQUUsRUFBRSxDQUFDLElBQUksUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUscUJBQXFCLENBQUMsQ0FBQyxDQUFBO1FBQ3BILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDLEdBQVEsRUFBRSxFQUFFLENBQUMsR0FBRyxLQUFLLElBQUksSUFBSSxHQUFHLEtBQUssU0FBUyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNyRyxDQUFDO0lBRU0sSUFBSSxDQUFpQyxLQUFvQixFQUFFLE9BQWE7UUFDN0UsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFBO0lBQzdDLENBQUM7SUFFTSxRQUFRLENBQWlDLEtBQW9CLEVBQUUsT0FBYTtRQUNqRixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUE7SUFDakQsQ0FBQzs7MEdBakJVLGFBQWE7OEdBQWIsYUFBYTsyRkFBYixhQUFhO2tCQUR6QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTk9URTogbmctcGFja2FnciBpZ25vcmVzIHRoZSBcInR5cGVzXCIgYW5kIFwidHlwZVJvb3RzXCIgc2V0dGluZ3MgaW4gdHNjb25maWcuXG4vLyBVbmxlc3MgdGhlcmUgaXMgYSB3YXkgdG8gbWFrZSBpdCBzdG9wIGlnbm9yaW5nIHRob3NlIHNldHRpbmdzLCB0cmlwcGxlIHNsYXNoXG4vLyByZWZlcmVuY2UgdG8gYSBgLmQudHNgIGZpbGUgd2FzIHRoZSBvbmx5IHdheSBJIGNvdWxkIHN0b3AgdGhlIG1pc3NpbmcgdHlwZXNcbi8vIGVycm9yLlxuLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOiBuby1yZWZlcmVuY2Vcbi8vIC8vLyA8cmVmZXJlbmNlIHBhdGg9XCIuL2pleGwuZC50c1wiIC8+XG4vLyAvLy8gPHJlZmVyZW5jZSBwYXRoPVwiLi4vLi4vLi4vLi4vLi4vY3VzdG9tX3R5cGVzL2pleGwvaW5kZXguZC50c1wiIC8+XG5cbmltcG9ydCB7IERhdGVQaXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbi8vIEB0cy1pZ25vcmU6IE1pc3NpbmcgdHlwZXNcbmltcG9ydCBqZXhsIGZyb20gJ2pleGwnXG5cbmltcG9ydCB7IER5bmFtaWNWYWx1ZUJhc2VUeXBlIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2R5bmFtaWMtdmFsdWUtYmFzZS10eXBlJ1xuaW1wb3J0IHsgSUR5bmFtaWNWYWx1ZUV2YWx1YXRvciB9IGZyb20gJy4uLy4uL21vZGVscy9keW5hbWljLXZhbHVlLWV2YWx1YXRvcidcblxuaW1wb3J0IHsgSUpleGxWYWx1ZSB9IGZyb20gJy4vamV4bC12YWx1ZSdcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEpleGxFdmFsdWF0b3IgaW1wbGVtZW50cyBJRHluYW1pY1ZhbHVlRXZhbHVhdG9yPCdqZXhsJz4ge1xuXG4gIHB1YmxpYyByZWFkb25seSB0eXBlID0gJ2pleGwnXG5cbiAgcHJpdmF0ZSByZWFkb25seSBfamV4bCA9IG5ldyBqZXhsLkpleGwoKVxuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHRoaXMuX2pleGwuYWRkVHJhbnNmb3JtKCdkYXRlJywgKHZhbDogYW55LCByb3c6IGFueSkgPT4gbmV3IERhdGVQaXBlKCdlbi1VUycpLnRyYW5zZm9ybSh2YWwsICd5eXl5LU1NLWRkIGg6bW0gYWFhJykpXG4gICAgdGhpcy5famV4bC5hZGRUcmFuc2Zvcm0oJ2xlbmd0aCcsICh2YWw6IGFueSkgPT4gdmFsICE9PSBudWxsICYmIHZhbCAhPT0gdW5kZWZpbmVkID8gdmFsLmxlbmd0aCA6IDApXG4gIH1cblxuICBwdWJsaWMgZXZhbDxSIGV4dGVuZHMgRHluYW1pY1ZhbHVlQmFzZVR5cGU+KHZhbHVlOiBJSmV4bFZhbHVlPFI+LCBjb250ZXh0PzogYW55KTogUHJvbWlzZTxSPiB7XG4gICAgcmV0dXJuIHRoaXMuX2pleGwuZXZhbCh2YWx1ZS5leHByLCBjb250ZXh0KVxuICB9XG5cbiAgcHVibGljIGV2YWxTeW5jPFIgZXh0ZW5kcyBEeW5hbWljVmFsdWVCYXNlVHlwZT4odmFsdWU6IElKZXhsVmFsdWU8Uj4sIGNvbnRleHQ/OiBhbnkpOiBSIHtcbiAgICByZXR1cm4gdGhpcy5famV4bC5ldmFsU3luYyh2YWx1ZS5leHByLCBjb250ZXh0KVxuICB9XG5cbn1cbiJdfQ==
@@ -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.3", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
- TheSeamDynamicComponentLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
46
- TheSeamDynamicComponentLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, decorators: [{
44
+ TheSeamDynamicComponentLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDynamicComponentLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ TheSeamDynamicComponentLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
46
+ TheSeamDynamicComponentLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDynamicComponentLoaderModule });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", 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.3", ngImport: i0, type: TheSeamDynamicComponentLoader, providedIn: 'root' });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamDynamicComponentLoader, decorators: [{
65
+ TheSeamDynamicComponentLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", 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.4", ngImport: i0, type: TheSeamDynamicComponentLoader, providedIn: 'root' });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamDynamicComponentLoader, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{
70
70
  providedIn: 'root'
@@ -5,9 +5,9 @@ export class FooterBarComponent {
5
5
  ngOnInit() {
6
6
  }
7
7
  }
8
- FooterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FooterBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- FooterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: FooterBarComponent, selector: "seam-footer-bar", ngImport: i0, template: "<p>footer-bar works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FooterBarComponent, decorators: [{
8
+ FooterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FooterBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ FooterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", type: FooterBarComponent, selector: "seam-footer-bar", ngImport: i0, template: "<p>footer-bar works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FooterBarComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'seam-footer-bar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>footer-bar works!</p>\n" }]
13
13
  }], ctorParameters: function () { return []; } });
@@ -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.3", ngImport: i0, type: FooterBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- FooterBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: FooterBarModule, declarations: [FooterBarComponent], imports: [CommonModule], exports: [FooterBarComponent] });
9
- FooterBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FooterBarModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FooterBarModule, decorators: [{
7
+ FooterBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FooterBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ FooterBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: FooterBarModule, declarations: [FooterBarComponent], imports: [CommonModule], exports: [FooterBarComponent] });
9
+ FooterBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FooterBarModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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
  get validatorName() { return this._validatorName || this.seamFormFieldError; }
11
11
  set validatorName(value) { this._validatorName = value; }
12
12
  }
13
- FormFieldErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldErrorDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
14
- FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", 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.4", ngImport: i0, type: FormFieldErrorDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
14
+ FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldHelpTextDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldHelpTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: FormFieldHelpTextDirective, selector: "[seamFormFieldHelpText]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldHelpTextDirective, decorators: [{
8
+ FormFieldHelpTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldHelpTextDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldHelpTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: FormFieldHelpTextDirective, selector: "[seamFormFieldHelpText]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldLabelTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldLabelTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: FormFieldLabelTplDirective, selector: "[seamFormFieldLabelTpl]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldLabelTplDirective, decorators: [{
8
+ FormFieldLabelTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldLabelTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldLabelTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: FormFieldLabelTplDirective, selector: "[seamFormFieldLabelTpl]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", 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.3", 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.4", 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.4", 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.3", ngImport: i0, type: FormFieldRequiredIndicatorComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
170
- TheSeamFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", 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.4", ngImport: i0, type: TheSeamFormFieldComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
170
+ TheSeamFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldComponent, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- TheSeamFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFormFieldModule, declarations: [TheSeamFormFieldComponent,
15
+ TheSeamFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ TheSeamFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldModule, imports: [CommonModule,
30
+ TheSeamFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFormFieldModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  declarations: [
@@ -157,15 +157,15 @@ export class InputDirective {
157
157
  }
158
158
  }
159
159
  }
160
- InputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", 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 });
161
- InputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", 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 });
160
+ InputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", 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 });
161
+ InputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", 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 });
162
162
  __decorate([
163
163
  InputBoolean()
164
164
  ], InputDirective.prototype, "required", void 0);
165
165
  __decorate([
166
166
  InputBoolean()
167
167
  ], InputDirective.prototype, "readonly", void 0);
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: InputDirective, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InputDirective, decorators: [{
169
169
  type: Directive,
170
170
  args: [{
171
171
  // TODO: Consider removing restriction and instead adding a dev warning. A few
@@ -10,12 +10,12 @@ export class FormFieldErrorComponent {
10
10
  ngOnInit() {
11
11
  }
12
12
  }
13
- FormFieldErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- FormFieldErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", 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
+ FormFieldErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ FormFieldErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", 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"] }] });
15
15
  __decorate([
16
16
  InputBoolean()
17
17
  ], FormFieldErrorComponent.prototype, "showValidatorName", void 0);
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldErrorComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldErrorComponent, decorators: [{
19
19
  type: Component,
20
20
  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"] }]
21
21
  }], ctorParameters: function () { return []; }, 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.3", ngImport: i0, type: FormFieldErrorListItemTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
- FormFieldErrorListItemTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: FormFieldErrorListItemTplDirective, selector: "[seamFormFieldErrorListItemTpl]", inputs: { validatorName: "validatorName", external: "external" }, ngImport: i0 });
11
+ FormFieldErrorListItemTplDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldErrorListItemTplDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
+ FormFieldErrorListItemTplDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldErrorListItemTplDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldErrorListItemDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- FormFieldErrorListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: FormFieldErrorListItemDirective, selector: "[seamFormFieldErrorListItem]", inputs: { validatorName: "validatorName" }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormFieldErrorListItemDirective, decorators: [{
8
+ FormFieldErrorListItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldErrorListItemDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ FormFieldErrorListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: FormFieldErrorListItemDirective, selector: "[seamFormFieldErrorListItem]", inputs: { validatorName: "validatorName" }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: FormFieldErrorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
359
- FormFieldErrorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", 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.3", ngImport: i0, type: FormFieldErrorListComponent, decorators: [{
358
+ FormFieldErrorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FormFieldErrorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
359
+ FormFieldErrorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", 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.4", 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.3", ngImport: i0, type: TheSeamFormFieldErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- TheSeamFormFieldErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFormFieldErrorModule, declarations: [FormFieldErrorComponent,
10
+ TheSeamFormFieldErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFormFieldErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ TheSeamFormFieldErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamFormFieldErrorModule, imports: [CommonModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamFormFieldErrorModule, decorators: [{
18
+ TheSeamFormFieldErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFormFieldErrorModule, imports: [CommonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamFormFieldErrorModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  declarations: [
@@ -96,9 +96,9 @@ export class TheSeamBaseLayoutComponent {
96
96
  return isObservable(fnRes) ? fnRes : from(Promise.resolve(fnRes));
97
97
  }
98
98
  }
99
- TheSeamBaseLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBaseLayoutComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.TheSeamLayoutService }], target: i0.ɵɵFactoryTarget.Component });
100
- TheSeamBaseLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", 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 });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBaseLayoutComponent, decorators: [{
99
+ TheSeamBaseLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBaseLayoutComponent, deps: [{ token: i0.ViewContainerRef }, { token: i1.TheSeamLayoutService }], target: i0.ɵɵFactoryTarget.Component });
100
+ TheSeamBaseLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", 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 });
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBaseLayoutComponent, decorators: [{
102
102
  type: Component,
103
103
  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"] }]
104
104
  }], 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.3", ngImport: i0, type: TheSeamBaseLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- TheSeamBaseLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: TheSeamBaseLayoutModule, declarations: [TheSeamBaseLayoutComponent,
18
+ TheSeamBaseLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TheSeamBaseLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ TheSeamBaseLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamBaseLayoutModule, imports: [CommonModule,
38
+ TheSeamBaseLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: TheSeamBaseLayoutModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: BaseLayoutContentFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: BaseLayoutContentFooterDirective, selector: "[seamBaseLayoutContentFooter]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BaseLayoutContentFooterDirective, decorators: [{
8
+ BaseLayoutContentFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BaseLayoutContentFooterDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: BaseLayoutContentFooterDirective, selector: "[seamBaseLayoutContentFooter]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: BaseLayoutContentHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: BaseLayoutContentHeaderDirective, selector: "[seamBaseLayoutContentHeader]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BaseLayoutContentHeaderDirective, decorators: [{
8
+ BaseLayoutContentHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BaseLayoutContentHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: BaseLayoutContentHeaderDirective, selector: "[seamBaseLayoutContentHeader]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.3", ngImport: i0, type: BaseLayoutContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- BaseLayoutContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: BaseLayoutContentDirective, selector: "[seamBaseLayoutContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BaseLayoutContentDirective, decorators: [{
8
+ BaseLayoutContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BaseLayoutContentDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ BaseLayoutContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: BaseLayoutContentDirective, selector: "[seamBaseLayoutContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BaseLayoutContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[seamBaseLayoutContent]'