@elderbyte/ngx-starter 17.5.0 → 17.6.0

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 (505) 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 +7 -7
  17. package/esm2022/lib/components/access-denied/elder-access-denied.module.mjs +11 -11
  18. package/esm2022/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +12 -11
  19. package/esm2022/lib/components/auditing/elder-audit.module.mjs +11 -11
  20. package/esm2022/lib/components/badge/elder-badge/elder-badge.component.mjs +20 -18
  21. package/esm2022/lib/components/badge/elder-badge.directive.mjs +6 -5
  22. package/esm2022/lib/components/badge/elder-badge.module.mjs +17 -17
  23. package/esm2022/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +5 -5
  24. package/esm2022/lib/components/button-group/elder-button-group.module.mjs +9 -8
  25. package/esm2022/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +7 -7
  26. package/esm2022/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +8 -5
  27. package/esm2022/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +13 -12
  28. package/esm2022/lib/components/card-organizer/elder-card-organizer.module.mjs +11 -9
  29. package/esm2022/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +6 -6
  30. package/esm2022/lib/components/cards/elder-card/elder-card.component.mjs +31 -26
  31. package/esm2022/lib/components/cards/elder-card/elder-card.module.mjs +14 -15
  32. package/esm2022/lib/components/chips/elder-chip-label.directive.mjs +6 -5
  33. package/esm2022/lib/components/chips/elder-chips.module.mjs +8 -9
  34. package/esm2022/lib/components/connectivity/elder-connectivity.module.mjs +10 -10
  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 +10 -10
  37. package/esm2022/lib/components/containers/elder-containers.module.mjs +7 -8
  38. package/esm2022/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +6 -6
  39. package/esm2022/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +7 -7
  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 +10 -10
  42. package/esm2022/lib/components/currency/elder-currency.module.mjs +7 -8
  43. package/esm2022/lib/components/currency/elder-currency.pipe.mjs +6 -5
  44. package/esm2022/lib/components/data-transfer/elder-data-transfer.module.mjs +17 -14
  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 +10 -10
  47. package/esm2022/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +8 -8
  48. package/esm2022/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +13 -13
  49. package/esm2022/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +10 -10
  50. package/esm2022/lib/components/data-view/base/elder-data-view-base.mjs +3 -3
  51. package/esm2022/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +9 -8
  52. package/esm2022/lib/components/data-view/common/elder-data-common.module.mjs +18 -15
  53. package/esm2022/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +24 -13
  54. package/esm2022/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +11 -10
  55. package/esm2022/lib/components/data-view/common/selection/data-context-selection.directive.mjs +6 -5
  56. package/esm2022/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +8 -8
  57. package/esm2022/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +33 -28
  58. package/esm2022/lib/components/data-view/grid/elder-grid.module.mjs +12 -12
  59. package/esm2022/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.mjs +10 -10
  60. package/esm2022/lib/components/data-view/master-detail/elder-detail.directive.mjs +8 -5
  61. package/esm2022/lib/components/data-view/master-detail/elder-master-activation.directive.mjs +5 -4
  62. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.component.mjs +7 -7
  63. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.module.mjs +19 -19
  64. package/esm2022/lib/components/data-view/master-detail/elder-master-detail.service.mjs +3 -3
  65. package/esm2022/lib/components/data-view/master-detail/elder-master.directive.mjs +6 -5
  66. package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +5 -5
  67. package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +8 -7
  68. package/esm2022/lib/components/data-view/table/activation/elder-delete-active.directive.mjs +6 -5
  69. package/esm2022/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +6 -5
  70. package/esm2022/lib/components/data-view/table/elder-number-cell.directive.mjs +6 -5
  71. package/esm2022/lib/components/data-view/table/elder-paginator-intl.mjs +3 -3
  72. package/esm2022/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +8 -5
  73. package/esm2022/lib/components/data-view/table/elder-table/elder-table.component.mjs +17 -20
  74. package/esm2022/lib/components/data-view/table/elder-table-column.directive.mjs +6 -5
  75. package/esm2022/lib/components/data-view/table/elder-table-extension.directive.mjs +6 -5
  76. package/esm2022/lib/components/data-view/table/elder-table-root.directive.mjs +6 -5
  77. package/esm2022/lib/components/data-view/table/elder-table-row.directive.mjs +6 -5
  78. package/esm2022/lib/components/data-view/table/elder-table-sort.directive.mjs +8 -5
  79. package/esm2022/lib/components/data-view/table/elder-table.module.mjs +19 -19
  80. package/esm2022/lib/components/data-view/table/model/elder-table-model.mjs +3 -3
  81. package/esm2022/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +13 -11
  82. package/esm2022/lib/components/dialogs/elder-dialog.module.mjs +15 -13
  83. package/esm2022/lib/components/dialogs/elder-dialog.service.mjs +3 -3
  84. package/esm2022/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +16 -14
  85. package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +10 -9
  86. package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +6 -5
  87. package/esm2022/lib/components/errors/elder-error.module.mjs +11 -11
  88. package/esm2022/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +10 -10
  89. package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +8 -8
  90. package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +8 -8
  91. package/esm2022/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +6 -6
  92. package/esm2022/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.mjs +9 -8
  93. package/esm2022/lib/components/files/drag-n-drop/global-drag-drop.service.mjs +3 -3
  94. package/esm2022/lib/components/files/elder-file-drop-zone.directive.mjs +6 -5
  95. package/esm2022/lib/components/files/elder-file-select.directive.mjs +6 -5
  96. package/esm2022/lib/components/files/elder-file.module.mjs +16 -14
  97. package/esm2022/lib/components/files/file-select/file-select.component.mjs +8 -8
  98. package/esm2022/lib/components/files/file-upload/file-upload.component.mjs +13 -13
  99. package/esm2022/lib/components/forms/clipboard/elder-clipboard.service.mjs +3 -3
  100. package/esm2022/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +3 -3
  101. package/esm2022/lib/components/forms/directives/elder-clipboard-put.directive.mjs +6 -5
  102. package/esm2022/lib/components/forms/directives/elder-delayed-focus.directive.mjs +6 -5
  103. package/esm2022/lib/components/forms/directives/elder-form-field-dense.directive.mjs +5 -4
  104. package/esm2022/lib/components/forms/directives/elder-form-field-label.directive.mjs +6 -5
  105. package/esm2022/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +6 -5
  106. package/esm2022/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +6 -5
  107. package/esm2022/lib/components/forms/directives/elder-forms-directives.module.mjs +8 -11
  108. package/esm2022/lib/components/forms/directives/elder-initial-value.directive.mjs +6 -5
  109. package/esm2022/lib/components/forms/directives/elder-input-pattern.directive.mjs +6 -5
  110. package/esm2022/lib/components/forms/directives/elder-key-event.directive.mjs +6 -5
  111. package/esm2022/lib/components/forms/directives/elder-next-focusable.directive.mjs +6 -5
  112. package/esm2022/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +6 -5
  113. package/esm2022/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +6 -5
  114. package/esm2022/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +6 -5
  115. package/esm2022/lib/components/forms/directives/elder-touched.directive.mjs +6 -5
  116. package/esm2022/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +6 -5
  117. package/esm2022/lib/components/forms/directives/validation/elder-validation-error.directive.mjs +6 -5
  118. package/esm2022/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.mjs +3 -3
  119. package/esm2022/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.mjs +3 -3
  120. package/esm2022/lib/components/forms/directives/validation/validation-message-renderer.service.mjs +3 -3
  121. package/esm2022/lib/components/forms/directives/validation/validators/elder-max.validator.mjs +6 -5
  122. package/esm2022/lib/components/forms/directives/validation/validators/elder-min.validator.mjs +6 -5
  123. package/esm2022/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.mjs +6 -5
  124. package/esm2022/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.mjs +6 -5
  125. package/esm2022/lib/components/forms/elder-forms.module.mjs +4 -4
  126. package/esm2022/lib/components/forms/search/domain/context/search-context.service.mjs +3 -3
  127. package/esm2022/lib/components/forms/search/domain/url/elder-search-url.directive.mjs +6 -5
  128. package/esm2022/lib/components/forms/search/domain/url/elder-search-url.service.mjs +3 -3
  129. package/esm2022/lib/components/forms/search/elder-search-context.directive.mjs +6 -5
  130. package/esm2022/lib/components/forms/search/elder-search-input.directive.mjs +6 -5
  131. package/esm2022/lib/components/forms/search/elder-search.module.mjs +15 -15
  132. package/esm2022/lib/components/forms/search/search-box/elder-search-box.component.mjs +21 -19
  133. package/esm2022/lib/components/forms/search/search-box/elder-search-panel.component.mjs +6 -5
  134. package/esm2022/lib/components/global-search/elder-global-search.component.mjs +13 -12
  135. package/esm2022/lib/components/global-search/elder-global-search.module.mjs +6 -9
  136. package/esm2022/lib/components/global-search/elder-global-search.service.mjs +3 -3
  137. package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +6 -6
  138. package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +8 -9
  139. package/esm2022/lib/components/headers/elder-header/elder-header.component.mjs +6 -5
  140. package/esm2022/lib/components/headers/elder-header.module.mjs +10 -9
  141. package/esm2022/lib/components/http-support/elder-http-client.service.mjs +3 -3
  142. package/esm2022/lib/components/i18n/entities/elder-i18n-entities.module.mjs +24 -22
  143. package/esm2022/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +15 -13
  144. package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +14 -13
  145. package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +3 -3
  146. package/esm2022/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +20 -18
  147. package/esm2022/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +8 -5
  148. package/esm2022/lib/components/i18n/entities/elder-localized-texts.directive.mjs +6 -5
  149. package/esm2022/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +6 -5
  150. package/esm2022/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +6 -5
  151. package/esm2022/lib/components/i18n/entities/picker/localisation-picker.service.mjs +3 -3
  152. package/esm2022/lib/components/i18n/language/elder-language-interceptor.mjs +3 -3
  153. package/esm2022/lib/components/i18n/language/elder-language.module.mjs +11 -11
  154. package/esm2022/lib/components/i18n/language/elder-language.service.mjs +3 -3
  155. package/esm2022/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +16 -14
  156. package/esm2022/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +4 -4
  157. package/esm2022/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.mjs +5 -6
  158. package/esm2022/lib/components/iframes/data-view/data-view-iframe-adapter.directive.mjs +6 -5
  159. package/esm2022/lib/components/iframes/elder-iframe.module.mjs +18 -15
  160. package/esm2022/lib/components/iframes/iframe-close.directive.mjs +5 -4
  161. package/esm2022/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +7 -7
  162. package/esm2022/lib/components/iframes/iframe-host/iframe-host.component.mjs +11 -11
  163. package/esm2022/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +7 -7
  164. package/esm2022/lib/components/iframes/iframe.service.mjs +3 -3
  165. package/esm2022/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +6 -5
  166. package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +8 -5
  167. package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +8 -11
  168. package/esm2022/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.mjs +12 -12
  169. package/esm2022/lib/components/input/autocomplete/elder-autocomplete-many.directive.mjs +6 -5
  170. package/esm2022/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +6 -5
  171. package/esm2022/lib/components/input/autocomplete/elder-autocomplete.module.mjs +14 -14
  172. package/esm2022/lib/components/labels/elder-labels.module.mjs +10 -8
  173. package/esm2022/lib/components/labels/labels-input/labels-input.component.mjs +16 -15
  174. package/esm2022/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.mjs +9 -8
  175. package/esm2022/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.mjs +6 -5
  176. package/esm2022/lib/components/measures/directives/elder-unit-select.directive.mjs +6 -5
  177. package/esm2022/lib/components/measures/elder-measures.module.mjs +24 -22
  178. package/esm2022/lib/components/measures/elder-quantity-transform.pipe.mjs +6 -5
  179. package/esm2022/lib/components/measures/elder-quantity.pipe.mjs +6 -5
  180. package/esm2022/lib/components/measures/elder-unit.service.mjs +3 -3
  181. package/esm2022/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.mjs +11 -10
  182. package/esm2022/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.mjs +11 -8
  183. package/esm2022/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.mjs +6 -5
  184. package/esm2022/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.mjs +6 -5
  185. package/esm2022/lib/components/measures/util/elder-quantity.service.mjs +3 -3
  186. package/esm2022/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +17 -17
  187. package/esm2022/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +10 -10
  188. package/esm2022/lib/components/navigation/nav/elder-nav.module.mjs +16 -15
  189. package/esm2022/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +8 -8
  190. package/esm2022/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +11 -11
  191. package/esm2022/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +5 -5
  192. package/esm2022/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +6 -5
  193. package/esm2022/lib/components/navigation/toolbar/elder-toolbar.module.mjs +13 -12
  194. package/esm2022/lib/components/navigation/toolbar/elder-toolbar.service.mjs +3 -3
  195. package/esm2022/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +9 -9
  196. package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +8 -7
  197. package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +3 -3
  198. package/esm2022/lib/components/overlays/elder-overlay-origin.directive.mjs +6 -5
  199. package/esm2022/lib/components/overlays/elder-overlay-trigger.directive.mjs +6 -5
  200. package/esm2022/lib/components/overlays/elder-overlay.component.mjs +6 -5
  201. package/esm2022/lib/components/overlays/elder-overlay.module.mjs +9 -10
  202. package/esm2022/lib/components/panels/card-panel/elder-card-panel.component.mjs +5 -5
  203. package/esm2022/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.mjs +5 -5
  204. package/esm2022/lib/components/panels/elder-panel.module.mjs +8 -9
  205. package/esm2022/lib/components/panels/flat/elder-panel.component.mjs +5 -5
  206. package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.mjs +6 -5
  207. package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel.component.mjs +20 -14
  208. package/esm2022/lib/components/scrollbar/elder-scrollbar.directive.mjs +6 -5
  209. package/esm2022/lib/components/scrollbar/elder-scrollbar.module.mjs +6 -6
  210. package/esm2022/lib/components/select/auto/elder-auto-select-first.directive.mjs +6 -5
  211. package/esm2022/lib/components/select/elder-select-base.mjs +3 -3
  212. package/esm2022/lib/components/select/elder-select-chip.directive.mjs +16 -13
  213. package/esm2022/lib/components/select/elder-select-on-tab.directive.mjs +6 -5
  214. package/esm2022/lib/components/select/elder-select-value.directive.mjs +8 -5
  215. package/esm2022/lib/components/select/elder-select.module.mjs +26 -23
  216. package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.mjs +5 -5
  217. package/esm2022/lib/components/select/multi/elder-multi-select-base.mjs +3 -3
  218. package/esm2022/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.mjs +14 -15
  219. package/esm2022/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +16 -18
  220. package/esm2022/lib/components/select/multi/elder-multi-select-form-field.mjs +3 -3
  221. package/esm2022/lib/components/select/multi/elder-mutli-select-all-directive.mjs +6 -5
  222. package/esm2022/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.mjs +5 -4
  223. package/esm2022/lib/components/select/popup/selection-model-popup.directive.mjs +6 -5
  224. package/esm2022/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +13 -12
  225. package/esm2022/lib/components/select/single/elder-clear-select.directive.mjs +6 -5
  226. package/esm2022/lib/components/select/single/elder-select/elder-select.component.mjs +18 -16
  227. package/esm2022/lib/components/select/single/elder-select-form-field.mjs +3 -3
  228. package/esm2022/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +8 -8
  229. package/esm2022/lib/components/select-chip-list/elder-chip-list-select.module.mjs +10 -10
  230. package/esm2022/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +3 -3
  231. package/esm2022/lib/components/shell/drawers/elder-router-outlet.service.mjs +3 -3
  232. package/esm2022/lib/components/shell/elder-shell-slot.directive.mjs +6 -5
  233. package/esm2022/lib/components/shell/elder-shell.module.mjs +18 -16
  234. package/esm2022/lib/components/shell/elder-shell.service.mjs +3 -3
  235. package/esm2022/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +8 -8
  236. package/esm2022/lib/components/shell/shell/elder-shell.component.mjs +34 -25
  237. package/esm2022/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +8 -8
  238. package/esm2022/lib/components/tabs/elder-tab/elder-tab.directive.mjs +6 -5
  239. package/esm2022/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +6 -5
  240. package/esm2022/lib/components/tabs/elder-tab.module.mjs +8 -9
  241. package/esm2022/lib/components/theme/elder-theme-applier.directive.mjs +6 -5
  242. package/esm2022/lib/components/theme/elder-theme-preference.service.mjs +3 -3
  243. package/esm2022/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.mjs +10 -9
  244. package/esm2022/lib/components/theme/elder-theme.directive.mjs +6 -5
  245. package/esm2022/lib/components/theme/elder-theme.module.mjs +12 -12
  246. package/esm2022/lib/components/theme/elder-theme.service.mjs +3 -3
  247. package/esm2022/lib/components/time/date-adapters/custom-date-adapter.mjs +3 -3
  248. package/esm2022/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +10 -9
  249. package/esm2022/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +11 -10
  250. package/esm2022/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +10 -8
  251. package/esm2022/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +14 -12
  252. package/esm2022/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +15 -14
  253. package/esm2022/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +10 -8
  254. package/esm2022/lib/components/time/elder-time.module.mjs +23 -17
  255. package/esm2022/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +11 -11
  256. package/esm2022/lib/components/time/pipes/to-iso-date-string.pipe.mjs +6 -5
  257. package/esm2022/lib/components/toasts/elder-toast.module.mjs +6 -7
  258. package/esm2022/lib/components/toasts/elder-toast.service.mjs +3 -3
  259. package/esm2022/lib/components/toasts/standard-toast/standard-toast.component.mjs +8 -8
  260. package/esm2022/lib/components/url-fragment/elder-url-fragment.module.mjs +11 -11
  261. package/esm2022/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +10 -10
  262. package/esm2022/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +5 -5
  263. package/esm2022/lib/components/viewers/elder-viewers.module.mjs +8 -9
  264. package/esm2022/lib/features/event-source/elder-event-source.service.mjs +3 -3
  265. package/esm2022/lib/features/kafent/access-token-provider.mjs +3 -3
  266. package/esm2022/lib/features/kafent/kafent-config.mjs +3 -3
  267. package/esm2022/lib/features/kafent/kafent-event-stream.mjs +3 -3
  268. package/esm2022/lib/features/kafent/kafent-event.service.mjs +3 -3
  269. package/esm2022/lib/features/kafent/kafent.module.mjs +4 -4
  270. package/esm2022/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +3 -3
  271. package/esm2022/lib/pipes/bytes.pipe.mjs +8 -5
  272. package/esm2022/lib/pipes/elder-pipes.module.mjs +21 -18
  273. package/esm2022/lib/pipes/elder-repeat.pipe.mjs +8 -5
  274. package/esm2022/lib/pipes/elder-round.pipe.mjs +6 -5
  275. package/esm2022/lib/pipes/elder-safe-url.pipe.mjs +6 -5
  276. package/esm2022/lib/pipes/elder-truncate.pipe.mjs +6 -5
  277. package/esm2022/lib/pipes/iso-duration.pipe.mjs +6 -5
  278. package/esm2022/lib/pipes/iso-interval-parse.pipe.mjs +6 -5
  279. package/esm2022/lib/pipes/iso-interval.pipe.mjs +6 -5
  280. package/esm2022/lib/pipes/time-ago.pipe.mjs +6 -5
  281. package/esm2022/lib/pipes/time-duration.pipe.mjs +6 -5
  282. package/esm2022/lib/pipes/weight.pipe.mjs +8 -5
  283. package/fesm2022/elderbyte-ngx-starter.mjs +2008 -1854
  284. package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
  285. package/lib/components/access-denied/elder-access-denied.component.d.ts +1 -1
  286. package/lib/components/access-denied/elder-access-denied.module.d.ts +5 -5
  287. package/lib/components/auditing/audited-entity/elder-audited-entity.component.d.ts +1 -1
  288. package/lib/components/auditing/elder-audit.module.d.ts +7 -7
  289. package/lib/components/badge/elder-badge/elder-badge.component.d.ts +3 -3
  290. package/lib/components/badge/elder-badge.directive.d.ts +1 -1
  291. package/lib/components/badge/elder-badge.module.d.ts +8 -8
  292. package/lib/components/button-group/elder-button-group/elder-button-group.component.d.ts +1 -1
  293. package/lib/components/button-group/elder-button-group.module.d.ts +6 -6
  294. package/lib/components/card-organizer/card-organizer/elder-card-organizer.component.d.ts +1 -1
  295. package/lib/components/card-organizer/card-organizer/elder-stack-card.directive.d.ts +1 -1
  296. package/lib/components/card-organizer/card-stack/elder-card-stack.component.d.ts +1 -1
  297. package/lib/components/card-organizer/elder-card-organizer.module.d.ts +12 -12
  298. package/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.d.ts +1 -1
  299. package/lib/components/cards/elder-card/elder-card.component.d.ts +6 -6
  300. package/lib/components/cards/elder-card/elder-card.module.d.ts +7 -7
  301. package/lib/components/chips/elder-chip-label.directive.d.ts +1 -1
  302. package/lib/components/chips/elder-chips.module.d.ts +6 -6
  303. package/lib/components/connectivity/elder-connectivity.module.d.ts +8 -8
  304. package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts +1 -1
  305. package/lib/components/containers/elder-containers.module.d.ts +3 -3
  306. package/lib/components/containers/elder-scroll-container/elder-scroll-container.component.d.ts +1 -1
  307. package/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.d.ts +1 -1
  308. package/lib/components/csv/elder-csv.module.d.ts +5 -5
  309. package/lib/components/currency/elder-currency.module.d.ts +3 -3
  310. package/lib/components/currency/elder-currency.pipe.d.ts +1 -1
  311. package/lib/components/data-transfer/elder-data-transfer.module.d.ts +17 -17
  312. package/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.d.ts +1 -1
  313. package/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.d.ts +1 -1
  314. package/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.d.ts +1 -1
  315. package/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.d.ts +1 -1
  316. package/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.d.ts +1 -1
  317. package/lib/components/data-view/common/elder-data-common.module.d.ts +19 -19
  318. package/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.d.ts +2 -2
  319. package/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.d.ts +1 -1
  320. package/lib/components/data-view/common/selection/data-context-selection.directive.d.ts +1 -1
  321. package/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.d.ts +1 -1
  322. package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +3 -3
  323. package/lib/components/data-view/grid/elder-grid.module.d.ts +19 -19
  324. package/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.d.ts +1 -1
  325. package/lib/components/data-view/master-detail/elder-detail.directive.d.ts +1 -1
  326. package/lib/components/data-view/master-detail/elder-master-activation.directive.d.ts +1 -1
  327. package/lib/components/data-view/master-detail/elder-master-detail.component.d.ts +1 -1
  328. package/lib/components/data-view/master-detail/elder-master-detail.module.d.ts +23 -23
  329. package/lib/components/data-view/master-detail/elder-master.directive.d.ts +1 -1
  330. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.d.ts +1 -1
  331. package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.d.ts +22 -22
  332. package/lib/components/data-view/table/activation/elder-delete-active.directive.d.ts +1 -1
  333. package/lib/components/data-view/table/activation/elder-table-activation.directive.d.ts +1 -1
  334. package/lib/components/data-view/table/elder-number-cell.directive.d.ts +1 -1
  335. package/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.d.ts +1 -1
  336. package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +1 -1
  337. package/lib/components/data-view/table/elder-table-column.directive.d.ts +1 -1
  338. package/lib/components/data-view/table/elder-table-extension.directive.d.ts +1 -1
  339. package/lib/components/data-view/table/elder-table-root.directive.d.ts +1 -1
  340. package/lib/components/data-view/table/elder-table-row.directive.d.ts +1 -1
  341. package/lib/components/data-view/table/elder-table-sort.directive.d.ts +1 -1
  342. package/lib/components/data-view/table/elder-table.module.d.ts +32 -32
  343. package/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.d.ts +1 -1
  344. package/lib/components/dialogs/elder-dialog.module.d.ts +16 -16
  345. package/lib/components/dialogs/question-dialog/elder-question-dialog.component.d.ts +1 -1
  346. package/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.d.ts +1 -1
  347. package/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.d.ts +1 -1
  348. package/lib/components/errors/elder-error.module.d.ts +6 -6
  349. package/lib/components/errors/exception-detail/elder-exception-detail.component.d.ts +1 -1
  350. package/lib/components/expand-toggle-button/elder-expand-toggle-button.component.d.ts +1 -1
  351. package/lib/components/expand-toggle-button/elder-expand-toggle-button.module.d.ts +6 -6
  352. package/lib/components/files/blob-viewer/elder-blob-viewer.component.d.ts +1 -1
  353. package/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.d.ts +1 -1
  354. package/lib/components/files/elder-file-drop-zone.directive.d.ts +1 -1
  355. package/lib/components/files/elder-file-select.directive.d.ts +1 -1
  356. package/lib/components/files/elder-file.module.d.ts +14 -14
  357. package/lib/components/files/file-select/file-select.component.d.ts +1 -1
  358. package/lib/components/files/file-upload/file-upload.component.d.ts +1 -1
  359. package/lib/components/forms/directives/elder-clipboard-put.directive.d.ts +1 -1
  360. package/lib/components/forms/directives/elder-delayed-focus.directive.d.ts +1 -1
  361. package/lib/components/forms/directives/elder-form-field-dense.directive.d.ts +1 -1
  362. package/lib/components/forms/directives/elder-form-field-label.directive.d.ts +1 -1
  363. package/lib/components/forms/directives/elder-form-field-no-hint.directive.d.ts +1 -1
  364. package/lib/components/forms/directives/elder-form-field-no-spinner.directive.d.ts +1 -1
  365. package/lib/components/forms/directives/elder-forms-directives.module.d.ts +22 -22
  366. package/lib/components/forms/directives/elder-initial-value.directive.d.ts +1 -1
  367. package/lib/components/forms/directives/elder-input-pattern.directive.d.ts +1 -1
  368. package/lib/components/forms/directives/elder-key-event.directive.d.ts +1 -1
  369. package/lib/components/forms/directives/elder-next-focusable.directive.d.ts +1 -1
  370. package/lib/components/forms/directives/elder-plug-parent-form.directive.d.ts +1 -1
  371. package/lib/components/forms/directives/elder-stop-event-propagation.directive.d.ts +1 -1
  372. package/lib/components/forms/directives/elder-tab-focus-trap.directive.d.ts +1 -1
  373. package/lib/components/forms/directives/elder-touched.directive.d.ts +1 -1
  374. package/lib/components/forms/directives/elder-triple-state-checkbox.directive.d.ts +1 -1
  375. package/lib/components/forms/directives/validation/elder-validation-error.directive.d.ts +1 -1
  376. package/lib/components/forms/directives/validation/validators/elder-max.validator.d.ts +1 -1
  377. package/lib/components/forms/directives/validation/validators/elder-min.validator.d.ts +1 -1
  378. package/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.d.ts +1 -1
  379. package/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.d.ts +1 -1
  380. package/lib/components/forms/search/domain/url/elder-search-url.directive.d.ts +1 -1
  381. package/lib/components/forms/search/elder-search-context.directive.d.ts +1 -1
  382. package/lib/components/forms/search/elder-search-input.directive.d.ts +1 -1
  383. package/lib/components/forms/search/elder-search.module.d.ts +18 -18
  384. package/lib/components/forms/search/search-box/elder-search-box.component.d.ts +1 -1
  385. package/lib/components/forms/search/search-box/elder-search-panel.component.d.ts +1 -1
  386. package/lib/components/global-search/elder-global-search.component.d.ts +1 -1
  387. package/lib/components/global-search/elder-global-search.module.d.ts +8 -8
  388. package/lib/components/graph/elder-progress-bar/elder-progress-bar.component.d.ts +1 -1
  389. package/lib/components/graph/elder-progress-bar/elder-progress-bar.module.d.ts +3 -3
  390. package/lib/components/headers/elder-header/elder-header.component.d.ts +1 -1
  391. package/lib/components/headers/elder-header.module.d.ts +5 -5
  392. package/lib/components/i18n/entities/elder-i18n-entities.module.d.ts +24 -24
  393. package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts +1 -1
  394. package/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.d.ts +1 -1
  395. package/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.d.ts +1 -1
  396. package/lib/components/i18n/entities/elder-localized-text-column.directive.d.ts +1 -1
  397. package/lib/components/i18n/entities/elder-localized-texts.directive.d.ts +1 -1
  398. package/lib/components/i18n/entities/picker/i18n-pick-async.pipe.d.ts +1 -1
  399. package/lib/components/i18n/entities/picker/i18n-pick.pipe.d.ts +1 -1
  400. package/lib/components/i18n/language/elder-language.module.d.ts +10 -10
  401. package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts +1 -1
  402. package/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.d.ts +1 -1
  403. package/lib/components/iframes/data-view/data-view-iframe-adapter.directive.d.ts +1 -1
  404. package/lib/components/iframes/elder-iframe.module.d.ts +16 -16
  405. package/lib/components/iframes/iframe-close.directive.d.ts +1 -1
  406. package/lib/components/iframes/iframe-dialog/iframe-dialog.component.d.ts +1 -1
  407. package/lib/components/iframes/iframe-host/iframe-host.component.d.ts +1 -1
  408. package/lib/components/iframes/iframe-side-content/iframe-side-content.component.d.ts +1 -1
  409. package/lib/components/infinitescroll/elder-infinite-autocomplete.directive.d.ts +1 -1
  410. package/lib/components/infinitescroll/elder-infinite-scroll.directive.d.ts +1 -1
  411. package/lib/components/infinitescroll/elder-infinite-scroll.module.d.ts +4 -4
  412. package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.d.ts +1 -1
  413. package/lib/components/input/autocomplete/elder-autocomplete-many.directive.d.ts +1 -1
  414. package/lib/components/input/autocomplete/elder-autocomplete.directive.d.ts +1 -1
  415. package/lib/components/input/autocomplete/elder-autocomplete.module.d.ts +11 -11
  416. package/lib/components/labels/elder-labels.module.d.ts +9 -9
  417. package/lib/components/labels/labels-input/labels-input.component.d.ts +1 -1
  418. package/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.d.ts +1 -1
  419. package/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.d.ts +1 -1
  420. package/lib/components/measures/directives/elder-unit-select.directive.d.ts +1 -1
  421. package/lib/components/measures/elder-measures.module.d.ts +17 -17
  422. package/lib/components/measures/elder-quantity-transform.pipe.d.ts +1 -1
  423. package/lib/components/measures/elder-quantity.pipe.d.ts +1 -1
  424. package/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.d.ts +1 -1
  425. package/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.d.ts +1 -1
  426. package/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.d.ts +1 -1
  427. package/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.d.ts +1 -1
  428. package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts +1 -1
  429. package/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.d.ts +11 -11
  430. package/lib/components/navigation/nav/elder-nav.module.d.ts +12 -12
  431. package/lib/components/navigation/nav/nav-group/elder-nav-group.component.d.ts +1 -1
  432. package/lib/components/navigation/nav/nav-link/elder-nav-link.component.d.ts +1 -1
  433. package/lib/components/navigation/nav/nav-list/elder-nav-list.component.d.ts +1 -1
  434. package/lib/components/navigation/toolbar/elder-toolbar-column.directive.d.ts +1 -1
  435. package/lib/components/navigation/toolbar/elder-toolbar.module.d.ts +13 -13
  436. package/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.d.ts +1 -1
  437. package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.d.ts +1 -1
  438. package/lib/components/overlays/elder-overlay-origin.directive.d.ts +1 -1
  439. package/lib/components/overlays/elder-overlay-trigger.directive.d.ts +1 -1
  440. package/lib/components/overlays/elder-overlay.component.d.ts +1 -1
  441. package/lib/components/overlays/elder-overlay.module.d.ts +6 -6
  442. package/lib/components/panels/card-panel/elder-card-panel.component.d.ts +1 -1
  443. package/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.d.ts +1 -1
  444. package/lib/components/panels/elder-panel.module.d.ts +8 -8
  445. package/lib/components/panels/flat/elder-panel.component.d.ts +1 -1
  446. package/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.d.ts +1 -1
  447. package/lib/components/panels/toggle-panel/elder-toggle-panel.component.d.ts +3 -3
  448. package/lib/components/scrollbar/elder-scrollbar.directive.d.ts +1 -1
  449. package/lib/components/scrollbar/elder-scrollbar.module.d.ts +1 -1
  450. package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +1 -1
  451. package/lib/components/select/elder-select-chip.directive.d.ts +3 -3
  452. package/lib/components/select/elder-select-on-tab.directive.d.ts +1 -1
  453. package/lib/components/select/elder-select-value.directive.d.ts +1 -1
  454. package/lib/components/select/elder-select.module.d.ts +37 -37
  455. package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts +1 -1
  456. package/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.d.ts +1 -1
  457. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +1 -1
  458. package/lib/components/select/multi/elder-mutli-select-all-directive.d.ts +1 -1
  459. package/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.d.ts +1 -1
  460. package/lib/components/select/popup/selection-model-popup.directive.d.ts +1 -1
  461. package/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.d.ts +1 -1
  462. package/lib/components/select/single/elder-clear-select.directive.d.ts +1 -1
  463. package/lib/components/select/single/elder-select/elder-select.component.d.ts +1 -1
  464. package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts +1 -1
  465. package/lib/components/select-chip-list/elder-chip-list-select.module.d.ts +6 -6
  466. package/lib/components/shell/elder-shell-slot.directive.d.ts +1 -1
  467. package/lib/components/shell/elder-shell.module.d.ts +16 -16
  468. package/lib/components/shell/header/elder-app-header/elder-app-header.component.d.ts +1 -1
  469. package/lib/components/shell/shell/elder-shell.component.d.ts +4 -4
  470. package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts +1 -1
  471. package/lib/components/tabs/elder-tab/elder-tab.directive.d.ts +1 -1
  472. package/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.d.ts +1 -1
  473. package/lib/components/tabs/elder-tab.module.d.ts +5 -5
  474. package/lib/components/theme/elder-theme-applier.directive.d.ts +1 -1
  475. package/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.d.ts +1 -1
  476. package/lib/components/theme/elder-theme.directive.d.ts +1 -1
  477. package/lib/components/theme/elder-theme.module.d.ts +8 -8
  478. package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts +1 -1
  479. package/lib/components/time/elder-date-switcher/elder-date-switcher.component.d.ts +1 -1
  480. package/lib/components/time/elder-date-time-input/elder-date-time-input.component.d.ts +1 -1
  481. package/lib/components/time/elder-interval-input/elder-interval-input.component.d.ts +1 -1
  482. package/lib/components/time/elder-local-date-input/elder-local-date-input.component.d.ts +1 -1
  483. package/lib/components/time/elder-local-time-input/elder-local-time-input.component.d.ts +1 -1
  484. package/lib/components/time/elder-time.module.d.ts +19 -19
  485. package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +1 -1
  486. package/lib/components/time/pipes/to-iso-date-string.pipe.d.ts +1 -1
  487. package/lib/components/toasts/elder-toast.module.d.ts +6 -6
  488. package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +1 -1
  489. package/lib/components/url-fragment/elder-url-fragment.module.d.ts +10 -10
  490. package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts +1 -1
  491. package/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.d.ts +1 -1
  492. package/lib/components/viewers/elder-viewers.module.d.ts +3 -3
  493. package/lib/pipes/bytes.pipe.d.ts +1 -1
  494. package/lib/pipes/elder-pipes.module.d.ts +15 -15
  495. package/lib/pipes/elder-repeat.pipe.d.ts +1 -1
  496. package/lib/pipes/elder-round.pipe.d.ts +1 -1
  497. package/lib/pipes/elder-safe-url.pipe.d.ts +1 -1
  498. package/lib/pipes/elder-truncate.pipe.d.ts +1 -1
  499. package/lib/pipes/iso-duration.pipe.d.ts +1 -1
  500. package/lib/pipes/iso-interval-parse.pipe.d.ts +1 -1
  501. package/lib/pipes/iso-interval.pipe.d.ts +1 -1
  502. package/lib/pipes/time-ago.pipe.d.ts +1 -1
  503. package/lib/pipes/time-duration.pipe.d.ts +1 -1
  504. package/lib/pipes/weight.pipe.d.ts +1 -1
  505. package/package.json +1 -1
@@ -1,40 +1,40 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./single/elder-select/elder-select.component";
3
- import * as i2 from "./elder-select-value.directive";
4
- import * as i3 from "./popup/templated-selection-dialog/templated-selection-dialog.component";
5
- import * as i4 from "./popup/selection-model-popup.directive";
6
- import * as i5 from "./popup/selection-model-popup-trigger-adapter.directive";
7
- import * as i6 from "./elder-select-on-tab.directive";
8
- import * as i7 from "./multi/elder-multi-select-chips/elder-multi-select-chips.component";
9
- import * as i8 from "./elder-select-chip.directive";
10
- import * as i9 from "./auto/elder-auto-select-first.directive";
11
- import * as i10 from "./single/elder-clear-select.directive";
12
- import * as i11 from "./multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component";
13
- import * as i12 from "./multi/elder-chip-select-option/elder-select-option.component";
14
- import * as i13 from "./multi/elder-mutli-select-all-directive";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "@angular/forms";
17
- import * as i16 from "@angular/material/form-field";
18
- import * as i17 from "@angular/material/icon";
19
- import * as i18 from "@angular/material/select";
20
- import * as i19 from "@angular/material/dialog";
21
- import * as i20 from "@angular/material/button";
22
- import * as i21 from "@angular/material/input";
23
- import * as i22 from "@angular/material/autocomplete";
24
- import * as i23 from "@angular/material/toolbar";
25
- import * as i24 from "@angular/material/progress-bar";
26
- import * as i25 from "@angular/material/progress-spinner";
27
- import * as i26 from "@angular/material/chips";
28
- import * as i27 from "@angular/material/tooltip";
29
- import * as i28 from "@angular/cdk/drag-drop";
30
- import * as i29 from "@ngx-translate/core";
31
- import * as i30 from "../forms/directives/elder-forms-directives.module";
32
- import * as i31 from "../data-view/table/elder-table.module";
33
- import * as i32 from "../infinitescroll/elder-infinite-scroll.module";
34
- import * as i33 from "../input/autocomplete/elder-autocomplete.module";
35
- import * as i34 from "../../pipes/elder-pipes.module";
36
- import * as i35 from "../theme/elder-theme.module";
37
- import * as i36 from "../chips/elder-chips.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "@angular/material/form-field";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "@angular/material/select";
7
+ import * as i6 from "@angular/material/dialog";
8
+ import * as i7 from "@angular/material/button";
9
+ import * as i8 from "@angular/material/input";
10
+ import * as i9 from "@angular/material/autocomplete";
11
+ import * as i10 from "@angular/material/toolbar";
12
+ import * as i11 from "@angular/material/progress-bar";
13
+ import * as i12 from "@angular/material/progress-spinner";
14
+ import * as i13 from "@angular/material/chips";
15
+ import * as i14 from "@angular/material/tooltip";
16
+ import * as i15 from "@angular/cdk/drag-drop";
17
+ import * as i16 from "@ngx-translate/core";
18
+ import * as i17 from "../forms/directives/elder-forms-directives.module";
19
+ import * as i18 from "../data-view/table/elder-table.module";
20
+ import * as i19 from "../infinitescroll/elder-infinite-scroll.module";
21
+ import * as i20 from "../input/autocomplete/elder-autocomplete.module";
22
+ import * as i21 from "../../pipes/elder-pipes.module";
23
+ import * as i22 from "../theme/elder-theme.module";
24
+ import * as i23 from "../chips/elder-chips.module";
25
+ import * as i24 from "./single/elder-select/elder-select.component";
26
+ import * as i25 from "./elder-select-value.directive";
27
+ import * as i26 from "./popup/templated-selection-dialog/templated-selection-dialog.component";
28
+ import * as i27 from "./popup/selection-model-popup.directive";
29
+ import * as i28 from "./popup/selection-model-popup-trigger-adapter.directive";
30
+ import * as i29 from "./elder-select-on-tab.directive";
31
+ import * as i30 from "./multi/elder-multi-select-chips/elder-multi-select-chips.component";
32
+ import * as i31 from "./elder-select-chip.directive";
33
+ import * as i32 from "./auto/elder-auto-select-first.directive";
34
+ import * as i33 from "./single/elder-clear-select.directive";
35
+ import * as i34 from "./multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component";
36
+ import * as i35 from "./multi/elder-chip-select-option/elder-select-option.component";
37
+ import * as i36 from "./multi/elder-mutli-select-all-directive";
38
38
  export { ElderSelectValueDirective } from './elder-select-value.directive';
39
39
  export * from './elder-select-chip.directive';
40
40
  export { ElderSelectOnTabDirective } from './elder-select-on-tab.directive';
@@ -51,6 +51,6 @@ export { ElderClearSelectDirective } from './single/elder-clear-select.directive
51
51
  export { ElderMultiSelectAllInitialDirective } from './multi/elder-mutli-select-all-directive';
52
52
  export declare class ElderSelectModule {
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectModule, never>;
54
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderSelectModule, [typeof i1.ElderSelectComponent, typeof i2.ElderSelectValueDirective, typeof i3.TemplatedSelectionDialogComponent, typeof i4.SelectionModelPopupDirective, typeof i5.ElderSelectionPopupTriggerAdapterDirective, typeof i6.ElderSelectOnTabDirective, typeof i7.ElderMultiSelectChipsComponent, typeof i8.ElderSelectChipDirective, typeof i8.ElderSelectChipAvatarDirective, typeof i9.ElderAutoSelectFirstDirective, typeof i10.ElderClearSelectDirective, typeof i8.ElderSelectCustomInputDirective, typeof i11.ElderMultiSelectChipOptionsComponent, typeof i12.ElderSelectOptionComponent, typeof i13.ElderMultiSelectAllInitialDirective], [typeof i14.CommonModule, typeof i15.FormsModule, typeof i15.ReactiveFormsModule, typeof i16.MatFormFieldModule, typeof i17.MatIconModule, typeof i18.MatSelectModule, typeof i19.MatDialogModule, typeof i20.MatButtonModule, typeof i21.MatInputModule, typeof i22.MatAutocompleteModule, typeof i23.MatToolbarModule, typeof i24.MatProgressBarModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatChipsModule, typeof i27.MatTooltipModule, typeof i28.CdkDropList, typeof i28.CdkDrag, typeof i29.TranslateModule, typeof i30.ElderFormsDirectivesModule, typeof i31.ElderTableModule, typeof i32.ElderInfiniteScrollModule, typeof i33.ElderAutocompleteModule, typeof i34.ElderPipesModule, typeof i35.ElderThemeModule, typeof i36.ElderChipsModule, typeof i14.AsyncPipe, typeof i14.AsyncPipe], [typeof i1.ElderSelectComponent, typeof i2.ElderSelectValueDirective, typeof i3.TemplatedSelectionDialogComponent, typeof i4.SelectionModelPopupDirective, typeof i5.ElderSelectionPopupTriggerAdapterDirective, typeof i7.ElderMultiSelectChipsComponent, typeof i8.ElderSelectChipDirective, typeof i8.ElderSelectChipAvatarDirective, typeof i9.ElderAutoSelectFirstDirective, typeof i10.ElderClearSelectDirective, typeof i8.ElderSelectCustomInputDirective, typeof i11.ElderMultiSelectChipOptionsComponent, typeof i12.ElderSelectOptionComponent, typeof i13.ElderMultiSelectAllInitialDirective]>;
54
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderSelectModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatFormFieldModule, typeof i4.MatIconModule, typeof i5.MatSelectModule, typeof i6.MatDialogModule, typeof i7.MatButtonModule, typeof i8.MatInputModule, typeof i9.MatAutocompleteModule, typeof i10.MatToolbarModule, typeof i11.MatProgressBarModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatChipsModule, typeof i14.MatTooltipModule, typeof i15.CdkDropList, typeof i15.CdkDrag, typeof i16.TranslateModule, typeof i17.ElderFormsDirectivesModule, typeof i18.ElderTableModule, typeof i19.ElderInfiniteScrollModule, typeof i20.ElderAutocompleteModule, typeof i21.ElderPipesModule, typeof i22.ElderThemeModule, typeof i23.ElderChipsModule, typeof i1.AsyncPipe, typeof i1.AsyncPipe, typeof i24.ElderSelectComponent, typeof i25.ElderSelectValueDirective, typeof i26.TemplatedSelectionDialogComponent, typeof i27.SelectionModelPopupDirective, typeof i28.ElderSelectionPopupTriggerAdapterDirective, typeof i29.ElderSelectOnTabDirective, typeof i30.ElderMultiSelectChipsComponent, typeof i31.ElderSelectChipDirective, typeof i31.ElderSelectChipAvatarDirective, typeof i32.ElderAutoSelectFirstDirective, typeof i33.ElderClearSelectDirective, typeof i31.ElderSelectCustomInputDirective, typeof i34.ElderMultiSelectChipOptionsComponent, typeof i35.ElderSelectOptionComponent, typeof i36.ElderMultiSelectAllInitialDirective], [typeof i24.ElderSelectComponent, typeof i25.ElderSelectValueDirective, typeof i26.TemplatedSelectionDialogComponent, typeof i27.SelectionModelPopupDirective, typeof i28.ElderSelectionPopupTriggerAdapterDirective, typeof i30.ElderMultiSelectChipsComponent, typeof i31.ElderSelectChipDirective, typeof i31.ElderSelectChipAvatarDirective, typeof i32.ElderAutoSelectFirstDirective, typeof i33.ElderClearSelectDirective, typeof i31.ElderSelectCustomInputDirective, typeof i34.ElderMultiSelectChipOptionsComponent, typeof i35.ElderSelectOptionComponent, typeof i36.ElderMultiSelectAllInitialDirective]>;
55
55
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderSelectModule>;
56
56
  }
@@ -4,5 +4,5 @@ export declare class ElderSelectOptionComponent<TEntity> {
4
4
  label?: string;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectOptionComponent<any>, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectOptionComponent<any>, "elder-select-option", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectOptionComponent<any>, "elder-select-option", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -92,6 +92,6 @@ export declare class ElderMultiSelectChipOptionsComponent<TId = any, TEntity = a
92
92
  private extractEntitiesFromTemplateChips;
93
93
  private buildEntitiesLabelMap;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, [null, null, null, null, null, null, { optional: true; self: true; }]>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, "elder-multi-select-chip-options", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], ["*"], false, never>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, "elder-multi-select-chip-options", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], ["*"], true, never>;
96
96
  }
97
97
  export {};
@@ -88,6 +88,6 @@ export declare class ElderMultiSelectChipsComponent<TId = any, TEntity = any, TV
88
88
  private buildChipModels;
89
89
  private buildChipBySpec;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectChipsComponent<any, any, any>, [null, null, null, null, null, { optional: true; self: true; }]>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "allowSorting": { "alias": "allowSorting"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; "customInputTemplate": { "alias": "customInputTemplate"; "required": false; }; }, {}, ["_customChipInput", "chipTemplateQuery", "chipAvatarTemplateQuery", "customInputTemplateQuery"], never, false, never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "allowSorting": { "alias": "allowSorting"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; "customInputTemplate": { "alias": "customInputTemplate"; "required": false; }; }, {}, ["_customChipInput", "chipTemplateQuery", "chipAvatarTemplateQuery", "customInputTemplateQuery"], never, true, never>;
92
92
  }
93
93
  export {};
@@ -11,5 +11,5 @@ export declare class ElderMultiSelectAllInitialDirective<TId, TEntity> {
11
11
  **************************************************************************/
12
12
  constructor(select: ElderMultiSelectChipOptionsComponent<TId, TEntity>, destroyRef: DestroyRef);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectAllInitialDirective<any, any>, [{ optional: true; }, null]>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultiSelectAllInitialDirective<any, any>, "[elderMultiSelectAllInitial]", never, {}, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultiSelectAllInitialDirective<any, any>, "[elderMultiSelectAllInitial]", never, {}, {}, never, never, true, never>;
15
15
  }
@@ -38,5 +38,5 @@ export declare class ElderSelectionPopupTriggerAdapterDirective {
38
38
  **************************************************************************/
39
39
  openSelectionPopup(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectionPopupTriggerAdapterDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectionPopupTriggerAdapterDirective, "[elderSelectionPopupTriggerAdapter]", ["elderSelectionPopupTriggerAdapter"], { "keyGetter": { "alias": "keyGetter"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "multiSelectionEnabled": { "alias": "multiSelectionEnabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, ["selectionPopup"], never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectionPopupTriggerAdapterDirective, "[elderSelectionPopupTriggerAdapter]", ["elderSelectionPopupTriggerAdapter"], { "keyGetter": { "alias": "keyGetter"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "multiSelectionEnabled": { "alias": "multiSelectionEnabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, ["selectionPopup"], never, true, never>;
42
42
  }
@@ -45,5 +45,5 @@ export declare class SelectionModelPopupDirective {
45
45
  **************************************************************************/
46
46
  private openSelectDialog;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionModelPopupDirective, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", ["elderSelectionModelPopup"], { "elderSelectionModelPopupTransform": { "alias": "elderSelectionModelPopupTransform"; "required": false; }; }, {}, never, never, false, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", ["elderSelectionModelPopup"], { "elderSelectionModelPopupTransform": { "alias": "elderSelectionModelPopupTransform"; "required": false; }; }, {}, never, never, true, never>;
49
49
  }
@@ -28,5 +28,5 @@ export declare class TemplatedSelectionDialogComponent implements OnInit {
28
28
  **************************************************************************/
29
29
  ngOnInit(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplatedSelectionDialogComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never, true, never>;
32
32
  }
@@ -30,5 +30,5 @@ export declare class ElderClearSelectDirective implements OnInit, OnDestroy {
30
30
  **************************************************************************/
31
31
  private clearSelect;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderClearSelectDirective, [{ host: true; }]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderClearSelectDirective, "[elderClearSelect]", never, {}, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderClearSelectDirective, "[elderClearSelect]", never, {}, {}, never, never, true, never>;
34
34
  }
@@ -151,6 +151,6 @@ export declare class ElderSelectComponent<TEntity = any, TId = any, TValue = TEn
151
151
  */
152
152
  protected writeToControl(value: TValue): void;
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectComponent<any, any, any>, [null, null, null, null, { optional: true; self: true; }]>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": { "alias": "nullDisplay"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "entityId": { "alias": "entityId"; "required": false; }; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never, false, never>;
154
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": { "alias": "nullDisplay"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "entityId": { "alias": "entityId"; "required": false; }; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never, true, never>;
155
155
  }
156
156
  export {};
@@ -69,5 +69,5 @@ export declare class ElderChipListSelectComponent {
69
69
  **************************************************************************/
70
70
  private getId;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipListSelectComponent, [{ optional: true; }]>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, " elder-chip-list-select", never, { "data$": { "alias": "data$"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "data": { "alias": "data"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMultiEnabled": { "alias": "selectionMultiEnabled"; "required": false; }; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never, false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, " elder-chip-list-select", never, { "data$": { "alias": "data$"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "data": { "alias": "data"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMultiEnabled": { "alias": "selectionMultiEnabled"; "required": false; }; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never, true, never>;
73
73
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./chip-list-select/elder-chip-list-select.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@angular/material/chips";
6
- import * as i5 from "@angular/cdk/a11y";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@ngx-translate/core";
4
+ import * as i3 from "@angular/material/chips";
5
+ import * as i4 from "@angular/cdk/a11y";
6
+ import * as i5 from "./chip-list-select/elder-chip-list-select.component";
7
7
  export { ElderChipListSelectComponent } from './chip-list-select/elder-chip-list-select.component';
8
8
  export declare class ElderChipListSelectModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipListSelectModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipListSelectModule, [typeof i1.ElderChipListSelectComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.MatChipsModule, typeof i5.A11yModule], [typeof i1.ElderChipListSelectComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipListSelectModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.MatChipsModule, typeof i4.A11yModule, typeof i5.ElderChipListSelectComponent], [typeof i5.ElderChipListSelectComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderChipListSelectModule>;
12
12
  }
@@ -30,5 +30,5 @@ export declare class ElderShellSlotDirective implements OnInit, OnDestroy {
30
30
  ngOnInit(): void;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSlotDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": { "alias": "elderShellSlot"; "required": false; }; "elderShellSlotDefault": { "alias": "elderShellSlotDefault"; "required": false; }; }, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": { "alias": "elderShellSlot"; "required": false; }; "elderShellSlotDefault": { "alias": "elderShellSlotDefault"; "required": false; }; }, {}, never, never, true, never>;
34
34
  }
@@ -1,19 +1,19 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./shell/elder-shell.component";
3
- import * as i2 from "./shell-navigation-toggle/elder-shell-navigation-toggle.component";
4
- import * as i3 from "./elder-shell-slot.directive";
5
- import * as i4 from "./header/elder-app-header/elder-app-header.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/router";
8
- import * as i7 from "@angular/material/sidenav";
9
- import * as i8 from "@angular/material/toolbar";
10
- import * as i9 from "@angular/material/icon";
11
- import * as i10 from "@angular/material/list";
12
- import * as i11 from "@angular/material/button";
13
- import * as i12 from "../navigation/toolbar/elder-toolbar.module";
14
- import * as i13 from "../panels/elder-panel.module";
15
- import * as i14 from "../theme/elder-theme.module";
16
- import * as i15 from "@ngx-translate/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
4
+ import * as i3 from "@angular/material/sidenav";
5
+ import * as i4 from "@angular/material/toolbar";
6
+ import * as i5 from "@angular/material/icon";
7
+ import * as i6 from "@angular/material/list";
8
+ import * as i7 from "@angular/material/button";
9
+ import * as i8 from "../navigation/toolbar/elder-toolbar.module";
10
+ import * as i9 from "../panels/elder-panel.module";
11
+ import * as i10 from "../theme/elder-theme.module";
12
+ import * as i11 from "@ngx-translate/core";
13
+ import * as i12 from "./shell/elder-shell.component";
14
+ import * as i13 from "./shell-navigation-toggle/elder-shell-navigation-toggle.component";
15
+ import * as i14 from "./elder-shell-slot.directive";
16
+ import * as i15 from "./header/elder-app-header/elder-app-header.component";
17
17
  export * from './shell/elder-shell.component';
18
18
  export { ElderShellNavigationToggleComponent } from './shell-navigation-toggle/elder-shell-navigation-toggle.component';
19
19
  export { DrawerOutletBinding } from './drawers/drawer-outlet-binding';
@@ -25,6 +25,6 @@ export { ShellContentSlot } from './shell-content-slot';
25
25
  export { ElderAppHeaderComponent } from './header/elder-app-header/elder-app-header.component';
26
26
  export declare class ElderShellModule {
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderShellModule, [typeof i1.ElderShellComponent, typeof i1.ElderShellSideLeftDirective, typeof i1.ElderShellSideRightDirective, typeof i1.ElderShellCenterDirective, typeof i2.ElderShellNavigationToggleComponent, typeof i3.ElderShellSlotDirective, typeof i4.ElderAppHeaderComponent], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.MatSidenavModule, typeof i8.MatToolbarModule, typeof i9.MatIconModule, typeof i10.MatListModule, typeof i11.MatButtonModule, typeof i12.ElderToolbarModule, typeof i13.ElderPanelModule, typeof i14.ElderThemeModule, typeof i15.TranslateModule], [typeof i1.ElderShellComponent, typeof i1.ElderShellSideLeftDirective, typeof i1.ElderShellSideRightDirective, typeof i1.ElderShellCenterDirective, typeof i2.ElderShellNavigationToggleComponent, typeof i3.ElderShellSlotDirective, typeof i4.ElderAppHeaderComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderShellModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatSidenavModule, typeof i4.MatToolbarModule, typeof i5.MatIconModule, typeof i6.MatListModule, typeof i7.MatButtonModule, typeof i8.ElderToolbarModule, typeof i9.ElderPanelModule, typeof i10.ElderThemeModule, typeof i11.TranslateModule, typeof i12.ElderShellComponent, typeof i12.ElderShellSideLeftDirective, typeof i12.ElderShellSideRightDirective, typeof i12.ElderShellCenterDirective, typeof i13.ElderShellNavigationToggleComponent, typeof i14.ElderShellSlotDirective, typeof i15.ElderAppHeaderComponent], [typeof i12.ElderShellComponent, typeof i12.ElderShellSideLeftDirective, typeof i12.ElderShellSideRightDirective, typeof i12.ElderShellCenterDirective, typeof i13.ElderShellNavigationToggleComponent, typeof i14.ElderShellSlotDirective, typeof i15.ElderAppHeaderComponent]>;
29
29
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderShellModule>;
30
30
  }
@@ -39,5 +39,5 @@ export declare class ElderAppHeaderComponent implements OnInit, OnDestroy {
39
39
  set color(c: ThemePalette);
40
40
  set iconColor(c: ThemePalette);
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderAppHeaderComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "subTitleLink": { "alias": "subTitleLink"; "required": false; }; "version": { "alias": "version"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "subTitleLink": { "alias": "subTitleLink"; "required": false; }; "version": { "alias": "version"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], true, never>;
43
43
  }
@@ -12,21 +12,21 @@ export declare class ElderShellSideLeftDirective {
12
12
  viewContainer: ViewContainerRef;
13
13
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideLeftDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft]", never, {}, {}, never, never, true, never>;
16
16
  }
17
17
  export declare class ElderShellSideRightDirective {
18
18
  templateRef: TemplateRef<any>;
19
19
  viewContainer: ViewContainerRef;
20
20
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideRightDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight]", never, {}, {}, never, never, false, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight]", never, {}, {}, never, never, true, never>;
23
23
  }
24
24
  export declare class ElderShellCenterDirective {
25
25
  templateRef: TemplateRef<any>;
26
26
  viewContainer: ViewContainerRef;
27
27
  constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellCenterDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter]", never, {}, {}, never, never, false, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter]", never, {}, {}, never, never, true, never>;
30
30
  }
31
31
  export declare class ElderShellComponent implements OnInit, OnDestroy {
32
32
  private shellService;
@@ -97,5 +97,5 @@ export declare class ElderShellComponent implements OnInit, OnDestroy {
97
97
  private isContained;
98
98
  private checkSoon;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell", never, { "sideNavToggleEnabled": { "alias": "sideNavToggleEnabled"; "required": false; }; "leftSideAutoFocus": { "alias": "leftSideAutoFocus"; "required": false; }; "rightSideAutoFocus": { "alias": "rightSideAutoFocus"; "required": false; }; "color": { "alias": "color"; "required": false; }; "menuColor": { "alias": "menuColor"; "required": false; }; "menuIconColor": { "alias": "menuIconColor"; "required": false; }; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell", never, { "sideNavToggleEnabled": { "alias": "sideNavToggleEnabled"; "required": false; }; "leftSideAutoFocus": { "alias": "leftSideAutoFocus"; "required": false; }; "rightSideAutoFocus": { "alias": "rightSideAutoFocus"; "required": false; }; "color": { "alias": "color"; "required": false; }; "menuColor": { "alias": "menuColor"; "required": false; }; "menuIconColor": { "alias": "menuIconColor"; "required": false; }; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never, true, never>;
101
101
  }
@@ -62,5 +62,5 @@ export declare class ElderShellNavigationToggleComponent implements OnInit, OnDe
62
62
  private findRoot;
63
63
  private parent;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellNavigationToggleComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": { "alias": "roots"; "required": false; }; "hide": { "alias": "hide"; "required": false; }; }, {}, never, never, false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": { "alias": "roots"; "required": false; }; "hide": { "alias": "hide"; "required": false; }; }, {}, never, never, true, never>;
66
66
  }
@@ -15,5 +15,5 @@ export declare class ElderTabDirective {
15
15
  **************************************************************************/
16
16
  constructor(tab: MatTab);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": { "alias": "elderTab"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": { "alias": "elderTab"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
@@ -96,5 +96,5 @@ export declare class ElderTabGroupRoutingDirective implements AfterViewInit, OnD
96
96
  private parseIndexMarker;
97
97
  private serializeIndexMarker;
98
98
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabGroupRoutingDirective, never>;
99
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": { "alias": "elderTabGroupRouting"; "required": false; }; }, {}, ["tabs", "elderTabs"], never, false, never>;
99
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": { "alias": "elderTabGroupRouting"; "required": false; }; }, {}, ["tabs", "elderTabs"], never, true, never>;
100
100
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./elder-tab/elder-tab.directive";
3
- import * as i2 from "./elder-tab-group-routing/elder-tab-group-routing.directive";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/core";
4
+ import * as i3 from "./elder-tab/elder-tab.directive";
5
+ import * as i4 from "./elder-tab-group-routing/elder-tab-group-routing.directive";
6
6
  export * from './elder-tab/elder-tab.directive';
7
7
  export * from './elder-tab-group-routing/elder-tab-group-routing.directive';
8
8
  export declare class ElderTabModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTabModule, [typeof i1.ElderTabDirective, typeof i2.ElderTabGroupRoutingDirective], [typeof i3.CommonModule, typeof i4.MatCommonModule], [typeof i1.ElderTabDirective, typeof i2.ElderTabGroupRoutingDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTabModule, never, [typeof i1.CommonModule, typeof i2.MatCommonModule, typeof i3.ElderTabDirective, typeof i4.ElderTabGroupRoutingDirective], [typeof i3.ElderTabDirective, typeof i4.ElderTabGroupRoutingDirective]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderTabModule>;
12
12
  }
@@ -32,5 +32,5 @@ export declare class ElderThemeApplierDirective implements OnInit, OnDestroy {
32
32
  **************************************************************************/
33
33
  private activateTheme;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeApplierDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeApplierDirective, "[elderThemeApplier]", never, {}, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeApplierDirective, "[elderThemeApplier]", never, {}, {}, never, never, true, never>;
36
36
  }
@@ -34,6 +34,6 @@ export declare class ElderThemeToggleComponent {
34
34
  **************************************************************************/
35
35
  private decideToggleTheme;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeToggleComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderThemeToggleComponent, "elder-theme-toggle", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderThemeToggleComponent, "elder-theme-toggle", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
38
38
  }
39
39
  export {};
@@ -34,5 +34,5 @@ export declare class ElderThemeDirective implements OnInit, OnDestroy {
34
34
  **************************************************************************/
35
35
  private applyTheme;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeDirective, [{ optional: true; host: true; }, null]>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeDirective, "[elderTheme]", never, {}, {}, never, never, false, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeDirective, "[elderTheme]", never, {}, {}, never, never, true, never>;
38
38
  }
@@ -1,12 +1,12 @@
1
1
  import { ElderThemePreferenceService } from './elder-theme-preference.service';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./elder-theme-applier.directive";
4
- import * as i2 from "./elder-theme-toggle/elder-theme-toggle.component";
5
- import * as i3 from "./elder-theme.directive";
6
- import * as i4 from "@angular/common";
7
- import * as i5 from "@angular/material/slide-toggle";
8
- import * as i6 from "@angular/material/icon";
9
- import * as i7 from "@angular/forms";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/material/slide-toggle";
5
+ import * as i3 from "@angular/material/icon";
6
+ import * as i4 from "@angular/forms";
7
+ import * as i5 from "./elder-theme-applier.directive";
8
+ import * as i6 from "./elder-theme-toggle/elder-theme-toggle.component";
9
+ import * as i7 from "./elder-theme.directive";
10
10
  export { ThemeSpec } from './theme-spec';
11
11
  export { KnownElderThemes } from './known-elder-themes';
12
12
  export { ElderThemeService } from './elder-theme.service';
@@ -17,6 +17,6 @@ export { ElderThemeDirective } from './elder-theme.directive';
17
17
  export declare function themeInit(thpref: ElderThemePreferenceService): () => void;
18
18
  export declare class ElderThemeModule {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderThemeModule, [typeof i1.ElderThemeApplierDirective, typeof i2.ElderThemeToggleComponent, typeof i3.ElderThemeDirective], [typeof i4.CommonModule, typeof i5.MatSlideToggleModule, typeof i6.MatIconModule, typeof i7.FormsModule], [typeof i1.ElderThemeApplierDirective, typeof i2.ElderThemeToggleComponent, typeof i3.ElderThemeDirective]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderThemeModule, never, [typeof i1.CommonModule, typeof i2.MatSlideToggleModule, typeof i3.MatIconModule, typeof i4.FormsModule, typeof i5.ElderThemeApplierDirective, typeof i6.ElderThemeToggleComponent, typeof i7.ElderThemeDirective], [typeof i5.ElderThemeApplierDirective, typeof i6.ElderThemeToggleComponent, typeof i7.ElderThemeDirective]>;
21
21
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderThemeModule>;
22
22
  }
@@ -54,6 +54,6 @@ export declare class ElderDurationInputComponent extends ElderFormFieldControlBa
54
54
  onBucketChanged(bucket: DurationBucket): void;
55
55
  protected valuesEquals(a: Duration, b: Duration): boolean;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderDurationInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "durationFormat": { "alias": "durationFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, false, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "durationFormat": { "alias": "durationFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
58
58
  }
59
59
  export {};
@@ -50,5 +50,5 @@ export declare class ElderDateSwitcherComponent extends FormFieldBaseComponent<L
50
50
  **************************************************************************/
51
51
  protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateSwitcherComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher", never, { "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, false, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher", never, { "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
54
54
  }
@@ -49,5 +49,5 @@ export declare class ElderDateTimeInputComponent extends ElderFormFieldControlBa
49
49
  **************************************************************************/
50
50
  protected valuesEquals(a: Instant, b: Instant): boolean;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateTimeInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "center": { "alias": "center"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "center": { "alias": "center"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
53
53
  }
@@ -89,5 +89,5 @@ export declare class ElderIntervalInputComponent extends ElderFormFieldControlBa
89
89
  private toLocalDate;
90
90
  private mapIgnoreErrorObservable;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderIntervalInputComponent, [null, null, null, null, { optional: true; self: true; }, null, null]>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "zone": { "alias": "zone"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, false, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "zone": { "alias": "zone"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
93
93
  }
@@ -97,5 +97,5 @@ export declare class ElderLocalDateInputComponent extends ElderFormFieldControlB
97
97
  private setDateInternally;
98
98
  protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalDateInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": { "alias": "zone"; "required": false; }; "autoDatePicker": { "alias": "autoDatePicker"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "today": { "alias": "today"; "required": false; }; "center": { "alias": "center"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; "dateValue": { "alias": "dateValue"; "required": false; }; "isoDateValue": { "alias": "isoDateValue"; "required": false; }; }, { "blurred": "blurred"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": { "alias": "zone"; "required": false; }; "autoDatePicker": { "alias": "autoDatePicker"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "today": { "alias": "today"; "required": false; }; "center": { "alias": "center"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; "dateValue": { "alias": "dateValue"; "required": false; }; "isoDateValue": { "alias": "isoDateValue"; "required": false; }; }, { "blurred": "blurred"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never, true, never>;
101
101
  }
@@ -45,5 +45,5 @@ export declare class ElderLocalTimeInputComponent extends ElderFormFieldControlB
45
45
  **************************************************************************/
46
46
  protected valuesEquals(a: LocalTime, b: LocalTime): boolean;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalTimeInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
49
49
  }
@@ -1,22 +1,22 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./elder-date-switcher/elder-date-switcher.component";
3
- import * as i2 from "./elder-interval-input/elder-interval-input.component";
4
- import * as i3 from "./elder-date-time-input/elder-date-time-input.component";
5
- import * as i4 from "./elder-local-time-input/elder-local-time-input.component";
6
- import * as i5 from "./elder-local-date-input/elder-local-date-input.component";
7
- import * as i6 from "./duration/elder-duration-input/elder-duration-input.component";
8
- import * as i7 from "./period/elder-period-input/elder-period-input.component";
9
- import * as i8 from "./pipes/to-iso-date-string.pipe";
10
- import * as i9 from "@angular/common";
11
- import * as i10 from "@angular/material/core";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "@angular/material/input";
14
- import * as i13 from "@angular/material/datepicker";
15
- import * as i14 from "@angular/material/button";
16
- import * as i15 from "@angular/material/icon";
17
- import * as i16 from "@angular/material/tooltip";
18
- import * as i17 from "@ngx-translate/core";
19
- import * as i18 from "../forms/directives/elder-forms-directives.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/core";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/input";
6
+ import * as i5 from "@angular/material/datepicker";
7
+ import * as i6 from "@angular/material/button";
8
+ import * as i7 from "@angular/material/icon";
9
+ import * as i8 from "@angular/material/tooltip";
10
+ import * as i9 from "@ngx-translate/core";
11
+ import * as i10 from "../forms/directives/elder-forms-directives.module";
12
+ import * as i11 from "./elder-date-switcher/elder-date-switcher.component";
13
+ import * as i12 from "./elder-interval-input/elder-interval-input.component";
14
+ import * as i13 from "./elder-date-time-input/elder-date-time-input.component";
15
+ import * as i14 from "./elder-local-time-input/elder-local-time-input.component";
16
+ import * as i15 from "./elder-local-date-input/elder-local-date-input.component";
17
+ import * as i16 from "./duration/elder-duration-input/elder-duration-input.component";
18
+ import * as i17 from "./period/elder-period-input/elder-period-input.component";
19
+ import * as i18 from "./pipes/to-iso-date-string.pipe";
20
20
  export { ElderDateSwitcherComponent } from './elder-date-switcher/elder-date-switcher.component';
21
21
  export { ElderIntervalInputComponent } from './elder-interval-input/elder-interval-input.component';
22
22
  export { ElderDateTimeInputComponent } from './elder-date-time-input/elder-date-time-input.component';
@@ -27,6 +27,6 @@ export { ElderPeriodInputComponent } from './period/elder-period-input/elder-per
27
27
  export { ToIsoDateStringPipe } from './pipes/to-iso-date-string.pipe';
28
28
  export declare class ElderTimeModule {
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTimeModule, never>;
30
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTimeModule, [typeof i1.ElderDateSwitcherComponent, typeof i2.ElderIntervalInputComponent, typeof i3.ElderDateTimeInputComponent, typeof i4.ElderLocalTimeInputComponent, typeof i5.ElderLocalDateInputComponent, typeof i6.ElderDurationInputComponent, typeof i7.ElderPeriodInputComponent, typeof i8.ToIsoDateStringPipe], [typeof i9.CommonModule, typeof i10.MatNativeDateModule, typeof i11.FormsModule, typeof i12.MatInputModule, typeof i13.MatDatepickerModule, typeof i14.MatButtonModule, typeof i15.MatIconModule, typeof i16.MatTooltipModule, typeof i17.TranslateModule, typeof i18.ElderFormsDirectivesModule], [typeof i1.ElderDateSwitcherComponent, typeof i3.ElderDateTimeInputComponent, typeof i2.ElderIntervalInputComponent, typeof i4.ElderLocalTimeInputComponent, typeof i5.ElderLocalDateInputComponent, typeof i6.ElderDurationInputComponent, typeof i7.ElderPeriodInputComponent, typeof i8.ToIsoDateStringPipe]>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTimeModule, never, [typeof i1.CommonModule, typeof i2.MatNativeDateModule, typeof i3.FormsModule, typeof i4.MatInputModule, typeof i5.MatDatepickerModule, typeof i6.MatButtonModule, typeof i7.MatIconModule, typeof i8.MatTooltipModule, typeof i9.TranslateModule, typeof i10.ElderFormsDirectivesModule, typeof i11.ElderDateSwitcherComponent, typeof i12.ElderIntervalInputComponent, typeof i13.ElderDateTimeInputComponent, typeof i14.ElderLocalTimeInputComponent, typeof i15.ElderLocalDateInputComponent, typeof i16.ElderDurationInputComponent, typeof i17.ElderPeriodInputComponent, typeof i18.ToIsoDateStringPipe], [typeof i11.ElderDateSwitcherComponent, typeof i13.ElderDateTimeInputComponent, typeof i12.ElderIntervalInputComponent, typeof i14.ElderLocalTimeInputComponent, typeof i15.ElderLocalDateInputComponent, typeof i16.ElderDurationInputComponent, typeof i17.ElderPeriodInputComponent, typeof i18.ToIsoDateStringPipe]>;
31
31
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderTimeModule>;
32
32
  }
@@ -67,6 +67,6 @@ export declare class ElderPeriodInputComponent extends ElderFormFieldControlBase
67
67
  **************************************************************************/
68
68
  protected valuesEquals(a: Period, b: Period): boolean;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderPeriodInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderPeriodInputComponent, "elder-period-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "periodFormat": { "alias": "periodFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, false, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderPeriodInputComponent, "elder-period-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "periodFormat": { "alias": "periodFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
71
71
  }
72
72
  export {};
@@ -8,5 +8,5 @@ export declare class ToIsoDateStringPipe implements PipeTransform {
8
8
  */
9
9
  transform(value: Date | Temporal | undefined): string | undefined;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ToIsoDateStringPipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<ToIsoDateStringPipe, "toIsoDateString", false>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<ToIsoDateStringPipe, "toIsoDateString", true>;
12
12
  }