@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
|
@@ -70,5 +70,5 @@ export declare class ElderSearchBoxComponent implements OnDestroy, AfterContentI
|
|
|
70
70
|
*/
|
|
71
71
|
clearSearch(event: any): void;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchBoxComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchBoxComponent, "elder-search-box", ["elderSearchBox"], { "autoPanel": { "alias": "autoPanel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "queryKey": { "alias": "queryKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, {}, ["advancedSearch"], ["elder-search-panel"],
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchBoxComponent, "elder-search-box", ["elderSearchBox"], { "autoPanel": { "alias": "autoPanel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "queryKey": { "alias": "queryKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; }, {}, ["advancedSearch"], ["elder-search-panel"], true, never>;
|
|
74
74
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ElderSearchPanelComponent {
|
|
3
3
|
constructor();
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderSearchPanelComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchPanelComponent, "elder-search-panel", never, {}, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderSearchPanelComponent, "elder-search-panel", never, {}, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ElderGlobalSearchComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
private convertToSort;
|
|
36
36
|
private get keywordsValue();
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderGlobalSearchComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderGlobalSearchComponent, "elder-global-search", never, { "hideWhenDisabled": { "alias": "hideWhenDisabled"; "required": false; }; "searchCollapsed": { "alias": "searchCollapsed"; "required": false; }; }, { "searchCollapsedChange": "searchCollapsedChange"; }, never, never,
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderGlobalSearchComponent, "elder-global-search", never, { "hideWhenDisabled": { "alias": "hideWhenDisabled"; "required": false; }; "searchCollapsed": { "alias": "searchCollapsed"; "required": false; }; }, { "searchCollapsedChange": "searchCollapsedChange"; }, never, never, true, never>;
|
|
39
39
|
}
|
|
@@ -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 "@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 "@angular/material/icon";
|
|
4
|
+
import * as i3 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/material/menu";
|
|
7
|
+
import * as i6 from "@ngx-translate/core";
|
|
8
|
+
import * as i7 from "./elder-global-search.component";
|
|
9
9
|
export * from './elder-global-search.component';
|
|
10
10
|
export * from './elder-global-search.service';
|
|
11
11
|
/**
|
|
@@ -13,6 +13,6 @@ export * from './elder-global-search.service';
|
|
|
13
13
|
*/
|
|
14
14
|
export declare class ElderGlobalSearchModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderGlobalSearchModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderGlobalSearchModule, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderGlobalSearchModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.MatInputModule, typeof i4.MatButtonModule, typeof i5.MatMenuModule, typeof i6.TranslateModule, typeof i7.ElderGlobalSearchComponent], [typeof i7.ElderGlobalSearchComponent]>;
|
|
17
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderGlobalSearchModule>;
|
|
18
18
|
}
|
|
@@ -43,5 +43,5 @@ export declare class ElderProgressBarComponent {
|
|
|
43
43
|
private setSingleBarValue;
|
|
44
44
|
private checkAndAdjustPercentages;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderProgressBarComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderProgressBarComponent, "elder-progress-bar", never, { "minHeight": { "alias": "minHeight"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; "barBackgroundColor": { "alias": "barBackgroundColor"; "required": false; }; "value": { "alias": "value"; "required": false; }; "bars": { "alias": "bars"; "required": false; }; }, {}, never, never,
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderProgressBarComponent, "elder-progress-bar", never, { "minHeight": { "alias": "minHeight"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; "barBackgroundColor": { "alias": "barBackgroundColor"; "required": false; }; "value": { "alias": "value"; "required": false; }; "bars": { "alias": "bars"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
47
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
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-progress-bar.component";
|
|
4
4
|
export * from './elder-progress-bar.component';
|
|
5
5
|
export * from './sub-bar';
|
|
6
6
|
export declare class ElderProgressBarModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderProgressBarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderProgressBarModule, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderProgressBarModule, never, [typeof i1.CommonModule, typeof i2.ElderProgressBarComponent], [typeof i2.ElderProgressBarComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderProgressBarModule>;
|
|
10
10
|
}
|
|
@@ -21,5 +21,5 @@ export declare class ElderHeaderComponent implements OnInit {
|
|
|
21
21
|
**************************************************************************/
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderHeaderComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderHeaderComponent, "elder-header", never, { "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; }, {}, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderHeaderComponent, "elder-header", never, { "header": { "alias": "header"; "required": false; }; "subheader": { "alias": "subheader"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -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 "@
|
|
5
|
-
import * as i4 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 "./elder-header/elder-header.component";
|
|
6
6
|
export * from './elder-header/elder-header.component';
|
|
7
7
|
export declare class ElderHeaderModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderHeaderModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderHeaderModule, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderHeaderModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.TranslateModule, typeof i4.ElderHeaderComponent], [typeof i4.ElderHeaderComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderHeaderModule>;
|
|
11
11
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
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 "@angular/
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "@angular/material/
|
|
12
|
-
import * as i11 from "@angular/material/
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@angular/
|
|
15
|
-
import * as i14 from "../../
|
|
16
|
-
import * as i15 from "@angular/material/
|
|
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 "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/material/table";
|
|
4
|
+
import * as i3 from "@angular/material/sort";
|
|
5
|
+
import * as i4 from "@angular/material/input";
|
|
6
|
+
import * as i5 from "@ngx-translate/core";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "../../data-view/table/elder-table.module";
|
|
9
|
+
import * as i8 from "@angular/material/chips";
|
|
10
|
+
import * as i9 from "../../cards/elder-card/elder-card.module";
|
|
11
|
+
import * as i10 from "@angular/material/dialog";
|
|
12
|
+
import * as i11 from "@angular/material/button";
|
|
13
|
+
import * as i12 from "@angular/cdk/a11y";
|
|
14
|
+
import * as i13 from "@angular/material/icon";
|
|
15
|
+
import * as i14 from "../../forms/elder-forms.module";
|
|
16
|
+
import * as i15 from "@angular/material/toolbar";
|
|
17
|
+
import * as i16 from "../../theme/elder-theme.module";
|
|
18
|
+
import * as i17 from "./elder-localized-text-column.directive";
|
|
19
|
+
import * as i18 from "./elder-localized-texts.directive";
|
|
20
|
+
import * as i19 from "./elder-localized-input-table/elder-localized-input-table.component";
|
|
21
|
+
import * as i20 from "./elder-localized-input-dialog/elder-localized-input-dialog.component";
|
|
22
|
+
import * as i21 from "./elder-localized-input/elder-localized-input.component";
|
|
23
|
+
import * as i22 from "./picker/i18n-pick.pipe";
|
|
24
|
+
import * as i23 from "./picker/i18n-pick-async.pipe";
|
|
25
25
|
export * from './elder-localized-text-column.directive';
|
|
26
26
|
export * from './elder-localized-texts.directive';
|
|
27
27
|
export * from './elder-localized-input-table/elder-localized-input-table.component';
|
|
@@ -33,6 +33,6 @@ export * from './picker/i18n-pick.pipe';
|
|
|
33
33
|
export * from './picker/i18n-pick-async.pipe';
|
|
34
34
|
export declare class ElderI18nEntitiesModule {
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderI18nEntitiesModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderI18nEntitiesModule, [typeof i1.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderI18nEntitiesModule, never, [typeof i1.CommonModule, typeof i2.MatTableModule, typeof i3.MatSortModule, typeof i4.MatInputModule, typeof i5.TranslateModule, typeof i6.FormsModule, typeof i7.ElderTableModule, typeof i8.MatChipsModule, typeof i9.ElderCardModule, typeof i10.MatDialogModule, typeof i11.MatButtonModule, typeof i12.A11yModule, typeof i13.MatIconModule, typeof i14.ElderFormsModule, typeof i15.MatToolbarModule, typeof i16.ElderThemeModule, typeof i17.ElderLocalizedTextColumnDirective, typeof i18.ElderLocalizedTextsDirective, typeof i19.ElderLocalizedInputTableComponent, typeof i20.ElderLocalizedInputDialogComponent, typeof i21.ElderLocalizedInputComponent, typeof i22.I18nPickPipe, typeof i23.I18nPickAsyncPipe], [typeof i17.ElderLocalizedTextColumnDirective, typeof i18.ElderLocalizedTextsDirective, typeof i19.ElderLocalizedInputTableComponent, typeof i20.ElderLocalizedInputDialogComponent, typeof i21.ElderLocalizedInputComponent, typeof i22.I18nPickPipe, typeof i23.I18nPickAsyncPipe]>;
|
|
37
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderI18nEntitiesModule>;
|
|
38
38
|
}
|
package/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.d.ts
CHANGED
|
@@ -61,5 +61,5 @@ export declare class ElderLocalizedInputComponent<T extends Localized = Localize
|
|
|
61
61
|
private displayTextField;
|
|
62
62
|
private toHintText;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputComponent<any>, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputComponent<any>, "elder-localized-input", never, { "textColumns": { "alias": "textColumns"; "required": false; }; "translatedValue": { "alias": "translatedValue"; "required": false; }; }, { "translatedValueChange": "translatedValueChange"; }, ["textColumnsQuery"], never,
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputComponent<any>, "elder-localized-input", never, { "textColumns": { "alias": "textColumns"; "required": false; }; "translatedValue": { "alias": "translatedValue"; "required": false; }; }, { "translatedValueChange": "translatedValueChange"; }, ["textColumnsQuery"], never, true, never>;
|
|
65
65
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ElderLocalizedInputDialogComponent implements OnInit {
|
|
|
18
18
|
constructor(dialogRef: MatDialogRef<ElderLocalizedInputDialogComponent>, data: ElderLocalizedInputOptions);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputDialogComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputDialogComponent, "elder-localized-input-dialog", never, {}, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputDialogComponent, "elder-localized-input-dialog", never, {}, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -63,5 +63,5 @@ export declare class ElderLocalizedInputTableComponent<T extends Localized> exte
|
|
|
63
63
|
**************************************************************************/
|
|
64
64
|
private ensureDesiredTagsPresent;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedInputTableComponent<any>, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputTableComponent<any>, "elder-localized-input-table", never, { "dense": { "alias": "dense"; "required": false; }; "float": { "alias": "float"; "required": false; }; "embedded": { "alias": "embedded"; "required": false; }; "textColumns": { "alias": "textColumns"; "required": false; }; "defaultLanguageTags": { "alias": "defaultLanguageTags"; "required": false; }; }, {}, ["textColumnsQuery"], never,
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLocalizedInputTableComponent<any>, "elder-localized-input-table", never, { "dense": { "alias": "dense"; "required": false; }; "float": { "alias": "float"; "required": false; }; "embedded": { "alias": "embedded"; "required": false; }; "textColumns": { "alias": "textColumns"; "required": false; }; "defaultLanguageTags": { "alias": "defaultLanguageTags"; "required": false; }; }, {}, ["textColumnsQuery"], never, true, never>;
|
|
67
67
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ElderLocalizedTextColumnDirective {
|
|
|
13
13
|
required: boolean;
|
|
14
14
|
constructor();
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedTextColumnDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextColumnDirective, "elder-localized-text-column", never, { "name": { "alias": "name"; "required": false; }; "title": { "alias": "title"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextColumnDirective, "elder-localized-text-column", never, { "name": { "alias": "name"; "required": false; }; "title": { "alias": "title"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ElderLocalizedTextsDirective implements AfterViewInit, OnDe
|
|
|
33
33
|
ngAfterViewInit(): void;
|
|
34
34
|
ngOnDestroy(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLocalizedTextsDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextsDirective, "[elderElderLocalizedTexts]", never, {}, {}, ["textColumnsQuery"], never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderLocalizedTextsDirective, "[elderElderLocalizedTexts]", never, {}, {}, ["textColumnsQuery"], never, true, never>;
|
|
37
37
|
}
|
|
@@ -19,5 +19,5 @@ export declare class I18nPickAsyncPipe implements PipeTransform {
|
|
|
19
19
|
**************************************************************************/
|
|
20
20
|
transform(choices: Localized[], field?: string, desiredTag?: LanguageTag): Observable<string>;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPickAsyncPipe, never>;
|
|
22
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickAsyncPipe, "i18nPick$",
|
|
22
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickAsyncPipe, "i18nPick$", true>;
|
|
23
23
|
}
|
|
@@ -18,5 +18,5 @@ export declare class I18nPickPipe implements PipeTransform {
|
|
|
18
18
|
**************************************************************************/
|
|
19
19
|
transform(choices: Localized[], field?: string, desiredTag?: LanguageTag): string;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPickPipe, never>;
|
|
21
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickPipe, "i18nPick",
|
|
21
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPickPipe, "i18nPick", true>;
|
|
22
22
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { ElderLanguageConfig } from './elder-language-config';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "
|
|
5
|
-
import * as i2 from "@
|
|
6
|
-
import * as i3 from "@ngx-
|
|
7
|
-
import * as i4 from "@
|
|
8
|
-
import * as i5 from "@angular/material/
|
|
9
|
-
import * as i6 from "@angular/material/
|
|
10
|
-
import * as i7 from "@angular/material/
|
|
11
|
-
import * as i8 from "@angular/
|
|
12
|
-
import * as i9 from "
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@ngx-translate/core";
|
|
6
|
+
import * as i3 from "@elderbyte/ngx-simple-webstorage";
|
|
7
|
+
import * as i4 from "@angular/material/select";
|
|
8
|
+
import * as i5 from "@angular/material/icon";
|
|
9
|
+
import * as i6 from "@angular/material/button";
|
|
10
|
+
import * as i7 from "@angular/material/menu";
|
|
11
|
+
import * as i8 from "@angular/forms";
|
|
12
|
+
import * as i9 from "./language-switcher/elder-language-switcher.component";
|
|
13
13
|
export * from './elder-language.service';
|
|
14
14
|
export * from './language-switcher/elder-language-switcher.component';
|
|
15
15
|
export * from './elder-language-interceptor';
|
|
@@ -21,6 +21,6 @@ export * from './elder-language-config';
|
|
|
21
21
|
export declare class ElderLanguageModule {
|
|
22
22
|
static forRoot(config?: ElderLanguageConfig): ModuleWithProviders<ElderLanguageModule>;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLanguageModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderLanguageModule, [typeof i1.
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderLanguageModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule, typeof i3.SimpleWebStorageModule, typeof i4.MatSelectModule, typeof i5.MatIconModule, typeof i6.MatButtonModule, typeof i7.MatMenuModule, typeof i8.FormsModule, typeof i9.ElderLanguageSwitcherComponent], [typeof i9.ElderLanguageSwitcherComponent]>;
|
|
25
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderLanguageModule>;
|
|
26
26
|
}
|
package/lib/components/i18n/language/language-switcher/elder-language-switcher.component.d.ts
CHANGED
|
@@ -33,5 +33,5 @@ export declare class ElderLanguageSwitcherComponent implements OnInit {
|
|
|
33
33
|
**************************************************************************/
|
|
34
34
|
isLanguageActive(lang: string): boolean;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLanguageSwitcherComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLanguageSwitcherComponent, "elder-language-switcher", never, { "slimMode": { "alias": "slimMode"; "required": false; }; }, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLanguageSwitcherComponent, "elder-language-switcher", never, { "slimMode": { "alias": "slimMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -64,5 +64,5 @@ export declare class DataViewIframeComponent implements OnInit, OnDestroy, After
|
|
|
64
64
|
private setupDataViewOptionsBridge;
|
|
65
65
|
private buildDataViewInitMessage;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataViewIframeComponent, [{ optional: true; }, { optional: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewIframeComponent, "elder-data-view-iframe", never, { "srcUrl": { "alias": "srcUrl"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "dataViewOptions": { "alias": "dataViewOptions"; "required": false; }; }, {}, never, never,
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewIframeComponent, "elder-data-view-iframe", never, { "srcUrl": { "alias": "srcUrl"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "dataViewOptions": { "alias": "dataViewOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
68
68
|
}
|
|
@@ -58,5 +58,5 @@ export declare class DataViewIframeAdapterDirective implements OnInit, OnDestroy
|
|
|
58
58
|
private propagateSelectionToParent;
|
|
59
59
|
private buildSelectionMessage;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataViewIframeAdapterDirective, never>;
|
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DataViewIframeAdapterDirective, "[elderDataViewIframeAdapter]", never, {}, {}, never, never,
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataViewIframeAdapterDirective, "[elderDataViewIframeAdapter]", never, {}, {}, never, never, true, never>;
|
|
62
62
|
}
|
|
@@ -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 "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@angular/
|
|
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/forms";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "@angular/material/icon";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "../../pipes/elder-pipes.module";
|
|
9
|
+
import * as i8 from "@angular/material/toolbar";
|
|
10
|
+
import * as i9 from "../theme/elder-theme.module";
|
|
11
|
+
import * as i10 from "./iframe-host/iframe-host.component";
|
|
12
|
+
import * as i11 from "./iframe-dialog/iframe-dialog.component";
|
|
13
|
+
import * as i12 from "./iframe-side-content/iframe-side-content.component";
|
|
14
|
+
import * as i13 from "./iframe-close.directive";
|
|
15
|
+
import * as i14 from "./data-view/data-view-iframe/data-view-iframe.component";
|
|
16
|
+
import * as i15 from "./data-view/data-view-iframe-adapter.directive";
|
|
17
17
|
export * from './iframe.service';
|
|
18
18
|
export * from './iframe-close.directive';
|
|
19
19
|
export * from './iframe-host/iframe-host.component';
|
|
@@ -24,6 +24,6 @@ export * from './data-view/data-view-iframe/data-view-iframe.component';
|
|
|
24
24
|
export * from './data-view/data-view-iframe-adapter.directive';
|
|
25
25
|
export declare class ElderIFrameModule {
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderIFrameModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderIFrameModule, [typeof i1.
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderIFrameModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FormsModule, typeof i4.TranslateModule, typeof i5.MatIconModule, typeof i6.MatButtonModule, typeof i7.ElderPipesModule, typeof i8.MatToolbarModule, typeof i9.ElderThemeModule, typeof i10.IframeHostComponent, typeof i11.IframeDialogComponent, typeof i12.IframeSideContentComponent, typeof i13.IframeCloseDirective, typeof i14.DataViewIframeComponent, typeof i15.DataViewIframeAdapterDirective], [typeof i10.IframeHostComponent, typeof i11.IframeDialogComponent, typeof i12.IframeSideContentComponent, typeof i13.IframeCloseDirective, typeof i14.DataViewIframeComponent, typeof i15.DataViewIframeAdapterDirective]>;
|
|
28
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderIFrameModule>;
|
|
29
29
|
}
|
|
@@ -20,5 +20,5 @@ export declare class IframeCloseDirective {
|
|
|
20
20
|
constructor(iframeService: IframeService);
|
|
21
21
|
onClick(event: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeCloseDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IframeCloseDirective, "[elderIframeClose]", ["elderIframeClose"], { "iframeResult": { "alias": "elderIframeClose"; "required": false; }; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IframeCloseDirective, "[elderIframeClose]", ["elderIframeClose"], { "iframeResult": { "alias": "elderIframeClose"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -32,5 +32,5 @@ export declare class IframeDialogComponent implements OnInit {
|
|
|
32
32
|
**************************************************************************/
|
|
33
33
|
close(data?: any): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeDialogComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeDialogComponent, "elder-i-frame-dialog", never, {}, {}, never, never,
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeDialogComponent, "elder-i-frame-dialog", never, {}, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -89,5 +89,5 @@ export declare class IframeHostComponent implements OnInit {
|
|
|
89
89
|
**************************************************************************/
|
|
90
90
|
private handleMessageFromChild;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeHostComponent, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": { "alias": "iframeParams"; "required": false; }; }, { "message": "message"; "close": "close"; }, never, never,
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": { "alias": "iframeParams"; "required": false; }; }, { "message": "message"; "close": "close"; }, never, never, true, never>;
|
|
93
93
|
}
|
|
@@ -44,5 +44,5 @@ export declare class IframeSideContentComponent implements OnInit, OnDestroy {
|
|
|
44
44
|
**************************************************************************/
|
|
45
45
|
private removeQueryParams;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeSideContentComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSideContentComponent, "elder-i-frame-side-host", never, {}, {}, never, never,
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSideContentComponent, "elder-i-frame-side-host", never, {}, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ElderInfiniteAutocompleteDirective implements OnInit, OnDes
|
|
|
26
26
|
ngOnInit(): void;
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteAutocompleteDirective, [{ host: true; }, { host: true; }]>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteAutocompleteDirective, "mat-autocomplete[elderElderInfiniteAutocomplete]", never, {}, {}, never, never,
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteAutocompleteDirective, "mat-autocomplete[elderElderInfiniteAutocomplete]", never, {}, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
@@ -59,5 +59,5 @@ export declare class ElderInfiniteScrollDirective implements OnInit, OnDestroy {
|
|
|
59
59
|
*/
|
|
60
60
|
private scroll;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteScrollDirective, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollDirective, "[elderInfiniteScroll]", never, { "listenToHost": { "alias": "listenToHost"; "required": false; }; "eventThrottle": { "alias": "eventThrottle"; "required": false; }; "offsetFactor": { "alias": "offsetFactor"; "required": false; }; "ignoreScrollEvent": { "alias": "ignoreScrollEvent"; "required": false; }; "containerId": { "alias": "containerId"; "required": false; }; "scrollContainer": { "alias": "scrollContainer"; "required": false; }; }, { "closeToEnd": "closeToEnd"; "scrolling": "scrolling"; }, never, never,
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInfiniteScrollDirective, "[elderInfiniteScroll]", never, { "listenToHost": { "alias": "listenToHost"; "required": false; }; "eventThrottle": { "alias": "eventThrottle"; "required": false; }; "offsetFactor": { "alias": "offsetFactor"; "required": false; }; "ignoreScrollEvent": { "alias": "ignoreScrollEvent"; "required": false; }; "containerId": { "alias": "containerId"; "required": false; }; "scrollContainer": { "alias": "scrollContainer"; "required": false; }; }, { "closeToEnd": "closeToEnd"; "scrolling": "scrolling"; }, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./elder-infinite-
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./elder-infinite-scroll.directive";
|
|
4
|
+
import * as i3 from "./elder-infinite-autocomplete.directive";
|
|
5
5
|
export { ElderInfiniteScrollDirective } from './elder-infinite-scroll.directive';
|
|
6
6
|
export { ElderInfiniteAutocompleteDirective } from './elder-infinite-autocomplete.directive';
|
|
7
7
|
export declare class ElderInfiniteScrollModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderInfiniteScrollModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderInfiniteScrollModule, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderInfiniteScrollModule, never, [typeof i1.CommonModule, typeof i2.ElderInfiniteScrollDirective, typeof i3.ElderInfiniteAutocompleteDirective], [typeof i2.ElderInfiniteScrollDirective, typeof i3.ElderInfiniteAutocompleteDirective]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderInfiniteScrollModule>;
|
|
11
11
|
}
|
package/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.d.ts
CHANGED
|
@@ -82,6 +82,6 @@ export declare class ElderAutocompleteComponent<T = any, TId = any> {
|
|
|
82
82
|
*/
|
|
83
83
|
private propertyStringValue;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteComponent<any, any>, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAutocompleteComponent<any, any>, "elder-autocomplete", ["elderAutocomplete"], { "isOptionDisabledFn": { "alias": "isOptionDisabledFn"; "required": false; }; "isOptionHiddenFn": { "alias": "isOptionHiddenFn"; "required": false; }; "optionValueConverterFn": { "alias": "optionValueConverterFn"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "valueTemplate": { "alias": "valueTemplate"; "required": false; }; "dataContext": { "alias": "dataContext"; "required": false; }; "displayPropertyResolver": { "alias": "displayPropertyResolver"; "required": false; }; }, { "optionSelected": "optionSelected"; }, ["valueTemplateQuery"], never,
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderAutocompleteComponent<any, any>, "elder-autocomplete", ["elderAutocomplete"], { "isOptionDisabledFn": { "alias": "isOptionDisabledFn"; "required": false; }; "isOptionHiddenFn": { "alias": "isOptionHiddenFn"; "required": false; }; "optionValueConverterFn": { "alias": "optionValueConverterFn"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "valueTemplate": { "alias": "valueTemplate"; "required": false; }; "dataContext": { "alias": "dataContext"; "required": false; }; "displayPropertyResolver": { "alias": "displayPropertyResolver"; "required": false; }; }, { "optionSelected": "optionSelected"; }, ["valueTemplateQuery"], never, true, never>;
|
|
86
86
|
}
|
|
87
87
|
export {};
|
|
@@ -74,5 +74,5 @@ export declare class ElderAutocompleteManyDirective<T> implements OnInit, OnDest
|
|
|
74
74
|
private resolveSuggestionText;
|
|
75
75
|
private onOptionSelected;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteManyDirective<any>, never>;
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteManyDirective<any>, "[elderAutocompleteMany]", never, { "queryFilter": { "alias": "queryFilter"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "textProperty": { "alias": "textProperty"; "required": false; }; "textPropertyResolverFn": { "alias": "textPropertyResolverFn"; "required": false; }; "autocomplete": { "alias": "elderAutocompleteMany"; "required": false; }; }, {}, never, never,
|
|
77
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteManyDirective<any>, "[elderAutocompleteMany]", never, { "queryFilter": { "alias": "queryFilter"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "textProperty": { "alias": "textProperty"; "required": false; }; "textPropertyResolverFn": { "alias": "textPropertyResolverFn"; "required": false; }; "autocomplete": { "alias": "elderAutocompleteMany"; "required": false; }; }, {}, never, never, true, never>;
|
|
78
78
|
}
|
|
@@ -56,5 +56,5 @@ export declare class ElderAutocompleteDirective implements OnInit, OnDestroy {
|
|
|
56
56
|
**************************************************************************/
|
|
57
57
|
private updateSuggestions;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteDirective, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteDirective, "[elderAutocomplete]", never, { "queryFilter": { "alias": "queryFilter"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "autocomplete": { "alias": "elderAutocomplete"; "required": false; }; }, {}, never, never,
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderAutocompleteDirective, "[elderAutocomplete]", never, { "queryFilter": { "alias": "queryFilter"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "sorts": { "alias": "sorts"; "required": false; }; "autocomplete": { "alias": "elderAutocomplete"; "required": false; }; }, {}, never, never, true, never>;
|
|
60
60
|
}
|
|
@@ -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 "@angular/
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "@angular/material/
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/material/input";
|
|
5
|
+
import * as i4 from "@angular/material/autocomplete";
|
|
6
|
+
import * as i5 from "../../infinitescroll/elder-infinite-scroll.module";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
import * as i7 from "@angular/material/progress-bar";
|
|
9
|
+
import * as i8 from "./elder-autocomplete/elder-autocomplete.component";
|
|
10
|
+
import * as i9 from "./elder-autocomplete.directive";
|
|
11
|
+
import * as i10 from "./elder-autocomplete-many.directive";
|
|
12
12
|
export { ElderAutocompleteComponent } from './elder-autocomplete/elder-autocomplete.component';
|
|
13
13
|
export { ElderAutocompleteManyDirective } from './elder-autocomplete-many.directive';
|
|
14
14
|
export { ElderAutocompleteDirective } from './elder-autocomplete.directive';
|
|
15
15
|
export declare class ElderAutocompleteModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderAutocompleteModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAutocompleteModule, [typeof i1.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderAutocompleteModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.MatInputModule, typeof i4.MatAutocompleteModule, typeof i5.ElderInfiniteScrollModule, typeof i6.MatIconModule, typeof i7.MatProgressBarModule, typeof i8.ElderAutocompleteComponent, typeof i9.ElderAutocompleteDirective, typeof i10.ElderAutocompleteManyDirective], [typeof i8.ElderAutocompleteComponent, typeof i9.ElderAutocompleteDirective, typeof i10.ElderAutocompleteManyDirective]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderAutocompleteModule>;
|
|
19
19
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
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/
|
|
5
|
-
import * as i4 from "@angular/material/
|
|
6
|
-
import * as i5 from "@angular/material/
|
|
7
|
-
import * as i6 from "@angular/material/
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/input";
|
|
6
|
+
import * as i5 from "@angular/material/chips";
|
|
7
|
+
import * as i6 from "@angular/material/autocomplete";
|
|
8
|
+
import * as i7 from "@ngx-translate/core";
|
|
9
|
+
import * as i8 from "./labels-input/labels-input.component";
|
|
10
10
|
export { ElderLabelInputComponent } from './labels-input/labels-input.component';
|
|
11
11
|
export declare class ElderLabelsModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLabelsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderLabelsModule, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElderLabelsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatIconModule, typeof i4.MatInputModule, typeof i5.MatChipsModule, typeof i6.MatAutocompleteModule, typeof i7.TranslateModule, typeof i8.ElderLabelInputComponent], [typeof i8.ElderLabelInputComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElderLabelsModule>;
|
|
15
15
|
}
|
|
@@ -86,5 +86,5 @@ export declare class ElderLabelInputComponent<T> extends FormFieldBaseComponent<
|
|
|
86
86
|
private filterNotPresent;
|
|
87
87
|
private areEqual;
|
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderLabelInputComponent<any>, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLabelInputComponent<any>, "elder-label-input", never, { "labels": { "alias": "labels"; "required": false; }; "suggestionLoader": { "alias": "suggestionLoader"; "required": false; }; "allowNew": { "alias": "allowNew"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "colorResolver": { "alias": "colorResolver"; "required": false; }; "nameResolver": { "alias": "nameResolver"; "required": false; }; "labelBuilder": { "alias": "labelBuilder"; "required": false; }; }, { "labelsChanged": "labelsChanged"; }, never, never,
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderLabelInputComponent<any>, "elder-label-input", never, { "labels": { "alias": "labels"; "required": false; }; "suggestionLoader": { "alias": "suggestionLoader"; "required": false; }; "allowNew": { "alias": "allowNew"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "colorResolver": { "alias": "colorResolver"; "required": false; }; "nameResolver": { "alias": "nameResolver"; "required": false; }; "labelBuilder": { "alias": "labelBuilder"; "required": false; }; }, { "labelsChanged": "labelsChanged"; }, never, never, true, never>;
|
|
90
90
|
}
|
package/lib/components/measures/dimensions/dimensions-input/elder-dimensions-input.component.d.ts
CHANGED
|
@@ -115,6 +115,6 @@ export declare class ElderDimensionsInputComponent extends ElderFormFieldControl
|
|
|
115
115
|
private dimensionsOfWidth;
|
|
116
116
|
private dimensionsOfHeight;
|
|
117
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderDimensionsInputComponent, [null, null, null, null, { optional: true; self: true; }]>;
|
|
118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDimensionsInputComponent, "elder-dimensions-input", never, { "name": { "alias": "name"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "color": { "alias": "color"; "required": false; }; "placeholderLength": { "alias": "placeholderLength"; "required": false; }; "placeholderWidth": { "alias": "placeholderWidth"; "required": false; }; "placeholderHeight": { "alias": "placeholderHeight"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "requiredLength": { "alias": "requiredLength"; "required": false; }; "requiredWidth": { "alias": "requiredWidth"; "required": false; }; "requiredHeight": { "alias": "requiredHeight"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "lengthValue": { "alias": "lengthValue"; "required": false; }; "widthValue": { "alias": "widthValue"; "required": false; }; "heightValue": { "alias": "heightValue"; "required": false; }; }, { "unitChange": "unitChange"; "lengthValueChange": "lengthValueChange"; "widthValueChange": "widthValueChange"; "heightValueChange": "heightValueChange"; }, never, never,
|
|
118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElderDimensionsInputComponent, "elder-dimensions-input", never, { "name": { "alias": "name"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "color": { "alias": "color"; "required": false; }; "placeholderLength": { "alias": "placeholderLength"; "required": false; }; "placeholderWidth": { "alias": "placeholderWidth"; "required": false; }; "placeholderHeight": { "alias": "placeholderHeight"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "requiredLength": { "alias": "requiredLength"; "required": false; }; "requiredWidth": { "alias": "requiredWidth"; "required": false; }; "requiredHeight": { "alias": "requiredHeight"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "lengthValue": { "alias": "lengthValue"; "required": false; }; "widthValue": { "alias": "widthValue"; "required": false; }; "heightValue": { "alias": "heightValue"; "required": false; }; }, { "unitChange": "unitChange"; "lengthValueChange": "lengthValueChange"; "widthValueChange": "widthValueChange"; "heightValueChange": "heightValueChange"; }, never, never, true, never>;
|
|
119
119
|
}
|
|
120
120
|
export {};
|
package/lib/components/measures/dimensions/validation/elder-required-dimensions.validator.d.ts
CHANGED
|
@@ -33,5 +33,5 @@ export declare class ElderRequiredDimensionsValidator implements Validator {
|
|
|
33
33
|
private isDimensionsDefined;
|
|
34
34
|
private isValueDefined;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderRequiredDimensionsValidator, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderRequiredDimensionsValidator, "elder-dimensions-input[required][formControl],elder-dimensions-input[required][formControlName],elder-dimensions-input[required][ngModel]", never, { "requiredIgnoreZero": { "alias": "requiredIgnoreZero"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderRequiredDimensionsValidator, "elder-dimensions-input[required][formControl],elder-dimensions-input[required][formControlName],elder-dimensions-input[required][ngModel]", never, { "requiredIgnoreZero": { "alias": "requiredIgnoreZero"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -26,5 +26,5 @@ export declare class ElderUnitSelectDirective {
|
|
|
26
26
|
**************************************************************************/
|
|
27
27
|
private resetFilters;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderUnitSelectDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderUnitSelectDirective, "[elderUnitSelect]", never, { "unitDimension": { "alias": "unitDimension"; "required": false; }; "baseUnit": { "alias": "baseUnit"; "required": false; }; }, {}, never, never,
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderUnitSelectDirective, "[elderUnitSelect]", never, { "unitDimension": { "alias": "unitDimension"; "required": false; }; "baseUnit": { "alias": "baseUnit"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
30
|
}
|