@elderbyte/ngx-starter 18.6.0 → 18.7.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 (296) hide show
  1. package/esm2022/lib/common/enums/elder-enum-translation.service.mjs +3 -3
  2. package/esm2022/lib/common/forms/elder-form-field-control-base.directive.mjs +3 -3
  3. package/esm2022/lib/common/forms/elder-from-field-base.mjs +3 -3
  4. package/esm2022/lib/common/forms/elder-from-field-customizable-base.mjs +3 -3
  5. package/esm2022/lib/common/forms/elder-from-field-entity-base.mjs +3 -3
  6. package/esm2022/lib/common/forms/elder-from-field-multi-entity-base.mjs +3 -3
  7. package/esm2022/lib/common/forms/form-field-base.component.mjs +3 -3
  8. package/esm2022/lib/common/forms/multi-model-base.component.mjs +3 -3
  9. package/esm2022/lib/common/forms/template-composite-control.mjs +3 -3
  10. package/esm2022/lib/common/forms/value-accessor-base.mjs +3 -3
  11. package/esm2022/lib/common/http/http-client-builder.service.mjs +3 -3
  12. package/esm2022/lib/common/http/http-client-pristine.mjs +3 -3
  13. package/esm2022/lib/common/http/transfer/data-transfer-factory.mjs +3 -3
  14. package/esm2022/lib/common/url/elder-router.service.mjs +3 -3
  15. package/esm2022/lib/common/url/elder-url-fragment-params.service.mjs +3 -3
  16. package/esm2022/lib/components/access-denied/elder-access-denied.component.mjs +3 -3
  17. package/esm2022/lib/components/access-denied/elder-access-denied.module.mjs +4 -4
  18. package/esm2022/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +3 -3
  19. package/esm2022/lib/components/auditing/elder-audit.module.mjs +4 -4
  20. package/esm2022/lib/components/badge/elder-badge/elder-badge.component.mjs +9 -9
  21. package/esm2022/lib/components/badge/elder-badge.directive.mjs +3 -3
  22. package/esm2022/lib/components/badge/elder-badge.module.mjs +4 -4
  23. package/esm2022/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +3 -3
  24. package/esm2022/lib/components/button-group/elder-button-group.module.mjs +4 -4
  25. package/esm2022/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +3 -3
  26. package/esm2022/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +3 -3
  27. package/esm2022/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +4 -4
  28. package/esm2022/lib/components/card-organizer/elder-card-organizer.module.mjs +4 -4
  29. package/esm2022/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +3 -3
  30. package/esm2022/lib/components/cards/elder-card/elder-card.component.mjs +18 -18
  31. package/esm2022/lib/components/cards/elder-card/elder-card.module.mjs +4 -4
  32. package/esm2022/lib/components/chips/elder-chip-label.directive.mjs +3 -3
  33. package/esm2022/lib/components/chips/elder-chips.module.mjs +4 -4
  34. package/esm2022/lib/components/connectivity/elder-connectivity.module.mjs +4 -4
  35. package/esm2022/lib/components/connectivity/elder-connectivity.service.mjs +3 -3
  36. package/esm2022/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.mjs +3 -3
  37. package/esm2022/lib/components/containers/elder-containers.module.mjs +4 -4
  38. package/esm2022/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +3 -3
  39. package/esm2022/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +3 -3
  40. package/esm2022/lib/components/csv/elder-csv-stream-exporter-builder.service.mjs +3 -3
  41. package/esm2022/lib/components/csv/elder-csv.module.mjs +4 -4
  42. package/esm2022/lib/components/currency/elder-currency.module.mjs +4 -4
  43. package/esm2022/lib/components/currency/elder-currency.pipe.mjs +3 -3
  44. package/esm2022/lib/components/data-transfer/elder-data-transfer.module.mjs +4 -4
  45. package/esm2022/lib/components/data-transfer/elder-data-transfer.service.mjs +3 -3
  46. package/esm2022/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.mjs +3 -3
  47. package/esm2022/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +3 -3
  48. package/esm2022/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +3 -3
  49. package/esm2022/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +3 -3
  50. package/esm2022/lib/components/data-view/base/elder-data-view-base.mjs +3 -3
  51. package/esm2022/lib/components/data-view/common/composite-sort/composite-sort-dc.directive.mjs +3 -3
  52. package/esm2022/lib/components/data-view/common/composite-sort/elder-composite-sort/elder-composite-sort.component.mjs +3 -3
  53. package/esm2022/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +3 -3
  54. package/esm2022/lib/components/data-view/common/elder-data-common.module.mjs +4 -4
  55. package/esm2022/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +6 -6
  56. package/esm2022/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +3 -3
  57. package/esm2022/lib/components/data-view/common/selection/data-context-selection.directive.mjs +3 -3
  58. package/esm2022/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +4 -4
  59. package/esm2022/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +14 -12
  60. package/esm2022/lib/components/data-view/grid/elder-grid.module.mjs +4 -4
  61. package/esm2022/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.mjs +3 -3
  62. package/esm2022/lib/components/data-view/master-detail/elder-detail.directive.mjs +3 -3
  63. package/esm2022/lib/components/data-view/master-detail/elder-master-activation.directive.mjs +3 -3
  64. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.component.mjs +3 -3
  65. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.module.mjs +4 -4
  66. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.service.mjs +3 -3
  67. package/esm2022/lib/components/data-view/master-detail/elder-master.directive.mjs +3 -3
  68. package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +3 -3
  69. package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +4 -4
  70. package/esm2022/lib/components/data-view/table/activation/elder-delete-active.directive.mjs +3 -3
  71. package/esm2022/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +3 -3
  72. package/esm2022/lib/components/data-view/table/elder-center-cell.directive.mjs +3 -3
  73. package/esm2022/lib/components/data-view/table/elder-number-cell.directive.mjs +3 -3
  74. package/esm2022/lib/components/data-view/table/elder-paginator-intl.mjs +3 -3
  75. package/esm2022/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +3 -3
  76. package/esm2022/lib/components/data-view/table/elder-table/elder-table.component.mjs +5 -5
  77. package/esm2022/lib/components/data-view/table/elder-table-column.directive.mjs +3 -3
  78. package/esm2022/lib/components/data-view/table/elder-table-extension.directive.mjs +3 -3
  79. package/esm2022/lib/components/data-view/table/elder-table-root.directive.mjs +3 -3
  80. package/esm2022/lib/components/data-view/table/elder-table-row.directive.mjs +3 -3
  81. package/esm2022/lib/components/data-view/table/elder-table-sort.directive.mjs +3 -3
  82. package/esm2022/lib/components/data-view/table/elder-table.module.mjs +4 -4
  83. package/esm2022/lib/components/data-view/table/model/elder-table-model.mjs +3 -3
  84. package/esm2022/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +3 -3
  85. package/esm2022/lib/components/dialogs/elder-dialog.module.mjs +4 -4
  86. package/esm2022/lib/components/dialogs/elder-dialog.service.mjs +3 -3
  87. package/esm2022/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +3 -3
  88. package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +3 -3
  89. package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +3 -3
  90. package/esm2022/lib/components/errors/elder-error.module.mjs +4 -4
  91. package/esm2022/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +3 -3
  92. package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +3 -3
  93. package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +4 -4
  94. package/esm2022/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +3 -3
  95. package/esm2022/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.mjs +3 -3
  96. package/esm2022/lib/components/files/drag-n-drop/global-drag-drop.service.mjs +3 -3
  97. package/esm2022/lib/components/files/elder-file-drop-zone.directive.mjs +3 -3
  98. package/esm2022/lib/components/files/elder-file-select.directive.mjs +3 -3
  99. package/esm2022/lib/components/files/elder-file.module.mjs +4 -4
  100. package/esm2022/lib/components/files/file-select/file-select.component.mjs +3 -3
  101. package/esm2022/lib/components/files/file-upload/file-upload.component.mjs +3 -3
  102. package/esm2022/lib/components/forms/clipboard/elder-clipboard.service.mjs +3 -3
  103. package/esm2022/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +3 -3
  104. package/esm2022/lib/components/forms/directives/elder-clipboard-put.directive.mjs +3 -3
  105. package/esm2022/lib/components/forms/directives/elder-delayed-focus.directive.mjs +3 -3
  106. package/esm2022/lib/components/forms/directives/elder-form-field-dense.directive.mjs +3 -3
  107. package/esm2022/lib/components/forms/directives/elder-form-field-label.directive.mjs +3 -3
  108. package/esm2022/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +3 -3
  109. package/esm2022/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +3 -3
  110. package/esm2022/lib/components/forms/directives/elder-forms-directives.module.mjs +4 -4
  111. package/esm2022/lib/components/forms/directives/elder-initial-value.directive.mjs +3 -3
  112. package/esm2022/lib/components/forms/directives/elder-input-pattern.directive.mjs +3 -3
  113. package/esm2022/lib/components/forms/directives/elder-key-event.directive.mjs +3 -3
  114. package/esm2022/lib/components/forms/directives/elder-next-focusable.directive.mjs +3 -3
  115. package/esm2022/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +3 -3
  116. package/esm2022/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +3 -3
  117. package/esm2022/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +3 -3
  118. package/esm2022/lib/components/forms/directives/elder-touched.directive.mjs +3 -3
  119. package/esm2022/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +3 -3
  120. package/esm2022/lib/components/forms/directives/validation/elder-validation-error.directive.mjs +3 -3
  121. package/esm2022/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.mjs +3 -3
  122. package/esm2022/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.mjs +3 -3
  123. package/esm2022/lib/components/forms/directives/validation/validation-message-renderer.service.mjs +3 -3
  124. package/esm2022/lib/components/forms/directives/validation/validators/elder-max.validator.mjs +3 -3
  125. package/esm2022/lib/components/forms/directives/validation/validators/elder-min.validator.mjs +3 -3
  126. package/esm2022/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.mjs +3 -3
  127. package/esm2022/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.mjs +3 -3
  128. package/esm2022/lib/components/forms/elder-forms.module.mjs +4 -4
  129. package/esm2022/lib/components/forms/search/domain/context/search-context.service.mjs +3 -3
  130. package/esm2022/lib/components/forms/search/domain/url/elder-search-url.directive.mjs +3 -3
  131. package/esm2022/lib/components/forms/search/domain/url/elder-search-url.service.mjs +3 -3
  132. package/esm2022/lib/components/forms/search/elder-search-context.directive.mjs +3 -3
  133. package/esm2022/lib/components/forms/search/elder-search-input.directive.mjs +3 -3
  134. package/esm2022/lib/components/forms/search/elder-search.module.mjs +4 -4
  135. package/esm2022/lib/components/forms/search/search-box/elder-search-box.component.mjs +3 -3
  136. package/esm2022/lib/components/forms/search/search-box/elder-search-panel.component.mjs +3 -3
  137. package/esm2022/lib/components/global-search/elder-global-search.component.mjs +3 -3
  138. package/esm2022/lib/components/global-search/elder-global-search.module.mjs +4 -4
  139. package/esm2022/lib/components/global-search/elder-global-search.service.mjs +3 -3
  140. package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +3 -3
  141. package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +4 -4
  142. package/esm2022/lib/components/headers/elder-header/elder-header.component.mjs +3 -3
  143. package/esm2022/lib/components/headers/elder-header.module.mjs +4 -4
  144. package/esm2022/lib/components/http-support/elder-http-client.service.mjs +3 -3
  145. package/esm2022/lib/components/i18n/entities/elder-i18n-entities.module.mjs +4 -4
  146. package/esm2022/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +3 -3
  147. package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +3 -3
  148. package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +3 -3
  149. package/esm2022/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +3 -3
  150. package/esm2022/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +3 -3
  151. package/esm2022/lib/components/i18n/entities/elder-localized-texts.directive.mjs +3 -3
  152. package/esm2022/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +3 -3
  153. package/esm2022/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +3 -3
  154. package/esm2022/lib/components/i18n/entities/picker/localisation-picker.service.mjs +3 -3
  155. package/esm2022/lib/components/i18n/language/elder-language-interceptor.mjs +3 -3
  156. package/esm2022/lib/components/i18n/language/elder-language.module.mjs +4 -4
  157. package/esm2022/lib/components/i18n/language/elder-language.service.mjs +3 -3
  158. package/esm2022/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +3 -3
  159. package/esm2022/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +4 -4
  160. package/esm2022/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.mjs +3 -3
  161. package/esm2022/lib/components/iframes/data-view/data-view-iframe-adapter.directive.mjs +3 -3
  162. package/esm2022/lib/components/iframes/elder-iframe.module.mjs +4 -4
  163. package/esm2022/lib/components/iframes/iframe-close.directive.mjs +3 -3
  164. package/esm2022/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +3 -3
  165. package/esm2022/lib/components/iframes/iframe-host/iframe-host.component.mjs +3 -3
  166. package/esm2022/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +3 -3
  167. package/esm2022/lib/components/iframes/iframe.service.mjs +3 -3
  168. package/esm2022/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +3 -3
  169. package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +3 -3
  170. package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +4 -4
  171. package/esm2022/lib/components/input/autocomplete/elder-autocomplete/elder-suggestion-panel.component.mjs +3 -3
  172. package/esm2022/lib/components/input/autocomplete/elder-autocomplete-many.directive.mjs +3 -3
  173. package/esm2022/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +3 -3
  174. package/esm2022/lib/components/input/autocomplete/elder-autocomplete.module.mjs +4 -4
  175. package/esm2022/lib/components/labels/elder-labels.module.mjs +4 -4
  176. package/esm2022/lib/components/labels/labels-input/labels-input.component.mjs +3 -3
  177. package/esm2022/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.mjs +3 -3
  178. package/esm2022/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.mjs +3 -3
  179. package/esm2022/lib/components/measures/directives/elder-unit-select.directive.mjs +3 -3
  180. package/esm2022/lib/components/measures/elder-measures.module.mjs +8 -8
  181. package/esm2022/lib/components/measures/elder-quantity-transform.pipe.mjs +3 -3
  182. package/esm2022/lib/components/measures/elder-quantity.pipe.mjs +3 -3
  183. package/esm2022/lib/components/measures/elder-unit.service.mjs +3 -3
  184. package/esm2022/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.mjs +3 -3
  185. package/esm2022/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.mjs +3 -3
  186. package/esm2022/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.mjs +3 -3
  187. package/esm2022/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.mjs +3 -3
  188. package/esm2022/lib/components/measures/util/elder-quantity.service.mjs +3 -3
  189. package/esm2022/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +3 -3
  190. package/esm2022/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +4 -4
  191. package/esm2022/lib/components/navigation/nav/elder-nav.module.mjs +4 -4
  192. package/esm2022/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +3 -3
  193. package/esm2022/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +3 -3
  194. package/esm2022/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +3 -3
  195. package/esm2022/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +3 -3
  196. package/esm2022/lib/components/navigation/toolbar/elder-toolbar.module.mjs +4 -4
  197. package/esm2022/lib/components/navigation/toolbar/elder-toolbar.service.mjs +3 -3
  198. package/esm2022/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +3 -3
  199. package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +3 -3
  200. package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +3 -3
  201. package/esm2022/lib/components/overlays/elder-overlay-origin.directive.mjs +3 -3
  202. package/esm2022/lib/components/overlays/elder-overlay-ref.mjs +3 -3
  203. package/esm2022/lib/components/overlays/elder-overlay-trigger.directive.mjs +3 -3
  204. package/esm2022/lib/components/overlays/elder-overlay.component.mjs +3 -3
  205. package/esm2022/lib/components/overlays/elder-overlay.module.mjs +4 -4
  206. package/esm2022/lib/components/panels/card-panel/elder-card-panel.component.mjs +3 -3
  207. package/esm2022/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.mjs +3 -3
  208. package/esm2022/lib/components/panels/elder-panel.module.mjs +4 -4
  209. package/esm2022/lib/components/panels/flat/elder-panel.component.mjs +3 -3
  210. package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.mjs +3 -3
  211. package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel.component.mjs +9 -9
  212. package/esm2022/lib/components/scrollbar/elder-scrollbar.directive.mjs +3 -3
  213. package/esm2022/lib/components/scrollbar/elder-scrollbar.module.mjs +4 -4
  214. package/esm2022/lib/components/select/auto/elder-auto-select-first.directive.mjs +3 -3
  215. package/esm2022/lib/components/select/auto/elder-auto-select-first.service.mjs +3 -3
  216. package/esm2022/lib/components/select/auto/elder-auto-select-suggest-first.directive.mjs +3 -3
  217. package/esm2022/lib/components/select/elder-select-base.mjs +3 -3
  218. package/esm2022/lib/components/select/elder-select-chip.directive.mjs +9 -9
  219. package/esm2022/lib/components/select/elder-select-on-tab.directive.mjs +3 -3
  220. package/esm2022/lib/components/select/elder-select-value.directive.mjs +3 -3
  221. package/esm2022/lib/components/select/elder-select.module.mjs +4 -4
  222. package/esm2022/lib/components/select/filter/elder-chips-include-exclude.directive.mjs +3 -3
  223. package/esm2022/lib/components/select/filter/elder-filter-chip-template/elder-filter-chip-template.component.mjs +3 -3
  224. package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.mjs +3 -3
  225. package/esm2022/lib/components/select/multi/elder-multi-select-base.mjs +3 -3
  226. package/esm2022/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.mjs +3 -3
  227. package/esm2022/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +5 -5
  228. package/esm2022/lib/components/select/multi/elder-multi-select-form-field.mjs +3 -3
  229. package/esm2022/lib/components/select/multi/elder-mutli-select-all-directive.mjs +3 -3
  230. package/esm2022/lib/components/select/multi/elder-search-include-exclude.directive.mjs +3 -3
  231. package/esm2022/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.mjs +3 -3
  232. package/esm2022/lib/components/select/popup/selection-model-popup.directive.mjs +3 -3
  233. package/esm2022/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +3 -3
  234. package/esm2022/lib/components/select/single/elder-clear-select.directive.mjs +3 -3
  235. package/esm2022/lib/components/select/single/elder-select/elder-select.component.mjs +3 -3
  236. package/esm2022/lib/components/select/single/elder-select-form-field.mjs +3 -3
  237. package/esm2022/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +3 -3
  238. package/esm2022/lib/components/select-chip-list/elder-chip-list-select.module.mjs +4 -4
  239. package/esm2022/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +3 -3
  240. package/esm2022/lib/components/shell/drawers/elder-router-outlet.service.mjs +3 -3
  241. package/esm2022/lib/components/shell/elder-shell-slot.directive.mjs +3 -3
  242. package/esm2022/lib/components/shell/elder-shell.module.mjs +4 -4
  243. package/esm2022/lib/components/shell/elder-shell.service.mjs +3 -3
  244. package/esm2022/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +3 -3
  245. package/esm2022/lib/components/shell/shell/elder-shell.component.mjs +12 -12
  246. package/esm2022/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +3 -3
  247. package/esm2022/lib/components/tabs/elder-tab/elder-tab.directive.mjs +3 -3
  248. package/esm2022/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +3 -3
  249. package/esm2022/lib/components/tabs/elder-tab.module.mjs +4 -4
  250. package/esm2022/lib/components/theme/elder-theme-applier.directive.mjs +3 -3
  251. package/esm2022/lib/components/theme/elder-theme-preference.service.mjs +3 -3
  252. package/esm2022/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.mjs +4 -4
  253. package/esm2022/lib/components/theme/elder-theme.directive.mjs +3 -3
  254. package/esm2022/lib/components/theme/elder-theme.module.mjs +4 -4
  255. package/esm2022/lib/components/theme/elder-theme.service.mjs +3 -3
  256. package/esm2022/lib/components/time/date-adapters/custom-date-adapter.mjs +3 -3
  257. package/esm2022/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +3 -3
  258. package/esm2022/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +3 -3
  259. package/esm2022/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +3 -3
  260. package/esm2022/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +3 -3
  261. package/esm2022/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +3 -3
  262. package/esm2022/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +3 -3
  263. package/esm2022/lib/components/time/elder-time.module.mjs +4 -4
  264. package/esm2022/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +3 -3
  265. package/esm2022/lib/components/time/pipes/to-iso-date-string.pipe.mjs +3 -3
  266. package/esm2022/lib/components/toasts/elder-toast.module.mjs +4 -4
  267. package/esm2022/lib/components/toasts/elder-toast.service.mjs +3 -3
  268. package/esm2022/lib/components/toasts/standard-toast/standard-toast.component.mjs +3 -3
  269. package/esm2022/lib/components/url-fragment/elder-url-fragment.module.mjs +4 -4
  270. package/esm2022/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +3 -3
  271. package/esm2022/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +3 -3
  272. package/esm2022/lib/components/viewers/elder-viewers.module.mjs +4 -4
  273. package/esm2022/lib/features/event-source/fetch/reactive-fetch-event-source.service.mjs +3 -3
  274. package/esm2022/lib/features/event-source/standard/elder-event-source.service.mjs +3 -3
  275. package/esm2022/lib/features/kafent/access-token-provider.mjs +3 -3
  276. package/esm2022/lib/features/kafent/kafent-config.mjs +3 -3
  277. package/esm2022/lib/features/kafent/kafent-event-stream.mjs +3 -3
  278. package/esm2022/lib/features/kafent/kafent-event.service.mjs +3 -3
  279. package/esm2022/lib/features/kafent/kafent.module.mjs +4 -4
  280. package/esm2022/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +3 -3
  281. package/esm2022/lib/pipes/bytes.pipe.mjs +3 -3
  282. package/esm2022/lib/pipes/elder-pipes.module.mjs +10 -10
  283. package/esm2022/lib/pipes/elder-repeat.pipe.mjs +3 -3
  284. package/esm2022/lib/pipes/elder-round.pipe.mjs +3 -3
  285. package/esm2022/lib/pipes/elder-safe-url.pipe.mjs +3 -3
  286. package/esm2022/lib/pipes/elder-truncate.pipe.mjs +3 -3
  287. package/esm2022/lib/pipes/iso-duration.pipe.mjs +3 -3
  288. package/esm2022/lib/pipes/iso-interval-parse.pipe.mjs +3 -3
  289. package/esm2022/lib/pipes/iso-interval.pipe.mjs +3 -3
  290. package/esm2022/lib/pipes/time-ago.pipe.mjs +3 -3
  291. package/esm2022/lib/pipes/time-duration.pipe.mjs +3 -3
  292. package/esm2022/lib/pipes/weight.pipe.mjs +3 -3
  293. package/fesm2022/elderbyte-ngx-starter.mjs +994 -993
  294. package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
  295. package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +1 -0
  296. package/package.json +1 -1
@@ -72,10 +72,10 @@ export class ElderEnumTranslationService {
72
72
  enumDateSource(enumClass, translationPrefix, sort = true, asc = true) {
73
73
  return DelegateListDataSource.listFetcher(() => this.translate(enumClass, translationPrefix, sort, asc), 'value', (id) => this.translateOne(translationPrefix, id));
74
74
  }
75
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderEnumTranslationService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
76
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderEnumTranslationService, providedIn: 'root' }); }
75
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderEnumTranslationService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
76
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderEnumTranslationService, providedIn: 'root' }); }
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderEnumTranslationService, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderEnumTranslationService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -172,10 +172,10 @@ export class ElderFormFieldControlBase extends ValueAccessorBase {
172
172
  this.emitStateChange();
173
173
  }
174
174
  }
175
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFormFieldControlBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
176
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderFormFieldControlBase, inputs: { placeholder: "placeholder", required: "required", disabled: "disabled", readonly: "readonly" }, host: { properties: { "id": "this.id" } }, usesInheritance: true, ngImport: i0 }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFormFieldControlBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
176
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderFormFieldControlBase, inputs: { placeholder: "placeholder", required: "required", disabled: "disabled", readonly: "readonly" }, host: { properties: { "id": "this.id" } }, usesInheritance: true, ngImport: i0 }); }
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFormFieldControlBase, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFormFieldControlBase, decorators: [{
179
179
  type: Directive
180
180
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined }, { type: i1.FocusMonitor }, { type: i2.TranslateService }, { type: i3.NgControl }], propDecorators: { id: [{
181
181
  type: HostBinding
@@ -79,10 +79,10 @@ export class ElderFromFieldBase {
79
79
  controlValue$(ctrl) {
80
80
  return ctrl.stateChanges.pipe(map(() => ctrl.value), startWith(ctrl.value));
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
83
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderFromFieldBase, queries: [{ propertyName: "formFieldControl", first: true, predicate: MatFormFieldControl, descendants: true, static: true }], viewQueries: [{ propertyName: "matFormField", first: true, predicate: MatFormField, descendants: true, static: true }], ngImport: i0 }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
83
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderFromFieldBase, queries: [{ propertyName: "formFieldControl", first: true, predicate: MatFormFieldControl, descendants: true, static: true }], viewQueries: [{ propertyName: "matFormField", first: true, predicate: MatFormField, descendants: true, static: true }], ngImport: i0 }); }
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldBase, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldBase, decorators: [{
86
86
  type: Directive
87
87
  }], ctorParameters: () => [], propDecorators: { matFormField: [{
88
88
  type: ViewChild,
@@ -25,10 +25,10 @@ export class ElderFromFieldCustomizableBase extends ElderFromFieldBase {
25
25
  get showIcon() {
26
26
  return this._showIcon;
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldCustomizableBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderFromFieldCustomizableBase, inputs: { label: "label", appearance: "appearance", floatLabel: "floatLabel", color: "color", placeholder: "placeholder", hint: "hint", icon: "icon", showHint: "showHint", showIcon: "showIcon" }, usesInheritance: true, ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldCustomizableBase, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderFromFieldCustomizableBase, inputs: { label: "label", appearance: "appearance", floatLabel: "floatLabel", color: "color", placeholder: "placeholder", hint: "hint", icon: "icon", showHint: "showHint", showIcon: "showIcon" }, usesInheritance: true, ngImport: i0 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldCustomizableBase, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldCustomizableBase, decorators: [{
32
32
  type: Directive
33
33
  }], propDecorators: { label: [{
34
34
  type: Input
@@ -30,10 +30,10 @@ export class ElderFromFieldEntityBase extends ElderFromFieldBase {
30
30
  get entityId$() {
31
31
  return this._entityId$;
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldEntityBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderFromFieldEntityBase, usesInheritance: true, ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldEntityBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderFromFieldEntityBase, usesInheritance: true, ngImport: i0 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldEntityBase, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldEntityBase, decorators: [{
37
37
  type: Directive
38
38
  }], ctorParameters: () => [] });
39
39
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxkZXItZnJvbS1maWVsZC1lbnRpdHktYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2VsZGVyYnl0ZS9uZ3gtc3RhcnRlci9zcmMvbGliL2NvbW1vbi9mb3Jtcy9lbGRlci1mcm9tLWZpZWxkLWVudGl0eS1iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBQyxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEMsT0FBTyxFQUFhLFNBQVMsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUMzQyxPQUFPLEVBQUMsTUFBTSxFQUFFLEdBQUcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQzNDLE9BQU8sRUFBQyw0QkFBNEIsRUFBNkIsMEJBQTBCLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQzs7QUFJbEksTUFBTSxPQUFnQix3QkFDcEIsU0FBUSxrQkFBMkM7SUFZbkQ7Ozs7Z0ZBSTRFO0lBRTVFO1FBQ0UsS0FBSyxFQUFFLENBQUM7UUFFUixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FDakQsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUN0QixNQUFNLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxFQUNoRCxHQUFHLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBOEQsSUFBSSxDQUFDLENBQy9FLENBQUM7UUFFRixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQzFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLDRCQUE0QixDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUNoRSxDQUFDO1FBRUYsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUN4QyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FDOUQsQ0FBQztJQUNKLENBQUM7SUFFRDs7OztnRkFJNEU7SUFFNUUsSUFBVyxlQUFlO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQy9CLENBQUM7SUFFRCxJQUFXLE9BQU87UUFDaEIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxJQUFXLFNBQVM7UUFDbEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3pCLENBQUM7OEdBckRtQix3QkFBd0I7a0dBQXhCLHdCQUF3Qjs7MkZBQXhCLHdCQUF3QjtrQkFEN0MsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RWxkZXJGcm9tRmllbGRCYXNlfSBmcm9tICcuL2VsZGVyLWZyb20tZmllbGQtYmFzZSc7XG5pbXBvcnQge0RpcmVjdGl2ZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge09ic2VydmFibGUsIHN3aXRjaE1hcH0gZnJvbSAncnhqcyc7XG5pbXBvcnQge2ZpbHRlciwgbWFwfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQge0VsZGVyRW50aXR5VmFsdWVBY2Nlc3NvclV0aWwsIElFbGRlckVudGl0eVZhbHVlQWNjZXNzb3IsIGlzRWxkZXJFbnRpdHlWYWx1ZUFjY2Vzc29yfSBmcm9tICcuL2VsZGVyLWVudGl0eS12YWx1ZS1hY2Nlc3Nvcic7XG5pbXBvcnQge01hdEZvcm1GaWVsZENvbnRyb2x9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBFbGRlckZyb21GaWVsZEVudGl0eUJhc2U8VEVudGl0eSwgVElkLCBUQ29udHJvbCBleHRlbmRzIE1hdEZvcm1GaWVsZENvbnRyb2w8VEVudGl0eSB8IFRJZD4+XG4gIGV4dGVuZHMgRWxkZXJGcm9tRmllbGRCYXNlPFRFbnRpdHkgfCBUSWQsIFRDb250cm9sPiB7XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIEZpZWxkcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHJpdmF0ZSByZWFkb25seSBfZW50aXR5QWNjZXNzb3IkOiBPYnNlcnZhYmxlPElFbGRlckVudGl0eVZhbHVlQWNjZXNzb3I8VEVudGl0eSwgVElkLCBURW50aXR5IHwgVElkPj47XG4gIHByaXZhdGUgcmVhZG9ubHkgX2VudGl0eSQ6IE9ic2VydmFibGU8VEVudGl0eT47XG4gIHByaXZhdGUgcmVhZG9ubHkgX2VudGl0eUlkJDogT2JzZXJ2YWJsZTxUSWQ+O1xuXG4gIC8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKipcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKiBDb25zdHJ1Y3RvciAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4gIHByb3RlY3RlZCBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuXG4gICAgdGhpcy5fZW50aXR5QWNjZXNzb3IkID0gdGhpcy5mb3JtRmllbGRDb250cm9sJC5waXBlKFxuICAgICAgZmlsdGVyKGN0cmwgPT4gISFjdHJsKSxcbiAgICAgIGZpbHRlcihjdHJsID0+IGlzRWxkZXJFbnRpdHlWYWx1ZUFjY2Vzc29yKGN0cmwpKSxcbiAgICAgIG1hcChjdHJsID0+IDxJRWxkZXJFbnRpdHlWYWx1ZUFjY2Vzc29yPFRFbnRpdHksIFRJZCwgVEVudGl0eSB8IFRJZD4+PGFueT5jdHJsKVxuICAgICk7XG5cbiAgICB0aGlzLl9lbnRpdHlJZCQgPSB0aGlzLl9lbnRpdHlBY2Nlc3NvciQucGlwZShcbiAgICAgIHN3aXRjaE1hcChldmFjID0+IEVsZGVyRW50aXR5VmFsdWVBY2Nlc3NvclV0aWwuZW50aXR5SWQkKGV2YWMpKVxuICAgICk7XG5cbiAgICB0aGlzLl9lbnRpdHkkID0gdGhpcy5fZW50aXR5QWNjZXNzb3IkLnBpcGUoXG4gICAgICBzd2l0Y2hNYXAoZXZhYyA9PiBFbGRlckVudGl0eVZhbHVlQWNjZXNzb3JVdGlsLmVudGl0eSQoZXZhYykpXG4gICAgKTtcbiAgfVxuXG4gIC8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKipcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKiBQcm9wZXJ0aWVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4gIHB1YmxpYyBnZXQgZW50aXR5QWNjZXNzb3IkKCk6IE9ic2VydmFibGU8SUVsZGVyRW50aXR5VmFsdWVBY2Nlc3NvcjxURW50aXR5LCBUSWQsIFRFbnRpdHkgfCBUSWQ+PiB7XG4gICAgcmV0dXJuIHRoaXMuX2VudGl0eUFjY2Vzc29yJDtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgZW50aXR5JCgpOiBPYnNlcnZhYmxlPFRFbnRpdHk+IHtcbiAgICByZXR1cm4gdGhpcy5fZW50aXR5JDtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgZW50aXR5SWQkKCk6IE9ic2VydmFibGU8VElkPiB7XG4gICAgcmV0dXJuIHRoaXMuX2VudGl0eUlkJDtcbiAgfVxufVxuIl19
@@ -38,10 +38,10 @@ export class ElderFromFieldMultiEntityBase extends ElderFromFieldBase {
38
38
  get entityIdsUpdated$() {
39
39
  return this._entityIdsUpdated$;
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldMultiEntityBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
42
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderFromFieldMultiEntityBase, usesInheritance: true, ngImport: i0 }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldMultiEntityBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
42
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderFromFieldMultiEntityBase, usesInheritance: true, ngImport: i0 }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderFromFieldMultiEntityBase, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderFromFieldMultiEntityBase, decorators: [{
45
45
  type: Directive
46
46
  }], ctorParameters: () => [] });
47
47
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxkZXItZnJvbS1maWVsZC1tdWx0aS1lbnRpdHktYmFzZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2VsZGVyYnl0ZS9uZ3gtc3RhcnRlci9zcmMvbGliL2NvbW1vbi9mb3Jtcy9lbGRlci1mcm9tLWZpZWxkLW11bHRpLWVudGl0eS1iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBQyxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEMsT0FBTyxFQUFhLFNBQVMsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUMzQyxPQUFPLEVBQUMsTUFBTSxFQUFFLEdBQUcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBRTNDLE9BQU8sRUFDTCxpQ0FBaUMsRUFFakMsK0JBQStCLEVBQ2hDLE1BQU0scUNBQXFDLENBQUM7O0FBRzdDLE1BQU0sT0FBZ0IsNkJBQ3BCLFNBQVEsa0JBQXNDO0lBZTlDOzs7O2dGQUk0RTtJQUU1RTtRQUNFLEtBQUssRUFBRSxDQUFDO1FBRVIsSUFBSSxDQUFDLGtCQUFrQixHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQ25ELE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFDdEIsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsK0JBQStCLENBQUMsSUFBSSxDQUFDLENBQUMsRUFDckQsR0FBRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQTRELElBQUksQ0FBQyxDQUM3RSxDQUFDO1FBRUYsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUM3QyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxpQ0FBaUMsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FDdEUsQ0FBQztRQUVGLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FDNUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsaUNBQWlDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQ3JFLENBQUM7UUFFRixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FDbkQsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUN4QyxDQUFDO1FBRUYsSUFBSSxDQUFDLGtCQUFrQixHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQ3BELFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUN6QyxDQUFDO0lBQ0osQ0FBQztJQUVEOzs7O2dGQUk0RTtJQUU1RSxJQUFXLGlCQUFpQjtRQUMxQixPQUFPLElBQUksQ0FBQyxrQkFBa0IsQ0FBQztJQUNqQyxDQUFDO0lBRUQsSUFBVyxTQUFTO1FBQ2xCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDO0lBRUQsSUFBVyxVQUFVO1FBQ25CLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUMxQixDQUFDO0lBRUQsSUFBVyxnQkFBZ0I7UUFDekIsT0FBTyxJQUFJLENBQUMsaUJBQWlCLENBQUM7SUFDaEMsQ0FBQztJQUVELElBQVksaUJBQWlCO1FBQzNCLE9BQU8sSUFBSSxDQUFDLGtCQUFrQixDQUFDO0lBQ2pDLENBQUM7OEdBeEVtQiw2QkFBNkI7a0dBQTdCLDZCQUE2Qjs7MkZBQTdCLDZCQUE2QjtrQkFEbEQsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RWxkZXJGcm9tRmllbGRCYXNlfSBmcm9tICcuL2VsZGVyLWZyb20tZmllbGQtYmFzZSc7XG5pbXBvcnQge0RpcmVjdGl2ZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge09ic2VydmFibGUsIHN3aXRjaE1hcH0gZnJvbSAncnhqcyc7XG5pbXBvcnQge2ZpbHRlciwgbWFwfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQge01hdEZvcm1GaWVsZENvbnRyb2x9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHtcbiAgRWxkZXJNdWx0aUVudGl0eVZhbHVlQWNjZXNzb3JVdGlsLFxuICBJRWxkZXJNdWx0aUVudGl0eVZhbHVlQWNjZXNzb3IsXG4gIGlzRWxkZXJNdWx0aUVudGl0eVZhbHVlQWNjZXNzb3Jcbn0gZnJvbSAnLi9lbGRlci1tdWx0aS1lbnRpdHktdmFsdWUtYWNjZXNzb3InO1xuXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBFbGRlckZyb21GaWVsZE11bHRpRW50aXR5QmFzZTxURW50aXR5LCBUSWQsIFRWYWx1ZSwgVENvbnRyb2wgZXh0ZW5kcyBNYXRGb3JtRmllbGRDb250cm9sPFRWYWx1ZVtdPj5cbiAgZXh0ZW5kcyBFbGRlckZyb21GaWVsZEJhc2U8VFZhbHVlW10sIFRDb250cm9sPiB7XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIEZpZWxkcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHJpdmF0ZSByZWFkb25seSBfZW50aXRpZXNBY2Nlc3NvciQ6IE9ic2VydmFibGU8SUVsZGVyTXVsdGlFbnRpdHlWYWx1ZUFjY2Vzc29yPFRFbnRpdHksIFRJZCwgVFZhbHVlPj47XG4gIHByaXZhdGUgcmVhZG9ubHkgX2VudGl0aWVzJDogT2JzZXJ2YWJsZTxURW50aXR5W10+O1xuICBwcml2YXRlIHJlYWRvbmx5IF9lbnRpdHlJZHMkOiBPYnNlcnZhYmxlPFRJZFtdPjtcblxuICBwcml2YXRlIHJlYWRvbmx5IF9lbnRpdGllc1VwZGF0ZWQkOiBPYnNlcnZhYmxlPFRFbnRpdHlbXT47XG4gIHByaXZhdGUgcmVhZG9ubHkgX2VudGl0eUlkc1VwZGF0ZWQkOiBPYnNlcnZhYmxlPFRJZFtdPjtcblxuICAvKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqXG4gICAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogQ29uc3RydWN0b3IgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKi9cblxuICBwcm90ZWN0ZWQgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIoKTtcblxuICAgIHRoaXMuX2VudGl0aWVzQWNjZXNzb3IkID0gdGhpcy5mb3JtRmllbGRDb250cm9sJC5waXBlKFxuICAgICAgZmlsdGVyKGN0cmwgPT4gISFjdHJsKSxcbiAgICAgIGZpbHRlcihjdHJsID0+IGlzRWxkZXJNdWx0aUVudGl0eVZhbHVlQWNjZXNzb3IoY3RybCkpLFxuICAgICAgbWFwKGN0cmwgPT4gPElFbGRlck11bHRpRW50aXR5VmFsdWVBY2Nlc3NvcjxURW50aXR5LCBUSWQsIFRWYWx1ZT4+PGFueT5jdHJsKVxuICAgICk7XG5cbiAgICB0aGlzLl9lbnRpdHlJZHMkID0gdGhpcy5fZW50aXRpZXNBY2Nlc3NvciQucGlwZShcbiAgICAgIHN3aXRjaE1hcChldmFjID0+IEVsZGVyTXVsdGlFbnRpdHlWYWx1ZUFjY2Vzc29yVXRpbC5lbnRpdHlJZHMkKGV2YWMpKVxuICAgICk7XG5cbiAgICB0aGlzLl9lbnRpdGllcyQgPSB0aGlzLl9lbnRpdGllc0FjY2Vzc29yJC5waXBlKFxuICAgICAgc3dpdGNoTWFwKGV2YWMgPT4gRWxkZXJNdWx0aUVudGl0eVZhbHVlQWNjZXNzb3JVdGlsLmVudGl0aWVzJChldmFjKSksXG4gICAgKTtcblxuICAgIHRoaXMuX2VudGl0aWVzVXBkYXRlZCQgPSB0aGlzLl9lbnRpdGllc0FjY2Vzc29yJC5waXBlKFxuICAgICAgc3dpdGNoTWFwKGV2YWMgPT4gZXZhYy5lbnRpdGllc1VwZGF0ZWQpXG4gICAgKTtcblxuICAgIHRoaXMuX2VudGl0eUlkc1VwZGF0ZWQkID0gdGhpcy5fZW50aXRpZXNBY2Nlc3NvciQucGlwZShcbiAgICAgIHN3aXRjaE1hcChldmFjID0+IGV2YWMuZW50aXR5SWRzVXBkYXRlZClcbiAgICApO1xuICB9XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIFByb3BlcnRpZXMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHVibGljIGdldCBlbnRpdGllc0FjY2Vzc29yJCgpOiBPYnNlcnZhYmxlPElFbGRlck11bHRpRW50aXR5VmFsdWVBY2Nlc3NvcjxURW50aXR5LCBUSWQsIFRWYWx1ZT4+IHtcbiAgICByZXR1cm4gdGhpcy5fZW50aXRpZXNBY2Nlc3NvciQ7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGVudGl0aWVzJCgpOiBPYnNlcnZhYmxlPFRFbnRpdHlbXT4ge1xuICAgIHJldHVybiB0aGlzLl9lbnRpdGllcyQ7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGVudGl0eUlkcyQoKTogT2JzZXJ2YWJsZTxUSWRbXT4ge1xuICAgIHJldHVybiB0aGlzLl9lbnRpdHlJZHMkO1xuICB9XG5cbiAgcHVibGljIGdldCBlbnRpdGllc1VwZGF0ZWQkKCk6IE9ic2VydmFibGU8VEVudGl0eVtdPiB7XG4gICAgcmV0dXJuIHRoaXMuX2VudGl0aWVzVXBkYXRlZCQ7XG4gIH1cblxuICBwdWJsaWMgZ2V0ICBlbnRpdHlJZHNVcGRhdGVkJCgpOiBPYnNlcnZhYmxlPFRJZFtdPiB7XG4gICAgcmV0dXJuIHRoaXMuX2VudGl0eUlkc1VwZGF0ZWQkO1xuICB9XG59XG4iXX0=
@@ -73,10 +73,10 @@ export class FormFieldBaseComponent extends ValueAccessorBase {
73
73
  }
74
74
  return result;
75
75
  }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: FormFieldBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
77
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: FormFieldBaseComponent, inputs: { name: "name", label: "label", appearance: "appearance", floatLabel: "floatLabel", color: "color", placeholder: "placeholder", hint: "hint", icon: "icon", showIcon: "showIcon", min: "min", max: "max", showHint: "showHint", required: "required", disabled: "disabled", readonly: "readonly" }, usesInheritance: true, ngImport: i0 }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FormFieldBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
77
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: FormFieldBaseComponent, inputs: { name: "name", label: "label", appearance: "appearance", floatLabel: "floatLabel", color: "color", placeholder: "placeholder", hint: "hint", icon: "icon", showIcon: "showIcon", min: "min", max: "max", showHint: "showHint", required: "required", disabled: "disabled", readonly: "readonly" }, usesInheritance: true, ngImport: i0 }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: FormFieldBaseComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: FormFieldBaseComponent, decorators: [{
80
80
  type: Directive
81
81
  }], propDecorators: { name: [{
82
82
  type: Input
@@ -20,10 +20,10 @@ export class MultiModelBaseComponent extends FormFieldBaseComponent {
20
20
  }
21
21
  return result;
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MultiModelBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
24
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: MultiModelBaseComponent, viewQueries: [{ propertyName: "models", predicate: NgModel, descendants: true }], usesInheritance: true, ngImport: i0 }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MultiModelBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
24
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: MultiModelBaseComponent, viewQueries: [{ propertyName: "models", predicate: NgModel, descendants: true }], usesInheritance: true, ngImport: i0 }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MultiModelBaseComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: MultiModelBaseComponent, decorators: [{
27
27
  type: Directive
28
28
  }], propDecorators: { models: [{
29
29
  type: ViewChildren,
@@ -118,10 +118,10 @@ export class TemplateCompositeControl extends ValueAccessorBase {
118
118
  this._sub = null;
119
119
  }
120
120
  }
121
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TemplateCompositeControl, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
122
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: TemplateCompositeControl, inputs: { disabled: "disabled" }, viewQueries: [{ propertyName: "ngForm", first: true, predicate: ["form"], descendants: true }], usesInheritance: true, ngImport: i0 }); }
121
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: TemplateCompositeControl, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
122
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: TemplateCompositeControl, inputs: { disabled: "disabled" }, viewQueries: [{ propertyName: "ngForm", first: true, predicate: ["form"], descendants: true }], usesInheritance: true, ngImport: i0 }); }
123
123
  }
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: TemplateCompositeControl, decorators: [{
124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: TemplateCompositeControl, decorators: [{
125
125
  type: Directive
126
126
  }], propDecorators: { disabled: [{
127
127
  type: Input
@@ -131,10 +131,10 @@ export class ValueAccessorBase {
131
131
  emitOnChanged(value) {
132
132
  this._changed.forEach(f => f(value));
133
133
  }
134
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ValueAccessorBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
135
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ValueAccessorBase, inputs: { value: "value" }, outputs: { valueUpdated: "valueUpdated", valueChange: "valueChange" }, ngImport: i0 }); }
134
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ValueAccessorBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
135
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ValueAccessorBase, inputs: { value: "value" }, outputs: { valueUpdated: "valueUpdated", valueChange: "valueChange" }, ngImport: i0 }); }
136
136
  }
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ValueAccessorBase, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ValueAccessorBase, decorators: [{
138
138
  type: Directive
139
139
  }], propDecorators: { valueUpdated: [{
140
140
  type: Output
@@ -2,10 +2,10 @@ import { Injectable } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class HttpClientBuilder {
4
4
  constructor() { }
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientBuilder, providedIn: 'root' }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientBuilder, providedIn: 'root' }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientBuilder, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientBuilder, decorators: [{
9
9
  type: Injectable,
10
10
  args: [{
11
11
  providedIn: 'root'
@@ -9,10 +9,10 @@ export class HttpClientPristine extends HttpClient {
9
9
  constructor(backend) {
10
10
  super(backend);
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientPristine, deps: [{ token: i1.HttpBackend }], target: i0.ɵɵFactoryTarget.Injectable }); }
13
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientPristine, providedIn: 'root' }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientPristine, deps: [{ token: i1.HttpBackend }], target: i0.ɵɵFactoryTarget.Injectable }); }
13
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientPristine, providedIn: 'root' }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: HttpClientPristine, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: HttpClientPristine, decorators: [{
16
16
  type: Injectable,
17
17
  args: [{
18
18
  providedIn: 'root'
@@ -94,10 +94,10 @@ export class DataTransferFactory {
94
94
  buildOfRequest(request, displayName, size) {
95
95
  return HttpDataTransfer.fromRequest(this.http.request(request), displayName, size);
96
96
  }
97
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DataTransferFactory, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
98
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DataTransferFactory, providedIn: 'root' }); }
97
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DataTransferFactory, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
98
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DataTransferFactory, providedIn: 'root' }); }
99
99
  }
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: DataTransferFactory, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: DataTransferFactory, decorators: [{
101
101
  type: Injectable,
102
102
  args: [{
103
103
  providedIn: 'root'
@@ -42,10 +42,10 @@ export class ElderRouterService {
42
42
  const url = this.router.serializeUrl(urlTree);
43
43
  return this.location.prepareExternalUrl(url);
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderRouterService, deps: [{ token: i1.Router }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
46
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderRouterService, providedIn: 'root' }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderRouterService, deps: [{ token: i1.Router }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
46
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderRouterService, providedIn: 'root' }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderRouterService, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderRouterService, decorators: [{
49
49
  type: Injectable,
50
50
  args: [{
51
51
  providedIn: 'root'
@@ -107,10 +107,10 @@ export class ElderUrlFragmentParamsService {
107
107
  return new UrlQueryParams();
108
108
  }
109
109
  }
110
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderUrlFragmentParamsService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
111
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderUrlFragmentParamsService, providedIn: 'root' }); }
110
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderUrlFragmentParamsService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
111
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderUrlFragmentParamsService, providedIn: 'root' }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderUrlFragmentParamsService, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderUrlFragmentParamsService, decorators: [{
114
114
  type: Injectable,
115
115
  args: [{
116
116
  providedIn: 'root'
@@ -6,10 +6,10 @@ export class ElderAccessDeniedComponent {
6
6
  constructor() { }
7
7
  ngOnInit() {
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ElderAccessDeniedComponent, isStandalone: true, selector: "elder-access-denied", ngImport: i0, template: "\n<div class=\"layout-col flex p-md\">\n <mat-card appearance=\"outlined\">\n <div class=\"layout-row place-start-center gap-md\">\n <mat-icon color=\"warn\">warning</mat-icon>\n <span>You do not have the permission to access this resource.</span>\n </div>\n </mat-card>\n</div>\n\n\n\n", styles: [".padding{padding:10px}\n"], dependencies: [{ kind: "component", type: MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ElderAccessDeniedComponent, isStandalone: true, selector: "elder-access-denied", ngImport: i0, template: "\n<div class=\"layout-col flex p-md\">\n <mat-card appearance=\"outlined\">\n <div class=\"layout-row place-start-center gap-md\">\n <mat-icon color=\"warn\">warning</mat-icon>\n <span>You do not have the permission to access this resource.</span>\n </div>\n </mat-card>\n</div>\n\n\n\n", styles: [".padding{padding:10px}\n"], dependencies: [{ kind: "component", type: MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'elder-access-denied', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatCard, MatIcon], template: "\n<div class=\"layout-col flex p-md\">\n <mat-card appearance=\"outlined\">\n <div class=\"layout-row place-start-center gap-md\">\n <mat-icon color=\"warn\">warning</mat-icon>\n <span>You do not have the permission to access this resource.</span>\n </div>\n </mat-card>\n</div>\n\n\n\n", styles: [".padding{padding:10px}\n"] }]
15
15
  }], ctorParameters: () => [] });
@@ -6,15 +6,15 @@ import { MatIconModule } from '@angular/material/icon';
6
6
  import * as i0 from "@angular/core";
7
7
  export { ElderAccessDeniedComponent } from './elder-access-denied.component';
8
8
  export class ElderAccessDeniedModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedModule, imports: [CommonModule,
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedModule, imports: [CommonModule,
11
11
  MatIconModule, MatCardModule,
12
12
  ElderAccessDeniedComponent], exports: [ElderAccessDeniedComponent] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedModule, imports: [CommonModule,
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedModule, imports: [CommonModule,
14
14
  MatIconModule, MatCardModule,
15
15
  ElderAccessDeniedComponent] }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAccessDeniedModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAccessDeniedModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  exports: [
@@ -24,10 +24,10 @@ export class ElderAuditedEntityComponent {
24
24
  set audited(audited) {
25
25
  this.auditedCtx$.next(new AuditedEntityCtx(audited));
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditedEntityComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ElderAuditedEntityComponent, isStandalone: true, selector: "elder-audited-entity", inputs: { appearance: "appearance", dateFormat: "dateFormat", audited: "audited" }, ngImport: i0, template: "<section class=\"layout-row wrap gap-sm\" *ngIf=\"auditedCtx$ | async as ctx\">\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\" inline>add_circle_outline</mat-icon>\n <span>{{'context.createdAt' | translate}} {{ctx.audited?.createdAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"created\"\n [value]=\"ctx.audited?.createdAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.createdBy}}</mat-hint>\n </mat-form-field>\n\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\">mode_edit_outline</mat-icon>\n <span>{{'context.modifiedAt' | translate}} {{ctx.audited?.modifiedAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"modified\"\n [value]=\"ctx.audited?.modifiedAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.modifiedBy}}</mat-hint>\n </mat-form-field>\n</section>\n", styles: [".decent{opacity:.5}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: MatLabel, selector: "mat-label" }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "directive", type: MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: DatePipe, name: "date" }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }, { kind: "pipe", type: TimeAgoPipe, name: "timeAgo" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditedEntityComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ElderAuditedEntityComponent, isStandalone: true, selector: "elder-audited-entity", inputs: { appearance: "appearance", dateFormat: "dateFormat", audited: "audited" }, ngImport: i0, template: "<section class=\"layout-row wrap gap-sm\" *ngIf=\"auditedCtx$ | async as ctx\">\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\" inline>add_circle_outline</mat-icon>\n <span>{{'context.createdAt' | translate}} {{ctx.audited?.createdAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"created\"\n [value]=\"ctx.audited?.createdAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.createdBy}}</mat-hint>\n </mat-form-field>\n\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\">mode_edit_outline</mat-icon>\n <span>{{'context.modifiedAt' | translate}} {{ctx.audited?.modifiedAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"modified\"\n [value]=\"ctx.audited?.modifiedAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.modifiedBy}}</mat-hint>\n </mat-form-field>\n</section>\n", styles: [".decent{opacity:.5}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: MatLabel, selector: "mat-label" }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "directive", type: MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: DatePipe, name: "date" }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }, { kind: "pipe", type: TimeAgoPipe, name: "timeAgo" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditedEntityComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditedEntityComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'elder-audited-entity', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgIf, MatFormField, MatLabel, MatIcon, MatInput, MatHint, AsyncPipe, DatePipe, TranslateModule, TimeAgoPipe], template: "<section class=\"layout-row wrap gap-sm\" *ngIf=\"auditedCtx$ | async as ctx\">\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\" inline>add_circle_outline</mat-icon>\n <span>{{'context.createdAt' | translate}} {{ctx.audited?.createdAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"created\"\n [value]=\"ctx.audited?.createdAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.createdBy}}</mat-hint>\n </mat-form-field>\n\n <mat-form-field [appearance]=\"appearance\">\n <mat-label class=\"layout-row place-start-center gap-xs\">\n <mat-icon class=\"decent noselect\">mode_edit_outline</mat-icon>\n <span>{{'context.modifiedAt' | translate}} {{ctx.audited?.modifiedAt | timeAgo}}</span>\n </mat-label>\n <input matInput name=\"modified\"\n [value]=\"ctx.audited?.modifiedAt | date:dateFormat\"\n readonly>\n <mat-hint>{{ctx.audited?.modifiedBy}}</mat-hint>\n </mat-form-field>\n</section>\n", styles: [".decent{opacity:.5}\n"] }]
33
33
  }], ctorParameters: () => [], propDecorators: { appearance: [{
@@ -9,21 +9,21 @@ import * as i0 from "@angular/core";
9
9
  export * from './i-audited-entity';
10
10
  export * from './audited-entity/elder-audited-entity.component';
11
11
  export class ElderAuditModule {
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditModule, imports: [CommonModule,
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditModule, imports: [CommonModule,
14
14
  MatInputModule,
15
15
  TranslateModule,
16
16
  ElderPipesModule,
17
17
  MatIconModule,
18
18
  ElderAuditedEntityComponent], exports: [ElderAuditedEntityComponent] }); }
19
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditModule, imports: [CommonModule,
19
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditModule, imports: [CommonModule,
20
20
  MatInputModule,
21
21
  TranslateModule,
22
22
  ElderPipesModule,
23
23
  MatIconModule,
24
24
  ElderAuditedEntityComponent] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderAuditModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderAuditModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  exports: [
@@ -12,10 +12,10 @@ export class ElderBadgeChipDirective {
12
12
  this.templateRef = templateRef;
13
13
  this.viewContainer = viewContainer;
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeChipDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderBadgeChipDirective, isStandalone: true, selector: "[elderBadgeChip]", ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeChipDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderBadgeChipDirective, isStandalone: true, selector: "[elderBadgeChip]", ngImport: i0 }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeChipDirective, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeChipDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[elderBadgeChip]',
@@ -27,10 +27,10 @@ export class ElderBadgeChipAvatarDirective {
27
27
  this.templateRef = templateRef;
28
28
  this.viewContainer = viewContainer;
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeChipAvatarDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderBadgeChipAvatarDirective, isStandalone: true, selector: "[elderBadgeChipAvatar]", ngImport: i0 }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeChipAvatarDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderBadgeChipAvatarDirective, isStandalone: true, selector: "[elderBadgeChipAvatar]", ngImport: i0 }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeChipAvatarDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeChipAvatarDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  selector: '[elderBadgeChipAvatar]',
@@ -123,10 +123,10 @@ export class ElderBadgeComponent {
123
123
  get chipAvatarTemplate() {
124
124
  return this.chipAvatarTemplate$.getValue();
125
125
  }
126
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
127
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ElderBadgeComponent, isStandalone: true, selector: "elder-badge", inputs: { appearance: "appearance", value: "value", colorSpec: "colorSpec", badgeColor: "badgeColor", avatarSpec: "avatarSpec", setCssClass: ["cssClass", "setCssClass"], chipTemplate: "chipTemplate", chipAvatarTemplate: "chipAvatarTemplate" }, queries: [{ propertyName: "chipTemplateQuery", first: true, predicate: ElderBadgeChipDirective, descendants: true, read: TemplateRef }, { propertyName: "chipAvatarTemplateQuery", first: true, predicate: ElderBadgeChipAvatarDirective, descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-container *ngIf=\"templates$ | async as templates\">\n <ng-container *ngIf=\"badgeModel$ | async as badgeModel\">\n <mat-chip elderChipLabel [appearance]=\"appearance\"\n [color]=\"badgeModel.colorSpec?.theme\"\n [stateColor]=\"badgeModel.colorSpec?.state\"\n [levelColor]=\"badgeModel.colorSpec?.level\"\n [class]=\"'elder-badge fill ' + elementClass\">\n <mat-chip-avatar clasS=\"elder-badge-avatar\"\n *ngIf=\"templates.avatar || badgeModel.showAvatar\"\n >\n <ng-container\n *ngTemplateOutlet=\"templates.avatar || simpleAvatarTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n </mat-chip-avatar>\n\n <ng-container\n *ngTemplateOutlet=\"templates.chip || simpleChipTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n\n <ng-content></ng-content>\n\n </mat-chip>\n </ng-container>\n</ng-container>\n\n<ng-template #simpleChipTemplate let-badgeModel>\n <!--\n <span class=\"elder-chip-text\">{{badgeModel.value | elderTruncate:20}}</span>\n -->\n {{badgeModel.value | elderTruncate:20}}\n</ng-template>\n\n<ng-template #simpleAvatarTemplate let-badgeModel>\n <mat-icon>{{badgeModel.avatarSpec?.icon}}</mat-icon>\n</ng-template>\n", styles: [".elder-badge{position:absolute!important;width:unset!important;max-width:unset!important;box-sizing:border-box}.elder-badge.mat-mdc-standard-chip{height:var(--mat-badge-text-size, 12px)4}.elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-size:var(--mat-badge-text-size, 12px);font-weight:var(--mat-badge-text-weight, 600)}.elder-badge .mdc-evolution-chip,.elder-badge .mdc-evolution-chip__cell,.elder-badge .mdc-evolution-chip__action{justify-content:center}.elder-badge.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:0;padding-right:0}.mat-badge-small .elder-badge.mat-badge-content{border-radius:16px;min-width:16px}.mat-badge-small.mat-badge-above .elder-badge.mat-badge-content{top:-7px!important}.mat-badge-small.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-small.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-small .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 3px!important}.mat-badge-small .elder-badge.mat-badge-content{line-height:14px!important}.mat-badge-medium .elder-badge.mat-badge-content{border-radius:22px;min-width:22px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-medium.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-medium .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-medium .elder-badge.mat-badge-content{line-height:20px!important}.mat-badge-large .elder-badge.mat-badge-content{border-radius:28px;min-width:28px}.mat-badge-large.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-large.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-large .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-large .elder-badge.mat-badge-content{line-height:26px!important}.elder-badge.mat-badge-content{transform:unset!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["role", "id", "aria-label", "aria-description", "value", "color", "removable", "highlighted", "disableRipple", "disabled"], outputs: ["removed", "destroyed"], exportAs: ["matChip"] }, { kind: "directive", type: ElderChipLabelDirective, selector: "[elderChipLabel]", inputs: ["appearance", "color", "stateColor", "levelColor"] }, { kind: "directive", type: MatChipAvatar, selector: "mat-chip-avatar, [matChipAvatar]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: ElderTruncatePipe, name: "elderTruncate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
127
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ElderBadgeComponent, isStandalone: true, selector: "elder-badge", inputs: { appearance: "appearance", value: "value", colorSpec: "colorSpec", badgeColor: "badgeColor", avatarSpec: "avatarSpec", setCssClass: ["cssClass", "setCssClass"], chipTemplate: "chipTemplate", chipAvatarTemplate: "chipAvatarTemplate" }, queries: [{ propertyName: "chipTemplateQuery", first: true, predicate: ElderBadgeChipDirective, descendants: true, read: TemplateRef }, { propertyName: "chipAvatarTemplateQuery", first: true, predicate: ElderBadgeChipAvatarDirective, descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-container *ngIf=\"templates$ | async as templates\">\n <ng-container *ngIf=\"badgeModel$ | async as badgeModel\">\n <mat-chip elderChipLabel [appearance]=\"appearance\"\n [color]=\"badgeModel.colorSpec?.theme\"\n [stateColor]=\"badgeModel.colorSpec?.state\"\n [levelColor]=\"badgeModel.colorSpec?.level\"\n [class]=\"'elder-badge fill ' + elementClass\">\n <mat-chip-avatar clasS=\"elder-badge-avatar\"\n *ngIf=\"templates.avatar || badgeModel.showAvatar\"\n >\n <ng-container\n *ngTemplateOutlet=\"templates.avatar || simpleAvatarTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n </mat-chip-avatar>\n\n <ng-container\n *ngTemplateOutlet=\"templates.chip || simpleChipTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n\n <ng-content></ng-content>\n\n </mat-chip>\n </ng-container>\n</ng-container>\n\n<ng-template #simpleChipTemplate let-badgeModel>\n <!--\n <span class=\"elder-chip-text\">{{badgeModel.value | elderTruncate:20}}</span>\n -->\n {{badgeModel.value | elderTruncate:20}}\n</ng-template>\n\n<ng-template #simpleAvatarTemplate let-badgeModel>\n <mat-icon>{{badgeModel.avatarSpec?.icon}}</mat-icon>\n</ng-template>\n", styles: [".elder-badge{position:absolute!important;width:unset!important;max-width:unset!important;box-sizing:border-box}.elder-badge.mat-mdc-standard-chip{height:var(--mat-badge-text-size, 12px)4}.elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-size:var(--mat-badge-text-size, 12px);font-weight:var(--mat-badge-text-weight, 600)}.elder-badge .mdc-evolution-chip,.elder-badge .mdc-evolution-chip__cell,.elder-badge .mdc-evolution-chip__action{justify-content:center}.elder-badge.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:0;padding-right:0}.mat-badge-small .elder-badge.mat-badge-content{border-radius:16px;min-width:16px}.mat-badge-small.mat-badge-above .elder-badge.mat-badge-content{top:-7px!important}.mat-badge-small.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-small.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-small .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 3px!important}.mat-badge-small .elder-badge.mat-badge-content{line-height:14px!important}.mat-badge-medium .elder-badge.mat-badge-content{border-radius:22px;min-width:22px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-medium.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-medium .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-medium .elder-badge.mat-badge-content{line-height:20px!important}.mat-badge-large .elder-badge.mat-badge-content{border-radius:28px;min-width:28px}.mat-badge-large.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-large.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-large .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-large .elder-badge.mat-badge-content{line-height:26px!important}.elder-badge.mat-badge-content{transform:unset!important}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["role", "id", "aria-label", "aria-description", "value", "color", "removable", "highlighted", "disableRipple", "disabled"], outputs: ["removed", "destroyed"], exportAs: ["matChip"] }, { kind: "directive", type: ElderChipLabelDirective, selector: "[elderChipLabel]", inputs: ["appearance", "color", "stateColor", "levelColor"] }, { kind: "directive", type: MatChipAvatar, selector: "mat-chip-avatar, [matChipAvatar]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: ElderTruncatePipe, name: "elderTruncate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeComponent, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{ selector: 'elder-badge', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [NgIf, MatChip, ElderChipLabelDirective, MatChipAvatar, NgTemplateOutlet, MatIcon, AsyncPipe, ElderTruncatePipe], template: "<ng-container *ngIf=\"templates$ | async as templates\">\n <ng-container *ngIf=\"badgeModel$ | async as badgeModel\">\n <mat-chip elderChipLabel [appearance]=\"appearance\"\n [color]=\"badgeModel.colorSpec?.theme\"\n [stateColor]=\"badgeModel.colorSpec?.state\"\n [levelColor]=\"badgeModel.colorSpec?.level\"\n [class]=\"'elder-badge fill ' + elementClass\">\n <mat-chip-avatar clasS=\"elder-badge-avatar\"\n *ngIf=\"templates.avatar || badgeModel.showAvatar\"\n >\n <ng-container\n *ngTemplateOutlet=\"templates.avatar || simpleAvatarTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n </mat-chip-avatar>\n\n <ng-container\n *ngTemplateOutlet=\"templates.chip || simpleChipTemplate; context: {$implicit: badgeModel}\">\n </ng-container>\n\n <ng-content></ng-content>\n\n </mat-chip>\n </ng-container>\n</ng-container>\n\n<ng-template #simpleChipTemplate let-badgeModel>\n <!--\n <span class=\"elder-chip-text\">{{badgeModel.value | elderTruncate:20}}</span>\n -->\n {{badgeModel.value | elderTruncate:20}}\n</ng-template>\n\n<ng-template #simpleAvatarTemplate let-badgeModel>\n <mat-icon>{{badgeModel.avatarSpec?.icon}}</mat-icon>\n</ng-template>\n", styles: [".elder-badge{position:absolute!important;width:unset!important;max-width:unset!important;box-sizing:border-box}.elder-badge.mat-mdc-standard-chip{height:var(--mat-badge-text-size, 12px)4}.elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-size:var(--mat-badge-text-size, 12px);font-weight:var(--mat-badge-text-weight, 600)}.elder-badge .mdc-evolution-chip,.elder-badge .mdc-evolution-chip__cell,.elder-badge .mdc-evolution-chip__action{justify-content:center}.elder-badge.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:0;padding-right:0}.mat-badge-small .elder-badge.mat-badge-content{border-radius:16px;min-width:16px}.mat-badge-small.mat-badge-above .elder-badge.mat-badge-content{top:-7px!important}.mat-badge-small.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-small.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-small .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 3px!important}.mat-badge-small .elder-badge.mat-badge-content{line-height:14px!important}.mat-badge-medium .elder-badge.mat-badge-content{border-radius:22px;min-width:22px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-medium.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-medium .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-medium .elder-badge.mat-badge-content{line-height:20px!important}.mat-badge-large .elder-badge.mat-badge-content{border-radius:28px;min-width:28px}.mat-badge-large.mat-badge-overlap.mat-badge-after .elder-badge.mat-badge-content{right:-5px;transform:translate(100%)!important}.mat-badge-large.mat-badge-overlap.mat-badge-before .elder-badge.mat-badge-content{left:-5px;transform:translate(-100%)!important}.mat-badge-large .elder-badge.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding:0 6px!important}.mat-badge-large .elder-badge.mat-badge-content{line-height:26px!important}.elder-badge.mat-badge-content{transform:unset!important}\n"] }]
132
132
  }], ctorParameters: () => [], propDecorators: { appearance: [{
@@ -98,10 +98,10 @@ export class ElderBadgeDirective {
98
98
  createElderBadgeComponent() {
99
99
  return this.viewContainerRef.createComponent(ElderBadgeComponent);
100
100
  }
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeDirective, deps: [{ token: i1.DomSanitizer }, { token: i0.ViewContainerRef }, { token: i2.MatBadge }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
102
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.4", type: ElderBadgeDirective, isStandalone: true, selector: "[elderBadge]", inputs: { badgeColor: "badgeColor", badgeIcon: "badgeIcon", elderBadge: "elderBadge", colorSpec: "colorSpec", avatarSpec: "avatarSpec" }, host: { properties: { "style": "this.style" } }, ngImport: i0 }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeDirective, deps: [{ token: i1.DomSanitizer }, { token: i0.ViewContainerRef }, { token: i2.MatBadge }, { token: i0.DestroyRef }], target: i0.ɵɵFactoryTarget.Directive }); }
102
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.0", type: ElderBadgeDirective, isStandalone: true, selector: "[elderBadge]", inputs: { badgeColor: "badgeColor", badgeIcon: "badgeIcon", elderBadge: "elderBadge", colorSpec: "colorSpec", avatarSpec: "avatarSpec" }, host: { properties: { "style": "this.style" } }, ngImport: i0 }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeDirective, decorators: [{
105
105
  type: Directive,
106
106
  args: [{
107
107
  selector: '[elderBadge]',
@@ -10,8 +10,8 @@ import * as i0 from "@angular/core";
10
10
  export * from './elder-badge/elder-badge.component';
11
11
  export * from './elder-badge.directive';
12
12
  export class ElderBadgeModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeModule, imports: [MatChipsModule,
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeModule, imports: [MatChipsModule,
15
15
  ElderChipsModule,
16
16
  AsyncPipe,
17
17
  NgIf,
@@ -25,13 +25,13 @@ export class ElderBadgeModule {
25
25
  ElderBadgeComponent,
26
26
  ElderBadgeChipDirective,
27
27
  ElderBadgeChipAvatarDirective] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeModule, imports: [MatChipsModule,
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeModule, imports: [MatChipsModule,
29
29
  ElderChipsModule,
30
30
  ElderPipesModule,
31
31
  MatIconModule,
32
32
  ElderBadgeComponent] }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderBadgeModule, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderBadgeModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  imports: [
@@ -5,10 +5,10 @@ export class ElderButtonGroupComponent {
5
5
  }
6
6
  ngOnInit() {
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ElderButtonGroupComponent, isStandalone: true, selector: "elder-button-group", ngImport: i0, template: "<div class=\"layout-row elder-button-group\">\n <ng-content></ng-content>\n</div>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ElderButtonGroupComponent, isStandalone: true, selector: "elder-button-group", ngImport: i0, template: "<div class=\"layout-row elder-button-group\">\n <ng-content></ng-content>\n</div>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupComponent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'elder-button-group', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, template: "<div class=\"layout-row elder-button-group\">\n <ng-content></ng-content>\n</div>\n" }]
14
14
  }], ctorParameters: () => [] });
@@ -7,18 +7,18 @@ import { MatButtonModule } from '@angular/material/button';
7
7
  import * as i0 from "@angular/core";
8
8
  export * from './elder-button-group/elder-button-group.component';
9
9
  export class ElderButtonGroupModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupModule, imports: [CommonModule,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupModule, imports: [CommonModule,
12
12
  MatMenuModule,
13
13
  MatIconModule,
14
14
  MatButtonModule,
15
15
  ElderButtonGroupComponent], exports: [ElderButtonGroupComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupModule, imports: [CommonModule,
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupModule, imports: [CommonModule,
17
17
  MatMenuModule,
18
18
  MatIconModule,
19
19
  MatButtonModule] }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderButtonGroupModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderButtonGroupModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [
@@ -78,10 +78,10 @@ export class ElderCardOrganizerComponent {
78
78
  onCardDropped(event) {
79
79
  this.cardDropped.next(event);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderCardOrganizerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
82
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ElderCardOrganizerComponent, isStandalone: true, selector: "elder-card-organizer", inputs: { canRemove: "canRemove", removeConfirmation: "removeConfirmation", copyOnDrag: "copyOnDrag", autoMoveCards: "autoMoveCards", headerEnabled: "headerEnabled", canEnterPredicate: "canEnterPredicate", organizerModel: "organizerModel" }, outputs: { requestNewCard: "requestNewCard", requestRemoveCard: "requestRemoveCard", cardClick: "cardClick", cardDropped: "cardDropped" }, host: { listeners: { "document:keydown.shift": "onKeydownHandler($event)", "document:keyup.shift": "onKeyupHandler($event)" } }, queries: [{ propertyName: "stackCardTemplate", first: true, predicate: ElderStackCardDirective, descendants: true, read: TemplateRef }], ngImport: i0, template: "\n<div class=\"layout-row place-start-stretch gap-lg full p-md card-organizer\">\n <elder-card-stack class=\"flex\"\n *ngFor=\"let stack of stacks$ | async\"\n\n [stack]=\"stack\"\n\n [stackId]=\"stack.id\"\n [headerEnabled]=\"headerEnabled\"\n [headerTitle]=\"stack.title\"\n [canRemove]=\"canRemove\"\n\n [cardTemplate]=\"stackCardTemplate\"\n [removeConfirmation]=\"removeConfirmation\"\n [autoMoveCards]=\"autoMoveCards\"\n (requestNewCard)=\"onRequestNewCard($event)\"\n (requestRemoveCard)=\"onRequestRemoveCard($event)\"\n (cardClick)=\"onCardClicked($event)\"\n\n [connectedTo]=\"organizerModel.stackIds | async\"\n (cardDropped)=\"onCardDropped($event)\"\n [canEnterPredicate]=\"canEnterPredicate\"\n [copyOnDrag]=\"copyOnDrag\"\n >\n </elder-card-stack>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: ElderCardStackComponent, selector: "elder-card-stack", inputs: ["stackId", "headerEnabled", "headerTitle", "canRemove", "canAdd", "canDrag", "removeConfirmation", "canEnterPredicate", "connectedTo", "autoMoveCards", "canCollapse", "copyOnDrag", "cardTemplate", "stack"], outputs: ["requestNewCard", "requestRemoveCard", "cardClick", "cardDropped"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderCardOrganizerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
82
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.0", type: ElderCardOrganizerComponent, isStandalone: true, selector: "elder-card-organizer", inputs: { canRemove: "canRemove", removeConfirmation: "removeConfirmation", copyOnDrag: "copyOnDrag", autoMoveCards: "autoMoveCards", headerEnabled: "headerEnabled", canEnterPredicate: "canEnterPredicate", organizerModel: "organizerModel" }, outputs: { requestNewCard: "requestNewCard", requestRemoveCard: "requestRemoveCard", cardClick: "cardClick", cardDropped: "cardDropped" }, host: { listeners: { "document:keydown.shift": "onKeydownHandler($event)", "document:keyup.shift": "onKeyupHandler($event)" } }, queries: [{ propertyName: "stackCardTemplate", first: true, predicate: ElderStackCardDirective, descendants: true, read: TemplateRef }], ngImport: i0, template: "\n<div class=\"layout-row place-start-stretch gap-lg full p-md card-organizer\">\n <elder-card-stack class=\"flex\"\n *ngFor=\"let stack of stacks$ | async\"\n\n [stack]=\"stack\"\n\n [stackId]=\"stack.id\"\n [headerEnabled]=\"headerEnabled\"\n [headerTitle]=\"stack.title\"\n [canRemove]=\"canRemove\"\n\n [cardTemplate]=\"stackCardTemplate\"\n [removeConfirmation]=\"removeConfirmation\"\n [autoMoveCards]=\"autoMoveCards\"\n (requestNewCard)=\"onRequestNewCard($event)\"\n (requestRemoveCard)=\"onRequestRemoveCard($event)\"\n (cardClick)=\"onCardClicked($event)\"\n\n [connectedTo]=\"organizerModel.stackIds | async\"\n (cardDropped)=\"onCardDropped($event)\"\n [canEnterPredicate]=\"canEnterPredicate\"\n [copyOnDrag]=\"copyOnDrag\"\n >\n </elder-card-stack>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: ElderCardStackComponent, selector: "elder-card-stack", inputs: ["stackId", "headerEnabled", "headerTitle", "canRemove", "canAdd", "canDrag", "removeConfirmation", "canEnterPredicate", "connectedTo", "autoMoveCards", "canCollapse", "copyOnDrag", "cardTemplate", "stack"], outputs: ["requestNewCard", "requestRemoveCard", "cardClick", "cardDropped"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ElderCardOrganizerComponent, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: ElderCardOrganizerComponent, decorators: [{
85
85
  type: Component,
86
86
  args: [{ selector: 'elder-card-organizer', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgFor, ElderCardStackComponent, AsyncPipe], template: "\n<div class=\"layout-row place-start-stretch gap-lg full p-md card-organizer\">\n <elder-card-stack class=\"flex\"\n *ngFor=\"let stack of stacks$ | async\"\n\n [stack]=\"stack\"\n\n [stackId]=\"stack.id\"\n [headerEnabled]=\"headerEnabled\"\n [headerTitle]=\"stack.title\"\n [canRemove]=\"canRemove\"\n\n [cardTemplate]=\"stackCardTemplate\"\n [removeConfirmation]=\"removeConfirmation\"\n [autoMoveCards]=\"autoMoveCards\"\n (requestNewCard)=\"onRequestNewCard($event)\"\n (requestRemoveCard)=\"onRequestRemoveCard($event)\"\n (cardClick)=\"onCardClicked($event)\"\n\n [connectedTo]=\"organizerModel.stackIds | async\"\n (cardDropped)=\"onCardDropped($event)\"\n [canEnterPredicate]=\"canEnterPredicate\"\n [copyOnDrag]=\"copyOnDrag\"\n >\n </elder-card-stack>\n</div>\n" }]
87
87
  }], ctorParameters: () => [], propDecorators: { canRemove: [{