@elderbyte/ngx-starter 13.9.4 → 14.1.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.
- package/esm2020/lib/common/enums/elder-enum-translation.service.mjs +4 -4
- package/esm2020/lib/common/forms/form-field-base.component.mjs +4 -4
- package/esm2020/lib/common/forms/multi-model-base.component.mjs +4 -4
- package/esm2020/lib/common/forms/template-composite-control.mjs +4 -4
- package/esm2020/lib/common/forms/value-accessor-base.mjs +4 -4
- package/esm2020/lib/common/http/http-client-builder.service.mjs +4 -4
- package/esm2020/lib/common/http/http-client-pristine.mjs +4 -4
- package/esm2020/lib/common/http/transfer/data-transfer-factory.mjs +4 -4
- package/esm2020/lib/common/url/elder-url-fragment-params.service.mjs +4 -4
- package/esm2020/lib/components/access-denied/elder-access-denied.component.mjs +6 -6
- package/esm2020/lib/components/access-denied/elder-access-denied.module.mjs +7 -9
- package/esm2020/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +9 -9
- package/esm2020/lib/components/auditing/elder-audit.module.mjs +10 -12
- package/esm2020/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +5 -5
- package/esm2020/lib/components/button-group/elder-button-group.module.mjs +9 -11
- package/esm2020/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +7 -7
- package/esm2020/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +4 -4
- package/esm2020/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +10 -10
- package/esm2020/lib/components/card-organizer/elder-card-organizer.module.mjs +10 -12
- package/esm2020/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +7 -7
- package/esm2020/lib/components/cards/elder-card/elder-card.component.mjs +21 -21
- package/esm2020/lib/components/cards/elder-card/elder-card.module.mjs +9 -11
- package/esm2020/lib/components/connectivity/elder-connectivity.module.mjs +14 -15
- package/esm2020/lib/components/connectivity/elder-connectivity.service.mjs +4 -4
- package/esm2020/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.mjs +8 -8
- package/esm2020/lib/components/containers/elder-containers.module.mjs +6 -8
- package/esm2020/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +6 -6
- package/esm2020/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +5 -5
- package/esm2020/lib/components/csv/elder-csv-stream-exporter-builder.service.mjs +4 -4
- package/esm2020/lib/components/csv/elder-csv.module.mjs +7 -9
- package/esm2020/lib/components/currency/elder-currency.module.mjs +5 -7
- package/esm2020/lib/components/currency/elder-currency.pipe.mjs +4 -4
- package/esm2020/lib/components/data-transfer/elder-data-transfer.module.mjs +12 -14
- package/esm2020/lib/components/data-transfer/elder-data-transfer.service.mjs +4 -4
- package/esm2020/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.mjs +10 -10
- package/esm2020/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +7 -7
- package/esm2020/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +11 -11
- package/esm2020/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +8 -8
- package/esm2020/lib/components/data-view/base/elder-data-view-base.mjs +4 -4
- package/esm2020/lib/components/data-view/base/elder-data-view-base.module.mjs +5 -5
- package/esm2020/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +6 -6
- package/esm2020/lib/components/data-view/common/elder-data-common.module.mjs +13 -15
- package/esm2020/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +12 -12
- package/esm2020/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +9 -9
- package/esm2020/lib/components/data-view/common/selection/data-context-selection.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +9 -9
- package/esm2020/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +24 -24
- package/esm2020/lib/components/data-view/grid/elder-grid.module.mjs +17 -19
- package/esm2020/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +5 -5
- package/esm2020/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +17 -19
- package/esm2020/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-number-cell.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-paginator-intl.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table/elder-table.component.mjs +17 -17
- package/esm2020/lib/components/data-view/table/elder-table-column.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table-extension.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table-root.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table-row.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table-sort.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table.module.mjs +18 -20
- package/esm2020/lib/components/data-view/table/model/elder-table-model.mjs +4 -4
- package/esm2020/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +7 -7
- package/esm2020/lib/components/dialogs/elder-dialog.module.mjs +11 -13
- package/esm2020/lib/components/dialogs/elder-dialog.service.mjs +4 -4
- package/esm2020/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +11 -11
- package/esm2020/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +8 -8
- package/esm2020/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +4 -4
- package/esm2020/lib/components/errors/elder-error.module.mjs +9 -11
- package/esm2020/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +10 -10
- package/esm2020/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +4 -4
- package/esm2020/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +5 -7
- package/esm2020/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +6 -6
- package/esm2020/lib/components/files/elder-file-drop-zone.directive.mjs +4 -4
- package/esm2020/lib/components/files/elder-file-select.directive.mjs +4 -4
- package/esm2020/lib/components/files/elder-file.module.mjs +9 -11
- package/esm2020/lib/components/files/file-select/file-select.component.mjs +5 -5
- package/esm2020/lib/components/files/file-upload/file-upload.component.mjs +13 -13
- package/esm2020/lib/components/forms/clipboard/elder-clipboard.service.mjs +4 -4
- package/esm2020/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-clipboard-put.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-delayed-focus.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-form-field-dense.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-form-field-label.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-forms-directives.module.mjs +24 -18
- package/esm2020/lib/components/forms/directives/elder-input-pattern.directive.mjs +77 -0
- package/esm2020/lib/components/forms/directives/elder-key-event.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-max.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-min.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-next-focusable.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-touched.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/validation/elder-multiple-of.validator.mjs +4 -4
- package/esm2020/lib/components/forms/directives/validation/elder-required-ignore-zero.validator.mjs +4 -4
- package/esm2020/lib/components/forms/elder-forms.module.mjs +5 -5
- package/esm2020/lib/components/forms/search/elder-search-context.directive.mjs +4 -4
- package/esm2020/lib/components/forms/search/elder-search-input.directive.mjs +4 -4
- package/esm2020/lib/components/forms/search/elder-search.module.mjs +12 -14
- package/esm2020/lib/components/forms/search/search-box/elder-search-box.component.mjs +17 -17
- package/esm2020/lib/components/forms/search/search-box/elder-search-panel.component.mjs +4 -4
- package/esm2020/lib/components/global-search/elder-global-search.component.mjs +11 -11
- package/esm2020/lib/components/global-search/elder-global-search.module.mjs +5 -5
- package/esm2020/lib/components/global-search/elder-global-search.service.mjs +4 -4
- package/esm2020/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +5 -5
- package/esm2020/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +6 -8
- package/esm2020/lib/components/headers/elder-header/elder-header.component.mjs +5 -5
- package/esm2020/lib/components/headers/elder-header.module.mjs +11 -11
- package/esm2020/lib/components/http-support/elder-http-client.service.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-i18n-entities.module.mjs +20 -22
- package/esm2020/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +11 -11
- package/esm2020/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +12 -12
- package/esm2020/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +16 -16
- package/esm2020/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-localized-texts.directive.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/picker/localisation-picker.service.mjs +4 -4
- package/esm2020/lib/components/i18n/language/elder-language-interceptor.mjs +4 -4
- package/esm2020/lib/components/i18n/language/elder-language.module.mjs +12 -14
- package/esm2020/lib/components/i18n/language/elder-language.service.mjs +4 -4
- package/esm2020/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +11 -11
- package/esm2020/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +7 -8
- package/esm2020/lib/components/iframes/elder-iframe.module.mjs +17 -18
- package/esm2020/lib/components/iframes/iframe-close.directive.mjs +4 -4
- package/esm2020/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +8 -8
- package/esm2020/lib/components/iframes/iframe-host/iframe-host.component.mjs +8 -8
- package/esm2020/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +8 -8
- package/esm2020/lib/components/iframes/iframe.service.mjs +4 -4
- package/esm2020/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +4 -4
- package/esm2020/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +4 -4
- package/esm2020/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +8 -8
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.mjs +12 -12
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +4 -4
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete.module.mjs +10 -12
- package/esm2020/lib/components/labels/elder-labels.module.mjs +6 -8
- package/esm2020/lib/components/labels/labels-input/labels-input.component.mjs +13 -13
- package/esm2020/lib/components/measures/dimensions-input/elder-dimensions-input.component.mjs +8 -8
- package/esm2020/lib/components/measures/directives/elder-unit-select.directive.mjs +4 -4
- package/esm2020/lib/components/measures/elder-measures.module.mjs +22 -25
- package/esm2020/lib/components/measures/elder-quantity-transform.pipe.mjs +4 -4
- package/esm2020/lib/components/measures/elder-quantity.pipe.mjs +4 -4
- package/esm2020/lib/components/measures/elder-unit.service.mjs +4 -4
- package/esm2020/lib/components/measures/quantity-input/elder-quantity-input.component.mjs +14 -14
- package/esm2020/lib/components/measures/util/elder-quantity.service.mjs +4 -4
- package/esm2020/lib/components/multi-autocomplete/elder-multi-auto-complete.module.mjs +5 -7
- package/esm2020/lib/components/multi-autocomplete/elder-multi-autocomplete.component.mjs +14 -14
- package/esm2020/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +15 -15
- package/esm2020/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +12 -14
- package/esm2020/lib/components/navigation/nav/elder-nav.module.mjs +8 -10
- package/esm2020/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +6 -6
- package/esm2020/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +8 -8
- package/esm2020/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +4 -4
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +4 -4
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar.module.mjs +15 -16
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar.service.mjs +4 -4
- package/esm2020/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +10 -10
- package/esm2020/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +7 -7
- package/esm2020/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +4 -4
- package/esm2020/lib/components/overlays/elder-overlay-origin.directive.mjs +4 -4
- package/esm2020/lib/components/overlays/elder-overlay-trigger.directive.mjs +4 -4
- package/esm2020/lib/components/overlays/elder-overlay.component.mjs +4 -4
- package/esm2020/lib/components/overlays/elder-overlay.module.mjs +6 -8
- package/esm2020/lib/components/panels/card-panel/elder-card-panel.component.mjs +5 -5
- package/esm2020/lib/components/panels/elder-panel.module.mjs +6 -8
- package/esm2020/lib/components/panels/flat/elder-panel.component.mjs +4 -6
- package/esm2020/lib/components/select/auto/elder-auto-select-first.directive.mjs +4 -4
- package/esm2020/lib/components/select/elder-select/elder-select.component.mjs +17 -17
- package/esm2020/lib/components/select/elder-select-base.mjs +4 -4
- package/esm2020/lib/components/select/elder-select-chip.directive.mjs +7 -7
- package/esm2020/lib/components/select/elder-select-on-tab.directive.mjs +4 -4
- package/esm2020/lib/components/select/elder-select-value.directive.mjs +4 -4
- package/esm2020/lib/components/select/elder-select.module.mjs +14 -16
- package/esm2020/lib/components/select/multi/elder-multi-select-base.mjs +4 -4
- package/esm2020/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +17 -17
- package/esm2020/lib/components/select/popup/selection-model-popup.directive.mjs +4 -4
- package/esm2020/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +10 -10
- package/esm2020/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +8 -8
- package/esm2020/lib/components/select-chip-list/elder-chip-list-select.module.mjs +12 -13
- package/esm2020/lib/components/select-list/elder-select-list.module.mjs +8 -10
- package/esm2020/lib/components/select-list/select-list/elder-select-list.component.mjs +4 -4
- package/esm2020/lib/components/select-list/select-list-item/elder-select-list-item.component.mjs +6 -6
- package/esm2020/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +4 -4
- package/esm2020/lib/components/shell/drawers/elder-router-outlet.service.mjs +4 -4
- package/esm2020/lib/components/shell/elder-shell-slot.directive.mjs +4 -4
- package/esm2020/lib/components/shell/elder-shell.module.mjs +12 -14
- package/esm2020/lib/components/shell/elder-shell.service.mjs +4 -4
- package/esm2020/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +6 -6
- package/esm2020/lib/components/shell/shell/elder-shell.component.mjs +20 -20
- package/esm2020/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +7 -7
- package/esm2020/lib/components/tabs/elder-tab/elder-tab.directive.mjs +4 -4
- package/esm2020/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +4 -4
- package/esm2020/lib/components/tabs/elder-tab.module.mjs +6 -8
- package/esm2020/lib/components/time/date-adapters/custom-date-adapter.mjs +4 -4
- package/esm2020/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +10 -10
- package/esm2020/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +11 -11
- package/esm2020/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +9 -9
- package/esm2020/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +10 -10
- package/esm2020/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +14 -14
- package/esm2020/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +9 -9
- package/esm2020/lib/components/time/elder-time.module.mjs +26 -29
- package/esm2020/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +10 -10
- package/esm2020/lib/components/toasts/elder-toast.module.mjs +5 -5
- package/esm2020/lib/components/toasts/elder-toast.service.mjs +10 -10
- package/esm2020/lib/components/toasts/standard-toast/standard-toast.component.mjs +7 -7
- package/esm2020/lib/components/url-fragment/elder-url-fragment.module.mjs +13 -15
- package/esm2020/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +10 -10
- package/esm2020/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +4 -4
- package/esm2020/lib/components/viewers/elder-viewers.module.mjs +5 -7
- package/esm2020/lib/features/event-source/elder-event-source.service.mjs +4 -4
- package/esm2020/lib/features/kafent/access-token-provider.mjs +4 -4
- package/esm2020/lib/features/kafent/kafent-config.mjs +4 -4
- package/esm2020/lib/features/kafent/kafent-event-stream.mjs +4 -4
- package/esm2020/lib/features/kafent/kafent-event.service.mjs +4 -4
- package/esm2020/lib/features/kafent/kafent.module.mjs +6 -8
- package/esm2020/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +4 -4
- package/esm2020/lib/pipes/bytes.pipe.mjs +4 -4
- package/esm2020/lib/pipes/elder-pipes.module.mjs +23 -12
- package/esm2020/lib/pipes/elder-repeat.pipe.mjs +4 -4
- package/esm2020/lib/pipes/elder-round.pipe.mjs +4 -4
- package/esm2020/lib/pipes/elder-safe-url.pipe.mjs +4 -4
- package/esm2020/lib/pipes/elder-truncate.pipe.mjs +40 -0
- package/esm2020/lib/pipes/iso-duration.pipe.mjs +4 -4
- package/esm2020/lib/pipes/iso-interval-parse.pipe.mjs +4 -4
- package/esm2020/lib/pipes/iso-interval.pipe.mjs +4 -4
- package/esm2020/lib/pipes/time-ago.pipe.mjs +4 -4
- package/esm2020/lib/pipes/time-duration.pipe.mjs +4 -4
- package/esm2020/lib/pipes/weight.pipe.mjs +4 -4
- package/fesm2015/elderbyte-ngx-starter.mjs +1496 -1482
- package/fesm2015/elderbyte-ngx-starter.mjs.map +1 -1
- package/fesm2020/elderbyte-ngx-starter.mjs +1490 -1484
- package/fesm2020/elderbyte-ngx-starter.mjs.map +1 -1
- package/{elderbyte-ngx-starter.d.ts → index.d.ts} +0 -0
- package/lib/common/forms/form-field-base.component.d.ts +3 -3
- package/lib/common/forms/multi-model-base.component.d.ts +1 -1
- package/lib/common/forms/template-composite-control.d.ts +4 -4
- package/lib/common/forms/value-accessor-base.d.ts +1 -1
- package/lib/components/access-denied/elder-access-denied.component.d.ts +1 -1
- package/lib/components/auditing/audited-entity/elder-audited-entity.component.d.ts +2 -2
- package/lib/components/button-group/elder-button-group/elder-button-group.component.d.ts +1 -1
- package/lib/components/card-organizer/card-organizer/elder-card-organizer.component.d.ts +1 -1
- package/lib/components/card-organizer/card-organizer/elder-stack-card.directive.d.ts +1 -1
- package/lib/components/card-organizer/card-stack/elder-card-stack.component.d.ts +1 -1
- package/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.d.ts +1 -1
- package/lib/components/cards/elder-card/elder-card.component.d.ts +6 -6
- package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts +1 -1
- package/lib/components/containers/elder-scroll-container/elder-scroll-container.component.d.ts +1 -1
- package/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.d.ts +1 -1
- package/lib/components/currency/elder-currency.pipe.d.ts +1 -1
- package/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.d.ts +1 -1
- package/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.d.ts +1 -1
- package/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.d.ts +2 -2
- package/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.d.ts +1 -1
- package/lib/components/data-view/base/elder-data-view-base.d.ts +1 -1
- package/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.d.ts +1 -1
- package/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.d.ts +2 -2
- package/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.d.ts +1 -1
- package/lib/components/data-view/common/selection/data-context-selection.directive.d.ts +1 -1
- package/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.d.ts +1 -1
- package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +3 -3
- package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.d.ts +1 -1
- package/lib/components/data-view/table/activation/elder-table-activation.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-number-cell.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +1 -1
- package/lib/components/data-view/table/elder-table-column.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table-extension.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table-root.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table-row.directive.d.ts +1 -1
- package/lib/components/data-view/table/elder-table-sort.directive.d.ts +1 -1
- package/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.d.ts +1 -1
- package/lib/components/dialogs/question-dialog/elder-question-dialog.component.d.ts +1 -1
- package/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.d.ts +1 -1
- package/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.d.ts +1 -1
- package/lib/components/errors/exception-detail/elder-exception-detail.component.d.ts +1 -1
- package/lib/components/expand-toggle-button/elder-expand-toggle-button.component.d.ts +1 -1
- package/lib/components/files/blob-viewer/elder-blob-viewer.component.d.ts +1 -1
- package/lib/components/files/elder-file-drop-zone.directive.d.ts +1 -1
- package/lib/components/files/elder-file-select.directive.d.ts +1 -1
- package/lib/components/files/file-select/file-select.component.d.ts +1 -1
- package/lib/components/files/file-upload/file-upload.component.d.ts +1 -1
- package/lib/components/forms/directives/base/elder-class-hostbinding-base.d.ts +1 -1
- package/lib/components/forms/directives/elder-clipboard-put.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-delayed-focus.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-form-field-dense.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-form-field-label.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-form-field-no-hint.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-form-field-no-spinner.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-forms-directives.module.d.ts +8 -6
- package/lib/components/forms/directives/elder-input-pattern.directive.d.ts +41 -0
- package/lib/components/forms/directives/elder-key-event.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-max.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-min.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-next-focusable.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-plug-parent-form.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-stop-event-propagation.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-tab-focus-trap.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-touched.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-triple-state-checkbox.directive.d.ts +1 -1
- package/lib/components/forms/directives/validation/elder-multiple-of.validator.d.ts +1 -1
- package/lib/components/forms/directives/validation/elder-required-ignore-zero.validator.d.ts +1 -1
- package/lib/components/forms/search/elder-search-context.directive.d.ts +1 -1
- package/lib/components/forms/search/elder-search-input.directive.d.ts +1 -1
- package/lib/components/forms/search/search-box/elder-search-box.component.d.ts +1 -1
- package/lib/components/forms/search/search-box/elder-search-panel.component.d.ts +1 -1
- package/lib/components/global-search/elder-global-search.component.d.ts +1 -1
- package/lib/components/graph/elder-progress-bar/elder-progress-bar.component.d.ts +1 -1
- package/lib/components/headers/elder-header/elder-header.component.d.ts +1 -1
- package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts +1 -1
- package/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.d.ts +1 -1
- package/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.d.ts +1 -1
- package/lib/components/i18n/entities/elder-localized-text-column.directive.d.ts +1 -1
- package/lib/components/i18n/entities/elder-localized-texts.directive.d.ts +1 -1
- package/lib/components/i18n/entities/picker/i18n-pick-async.pipe.d.ts +1 -1
- package/lib/components/i18n/entities/picker/i18n-pick.pipe.d.ts +1 -1
- package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts +1 -1
- package/lib/components/iframes/iframe-close.directive.d.ts +1 -1
- package/lib/components/iframes/iframe-dialog/iframe-dialog.component.d.ts +1 -1
- package/lib/components/iframes/iframe-host/iframe-host.component.d.ts +1 -1
- package/lib/components/iframes/iframe-side-content/iframe-side-content.component.d.ts +1 -1
- package/lib/components/infinitescroll/elder-infinite-autocomplete.directive.d.ts +1 -1
- package/lib/components/infinitescroll/elder-infinite-scroll.directive.d.ts +1 -1
- package/lib/components/infinitescroll/elder-infinite-scroll.module.d.ts +1 -1
- package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.d.ts +2 -3
- package/lib/components/input/autocomplete/elder-autocomplete.directive.d.ts +1 -1
- package/lib/components/labels/labels-input/labels-input.component.d.ts +4 -4
- package/lib/components/measures/dimensions-input/elder-dimensions-input.component.d.ts +3 -4
- package/lib/components/measures/directives/elder-unit-select.directive.d.ts +1 -1
- package/lib/components/measures/elder-quantity-transform.pipe.d.ts +1 -1
- package/lib/components/measures/elder-quantity.pipe.d.ts +1 -1
- package/lib/components/measures/quantity-input/elder-quantity-input.component.d.ts +1 -1
- package/lib/components/multi-autocomplete/elder-multi-autocomplete.component.d.ts +3 -3
- package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts +1 -1
- package/lib/components/navigation/nav/nav-group/elder-nav-group.component.d.ts +1 -1
- package/lib/components/navigation/nav/nav-link/elder-nav-link.component.d.ts +1 -1
- package/lib/components/navigation/nav/nav-list/elder-nav-list.component.d.ts +1 -1
- package/lib/components/navigation/toolbar/elder-toolbar-column.directive.d.ts +1 -1
- package/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.d.ts +2 -2
- package/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.d.ts +1 -1
- package/lib/components/overlays/elder-overlay-origin.directive.d.ts +1 -1
- package/lib/components/overlays/elder-overlay-trigger.directive.d.ts +1 -1
- package/lib/components/overlays/elder-overlay.component.d.ts +2 -3
- package/lib/components/panels/card-panel/elder-card-panel.component.d.ts +1 -1
- package/lib/components/panels/flat/elder-panel.component.d.ts +5 -7
- package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +1 -1
- package/lib/components/select/elder-select/elder-select.component.d.ts +1 -1
- package/lib/components/select/elder-select-base.d.ts +1 -1
- package/lib/components/select/elder-select-chip.directive.d.ts +2 -2
- package/lib/components/select/elder-select-on-tab.directive.d.ts +1 -1
- package/lib/components/select/elder-select-value.directive.d.ts +1 -1
- package/lib/components/select/multi/elder-multi-select-base.d.ts +1 -1
- package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +2 -2
- package/lib/components/select/popup/selection-model-popup.directive.d.ts +1 -1
- package/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.d.ts +1 -1
- package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts +1 -1
- package/lib/components/select-list/select-list/elder-select-list.component.d.ts +1 -1
- package/lib/components/select-list/select-list-item/elder-select-list-item.component.d.ts +1 -1
- package/lib/components/shell/elder-shell-slot.directive.d.ts +1 -1
- package/lib/components/shell/header/elder-app-header/elder-app-header.component.d.ts +1 -1
- package/lib/components/shell/shell/elder-shell.component.d.ts +5 -5
- package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts +1 -1
- package/lib/components/tabs/elder-tab/elder-tab.directive.d.ts +1 -1
- package/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.d.ts +1 -1
- package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts +1 -1
- package/lib/components/time/elder-date-switcher/elder-date-switcher.component.d.ts +1 -1
- package/lib/components/time/elder-date-time-input/elder-date-time-input.component.d.ts +1 -1
- package/lib/components/time/elder-interval-input/elder-interval-input.component.d.ts +1 -1
- package/lib/components/time/elder-local-date-input/elder-local-date-input.component.d.ts +1 -1
- package/lib/components/time/elder-local-time-input/elder-local-time-input.component.d.ts +1 -1
- package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +1 -1
- package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +1 -1
- package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts +1 -1
- package/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.d.ts +1 -1
- package/lib/pipes/bytes.pipe.d.ts +1 -1
- package/lib/pipes/elder-pipes.module.d.ts +12 -4
- package/lib/pipes/elder-repeat.pipe.d.ts +1 -1
- package/lib/pipes/elder-round.pipe.d.ts +1 -1
- package/lib/pipes/elder-safe-url.pipe.d.ts +1 -1
- package/lib/pipes/elder-truncate.pipe.d.ts +17 -0
- package/lib/pipes/iso-duration.pipe.d.ts +1 -1
- package/lib/pipes/iso-interval-parse.pipe.d.ts +1 -1
- package/lib/pipes/iso-interval.pipe.d.ts +1 -1
- package/lib/pipes/time-ago.pipe.d.ts +1 -1
- package/lib/pipes/time-duration.pipe.d.ts +1 -1
- package/lib/pipes/weight.pipe.d.ts +1 -1
- package/package.json +7 -8
- package/esm2020/lib/pipes/elder-trim.pipe.mjs +0 -40
- package/lib/pipes/elder-trim.pipe.d.ts +0 -17
|
@@ -23,5 +23,5 @@ export declare class ElderNavLinkComponent implements OnInit {
|
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
get fallbackToButton$(): Observable<boolean>;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderNavLinkComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavLinkComponent, "elder-nav-link, ebs-nav-link", never, { "title": "title"; "routerLink": "routerLink"; "href": "href"; "target": "target"; "queryParamsHandling": "queryParamsHandling"; "queryParams": "queryParams"; "icon": "icon"; "fontIcon": "fontIcon"; "fontSet": "fontSet"; "svgIcon": "svgIcon"; }, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavLinkComponent, "elder-nav-link, ebs-nav-link", never, { "title": "title"; "routerLink": "routerLink"; "href": "href"; "target": "target"; "queryParamsHandling": "queryParamsHandling"; "queryParams": "queryParams"; "icon": "icon"; "fontIcon": "fontIcon"; "fontSet": "fontSet"; "svgIcon": "svgIcon"; }, {}, never, never, false>;
|
|
27
27
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ElderNavListComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderNavListComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavListComponent, "elder-nav-list, ebs-nav-list", never, {}, {}, never, ["*"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavListComponent, "elder-nav-list, ebs-nav-list", never, {}, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -30,5 +30,5 @@ export declare class ElderToolbarColumnDirective implements OnInit, OnDestroy {
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderToolbarColumnDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderToolbarColumnDirective, "[elderToolbarColumn], [ebsToolbarColumn]", never, { "elderToolbarColumn": "elderToolbarColumn"; "elderToolbarDefault": "elderToolbarDefault"; }, {}, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderToolbarColumnDirective, "[elderToolbarColumn], [ebsToolbarColumn]", never, { "elderToolbarColumn": "elderToolbarColumn"; "elderToolbarDefault": "elderToolbarDefault"; }, {}, never, never, false>;
|
|
34
34
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ElderToolbarService } from '../elder-toolbar.service';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { ThemePalette } from '@angular/material/core/common-behaviors/color';
|
|
5
4
|
import { ToolbarColumnPosition } from '../toolbar-column-position';
|
|
5
|
+
import { ThemePalette } from '@angular/material/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class ElderToolbarComponent implements OnInit {
|
|
8
8
|
private toolbarService;
|
|
@@ -33,5 +33,5 @@ export declare class ElderToolbarComponent implements OnInit {
|
|
|
33
33
|
**************************************************************************/
|
|
34
34
|
slotTemplate$(slot: ToolbarColumnPosition): Observable<TemplateRef<any>>;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderToolbarComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderToolbarComponent, "elder-toolbar, ebs-toolbar", never, { "color": "color"; }, {}, never, ["*"]>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderToolbarComponent, "elder-toolbar, ebs-toolbar", never, { "color": "color"; }, {}, never, ["*"], false>;
|
|
37
37
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ElderToolbarTitleComponent implements OnInit, AfterViewInit
|
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
ngAfterViewInit(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderToolbarTitleComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderToolbarTitleComponent, "elder-toolbar-title, ebs-toolbar-title", never, {}, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderToolbarTitleComponent, "elder-toolbar-title, ebs-toolbar-title", never, {}, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -24,5 +24,5 @@ export declare class ElderOverlayOriginDirective {
|
|
|
24
24
|
set overlay(overlay: ElderOverlayComponent);
|
|
25
25
|
get overlay(): ElderOverlayComponent;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderOverlayOriginDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderOverlayOriginDirective, "[elderOverlayOrigin]", never, { "overlay": "elderOverlayOrigin"; }, {}, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderOverlayOriginDirective, "[elderOverlayOrigin]", never, { "overlay": "elderOverlayOrigin"; }, {}, never, never, false>;
|
|
28
28
|
}
|
|
@@ -32,5 +32,5 @@ export declare class ElderOverlayTriggerDirective {
|
|
|
32
32
|
**************************************************************************/
|
|
33
33
|
private handleTrigger;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderOverlayTriggerDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderOverlayTriggerDirective, "[elderOverlayTrigger]", never, { "overlay": "elderOverlayTrigger"; "type": "elderOverlayTriggerType"; "enabled": "elderOverlayTriggerEnabled"; }, {}, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderOverlayTriggerDirective, "[elderOverlayTrigger]", never, { "overlay": "elderOverlayTrigger"; "type": "elderOverlayTriggerType"; "enabled": "elderOverlayTriggerEnabled"; }, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EmbeddedViewRef, OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { Overlay, OverlayPositionBuilder, OverlaySizeConfig, PositionStrategy } from '@angular/cdk/overlay';
|
|
3
|
-
import { FlexibleConnectedPositionStrategyOrigin } from '@angular/cdk/overlay/position/flexible-connected-position-strategy';
|
|
2
|
+
import { FlexibleConnectedPositionStrategyOrigin, Overlay, OverlayPositionBuilder, OverlaySizeConfig, PositionStrategy } from '@angular/cdk/overlay';
|
|
4
3
|
import { Observable, Subject } from 'rxjs';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class OverlayShowOptions {
|
|
@@ -85,5 +84,5 @@ export declare class ElderOverlayComponent implements OnInit, OnDestroy {
|
|
|
85
84
|
private buildDefaultStrategy;
|
|
86
85
|
private attachOverlay;
|
|
87
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderOverlayComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderOverlayComponent, "elder-overlay", ["elderOverlay"], { "originX": "originX"; "originY": "originY"; "overlayX": "overlayX"; "overlayY": "overlayY"; "offsetY": "offsetY"; "offsetX": "offsetX"; "backdrop": "backdrop"; "backdropVisible": "backdropVisible"; "origin": "origin"; "positionStrategy": "positionStrategy"; "overlaySize": "overlaySize"; }, { "keydownEvents": "keydownEvents"; "attachedChange": "attachedChange"; }, never, ["*"]>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderOverlayComponent, "elder-overlay", ["elderOverlay"], { "originX": "originX"; "originY": "originY"; "overlayX": "overlayX"; "overlayY": "overlayY"; "offsetY": "offsetY"; "offsetX": "offsetX"; "backdrop": "backdrop"; "backdropVisible": "backdropVisible"; "origin": "origin"; "positionStrategy": "positionStrategy"; "overlaySize": "overlaySize"; }, { "keydownEvents": "keydownEvents"; "attachedChange": "attachedChange"; }, never, ["*"], false>;
|
|
89
88
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ElderCardPanelComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardPanelComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardPanelComponent, "elder-card-panel", never, {}, {}, never, ["*"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardPanelComponent, "elder-card-panel", never, {}, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { ElementRef,
|
|
2
|
-
import { CanColor, ThemePalette } from '@angular/material/core';
|
|
3
|
-
import { Constructor } from '@angular/material/core/common-behaviors/constructor';
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { CanColor, ThemePalette, _Constructor } from '@angular/material/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ElderPanelComponentBase {
|
|
6
5
|
_renderer: Renderer2;
|
|
7
6
|
_elementRef: ElementRef;
|
|
8
7
|
constructor(_renderer: Renderer2, _elementRef: ElementRef);
|
|
9
8
|
}
|
|
10
|
-
export declare const _ElderPanelMixinBase:
|
|
11
|
-
export declare class ElderPanelComponent extends _ElderPanelMixinBase implements
|
|
9
|
+
export declare const _ElderPanelMixinBase: _Constructor<CanColor> & typeof ElderPanelComponentBase;
|
|
10
|
+
export declare class ElderPanelComponent extends _ElderPanelMixinBase implements CanColor {
|
|
12
11
|
color: ThemePalette;
|
|
13
12
|
constructor(renderer: Renderer2, elementRef: ElementRef);
|
|
14
|
-
ngOnInit(): void;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPanelComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderPanelComponent, "elder-panel, mat-panel", never, { "color": "color"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderPanelComponent, "elder-panel, mat-panel", never, { "color": "color"; }, {}, never, ["*"], false>;
|
|
17
15
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ElderAutoSelectFirstDirective<TEntity = any, TId = any> imp
|
|
|
41
41
|
**************************************************************************/
|
|
42
42
|
private handleAutoSelectFirst;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutoSelectFirstDirective<any, any>, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutoSelectFirstDirective<any, any>, "[autoSelectFirst]", never, { "autoSelectFirstEnabled": "autoSelectFirst"; }, {}, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutoSelectFirstDirective<any, any>, "[autoSelectFirst]", never, { "autoSelectFirstEnabled": "autoSelectFirst"; }, {}, never, never, false>;
|
|
45
45
|
}
|
|
@@ -140,6 +140,6 @@ export declare class ElderSelectComponent<TEntity = any, TId = any, TValue = TEn
|
|
|
140
140
|
*/
|
|
141
141
|
protected writeToControl(value: TValue): void;
|
|
142
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectComponent<any, any, any>, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": "nullDisplay"; "autocomplete": "autocomplete"; "allowNull": "allowNull"; "entity": "entity"; "entityId": "entityId"; "hintProperty": "hintProperty"; "hintPropertyResolver": "hintPropertyResolver"; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never>;
|
|
143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": "nullDisplay"; "autocomplete": "autocomplete"; "allowNull": "allowNull"; "entity": "entity"; "entityId": "entityId"; "hintProperty": "hintProperty"; "hintPropertyResolver": "hintPropertyResolver"; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never, false>;
|
|
144
144
|
}
|
|
145
145
|
export {};
|
|
@@ -138,5 +138,5 @@ export declare abstract class ElderSelectBase<TId, TEntity, TValue> extends Form
|
|
|
138
138
|
protected autoCleanUp(): void;
|
|
139
139
|
protected propertyStringValue(value: TEntity, property: string): string | null;
|
|
140
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectBase<any, any, any>, never>;
|
|
141
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectBase<any, any, any>, never, never, { "cleanUp": "cleanUp"; "pageSize": "pageSize"; "queryFilter": "queryFilter"; "sorts": "sorts"; "dense": "dense"; "noHint": "noHint"; "isOptionDisabledFn": "isOptionDisabledFn"; "isOptionHiddenFn": "isOptionHiddenFn"; "valueAsId": "valueAsId"; "displayProperty": "displayProperty"; "displayPropertyResolver": "displayPropertyResolver"; "filters": "filters"; "dataSource": "dataSource"; "data": "data"; "valueTemplate": "valueTemplate"; }, { "currentClicked": "currentClicked"; }, ["valueTemplateQuery", "selectionPopup"]>;
|
|
141
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectBase<any, any, any>, never, never, { "cleanUp": "cleanUp"; "pageSize": "pageSize"; "queryFilter": "queryFilter"; "sorts": "sorts"; "dense": "dense"; "noHint": "noHint"; "isOptionDisabledFn": "isOptionDisabledFn"; "isOptionHiddenFn": "isOptionHiddenFn"; "valueAsId": "valueAsId"; "displayProperty": "displayProperty"; "displayPropertyResolver": "displayPropertyResolver"; "filters": "filters"; "dataSource": "dataSource"; "data": "data"; "valueTemplate": "valueTemplate"; }, { "currentClicked": "currentClicked"; }, ["valueTemplateQuery", "selectionPopup"], never, false>;
|
|
142
142
|
}
|
|
@@ -5,12 +5,12 @@ export declare class ElderSelectChipDirective {
|
|
|
5
5
|
viewContainer: ViewContainerRef;
|
|
6
6
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectChipDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectChipDirective, "[elderElderSelectChip]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectChipDirective, "[elderElderSelectChip]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
10
10
|
export declare class ElderSelectChipAvatarDirective {
|
|
11
11
|
templateRef: TemplateRef<any>;
|
|
12
12
|
viewContainer: ViewContainerRef;
|
|
13
13
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectChipAvatarDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectChipAvatarDirective, "[elderElderSelectChipAvatar]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectChipAvatarDirective, "[elderElderSelectChipAvatar]", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -51,5 +51,5 @@ export declare class ElderSelectOnTabDirective<TEntity = any, TId = any, TValue
|
|
|
51
51
|
private writeEntity;
|
|
52
52
|
private entityToValue;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectOnTabDirective<any, any, any>, [null, { skipSelf: true; }]>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectOnTabDirective<any, any, any>, "[elderSelectOnTab]", never, {}, {}, never>;
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectOnTabDirective<any, any, any>, "[elderSelectOnTab]", never, {}, {}, never, never, false>;
|
|
55
55
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ElderSelectValueDirective {
|
|
|
5
5
|
viewContainer: ViewContainerRef;
|
|
6
6
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectValueDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectValueDirective, "[elderSelectValue]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectValueDirective, "[elderSelectValue]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -89,5 +89,5 @@ export declare abstract class ElderMultiSelectBase<TId, TEntity, TValue> extends
|
|
|
89
89
|
private loadEntityByIds;
|
|
90
90
|
private findInDataContext;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectBase<any, any, any>, never>;
|
|
92
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultiSelectBase<any, any, any>, never, never, { "entities": "entities"; "entityIds": "entityIds"; }, { "entityIdsChange": "entityIdsChange"; "entityIdsUpdated": "entityIdsUpdated"; "entitiesUpdated": "entitiesUpdated"; }, never>;
|
|
92
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultiSelectBase<any, any, any>, never, never, { "entities": "entities"; "entityIds": "entityIds"; }, { "entityIdsChange": "entityIdsChange"; "entityIdsUpdated": "entityIdsUpdated"; "entitiesUpdated": "entitiesUpdated"; }, never, never, false>;
|
|
93
93
|
}
|
package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NgZone, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ElderMultiSelectBase } from '../elder-multi-select-base';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { ThemePalette } from '@angular/material/core
|
|
4
|
+
import { ThemePalette } from '@angular/material/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare class ChipModel<T> {
|
|
7
7
|
readonly value: T;
|
|
@@ -66,6 +66,6 @@ export declare class ElderMultiSelectChipsComponent<TId = any, TEntity = any, TV
|
|
|
66
66
|
private isAlreadyPresent;
|
|
67
67
|
private resetInput;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectChipsComponent<any, any, any>, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "allowRemove": "allowRemove"; "chipColorEnabled": "chipColorEnabled"; "chipTemplate": "chipTemplate"; "chipColorResolver": "chipColorResolver"; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "allowRemove": "allowRemove"; "chipColorEnabled": "chipColorEnabled"; "chipTemplate": "chipTemplate"; "chipColorResolver": "chipColorResolver"; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], never, false>;
|
|
70
70
|
}
|
|
71
71
|
export {};
|
|
@@ -63,5 +63,5 @@ export declare class SelectionModelPopupDirective implements OnInit, OnDestroy {
|
|
|
63
63
|
**************************************************************************/
|
|
64
64
|
private openSelectDialog;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionModelPopupDirective, never>;
|
|
66
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", never, { "elderSelectionModelPopupTransform": "elderSelectionModelPopupTransform"; }, {}, never>;
|
|
66
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", never, { "elderSelectionModelPopupTransform": "elderSelectionModelPopupTransform"; }, {}, never, never, false>;
|
|
67
67
|
}
|
|
@@ -28,5 +28,5 @@ export declare class TemplatedSelectionDialogComponent implements OnInit {
|
|
|
28
28
|
**************************************************************************/
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplatedSelectionDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never, false>;
|
|
32
32
|
}
|
package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts
CHANGED
|
@@ -74,5 +74,5 @@ export declare class ElderChipListSelectComponent implements OnInit {
|
|
|
74
74
|
**************************************************************************/
|
|
75
75
|
private getId;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipListSelectComponent, [{ optional: true; }]>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, "elder-chip-list-select", never, { "data$": "data$"; "idField": "idField"; "displayField": "displayField"; "color": "color"; "stacked": "stacked"; "data": "data"; "selection": "selection"; "selectionMultiEnabled": "selectionMultiEnabled"; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, "elder-chip-list-select", never, { "data$": "data$"; "idField": "idField"; "displayField": "displayField"; "color": "color"; "stacked": "stacked"; "data": "data"; "selection": "selection"; "selectionMultiEnabled": "selectionMultiEnabled"; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never, false>;
|
|
78
78
|
}
|
|
@@ -49,5 +49,5 @@ export declare class ElderSelectListComponent<T = any> implements OnInit {
|
|
|
49
49
|
**************************************************************************/
|
|
50
50
|
isActive(value: T): boolean;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectListComponent<any>, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectListComponent<any>, "elder-select-list, ebs-select-list", never, { "compareWith": "compareWith"; "value": "value"; }, { "valueChange": "valueChange"; }, never, ["*"]>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectListComponent<any>, "elder-select-list, ebs-select-list", never, { "compareWith": "compareWith"; "value": "value"; }, { "valueChange": "valueChange"; }, never, ["*"], false>;
|
|
53
53
|
}
|
|
@@ -52,6 +52,6 @@ export declare class ElderSelectListItemComponent implements OnInit, AfterConten
|
|
|
52
52
|
private currentState;
|
|
53
53
|
private checkHasChildren;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectListItemComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectListItemComponent, "elder-select-list-item, ebs-select-list-item", never, { "value": "value"; }, { "click": "click"; }, ["children"], ["*", "elder-select-list-item"]>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectListItemComponent, "elder-select-list-item, ebs-select-list-item", never, { "value": "value"; }, { "click": "click"; }, ["children"], ["*", "elder-select-list-item"], false>;
|
|
56
56
|
}
|
|
57
57
|
export {};
|
|
@@ -30,5 +30,5 @@ export declare class ElderShellSlotDirective implements OnInit, OnDestroy {
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSlotDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": "elderShellSlot"; "elderShellSlotDefault": "elderShellSlotDefault"; }, {}, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": "elderShellSlot"; "elderShellSlotDefault": "elderShellSlotDefault"; }, {}, never, never, false>;
|
|
34
34
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ElderAppHeaderComponent implements OnInit {
|
|
|
12
12
|
constructor();
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAppHeaderComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "subTitle": "subTitle"; "subTitleLink": "subTitleLink"; "version": "version"; "color": "color"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": "icon"; "iconColor": "iconColor"; "title": "title"; "subTitle": "subTitle"; "subTitleLink": "subTitleLink"; "version": "version"; "color": "color"; }, {}, never, ["*"], false>;
|
|
16
16
|
}
|
|
@@ -3,28 +3,28 @@ import { ElderShellService } from '../elder-shell.service';
|
|
|
3
3
|
import { MatSidenav } from '@angular/material/sidenav';
|
|
4
4
|
import { ElderRouteOutletDrawerService } from '../drawers/elder-route-outlet-drawer.service';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
|
-
import { ThemePalette } from '@angular/material/core
|
|
6
|
+
import { ThemePalette } from '@angular/material/core';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ElderShellSideLeftDirective {
|
|
9
9
|
templateRef: TemplateRef<any>;
|
|
10
10
|
viewContainer: ViewContainerRef;
|
|
11
11
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideLeftDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft], [ebsShellSideLeft]", never, {}, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft], [ebsShellSideLeft]", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
15
15
|
export declare class ElderShellSideRightDirective {
|
|
16
16
|
templateRef: TemplateRef<any>;
|
|
17
17
|
viewContainer: ViewContainerRef;
|
|
18
18
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideRightDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight], [ebsShellSideRight]", never, {}, {}, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight], [ebsShellSideRight]", never, {}, {}, never, never, false>;
|
|
21
21
|
}
|
|
22
22
|
export declare class ElderShellCenterDirective {
|
|
23
23
|
templateRef: TemplateRef<any>;
|
|
24
24
|
viewContainer: ViewContainerRef;
|
|
25
25
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellCenterDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter], [ebsShellCenter]", never, {}, {}, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter], [ebsShellCenter]", never, {}, {}, never, never, false>;
|
|
28
28
|
}
|
|
29
29
|
export declare class ElderShellComponent implements OnInit, OnDestroy {
|
|
30
30
|
private shellService;
|
|
@@ -82,5 +82,5 @@ export declare class ElderShellComponent implements OnInit, OnDestroy {
|
|
|
82
82
|
private isContained;
|
|
83
83
|
private checkSoon;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell, ebs-shell", never, { "sideNavToggleEnabled": "sideNavToggleEnabled"; "color": "color"; "menuColor": "menuColor"; "leftSideAutoFocus": "leftSideAutoFocus"; "rightSideAutoFocus": "rightSideAutoFocus"; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell, ebs-shell", never, { "sideNavToggleEnabled": "sideNavToggleEnabled"; "color": "color"; "menuColor": "menuColor"; "leftSideAutoFocus": "leftSideAutoFocus"; "rightSideAutoFocus": "rightSideAutoFocus"; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never, false>;
|
|
86
86
|
}
|
package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts
CHANGED
|
@@ -62,5 +62,5 @@ export declare class ElderShellNavigationToggleComponent implements OnInit, OnDe
|
|
|
62
62
|
private findRoot;
|
|
63
63
|
private parent;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellNavigationToggleComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": "roots"; "hide": "hide"; }, {}, never, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": "roots"; "hide": "hide"; }, {}, never, never, false>;
|
|
66
66
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ElderTabDirective {
|
|
|
15
15
|
**************************************************************************/
|
|
16
16
|
constructor(tab: MatTab);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": "elderTab"; }, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": "elderTab"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -96,5 +96,5 @@ export declare class ElderTabGroupRoutingDirective implements AfterViewInit, OnD
|
|
|
96
96
|
private parseIndexMarker;
|
|
97
97
|
private serializeIndexMarker;
|
|
98
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabGroupRoutingDirective, never>;
|
|
99
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": "elderTabGroupRouting"; }, {}, ["tabs", "elderTabs"]>;
|
|
99
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": "elderTabGroupRouting"; }, {}, ["tabs", "elderTabs"], never, false>;
|
|
100
100
|
}
|
package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts
CHANGED
|
@@ -53,6 +53,6 @@ export declare class ElderDurationInputComponent extends FormFieldBaseComponent<
|
|
|
53
53
|
onBucketChanged(bucket: DurationBucket): void;
|
|
54
54
|
protected valuesEquals(a: Duration, b: Duration): boolean;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDurationInputComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": "isoValue"; "format": "format"; "durationFormat": "durationFormat"; }, { "isoValueChange": "isoValueChange"; }, never, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": "isoValue"; "format": "format"; "durationFormat": "durationFormat"; }, { "isoValueChange": "isoValueChange"; }, never, never, false>;
|
|
57
57
|
}
|
|
58
58
|
export {};
|
|
@@ -56,5 +56,5 @@ export declare class ElderDateSwitcherComponent extends FormFieldBaseComponent<L
|
|
|
56
56
|
**************************************************************************/
|
|
57
57
|
protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateSwitcherComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher, ebs-date-switcher", never, { "datePickerEnabled": "datePickerEnabled"; "datePickerTouchUi": "datePickerTouchUi"; "date": "date"; }, { "dateChange": "dateChange"; }, never, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher, ebs-date-switcher", never, { "datePickerEnabled": "datePickerEnabled"; "datePickerTouchUi": "datePickerTouchUi"; "date": "date"; }, { "dateChange": "dateChange"; }, never, never, false>;
|
|
60
60
|
}
|
|
@@ -38,5 +38,5 @@ export declare class ElderDateTimeInputComponent extends FormFieldBaseComponent<
|
|
|
38
38
|
onDateTimeChanged(eventDate: string): void;
|
|
39
39
|
protected valuesEquals(a: Instant, b: Instant): boolean;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateTimeInputComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never, false>;
|
|
42
42
|
}
|
|
@@ -80,5 +80,5 @@ export declare class ElderIntervalInputComponent extends FormFieldBaseComponent<
|
|
|
80
80
|
protected valuesEquals(a: Interval, b: Interval): boolean;
|
|
81
81
|
private instantWithTime;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderIntervalInputComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "mode": "mode"; "zone": "zone"; "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "mode": "mode"; "zone": "zone"; "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never, false>;
|
|
84
84
|
}
|
|
@@ -74,5 +74,5 @@ export declare class ElderLocalDateInputComponent extends FormFieldBaseComponent
|
|
|
74
74
|
private setDateInternally;
|
|
75
75
|
protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalDateInputComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": "zone"; "datePickerEnabled": "datePickerEnabled"; "datePickerTouchUi": "datePickerTouchUi"; "allowNull": "allowNull"; "isoValue": "isoValue"; "dateValue": "dateValue"; "isoDateValue": "isoDateValue"; }, { "blur": "blur"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": "zone"; "datePickerEnabled": "datePickerEnabled"; "datePickerTouchUi": "datePickerTouchUi"; "allowNull": "allowNull"; "isoValue": "isoValue"; "dateValue": "dateValue"; "isoDateValue": "isoDateValue"; }, { "blur": "blur"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never, false>;
|
|
78
78
|
}
|
|
@@ -43,5 +43,5 @@ export declare class ElderLocalTimeInputComponent extends FormFieldBaseComponent
|
|
|
43
43
|
**************************************************************************/
|
|
44
44
|
protected valuesEquals(a: LocalTime, b: LocalTime): boolean;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalTimeInputComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": "isoValue"; }, { "isoValueChange": "isoValueChange"; }, never, never, false>;
|
|
47
47
|
}
|
|
@@ -66,6 +66,6 @@ export declare class ElderPeriodInputComponent extends FormFieldBaseComponent<Pe
|
|
|
66
66
|
**************************************************************************/
|
|
67
67
|
protected valuesEquals(a: Period, b: Period): boolean;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPeriodInputComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderPeriodInputComponent, "elder-period-input", never, { "isoValue": "isoValue"; "format": "format"; "periodFormat": "periodFormat"; }, { "isoValueChange": "isoValueChange"; }, never, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderPeriodInputComponent, "elder-period-input", never, { "isoValue": "isoValue"; "format": "format"; "periodFormat": "periodFormat"; }, { "isoValueChange": "isoValueChange"; }, never, never, false>;
|
|
70
70
|
}
|
|
71
71
|
export {};
|
|
@@ -34,5 +34,5 @@ export declare class StandardToastComponent implements OnInit {
|
|
|
34
34
|
icon(type: ToastType): string;
|
|
35
35
|
trimDetailText(text: string, length: number): string;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<StandardToastComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StandardToastComponent, "elder-standard-toast", never, {}, {}, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StandardToastComponent, "elder-standard-toast", never, {}, {}, never, never, false>;
|
|
38
38
|
}
|
package/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.d.ts
CHANGED
|
@@ -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": "disable"; "urlFragments": "urlFragments"; "urlRegex": "urlRegex"; "regexArrayIndex": "regexArrayIndex"; "windowOpenIn": "windowOpenIn"; }, {}, never, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderUrlFragmentSwitcherComponent, "elder-url-fragment-switcher", never, { "disable": "disable"; "urlFragments": "urlFragments"; "urlRegex": "urlRegex"; "regexArrayIndex": "regexArrayIndex"; "windowOpenIn": "windowOpenIn"; }, {}, never, never, false>;
|
|
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": "svg"; }, {}, never, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSvgViewerComponent, "elder-svg-viewer", never, { "svg": "svg"; }, {}, never, never, false>;
|
|
41
41
|
}
|
|
@@ -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">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BytesPipe, "bytes", false>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { ElderRepeatPipe } from './elder-repeat.pipe';
|
|
3
|
+
import { ElderTruncatePipe } from './elder-truncate.pipe';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "./bytes.pipe";
|
|
5
6
|
import * as i2 from "./time-ago.pipe";
|
|
@@ -11,7 +12,7 @@ import * as i7 from "./iso-duration.pipe";
|
|
|
11
12
|
import * as i8 from "./elder-round.pipe";
|
|
12
13
|
import * as i9 from "./iso-interval.pipe";
|
|
13
14
|
import * as i10 from "./iso-interval-parse.pipe";
|
|
14
|
-
import * as i11 from "./elder-
|
|
15
|
+
import * as i11 from "./elder-truncate.pipe";
|
|
15
16
|
import * as i12 from "@angular/common";
|
|
16
17
|
export { BytesPipe } from './bytes.pipe';
|
|
17
18
|
export { TimeAgoPipe } from './time-ago.pipe';
|
|
@@ -23,16 +24,23 @@ export { IsoDurationPipe } from './iso-duration.pipe';
|
|
|
23
24
|
export { IsoIntervalPipe } from './iso-interval.pipe';
|
|
24
25
|
export { IsoIntervalParsePipe } from './iso-interval-parse.pipe';
|
|
25
26
|
export { ElderRoundPipe } from './elder-round.pipe';
|
|
26
|
-
export {
|
|
27
|
+
export { ElderTruncatePipe } from './elder-truncate.pipe';
|
|
27
28
|
/**
|
|
28
29
|
* @deprecated Please switch to ElderRepeatPipe
|
|
29
30
|
*/
|
|
30
31
|
export declare class ElderRepeatPipeLegacy extends ElderRepeatPipe implements PipeTransform {
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderRepeatPipeLegacy, never>;
|
|
32
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipeLegacy, "ebsRepeat">;
|
|
33
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipeLegacy, "ebsRepeat", false>;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated Please switch to elderTruncate
|
|
37
|
+
*/
|
|
38
|
+
export declare class ElderTrimPipe extends ElderTruncatePipe implements PipeTransform {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTrimPipe, never>;
|
|
40
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderTrimPipe, "elderTrim", false>;
|
|
33
41
|
}
|
|
34
42
|
export declare class ElderPipesModule {
|
|
35
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPipesModule, never>;
|
|
36
|
-
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.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.ElderTrimPipe]>;
|
|
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]>;
|
|
37
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderPipesModule>;
|
|
38
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">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderRepeatPipe, "elderRepeat", false>;
|
|
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">;
|
|
22
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderRoundPipe, "elderRound", false>;
|
|
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">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderSafeUrlPipe, "elderSafeUrl", false>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
declare type TrimMode = 'start' | 'end';
|
|
4
|
+
export declare class ElderTruncatePipe implements PipeTransform {
|
|
5
|
+
/**
|
|
6
|
+
* Truncate (cut off) the given input value if it is longer than maxCharacters.
|
|
7
|
+
* @param value
|
|
8
|
+
* @param maxCharacters
|
|
9
|
+
* @param trimMode truncate from
|
|
10
|
+
*/
|
|
11
|
+
transform(value: any, maxCharacters?: number, trimMode?: TrimMode): string;
|
|
12
|
+
private truncateStart;
|
|
13
|
+
private truncateEnd;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTruncatePipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderTruncatePipe, "elderTruncate", false>;
|
|
16
|
+
}
|
|
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">;
|
|
25
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsoDurationPipe, "isoDuration", false>;
|
|
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">;
|
|
29
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalParsePipe, "isoIntervalParse", false>;
|
|
30
30
|
}
|
|
@@ -39,5 +39,5 @@ export declare class IsoIntervalPipe implements PipeTransform {
|
|
|
39
39
|
private formatInstant;
|
|
40
40
|
private format;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsoIntervalPipe, never>;
|
|
42
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalPipe, "isoInterval">;
|
|
42
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsoIntervalPipe, "isoInterval", false>;
|
|
43
43
|
}
|
|
@@ -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">;
|
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeAgoPipe, "timeAgo", false>;
|
|
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">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeDurationPipe, "caTimeDuration", false>;
|
|
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">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<WeightPipe, "weight", false>;
|
|
7
7
|
}
|