@elderbyte/ngx-starter 17.4.0 → 17.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/common/enums/elder-enum-translation.service.mjs +3 -3
- package/esm2022/lib/common/forms/elder-form-field-control-base.directive.mjs +3 -3
- package/esm2022/lib/common/forms/elder-from-field-base.mjs +3 -3
- package/esm2022/lib/common/forms/elder-from-field-customizable-base.mjs +3 -3
- package/esm2022/lib/common/forms/elder-from-field-entity-base.mjs +3 -3
- package/esm2022/lib/common/forms/elder-from-field-multi-entity-base.mjs +3 -3
- package/esm2022/lib/common/forms/form-field-base.component.mjs +3 -3
- package/esm2022/lib/common/forms/multi-model-base.component.mjs +3 -3
- package/esm2022/lib/common/forms/template-composite-control.mjs +3 -3
- package/esm2022/lib/common/forms/value-accessor-base.mjs +3 -3
- package/esm2022/lib/common/http/http-client-builder.service.mjs +3 -3
- package/esm2022/lib/common/http/http-client-pristine.mjs +3 -3
- package/esm2022/lib/common/http/transfer/data-transfer-factory.mjs +3 -3
- package/esm2022/lib/common/url/elder-router.service.mjs +3 -3
- package/esm2022/lib/common/url/elder-url-fragment-params.service.mjs +3 -3
- package/esm2022/lib/components/access-denied/elder-access-denied.component.mjs +7 -7
- package/esm2022/lib/components/access-denied/elder-access-denied.module.mjs +11 -11
- package/esm2022/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +12 -11
- package/esm2022/lib/components/auditing/elder-audit.module.mjs +11 -11
- package/esm2022/lib/components/badge/elder-badge/elder-badge.component.mjs +20 -18
- package/esm2022/lib/components/badge/elder-badge.directive.mjs +6 -5
- package/esm2022/lib/components/badge/elder-badge.module.mjs +17 -17
- package/esm2022/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +5 -5
- package/esm2022/lib/components/button-group/elder-button-group.module.mjs +9 -8
- package/esm2022/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +7 -7
- package/esm2022/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +8 -5
- package/esm2022/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +13 -12
- package/esm2022/lib/components/card-organizer/elder-card-organizer.module.mjs +11 -9
- package/esm2022/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +6 -6
- package/esm2022/lib/components/cards/elder-card/elder-card.component.mjs +31 -26
- package/esm2022/lib/components/cards/elder-card/elder-card.module.mjs +14 -15
- package/esm2022/lib/components/chips/elder-chip-label.directive.mjs +6 -5
- package/esm2022/lib/components/chips/elder-chips.module.mjs +8 -9
- package/esm2022/lib/components/connectivity/elder-connectivity.module.mjs +10 -10
- package/esm2022/lib/components/connectivity/elder-connectivity.service.mjs +3 -3
- package/esm2022/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.mjs +10 -10
- package/esm2022/lib/components/containers/elder-containers.module.mjs +7 -8
- package/esm2022/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +6 -6
- package/esm2022/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +7 -7
- package/esm2022/lib/components/csv/elder-csv-stream-exporter-builder.service.mjs +3 -3
- package/esm2022/lib/components/csv/elder-csv.module.mjs +10 -10
- package/esm2022/lib/components/currency/elder-currency.module.mjs +7 -8
- package/esm2022/lib/components/currency/elder-currency.pipe.mjs +6 -5
- package/esm2022/lib/components/data-transfer/elder-data-transfer.module.mjs +17 -14
- package/esm2022/lib/components/data-transfer/elder-data-transfer.service.mjs +3 -3
- package/esm2022/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.mjs +10 -10
- package/esm2022/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +8 -8
- package/esm2022/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +13 -13
- package/esm2022/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +10 -10
- package/esm2022/lib/components/data-view/base/elder-data-view-base.mjs +3 -3
- package/esm2022/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +9 -8
- package/esm2022/lib/components/data-view/common/elder-data-common.module.mjs +18 -15
- package/esm2022/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +24 -13
- package/esm2022/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +11 -10
- package/esm2022/lib/components/data-view/common/selection/data-context-selection.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +8 -8
- package/esm2022/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +33 -28
- package/esm2022/lib/components/data-view/grid/elder-grid.module.mjs +12 -12
- package/esm2022/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.mjs +10 -10
- package/esm2022/lib/components/data-view/master-detail/elder-detail.directive.mjs +8 -5
- package/esm2022/lib/components/data-view/master-detail/elder-master-activation.directive.mjs +5 -4
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.component.mjs +7 -7
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.module.mjs +19 -19
- package/esm2022/lib/components/data-view/master-detail/elder-master-detail.service.mjs +3 -3
- package/esm2022/lib/components/data-view/master-detail/elder-master.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +5 -5
- package/esm2022/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +8 -7
- package/esm2022/lib/components/data-view/table/activation/elder-delete-active.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-number-cell.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-paginator-intl.mjs +3 -3
- package/esm2022/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +8 -5
- package/esm2022/lib/components/data-view/table/elder-table/elder-table.component.mjs +17 -20
- package/esm2022/lib/components/data-view/table/elder-table-column.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-table-extension.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-table-root.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-table-row.directive.mjs +6 -5
- package/esm2022/lib/components/data-view/table/elder-table-sort.directive.mjs +8 -5
- package/esm2022/lib/components/data-view/table/elder-table.module.mjs +19 -19
- package/esm2022/lib/components/data-view/table/model/elder-table-model.mjs +3 -3
- package/esm2022/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +13 -11
- package/esm2022/lib/components/dialogs/elder-dialog.module.mjs +15 -13
- package/esm2022/lib/components/dialogs/elder-dialog.service.mjs +3 -3
- package/esm2022/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +16 -14
- package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +10 -9
- package/esm2022/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +6 -5
- package/esm2022/lib/components/errors/elder-error.module.mjs +11 -11
- package/esm2022/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +10 -10
- package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +8 -8
- package/esm2022/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +8 -8
- package/esm2022/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +6 -6
- package/esm2022/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.mjs +9 -8
- package/esm2022/lib/components/files/drag-n-drop/global-drag-drop.service.mjs +3 -3
- package/esm2022/lib/components/files/elder-file-drop-zone.directive.mjs +6 -5
- package/esm2022/lib/components/files/elder-file-select.directive.mjs +6 -5
- package/esm2022/lib/components/files/elder-file.module.mjs +16 -14
- package/esm2022/lib/components/files/file-select/file-select.component.mjs +8 -8
- package/esm2022/lib/components/files/file-upload/file-upload.component.mjs +13 -13
- package/esm2022/lib/components/forms/clipboard/elder-clipboard.service.mjs +3 -3
- package/esm2022/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +3 -3
- package/esm2022/lib/components/forms/directives/elder-clipboard-put.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-delayed-focus.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-form-field-dense.directive.mjs +5 -4
- package/esm2022/lib/components/forms/directives/elder-form-field-label.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-forms-directives.module.mjs +8 -11
- package/esm2022/lib/components/forms/directives/elder-initial-value.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-input-pattern.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-key-event.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-next-focusable.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-touched.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/validation/elder-validation-error.directive.mjs +6 -5
- package/esm2022/lib/components/forms/directives/validation/strategies/common-validation-message-strategy.mjs +3 -3
- package/esm2022/lib/components/forms/directives/validation/strategies/dynamic-validation-message-strategy.mjs +3 -3
- package/esm2022/lib/components/forms/directives/validation/validation-message-renderer.service.mjs +3 -3
- package/esm2022/lib/components/forms/directives/validation/validators/elder-max.validator.mjs +6 -5
- package/esm2022/lib/components/forms/directives/validation/validators/elder-min.validator.mjs +6 -5
- package/esm2022/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.mjs +6 -5
- package/esm2022/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.mjs +6 -5
- package/esm2022/lib/components/forms/elder-forms.module.mjs +4 -4
- package/esm2022/lib/components/forms/search/domain/context/search-context.service.mjs +3 -3
- package/esm2022/lib/components/forms/search/domain/url/elder-search-url.directive.mjs +6 -5
- package/esm2022/lib/components/forms/search/domain/url/elder-search-url.service.mjs +3 -3
- package/esm2022/lib/components/forms/search/elder-search-context.directive.mjs +6 -5
- package/esm2022/lib/components/forms/search/elder-search-input.directive.mjs +6 -5
- package/esm2022/lib/components/forms/search/elder-search.module.mjs +15 -15
- package/esm2022/lib/components/forms/search/search-box/elder-search-box.component.mjs +21 -19
- package/esm2022/lib/components/forms/search/search-box/elder-search-panel.component.mjs +6 -5
- package/esm2022/lib/components/global-search/elder-global-search.component.mjs +13 -12
- package/esm2022/lib/components/global-search/elder-global-search.module.mjs +6 -9
- package/esm2022/lib/components/global-search/elder-global-search.service.mjs +3 -3
- package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +6 -6
- package/esm2022/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +8 -9
- package/esm2022/lib/components/headers/elder-header/elder-header.component.mjs +6 -5
- package/esm2022/lib/components/headers/elder-header.module.mjs +10 -9
- package/esm2022/lib/components/http-support/elder-http-client.service.mjs +3 -3
- package/esm2022/lib/components/i18n/entities/elder-i18n-entities.module.mjs +24 -22
- package/esm2022/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +15 -13
- package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +14 -13
- package/esm2022/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +3 -3
- package/esm2022/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +20 -18
- package/esm2022/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +8 -5
- package/esm2022/lib/components/i18n/entities/elder-localized-texts.directive.mjs +6 -5
- package/esm2022/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +6 -5
- package/esm2022/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +6 -5
- package/esm2022/lib/components/i18n/entities/picker/localisation-picker.service.mjs +3 -3
- package/esm2022/lib/components/i18n/language/elder-language-interceptor.mjs +3 -3
- package/esm2022/lib/components/i18n/language/elder-language.module.mjs +11 -11
- package/esm2022/lib/components/i18n/language/elder-language.service.mjs +3 -3
- package/esm2022/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +16 -14
- package/esm2022/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +4 -4
- package/esm2022/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.mjs +5 -6
- package/esm2022/lib/components/iframes/data-view/data-view-iframe-adapter.directive.mjs +6 -5
- package/esm2022/lib/components/iframes/elder-iframe.module.mjs +18 -15
- package/esm2022/lib/components/iframes/iframe-close.directive.mjs +5 -4
- package/esm2022/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +7 -7
- package/esm2022/lib/components/iframes/iframe-host/iframe-host.component.mjs +11 -11
- package/esm2022/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +7 -7
- package/esm2022/lib/components/iframes/iframe.service.mjs +3 -3
- package/esm2022/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +6 -5
- package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +8 -5
- package/esm2022/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +8 -11
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.mjs +12 -12
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete-many.directive.mjs +6 -5
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +6 -5
- package/esm2022/lib/components/input/autocomplete/elder-autocomplete.module.mjs +14 -14
- package/esm2022/lib/components/labels/elder-labels.module.mjs +10 -8
- package/esm2022/lib/components/labels/labels-input/labels-input.component.mjs +16 -15
- package/esm2022/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.mjs +9 -8
- package/esm2022/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.mjs +6 -5
- package/esm2022/lib/components/measures/directives/elder-unit-select.directive.mjs +6 -5
- package/esm2022/lib/components/measures/elder-measures.module.mjs +24 -22
- package/esm2022/lib/components/measures/elder-quantity-transform.pipe.mjs +6 -5
- package/esm2022/lib/components/measures/elder-quantity.pipe.mjs +6 -5
- package/esm2022/lib/components/measures/elder-unit.service.mjs +3 -3
- package/esm2022/lib/components/measures/quantity-input/quantity-form-field/elder-quantity-form-field.component.mjs +11 -10
- package/esm2022/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.mjs +11 -8
- package/esm2022/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.mjs +6 -5
- package/esm2022/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.mjs +6 -5
- package/esm2022/lib/components/measures/util/elder-quantity.service.mjs +3 -3
- package/esm2022/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +17 -17
- package/esm2022/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +10 -10
- package/esm2022/lib/components/navigation/nav/elder-nav.module.mjs +16 -15
- package/esm2022/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +8 -8
- package/esm2022/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +11 -11
- package/esm2022/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +5 -5
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +6 -5
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar.module.mjs +13 -12
- package/esm2022/lib/components/navigation/toolbar/elder-toolbar.service.mjs +3 -3
- package/esm2022/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +9 -9
- package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +8 -7
- package/esm2022/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +3 -3
- package/esm2022/lib/components/overlays/elder-overlay-origin.directive.mjs +6 -5
- package/esm2022/lib/components/overlays/elder-overlay-trigger.directive.mjs +6 -5
- package/esm2022/lib/components/overlays/elder-overlay.component.mjs +6 -5
- package/esm2022/lib/components/overlays/elder-overlay.module.mjs +9 -10
- package/esm2022/lib/components/panels/card-panel/elder-card-panel.component.mjs +5 -5
- package/esm2022/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.mjs +5 -5
- package/esm2022/lib/components/panels/elder-panel.module.mjs +8 -9
- package/esm2022/lib/components/panels/flat/elder-panel.component.mjs +5 -5
- package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.mjs +6 -5
- package/esm2022/lib/components/panels/toggle-panel/elder-toggle-panel.component.mjs +20 -14
- package/esm2022/lib/components/scrollbar/elder-scrollbar.directive.mjs +6 -5
- package/esm2022/lib/components/scrollbar/elder-scrollbar.module.mjs +6 -6
- package/esm2022/lib/components/select/auto/elder-auto-select-first.directive.mjs +6 -5
- package/esm2022/lib/components/select/elder-select-base.mjs +17 -6
- package/esm2022/lib/components/select/elder-select-chip.directive.mjs +16 -13
- package/esm2022/lib/components/select/elder-select-on-tab.directive.mjs +6 -5
- package/esm2022/lib/components/select/elder-select-value.directive.mjs +8 -5
- package/esm2022/lib/components/select/elder-select.module.mjs +37 -28
- package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.mjs +17 -0
- package/esm2022/lib/components/select/multi/elder-multi-select-base.mjs +5 -5
- package/esm2022/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.mjs +18 -27
- package/esm2022/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +16 -18
- package/esm2022/lib/components/select/multi/elder-multi-select-form-field.mjs +3 -3
- package/esm2022/lib/components/select/multi/elder-mutli-select-all-directive.mjs +35 -0
- package/esm2022/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.mjs +5 -4
- package/esm2022/lib/components/select/popup/selection-model-popup.directive.mjs +6 -5
- package/esm2022/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +13 -12
- package/esm2022/lib/components/select/single/elder-clear-select.directive.mjs +6 -5
- package/esm2022/lib/components/select/single/elder-select/elder-select.component.mjs +18 -16
- package/esm2022/lib/components/select/single/elder-select-form-field.mjs +3 -3
- package/esm2022/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +8 -8
- package/esm2022/lib/components/select-chip-list/elder-chip-list-select.module.mjs +10 -10
- package/esm2022/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +3 -3
- package/esm2022/lib/components/shell/drawers/elder-router-outlet.service.mjs +3 -3
- package/esm2022/lib/components/shell/elder-shell-slot.directive.mjs +6 -5
- package/esm2022/lib/components/shell/elder-shell.module.mjs +18 -16
- package/esm2022/lib/components/shell/elder-shell.service.mjs +3 -3
- package/esm2022/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +8 -8
- package/esm2022/lib/components/shell/shell/elder-shell.component.mjs +34 -25
- package/esm2022/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +8 -8
- package/esm2022/lib/components/tabs/elder-tab/elder-tab.directive.mjs +6 -5
- package/esm2022/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +6 -5
- package/esm2022/lib/components/tabs/elder-tab.module.mjs +8 -9
- package/esm2022/lib/components/theme/elder-theme-applier.directive.mjs +6 -5
- package/esm2022/lib/components/theme/elder-theme-preference.service.mjs +3 -3
- package/esm2022/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.mjs +10 -9
- package/esm2022/lib/components/theme/elder-theme.directive.mjs +6 -5
- package/esm2022/lib/components/theme/elder-theme.module.mjs +12 -12
- package/esm2022/lib/components/theme/elder-theme.service.mjs +3 -3
- package/esm2022/lib/components/time/date-adapters/custom-date-adapter.mjs +3 -3
- package/esm2022/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +10 -9
- package/esm2022/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +11 -10
- package/esm2022/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +10 -8
- package/esm2022/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +14 -12
- package/esm2022/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +15 -14
- package/esm2022/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +10 -8
- package/esm2022/lib/components/time/elder-time.module.mjs +23 -17
- package/esm2022/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +11 -11
- package/esm2022/lib/components/time/pipes/to-iso-date-string.pipe.mjs +6 -5
- package/esm2022/lib/components/toasts/elder-toast.module.mjs +6 -7
- package/esm2022/lib/components/toasts/elder-toast.service.mjs +3 -3
- package/esm2022/lib/components/toasts/standard-toast/standard-toast.component.mjs +8 -8
- package/esm2022/lib/components/url-fragment/elder-url-fragment.module.mjs +11 -11
- package/esm2022/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +10 -10
- package/esm2022/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +5 -5
- package/esm2022/lib/components/viewers/elder-viewers.module.mjs +8 -9
- package/esm2022/lib/features/event-source/elder-event-source.service.mjs +3 -3
- package/esm2022/lib/features/kafent/access-token-provider.mjs +3 -3
- package/esm2022/lib/features/kafent/kafent-config.mjs +3 -3
- package/esm2022/lib/features/kafent/kafent-event-stream.mjs +3 -3
- package/esm2022/lib/features/kafent/kafent-event.service.mjs +3 -3
- package/esm2022/lib/features/kafent/kafent.module.mjs +4 -4
- package/esm2022/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +3 -3
- package/esm2022/lib/pipes/bytes.pipe.mjs +8 -5
- package/esm2022/lib/pipes/elder-pipes.module.mjs +21 -18
- package/esm2022/lib/pipes/elder-repeat.pipe.mjs +8 -5
- package/esm2022/lib/pipes/elder-round.pipe.mjs +6 -5
- package/esm2022/lib/pipes/elder-safe-url.pipe.mjs +6 -5
- package/esm2022/lib/pipes/elder-truncate.pipe.mjs +6 -5
- package/esm2022/lib/pipes/iso-duration.pipe.mjs +6 -5
- package/esm2022/lib/pipes/iso-interval-parse.pipe.mjs +6 -5
- package/esm2022/lib/pipes/iso-interval.pipe.mjs +6 -5
- package/esm2022/lib/pipes/time-ago.pipe.mjs +6 -5
- package/esm2022/lib/pipes/time-duration.pipe.mjs +6 -5
- package/esm2022/lib/pipes/weight.pipe.mjs +8 -5
- package/fesm2022/elderbyte-ngx-starter.mjs +2064 -1875
- package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
- package/lib/components/access-denied/elder-access-denied.component.d.ts +1 -1
- package/lib/components/access-denied/elder-access-denied.module.d.ts +5 -5
- package/lib/components/auditing/audited-entity/elder-audited-entity.component.d.ts +1 -1
- package/lib/components/auditing/elder-audit.module.d.ts +7 -7
- package/lib/components/badge/elder-badge/elder-badge.component.d.ts +3 -3
- package/lib/components/badge/elder-badge.directive.d.ts +1 -1
- package/lib/components/badge/elder-badge.module.d.ts +8 -8
- package/lib/components/button-group/elder-button-group/elder-button-group.component.d.ts +1 -1
- package/lib/components/button-group/elder-button-group.module.d.ts +6 -6
- 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/card-organizer/elder-card-organizer.module.d.ts +12 -12
- 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/cards/elder-card/elder-card.module.d.ts +7 -7
- package/lib/components/chips/elder-chip-label.directive.d.ts +1 -1
- package/lib/components/chips/elder-chips.module.d.ts +6 -6
- package/lib/components/connectivity/elder-connectivity.module.d.ts +8 -8
- package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts +1 -1
- package/lib/components/containers/elder-containers.module.d.ts +3 -3
- 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/csv/elder-csv.module.d.ts +5 -5
- package/lib/components/currency/elder-currency.module.d.ts +3 -3
- package/lib/components/currency/elder-currency.pipe.d.ts +1 -1
- package/lib/components/data-transfer/elder-data-transfer.module.d.ts +17 -17
- 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 +1 -1
- package/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.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-common.module.d.ts +19 -19
- 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/grid/elder-grid.module.d.ts +19 -19
- package/lib/components/data-view/master-detail/elder-detail-dialog/elder-detail-dialog.component.d.ts +1 -1
- package/lib/components/data-view/master-detail/elder-detail.directive.d.ts +1 -1
- package/lib/components/data-view/master-detail/elder-master-activation.directive.d.ts +1 -1
- package/lib/components/data-view/master-detail/elder-master-detail.component.d.ts +1 -1
- package/lib/components/data-view/master-detail/elder-master-detail.module.d.ts +23 -23
- package/lib/components/data-view/master-detail/elder-master.directive.d.ts +1 -1
- package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.d.ts +1 -1
- package/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.d.ts +22 -22
- package/lib/components/data-view/table/activation/elder-delete-active.directive.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/data-view/table/elder-table.module.d.ts +32 -32
- package/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.d.ts +1 -1
- package/lib/components/dialogs/elder-dialog.module.d.ts +16 -16
- 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/elder-error.module.d.ts +6 -6
- 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/expand-toggle-button/elder-expand-toggle-button.module.d.ts +6 -6
- package/lib/components/files/blob-viewer/elder-blob-viewer.component.d.ts +1 -1
- package/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.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/elder-file.module.d.ts +14 -14
- 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/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 +22 -22
- package/lib/components/forms/directives/elder-initial-value.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-input-pattern.directive.d.ts +1 -1
- package/lib/components/forms/directives/elder-key-event.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-validation-error.directive.d.ts +1 -1
- package/lib/components/forms/directives/validation/validators/elder-max.validator.d.ts +1 -1
- package/lib/components/forms/directives/validation/validators/elder-min.validator.d.ts +1 -1
- package/lib/components/forms/directives/validation/validators/elder-multiple-of.validator.d.ts +1 -1
- package/lib/components/forms/directives/validation/validators/elder-required-ignore-zero.validator.d.ts +1 -1
- package/lib/components/forms/search/domain/url/elder-search-url.directive.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/elder-search.module.d.ts +18 -18
- 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/global-search/elder-global-search.module.d.ts +8 -8
- package/lib/components/graph/elder-progress-bar/elder-progress-bar.component.d.ts +1 -1
- package/lib/components/graph/elder-progress-bar/elder-progress-bar.module.d.ts +3 -3
- package/lib/components/headers/elder-header/elder-header.component.d.ts +1 -1
- package/lib/components/headers/elder-header.module.d.ts +5 -5
- package/lib/components/i18n/entities/elder-i18n-entities.module.d.ts +24 -24
- 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/elder-language.module.d.ts +10 -10
- package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts +1 -1
- package/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.d.ts +1 -1
- package/lib/components/iframes/data-view/data-view-iframe-adapter.directive.d.ts +1 -1
- package/lib/components/iframes/elder-iframe.module.d.ts +16 -16
- 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 +4 -4
- package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.d.ts +1 -1
- package/lib/components/input/autocomplete/elder-autocomplete-many.directive.d.ts +1 -1
- package/lib/components/input/autocomplete/elder-autocomplete.directive.d.ts +1 -1
- package/lib/components/input/autocomplete/elder-autocomplete.module.d.ts +11 -11
- package/lib/components/labels/elder-labels.module.d.ts +9 -9
- package/lib/components/labels/labels-input/labels-input.component.d.ts +1 -1
- package/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.d.ts +1 -1
- package/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.d.ts +1 -1
- package/lib/components/measures/directives/elder-unit-select.directive.d.ts +1 -1
- package/lib/components/measures/elder-measures.module.d.ts +17 -17
- 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/quantity-form-field/elder-quantity-form-field.component.d.ts +1 -1
- package/lib/components/measures/quantity-input/quantity-input-control/elder-quantity-input-control.component.d.ts +1 -1
- package/lib/components/measures/quantity-input/validation/elder-quantity-range.validator.d.ts +1 -1
- package/lib/components/measures/quantity-input/validation/elder-required-quantity.validator.d.ts +1 -1
- package/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.d.ts +1 -1
- package/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.d.ts +11 -11
- package/lib/components/navigation/nav/elder-nav.module.d.ts +12 -12
- 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/elder-toolbar.module.d.ts +13 -13
- package/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.d.ts +1 -1
- 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 +1 -1
- package/lib/components/overlays/elder-overlay.module.d.ts +6 -6
- package/lib/components/panels/card-panel/elder-card-panel.component.d.ts +1 -1
- package/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.d.ts +1 -1
- package/lib/components/panels/elder-panel.module.d.ts +8 -8
- package/lib/components/panels/flat/elder-panel.component.d.ts +1 -1
- package/lib/components/panels/toggle-panel/elder-toggle-panel-trigger.directive.d.ts +1 -1
- package/lib/components/panels/toggle-panel/elder-toggle-panel.component.d.ts +3 -3
- package/lib/components/scrollbar/elder-scrollbar.directive.d.ts +1 -1
- package/lib/components/scrollbar/elder-scrollbar.module.d.ts +1 -1
- package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +1 -1
- package/lib/components/select/elder-select-base.d.ts +6 -2
- package/lib/components/select/elder-select-chip.directive.d.ts +3 -3
- 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/elder-select.module.d.ts +39 -37
- package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts +8 -0
- package/lib/components/select/multi/elder-multi-select-base.d.ts +1 -1
- package/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.d.ts +1 -4
- package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts +1 -1
- package/lib/components/select/multi/elder-mutli-select-all-directive.d.ts +15 -0
- package/lib/components/select/popup/selection-model-popup-trigger-adapter.directive.d.ts +1 -1
- 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/single/elder-clear-select.directive.d.ts +1 -1
- package/lib/components/select/single/elder-select/elder-select.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-chip-list/elder-chip-list-select.module.d.ts +6 -6
- package/lib/components/shell/elder-shell-slot.directive.d.ts +1 -1
- package/lib/components/shell/elder-shell.module.d.ts +16 -16
- 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 +4 -4
- 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/tabs/elder-tab.module.d.ts +5 -5
- package/lib/components/theme/elder-theme-applier.directive.d.ts +1 -1
- package/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.d.ts +1 -1
- package/lib/components/theme/elder-theme.directive.d.ts +1 -1
- package/lib/components/theme/elder-theme.module.d.ts +8 -8
- 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/elder-time.module.d.ts +19 -19
- package/lib/components/time/period/elder-period-input/elder-period-input.component.d.ts +1 -1
- package/lib/components/time/pipes/to-iso-date-string.pipe.d.ts +1 -1
- package/lib/components/toasts/elder-toast.module.d.ts +6 -6
- package/lib/components/toasts/standard-toast/standard-toast.component.d.ts +1 -1
- package/lib/components/url-fragment/elder-url-fragment.module.d.ts +10 -10
- 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/components/viewers/elder-viewers.module.d.ts +3 -3
- package/lib/pipes/bytes.pipe.d.ts +1 -1
- package/lib/pipes/elder-pipes.module.d.ts +15 -15
- 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 +1 -1
- package/esm2022/lib/components/select/multi/elder-chip-select-option/elder-select-chip-option.component.mjs +0 -17
- package/lib/components/select/multi/elder-chip-select-option/elder-select-chip-option.component.d.ts +0 -8
- package/src/lib/components/select/multi/elder-select-chip/elder-select-chip.component.scss +0 -0
- /package/src/lib/components/select/multi/elder-chip-select-option/{elder-select-chip-option.component.scss → elder-select-option.component.scss} +0 -0
|
@@ -4,5 +4,5 @@ export declare class ElderAccessDeniedComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAccessDeniedComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAccessDeniedComponent, "elder-access-denied", never, {}, {}, never, never,
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAccessDeniedComponent, "elder-access-denied", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/material/
|
|
5
|
-
import * as i4 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/icon";
|
|
4
|
+
import * as i3 from "@angular/material/card";
|
|
5
|
+
import * as i4 from "./elder-access-denied.component";
|
|
6
6
|
export { ElderAccessDeniedComponent } from './elder-access-denied.component';
|
|
7
7
|
export declare class ElderAccessDeniedModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAccessDeniedModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAccessDeniedModule, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAccessDeniedModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatCardModule, typeof i4.ElderAccessDeniedComponent], [typeof i4.ElderAccessDeniedComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderAccessDeniedModule>;
|
|
11
11
|
}
|
|
@@ -15,6 +15,6 @@ export declare class ElderAuditedEntityComponent implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
set audited(audited: IAuditedEntity);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAuditedEntityComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAuditedEntityComponent, "elder-audited-entity", never, { "appearance": { "alias": "appearance"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "audited": { "alias": "audited"; "required": false; }; }, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAuditedEntityComponent, "elder-audited-entity", never, { "appearance": { "alias": "appearance"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "audited": { "alias": "audited"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
20
20
|
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/input";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "../../pipes/elder-pipes.module";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "./audited-entity/elder-audited-entity.component";
|
|
8
8
|
export * from './i-audited-entity';
|
|
9
9
|
export * from './audited-entity/elder-audited-entity.component';
|
|
10
10
|
export declare class ElderAuditModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAuditModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAuditModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAuditModule, never, [typeof i1.CommonModule, typeof i2.MatInputModule, typeof i3.TranslateModule, typeof i4.ElderPipesModule, typeof i5.MatIconModule, typeof i6.ElderAuditedEntityComponent], [typeof i6.ElderAuditedEntityComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderAuditModule>;
|
|
14
14
|
}
|
|
@@ -8,14 +8,14 @@ export declare class ElderBadgeChipDirective {
|
|
|
8
8
|
viewContainer: ViewContainerRef;
|
|
9
9
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeChipDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeChipDirective, "[elderBadgeChip]", never, {}, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeChipDirective, "[elderBadgeChip]", never, {}, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
13
13
|
export declare class ElderBadgeChipAvatarDirective {
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
viewContainer: ViewContainerRef;
|
|
16
16
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeChipAvatarDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeChipAvatarDirective, "[elderBadgeChipAvatar]", never, {}, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeChipAvatarDirective, "[elderBadgeChipAvatar]", never, {}, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
20
20
|
export interface BadgeColorSpec {
|
|
21
21
|
readonly theme?: ThemePalette;
|
|
@@ -77,6 +77,6 @@ export declare class ElderBadgeComponent {
|
|
|
77
77
|
set chipAvatarTemplate(template: TemplateRef<any>);
|
|
78
78
|
get chipAvatarTemplate(): TemplateRef<any>;
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderBadgeComponent, "elder-badge", never, { "appearance": { "alias": "appearance"; "required": false; }; "value": { "alias": "value"; "required": false; }; "colorSpec": { "alias": "colorSpec"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "avatarSpec": { "alias": "avatarSpec"; "required": false; }; "setCssClass": { "alias": "cssClass"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], ["*"],
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderBadgeComponent, "elder-badge", never, { "appearance": { "alias": "appearance"; "required": false; }; "value": { "alias": "value"; "required": false; }; "colorSpec": { "alias": "colorSpec"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "avatarSpec": { "alias": "avatarSpec"; "required": false; }; "setCssClass": { "alias": "cssClass"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], ["*"], true, never>;
|
|
81
81
|
}
|
|
82
82
|
export {};
|
|
@@ -46,5 +46,5 @@ export declare class ElderBadgeDirective implements OnInit {
|
|
|
46
46
|
set colorSpec(spec: BadgeColorSpec);
|
|
47
47
|
set avatarSpec(spec: BadgeAvatarSpec);
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeDirective, never>;
|
|
49
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeDirective, "[elderBadge]", never, { "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeIcon": { "alias": "badgeIcon"; "required": false; }; "elderBadge": { "alias": "elderBadge"; "required": false; }; "colorSpec": { "alias": "colorSpec"; "required": false; }; "avatarSpec": { "alias": "avatarSpec"; "required": false; }; }, {}, never, never,
|
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderBadgeDirective, "[elderBadge]", never, { "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeIcon": { "alias": "badgeIcon"; "required": false; }; "elderBadge": { "alias": "elderBadge"; "required": false; }; "colorSpec": { "alias": "colorSpec"; "required": false; }; "avatarSpec": { "alias": "avatarSpec"; "required": false; }; }, {}, never, never, true, never>;
|
|
50
50
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
2
|
+
import * as i1 from "@angular/material/chips";
|
|
3
|
+
import * as i2 from "../chips/elder-chips.module";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../pipes/elder-pipes.module";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "./elder-badge.directive";
|
|
8
|
+
import * as i7 from "./elder-badge/elder-badge.component";
|
|
9
9
|
export * from './elder-badge/elder-badge.component';
|
|
10
10
|
export * from './elder-badge.directive';
|
|
11
11
|
export declare class ElderBadgeModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderBadgeModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderBadgeModule, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderBadgeModule, never, [typeof i1.MatChipsModule, typeof i2.ElderChipsModule, typeof i3.AsyncPipe, typeof i3.NgIf, typeof i3.NgTemplateOutlet, typeof i4.ElderPipesModule, typeof i5.MatIconModule, typeof i6.ElderBadgeDirective, typeof i7.ElderBadgeComponent, typeof i7.ElderBadgeChipDirective, typeof i7.ElderBadgeChipAvatarDirective], [typeof i6.ElderBadgeDirective, typeof i7.ElderBadgeComponent, typeof i7.ElderBadgeChipDirective, typeof i7.ElderBadgeChipAvatarDirective]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderBadgeModule>;
|
|
15
15
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ElderButtonGroupComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderButtonGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderButtonGroupComponent, "elder-button-group", never, {}, {}, never, ["*"],
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderButtonGroupComponent, "elder-button-group", never, {}, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/material/
|
|
5
|
-
import * as i4 from "@angular/material/
|
|
6
|
-
import * as i5 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/menu";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "./elder-button-group/elder-button-group.component";
|
|
7
7
|
export * from './elder-button-group/elder-button-group.component';
|
|
8
8
|
export declare class ElderButtonGroupModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderButtonGroupModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderButtonGroupModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderButtonGroupModule, never, [typeof i1.CommonModule, typeof i2.MatMenuModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.ElderButtonGroupComponent], [typeof i5.ElderButtonGroupComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderButtonGroupModule>;
|
|
12
12
|
}
|
|
@@ -60,5 +60,5 @@ export declare class ElderCardOrganizerComponent implements OnInit {
|
|
|
60
60
|
onCardClicked(clickedCard: any): void;
|
|
61
61
|
onCardDropped(event: CardDropEvent<any, any>): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardOrganizerComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardOrganizerComponent, "elder-card-organizer", never, { "canRemove": { "alias": "canRemove"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "organizerModel": { "alias": "organizerModel"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["stackCardTemplate"], never,
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardOrganizerComponent, "elder-card-organizer", never, { "canRemove": { "alias": "canRemove"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "organizerModel": { "alias": "organizerModel"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["stackCardTemplate"], never, true, never>;
|
|
64
64
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ElderStackCardDirective {
|
|
|
5
5
|
viewContainer: ViewContainerRef;
|
|
6
6
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderStackCardDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStackCardDirective, "[elderStackCard]", never, {}, {}, never, never,
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderStackCardDirective, "[elderStackCard]", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -87,5 +87,5 @@ export declare class ElderCardStackComponent implements OnInit {
|
|
|
87
87
|
*/
|
|
88
88
|
private handleCardDrop;
|
|
89
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardStackComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardStackComponent, "elder-card-stack", never, { "stackId": { "alias": "stackId"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "headerTitle": { "alias": "headerTitle"; "required": false; }; "canRemove": { "alias": "canRemove"; "required": false; }; "canAdd": { "alias": "canAdd"; "required": false; }; "canDrag": { "alias": "canDrag"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "connectedTo": { "alias": "connectedTo"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "canCollapse": { "alias": "canCollapse"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["cardTemplateQuery"], never,
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardStackComponent, "elder-card-stack", never, { "stackId": { "alias": "stackId"; "required": false; }; "headerEnabled": { "alias": "headerEnabled"; "required": false; }; "headerTitle": { "alias": "headerTitle"; "required": false; }; "canRemove": { "alias": "canRemove"; "required": false; }; "canAdd": { "alias": "canAdd"; "required": false; }; "canDrag": { "alias": "canDrag"; "required": false; }; "removeConfirmation": { "alias": "removeConfirmation"; "required": false; }; "canEnterPredicate": { "alias": "canEnterPredicate"; "required": false; }; "connectedTo": { "alias": "connectedTo"; "required": false; }; "autoMoveCards": { "alias": "autoMoveCards"; "required": false; }; "canCollapse": { "alias": "canCollapse"; "required": false; }; "copyOnDrag": { "alias": "copyOnDrag"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; }, { "requestNewCard": "requestNewCard"; "requestRemoveCard": "requestRemoveCard"; "cardClick": "cardClick"; "cardDropped": "cardDropped"; }, ["cardTemplateQuery"], never, true, never>;
|
|
91
91
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/material/
|
|
7
|
-
import * as i6 from "@angular/
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/icon";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/divider";
|
|
6
|
+
import * as i5 from "@angular/material/core";
|
|
7
|
+
import * as i6 from "@angular/cdk/drag-drop";
|
|
8
|
+
import * as i7 from "@ngx-translate/core";
|
|
9
|
+
import * as i8 from "../cards/elder-card/elder-card.module";
|
|
10
|
+
import * as i9 from "./card-organizer/elder-card-organizer.component";
|
|
11
|
+
import * as i10 from "./card-stack/elder-card-stack.component";
|
|
12
|
+
import * as i11 from "./card-organizer/elder-stack-card.directive";
|
|
13
13
|
export * from './card-organizer-data';
|
|
14
14
|
export * from './card-stack';
|
|
15
15
|
export * from './card-organizer/elder-stack-card.directive';
|
|
@@ -17,6 +17,6 @@ export * from './card-organizer/elder-card-organizer.component';
|
|
|
17
17
|
export * from './card-stack/elder-card-stack.component';
|
|
18
18
|
export declare class ElderCardOrganizerModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardOrganizerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardOrganizerModule, [typeof i1.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardOrganizerModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatButtonModule, typeof i4.MatDividerModule, typeof i5.MatRippleModule, typeof i6.DragDropModule, typeof i7.TranslateModule, typeof i8.ElderCardModule, typeof i9.ElderCardOrganizerComponent, typeof i10.ElderCardStackComponent, typeof i11.ElderStackCardDirective], [typeof i9.ElderCardOrganizerComponent, typeof i10.ElderCardStackComponent, typeof i11.ElderStackCardDirective]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderCardOrganizerModule>;
|
|
22
22
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ElderCardHeaderComponent {
|
|
3
3
|
padding: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardHeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardHeaderComponent, "elder-card-header", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, ["elder-card-title", "elder-card-header-actions"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardHeaderComponent, "elder-card-header", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, ["elder-card-title", "elder-card-header-actions"], true, never>;
|
|
6
6
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ElderPaddingDirective {
|
|
5
5
|
padding: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderPaddingDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPaddingDirective, "elder-padding, [elder-padding], [elderPadding]", never, { "padding": { "alias": "elderPadding"; "required": false; }; }, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderPaddingDirective, "elder-padding, [elder-padding], [elderPadding]", never, { "padding": { "alias": "elderPadding"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* Title of a card, needed as it's used as a selector in the API.
|
|
@@ -13,7 +13,7 @@ export declare class ElderCardTitleDirective {
|
|
|
13
13
|
readonly classTitle = true;
|
|
14
14
|
readonly classCardTitle = true;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardTitleDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardTitleDirective, "elder-card-title, [elder-card-title], [elderCardTitle]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardTitleDirective, "elder-card-title, [elder-card-title], [elderCardTitle]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* Content of a card, needed as it's used as a selector in the API.
|
|
@@ -22,7 +22,7 @@ export declare class ElderCardContentDirective {
|
|
|
22
22
|
readonly classCardContent = true;
|
|
23
23
|
padding: string;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardContentDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardContentDirective, "elder-card-content, [elder-card-content], [elderCardContent]", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardContentDirective, "elder-card-content, [elder-card-content], [elderCardContent]", never, { "padding": { "alias": "padding"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* Actions in the right top corner, needed as it's used as a selector in the API.
|
|
@@ -30,7 +30,7 @@ export declare class ElderCardContentDirective {
|
|
|
30
30
|
export declare class ElderCardHeaderActionsDirective {
|
|
31
31
|
readonly classHeaderActions = true;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardHeaderActionsDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardHeaderActionsDirective, "elder-card-header-actions, [elder-card-header-actions], [elderCardHeaderActions]", never, {}, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardHeaderActionsDirective, "elder-card-header-actions, [elder-card-header-actions], [elderCardHeaderActions]", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Subsection title
|
|
@@ -39,7 +39,7 @@ export declare class ElderCardSubtitleDirective {
|
|
|
39
39
|
readonly classSubtitle = true;
|
|
40
40
|
readonly classCardSubtitle = true;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardSubtitleDirective, never>;
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardSubtitleDirective, "elder-card-subtitle, [elder-card-subtitle], [elderCardSubtitle]", never, {}, {}, never, never,
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderCardSubtitleDirective, "elder-card-subtitle, [elder-card-subtitle], [elderCardSubtitle]", never, {}, {}, never, never, true, never>;
|
|
43
43
|
}
|
|
44
44
|
export declare class ElderCardComponent {
|
|
45
45
|
/***************************************************************************
|
|
@@ -71,5 +71,5 @@ export declare class ElderCardComponent {
|
|
|
71
71
|
*/
|
|
72
72
|
set flat(value: BooleanInput);
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardComponent, "elder-card", never, { "appearance": { "alias": "appearance"; "required": false; }; "float": { "alias": "float"; "required": false; }; "flat": { "alias": "flat"; "required": false; }; }, {}, never, ["*", "elder-card-header", "elder-card-content"],
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCardComponent, "elder-card", never, { "appearance": { "alias": "appearance"; "required": false; }; "float": { "alias": "float"; "required": false; }; "flat": { "alias": "flat"; "required": false; }; }, {}, never, ["*", "elder-card-header", "elder-card-content"], true, never>;
|
|
75
75
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "@angular/material/card";
|
|
6
|
+
import * as i5 from "./elder-card.component";
|
|
7
|
+
import * as i6 from "./elder-card-header/elder-card-header.component";
|
|
8
8
|
export * from './elder-card.component';
|
|
9
9
|
export * from './elder-card-header/elder-card-header.component';
|
|
10
10
|
export declare class ElderCardModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCardModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCardModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.TranslateModule, typeof i4.MatCardModule, typeof i5.ElderCardComponent, typeof i5.ElderCardTitleDirective, typeof i5.ElderCardContentDirective, typeof i5.ElderCardHeaderActionsDirective, typeof i5.ElderCardSubtitleDirective, typeof i6.ElderCardHeaderComponent, typeof i5.ElderPaddingDirective], [typeof i5.ElderCardComponent, typeof i5.ElderCardTitleDirective, typeof i5.ElderCardContentDirective, typeof i5.ElderCardHeaderActionsDirective, typeof i5.ElderCardSubtitleDirective, typeof i6.ElderCardHeaderComponent, typeof i5.ElderPaddingDirective]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderCardModule>;
|
|
14
14
|
}
|
|
@@ -53,5 +53,5 @@ export declare class ElderChipLabelDirective implements OnInit {
|
|
|
53
53
|
private getStateColorClass;
|
|
54
54
|
private getThemeColorClass;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipLabelDirective, [{ optional: true; host: true; }]>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderChipLabelDirective, "[elderChipLabel]", never, { "appearance": { "alias": "appearance"; "required": false; }; "themeColor": { "alias": "color"; "required": false; }; "stateColor": { "alias": "stateColor"; "required": false; }; "levelColor": { "alias": "levelColor"; "required": false; }; }, {}, never, never,
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderChipLabelDirective, "[elderChipLabel]", never, { "appearance": { "alias": "appearance"; "required": false; }; "themeColor": { "alias": "color"; "required": false; }; "stateColor": { "alias": "stateColor"; "required": false; }; "levelColor": { "alias": "levelColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
57
57
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@ngx-translate/core";
|
|
4
|
+
import * as i3 from "@angular/material/chips";
|
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
+
import * as i5 from "./elder-chip-label.directive";
|
|
7
7
|
export { ElderChipLabelDirective } from './elder-chip-label.directive';
|
|
8
8
|
export declare class ElderChipsModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipsModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipsModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.MatChipsModule, typeof i4.A11yModule, typeof i5.ElderChipLabelDirective], [typeof i5.ElderChipLabelDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderChipsModule>;
|
|
12
12
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@angular/material/
|
|
6
|
-
import * as i5 from "@angular/material/
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@ngx-translate/core";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/tooltip";
|
|
6
|
+
import * as i5 from "@angular/material/button";
|
|
7
|
+
import * as i6 from "../../pipes/elder-pipes.module";
|
|
8
|
+
import * as i7 from "./offline-indicator/elder-offline-indicator.component";
|
|
9
9
|
export { ElderOfflineIndicatorComponent } from './offline-indicator/elder-offline-indicator.component';
|
|
10
10
|
export declare class ElderConnectivityModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderConnectivityModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderConnectivityModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderConnectivityModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.MatIconModule, typeof i4.MatTooltipModule, typeof i5.MatButtonModule, typeof i6.ElderPipesModule, typeof i7.ElderOfflineIndicatorComponent], [typeof i7.ElderOfflineIndicatorComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderConnectivityModule>;
|
|
14
14
|
}
|
package/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.d.ts
CHANGED
|
@@ -29,5 +29,5 @@ export declare class ElderOfflineIndicatorComponent implements OnInit {
|
|
|
29
29
|
**************************************************************************/
|
|
30
30
|
get status$(): Observable<OnlineStatus>;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderOfflineIndicatorComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderOfflineIndicatorComponent, "elder-offline-indicator", never, {}, {}, never, never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderOfflineIndicatorComponent, "elder-offline-indicator", never, {}, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./elder-scroll-container/elder-scroll-container.component";
|
|
4
4
|
export * from './elder-scroll-container/elder-scroll-container.component';
|
|
5
5
|
export declare class ElderContainersModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderContainersModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderContainersModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderContainersModule, never, [typeof i1.CommonModule, typeof i2.ElderScrollContainerComponent], [typeof i2.ElderScrollContainerComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderContainersModule>;
|
|
9
9
|
}
|
package/lib/components/containers/elder-scroll-container/elder-scroll-container.component.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export declare class ElderScrollContainerComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
isVertical(direction: ScrollDirection): boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderScrollContainerComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderScrollContainerComponent, "elder-scroll-container", never, { "direction": { "alias": "direction"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderScrollContainerComponent, "elder-scroll-container", never, { "direction": { "alias": "direction"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
@@ -47,5 +47,5 @@ export declare class ElderCsvExportBtnComponent<T> implements OnInit {
|
|
|
47
47
|
**************************************************************************/
|
|
48
48
|
private initStreamExporter;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCsvExportBtnComponent<any>, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCsvExportBtnComponent<any>, "elder-csv-export-btn", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "csvSpec": { "alias": "csvSpec"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "chunkSize": { "alias": "chunkSize"; "required": false; }; }, {}, never, never,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderCsvExportBtnComponent<any>, "elder-csv-export-btn", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "csvSpec": { "alias": "csvSpec"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "chunkSize": { "alias": "chunkSize"; "required": false; }; }, {}, never, never, true, never>;
|
|
51
51
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/material/
|
|
5
|
-
import * as i4 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "./elder-csv-export-btn/elder-csv-export-btn.component";
|
|
6
6
|
export * from './elder-csv-export-btn/elder-csv-export-btn.component';
|
|
7
7
|
export * from './elder-csv-stream-exporter-builder.service';
|
|
8
8
|
export * from './elder-csv-stream-exporter-builder';
|
|
9
9
|
export * from './elder-csv-stream-exporter';
|
|
10
10
|
export declare class ElderCsvModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCsvModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCsvModule, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCsvModule, never, [typeof i1.CommonModule, typeof i2.MatButtonModule, typeof i3.MatIconModule, typeof i4.ElderCsvExportBtnComponent], [typeof i4.ElderCsvExportBtnComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderCsvModule>;
|
|
14
14
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./elder-currency.pipe";
|
|
4
4
|
export declare class ElderCurrencyModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCurrencyModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCurrencyModule, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderCurrencyModule, never, [typeof i1.CommonModule, typeof i2.ElderCurrencyPipe], [typeof i2.ElderCurrencyPipe]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderCurrencyModule>;
|
|
8
8
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ElderCurrencyPipe implements PipeTransform {
|
|
|
17
17
|
**************************************************************************/
|
|
18
18
|
transform(currency: Currency, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderCurrencyPipe, never>;
|
|
20
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ElderCurrencyPipe, "elderCurrency",
|
|
20
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ElderCurrencyPipe, "elderCurrency", true>;
|
|
21
21
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "@angular/material/
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "@angular/material/
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/icon";
|
|
4
|
+
import * as i3 from "@angular/material/progress-bar";
|
|
5
|
+
import * as i4 from "@angular/material/tooltip";
|
|
6
|
+
import * as i5 from "@angular/material/toolbar";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "@angular/material/badge";
|
|
9
|
+
import * as i8 from "@angular/material/progress-spinner";
|
|
10
|
+
import * as i9 from "@ngx-translate/core";
|
|
11
|
+
import * as i10 from "../../pipes/elder-pipes.module";
|
|
12
|
+
import * as i11 from "../overlays/elder-overlay.module";
|
|
13
|
+
import * as i12 from "@angular/material/card";
|
|
14
|
+
import * as i13 from "./http-data-transfer/http-data-transfer.component";
|
|
15
|
+
import * as i14 from "./http-data-transfer-aggregate/http-data-transfer-aggregate.component";
|
|
16
|
+
import * as i15 from "./http-data-transfer-overview/http-data-transfer-overview.component";
|
|
17
|
+
import * as i16 from "./http-data-transfer-indicator/http-data-transfer-indicator.component";
|
|
18
18
|
export { ElderDataTransferService } from './elder-data-transfer.service';
|
|
19
19
|
export { HttpDataTransferComponent } from './http-data-transfer/http-data-transfer.component';
|
|
20
20
|
export { HttpDataTransferAggregateComponent } from './http-data-transfer-aggregate/http-data-transfer-aggregate.component';
|
|
@@ -22,6 +22,6 @@ export { HttpDataTransferOverviewComponent } from './http-data-transfer-overview
|
|
|
22
22
|
export { HttpDataTransferIndicatorComponent } from './http-data-transfer-indicator/http-data-transfer-indicator.component';
|
|
23
23
|
export declare class ElderDataTransferModule {
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDataTransferModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderDataTransferModule, [typeof i1.
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderDataTransferModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatProgressBarModule, typeof i4.MatTooltipModule, typeof i5.MatToolbarModule, typeof i6.MatButtonModule, typeof i7.MatBadgeModule, typeof i8.MatProgressSpinnerModule, typeof i9.TranslateModule, typeof i10.ElderPipesModule, typeof i11.ElderOverlayModule, typeof i12.MatCardModule, typeof i13.HttpDataTransferComponent, typeof i14.HttpDataTransferAggregateComponent, typeof i15.HttpDataTransferOverviewComponent, typeof i16.HttpDataTransferIndicatorComponent], [typeof i13.HttpDataTransferComponent, typeof i14.HttpDataTransferAggregateComponent, typeof i15.HttpDataTransferOverviewComponent, typeof i16.HttpDataTransferIndicatorComponent]>;
|
|
26
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderDataTransferModule>;
|
|
27
27
|
}
|
|
@@ -38,5 +38,5 @@ export declare class HttpDataTransferComponent {
|
|
|
38
38
|
**************************************************************************/
|
|
39
39
|
private renderTransferProgress;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpDataTransferComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferComponent, "elder-data-transfer", never, { "transfer": { "alias": "transfer"; "required": false; }; }, {}, never, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferComponent, "elder-data-transfer", never, { "transfer": { "alias": "transfer"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
42
|
}
|
|
@@ -25,5 +25,5 @@ export declare class HttpDataTransferAggregateComponent implements OnInit {
|
|
|
25
25
|
**************************************************************************/
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpDataTransferAggregateComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferAggregateComponent, "elder-data-transfer-aggregate", never, { "hiddenWhenInactive": { "alias": "hiddenWhenInactive"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferAggregateComponent, "elder-data-transfer-aggregate", never, { "hiddenWhenInactive": { "alias": "hiddenWhenInactive"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -27,5 +27,5 @@ export declare class HttpDataTransferIndicatorComponent implements OnInit {
|
|
|
27
27
|
**************************************************************************/
|
|
28
28
|
ngOnInit(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpDataTransferIndicatorComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferIndicatorComponent, "elder-data-transfer-indicator", never, { "activeColor": { "alias": "activeColor"; "required": false; }; "inactiveColor": { "alias": "inactiveColor"; "required": false; }; }, {}, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferIndicatorComponent, "elder-data-transfer-indicator", never, { "activeColor": { "alias": "activeColor"; "required": false; }; "inactiveColor": { "alias": "inactiveColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -17,5 +17,5 @@ export declare class HttpDataTransferOverviewComponent {
|
|
|
17
17
|
**************************************************************************/
|
|
18
18
|
constructor(transferService: ElderDataTransferService);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<HttpDataTransferOverviewComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferOverviewComponent, "elder-data-transfer-overview", never, {}, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HttpDataTransferOverviewComponent, "elder-data-transfer-overview", never, {}, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -28,5 +28,5 @@ export declare class DataContextStateIndicatorComponent implements OnInit {
|
|
|
28
28
|
**************************************************************************/
|
|
29
29
|
set dataContext(dataContext: IDataContext<any>);
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataContextStateIndicatorComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataContextStateIndicatorComponent, "elder-data-context-state-indicator", never, { "dataContext": { "alias": "dataContext"; "required": false; }; }, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataContextStateIndicatorComponent, "elder-data-context-state-indicator", never, { "dataContext": { "alias": "dataContext"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
32
|
}
|