@elderbyte/ngx-starter 13.9.5 → 14.0.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 +14 -14
- 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 +15 -15
- 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 +11 -11
- 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 +4 -4
- 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 +1420 -1495
- package/fesm2015/elderbyte-ngx-starter.mjs.map +1 -1
- package/fesm2020/elderbyte-ngx-starter.mjs +1414 -1497
- 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 +3 -3
- 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 +2 -2
- 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 +1 -1
- 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
|
@@ -41,5 +41,5 @@ export declare class ElderFormFieldLabelDirective implements AfterViewInit {
|
|
|
41
41
|
**************************************************************************/
|
|
42
42
|
ngAfterViewInit(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderFormFieldLabelDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldLabelDirective, "mat-form-field[elderFormFieldLabel]", never, { "enabled": "elderFormFieldLabel"; }, {}, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldLabelDirective, "mat-form-field[elderFormFieldLabel]", never, { "enabled": "elderFormFieldLabel"; }, {}, never, never, false>;
|
|
45
45
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ElderFormFieldNoHintDirective extends ElderClassHostBinding
|
|
|
15
15
|
constructor();
|
|
16
16
|
set elderNoHint(enabled: boolean | string);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderFormFieldNoHintDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldNoHintDirective, "mat-form-field[elderNoHint]", never, { "elderNoHint": "elderNoHint"; }, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldNoHintDirective, "mat-form-field[elderNoHint]", never, { "elderNoHint": "elderNoHint"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ElderFormFieldNoSpinnerDirective extends ElderClassHostBind
|
|
|
15
15
|
constructor();
|
|
16
16
|
set elderNoSpinner(enabled: boolean | string);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderFormFieldNoSpinnerDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldNoSpinnerDirective, "input[elderNoSpinner]", never, { "elderNoSpinner": "elderNoSpinner"; }, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderFormFieldNoSpinnerDirective, "input[elderNoSpinner]", never, { "elderNoSpinner": "elderNoSpinner"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -43,21 +43,21 @@ export * from './elder-triple-state-checkbox.directive';
|
|
|
43
43
|
*/
|
|
44
44
|
export declare class ElderTouchedDirectiveLegacy extends ElderTouchedDirective {
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTouchedDirectiveLegacy, never>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTouchedDirectiveLegacy, "[touched]", never, {}, {}, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTouchedDirectiveLegacy, "[touched]", never, {}, {}, never, never, false>;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* @deprecated Please switch to ElderPlugParentFormDirective
|
|
50
50
|
*/
|
|
51
51
|
export declare class ElderPlugParentFormDirectiveLegacy extends ElderPlugParentFormDirective {
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPlugParentFormDirectiveLegacy, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPlugParentFormDirectiveLegacy, "[plugParentForm]", never, {}, {}, never>;
|
|
53
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPlugParentFormDirectiveLegacy, "[plugParentForm]", never, {}, {}, never, never, false>;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* @deprecated Please switch to ElderStopEventPropagationDirective
|
|
57
57
|
*/
|
|
58
58
|
export declare class ElderStopEventPropagationDirectiveLegacy extends ElderStopEventPropagationDirective {
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderStopEventPropagationDirectiveLegacy, never>;
|
|
60
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStopEventPropagationDirectiveLegacy, "[ebsStopEventPropagation]", never, {}, {}, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStopEventPropagationDirectiveLegacy, "[ebsStopEventPropagation]", never, {}, {}, never, never, false>;
|
|
61
61
|
}
|
|
62
62
|
export declare class ElderFormsDirectivesModule {
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderFormsDirectivesModule, never>;
|
|
@@ -54,5 +54,5 @@ export declare class ElderKeyEventDirective {
|
|
|
54
54
|
private isInScope;
|
|
55
55
|
private propagateEvent;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderKeyEventDirective, never>;
|
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderKeyEventDirective, "[elderKeyEvent]", never, { "keyFilter": "elderKeyEventFilter"; "keyDown": "elderKeyEventDown"; "includeChildren": "elderKeyEventChildren"; "callback": "elderKeyEventCallback"; }, { "keyEvent": "onElderKeyEvent"; }, never>;
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderKeyEventDirective, "[elderKeyEvent]", never, { "keyFilter": "elderKeyEventFilter"; "keyDown": "elderKeyEventDown"; "includeChildren": "elderKeyEventChildren"; "callback": "elderKeyEventCallback"; }, { "keyEvent": "onElderKeyEvent"; }, never, never, false>;
|
|
58
58
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ElderMaxDirective implements Validator {
|
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMaxDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMaxDirective, "[max][formControlName],[max][formControl],[max][ngModel]", never, { "max": "max"; }, {}, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMaxDirective, "[max][formControlName],[max][formControl],[max][ngModel]", never, { "max": "max"; }, {}, never, never, false>;
|
|
11
11
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ElderMinDirective implements Validator {
|
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMinDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMinDirective, "[min][formControlName],[min][formControl],[min][ngModel]", never, { "min": "min"; }, {}, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMinDirective, "[min][formControlName],[min][formControl],[min][ngModel]", never, { "min": "min"; }, {}, never, never, false>;
|
|
11
11
|
}
|
|
@@ -44,5 +44,5 @@ export declare class ElderNextFocusableDirective {
|
|
|
44
44
|
private areAllNextElementsNotFocusable;
|
|
45
45
|
private isFocusable;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderNextFocusableDirective, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderNextFocusableDirective, "[elderNextFocusable]", ["elderNextFocusable"], { "nextElement": "elderNextFocusable"; "enabled": "elderNextFocusableEnabled"; "nextElements": "elderNextElements"; }, {}, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderNextFocusableDirective, "[elderNextFocusable]", ["elderNextFocusable"], { "nextElement": "elderNextFocusable"; "enabled": "elderNextFocusableEnabled"; "nextElements": "elderNextElements"; }, {}, never, never, false>;
|
|
48
48
|
}
|
|
@@ -8,6 +8,6 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class ElderPlugParentFormDirective {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPlugParentFormDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPlugParentFormDirective, "[elderPlugParentForm]", never, {}, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPlugParentFormDirective, "[elderPlugParentForm]", never, {}, {}, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
export declare function provideForm(form: NgForm): NgForm;
|
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
export declare class ElderStopEventPropagationDirective {
|
|
13
13
|
onClick(event: any): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderStopEventPropagationDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStopEventPropagationDirective, "[elderStopEventPropagation]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStopEventPropagationDirective, "[elderStopEventPropagation]", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -59,5 +59,5 @@ export declare class ElderTabFocusTrapDirective implements OnInit, OnDestroy, Af
|
|
|
59
59
|
private isFocusableByTab;
|
|
60
60
|
private isFocusable;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabFocusTrapDirective, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabFocusTrapDirective, "[elderTabFocusTrap]", never, { "focusableQuerySelector": "focusableQuerySelector"; }, {}, never>;
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabFocusTrapDirective, "[elderTabFocusTrap]", never, { "focusableQuerySelector": "focusableQuerySelector"; }, {}, never, never, false>;
|
|
63
63
|
}
|
|
@@ -10,5 +10,5 @@ export declare class ElderTouchedDirective implements OnInit {
|
|
|
10
10
|
constructor(ngControl: NgControl);
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTouchedDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTouchedDirective, "[elderTouched]", never, {}, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTouchedDirective, "[elderTouched]", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -47,5 +47,5 @@ export declare class ElderTripleStateCheckboxDirective implements OnInit {
|
|
|
47
47
|
private getModelValOrFallback;
|
|
48
48
|
private updateModelValIfPresent;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTripleStateCheckboxDirective, [null, { optional: true; }]>;
|
|
50
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTripleStateCheckboxDirective, "mat-checkbox[elderTripleStateCheckbox]", never, {}, {}, never>;
|
|
50
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTripleStateCheckboxDirective, "mat-checkbox[elderTripleStateCheckbox]", never, {}, {}, never, never, false>;
|
|
51
51
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ElderMultipleOfValidator implements Validator {
|
|
|
16
16
|
**************************************************************************/
|
|
17
17
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultipleOfValidator, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultipleOfValidator, "[elderMultipleOf][formControlName],[elderMultipleOf][formControl],[elderMultipleOf][ngModel]", never, { "elderMultipleOf": "elderMultipleOf"; }, {}, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultipleOfValidator, "[elderMultipleOf][formControlName],[elderMultipleOf][formControl],[elderMultipleOf][ngModel]", never, { "elderMultipleOf": "elderMultipleOf"; }, {}, never, never, false>;
|
|
20
20
|
}
|
package/lib/components/forms/directives/validation/elder-required-ignore-zero.validator.d.ts
CHANGED
|
@@ -29,5 +29,5 @@ export declare class ElderRequiredIgnoreZeroValidator implements Validator {
|
|
|
29
29
|
**************************************************************************/
|
|
30
30
|
validate(c: AbstractControl): ValidationErrors | any;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderRequiredIgnoreZeroValidator, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderRequiredIgnoreZeroValidator, "[elderRequiredIgnoreZeroValidator][ngModel]", never, { "enabled": "elderRequiredIgnoreZeroValidator"; "required": "required"; }, {}, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderRequiredIgnoreZeroValidator, "[elderRequiredIgnoreZeroValidator][ngModel]", never, { "enabled": "elderRequiredIgnoreZeroValidator"; "required": "required"; }, {}, never, never, false>;
|
|
33
33
|
}
|
|
@@ -72,5 +72,5 @@ export declare class ElderSearchContextDirective implements OnInit, AfterViewIni
|
|
|
72
72
|
**************************************************************************/
|
|
73
73
|
private convertToFilters;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchContextDirective, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSearchContextDirective, "[elderSearchContext]", ["elderSearchContext"], { "filterContext": "elderSearchContext"; }, {}, never>;
|
|
75
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSearchContextDirective, "[elderSearchContext]", ["elderSearchContext"], { "filterContext": "elderSearchContext"; }, {}, never, never, false>;
|
|
76
76
|
}
|
|
@@ -82,5 +82,5 @@ export declare class ElderSearchInputDirective implements OnInit, OnDestroy, Aft
|
|
|
82
82
|
private extractName;
|
|
83
83
|
private concatIfNecessary;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchInputDirective, [null, { host: true; }]>;
|
|
85
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSearchInputDirective, "[elderSearchInput]", ["elderSearchInput"], { "queryKey": "elderSearchInputKey"; "valueTransform": "elderSearchInputTransform"; "resolvePath": "elderSearchInput"; "fallbackValue": "elderSearchInputFallback"; }, {}, never>;
|
|
85
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSearchInputDirective, "[elderSearchInput]", ["elderSearchInput"], { "queryKey": "elderSearchInputKey"; "valueTransform": "elderSearchInputTransform"; "resolvePath": "elderSearchInput"; "fallbackValue": "elderSearchInputFallback"; }, {}, never, never, false>;
|
|
86
86
|
}
|
|
@@ -67,5 +67,5 @@ export declare class ElderSearchBoxComponent implements OnInit, OnDestroy, After
|
|
|
67
67
|
*/
|
|
68
68
|
clearSearch(event: any): void;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchBoxComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchBoxComponent, "elder-search-box", ["elderSearchBox"], { "autoPanel": "autoPanel"; "name": "name"; "queryKey": "queryKey"; "placeholder": "placeholder"; "hint": "hint"; "autocomplete": "autocomplete"; "dense": "dense"; }, {}, ["advancedSearch"], ["elder-search-panel"]>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchBoxComponent, "elder-search-box", ["elderSearchBox"], { "autoPanel": "autoPanel"; "name": "name"; "queryKey": "queryKey"; "placeholder": "placeholder"; "hint": "hint"; "autocomplete": "autocomplete"; "dense": "dense"; }, {}, ["advancedSearch"], ["elder-search-panel"], false>;
|
|
71
71
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ElderSearchPanelComponent {
|
|
3
3
|
constructor();
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchPanelComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchPanelComponent, "elder-search-panel", never, {}, {}, never, ["*"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchPanelComponent, "elder-search-panel", never, {}, {}, never, ["*"], false>;
|
|
6
6
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ElderGlobalSearchComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
private convertToSort;
|
|
36
36
|
private get keywordsValue();
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderGlobalSearchComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderGlobalSearchComponent, "elder-global-search, ebs-global-search", never, { "hideWhenDisabled": "hideWhenDisabled"; "searchCollapsed": "searchCollapsed"; }, { "searchCollapsedChange": "searchCollapsedChange"; }, never, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderGlobalSearchComponent, "elder-global-search, ebs-global-search", never, { "hideWhenDisabled": "hideWhenDisabled"; "searchCollapsed": "searchCollapsed"; }, { "searchCollapsedChange": "searchCollapsedChange"; }, never, never, false>;
|
|
39
39
|
}
|
|
@@ -50,5 +50,5 @@ export declare class ElderProgressBarComponent implements OnInit {
|
|
|
50
50
|
private setSingleBarValue;
|
|
51
51
|
private checkAndAdjustPercentages;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderProgressBarComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderProgressBarComponent, "elder-progress-bar", never, { "minHeight": "minHeight"; "barColor": "barColor"; "barBackgroundColor": "barBackgroundColor"; "value": "value"; "bars": "bars"; }, {}, never, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderProgressBarComponent, "elder-progress-bar", never, { "minHeight": "minHeight"; "barColor": "barColor"; "barBackgroundColor": "barBackgroundColor"; "value": "value"; "bars": "bars"; }, {}, never, never, false>;
|
|
54
54
|
}
|
|
@@ -21,5 +21,5 @@ export declare class ElderHeaderComponent implements OnInit {
|
|
|
21
21
|
**************************************************************************/
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderHeaderComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderHeaderComponent, "elder-header", never, { "header": "header"; "subheader": "subheader"; }, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderHeaderComponent, "elder-header", never, { "header": "header"; "subheader": "subheader"; }, {}, never, never, false>;
|
|
25
25
|
}
|
package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts
CHANGED
|
@@ -58,5 +58,5 @@ export declare class ElderLocalizedInputComponent<T extends Localized = Localize
|
|
|
58
58
|
private displayTextField;
|
|
59
59
|
private toHintText;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputComponent<any>, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputComponent<any>, "elder-localized-input", never, { "textColumns": "textColumns"; }, {}, ["textColumnsQuery"], never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputComponent<any>, "elder-localized-input", never, { "textColumns": "textColumns"; }, {}, ["textColumnsQuery"], never, false>;
|
|
62
62
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ElderLocalizedInputDialogComponent implements OnInit {
|
|
|
18
18
|
constructor(dialogRef: MatDialogRef<ElderLocalizedInputDialogComponent>, data: ElderLocalizedInputOptions);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputDialogComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputDialogComponent, "elder-localized-input-dialog", never, {}, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputDialogComponent, "elder-localized-input-dialog", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -63,5 +63,5 @@ export declare class ElderLocalizedInputTableComponent<T extends Localized> exte
|
|
|
63
63
|
**************************************************************************/
|
|
64
64
|
private ensureDesiredTagsPresent;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputTableComponent<any>, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputTableComponent<any>, "elder-localized-input-table", never, { "dense": "dense"; "float": "float"; "embedded": "embedded"; "textColumns": "textColumns"; "defaultLanguageTags": "defaultLanguageTags"; }, {}, ["textColumnsQuery"], never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputTableComponent<any>, "elder-localized-input-table", never, { "dense": "dense"; "float": "float"; "embedded": "embedded"; "textColumns": "textColumns"; "defaultLanguageTags": "defaultLanguageTags"; }, {}, ["textColumnsQuery"], never, false>;
|
|
67
67
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ElderLocalizedTextColumnDirective {
|
|
|
13
13
|
required: boolean;
|
|
14
14
|
constructor();
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedTextColumnDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextColumnDirective, "elder-localized-text-column", never, { "name": "name"; "title": "title"; "required": "required"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextColumnDirective, "elder-localized-text-column", never, { "name": "name"; "title": "title"; "required": "required"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ElderLocalizedTextsDirective implements AfterViewInit, OnDe
|
|
|
33
33
|
ngAfterViewInit(): void;
|
|
34
34
|
ngOnDestroy(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedTextsDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextsDirective, "[elderElderLocalizedTexts]", never, {}, {}, ["textColumnsQuery"]>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextsDirective, "[elderElderLocalizedTexts]", never, {}, {}, ["textColumnsQuery"], never, false>;
|
|
37
37
|
}
|
|
@@ -19,5 +19,5 @@ export declare class I18nPickAsyncPipe implements PipeTransform {
|
|
|
19
19
|
**************************************************************************/
|
|
20
20
|
transform(choices: Localized[], field?: string, desiredTag?: LanguageTag): Observable<string>;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPickAsyncPipe, never>;
|
|
22
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickAsyncPipe, "i18nPick$">;
|
|
22
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickAsyncPipe, "i18nPick$", false>;
|
|
23
23
|
}
|
|
@@ -18,5 +18,5 @@ export declare class I18nPickPipe implements PipeTransform {
|
|
|
18
18
|
**************************************************************************/
|
|
19
19
|
transform(choices: Localized[], field?: string, desiredTag?: LanguageTag): string;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPickPipe, never>;
|
|
21
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickPipe, "i18nPick">;
|
|
21
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickPipe, "i18nPick", false>;
|
|
22
22
|
}
|
package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts
CHANGED
|
@@ -33,5 +33,5 @@ export declare class ElderLanguageSwitcherComponent implements OnInit {
|
|
|
33
33
|
**************************************************************************/
|
|
34
34
|
isLanguageActive(lang: string): boolean;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLanguageSwitcherComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLanguageSwitcherComponent, "elder-language-switcher, ebs-language-switcher", never, { "slimMode": "slimMode"; }, {}, never, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLanguageSwitcherComponent, "elder-language-switcher, ebs-language-switcher", never, { "slimMode": "slimMode"; }, {}, never, never, false>;
|
|
37
37
|
}
|
|
@@ -20,5 +20,5 @@ export declare class IframeCloseDirective {
|
|
|
20
20
|
constructor(iframeService: IframeService);
|
|
21
21
|
onClick(event: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeCloseDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IframeCloseDirective, "[elderIframeClose]", ["elderIframeClose"], { "iframeResult": "elderIframeClose"; }, {}, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IframeCloseDirective, "[elderIframeClose]", ["elderIframeClose"], { "iframeResult": "elderIframeClose"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -32,5 +32,5 @@ export declare class IframeDialogComponent implements OnInit {
|
|
|
32
32
|
**************************************************************************/
|
|
33
33
|
close(data?: any): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeDialogComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeDialogComponent, "elder-i-frame-dialog", never, {}, {}, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeDialogComponent, "elder-i-frame-dialog", never, {}, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -70,5 +70,5 @@ export declare class IframeHostComponent implements OnInit {
|
|
|
70
70
|
**************************************************************************/
|
|
71
71
|
private onChildMessage;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeHostComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": "iframeParams"; }, { "post": "post"; "close": "close"; }, never, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": "iframeParams"; }, { "post": "post"; "close": "close"; }, never, never, false>;
|
|
74
74
|
}
|
|
@@ -44,5 +44,5 @@ export declare class IframeSideContentComponent implements OnInit, OnDestroy {
|
|
|
44
44
|
**************************************************************************/
|
|
45
45
|
private removeQueryParams;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeSideContentComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSideContentComponent, "elder-i-frame-side-host", never, {}, {}, never, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSideContentComponent, "elder-i-frame-side-host", never, {}, {}, never, never, false>;
|
|
48
48
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ElderInfiniteAutocompleteDirective implements OnInit, OnDes
|
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteAutocompleteDirective, [{ host: true; }, { host: true; }]>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteAutocompleteDirective, "mat-autocomplete[elderElderInfiniteAutocomplete]", never, {}, {}, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteAutocompleteDirective, "mat-autocomplete[elderElderInfiniteAutocomplete]", never, {}, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -59,5 +59,5 @@ export declare class ElderInfiniteScrollDirective implements OnInit, OnDestroy {
|
|
|
59
59
|
*/
|
|
60
60
|
private scroll;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteScrollDirective, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollDirective, "[elderInfiniteScroll]", never, { "listenToHost": "listenToHost"; "eventThrottle": "eventThrottle"; "offsetFactor": "offsetFactor"; "ignoreScrollEvent": "ignoreScrollEvent"; "containerId": "containerId"; "scrollContainer": "scrollContainer"; }, { "closeToEnd": "closeToEnd"; "scrolling": "scrolling"; }, never>;
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollDirective, "[elderInfiniteScroll]", never, { "listenToHost": "listenToHost"; "eventThrottle": "eventThrottle"; "offsetFactor": "offsetFactor"; "ignoreScrollEvent": "ignoreScrollEvent"; "containerId": "containerId"; "scrollContainer": "scrollContainer"; }, { "closeToEnd": "closeToEnd"; "scrolling": "scrolling"; }, never, never, false>;
|
|
63
63
|
}
|
|
@@ -10,7 +10,7 @@ export { ElderInfiniteAutocompleteDirective } from './elder-infinite-autocomplet
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class ElderInfiniteScrollLegacyDirective extends ElderInfiniteScrollDirective {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteScrollLegacyDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollLegacyDirective, "[infiniteScroll]", never, {}, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollLegacyDirective, "[infiniteScroll]", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
15
15
|
export declare class ElderInfiniteScrollModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteScrollModule, never>;
|
package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { OnInit, TemplateRef, NgZone } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
3
3
|
import { IDataContext } from '../../../../common/data/data-context/data-context';
|
|
4
|
-
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete/autocomplete';
|
|
5
4
|
import { DataContextStatus } from '../../../../common/data/data-context/data-context-status';
|
|
6
|
-
import { MatAutocomplete } from '@angular/material/autocomplete';
|
|
5
|
+
import { MatAutocomplete, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
declare type TextResolverFn = (value: any) => string;
|
|
9
8
|
export declare class ElderAutocompleteComponent<T = any, TId = any> implements OnInit {
|
|
@@ -83,6 +82,6 @@ export declare class ElderAutocompleteComponent<T = any, TId = any> implements O
|
|
|
83
82
|
*/
|
|
84
83
|
private propertyStringValue;
|
|
85
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteComponent<any, any>, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAutocompleteComponent<any, any>, "elder-autocomplete", ["elderAutocomplete"], { "isOptionDisabledFn": "isOptionDisabledFn"; "isOptionHiddenFn": "isOptionHiddenFn"; "enabled": "enabled"; "valueTemplate": "valueTemplate"; "suggestionsDc": "suggestionsDc"; "displayPropertyResolver": "displayPropertyResolver"; }, { "optionSelected": "optionSelected"; }, ["valueTemplateQuery"], never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAutocompleteComponent<any, any>, "elder-autocomplete", ["elderAutocomplete"], { "isOptionDisabledFn": "isOptionDisabledFn"; "isOptionHiddenFn": "isOptionHiddenFn"; "enabled": "enabled"; "valueTemplate": "valueTemplate"; "suggestionsDc": "suggestionsDc"; "displayPropertyResolver": "displayPropertyResolver"; }, { "optionSelected": "optionSelected"; }, ["valueTemplateQuery"], never, false>;
|
|
87
86
|
}
|
|
88
87
|
export {};
|
|
@@ -56,5 +56,5 @@ export declare class ElderAutocompleteDirective implements OnInit, OnDestroy {
|
|
|
56
56
|
**************************************************************************/
|
|
57
57
|
private updateSuggestions;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteDirective, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteDirective, "[elderElderAutocomplete]", never, { "queryFilter": "queryFilter"; "filters": "filters"; "sorts": "sorts"; "autocomplete": "elderElderAutocomplete"; }, {}, never>;
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteDirective, "[elderElderAutocomplete]", never, { "queryFilter": "queryFilter"; "filters": "filters"; "sorts": "sorts"; "autocomplete": "elderElderAutocomplete"; }, {}, never, never, false>;
|
|
60
60
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
4
4
|
import { MatChipInputEvent } from '@angular/material/chips';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
import { ISuggestionProvider } from '../../../common/suggestion-provider';
|
|
7
7
|
import { FormFieldBaseComponent } from '../../../common/forms/form-field-base.component';
|
|
8
|
-
import { ThemePalette } from '@angular/material/core
|
|
8
|
+
import { ThemePalette } from '@angular/material/core';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ElderLabelInputComponent<T> extends FormFieldBaseComponent<T[]> implements OnInit {
|
|
11
11
|
/***************************************************************************
|
|
@@ -21,7 +21,7 @@ export declare class ElderLabelInputComponent<T> extends FormFieldBaseComponent<
|
|
|
21
21
|
private _allowCreate;
|
|
22
22
|
selectable: boolean;
|
|
23
23
|
removable: boolean;
|
|
24
|
-
readonly labelInputControl:
|
|
24
|
+
readonly labelInputControl: UntypedFormControl;
|
|
25
25
|
availableSuggestions$: Observable<any[]>;
|
|
26
26
|
private inputControl;
|
|
27
27
|
/***************************************************************************
|
|
@@ -87,5 +87,5 @@ export declare class ElderLabelInputComponent<T> extends FormFieldBaseComponent<
|
|
|
87
87
|
private filterNotPresent;
|
|
88
88
|
private areEqual;
|
|
89
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLabelInputComponent<any>, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLabelInputComponent<any>, "elder-label-input, ebs-label-input", never, { "labels": "labels"; "suggestionLoader": "suggestionLoader"; "allowNew": "allowNew"; "compareWith": "compareWith"; "colorResolver": "colorResolver"; "nameResolver": "nameResolver"; "labelBuilder": "labelBuilder"; }, { "labelsChanged": "labelsChanged"; }, never, never>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLabelInputComponent<any>, "elder-label-input, ebs-label-input", never, { "labels": "labels"; "suggestionLoader": "suggestionLoader"; "allowNew": "allowNew"; "compareWith": "compareWith"; "colorResolver": "colorResolver"; "nameResolver": "nameResolver"; "labelBuilder": "labelBuilder"; }, { "labelsChanged": "labelsChanged"; }, never, never, false>;
|
|
91
91
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { TemplateCompositeControl } from '../../../common/forms/template-composite-control';
|
|
3
|
-
import { FloatLabelType } from '@angular/material/form-field';
|
|
3
|
+
import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
|
|
4
4
|
import { Dimensions } from '../model/dimensions';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
import { Unit } from '../model/unit';
|
|
7
|
-
import {
|
|
8
|
-
import { ThemePalette } from '@angular/material/core/common-behaviors/color';
|
|
7
|
+
import { ThemePalette } from '@angular/material/core';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
export declare class ElderDimensionsInputComponent extends TemplateCompositeControl<Dimensions> implements OnInit {
|
|
11
10
|
/***************************************************************************
|
|
@@ -108,5 +107,5 @@ export declare class ElderDimensionsInputComponent extends TemplateCompositeCont
|
|
|
108
107
|
private dimensionsOfWidth;
|
|
109
108
|
private dimensionsOfHeight;
|
|
110
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDimensionsInputComponent, never>;
|
|
111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDimensionsInputComponent, "elder-dimensions-input", never, { "name": "name"; "appearance": "appearance"; "color": "color"; "placeholderLength": "placeholderLength"; "placeholderWidth": "placeholderWidth"; "placeholderHeight": "placeholderHeight"; "fxLayout": "fxLayout"; "fxLayoutGap": "fxLayoutGap"; "floatLabel": "floatLabel"; "min": "min"; "max": "max"; "requiredIgnoreZero": "requiredIgnoreZero"; "multipleOf": "multipleOf"; "displayFormat": "displayFormat"; "requiredLength": "requiredLength"; "requiredWidth": "requiredWidth"; "requiredHeight": "requiredHeight"; "readonly": "readonly"; "unit": "unit"; "lengthValue": "lengthValue"; "widthValue": "widthValue"; "heightValue": "heightValue"; }, { "unitChange": "unitChange"; "lengthValueChange": "lengthValueChange"; "widthValueChange": "widthValueChange"; "heightValueChange": "heightValueChange"; }, never, never>;
|
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDimensionsInputComponent, "elder-dimensions-input", never, { "name": "name"; "appearance": "appearance"; "color": "color"; "placeholderLength": "placeholderLength"; "placeholderWidth": "placeholderWidth"; "placeholderHeight": "placeholderHeight"; "fxLayout": "fxLayout"; "fxLayoutGap": "fxLayoutGap"; "floatLabel": "floatLabel"; "min": "min"; "max": "max"; "requiredIgnoreZero": "requiredIgnoreZero"; "multipleOf": "multipleOf"; "displayFormat": "displayFormat"; "requiredLength": "requiredLength"; "requiredWidth": "requiredWidth"; "requiredHeight": "requiredHeight"; "readonly": "readonly"; "unit": "unit"; "lengthValue": "lengthValue"; "widthValue": "widthValue"; "heightValue": "heightValue"; }, { "unitChange": "unitChange"; "lengthValueChange": "lengthValueChange"; "widthValueChange": "widthValueChange"; "heightValueChange": "heightValueChange"; }, never, never, false>;
|
|
112
111
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ElderUnitSelectDirective {
|
|
|
26
26
|
**************************************************************************/
|
|
27
27
|
private resetFilters;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderUnitSelectDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderUnitSelectDirective, "[elderUnitSelect]", never, { "unitDimension": "unitDimension"; "baseUnit": "baseUnit"; }, {}, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderUnitSelectDirective, "[elderUnitSelect]", never, { "unitDimension": "unitDimension"; "baseUnit": "baseUnit"; }, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ElderQuantityTransformPipe implements PipeTransform {
|
|
|
18
18
|
**************************************************************************/
|
|
19
19
|
transform(quantity: Quantity, normalize?: boolean, targetUnit?: Unit | string): Quantity;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityTransformPipe, never>;
|
|
21
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ElderQuantityTransformPipe, "elderQuantityTransform">;
|
|
21
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderQuantityTransformPipe, "elderQuantityTransform", false>;
|
|
22
22
|
}
|
|
@@ -36,5 +36,5 @@ export declare class ElderQuantityPipe implements PipeTransform {
|
|
|
36
36
|
**************************************************************************/
|
|
37
37
|
transform(quantity: Quantity, normalize?: boolean | QuantityPipeOptions, targetUnit?: Unit | string, digitsInfo?: string): string;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityPipe, never>;
|
|
39
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ElderQuantityPipe, "elderQuantity">;
|
|
39
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderQuantityPipe, "elderQuantity", false>;
|
|
40
40
|
}
|
|
@@ -90,5 +90,5 @@ export declare class ElderQuantityInputComponent extends FormFieldBaseComponent<
|
|
|
90
90
|
**************************************************************************/
|
|
91
91
|
protected valuesEquals(a: Quantity, b: Quantity): boolean;
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderQuantityInputComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderQuantityInputComponent, "elder-quantity-input", never, { "multipleOf": "multipleOf"; "displayFormat": "displayFormat"; "requiredIgnoreZero": "requiredIgnoreZero"; "quantityNumber": "quantityNumber"; "quantityValue": "quantityValue"; "unit": "unit"; }, { "quantityNumberChange": "quantityNumberChange"; "quantityValueChange": "quantityValueChange"; "unitChange": "unitChange"; }, never, never>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderQuantityInputComponent, "elder-quantity-input", never, { "multipleOf": "multipleOf"; "displayFormat": "displayFormat"; "requiredIgnoreZero": "requiredIgnoreZero"; "quantityNumber": "quantityNumber"; "quantityValue": "quantityValue"; "unit": "unit"; }, { "quantityNumberChange": "quantityNumberChange"; "quantityValueChange": "quantityValueChange"; "unitChange": "unitChange"; }, never, never, false>;
|
|
94
94
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { ISuggestionProvider } from '../../common/suggestion-provider';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -18,7 +18,7 @@ export declare class ElderMultiAutocompleteComponent implements OnInit, OnDestro
|
|
|
18
18
|
*/
|
|
19
19
|
valueChanged: EventEmitter<string>;
|
|
20
20
|
suggestionInput: ElementRef<HTMLInputElement>;
|
|
21
|
-
formControl:
|
|
21
|
+
formControl: UntypedFormControl;
|
|
22
22
|
availableSuggestions: Observable<string[]>;
|
|
23
23
|
private wordFinder;
|
|
24
24
|
/***************************************************************************
|
|
@@ -55,5 +55,5 @@ export declare class ElderMultiAutocompleteComponent implements OnInit, OnDestro
|
|
|
55
55
|
private get cursorPosition();
|
|
56
56
|
private extractWordFrom;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiAutocompleteComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiAutocompleteComponent, "elder-multi-autocomplete", never, { "placeholder": "placeholder"; "suggestionProvider": "suggestionProvider"; }, { "valueChanged": "modify"; }, never, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiAutocompleteComponent, "elder-multi-autocomplete", never, { "placeholder": "placeholder"; "suggestionProvider": "suggestionProvider"; }, { "valueChanged": "modify"; }, never, never, false>;
|
|
59
59
|
}
|
package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts
CHANGED
|
@@ -65,5 +65,5 @@ export declare class ElderBreadCrumbsComponent implements OnInit, OnDestroy {
|
|
|
65
65
|
**************************************************************************/
|
|
66
66
|
private buildNodes;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBreadCrumbsComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderBreadCrumbsComponent, "elder-bread-crumbs", never, { "root": "root"; "rootTranslation": "rootTranslation"; "rootIcon": "rootIcon"; "backgroundColor": "backgroundColor"; "editModeEnabled": "editModeEnabled"; "path": "path"; }, { "pathChange": "pathChange"; }, never, never>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderBreadCrumbsComponent, "elder-bread-crumbs", never, { "root": "root"; "rootTranslation": "rootTranslation"; "rootIcon": "rootIcon"; "backgroundColor": "backgroundColor"; "editModeEnabled": "editModeEnabled"; "path": "path"; }, { "pathChange": "pathChange"; }, never, never, false>;
|
|
69
69
|
}
|
|
@@ -40,6 +40,6 @@ export declare class ElderNavGroupComponent implements OnInit {
|
|
|
40
40
|
itemClick(event: Event): void;
|
|
41
41
|
toggle(): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderNavGroupComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavGroupComponent, "elder-nav-group, ebs-nav-group", never, {}, { "click": "click"; }, ["children"], ["*", "elder-nav-link"]>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderNavGroupComponent, "elder-nav-group, ebs-nav-group", never, {}, { "click": "click"; }, ["children"], ["*", "elder-nav-link"], false>;
|
|
44
44
|
}
|
|
45
45
|
export {};
|
|
@@ -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
|
}
|