@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
|
@@ -1,39 +1,40 @@
|
|
|
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 "
|
|
7
|
-
import * as i6 from "
|
|
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 "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "@angular/
|
|
15
|
-
import * as i14 from "@angular/
|
|
16
|
-
import * as i15 from "@angular/
|
|
17
|
-
import * as i16 from "@
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "
|
|
32
|
-
import * as i31 from "
|
|
33
|
-
import * as i32 from "
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/material/form-field";
|
|
5
|
+
import * as i4 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "@angular/material/select";
|
|
7
|
+
import * as i6 from "@angular/material/dialog";
|
|
8
|
+
import * as i7 from "@angular/material/button";
|
|
9
|
+
import * as i8 from "@angular/material/input";
|
|
10
|
+
import * as i9 from "@angular/material/autocomplete";
|
|
11
|
+
import * as i10 from "@angular/material/toolbar";
|
|
12
|
+
import * as i11 from "@angular/material/progress-bar";
|
|
13
|
+
import * as i12 from "@angular/material/progress-spinner";
|
|
14
|
+
import * as i13 from "@angular/material/chips";
|
|
15
|
+
import * as i14 from "@angular/material/tooltip";
|
|
16
|
+
import * as i15 from "@angular/cdk/drag-drop";
|
|
17
|
+
import * as i16 from "@ngx-translate/core";
|
|
18
|
+
import * as i17 from "../forms/directives/elder-forms-directives.module";
|
|
19
|
+
import * as i18 from "../data-view/table/elder-table.module";
|
|
20
|
+
import * as i19 from "../infinitescroll/elder-infinite-scroll.module";
|
|
21
|
+
import * as i20 from "../input/autocomplete/elder-autocomplete.module";
|
|
22
|
+
import * as i21 from "../../pipes/elder-pipes.module";
|
|
23
|
+
import * as i22 from "../theme/elder-theme.module";
|
|
24
|
+
import * as i23 from "../chips/elder-chips.module";
|
|
25
|
+
import * as i24 from "./single/elder-select/elder-select.component";
|
|
26
|
+
import * as i25 from "./elder-select-value.directive";
|
|
27
|
+
import * as i26 from "./popup/templated-selection-dialog/templated-selection-dialog.component";
|
|
28
|
+
import * as i27 from "./popup/selection-model-popup.directive";
|
|
29
|
+
import * as i28 from "./popup/selection-model-popup-trigger-adapter.directive";
|
|
30
|
+
import * as i29 from "./elder-select-on-tab.directive";
|
|
31
|
+
import * as i30 from "./multi/elder-multi-select-chips/elder-multi-select-chips.component";
|
|
32
|
+
import * as i31 from "./elder-select-chip.directive";
|
|
33
|
+
import * as i32 from "./auto/elder-auto-select-first.directive";
|
|
34
|
+
import * as i33 from "./single/elder-clear-select.directive";
|
|
35
|
+
import * as i34 from "./multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component";
|
|
36
|
+
import * as i35 from "./multi/elder-chip-select-option/elder-select-option.component";
|
|
37
|
+
import * as i36 from "./multi/elder-mutli-select-all-directive";
|
|
37
38
|
export { ElderSelectValueDirective } from './elder-select-value.directive';
|
|
38
39
|
export * from './elder-select-chip.directive';
|
|
39
40
|
export { ElderSelectOnTabDirective } from './elder-select-on-tab.directive';
|
|
@@ -44,11 +45,12 @@ export { ElderSelectionPopupTriggerAdapterDirective } from './popup/selection-mo
|
|
|
44
45
|
export { ElderMultiSelectBase } from './multi/elder-multi-select-base';
|
|
45
46
|
export { ElderMultiSelectChipsComponent } from './multi/elder-multi-select-chips/elder-multi-select-chips.component';
|
|
46
47
|
export { ElderMultiSelectChipOptionsComponent } from './multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component';
|
|
47
|
-
export {
|
|
48
|
+
export { ElderSelectOptionComponent } from './multi/elder-chip-select-option/elder-select-option.component';
|
|
48
49
|
export { ElderAutoSelectFirstDirective } from './auto/elder-auto-select-first.directive';
|
|
49
50
|
export { ElderClearSelectDirective } from './single/elder-clear-select.directive';
|
|
51
|
+
export { ElderMultiSelectAllInitialDirective } from './multi/elder-mutli-select-all-directive';
|
|
50
52
|
export declare class ElderSelectModule {
|
|
51
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectModule, never>;
|
|
52
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderSelectModule, [typeof i1.
|
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderSelectModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatFormFieldModule, typeof i4.MatIconModule, typeof i5.MatSelectModule, typeof i6.MatDialogModule, typeof i7.MatButtonModule, typeof i8.MatInputModule, typeof i9.MatAutocompleteModule, typeof i10.MatToolbarModule, typeof i11.MatProgressBarModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatChipsModule, typeof i14.MatTooltipModule, typeof i15.CdkDropList, typeof i15.CdkDrag, typeof i16.TranslateModule, typeof i17.ElderFormsDirectivesModule, typeof i18.ElderTableModule, typeof i19.ElderInfiniteScrollModule, typeof i20.ElderAutocompleteModule, typeof i21.ElderPipesModule, typeof i22.ElderThemeModule, typeof i23.ElderChipsModule, typeof i1.AsyncPipe, typeof i1.AsyncPipe, typeof i24.ElderSelectComponent, typeof i25.ElderSelectValueDirective, typeof i26.TemplatedSelectionDialogComponent, typeof i27.SelectionModelPopupDirective, typeof i28.ElderSelectionPopupTriggerAdapterDirective, typeof i29.ElderSelectOnTabDirective, typeof i30.ElderMultiSelectChipsComponent, typeof i31.ElderSelectChipDirective, typeof i31.ElderSelectChipAvatarDirective, typeof i32.ElderAutoSelectFirstDirective, typeof i33.ElderClearSelectDirective, typeof i31.ElderSelectCustomInputDirective, typeof i34.ElderMultiSelectChipOptionsComponent, typeof i35.ElderSelectOptionComponent, typeof i36.ElderMultiSelectAllInitialDirective], [typeof i24.ElderSelectComponent, typeof i25.ElderSelectValueDirective, typeof i26.TemplatedSelectionDialogComponent, typeof i27.SelectionModelPopupDirective, typeof i28.ElderSelectionPopupTriggerAdapterDirective, typeof i30.ElderMultiSelectChipsComponent, typeof i31.ElderSelectChipDirective, typeof i31.ElderSelectChipAvatarDirective, typeof i32.ElderAutoSelectFirstDirective, typeof i33.ElderClearSelectDirective, typeof i31.ElderSelectCustomInputDirective, typeof i34.ElderMultiSelectChipOptionsComponent, typeof i35.ElderSelectOptionComponent, typeof i36.ElderMultiSelectAllInitialDirective]>;
|
|
53
55
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderSelectModule>;
|
|
54
56
|
}
|
package/lib/components/select/multi/elder-chip-select-option/elder-select-option.component.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ElderSelectOptionComponent<TEntity> {
|
|
3
|
+
value: TEntity;
|
|
4
|
+
label?: string;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectOptionComponent<any>, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectOptionComponent<any>, "elder-select-option", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from
|
|
1
|
+
import { ElementRef, NgZone } from "@angular/core";
|
|
2
2
|
import { ElderSelectBase } from '../elder-select-base';
|
|
3
3
|
import { IDataContext } from '../../../common/data/data-context/data-context';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -9,7 +9,6 @@ import { IDataContext } from "../../../../common/data/data-context/data-context"
|
|
|
9
9
|
import { SelectOptionChipSpec } from "./select-option-chip-spec";
|
|
10
10
|
import { MatChipListbox, MatChipSelectionChange } from "@angular/material/chips";
|
|
11
11
|
import { BooleanInput } from "@angular/cdk/coercion";
|
|
12
|
-
import { ElderSelectChipOptionComponent } from "../elder-chip-select-option/elder-select-chip-option.component";
|
|
13
12
|
import ChipOptionsProvider, { ChipOptionModel } from "./chip-options-provider";
|
|
14
13
|
import * as i0 from "@angular/core";
|
|
15
14
|
interface TemplateWrapper {
|
|
@@ -28,7 +27,6 @@ export declare class ElderMultiSelectChipOptionsComponent<TId = any, TEntity = a
|
|
|
28
27
|
private readonly context$;
|
|
29
28
|
private readonly chipTemplate$;
|
|
30
29
|
private readonly chipAvatarTemplate$;
|
|
31
|
-
private templateSelectChips$;
|
|
32
30
|
readonly optionsProvider$: Observable<ChipOptionsProvider<TId, TEntity>>;
|
|
33
31
|
readonly selectChips$: Observable<ChipOptionModel<TEntity>[]>;
|
|
34
32
|
defaultChipSpec: SelectOptionChipSpec;
|
|
@@ -56,7 +54,6 @@ export declare class ElderMultiSelectChipOptionsComponent<TId = any, TEntity = a
|
|
|
56
54
|
get chipSpecFn$(): Observable<(e: TEntity) => SelectOptionChipSpec>;
|
|
57
55
|
get multiple(): boolean;
|
|
58
56
|
set chipTemplateQuery(template: TemplateRef<any>);
|
|
59
|
-
set elderOptions(comps: ElderSelectChipOptionComponent<TEntity>[]);
|
|
60
57
|
set chipTemplate(template: TemplateRef<any>);
|
|
61
58
|
get chipTemplate(): TemplateRef<any>;
|
|
62
59
|
set chipAvatarTemplateQuery(template: TemplateRef<any>);
|
|
@@ -95,6 +92,6 @@ export declare class ElderMultiSelectChipOptionsComponent<TId = any, TEntity = a
|
|
|
95
92
|
private extractEntitiesFromTemplateChips;
|
|
96
93
|
private buildEntitiesLabelMap;
|
|
97
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, [null, null, null, null, null, null, { optional: true; self: true; }]>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, "elder-multi-select-chip-options", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipOptionsComponent<any, any, any>, "elder-multi-select-chip-options", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; }, {}, ["chipTemplateQuery", "chipAvatarTemplateQuery"], ["*"], true, never>;
|
|
99
96
|
}
|
|
100
97
|
export {};
|
package/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.d.ts
CHANGED
|
@@ -88,6 +88,6 @@ export declare class ElderMultiSelectChipsComponent<TId = any, TEntity = any, TV
|
|
|
88
88
|
private buildChipModels;
|
|
89
89
|
private buildChipBySpec;
|
|
90
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectChipsComponent<any, any, any>, [null, null, null, null, null, { optional: true; self: true; }]>;
|
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "allowSorting": { "alias": "allowSorting"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; "customInputTemplate": { "alias": "customInputTemplate"; "required": false; }; }, {}, ["_customChipInput", "chipTemplateQuery", "chipAvatarTemplateQuery", "customInputTemplateQuery"], never,
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderMultiSelectChipsComponent<any, any, any>, "elder-multi-select-chips", never, { "defaultChipSpec": { "alias": "defaultChipSpec"; "required": false; }; "chipSpecFn": { "alias": "chipSpecFn"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "allowSorting": { "alias": "allowSorting"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "chipTemplate": { "alias": "chipTemplate"; "required": false; }; "chipAvatarTemplate": { "alias": "chipAvatarTemplate"; "required": false; }; "customInputTemplate": { "alias": "customInputTemplate"; "required": false; }; }, {}, ["_customChipInput", "chipTemplateQuery", "chipAvatarTemplateQuery", "customInputTemplateQuery"], never, true, never>;
|
|
92
92
|
}
|
|
93
93
|
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DestroyRef } from "@angular/core";
|
|
2
|
+
import { ElderMultiSelectChipOptionsComponent } from "./elder-multi-select-chip-options/elder-multi-select-chip-options.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ElderMultiSelectAllInitialDirective<TId, TEntity> {
|
|
5
|
+
select: ElderMultiSelectChipOptionsComponent<TId, TEntity>;
|
|
6
|
+
destroyRef: DestroyRef;
|
|
7
|
+
/***************************************************************************
|
|
8
|
+
* *
|
|
9
|
+
* Constructor *
|
|
10
|
+
* *
|
|
11
|
+
**************************************************************************/
|
|
12
|
+
constructor(select: ElderMultiSelectChipOptionsComponent<TId, TEntity>, destroyRef: DestroyRef);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElderMultiSelectAllInitialDirective<any, any>, [{ optional: true; }, null]>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderMultiSelectAllInitialDirective<any, any>, "[elderMultiSelectAllInitial]", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -38,5 +38,5 @@ export declare class ElderSelectionPopupTriggerAdapterDirective {
|
|
|
38
38
|
**************************************************************************/
|
|
39
39
|
openSelectionPopup(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectionPopupTriggerAdapterDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectionPopupTriggerAdapterDirective, "[elderSelectionPopupTriggerAdapter]", ["elderSelectionPopupTriggerAdapter"], { "keyGetter": { "alias": "keyGetter"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "multiSelectionEnabled": { "alias": "multiSelectionEnabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, ["selectionPopup"], never,
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderSelectionPopupTriggerAdapterDirective, "[elderSelectionPopupTriggerAdapter]", ["elderSelectionPopupTriggerAdapter"], { "keyGetter": { "alias": "keyGetter"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "multiSelectionEnabled": { "alias": "multiSelectionEnabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, ["selectionPopup"], never, true, never>;
|
|
42
42
|
}
|
|
@@ -45,5 +45,5 @@ export declare class SelectionModelPopupDirective {
|
|
|
45
45
|
**************************************************************************/
|
|
46
46
|
private openSelectDialog;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionModelPopupDirective, never>;
|
|
48
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", ["elderSelectionModelPopup"], { "elderSelectionModelPopupTransform": { "alias": "elderSelectionModelPopupTransform"; "required": false; }; }, {}, never, never,
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", ["elderSelectionModelPopup"], { "elderSelectionModelPopupTransform": { "alias": "elderSelectionModelPopupTransform"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -28,5 +28,5 @@ export declare class TemplatedSelectionDialogComponent implements OnInit {
|
|
|
28
28
|
**************************************************************************/
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplatedSelectionDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TemplatedSelectionDialogComponent, "elder-templated-selection-dialog", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -30,5 +30,5 @@ export declare class ElderClearSelectDirective implements OnInit, OnDestroy {
|
|
|
30
30
|
**************************************************************************/
|
|
31
31
|
private clearSelect;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderClearSelectDirective, [{ host: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderClearSelectDirective, "[elderClearSelect]", never, {}, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderClearSelectDirective, "[elderClearSelect]", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -151,6 +151,6 @@ export declare class ElderSelectComponent<TEntity = any, TId = any, TValue = TEn
|
|
|
151
151
|
*/
|
|
152
152
|
protected writeToControl(value: TValue): void;
|
|
153
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSelectComponent<any, any, any>, [null, null, null, null, { optional: true; self: true; }]>;
|
|
154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": { "alias": "nullDisplay"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "entityId": { "alias": "entityId"; "required": false; }; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never,
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSelectComponent<any, any, any>, "elder-select", never, { "nullDisplay": { "alias": "nullDisplay"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "entityId": { "alias": "entityId"; "required": false; }; }, { "entityIdChange": "entityIdChange"; "entityIdUpdated": "entityIdUpdated"; "entityChange": "entityChange"; "entityUpdated": "entityUpdated"; }, never, never, true, never>;
|
|
155
155
|
}
|
|
156
156
|
export {};
|
package/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.d.ts
CHANGED
|
@@ -69,5 +69,5 @@ export declare class ElderChipListSelectComponent {
|
|
|
69
69
|
**************************************************************************/
|
|
70
70
|
private getId;
|
|
71
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipListSelectComponent, [{ optional: true; }]>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, " elder-chip-list-select", never, { "data$": { "alias": "data$"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "data": { "alias": "data"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMultiEnabled": { "alias": "selectionMultiEnabled"; "required": false; }; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never,
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderChipListSelectComponent, " elder-chip-list-select", never, { "data$": { "alias": "data$"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "data": { "alias": "data"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectionMultiEnabled": { "alias": "selectionMultiEnabled"; "required": false; }; }, { "itemClick": "itemClick"; "selectionChange": "selectionChange"; "selectionSingleChange": "selectionSingleChange"; }, never, never, true, never>;
|
|
73
73
|
}
|
|
@@ -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 "./chip-list-select/elder-chip-list-select.component";
|
|
7
7
|
export { ElderChipListSelectComponent } from './chip-list-select/elder-chip-list-select.component';
|
|
8
8
|
export declare class ElderChipListSelectModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderChipListSelectModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipListSelectModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderChipListSelectModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.MatChipsModule, typeof i4.A11yModule, typeof i5.ElderChipListSelectComponent], [typeof i5.ElderChipListSelectComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderChipListSelectModule>;
|
|
12
12
|
}
|
|
@@ -30,5 +30,5 @@ export declare class ElderShellSlotDirective implements OnInit, OnDestroy {
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSlotDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": { "alias": "elderShellSlot"; "required": false; }; "elderShellSlotDefault": { "alias": "elderShellSlotDefault"; "required": false; }; }, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSlotDirective, "[elderShellSlot]", never, { "elderShellSlot": { "alias": "elderShellSlot"; "required": false; }; "elderShellSlotDefault": { "alias": "elderShellSlotDefault"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
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/
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
import * as i3 from "@angular/material/sidenav";
|
|
5
|
+
import * as i4 from "@angular/material/toolbar";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/list";
|
|
8
|
+
import * as i7 from "@angular/material/button";
|
|
9
|
+
import * as i8 from "../navigation/toolbar/elder-toolbar.module";
|
|
10
|
+
import * as i9 from "../panels/elder-panel.module";
|
|
11
|
+
import * as i10 from "../theme/elder-theme.module";
|
|
12
|
+
import * as i11 from "@ngx-translate/core";
|
|
13
|
+
import * as i12 from "./shell/elder-shell.component";
|
|
14
|
+
import * as i13 from "./shell-navigation-toggle/elder-shell-navigation-toggle.component";
|
|
15
|
+
import * as i14 from "./elder-shell-slot.directive";
|
|
16
|
+
import * as i15 from "./header/elder-app-header/elder-app-header.component";
|
|
17
17
|
export * from './shell/elder-shell.component';
|
|
18
18
|
export { ElderShellNavigationToggleComponent } from './shell-navigation-toggle/elder-shell-navigation-toggle.component';
|
|
19
19
|
export { DrawerOutletBinding } from './drawers/drawer-outlet-binding';
|
|
@@ -25,6 +25,6 @@ export { ShellContentSlot } from './shell-content-slot';
|
|
|
25
25
|
export { ElderAppHeaderComponent } from './header/elder-app-header/elder-app-header.component';
|
|
26
26
|
export declare class ElderShellModule {
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderShellModule, [typeof i1.
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderShellModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.MatSidenavModule, typeof i4.MatToolbarModule, typeof i5.MatIconModule, typeof i6.MatListModule, typeof i7.MatButtonModule, typeof i8.ElderToolbarModule, typeof i9.ElderPanelModule, typeof i10.ElderThemeModule, typeof i11.TranslateModule, typeof i12.ElderShellComponent, typeof i12.ElderShellSideLeftDirective, typeof i12.ElderShellSideRightDirective, typeof i12.ElderShellCenterDirective, typeof i13.ElderShellNavigationToggleComponent, typeof i14.ElderShellSlotDirective, typeof i15.ElderAppHeaderComponent], [typeof i12.ElderShellComponent, typeof i12.ElderShellSideLeftDirective, typeof i12.ElderShellSideRightDirective, typeof i12.ElderShellCenterDirective, typeof i13.ElderShellNavigationToggleComponent, typeof i14.ElderShellSlotDirective, typeof i15.ElderAppHeaderComponent]>;
|
|
29
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderShellModule>;
|
|
30
30
|
}
|
|
@@ -39,5 +39,5 @@ export declare class ElderAppHeaderComponent implements OnInit, OnDestroy {
|
|
|
39
39
|
set color(c: ThemePalette);
|
|
40
40
|
set iconColor(c: ThemePalette);
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAppHeaderComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "subTitleLink": { "alias": "subTitleLink"; "required": false; }; "version": { "alias": "version"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"],
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAppHeaderComponent, "elder-app-header", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "subTitleLink": { "alias": "subTitleLink"; "required": false; }; "version": { "alias": "version"; "required": false; }; "color": { "alias": "color"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
43
43
|
}
|
|
@@ -12,21 +12,21 @@ export declare class ElderShellSideLeftDirective {
|
|
|
12
12
|
viewContainer: ViewContainerRef;
|
|
13
13
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideLeftDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideLeftDirective, "[elderShellSideLeft]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
17
17
|
export declare class ElderShellSideRightDirective {
|
|
18
18
|
templateRef: TemplateRef<any>;
|
|
19
19
|
viewContainer: ViewContainerRef;
|
|
20
20
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellSideRightDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight]", never, {}, {}, never, never,
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellSideRightDirective, "[elderShellSideRight]", never, {}, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
24
24
|
export declare class ElderShellCenterDirective {
|
|
25
25
|
templateRef: TemplateRef<any>;
|
|
26
26
|
viewContainer: ViewContainerRef;
|
|
27
27
|
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellCenterDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter]", never, {}, {}, never, never,
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderShellCenterDirective, "[elderShellCenter]", never, {}, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
31
31
|
export declare class ElderShellComponent implements OnInit, OnDestroy {
|
|
32
32
|
private shellService;
|
|
@@ -97,5 +97,5 @@ export declare class ElderShellComponent implements OnInit, OnDestroy {
|
|
|
97
97
|
private isContained;
|
|
98
98
|
private checkSoon;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell", never, { "sideNavToggleEnabled": { "alias": "sideNavToggleEnabled"; "required": false; }; "leftSideAutoFocus": { "alias": "leftSideAutoFocus"; "required": false; }; "rightSideAutoFocus": { "alias": "rightSideAutoFocus"; "required": false; }; "color": { "alias": "color"; "required": false; }; "menuColor": { "alias": "menuColor"; "required": false; }; "menuIconColor": { "alias": "menuIconColor"; "required": false; }; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never,
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellComponent, "elder-shell", never, { "sideNavToggleEnabled": { "alias": "sideNavToggleEnabled"; "required": false; }; "leftSideAutoFocus": { "alias": "leftSideAutoFocus"; "required": false; }; "rightSideAutoFocus": { "alias": "rightSideAutoFocus"; "required": false; }; "color": { "alias": "color"; "required": false; }; "menuColor": { "alias": "menuColor"; "required": false; }; "menuIconColor": { "alias": "menuIconColor"; "required": false; }; }, {}, ["sideContentLeft", "sideContentRight", "centerContent"], never, true, never>;
|
|
101
101
|
}
|
package/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.d.ts
CHANGED
|
@@ -62,5 +62,5 @@ export declare class ElderShellNavigationToggleComponent implements OnInit, OnDe
|
|
|
62
62
|
private findRoot;
|
|
63
63
|
private parent;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderShellNavigationToggleComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": { "alias": "roots"; "required": false; }; "hide": { "alias": "hide"; "required": false; }; }, {}, never, never,
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderShellNavigationToggleComponent, "elder-shell-nav-toggle", never, { "roots": { "alias": "roots"; "required": false; }; "hide": { "alias": "hide"; "required": false; }; }, {}, never, never, true, never>;
|
|
66
66
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ElderTabDirective {
|
|
|
15
15
|
**************************************************************************/
|
|
16
16
|
constructor(tab: MatTab);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": { "alias": "elderTab"; "required": false; }; }, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabDirective, "[elderTab]", never, { "id": { "alias": "elderTab"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -96,5 +96,5 @@ export declare class ElderTabGroupRoutingDirective implements AfterViewInit, OnD
|
|
|
96
96
|
private parseIndexMarker;
|
|
97
97
|
private serializeIndexMarker;
|
|
98
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabGroupRoutingDirective, never>;
|
|
99
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": { "alias": "elderTabGroupRouting"; "required": false; }; }, {}, ["tabs", "elderTabs"], never,
|
|
99
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTabGroupRoutingDirective, "[elderTabGroupRouting]", ["elderTabGroupRouting"], { "tabGroupQueryParamKey": { "alias": "elderTabGroupRouting"; "required": false; }; }, {}, ["tabs", "elderTabs"], never, true, never>;
|
|
100
100
|
}
|
|
@@ -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 "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/core";
|
|
4
|
+
import * as i3 from "./elder-tab/elder-tab.directive";
|
|
5
|
+
import * as i4 from "./elder-tab-group-routing/elder-tab-group-routing.directive";
|
|
6
6
|
export * from './elder-tab/elder-tab.directive';
|
|
7
7
|
export * from './elder-tab-group-routing/elder-tab-group-routing.directive';
|
|
8
8
|
export declare class ElderTabModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTabModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTabModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderTabModule, never, [typeof i1.CommonModule, typeof i2.MatCommonModule, typeof i3.ElderTabDirective, typeof i4.ElderTabGroupRoutingDirective], [typeof i3.ElderTabDirective, typeof i4.ElderTabGroupRoutingDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderTabModule>;
|
|
12
12
|
}
|
|
@@ -32,5 +32,5 @@ export declare class ElderThemeApplierDirective implements OnInit, OnDestroy {
|
|
|
32
32
|
**************************************************************************/
|
|
33
33
|
private activateTheme;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeApplierDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeApplierDirective, "[elderThemeApplier]", never, {}, {}, never, never,
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeApplierDirective, "[elderThemeApplier]", never, {}, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -34,6 +34,6 @@ export declare class ElderThemeToggleComponent {
|
|
|
34
34
|
**************************************************************************/
|
|
35
35
|
private decideToggleTheme;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeToggleComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderThemeToggleComponent, "elder-theme-toggle", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderThemeToggleComponent, "elder-theme-toggle", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
39
39
|
export {};
|
|
@@ -34,5 +34,5 @@ export declare class ElderThemeDirective implements OnInit, OnDestroy {
|
|
|
34
34
|
**************************************************************************/
|
|
35
35
|
private applyTheme;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeDirective, [{ optional: true; host: true; }, null]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeDirective, "[elderTheme]", never, {}, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderThemeDirective, "[elderTheme]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ElderThemePreferenceService } from './elder-theme-preference.service';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "
|
|
6
|
-
import * as i4 from "@angular/
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/material/slide-toggle";
|
|
5
|
+
import * as i3 from "@angular/material/icon";
|
|
6
|
+
import * as i4 from "@angular/forms";
|
|
7
|
+
import * as i5 from "./elder-theme-applier.directive";
|
|
8
|
+
import * as i6 from "./elder-theme-toggle/elder-theme-toggle.component";
|
|
9
|
+
import * as i7 from "./elder-theme.directive";
|
|
10
10
|
export { ThemeSpec } from './theme-spec';
|
|
11
11
|
export { KnownElderThemes } from './known-elder-themes';
|
|
12
12
|
export { ElderThemeService } from './elder-theme.service';
|
|
@@ -17,6 +17,6 @@ export { ElderThemeDirective } from './elder-theme.directive';
|
|
|
17
17
|
export declare function themeInit(thpref: ElderThemePreferenceService): () => void;
|
|
18
18
|
export declare class ElderThemeModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderThemeModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderThemeModule, [typeof i1.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderThemeModule, never, [typeof i1.CommonModule, typeof i2.MatSlideToggleModule, typeof i3.MatIconModule, typeof i4.FormsModule, typeof i5.ElderThemeApplierDirective, typeof i6.ElderThemeToggleComponent, typeof i7.ElderThemeDirective], [typeof i5.ElderThemeApplierDirective, typeof i6.ElderThemeToggleComponent, typeof i7.ElderThemeDirective]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderThemeModule>;
|
|
22
22
|
}
|
package/lib/components/time/duration/elder-duration-input/elder-duration-input.component.d.ts
CHANGED
|
@@ -54,6 +54,6 @@ export declare class ElderDurationInputComponent extends ElderFormFieldControlBa
|
|
|
54
54
|
onBucketChanged(bucket: DurationBucket): void;
|
|
55
55
|
protected valuesEquals(a: Duration, b: Duration): boolean;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDurationInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "durationFormat": { "alias": "durationFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never,
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDurationInputComponent, "elder-duration-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "durationFormat": { "alias": "durationFormat"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
|
|
58
58
|
}
|
|
59
59
|
export {};
|
|
@@ -50,5 +50,5 @@ export declare class ElderDateSwitcherComponent extends FormFieldBaseComponent<L
|
|
|
50
50
|
**************************************************************************/
|
|
51
51
|
protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateSwitcherComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher", never, { "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never,
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateSwitcherComponent, "elder-date-switcher", never, { "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
|
|
54
54
|
}
|
|
@@ -49,5 +49,5 @@ export declare class ElderDateTimeInputComponent extends ElderFormFieldControlBa
|
|
|
49
49
|
**************************************************************************/
|
|
50
50
|
protected valuesEquals(a: Instant, b: Instant): boolean;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDateTimeInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "center": { "alias": "center"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never,
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDateTimeInputComponent, "elder-date-time-input", never, { "center": { "alias": "center"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
|
|
53
53
|
}
|
|
@@ -89,5 +89,5 @@ export declare class ElderIntervalInputComponent extends ElderFormFieldControlBa
|
|
|
89
89
|
private toLocalDate;
|
|
90
90
|
private mapIgnoreErrorObservable;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderIntervalInputComponent, [null, null, null, null, { optional: true; self: true; }, null, null]>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "zone": { "alias": "zone"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never,
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderIntervalInputComponent, "elder-interval-input", never, { "zone": { "alias": "zone"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
|
|
93
93
|
}
|
|
@@ -97,5 +97,5 @@ export declare class ElderLocalDateInputComponent extends ElderFormFieldControlB
|
|
|
97
97
|
private setDateInternally;
|
|
98
98
|
protected valuesEquals(a: LocalDate, b: LocalDate): boolean;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalDateInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": { "alias": "zone"; "required": false; }; "autoDatePicker": { "alias": "autoDatePicker"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "today": { "alias": "today"; "required": false; }; "center": { "alias": "center"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; "dateValue": { "alias": "dateValue"; "required": false; }; "isoDateValue": { "alias": "isoDateValue"; "required": false; }; }, { "blurred": "blurred"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never,
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalDateInputComponent, "elder-local-date-input", never, { "zone": { "alias": "zone"; "required": false; }; "autoDatePicker": { "alias": "autoDatePicker"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "today": { "alias": "today"; "required": false; }; "center": { "alias": "center"; "required": false; }; "datePickerTouchUi": { "alias": "datePickerTouchUi"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "datePickerEnabled": { "alias": "datePickerEnabled"; "required": false; }; "isoValue": { "alias": "isoValue"; "required": false; }; "dateValue": { "alias": "dateValue"; "required": false; }; "isoDateValue": { "alias": "isoDateValue"; "required": false; }; }, { "blurred": "blurred"; "valueUpdatedBlur": "valueUpdatedBlur"; "isoValueChange": "isoValueChange"; "dateValueChange": "dateValueChange"; "isoDateValueChange": "isoDateValueChange"; }, never, never, true, never>;
|
|
101
101
|
}
|
|
@@ -45,5 +45,5 @@ export declare class ElderLocalTimeInputComponent extends ElderFormFieldControlB
|
|
|
45
45
|
**************************************************************************/
|
|
46
46
|
protected valuesEquals(a: LocalTime, b: LocalTime): boolean;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalTimeInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalTimeInputComponent, "elder-local-time-input", never, { "isoValue": { "alias": "isoValue"; "required": false; }; }, { "isoValueChange": "isoValueChange"; }, never, never, true, never>;
|
|
49
49
|
}
|