@elderbyte/ngx-starter 17.4.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 (511) 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 +17 -6
  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 +37 -28
  216. package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.mjs +17 -0
  217. package/esm2022/lib/components/select/multi/elder-multi-select-base.mjs +5 -5
  218. package/esm2022/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.mjs +18 -27
  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 +35 -0
  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 +2064 -1875
  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-base.d.ts +6 -2
  452. package/lib/components/select/elder-select-chip.directive.d.ts +3 -3
  453. package/lib/components/select/elder-select-on-tab.directive.d.ts +1 -1
  454. package/lib/components/select/elder-select-value.directive.d.ts +1 -1
  455. package/lib/components/select/elder-select.module.d.ts +39 -37
  456. package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts +8 -0
  457. package/lib/components/select/multi/elder-multi-select-base.d.ts +1 -1
  458. package/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.d.ts +1 -4
  459. package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +1 -1
  460. package/lib/components/select/multi/elder-mutli-select-all-directive.d.ts +15 -0
  461. package/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.d.ts +1 -1
  462. package/lib/components/select/popup/selection-model-popup.directive.d.ts +1 -1
  463. package/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.d.ts +1 -1
  464. package/lib/components/select/single/elder-clear-select.directive.d.ts +1 -1
  465. package/lib/components/select/single/elder-select/elder-select.component.d.ts +1 -1
  466. package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts +1 -1
  467. package/lib/components/select-chip-list/elder-chip-list-select.module.d.ts +6 -6
  468. package/lib/components/shell/elder-shell-slot.directive.d.ts +1 -1
  469. package/lib/components/shell/elder-shell.module.d.ts +16 -16
  470. package/lib/components/shell/header/elder-app-header/elder-app-header.component.d.ts +1 -1
  471. package/lib/components/shell/shell/elder-shell.component.d.ts +4 -4
  472. package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts +1 -1
  473. package/lib/components/tabs/elder-tab/elder-tab.directive.d.ts +1 -1
  474. package/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.d.ts +1 -1
  475. package/lib/components/tabs/elder-tab.module.d.ts +5 -5
  476. package/lib/components/theme/elder-theme-applier.directive.d.ts +1 -1
  477. package/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.d.ts +1 -1
  478. package/lib/components/theme/elder-theme.directive.d.ts +1 -1
  479. package/lib/components/theme/elder-theme.module.d.ts +8 -8
  480. package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts +1 -1
  481. package/lib/components/time/elder-date-switcher/elder-date-switcher.component.d.ts +1 -1
  482. package/lib/components/time/elder-date-time-input/elder-date-time-input.component.d.ts +1 -1
  483. package/lib/components/time/elder-interval-input/elder-interval-input.component.d.ts +1 -1
  484. package/lib/components/time/elder-local-date-input/elder-local-date-input.component.d.ts +1 -1
  485. package/lib/components/time/elder-local-time-input/elder-local-time-input.component.d.ts +1 -1
  486. package/lib/components/time/elder-time.module.d.ts +19 -19
  487. package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +1 -1
  488. package/lib/components/time/pipes/to-iso-date-string.pipe.d.ts +1 -1
  489. package/lib/components/toasts/elder-toast.module.d.ts +6 -6
  490. package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +1 -1
  491. package/lib/components/url-fragment/elder-url-fragment.module.d.ts +10 -10
  492. package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts +1 -1
  493. package/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.d.ts +1 -1
  494. package/lib/components/viewers/elder-viewers.module.d.ts +3 -3
  495. package/lib/pipes/bytes.pipe.d.ts +1 -1
  496. package/lib/pipes/elder-pipes.module.d.ts +15 -15
  497. package/lib/pipes/elder-repeat.pipe.d.ts +1 -1
  498. package/lib/pipes/elder-round.pipe.d.ts +1 -1
  499. package/lib/pipes/elder-safe-url.pipe.d.ts +1 -1
  500. package/lib/pipes/elder-truncate.pipe.d.ts +1 -1
  501. package/lib/pipes/iso-duration.pipe.d.ts +1 -1
  502. package/lib/pipes/iso-interval-parse.pipe.d.ts +1 -1
  503. package/lib/pipes/iso-interval.pipe.d.ts +1 -1
  504. package/lib/pipes/time-ago.pipe.d.ts +1 -1
  505. package/lib/pipes/time-duration.pipe.d.ts +1 -1
  506. package/lib/pipes/weight.pipe.d.ts +1 -1
  507. package/package.json +1 -1
  508. package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-chip-option.component.mjs +0 -17
  509. package/lib/components/select/multi/elder-chip-select-option/elder-select-chip-option.component.d.ts +0 -8
  510. package/src/lib/components/select/multi/elder-select-chip/elder-select-chip.component.scss +0 -0
  511. /package/src/lib/components/select/multi/elder-chip-select-option/{elder-select-chip-option.component.scss → elder-select-option.component.scss} +0 -0
@@ -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
  }
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./standard-toast/standard-toast.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/snack-bar";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/button";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/snack-bar";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "@angular/material/button";
6
+ import * as i5 from "./standard-toast/standard-toast.component";
7
7
  export * from './elder-toast.service';
8
8
  export { StandardToastComponent } from './standard-toast/standard-toast.component';
9
9
  export declare class ElderToastModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderToastModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderToastModule, [typeof i1.StandardToastComponent], [typeof i2.CommonModule, typeof i3.MatSnackBarModule, typeof i4.MatIconModule, typeof i5.MatButtonModule], [typeof i1.StandardToastComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderToastModule, never, [typeof i1.CommonModule, typeof i2.MatSnackBarModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.StandardToastComponent], [typeof i5.StandardToastComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderToastModule>;
13
13
  }
@@ -35,5 +35,5 @@ export declare class StandardToastComponent implements OnInit {
35
35
  icon(type: ToastType): string;
36
36
  trimDetailText(text: string, length: number): string;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<StandardToastComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<StandardToastComponent, "elder-standard-toast", never, {}, {}, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<StandardToastComponent, "elder-standard-toast", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -1,17 +1,17 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./url-fragment-switcher/elder-url-fragment-switcher.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/material/menu";
6
- import * as i5 from "@angular/material/form-field";
7
- import * as i6 from "@angular/material/select";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "@angular/material/button";
10
- import * as i9 from "../button-group/elder-button-group.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/material/icon";
4
+ import * as i3 from "@angular/material/menu";
5
+ import * as i4 from "@angular/material/form-field";
6
+ import * as i5 from "@angular/material/select";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "@angular/material/button";
9
+ import * as i8 from "../button-group/elder-button-group.module";
10
+ import * as i9 from "./url-fragment-switcher/elder-url-fragment-switcher.component";
11
11
  export * from './elder-url-fragment';
12
12
  export { ElderUrlFragmentSwitcherComponent } from './url-fragment-switcher/elder-url-fragment-switcher.component';
13
13
  export declare class ElderUrlFragmentModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderUrlFragmentModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderUrlFragmentModule, [typeof i1.ElderUrlFragmentSwitcherComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatMenuModule, typeof i5.MatFormFieldModule, typeof i6.MatSelectModule, typeof i7.FormsModule, typeof i8.MatButtonModule, typeof i9.ElderButtonGroupModule], [typeof i1.ElderUrlFragmentSwitcherComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderUrlFragmentModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatMenuModule, typeof i4.MatFormFieldModule, typeof i5.MatSelectModule, typeof i6.FormsModule, typeof i7.MatButtonModule, typeof i8.ElderButtonGroupModule, typeof i9.ElderUrlFragmentSwitcherComponent], [typeof i9.ElderUrlFragmentSwitcherComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderUrlFragmentModule>;
17
17
  }
@@ -34,5 +34,5 @@ export declare class ElderUrlFragmentSwitcherComponent implements OnInit {
34
34
  **************************************************************************/
35
35
  setActiveUrlFragment(urlFragment: string): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderUrlFragmentSwitcherComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderUrlFragmentSwitcherComponent, "elder-url-fragment-switcher", never, { "disable": { "alias": "disable"; "required": false; }; "urlFragments": { "alias": "urlFragments"; "required": false; }; "urlRegex": { "alias": "urlRegex"; "required": false; }; "regexArrayIndex": { "alias": "regexArrayIndex"; "required": false; }; "windowOpenIn": { "alias": "windowOpenIn"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderUrlFragmentSwitcherComponent, "elder-url-fragment-switcher", never, { "disable": { "alias": "disable"; "required": false; }; "urlFragments": { "alias": "urlFragments"; "required": false; }; "urlRegex": { "alias": "urlRegex"; "required": false; }; "regexArrayIndex": { "alias": "regexArrayIndex"; "required": false; }; "windowOpenIn": { "alias": "windowOpenIn"; "required": false; }; }, {}, never, never, true, never>;
38
38
  }
@@ -37,5 +37,5 @@ export declare class ElderSvgViewerComponent implements OnInit, AfterViewInit {
37
37
  **************************************************************************/
38
38
  private update;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSvgViewerComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderSvgViewerComponent, "elder-svg-viewer", never, { "svg": { "alias": "svg"; "required": false; }; }, {}, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElderSvgViewerComponent, "elder-svg-viewer", never, { "svg": { "alias": "svg"; "required": false; }; }, {}, never, never, true, never>;
41
41
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./elder-svg-viewer/elder-svg-viewer.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./elder-svg-viewer/elder-svg-viewer.component";
4
4
  export { ElderSvgViewerComponent } from './elder-svg-viewer/elder-svg-viewer.component';
5
5
  export declare class ElderViewersModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderViewersModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderViewersModule, [typeof i1.ElderSvgViewerComponent], [typeof i2.CommonModule], [typeof i1.ElderSvgViewerComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderViewersModule, never, [typeof i1.CommonModule, typeof i2.ElderSvgViewerComponent], [typeof i2.ElderSvgViewerComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderViewersModule>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BytesPipe implements PipeTransform {
4
4
  transform(bytes?: number, precision?: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BytesPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<BytesPipe, "bytes", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BytesPipe, "bytes", true>;
7
7
  }
@@ -2,18 +2,18 @@ import { PipeTransform } from '@angular/core';
2
2
  import { ElderRepeatPipe } from './elder-repeat.pipe';
3
3
  import { ElderTruncatePipe } from './elder-truncate.pipe';
4
4
  import * as i0 from "@angular/core";
5
- import * as i1 from "./bytes.pipe";
6
- import * as i2 from "./time-ago.pipe";
7
- import * as i3 from "./time-duration.pipe";
8
- import * as i4 from "./weight.pipe";
9
- import * as i5 from "./elder-repeat.pipe";
10
- import * as i6 from "./elder-safe-url.pipe";
11
- import * as i7 from "./iso-duration.pipe";
12
- import * as i8 from "./elder-round.pipe";
13
- import * as i9 from "./iso-interval.pipe";
14
- import * as i10 from "./iso-interval-parse.pipe";
15
- import * as i11 from "./elder-truncate.pipe";
16
- import * as i12 from "@angular/common";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "./bytes.pipe";
7
+ import * as i3 from "./time-ago.pipe";
8
+ import * as i4 from "./time-duration.pipe";
9
+ import * as i5 from "./weight.pipe";
10
+ import * as i6 from "./elder-repeat.pipe";
11
+ import * as i7 from "./elder-safe-url.pipe";
12
+ import * as i8 from "./iso-duration.pipe";
13
+ import * as i9 from "./elder-round.pipe";
14
+ import * as i10 from "./iso-interval.pipe";
15
+ import * as i11 from "./iso-interval-parse.pipe";
16
+ import * as i12 from "./elder-truncate.pipe";
17
17
  export { BytesPipe } from './bytes.pipe';
18
18
  export { TimeAgoPipe } from './time-ago.pipe';
19
19
  export { WeightPipe } from './weight.pipe';
@@ -30,17 +30,17 @@ export { ElderTruncatePipe } from './elder-truncate.pipe';
30
30
  */
31
31
  export declare class ElderRepeatPipeLegacy extends ElderRepeatPipe implements PipeTransform {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderRepeatPipeLegacy, never>;
33
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipeLegacy, "ebsRepeat", false>;
33
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipeLegacy, "ebsRepeat", true>;
34
34
  }
35
35
  /**
36
36
  * @deprecated Please switch to elderTruncate
37
37
  */
38
38
  export declare class ElderTrimPipe extends ElderTruncatePipe implements PipeTransform {
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTrimPipe, never>;
40
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderTrimPipe, "elderTrim", false>;
40
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderTrimPipe, "elderTrim", true>;
41
41
  }
42
42
  export declare class ElderPipesModule {
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderPipesModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<ElderPipesModule, [typeof i1.BytesPipe, typeof i2.TimeAgoPipe, typeof i3.TimeDurationPipe, typeof i4.WeightPipe, typeof i5.ElderRepeatPipe, typeof i6.ElderSafeUrlPipe, typeof ElderRepeatPipeLegacy, typeof i7.IsoDurationPipe, typeof i8.ElderRoundPipe, typeof i9.IsoIntervalPipe, typeof i10.IsoIntervalParsePipe, typeof i11.ElderTruncatePipe, typeof ElderTrimPipe], [typeof i12.CommonModule], [typeof i1.BytesPipe, typeof i2.TimeAgoPipe, typeof i3.TimeDurationPipe, typeof i4.WeightPipe, typeof i5.ElderRepeatPipe, typeof i6.ElderSafeUrlPipe, typeof ElderRepeatPipeLegacy, typeof i7.IsoDurationPipe, typeof i8.ElderRoundPipe, typeof i9.IsoIntervalPipe, typeof i10.IsoIntervalParsePipe, typeof i11.ElderTruncatePipe, typeof ElderTrimPipe]>;
44
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElderPipesModule, never, [typeof i1.CommonModule, typeof i2.BytesPipe, typeof i3.TimeAgoPipe, typeof i4.TimeDurationPipe, typeof i5.WeightPipe, typeof i6.ElderRepeatPipe, typeof i7.ElderSafeUrlPipe, typeof ElderRepeatPipeLegacy, typeof i8.IsoDurationPipe, typeof i9.ElderRoundPipe, typeof i10.IsoIntervalPipe, typeof i11.IsoIntervalParsePipe, typeof i12.ElderTruncatePipe, typeof ElderTrimPipe], [typeof i2.BytesPipe, typeof i3.TimeAgoPipe, typeof i4.TimeDurationPipe, typeof i5.WeightPipe, typeof i6.ElderRepeatPipe, typeof i7.ElderSafeUrlPipe, typeof ElderRepeatPipeLegacy, typeof i8.IsoDurationPipe, typeof i9.ElderRoundPipe, typeof i10.IsoIntervalPipe, typeof i11.IsoIntervalParsePipe, typeof i12.ElderTruncatePipe, typeof ElderTrimPipe]>;
45
45
  static ɵinj: i0.ɵɵInjectorDeclaration<ElderPipesModule>;
46
46
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class ElderRepeatPipe implements PipeTransform {
4
4
  transform(value: number): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderRepeatPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipe, "elderRepeat", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipe, "elderRepeat", true>;
7
7
  }
@@ -19,5 +19,5 @@ export declare class ElderRoundPipe implements PipeTransform {
19
19
  */
20
20
  transform(value: number, fractionDigits?: number): number | null;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderRoundPipe, never>;
22
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderRoundPipe, "elderRound", false>;
22
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderRoundPipe, "elderRound", true>;
23
23
  }
@@ -6,5 +6,5 @@ export declare class ElderSafeUrlPipe implements PipeTransform {
6
6
  constructor(domSanitizer: DomSanitizer);
7
7
  transform(url: string): import("@angular/platform-browser").SafeResourceUrl;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderSafeUrlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderSafeUrlPipe, "elderSafeUrl", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderSafeUrlPipe, "elderSafeUrl", true>;
10
10
  }
@@ -12,6 +12,6 @@ export declare class ElderTruncatePipe implements PipeTransform {
12
12
  private truncateStart;
13
13
  private truncateEnd;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderTruncatePipe, never>;
15
- static ɵpipe: i0.ɵɵPipeDeclaration<ElderTruncatePipe, "elderTruncate", false>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<ElderTruncatePipe, "elderTruncate", true>;
16
16
  }
17
17
  export {};
@@ -22,5 +22,5 @@ export declare class IsoDurationPipe implements PipeTransform {
22
22
  **************************************************************************/
23
23
  transform(value: IsoDurationStr | Duration | Period | PeriodDuration, format?: string): string;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<IsoDurationPipe, never>;
25
- static ɵpipe: i0.ɵɵPipeDeclaration<IsoDurationPipe, "isoDuration", false>;
25
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsoDurationPipe, "isoDuration", true>;
26
26
  }
@@ -26,5 +26,5 @@ export declare class IsoIntervalParsePipe implements PipeTransform {
26
26
  */
27
27
  transform(value: IsoIntervalStr | Interval): Interval;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<IsoIntervalParsePipe, never>;
29
- static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalParsePipe, "isoIntervalParse", false>;
29
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalParsePipe, "isoIntervalParse", true>;
30
30
  }
@@ -40,5 +40,5 @@ export declare class IsoIntervalPipe implements PipeTransform {
40
40
  private formatInstant;
41
41
  private format;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<IsoIntervalPipe, never>;
43
- static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalPipe, "isoInterval", false>;
43
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalPipe, "isoInterval", true>;
44
44
  }
@@ -14,5 +14,5 @@ export declare class TimeAgoPipe implements PipeTransform, OnDestroy {
14
14
  private removeTimer;
15
15
  private getSecondsUntilUpdate;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeAgoPipe, never>;
17
- static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo", false>;
17
+ static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo", true>;
18
18
  }
@@ -9,5 +9,5 @@ export declare class TimeDurationPipe implements PipeTransform {
9
9
  transform(value?: number, unit?: string, precision?: number): string;
10
10
  private format;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeDurationPipe, never>;
12
- static ɵpipe: i0.ɵɵPipeDeclaration<TimeDurationPipe, "caTimeDuration", false>;
12
+ static ɵpipe: i0.ɵɵPipeDeclaration<TimeDurationPipe, "caTimeDuration", true>;
13
13
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class WeightPipe implements PipeTransform {
4
4
  transform(value?: number, unit?: string, precision?: number): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<WeightPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<WeightPipe, "weight", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<WeightPipe, "weight", true>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "17.4.0",
3
+ "version": "17.6.0",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.0.0 || ^18.0.0",
6
6
  "@angular/common": "^17.0.0 || ^18.0.0",
@@ -1,17 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class ElderSelectChipOptionComponent {
4
- constructor() {
5
- }
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: ElderSelectChipOptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.1", type: ElderSelectChipOptionComponent, selector: "elder-chip-select-option", inputs: { value: "value", label: "label" }, ngImport: i0, template: "", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: ElderSelectChipOptionComponent, decorators: [{
10
- type: Component,
11
- args: [{ selector: "elder-chip-select-option", changeDetection: ChangeDetectionStrategy.OnPush, template: "" }]
12
- }], ctorParameters: () => [], propDecorators: { value: [{
13
- type: Input
14
- }], label: [{
15
- type: Input
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxkZXItc2VsZWN0LWNoaXAtb3B0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2VsZGVyYnl0ZS9uZ3gtc3RhcnRlci9zcmMvbGliL2NvbXBvbmVudHMvc2VsZWN0L211bHRpL2VsZGVyLWNoaXAtc2VsZWN0LW9wdGlvbi9lbGRlci1zZWxlY3QtY2hpcC1vcHRpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWxkZXJieXRlL25neC1zdGFydGVyL3NyYy9saWIvY29tcG9uZW50cy9zZWxlY3QvbXVsdGkvZWxkZXItY2hpcC1zZWxlY3Qtb3B0aW9uL2VsZGVyLXNlbGVjdC1jaGlwLW9wdGlvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRMUUsTUFBTSxPQUFPLDhCQUE4QjtJQVF6QztJQUNBLENBQUM7OEdBVFUsOEJBQThCO2tHQUE5Qiw4QkFBOEIsNEdDUjNDLEVBQUE7OzJGRFFhLDhCQUE4QjtrQkFOMUMsU0FBUzsrQkFDRSwwQkFBMEIsbUJBR25CLHVCQUF1QixDQUFDLE1BQU07d0RBS3hDLEtBQUs7c0JBRFgsS0FBSztnQkFJQyxLQUFLO3NCQURYLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJlbGRlci1jaGlwLXNlbGVjdC1vcHRpb25cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9lbGRlci1zZWxlY3QtY2hpcC1vcHRpb24uY29tcG9uZW50Lmh0bWxcIixcbiAgc3R5bGVVcmw6IFwiLi9lbGRlci1zZWxlY3QtY2hpcC1vcHRpb24uY29tcG9uZW50LnNjc3NcIixcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgRWxkZXJTZWxlY3RDaGlwT3B0aW9uQ29tcG9uZW50PFRFbnRpdHk+IHtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdmFsdWU6IFRFbnRpdHk7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGxhYmVsPzogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG59XG4iLCIiXX0=
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ElderSelectChipOptionComponent<TEntity> {
3
- value: TEntity;
4
- label?: string;
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectChipOptionComponent<any>, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectChipOptionComponent<any>, "elder-chip-select-option", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
8
- }