@elderbyte/ngx-starter 17.11.0-beta → 17.11.0-beta2
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.
- package/esm2022/lib/common/enums/elder-enum-translation.service.mjs +4 -4
- package/esm2022/lib/common/format/curency-format-util.mjs +43 -0
- package/esm2022/lib/common/format/duration-format-util.mjs +44 -0
- package/esm2022/lib/common/format/iso-interval-format-util.mjs +109 -0
- package/esm2022/lib/common/format/public_api.mjs +4 -1
- package/esm2022/lib/common/forms/elder-form-field-control-base.directive.mjs +4 -4
- package/esm2022/lib/common/forms/elder-from-field-base.mjs +4 -4
- package/esm2022/lib/common/forms/elder-from-field-customizable-base.mjs +4 -4
- package/esm2022/lib/common/forms/elder-from-field-entity-base.mjs +4 -4
- package/esm2022/lib/common/forms/elder-from-field-multi-entity-base.mjs +4 -4
- package/esm2022/lib/common/forms/form-field-base.component.mjs +4 -4
- package/esm2022/lib/common/forms/multi-model-base.component.mjs +4 -4
- package/esm2022/lib/common/forms/template-composite-control.mjs +4 -4
- package/esm2022/lib/common/forms/value-accessor-base.mjs +4 -4
- package/esm2022/lib/common/http/http-client-builder.service.mjs +4 -4
- package/esm2022/lib/common/http/http-client-pristine.mjs +4 -4
- package/esm2022/lib/common/http/transfer/data-transfer-factory.mjs +4 -4
- package/esm2022/lib/common/url/elder-router.service.mjs +4 -4
- package/esm2022/lib/common/url/elder-url-fragment-params.service.mjs +4 -4
- package/esm2022/lib/components/access-denied/elder-access-denied.component.mjs +4 -4
- package/esm2022/lib/components/access-denied/elder-access-denied.module.mjs +5 -5
- package/esm2022/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +4 -4
- package/esm2022/lib/components/auditing/elder-audit.module.mjs +5 -5
- package/esm2022/lib/components/badge/elder-badge/elder-badge.component.mjs +10 -10
- package/esm2022/lib/components/badge/elder-badge.directive.mjs +4 -4
- package/esm2022/lib/components/badge/elder-badge.module.mjs +5 -5
- package/esm2022/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +4 -4
- package/esm2022/lib/components/button-group/elder-button-group.module.mjs +5 -5
- package/esm2022/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +4 -4
- package/esm2022/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +4 -4
- package/esm2022/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +4 -4
- package/esm2022/lib/components/card-organizer/elder-card-organizer.module.mjs +5 -5
- package/esm2022/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +4 -4
- package/esm2022/lib/components/cards/elder-card/elder-card.component.mjs +19 -19
- package/esm2022/lib/components/cards/elder-card/elder-card.module.mjs +5 -5
- package/esm2022/lib/components/chips/elder-chip-label.directive.mjs +4 -4
- package/esm2022/lib/components/chips/elder-chips.module.mjs +5 -5
- package/esm2022/lib/components/connectivity/elder-connectivity.module.mjs +5 -5
- package/esm2022/lib/components/connectivity/elder-connectivity.service.mjs +4 -4
- package/esm2022/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.mjs +4 -4
- package/esm2022/lib/components/containers/elder-containers.module.mjs +5 -5
- package/esm2022/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +4 -4
- package/esm2022/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +4 -4
- package/esm2022/lib/components/csv/elder-csv-stream-exporter-builder.service.mjs +4 -4
- package/esm2022/lib/components/csv/elder-csv.module.mjs +5 -5
- package/esm2022/lib/components/currency/elder-currency.module.mjs +5 -5
- package/esm2022/lib/components/currency/elder-currency.pipe.mjs +16 -13
- package/esm2022/lib/components/data-transfer/elder-data-transfer.module.mjs +5 -5
- package/esm2022/lib/components/data-transfer/elder-data-transfer.service.mjs +4 -4
- package/esm2022/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.mjs +4 -4
- package/esm2022/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +4 -4
- package/esm2022/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +4 -4
- package/esm2022/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +4 -4
- package/esm2022/lib/components/data-view/base/elder-data-view-base.mjs +4 -4
- package/esm2022/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +4 -4
- package/esm2022/lib/components/data-view/common/elder-data-common.module.mjs +5 -5
- package/esm2022/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +7 -7
- package/esm2022/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +4 -4
- package/esm2022/lib/components/data-view/common/selection/data-context-selection.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +4 -4
- package/esm2022/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +10 -10
- package/esm2022/lib/components/data-view/grid/elder-grid.module.mjs +5 -5
- package/esm2022/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.mjs +4 -4
- package/esm2022/lib/components/data-view/master-detail/elder-detail.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/master-detail/elder-master-activation.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.component.mjs +4 -4
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.module.mjs +5 -5
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.service.mjs +4 -4
- package/esm2022/lib/components/data-view/master-detail/elder-master.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +4 -4
- package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +5 -5
- package/esm2022/lib/components/data-view/table/activation/elder-delete-active.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-number-cell.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-paginator-intl.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table/elder-table.component.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table-column.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table-extension.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table-root.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table-row.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table-sort.directive.mjs +4 -4
- package/esm2022/lib/components/data-view/table/elder-table.module.mjs +5 -5
- package/esm2022/lib/components/data-view/table/model/elder-table-model.mjs +4 -4
- package/esm2022/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +4 -4
- package/esm2022/lib/components/dialogs/elder-dialog.module.mjs +5 -5
- package/esm2022/lib/components/dialogs/elder-dialog.service.mjs +4 -4
- package/esm2022/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +4 -4
- package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +4 -4
- package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +4 -4
- package/esm2022/lib/components/errors/elder-error.module.mjs +5 -5
- package/esm2022/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +4 -4
- package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +4 -4
- package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +5 -5
- package/esm2022/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +4 -4
- package/esm2022/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.mjs +4 -4
- package/esm2022/lib/components/files/drag-n-drop/global-drag-drop.service.mjs +4 -4
- package/esm2022/lib/components/files/elder-file-drop-zone.directive.mjs +4 -4
- package/esm2022/lib/components/files/elder-file-select.directive.mjs +4 -4
- package/esm2022/lib/components/files/elder-file.module.mjs +5 -5
- package/esm2022/lib/components/files/file-select/file-select.component.mjs +4 -4
- package/esm2022/lib/components/files/file-upload/file-upload.component.mjs +4 -4
- package/esm2022/lib/components/forms/clipboard/elder-clipboard.service.mjs +4 -4
- package/esm2022/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-clipboard-put.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-delayed-focus.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-form-field-dense.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-form-field-label.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-forms-directives.module.mjs +5 -5
- package/esm2022/lib/components/forms/directives/elder-initial-value.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-input-pattern.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-key-event.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-next-focusable.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-touched.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/elder-validation-error.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/validation-message-renderer.service.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/validators/elder-max.validator.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/validators/elder-min.validator.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.mjs +4 -4
- package/esm2022/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.mjs +4 -4
- package/esm2022/lib/components/forms/elder-forms.module.mjs +5 -5
- package/esm2022/lib/components/forms/search/domain/context/search-context.service.mjs +4 -4
- package/esm2022/lib/components/forms/search/domain/url/elder-search-url.directive.mjs +4 -4
- package/esm2022/lib/components/forms/search/domain/url/elder-search-url.service.mjs +4 -4
- package/esm2022/lib/components/forms/search/elder-search-context.directive.mjs +4 -4
- package/esm2022/lib/components/forms/search/elder-search-input.directive.mjs +21 -28
- package/esm2022/lib/components/forms/search/elder-search.module.mjs +5 -5
- package/esm2022/lib/components/forms/search/filter/default-input-filter-converter.mjs +46 -0
- package/esm2022/lib/components/forms/search/filter/include-exclude-input-converter.mjs +1 -1
- package/esm2022/lib/components/forms/search/filter/input-filter-converter.mjs +2 -0
- package/esm2022/lib/components/forms/search/search-box/elder-search-box.component.mjs +4 -4
- package/esm2022/lib/components/forms/search/search-box/elder-search-panel.component.mjs +4 -4
- package/esm2022/lib/components/global-search/elder-global-search.component.mjs +4 -4
- package/esm2022/lib/components/global-search/elder-global-search.module.mjs +5 -5
- package/esm2022/lib/components/global-search/elder-global-search.service.mjs +4 -4
- package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +4 -4
- package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +5 -5
- package/esm2022/lib/components/headers/elder-header/elder-header.component.mjs +4 -4
- package/esm2022/lib/components/headers/elder-header.module.mjs +5 -5
- package/esm2022/lib/components/http-support/elder-http-client.service.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-i18n-entities.module.mjs +5 -5
- package/esm2022/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/elder-localized-texts.directive.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +4 -4
- package/esm2022/lib/components/i18n/entities/picker/localisation-picker.service.mjs +4 -4
- package/esm2022/lib/components/i18n/language/elder-language-interceptor.mjs +4 -4
- package/esm2022/lib/components/i18n/language/elder-language.module.mjs +5 -5
- package/esm2022/lib/components/i18n/language/elder-language.service.mjs +4 -4
- package/esm2022/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +4 -4
- package/esm2022/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +5 -5
- package/esm2022/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.mjs +4 -4
- package/esm2022/lib/components/iframes/data-view/data-view-iframe-adapter.directive.mjs +4 -4
- package/esm2022/lib/components/iframes/elder-iframe.module.mjs +5 -5
- package/esm2022/lib/components/iframes/iframe-close.directive.mjs +4 -4
- package/esm2022/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +4 -4
- package/esm2022/lib/components/iframes/iframe-host/iframe-host.component.mjs +4 -4
- package/esm2022/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +4 -4
- package/esm2022/lib/components/iframes/iframe.service.mjs +4 -4
- package/esm2022/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +4 -4
- package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +4 -4
- package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +5 -5
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete/elder-suggestion-panel.component.mjs +4 -4
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete-many.directive.mjs +4 -4
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +4 -4
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete.module.mjs +5 -5
- package/esm2022/lib/components/labels/elder-labels.module.mjs +5 -5
- package/esm2022/lib/components/labels/labels-input/labels-input.component.mjs +4 -4
- package/esm2022/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.mjs +4 -4
- package/esm2022/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.mjs +4 -4
- package/esm2022/lib/components/measures/directives/elder-unit-select.directive.mjs +4 -4
- package/esm2022/lib/components/measures/elder-measures.module.mjs +9 -9
- package/esm2022/lib/components/measures/elder-quantity-transform.pipe.mjs +5 -16
- package/esm2022/lib/components/measures/elder-quantity.pipe.mjs +15 -46
- package/esm2022/lib/components/measures/elder-unit.service.mjs +4 -4
- package/esm2022/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.mjs +4 -4
- package/esm2022/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.mjs +8 -10
- package/esm2022/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.mjs +4 -4
- package/esm2022/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.mjs +4 -4
- package/esm2022/lib/components/measures/util/elder-quantity.service.mjs +70 -4
- package/esm2022/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +4 -4
- package/esm2022/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +5 -5
- package/esm2022/lib/components/navigation/nav/elder-nav.module.mjs +5 -5
- package/esm2022/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +4 -4
- package/esm2022/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +4 -4
- package/esm2022/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +4 -4
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +4 -4
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar.module.mjs +5 -5
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar.service.mjs +4 -4
- package/esm2022/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +4 -4
- package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +4 -4
- package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +4 -4
- package/esm2022/lib/components/overlays/elder-overlay-origin.directive.mjs +4 -4
- package/esm2022/lib/components/overlays/elder-overlay-ref.mjs +4 -4
- package/esm2022/lib/components/overlays/elder-overlay-trigger.directive.mjs +4 -4
- package/esm2022/lib/components/overlays/elder-overlay.component.mjs +4 -4
- package/esm2022/lib/components/overlays/elder-overlay.module.mjs +5 -5
- package/esm2022/lib/components/panels/card-panel/elder-card-panel.component.mjs +4 -4
- package/esm2022/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.mjs +4 -4
- package/esm2022/lib/components/panels/elder-panel.module.mjs +5 -5
- package/esm2022/lib/components/panels/flat/elder-panel.component.mjs +4 -4
- package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.mjs +4 -4
- package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel.component.mjs +10 -10
- package/esm2022/lib/components/scrollbar/elder-scrollbar.directive.mjs +4 -4
- package/esm2022/lib/components/scrollbar/elder-scrollbar.module.mjs +5 -5
- package/esm2022/lib/components/select/auto/elder-auto-select-first.directive.mjs +4 -4
- package/esm2022/lib/components/select/auto/elder-auto-select-first.service.mjs +4 -4
- package/esm2022/lib/components/select/auto/elder-auto-select-suggest-first.directive.mjs +4 -4
- package/esm2022/lib/components/select/elder-select-base.mjs +4 -4
- package/esm2022/lib/components/select/elder-select-chip.directive.mjs +10 -10
- package/esm2022/lib/components/select/elder-select-on-tab.directive.mjs +4 -4
- package/esm2022/lib/components/select/elder-select-value.directive.mjs +4 -4
- package/esm2022/lib/components/select/elder-select.module.mjs +5 -5
- package/esm2022/lib/components/select/filter/elder-chips-filter.directive.mjs +4 -4
- package/esm2022/lib/components/select/filter/elder-filter-chip-template/elder-filter-chip-template.component.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-multi-select-base.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-multi-select-form-field.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-mutli-select-all-directive.mjs +4 -4
- package/esm2022/lib/components/select/multi/elder-search-include-exclude.directive.mjs +5 -5
- package/esm2022/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.mjs +4 -4
- package/esm2022/lib/components/select/popup/selection-model-popup.directive.mjs +4 -4
- package/esm2022/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +4 -4
- package/esm2022/lib/components/select/single/elder-clear-select.directive.mjs +4 -4
- package/esm2022/lib/components/select/single/elder-select/elder-select.component.mjs +4 -4
- package/esm2022/lib/components/select/single/elder-select-form-field.mjs +4 -4
- package/esm2022/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +4 -4
- package/esm2022/lib/components/select-chip-list/elder-chip-list-select.module.mjs +5 -5
- package/esm2022/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +4 -4
- package/esm2022/lib/components/shell/drawers/elder-router-outlet.service.mjs +4 -4
- package/esm2022/lib/components/shell/elder-shell-slot.directive.mjs +4 -4
- package/esm2022/lib/components/shell/elder-shell.module.mjs +5 -5
- package/esm2022/lib/components/shell/elder-shell.service.mjs +4 -4
- package/esm2022/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +4 -4
- package/esm2022/lib/components/shell/shell/elder-shell.component.mjs +13 -13
- package/esm2022/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +4 -4
- package/esm2022/lib/components/tabs/elder-tab/elder-tab.directive.mjs +4 -4
- package/esm2022/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +4 -4
- package/esm2022/lib/components/tabs/elder-tab.module.mjs +5 -5
- package/esm2022/lib/components/theme/elder-theme-applier.directive.mjs +4 -4
- package/esm2022/lib/components/theme/elder-theme-preference.service.mjs +4 -4
- package/esm2022/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.mjs +4 -4
- package/esm2022/lib/components/theme/elder-theme.directive.mjs +4 -4
- package/esm2022/lib/components/theme/elder-theme.module.mjs +5 -5
- package/esm2022/lib/components/theme/elder-theme.service.mjs +4 -4
- package/esm2022/lib/components/time/date-adapters/custom-date-adapter.mjs +4 -4
- package/esm2022/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +4 -4
- package/esm2022/lib/components/time/elder-time.module.mjs +5 -5
- package/esm2022/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +4 -4
- package/esm2022/lib/components/time/pipes/to-iso-date-string.pipe.mjs +4 -4
- package/esm2022/lib/components/toasts/elder-toast.module.mjs +5 -5
- package/esm2022/lib/components/toasts/elder-toast.service.mjs +4 -4
- package/esm2022/lib/components/toasts/standard-toast/standard-toast.component.mjs +4 -4
- package/esm2022/lib/components/url-fragment/elder-url-fragment.module.mjs +5 -5
- package/esm2022/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +4 -4
- package/esm2022/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +4 -4
- package/esm2022/lib/components/viewers/elder-viewers.module.mjs +5 -5
- package/esm2022/lib/features/event-source/fetch/reactive-fetch-event-source.service.mjs +4 -4
- package/esm2022/lib/features/event-source/standard/elder-event-source.service.mjs +4 -4
- package/esm2022/lib/features/kafent/access-token-provider.mjs +4 -4
- package/esm2022/lib/features/kafent/kafent-config.mjs +4 -4
- package/esm2022/lib/features/kafent/kafent-event-stream.mjs +4 -4
- package/esm2022/lib/features/kafent/kafent-event.service.mjs +4 -4
- package/esm2022/lib/features/kafent/kafent.module.mjs +5 -5
- package/esm2022/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +4 -4
- package/esm2022/lib/pipes/bytes.pipe.mjs +4 -4
- package/esm2022/lib/pipes/elder-pipes.module.mjs +11 -11
- package/esm2022/lib/pipes/elder-repeat.pipe.mjs +4 -4
- package/esm2022/lib/pipes/elder-round.pipe.mjs +4 -4
- package/esm2022/lib/pipes/elder-safe-url.pipe.mjs +4 -4
- package/esm2022/lib/pipes/elder-truncate.pipe.mjs +4 -4
- package/esm2022/lib/pipes/iso-duration.pipe.mjs +8 -26
- package/esm2022/lib/pipes/iso-interval-parse.pipe.mjs +4 -4
- package/esm2022/lib/pipes/iso-interval.pipe.mjs +24 -73
- package/esm2022/lib/pipes/time-ago.pipe.mjs +4 -4
- package/esm2022/lib/pipes/time-duration.pipe.mjs +4 -4
- package/esm2022/lib/pipes/weight.pipe.mjs +4 -4
- package/fesm2022/elderbyte-ngx-starter.mjs +2630 -2470
- package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
- package/lib/common/format/curency-format-util.d.ts +24 -0
- package/lib/common/format/duration-format-util.d.ts +23 -0
- package/lib/{components/forms/search/filter/default-input-converter.d.ts → common/format/iso-interval-format-util.d.ts} +13 -11
- package/lib/common/format/public_api.d.ts +3 -0
- package/lib/components/currency/elder-currency.pipe.d.ts +7 -4
- package/lib/components/forms/search/elder-search-input.directive.d.ts +8 -13
- package/lib/components/forms/search/filter/default-input-filter-converter.d.ts +31 -0
- package/lib/components/forms/search/filter/include-exclude-input-converter.d.ts +2 -2
- package/lib/components/forms/search/filter/input-filter-converter.d.ts +16 -0
- package/lib/components/measures/elder-quantity.pipe.d.ts +4 -15
- package/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.d.ts +2 -4
- package/lib/components/measures/util/elder-quantity.service.d.ts +12 -0
- package/lib/pipes/iso-duration.pipe.d.ts +0 -3
- package/lib/pipes/iso-interval.pipe.d.ts +5 -12
- package/package.json +1 -1
- package/esm2022/lib/components/forms/search/filter/default-input-converter.mjs +0 -32
- package/esm2022/lib/components/forms/search/filter/input-converter.mjs +0 -2
- package/lib/components/forms/search/filter/input-converter.d.ts +0 -7
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { CurrencyCode } from '../../components/currency/model/currency-code';
|
|
2
|
+
import { Currency } from '../../components/currency/model/currency';
|
|
3
|
+
export type CurrencyIndication = 'code' | 'symbol' | 'symbol-narrow' | string;
|
|
4
|
+
export declare class CurrencyFormatUtil {
|
|
5
|
+
/***************************************************************************
|
|
6
|
+
* *
|
|
7
|
+
* Public API *
|
|
8
|
+
* *
|
|
9
|
+
**************************************************************************/
|
|
10
|
+
/**
|
|
11
|
+
* @param currency amount and ISO 4217 currency code to format
|
|
12
|
+
* @param locale locale code for formatting rules (e.g. en-US)
|
|
13
|
+
* @param indication determines currency indicator in output (e.g. USD100 vs $100). Will fall back to 'symbol' if missing.
|
|
14
|
+
* @param digitsInfo see DecimalPipe for documentation
|
|
15
|
+
*/
|
|
16
|
+
static formatElderCurrency(currency: Currency, locale: string, indication?: CurrencyIndication, digitsInfo?: string): string;
|
|
17
|
+
static determineCurrencySymbol(currencyCode: CurrencyCode, locale: string): string;
|
|
18
|
+
/***************************************************************************
|
|
19
|
+
* *
|
|
20
|
+
* Private methods *
|
|
21
|
+
* *
|
|
22
|
+
**************************************************************************/
|
|
23
|
+
private static determineCurrencyIndicator;
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Duration, Period } from '@js-joda/core';
|
|
2
|
+
import { PeriodDuration } from '../time/period-duration';
|
|
3
|
+
export declare class DurationFormatUtil {
|
|
4
|
+
/***************************************************************************
|
|
5
|
+
* *
|
|
6
|
+
* Public API *
|
|
7
|
+
* *
|
|
8
|
+
**************************************************************************/
|
|
9
|
+
/**
|
|
10
|
+
* Converts any valid input of standard ISO 8601 duration format
|
|
11
|
+
* example input: PT2H10M12.1235675S, output: 2h, 10min, 12s, 124 ms
|
|
12
|
+
*
|
|
13
|
+
* a maximal input looks like this: P3Y6M4DT12H30M5S although
|
|
14
|
+
* all arguments except P are optional, decimal numbers allowed
|
|
15
|
+
*/
|
|
16
|
+
static formatDuration(value: string | Duration | Period | PeriodDuration, format?: string): string;
|
|
17
|
+
/***************************************************************************
|
|
18
|
+
* *
|
|
19
|
+
* Private methods *
|
|
20
|
+
* *
|
|
21
|
+
**************************************************************************/
|
|
22
|
+
private static toPeriodDuration;
|
|
23
|
+
}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export default class DefaultInputConverter implements InputConverter {
|
|
5
|
-
readonly queryKey: string;
|
|
1
|
+
import { Interval } from '../time/interval';
|
|
2
|
+
import { ZoneId } from '@js-joda/core';
|
|
3
|
+
export declare class IsoIntervalFormatUtil {
|
|
6
4
|
/***************************************************************************
|
|
7
5
|
* *
|
|
8
|
-
*
|
|
6
|
+
* Public API *
|
|
9
7
|
* *
|
|
10
8
|
**************************************************************************/
|
|
11
|
-
static
|
|
9
|
+
static formatIsoInterval(value: string | Interval, timezone: string | ZoneId, locale: string, format?: string, formatEnd?: string): string | null;
|
|
12
10
|
/***************************************************************************
|
|
13
11
|
* *
|
|
14
|
-
*
|
|
12
|
+
* Private methods *
|
|
15
13
|
* *
|
|
16
14
|
**************************************************************************/
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
private static determineDisplayMode;
|
|
16
|
+
private static formatSubDay;
|
|
17
|
+
private static formatFullDays;
|
|
18
|
+
private static formatDetailedInterval;
|
|
19
|
+
private static formatInstant;
|
|
20
|
+
private static formatDate;
|
|
21
|
+
private static isPartialDay;
|
|
20
22
|
}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { CurrencyPipe } from '@angular/common';
|
|
3
2
|
import { Currency } from './model/currency';
|
|
3
|
+
import { CurrencyIndication } from '../../common/format/curency-format-util';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ElderCurrencyPipe implements PipeTransform {
|
|
6
|
-
private
|
|
6
|
+
private _locale;
|
|
7
7
|
/***************************************************************************
|
|
8
8
|
* *
|
|
9
9
|
* Constructor *
|
|
10
10
|
* *
|
|
11
11
|
**************************************************************************/
|
|
12
|
-
constructor(
|
|
12
|
+
constructor(_locale: string);
|
|
13
13
|
/***************************************************************************
|
|
14
14
|
* *
|
|
15
15
|
* Public API *
|
|
16
16
|
* *
|
|
17
17
|
**************************************************************************/
|
|
18
|
-
|
|
18
|
+
/**
|
|
19
|
+
* @see formatElderCurrency
|
|
20
|
+
*/
|
|
21
|
+
transform(currency: Currency, display?: CurrencyIndication, digitsInfo?: string, locale?: string): string;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCurrencyPipe, never>;
|
|
20
23
|
static ɵpipe: i0.ɵɵPipeDeclaration<ElderCurrencyPipe, "elderCurrency", true>;
|
|
21
24
|
}
|
|
@@ -6,7 +6,7 @@ import { SearchInput } from './domain/input/search-input';
|
|
|
6
6
|
import { SearchInputState } from './domain/input/search-input-state';
|
|
7
7
|
import { LocalPagedDataSource } from '../../../common/data/datasource/local/local-paged-data-source';
|
|
8
8
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
9
|
-
import {
|
|
9
|
+
import { InputFilterConverter } from './filter/input-filter-converter';
|
|
10
10
|
import { Filter } from '../../../common/data/filters/filter';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
@@ -43,18 +43,6 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
|
|
|
43
43
|
private _extractedName;
|
|
44
44
|
private readonly destroy$;
|
|
45
45
|
private readonly log;
|
|
46
|
-
/***************************************************************************
|
|
47
|
-
* *
|
|
48
|
-
* Properties *
|
|
49
|
-
* *
|
|
50
|
-
**************************************************************************/
|
|
51
|
-
/**
|
|
52
|
-
* (Optional) Usually the control name is used, this allows a custom query key
|
|
53
|
-
*/
|
|
54
|
-
set queryKey(value: string);
|
|
55
|
-
get queryKey(): string;
|
|
56
|
-
get queryKey$(): Observable<string>;
|
|
57
|
-
set filterSplitterMeger(inputConverter: InputConverter);
|
|
58
46
|
/***************************************************************************
|
|
59
47
|
* *
|
|
60
48
|
* Constructor *
|
|
@@ -74,6 +62,13 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
|
|
|
74
62
|
* Properties *
|
|
75
63
|
* *
|
|
76
64
|
**************************************************************************/
|
|
65
|
+
/**
|
|
66
|
+
* (Optional) Usually the control name is used, this allows a custom query key
|
|
67
|
+
*/
|
|
68
|
+
set queryKey(value: string);
|
|
69
|
+
get queryKey(): string;
|
|
70
|
+
get queryKey$(): Observable<string>;
|
|
71
|
+
set inputConverter(inputConverter: InputFilterConverter);
|
|
77
72
|
get initialDone$(): Observable<void>;
|
|
78
73
|
get state$(): Observable<SearchInputState>;
|
|
79
74
|
get name(): string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { InputFilterConverter } from './input-filter-converter';
|
|
2
|
+
import { InputValue } from '../domain/input/input-value';
|
|
3
|
+
import { Filter } from '../../../../common/data/filters/filter';
|
|
4
|
+
export default class DefaultInputFilterConverter implements InputFilterConverter {
|
|
5
|
+
private readonly queryKeyProviderFn;
|
|
6
|
+
/***************************************************************************
|
|
7
|
+
* *
|
|
8
|
+
* Static Builders *
|
|
9
|
+
* *
|
|
10
|
+
**************************************************************************/
|
|
11
|
+
static of(queryKeyProviderFn: () => string): DefaultInputFilterConverter;
|
|
12
|
+
/***************************************************************************
|
|
13
|
+
* *
|
|
14
|
+
* Constructors *
|
|
15
|
+
* *
|
|
16
|
+
**************************************************************************/
|
|
17
|
+
private constructor();
|
|
18
|
+
/***************************************************************************
|
|
19
|
+
* *
|
|
20
|
+
* Public API *
|
|
21
|
+
* *
|
|
22
|
+
**************************************************************************/
|
|
23
|
+
convertToFilters(inputValue: InputValue): Filter[];
|
|
24
|
+
convertToValue(filters: Filter[]): InputValue;
|
|
25
|
+
/***************************************************************************
|
|
26
|
+
* *
|
|
27
|
+
* Private methods *
|
|
28
|
+
* *
|
|
29
|
+
**************************************************************************/
|
|
30
|
+
private queryKey;
|
|
31
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InputFilterConverter } from './input-filter-converter';
|
|
2
2
|
import { Filter } from '../../../../common/data/filters/filter';
|
|
3
3
|
import { InputValue } from '../domain/input/input-value';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { ElderChipFilterEntity } from '../../../select/filter/elder-chips-filter.directive';
|
|
6
|
-
export default class IncludeExcludeInputConverter implements
|
|
6
|
+
export default class IncludeExcludeInputConverter implements InputFilterConverter {
|
|
7
7
|
readonly queryKey: string;
|
|
8
8
|
private includeSuffix;
|
|
9
9
|
private excludeSuffix;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Filter } from '../../../../common/data/filters/filter';
|
|
2
|
+
import { InputValue } from '../domain/input/input-value';
|
|
3
|
+
export interface InputFilterConverter {
|
|
4
|
+
/**
|
|
5
|
+
* Convert the Input Value to one or more Filters.
|
|
6
|
+
* Multiple Filters are returned in special cases such as include/exclude.
|
|
7
|
+
* @param inputValue
|
|
8
|
+
*/
|
|
9
|
+
convertToFilters(inputValue: InputValue): Filter[];
|
|
10
|
+
/**
|
|
11
|
+
* Pick the relevant filters and convert to the InputValue.
|
|
12
|
+
* Usually an Input consumes one filter, but advanced cases can consume more.
|
|
13
|
+
* @param filter
|
|
14
|
+
*/
|
|
15
|
+
convertToValue(filter: Filter[]): InputValue;
|
|
16
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DecimalPipe } from '@angular/common';
|
|
3
2
|
import { Quantity } from './model/quantity';
|
|
4
3
|
import { Unit } from './model/unit';
|
|
5
|
-
import {
|
|
6
|
-
import { ElderUnitService } from './elder-unit.service';
|
|
4
|
+
import { ElderQuantityService } from './util/elder-quantity.service';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
export interface QuantityPipeOptions {
|
|
9
7
|
normalize?: boolean;
|
|
@@ -12,23 +10,14 @@ export interface QuantityPipeOptions {
|
|
|
12
10
|
hideUnit?: boolean;
|
|
13
11
|
}
|
|
14
12
|
export declare class ElderQuantityPipe implements PipeTransform {
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private _decimalPipe;
|
|
18
|
-
/***************************************************************************
|
|
19
|
-
* *
|
|
20
|
-
* Fields *
|
|
21
|
-
* *
|
|
22
|
-
**************************************************************************/
|
|
23
|
-
private static readonly EMPTY_STRING;
|
|
24
|
-
private static readonly SPACE_STRING;
|
|
25
|
-
private static readonly DEFAULT_DIGITS;
|
|
13
|
+
private _locale;
|
|
14
|
+
private readonly quantityService;
|
|
26
15
|
/***************************************************************************
|
|
27
16
|
* *
|
|
28
17
|
* Constructor *
|
|
29
18
|
* *
|
|
30
19
|
**************************************************************************/
|
|
31
|
-
constructor(
|
|
20
|
+
constructor(_locale: string, quantityService: ElderQuantityService);
|
|
32
21
|
/***************************************************************************
|
|
33
22
|
* *
|
|
34
23
|
* Public API *
|
|
@@ -6,7 +6,6 @@ import { TranslateService } from '@ngx-translate/core';
|
|
|
6
6
|
import { NgControl } from '@angular/forms';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
8
8
|
import { ElderUnitService } from '../../elder-unit.service';
|
|
9
|
-
import { DecimalPipe } from '@angular/common';
|
|
10
9
|
import { MatInput } from '@angular/material/input';
|
|
11
10
|
import { Unit } from '../../model/unit';
|
|
12
11
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
@@ -14,7 +13,6 @@ import * as i0 from "@angular/core";
|
|
|
14
13
|
export declare class ElderQuantityInputControlComponent extends ElderFormFieldControlBase<Quantity> implements OnInit {
|
|
15
14
|
ngControl: NgControl;
|
|
16
15
|
private readonly unitService;
|
|
17
|
-
private readonly decimalPipe;
|
|
18
16
|
/***************************************************************************
|
|
19
17
|
* *
|
|
20
18
|
* Fields *
|
|
@@ -39,7 +37,7 @@ export declare class ElderQuantityInputControlComponent extends ElderFormFieldCo
|
|
|
39
37
|
* Constructor *
|
|
40
38
|
* *
|
|
41
39
|
**************************************************************************/
|
|
42
|
-
constructor(hostRef: ElementRef, zone: NgZone, focusMonitor: FocusMonitor, translateService: TranslateService, ngControl: NgControl, unitService: ElderUnitService
|
|
40
|
+
constructor(hostRef: ElementRef, zone: NgZone, focusMonitor: FocusMonitor, translateService: TranslateService, ngControl: NgControl, unitService: ElderUnitService);
|
|
43
41
|
/***************************************************************************
|
|
44
42
|
* *
|
|
45
43
|
* Life Cycle *
|
|
@@ -74,6 +72,6 @@ export declare class ElderQuantityInputControlComponent extends ElderFormFieldCo
|
|
|
74
72
|
* *
|
|
75
73
|
**************************************************************************/
|
|
76
74
|
protected valuesEquals(a: Quantity, b: Quantity): boolean;
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityInputControlComponent, [null, null, null, null, { optional: true; self: true; }, null
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityInputControlComponent, [null, null, null, null, { optional: true; self: true; }, null]>;
|
|
78
76
|
static ɵcmp: i0.ɵɵComponentDeclaration<ElderQuantityInputControlComponent, "elder-quantity-input", never, { "displayFormat": { "alias": "displayFormat"; "required": false; }; "quantityValue": { "alias": "quantityValue"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "hideUnit": { "alias": "hideUnit"; "required": false; }; }, { "quantityValueChange": "quantityValueChange"; "unitChange": "unitChange"; }, never, never, true, never>;
|
|
79
77
|
}
|
|
@@ -2,6 +2,7 @@ import { Unit } from '../model/unit';
|
|
|
2
2
|
import { Quantity } from '../model/quantity';
|
|
3
3
|
import { ElderUnitService } from '../elder-unit.service';
|
|
4
4
|
import { Dimensions } from '../model/dimensions';
|
|
5
|
+
import { QuantityPipeOptions } from '../elder-quantity.pipe';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class ElderQuantityService {
|
|
7
8
|
private readonly unitService;
|
|
@@ -11,6 +12,9 @@ export declare class ElderQuantityService {
|
|
|
11
12
|
* *
|
|
12
13
|
**************************************************************************/
|
|
13
14
|
private readonly logger;
|
|
15
|
+
private static readonly EMPTY_STRING;
|
|
16
|
+
private static readonly SPACE_STRING;
|
|
17
|
+
private static readonly DEFAULT_DIGITS;
|
|
14
18
|
private readonly QUANTITY_CACHE_SIZE;
|
|
15
19
|
private readonly QUANTITY_CACHE;
|
|
16
20
|
/***************************************************************************
|
|
@@ -119,6 +123,8 @@ export declare class ElderQuantityService {
|
|
|
119
123
|
* @param quantity
|
|
120
124
|
*/
|
|
121
125
|
normalize(quantity: Quantity): Quantity;
|
|
126
|
+
transformQuantity(quantity: Quantity, normalize?: boolean, targetUnit?: Unit | string): Quantity;
|
|
127
|
+
formatQuantity(quantity: Quantity, locale: string, normalize?: boolean | QuantityPipeOptions, targetUnit?: Unit | string, digitsInfo?: string): string;
|
|
122
128
|
/***************************************************************************
|
|
123
129
|
* *
|
|
124
130
|
* Private Methods *
|
|
@@ -126,6 +132,12 @@ export declare class ElderQuantityService {
|
|
|
126
132
|
**************************************************************************/
|
|
127
133
|
private normalizeInternal;
|
|
128
134
|
private getQuantityIdentifier;
|
|
135
|
+
/**
|
|
136
|
+
* Adapted from @angular/common number_pipe.ts
|
|
137
|
+
*/
|
|
138
|
+
private strToNumber;
|
|
139
|
+
private static determineUserOptions;
|
|
140
|
+
private determineSuffix;
|
|
129
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityService, never>;
|
|
130
142
|
static ɵprov: i0.ɵɵInjectableDeclaration<ElderQuantityService>;
|
|
131
143
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { Duration, Period } from '@js-joda/core';
|
|
3
|
-
import { ElderUnitService } from '../components/measures/elder-unit.service';
|
|
4
3
|
import { PeriodDuration } from '../common/time/period-duration';
|
|
5
4
|
import { IsoDurationStr } from '../components/time/duration/iso-duration-str';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -12,9 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
12
11
|
* all arguments except P are optional, decimal numbers allowed
|
|
13
12
|
*/
|
|
14
13
|
export declare class IsoDurationPipe implements PipeTransform {
|
|
15
|
-
private readonly unitService;
|
|
16
14
|
private readonly logger;
|
|
17
|
-
constructor(unitService: ElderUnitService);
|
|
18
15
|
/***************************************************************************
|
|
19
16
|
* *
|
|
20
17
|
* Public API *
|
|
@@ -8,8 +8,7 @@ export declare class IsoIntervalPipe implements PipeTransform {
|
|
|
8
8
|
* Fields *
|
|
9
9
|
* *
|
|
10
10
|
**************************************************************************/
|
|
11
|
-
private
|
|
12
|
-
private readonly datePipe;
|
|
11
|
+
private log;
|
|
13
12
|
/***************************************************************************
|
|
14
13
|
* *
|
|
15
14
|
* Constructor *
|
|
@@ -22,7 +21,9 @@ export declare class IsoIntervalPipe implements PipeTransform {
|
|
|
22
21
|
* *
|
|
23
22
|
**************************************************************************/
|
|
24
23
|
/**
|
|
25
|
-
* Transforms an Interval / ISO Interval to a human
|
|
24
|
+
* Transforms an Interval / ISO Interval to a human-readable display text.
|
|
25
|
+
*
|
|
26
|
+
* @return null in case of error
|
|
26
27
|
*
|
|
27
28
|
* @param value The interval value, either as iso string or interval object
|
|
28
29
|
* @param format The format of the start (and if not specified otherwise, the end)
|
|
@@ -30,15 +31,7 @@ export declare class IsoIntervalPipe implements PipeTransform {
|
|
|
30
31
|
* @param timezone
|
|
31
32
|
* @param locale
|
|
32
33
|
*/
|
|
33
|
-
transform(value: IsoIntervalStr | Interval, format?: string, formatEnd?: string, timezone?: string, locale?: string): string;
|
|
34
|
-
/***************************************************************************
|
|
35
|
-
* *
|
|
36
|
-
* Private methods *
|
|
37
|
-
* *
|
|
38
|
-
**************************************************************************/
|
|
39
|
-
private formatSubDay;
|
|
40
|
-
private formatInstant;
|
|
41
|
-
private format;
|
|
34
|
+
transform(value: IsoIntervalStr | Interval, format?: string, formatEnd?: string, timezone?: string, locale?: string): string | null;
|
|
42
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsoIntervalPipe, never>;
|
|
43
36
|
static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalPipe, "isoInterval", true>;
|
|
44
37
|
}
|
package/package.json
CHANGED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Filter } from '../../../../common/data/filters/filter';
|
|
2
|
-
export default class DefaultInputConverter {
|
|
3
|
-
/***************************************************************************
|
|
4
|
-
* *
|
|
5
|
-
* Static Builders *
|
|
6
|
-
* *
|
|
7
|
-
**************************************************************************/
|
|
8
|
-
static of(queryKey) {
|
|
9
|
-
return new DefaultInputConverter(queryKey);
|
|
10
|
-
}
|
|
11
|
-
/***************************************************************************
|
|
12
|
-
* *
|
|
13
|
-
* Constructors *
|
|
14
|
-
* *
|
|
15
|
-
**************************************************************************/
|
|
16
|
-
constructor(queryKey) {
|
|
17
|
-
this.queryKey = queryKey;
|
|
18
|
-
}
|
|
19
|
-
convertToFilters(inputValue) {
|
|
20
|
-
return [
|
|
21
|
-
new Filter(this.queryKey, inputValue)
|
|
22
|
-
];
|
|
23
|
-
}
|
|
24
|
-
convertToValue(filters) {
|
|
25
|
-
for (const filter of filters) {
|
|
26
|
-
if (filter.key === this.queryKey) {
|
|
27
|
-
return filter.value;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1pbnB1dC1jb252ZXJ0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lbGRlcmJ5dGUvbmd4LXN0YXJ0ZXIvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm1zL3NlYXJjaC9maWx0ZXIvZGVmYXVsdC1pbnB1dC1jb252ZXJ0ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFDLE1BQU0sRUFBQyxNQUFNLHdDQUF3QyxDQUFDO0FBRTlELE1BQU0sQ0FBQyxPQUFPLE9BQU8scUJBQXFCO0lBRXhDOzs7O2dGQUk0RTtJQUVyRSxNQUFNLENBQUMsRUFBRSxDQUFDLFFBQWdCO1FBQy9CLE9BQU8sSUFBSSxxQkFBcUIsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUM3QyxDQUFDO0lBR0Q7Ozs7Z0ZBSTRFO0lBRTVFLFlBQ2tCLFFBQWdCO1FBQWhCLGFBQVEsR0FBUixRQUFRLENBQVE7SUFDL0IsQ0FBQztJQUVKLGdCQUFnQixDQUFDLFVBQXNCO1FBQ3JDLE9BQU87WUFDTCxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQztTQUN0QyxDQUFDO0lBQ0osQ0FBQztJQUVELGNBQWMsQ0FBQyxPQUFpQjtRQUM5QixLQUFJLE1BQU0sTUFBTSxJQUFJLE9BQU8sRUFBRTtZQUMzQixJQUFHLE1BQU0sQ0FBQyxHQUFHLEtBQUssSUFBSSxDQUFDLFFBQVEsRUFBRTtnQkFDL0IsT0FBTyxNQUFNLENBQUMsS0FBSyxDQUFDO2FBQ3JCO1NBQ0Y7SUFDSCxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0lucHV0Q29udmVydGVyfSBmcm9tICcuL2lucHV0LWNvbnZlcnRlcic7XG5pbXBvcnQge0lucHV0VmFsdWV9IGZyb20gJy4uL2RvbWFpbi9pbnB1dC9pbnB1dC12YWx1ZSc7XG5pbXBvcnQge0ZpbHRlcn0gZnJvbSAnLi4vLi4vLi4vLi4vY29tbW9uL2RhdGEvZmlsdGVycy9maWx0ZXInO1xuXG5leHBvcnQgZGVmYXVsdCBjbGFzcyBEZWZhdWx0SW5wdXRDb252ZXJ0ZXIgaW1wbGVtZW50cyBJbnB1dENvbnZlcnRlciB7XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIFN0YXRpYyBCdWlsZGVycyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHVibGljIHN0YXRpYyBvZihxdWVyeUtleTogc3RyaW5nKTogRGVmYXVsdElucHV0Q29udmVydGVyIHtcbiAgICByZXR1cm4gbmV3IERlZmF1bHRJbnB1dENvbnZlcnRlcihxdWVyeUtleSk7XG4gIH1cblxuXG4gIC8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKipcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKiBDb25zdHJ1Y3RvcnMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4gIHByaXZhdGUgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHJlYWRvbmx5IHF1ZXJ5S2V5OiBzdHJpbmdcbiAgKSB7fVxuXG4gIGNvbnZlcnRUb0ZpbHRlcnMoaW5wdXRWYWx1ZTogSW5wdXRWYWx1ZSk6IEZpbHRlcltdIHtcbiAgICByZXR1cm4gW1xuICAgICAgbmV3IEZpbHRlcih0aGlzLnF1ZXJ5S2V5LCBpbnB1dFZhbHVlKVxuICAgIF07XG4gIH1cblxuICBjb252ZXJ0VG9WYWx1ZShmaWx0ZXJzOiBGaWx0ZXJbXSk6IElucHV0VmFsdWUge1xuICAgIGZvcihjb25zdCBmaWx0ZXIgb2YgZmlsdGVycykge1xuICAgICAgaWYoZmlsdGVyLmtleSA9PT0gdGhpcy5xdWVyeUtleSkge1xuICAgICAgICByZXR1cm4gZmlsdGVyLnZhbHVlO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY29udmVydGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWxkZXJieXRlL25neC1zdGFydGVyL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9zZWFyY2gvZmlsdGVyL2lucHV0LWNvbnZlcnRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtGaWx0ZXJ9IGZyb20gJy4uLy4uLy4uLy4uL2NvbW1vbi9kYXRhL2ZpbHRlcnMvZmlsdGVyJztcbmltcG9ydCB7SW5wdXRWYWx1ZX0gZnJvbSAnLi4vZG9tYWluL2lucHV0L2lucHV0LXZhbHVlJztcblxuZXhwb3J0IGludGVyZmFjZSBJbnB1dENvbnZlcnRlciB7XG4gIHF1ZXJ5S2V5OiBzdHJpbmc7XG4gIGNvbnZlcnRUb0ZpbHRlcnMoaW5wdXRWYWx1ZTogSW5wdXRWYWx1ZSk6IEZpbHRlcltdOyAvL1RPRE86IEdvb2QgaW50ZXJmYWNlIG5hbWVcbiAgY29udmVydFRvVmFsdWUoZmlsdGVyOiBGaWx0ZXJbXSk6IElucHV0VmFsdWU7XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Filter } from '../../../../common/data/filters/filter';
|
|
2
|
-
import { InputValue } from '../domain/input/input-value';
|
|
3
|
-
export interface InputConverter {
|
|
4
|
-
queryKey: string;
|
|
5
|
-
convertToFilters(inputValue: InputValue): Filter[];
|
|
6
|
-
convertToValue(filter: Filter[]): InputValue;
|
|
7
|
-
}
|