@elderbyte/ngx-starter 14.3.0 → 14.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/common/data/data-context/data-context-base.mjs +1 -1
- package/esm2020/lib/common/data/data-context/data-context-continuable-paged.mjs +1 -1
- package/esm2020/lib/common/data/data-context/data-context-simple.mjs +1 -1
- package/esm2020/lib/common/enums/elder-enum-translation.service.mjs +3 -3
- package/esm2020/lib/common/forms/elder-form-field-control.mjs +139 -0
- package/esm2020/lib/common/forms/form-field-base.component.mjs +3 -3
- package/esm2020/lib/common/forms/multi-model-base.component.mjs +3 -3
- package/esm2020/lib/common/forms/public_api.mjs +2 -1
- package/esm2020/lib/common/forms/template-composite-control.mjs +3 -3
- package/esm2020/lib/common/forms/value-accessor-base.mjs +3 -3
- package/esm2020/lib/common/http/http-client-builder.service.mjs +3 -3
- package/esm2020/lib/common/http/http-client-pristine.mjs +3 -3
- package/esm2020/lib/common/http/transfer/data-transfer-factory.mjs +3 -3
- package/esm2020/lib/common/http/transfer/http-data-transfer.mjs +1 -1
- package/esm2020/lib/common/public_api.mjs +1 -2
- package/esm2020/lib/common/url/elder-url-fragment-params.service.mjs +3 -3
- package/esm2020/lib/components/access-denied/elder-access-denied.component.mjs +3 -3
- package/esm2020/lib/components/access-denied/elder-access-denied.module.mjs +4 -4
- package/esm2020/lib/components/auditing/audited-entity/elder-audited-entity.component.mjs +3 -3
- package/esm2020/lib/components/auditing/elder-audit.module.mjs +4 -4
- package/esm2020/lib/components/button-group/elder-button-group/elder-button-group.component.mjs +3 -3
- package/esm2020/lib/components/button-group/elder-button-group.module.mjs +4 -4
- package/esm2020/lib/components/card-organizer/card-organizer/elder-card-organizer.component.mjs +3 -3
- package/esm2020/lib/components/card-organizer/card-organizer/elder-stack-card.directive.mjs +3 -3
- package/esm2020/lib/components/card-organizer/card-stack/elder-card-stack.component.mjs +4 -4
- package/esm2020/lib/components/card-organizer/elder-card-organizer.module.mjs +4 -4
- package/esm2020/lib/components/cards/elder-card/elder-card-header/elder-card-header.component.mjs +3 -3
- package/esm2020/lib/components/cards/elder-card/elder-card.component.mjs +18 -18
- package/esm2020/lib/components/cards/elder-card/elder-card.module.mjs +4 -4
- package/esm2020/lib/components/connectivity/elder-connectivity.module.mjs +4 -4
- package/esm2020/lib/components/connectivity/elder-connectivity.service.mjs +3 -3
- package/esm2020/lib/components/connectivity/offline-indicator/elder-offline-indicator.component.mjs +3 -3
- package/esm2020/lib/components/containers/elder-containers.module.mjs +4 -4
- package/esm2020/lib/components/containers/elder-scroll-container/elder-scroll-container.component.mjs +3 -3
- package/esm2020/lib/components/csv/elder-csv-export-btn/elder-csv-export-btn.component.mjs +3 -3
- package/esm2020/lib/components/csv/elder-csv-stream-exporter-builder.service.mjs +3 -3
- package/esm2020/lib/components/csv/elder-csv.module.mjs +4 -4
- package/esm2020/lib/components/currency/elder-currency.module.mjs +4 -4
- package/esm2020/lib/components/currency/elder-currency.pipe.mjs +3 -3
- package/esm2020/lib/components/data-transfer/elder-data-transfer.module.mjs +4 -4
- package/esm2020/lib/components/data-transfer/elder-data-transfer.service.mjs +3 -3
- package/esm2020/lib/components/data-transfer/http-data-transfer/http-data-transfer.component.mjs +3 -3
- package/esm2020/lib/components/data-transfer/http-data-transfer-aggregate/http-data-transfer-aggregate.component.mjs +3 -3
- package/esm2020/lib/components/data-transfer/http-data-transfer-indicator/http-data-transfer-indicator.component.mjs +3 -3
- package/esm2020/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.mjs +3 -3
- package/esm2020/lib/components/data-view/base/data-view-options-provider-binding.mjs +63 -0
- package/esm2020/lib/components/data-view/base/elder-data-view-base.mjs +56 -13
- package/esm2020/lib/components/data-view/base/elder-data-view-options-provider.mjs +44 -0
- package/esm2020/lib/components/data-view/base/elder-data-view-options.mjs +42 -0
- package/esm2020/lib/components/data-view/base/public_api.mjs +6 -0
- package/esm2020/lib/components/data-view/common/data-context-state-indicator/data-context-state-indicator.component.mjs +3 -3
- package/esm2020/lib/components/data-view/common/elder-data-common.module.mjs +4 -4
- package/esm2020/lib/components/data-view/common/elder-data-toolbar/elder-data-toolbar.component.mjs +6 -6
- package/esm2020/lib/components/data-view/common/elder-single-sort/elder-single-sort.component.mjs +3 -3
- package/esm2020/lib/components/data-view/common/selection/data-context-selection.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/common/selection/elder-selection-master-checkbox/elder-selection-master-checkbox.component.mjs +3 -3
- package/esm2020/lib/components/data-view/grid/elder-grid/elder-grid.component.mjs +16 -30
- package/esm2020/lib/components/data-view/grid/elder-grid.module.mjs +4 -4
- package/esm2020/lib/components/data-view/public_api.mjs +2 -2
- package/esm2020/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.component.mjs +3 -3
- package/esm2020/lib/components/data-view/simple/elder-simple-selection-view/elder-simple-selection-view.module.mjs +4 -4
- package/esm2020/lib/components/data-view/table/activation/elder-table-activation.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-number-cell.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-paginator-intl.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table/elder-table-toolbar.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table/elder-table.component.mjs +12 -46
- package/esm2020/lib/components/data-view/table/elder-table-column.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table-extension.directive.mjs +4 -4
- package/esm2020/lib/components/data-view/table/elder-table-root.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table-row.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table-sort.directive.mjs +3 -3
- package/esm2020/lib/components/data-view/table/elder-table.module.mjs +4 -4
- package/esm2020/lib/components/data-view/table/model/elder-table-model.mjs +3 -3
- package/esm2020/lib/components/dialogs/confirm-dialog/elder-confirm-dialog.component.mjs +3 -3
- package/esm2020/lib/components/dialogs/elder-dialog.module.mjs +7 -7
- package/esm2020/lib/components/dialogs/elder-dialog.service.mjs +3 -3
- package/esm2020/lib/components/dialogs/question-dialog/elder-question-dialog.component.mjs +3 -3
- package/esm2020/lib/components/dialogs/selection-dialog/elder-selection-dialog/elder-selection-dialog.component.mjs +3 -3
- package/esm2020/lib/components/dialogs/selection-dialog/elder-selection-dialog.directive.mjs +3 -3
- package/esm2020/lib/components/errors/elder-error.module.mjs +4 -4
- package/esm2020/lib/components/errors/exception-detail/elder-exception-detail.component.mjs +3 -3
- package/esm2020/lib/components/expand-toggle-button/elder-expand-toggle-button.component.mjs +3 -3
- package/esm2020/lib/components/expand-toggle-button/elder-expand-toggle-button.module.mjs +4 -4
- package/esm2020/lib/components/files/blob-viewer/elder-blob-viewer.component.mjs +4 -4
- package/esm2020/lib/components/files/elder-file-drop-zone.directive.mjs +3 -3
- package/esm2020/lib/components/files/elder-file-select.directive.mjs +3 -3
- package/esm2020/lib/components/files/elder-file.module.mjs +4 -4
- package/esm2020/lib/components/files/file-select/file-select.component.mjs +3 -3
- package/esm2020/lib/components/files/file-upload/file-upload.component.mjs +3 -3
- package/esm2020/lib/components/forms/clipboard/elder-clipboard.service.mjs +3 -3
- package/esm2020/lib/components/forms/directives/base/elder-class-hostbinding-base.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-clipboard-put.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-delayed-focus.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-form-field-dense.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-form-field-label.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-form-field-no-hint.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-form-field-no-spinner.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-forms-directives.module.mjs +13 -13
- package/esm2020/lib/components/forms/directives/elder-input-pattern.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-key-event.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-max.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-min.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-next-focusable.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-plug-parent-form.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-stop-event-propagation.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-tab-focus-trap.directive.mjs +4 -4
- package/esm2020/lib/components/forms/directives/elder-touched.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/elder-triple-state-checkbox.directive.mjs +3 -3
- package/esm2020/lib/components/forms/directives/validation/elder-multiple-of.validator.mjs +3 -3
- package/esm2020/lib/components/forms/directives/validation/elder-required-ignore-zero.validator.mjs +3 -3
- package/esm2020/lib/components/forms/elder-forms.module.mjs +4 -4
- package/esm2020/lib/components/forms/search/elder-search-context.directive.mjs +6 -6
- package/esm2020/lib/components/forms/search/elder-search-input.directive.mjs +4 -4
- package/esm2020/lib/components/forms/search/elder-search.module.mjs +4 -4
- package/esm2020/lib/components/forms/search/search-box/elder-search-box.component.mjs +4 -4
- package/esm2020/lib/components/forms/search/search-box/elder-search-panel.component.mjs +3 -3
- package/esm2020/lib/components/global-search/elder-global-search.component.mjs +3 -3
- package/esm2020/lib/components/global-search/elder-global-search.module.mjs +4 -4
- package/esm2020/lib/components/global-search/elder-global-search.service.mjs +3 -3
- package/esm2020/lib/components/graph/elder-progress-bar/elder-progress-bar.component.mjs +3 -3
- package/esm2020/lib/components/graph/elder-progress-bar/elder-progress-bar.module.mjs +4 -4
- package/esm2020/lib/components/headers/elder-header/elder-header.component.mjs +3 -3
- package/esm2020/lib/components/headers/elder-header.module.mjs +4 -4
- package/esm2020/lib/components/http-support/elder-http-client.service.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/elder-i18n-entities.module.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-localized-input/elder-localized-input.component.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-localized-input-dialog/elder-localized-input-dialog.component.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/elder-localized-input-dialog.service.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/elder-localized-input-table/elder-localized-input-table.component.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/elder-localized-text-column.directive.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/elder-localized-texts.directive.mjs +4 -4
- package/esm2020/lib/components/i18n/entities/picker/i18n-pick-async.pipe.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/picker/i18n-pick.pipe.mjs +3 -3
- package/esm2020/lib/components/i18n/entities/picker/localisation-picker.service.mjs +3 -3
- package/esm2020/lib/components/i18n/language/elder-language-interceptor.mjs +3 -3
- package/esm2020/lib/components/i18n/language/elder-language.module.mjs +4 -4
- package/esm2020/lib/components/i18n/language/elder-language.service.mjs +3 -3
- package/esm2020/lib/components/i18n/language/language-switcher/elder-language-switcher.component.mjs +3 -3
- package/esm2020/lib/components/i18n/locales/elder-locales-de-ch.module.mjs +4 -4
- package/esm2020/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.mjs +119 -0
- package/esm2020/lib/components/iframes/data-view/data-view-iframe-adapter.directive.mjs +137 -0
- package/esm2020/lib/components/iframes/elder-iframe.module.mjs +22 -10
- package/esm2020/lib/components/iframes/iframe-close.directive.mjs +3 -3
- package/esm2020/lib/components/iframes/iframe-dialog/iframe-dialog.component.mjs +3 -3
- package/esm2020/lib/components/iframes/iframe-host/iframe-host.component.mjs +58 -32
- package/esm2020/lib/components/iframes/iframe-side-content/iframe-side-content.component.mjs +3 -3
- package/esm2020/lib/components/iframes/iframe.service.mjs +6 -8
- package/esm2020/lib/components/iframes/typed-event-message.mjs +42 -0
- package/esm2020/lib/components/infinitescroll/elder-infinite-autocomplete.directive.mjs +7 -5
- package/esm2020/lib/components/infinitescroll/elder-infinite-scroll.directive.mjs +4 -4
- package/esm2020/lib/components/infinitescroll/elder-infinite-scroll.module.mjs +7 -7
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete/elder-autocomplete.component.mjs +3 -3
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete.directive.mjs +4 -4
- package/esm2020/lib/components/input/autocomplete/elder-autocomplete.module.mjs +4 -4
- package/esm2020/lib/components/labels/elder-labels.module.mjs +4 -4
- package/esm2020/lib/components/labels/labels-input/labels-input.component.mjs +3 -3
- package/esm2020/lib/components/measures/dimensions-input/elder-dimensions-input.component.mjs +3 -3
- package/esm2020/lib/components/measures/directives/elder-unit-select.directive.mjs +5 -5
- package/esm2020/lib/components/measures/elder-measures.module.mjs +8 -8
- package/esm2020/lib/components/measures/elder-quantity-transform.pipe.mjs +3 -3
- package/esm2020/lib/components/measures/elder-quantity.pipe.mjs +3 -3
- package/esm2020/lib/components/measures/elder-unit.service.mjs +3 -3
- package/esm2020/lib/components/measures/quantity-input/elder-quantity-input.component.mjs +3 -3
- package/esm2020/lib/components/measures/util/elder-quantity.service.mjs +3 -3
- package/esm2020/lib/components/multi-autocomplete/elder-multi-auto-complete.module.mjs +4 -4
- package/esm2020/lib/components/multi-autocomplete/elder-multi-autocomplete.component.mjs +3 -3
- package/esm2020/lib/components/navigation/bread-crumbs/bread-crumbs/elder-bread-crumbs.component.mjs +4 -4
- package/esm2020/lib/components/navigation/bread-crumbs/elder-bread-crumbs.module.mjs +4 -4
- package/esm2020/lib/components/navigation/nav/elder-nav.module.mjs +4 -4
- package/esm2020/lib/components/navigation/nav/nav-group/elder-nav-group.component.mjs +4 -4
- package/esm2020/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +3 -3
- package/esm2020/lib/components/navigation/nav/nav-list/elder-nav-list.component.mjs +3 -3
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar-column.directive.mjs +3 -3
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar.module.mjs +4 -4
- package/esm2020/lib/components/navigation/toolbar/elder-toolbar.service.mjs +3 -3
- package/esm2020/lib/components/navigation/toolbar/toolbar/elder-toolbar.component.mjs +4 -4
- package/esm2020/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.component.mjs +3 -3
- package/esm2020/lib/components/navigation/toolbar/toolbar-title/elder-toolbar-title.service.mjs +3 -3
- package/esm2020/lib/components/overlays/elder-overlay-origin.directive.mjs +3 -3
- package/esm2020/lib/components/overlays/elder-overlay-trigger.directive.mjs +3 -3
- package/esm2020/lib/components/overlays/elder-overlay.component.mjs +4 -4
- package/esm2020/lib/components/overlays/elder-overlay.module.mjs +4 -4
- package/esm2020/lib/components/panels/card-panel/elder-card-panel.component.mjs +3 -3
- package/esm2020/lib/components/panels/elder-panel.module.mjs +4 -4
- package/esm2020/lib/components/panels/flat/elder-panel.component.mjs +3 -3
- package/esm2020/lib/components/select/auto/elder-auto-select-first.directive.mjs +5 -5
- package/esm2020/lib/components/select/auto/elder-select-first-util.mjs +1 -1
- package/esm2020/lib/components/select/elder-select-base.mjs +3 -3
- package/esm2020/lib/components/select/elder-select-chip.directive.mjs +6 -6
- package/esm2020/lib/components/select/elder-select-on-tab.directive.mjs +4 -4
- package/esm2020/lib/components/select/elder-select-value.directive.mjs +3 -3
- package/esm2020/lib/components/select/elder-select.module.mjs +8 -8
- package/esm2020/lib/components/select/multi/elder-multi-select-base.mjs +3 -3
- package/esm2020/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.mjs +3 -3
- package/esm2020/lib/components/select/popup/selection-model-popup.directive.mjs +23 -28
- package/esm2020/lib/components/select/popup/templated-selection-dialog/templated-selection-dialog.component.mjs +3 -3
- package/esm2020/lib/components/select/single/elder-select/elder-select.component.mjs +419 -0
- package/esm2020/lib/components/select-chip-list/chip-list-select/elder-chip-list-select.component.mjs +3 -3
- package/esm2020/lib/components/select-chip-list/elder-chip-list-select.module.mjs +4 -4
- package/esm2020/lib/components/select-list/elder-select-list.module.mjs +4 -4
- package/esm2020/lib/components/select-list/select-list/elder-select-list.component.mjs +3 -3
- package/esm2020/lib/components/select-list/select-list-item/elder-select-list-item.component.mjs +3 -3
- package/esm2020/lib/components/shell/drawers/elder-route-outlet-drawer.service.mjs +3 -3
- package/esm2020/lib/components/shell/drawers/elder-router-outlet.service.mjs +3 -3
- package/esm2020/lib/components/shell/elder-shell-slot.directive.mjs +3 -3
- package/esm2020/lib/components/shell/elder-shell.module.mjs +4 -4
- package/esm2020/lib/components/shell/elder-shell.service.mjs +3 -3
- package/esm2020/lib/components/shell/header/elder-app-header/elder-app-header.component.mjs +4 -4
- package/esm2020/lib/components/shell/shell/elder-shell.component.mjs +13 -13
- package/esm2020/lib/components/shell/shell-navigation-toggle/elder-shell-navigation-toggle.component.mjs +3 -3
- package/esm2020/lib/components/tabs/elder-tab/elder-tab.directive.mjs +3 -3
- package/esm2020/lib/components/tabs/elder-tab-group-routing/elder-tab-group-routing.directive.mjs +4 -4
- package/esm2020/lib/components/tabs/elder-tab.module.mjs +4 -4
- package/esm2020/lib/components/theme/elder-theme-applier.directive.mjs +4 -4
- package/esm2020/lib/components/theme/elder-theme-preference.service.mjs +3 -3
- package/esm2020/lib/components/theme/elder-theme-toggle/elder-theme-toggle.component.mjs +3 -3
- package/esm2020/lib/components/theme/elder-theme.directive.mjs +4 -4
- package/esm2020/lib/components/theme/elder-theme.module.mjs +4 -4
- package/esm2020/lib/components/theme/elder-theme.service.mjs +3 -3
- package/esm2020/lib/components/time/date-adapters/custom-date-adapter.mjs +3 -3
- package/esm2020/lib/components/time/duration/elder-duration-input/elder-duration-input.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-date-switcher/elder-date-switcher.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-date-time-input/elder-date-time-input.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-interval-input/elder-interval-input.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-local-date-input/elder-local-date-input.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-local-time-input/elder-local-time-input.component.mjs +3 -3
- package/esm2020/lib/components/time/elder-time.module.mjs +8 -8
- package/esm2020/lib/components/time/period/elder-period-input/elder-period-input.component.mjs +3 -3
- package/esm2020/lib/components/toasts/elder-toast.module.mjs +4 -4
- package/esm2020/lib/components/toasts/elder-toast.service.mjs +9 -9
- package/esm2020/lib/components/toasts/standard-toast/standard-toast.component.mjs +3 -3
- package/esm2020/lib/components/url-fragment/elder-url-fragment.module.mjs +4 -4
- package/esm2020/lib/components/url-fragment/url-fragment-switcher/elder-url-fragment-switcher.component.mjs +3 -3
- package/esm2020/lib/components/viewers/elder-svg-viewer/elder-svg-viewer.component.mjs +3 -3
- package/esm2020/lib/components/viewers/elder-viewers.module.mjs +4 -4
- package/esm2020/lib/features/event-source/elder-event-source.service.mjs +3 -3
- package/esm2020/lib/features/kafent/access-token-provider.mjs +3 -3
- package/esm2020/lib/features/kafent/kafent-config.mjs +3 -3
- package/esm2020/lib/features/kafent/kafent-event-stream.mjs +3 -3
- package/esm2020/lib/features/kafent/kafent-event.service.mjs +3 -3
- package/esm2020/lib/features/kafent/kafent.module.mjs +4 -4
- package/esm2020/lib/features/kafent/sse/kafent-event-stream-sse.service.mjs +3 -3
- package/esm2020/lib/pipes/bytes.pipe.mjs +3 -3
- package/esm2020/lib/pipes/elder-pipes.module.mjs +10 -10
- package/esm2020/lib/pipes/elder-repeat.pipe.mjs +3 -3
- package/esm2020/lib/pipes/elder-round.pipe.mjs +3 -3
- package/esm2020/lib/pipes/elder-safe-url.pipe.mjs +3 -3
- package/esm2020/lib/pipes/elder-truncate.pipe.mjs +3 -3
- package/esm2020/lib/pipes/iso-duration.pipe.mjs +3 -3
- package/esm2020/lib/pipes/iso-interval-parse.pipe.mjs +3 -3
- package/esm2020/lib/pipes/iso-interval.pipe.mjs +3 -3
- package/esm2020/lib/pipes/time-ago.pipe.mjs +3 -3
- package/esm2020/lib/pipes/time-duration.pipe.mjs +3 -3
- package/esm2020/lib/pipes/weight.pipe.mjs +3 -3
- package/fesm2015/elderbyte-ngx-starter.mjs +2717 -2204
- package/fesm2015/elderbyte-ngx-starter.mjs.map +1 -1
- package/fesm2020/elderbyte-ngx-starter.mjs +2472 -1962
- package/fesm2020/elderbyte-ngx-starter.mjs.map +1 -1
- package/lib/common/data/data-context/data-context-base.d.ts +1 -1
- package/lib/common/forms/elder-form-field-control.d.ts +86 -0
- package/lib/common/forms/public_api.d.ts +1 -0
- package/lib/common/public_api.d.ts +0 -1
- package/lib/components/data-view/base/data-view-options-provider-binding.d.ts +39 -0
- package/lib/components/data-view/base/elder-data-view-base.d.ts +29 -6
- package/lib/{common/rxjs/lazy-behavior-subject.d.ts → components/data-view/base/elder-data-view-options-provider.d.ts} +20 -20
- package/lib/components/data-view/base/elder-data-view-options.d.ts +33 -0
- package/lib/components/data-view/base/public_api.d.ts +5 -0
- package/lib/components/data-view/grid/elder-grid/elder-grid.component.d.ts +4 -6
- package/lib/components/data-view/public_api.d.ts +1 -1
- package/lib/components/data-view/table/elder-table/elder-table.component.d.ts +5 -19
- package/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.d.ts +66 -0
- package/lib/components/iframes/data-view/data-view-iframe-adapter.directive.d.ts +62 -0
- package/lib/components/iframes/elder-iframe.module.d.ts +14 -10
- package/lib/components/iframes/iframe-host/iframe-host.component.d.ts +28 -10
- package/lib/components/iframes/iframe.service.d.ts +3 -3
- package/lib/components/iframes/typed-event-message.d.ts +26 -0
- package/lib/components/measures/directives/elder-unit-select.directive.d.ts +1 -1
- package/lib/components/select/auto/elder-auto-select-first.directive.d.ts +1 -1
- package/lib/components/select/auto/elder-select-first-util.d.ts +1 -1
- package/lib/components/select/elder-select.module.d.ts +3 -3
- package/lib/components/select/popup/selection-model-popup.directive.d.ts +5 -13
- package/lib/components/select/{elder-select → single/elder-select}/elder-select.component.d.ts +3 -3
- package/package.json +3 -2
- package/src/lib/components/iframes/data-view/data-view-iframe/data-view-iframe.component.scss +0 -0
- package/src/lib/components/select/{elder-select → single/elder-select}/elder-select.component.scss +0 -0
- package/esm2020/lib/common/rxjs/lazy-behavior-subject.mjs +0 -59
- package/esm2020/lib/common/rxjs/public_api.mjs +0 -2
- package/esm2020/lib/components/data-view/base/elder-data-view-base.module.mjs +0 -18
- package/esm2020/lib/components/iframes/iframe-message.mjs +0 -2
- package/esm2020/lib/components/select/elder-select/elder-select.component.mjs +0 -411
- package/lib/common/rxjs/public_api.d.ts +0 -1
- package/lib/components/data-view/base/elder-data-view-base.module.d.ts +0 -9
- package/lib/components/iframes/iframe-message.d.ts +0 -5
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { TypedEventMessage } from '../typed-event-message';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export declare type IFrameStateType = 'LOADING' | 'LOADED' | 'ERROR';
|
|
4
6
|
export declare class IFrameState {
|
|
5
|
-
readonly
|
|
6
|
-
readonly message: string;
|
|
7
|
-
constructor(
|
|
7
|
+
readonly type: IFrameStateType;
|
|
8
|
+
readonly message: string | null;
|
|
9
|
+
constructor(type: IFrameStateType, message?: string | null);
|
|
10
|
+
get isLoading(): boolean;
|
|
11
|
+
get hasLoaded(): boolean;
|
|
8
12
|
get hasError(): boolean;
|
|
9
13
|
}
|
|
10
14
|
export interface IFrameParams {
|
|
@@ -32,10 +36,11 @@ export declare class IframeHostComponent implements OnInit {
|
|
|
32
36
|
* Fields *
|
|
33
37
|
* *
|
|
34
38
|
**************************************************************************/
|
|
35
|
-
private readonly
|
|
39
|
+
private readonly log;
|
|
36
40
|
readonly iframeParams$: BehaviorSubject<IFrameParams>;
|
|
37
41
|
readonly iframeState$: BehaviorSubject<IFrameState>;
|
|
38
|
-
|
|
42
|
+
iframe: ElementRef;
|
|
43
|
+
message: EventEmitter<TypedEventMessage<any, any>>;
|
|
39
44
|
close: EventEmitter<any>;
|
|
40
45
|
/***************************************************************************
|
|
41
46
|
* *
|
|
@@ -43,13 +48,24 @@ export declare class IframeHostComponent implements OnInit {
|
|
|
43
48
|
* *
|
|
44
49
|
**************************************************************************/
|
|
45
50
|
constructor();
|
|
51
|
+
/***************************************************************************
|
|
52
|
+
* *
|
|
53
|
+
* Listeners *
|
|
54
|
+
* *
|
|
55
|
+
**************************************************************************/
|
|
56
|
+
/**
|
|
57
|
+
* Listens for messages from window.
|
|
58
|
+
* Makes it possible to react upon messages from iframe child window.
|
|
59
|
+
*
|
|
60
|
+
* @param event message from child window
|
|
61
|
+
*/
|
|
62
|
+
onWindowMessage(event: MessageEvent): boolean;
|
|
46
63
|
/***************************************************************************
|
|
47
64
|
* *
|
|
48
65
|
* Lifecycle *
|
|
49
66
|
* *
|
|
50
67
|
**************************************************************************/
|
|
51
68
|
ngOnInit(): void;
|
|
52
|
-
onMessage(e: any): boolean;
|
|
53
69
|
/***************************************************************************
|
|
54
70
|
* *
|
|
55
71
|
* Properties *
|
|
@@ -61,14 +77,16 @@ export declare class IframeHostComponent implements OnInit {
|
|
|
61
77
|
* Public API *
|
|
62
78
|
* *
|
|
63
79
|
**************************************************************************/
|
|
64
|
-
|
|
80
|
+
onIframeLoadEvent(event: Event): void;
|
|
81
|
+
onIframeErrorEvent(err: any): void;
|
|
82
|
+
sendMessageToChild(msg: TypedEventMessage<any, any>): void;
|
|
65
83
|
doClose(event?: Event): void;
|
|
66
84
|
/***************************************************************************
|
|
67
85
|
* *
|
|
68
86
|
* Private methods *
|
|
69
87
|
* *
|
|
70
88
|
**************************************************************************/
|
|
71
|
-
private
|
|
89
|
+
private handleMessageFromChild;
|
|
72
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeHostComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": "iframeParams"; }, { "
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeHostComponent, "elder-i-frame-host", never, { "iframeParams": "iframeParams"; }, { "message": "message"; "close": "close"; }, never, never, false>;
|
|
74
92
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { IFrameParams } from './iframe-host/iframe-host.component';
|
|
4
|
-
import {
|
|
4
|
+
import { TypedEventMessage } from './typed-event-message';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class IframeService {
|
|
7
7
|
dialog: MatDialog;
|
|
8
|
-
static postToParent<T>(message:
|
|
8
|
+
static postToParent<T, D>(message: TypedEventMessage<T, D>): void;
|
|
9
9
|
/***************************************************************************
|
|
10
10
|
* *
|
|
11
11
|
* Fields *
|
|
@@ -19,7 +19,7 @@ export declare class IframeService {
|
|
|
19
19
|
**************************************************************************/
|
|
20
20
|
openIframeDialog<R>(params: IFrameParams): Observable<R>;
|
|
21
21
|
postCloseMessage<T>(data?: T): void;
|
|
22
|
-
postDataMessage<T>(message:
|
|
22
|
+
postDataMessage<T, D>(message: TypedEventMessage<T, D>): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeService, never>;
|
|
24
24
|
static ɵprov: i0.ɵɵInjectableDeclaration<IframeService>;
|
|
25
25
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElderDataViewOptions } from '../data-view/base/elder-data-view-options';
|
|
2
|
+
export declare class TypedEventMessage<T, D> {
|
|
3
|
+
type: T;
|
|
4
|
+
data?: D;
|
|
5
|
+
static isOfType(obj: any): obj is TypedEventMessage<any, any>;
|
|
6
|
+
constructor(type: T, data?: D);
|
|
7
|
+
}
|
|
8
|
+
export declare class DataViewSelectionInit<T> {
|
|
9
|
+
options: ElderDataViewOptions;
|
|
10
|
+
initialSelection: T[];
|
|
11
|
+
idField: string;
|
|
12
|
+
constructor(options: ElderDataViewOptions, initialSelection?: T[], idField?: string);
|
|
13
|
+
}
|
|
14
|
+
export declare class DataViewSelection<T> {
|
|
15
|
+
selection: T[];
|
|
16
|
+
constructor(selection: T[]);
|
|
17
|
+
}
|
|
18
|
+
export declare type DataViewMessageType = 'SELECTION_INIT' | 'SELECTION_SELECTED';
|
|
19
|
+
export declare class DataViewMessage<T, D = DataViewSelectionInit<T> | DataViewSelection<T>> extends TypedEventMessage<DataViewMessageType, D> {
|
|
20
|
+
type: DataViewMessageType;
|
|
21
|
+
data: D;
|
|
22
|
+
static initialSelection<D>(init: DataViewSelectionInit<D>): DataViewMessage<D>;
|
|
23
|
+
static selection<D>(selection: DataViewSelection<D>): DataViewMessage<D>;
|
|
24
|
+
static isOfType(obj: any): obj is DataViewMessage<any, any>;
|
|
25
|
+
constructor(type: DataViewMessageType, data: D);
|
|
26
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElderSelectComponent } from '../../select/elder-select/elder-select.component';
|
|
1
|
+
import { ElderSelectComponent } from '../../select/single/elder-select/elder-select.component';
|
|
2
2
|
import { ElderUnitService } from '../elder-unit.service';
|
|
3
3
|
import { Unit } from '../model/unit';
|
|
4
4
|
import { UnitDimension } from '../model/unit-dimension';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { ElderSelectComponent } from '../elder-select/elder-select.component';
|
|
2
|
+
import { ElderSelectComponent } from '../single/elder-select/elder-select.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ElderAutoSelectFirstDirective<TEntity = any, TId = any> implements AfterViewInit {
|
|
5
5
|
readonly elderSelect: ElderSelectComponent<TEntity, TId, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElderSelectComponent } from '../elder-select/elder-select.component';
|
|
1
|
+
import { ElderSelectComponent } from '../single/elder-select/elder-select.component';
|
|
2
2
|
export declare class ElderSelectFirstUtil {
|
|
3
3
|
/***************************************************************************
|
|
4
4
|
* *
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./elder-select/elder-select.component";
|
|
2
|
+
import * as i1 from "./single/elder-select/elder-select.component";
|
|
3
3
|
import * as i2 from "./elder-select-value.directive";
|
|
4
4
|
import * as i3 from "./popup/templated-selection-dialog/templated-selection-dialog.component";
|
|
5
5
|
import * as i4 from "./popup/selection-model-popup.directive";
|
|
@@ -30,9 +30,9 @@ import * as i28 from "../../pipes/elder-pipes.module";
|
|
|
30
30
|
export { ElderSelectValueDirective } from './elder-select-value.directive';
|
|
31
31
|
export { ElderSelectChipDirective, ElderSelectChipAvatarDirective } from './elder-select-chip.directive';
|
|
32
32
|
export { ElderSelectOnTabDirective } from './elder-select-on-tab.directive';
|
|
33
|
-
export { ElderSelectComponent } from './elder-select/elder-select.component';
|
|
33
|
+
export { ElderSelectComponent } from './single/elder-select/elder-select.component';
|
|
34
34
|
export { TemplatedSelectionDialogComponent, ISelectionModelDialogOptions } from './popup/templated-selection-dialog/templated-selection-dialog.component';
|
|
35
|
-
export { SelectionModelPopupDirective
|
|
35
|
+
export { SelectionModelPopupDirective } from './popup/selection-model-popup.directive';
|
|
36
36
|
export { ElderMultiSelectBase } from './multi/elder-multi-select-base';
|
|
37
37
|
export { ElderMultiSelectChipsComponent } from './multi/elder-multi-select-chips/elder-multi-select-chips.component';
|
|
38
38
|
export { ElderAutoSelectFirstDirective } from './auto/elder-auto-select-first.directive';
|
|
@@ -4,23 +4,15 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { KeyGetterFn, SelectionModel } from '../../../common/selection/selection-model';
|
|
5
5
|
import { Sort } from '../../../common/data/sort';
|
|
6
6
|
import { Filter } from '../../../common/data/filter';
|
|
7
|
+
import { ElderDataViewOptionsProvider } from '../../data-view/base/elder-data-view-options-provider';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Configures the selection mode on supporting components.
|
|
10
|
-
*/
|
|
11
|
-
export declare class ElderDataViewSelectionMode {
|
|
12
|
-
sorts: Sort[];
|
|
13
|
-
filters: Filter[];
|
|
14
|
-
multi: boolean;
|
|
15
|
-
constructor();
|
|
16
|
-
}
|
|
17
9
|
export declare function createSelectionModel(): SelectionModel<any>;
|
|
18
|
-
export declare function
|
|
10
|
+
export declare function createDataViewOptionsProvider(): ElderDataViewOptionsProvider;
|
|
19
11
|
export declare class SelectionModelPopupDirective implements OnInit, OnDestroy {
|
|
20
12
|
private readonly templateRef;
|
|
21
13
|
private readonly viewContainer;
|
|
22
14
|
private readonly dialog;
|
|
23
|
-
private readonly
|
|
15
|
+
private readonly dataViewOptionsProvider;
|
|
24
16
|
private readonly selectionModel;
|
|
25
17
|
/***************************************************************************
|
|
26
18
|
* *
|
|
@@ -35,7 +27,7 @@ export declare class SelectionModelPopupDirective implements OnInit, OnDestroy {
|
|
|
35
27
|
* Constructor *
|
|
36
28
|
* *
|
|
37
29
|
**************************************************************************/
|
|
38
|
-
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, dialog: MatDialog,
|
|
30
|
+
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, dialog: MatDialog, dataViewOptionsProvider: ElderDataViewOptionsProvider, selectionModel: SelectionModel<any>);
|
|
39
31
|
/***************************************************************************
|
|
40
32
|
* *
|
|
41
33
|
* Host Listeners *
|
|
@@ -64,5 +56,5 @@ export declare class SelectionModelPopupDirective implements OnInit, OnDestroy {
|
|
|
64
56
|
**************************************************************************/
|
|
65
57
|
private openSelectDialog;
|
|
66
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionModelPopupDirective, never>;
|
|
67
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]",
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionModelPopupDirective, "[elderSelectionModelPopup]", ["elderSelectionModelPopup"], { "elderSelectionModelPopupTransform": "elderSelectionModelPopupTransform"; }, {}, never, never, false>;
|
|
68
60
|
}
|
package/lib/components/select/{elder-select → single/elder-select}/elder-select.component.d.ts
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ElementRef, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { IDataContext } from '
|
|
2
|
+
import { IDataContext } from '../../../../common/data/data-context/data-context';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
5
|
-
import { ElderSelectBase, TextResolverFn } from '
|
|
6
|
-
import { IElderEntityValueAccessor } from '
|
|
5
|
+
import { ElderSelectBase, TextResolverFn } from '../../elder-select-base';
|
|
6
|
+
import { IElderEntityValueAccessor } from '../../elder-entity-value-accessor';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
declare class EntityContext<T> {
|
|
9
9
|
readonly value: T;
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elderbyte/ngx-starter",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.0.1",
|
|
6
6
|
"@angular/core": "^14.0.1",
|
|
7
7
|
"@angular/material": "^14.0.1",
|
|
8
|
+
"@angular/flex-layout": "^14.0.0-beta.40",
|
|
8
9
|
"@ngx-translate/core": "^14.0.0",
|
|
9
|
-
"rxjs": "^
|
|
10
|
+
"rxjs": "^7.5.5",
|
|
10
11
|
"@elderbyte/ts-logger": "^0.1.0",
|
|
11
12
|
"@elderbyte/ngx-simple-webstorage": "^14.0.0",
|
|
12
13
|
"@js-joda/core": "^5.2.0"
|
|
File without changes
|
package/src/lib/components/select/{elder-select → single/elder-select}/elder-select.component.scss
RENAMED
|
File without changes
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { ReplaySubject, Subject } from 'rxjs';
|
|
2
|
-
export class LazyBehaviorSubject extends Subject {
|
|
3
|
-
/***************************************************************************
|
|
4
|
-
* *
|
|
5
|
-
* Constructor *
|
|
6
|
-
* *
|
|
7
|
-
**************************************************************************/
|
|
8
|
-
constructor() {
|
|
9
|
-
super();
|
|
10
|
-
/***************************************************************************
|
|
11
|
-
* *
|
|
12
|
-
* Fields *
|
|
13
|
-
* *
|
|
14
|
-
**************************************************************************/
|
|
15
|
-
this._innerSubject = new ReplaySubject(1);
|
|
16
|
-
}
|
|
17
|
-
/***************************************************************************
|
|
18
|
-
* *
|
|
19
|
-
* Public Api *
|
|
20
|
-
* *
|
|
21
|
-
**************************************************************************/
|
|
22
|
-
getValue() {
|
|
23
|
-
return this._currentValue;
|
|
24
|
-
}
|
|
25
|
-
lift(operator) {
|
|
26
|
-
return this._innerSubject.lift(operator);
|
|
27
|
-
}
|
|
28
|
-
next(value) {
|
|
29
|
-
this._innerSubject.next(value);
|
|
30
|
-
this._currentValue = value;
|
|
31
|
-
}
|
|
32
|
-
error(err) {
|
|
33
|
-
this._innerSubject.error(err);
|
|
34
|
-
}
|
|
35
|
-
complete() {
|
|
36
|
-
this._innerSubject.complete();
|
|
37
|
-
}
|
|
38
|
-
unsubscribe() {
|
|
39
|
-
this._innerSubject.unsubscribe();
|
|
40
|
-
}
|
|
41
|
-
/** @deprecated This is an internal implementation detail, do not use. */
|
|
42
|
-
_trySubscribe(subscriber) {
|
|
43
|
-
return this._innerSubject._trySubscribe(subscriber);
|
|
44
|
-
}
|
|
45
|
-
/** @deprecated This is an internal implementation detail, do not use. */
|
|
46
|
-
_subscribe(subscriber) {
|
|
47
|
-
return this._innerSubject._subscribe(subscriber);
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Creates a new Observable with this Subject as the source. You can do this
|
|
51
|
-
* to create customize Observer-side logic of the Subject and conceal it from
|
|
52
|
-
* code that uses the Observable.
|
|
53
|
-
* @return {Observable} Observable that the Subject casts to
|
|
54
|
-
*/
|
|
55
|
-
asObservable() {
|
|
56
|
-
return this._innerSubject.asObservable();
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF6eS1iZWhhdmlvci1zdWJqZWN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWxkZXJieXRlL25neC1zdGFydGVyL3NyYy9saWIvY29tbW9uL3J4anMvbGF6eS1iZWhhdmlvci1zdWJqZWN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBdUIsYUFBYSxFQUFFLE9BQU8sRUFBMEMsTUFBTSxNQUFNLENBQUM7QUFHM0csTUFBTSxPQUFPLG1CQUF1QixTQUFRLE9BQVU7SUFXcEQ7Ozs7Z0ZBSTRFO0lBRTVFO1FBQ0UsS0FBSyxFQUFFLENBQUM7UUFoQlY7Ozs7b0ZBSTRFO1FBRTNELGtCQUFhLEdBQUcsSUFBSSxhQUFhLENBQUksQ0FBQyxDQUFDLENBQUM7SUFXekQsQ0FBQztJQUVEOzs7O2dGQUk0RTtJQUVyRSxRQUFRO1FBQ2IsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDO0lBQzVCLENBQUM7SUFFTSxJQUFJLENBQUksUUFBd0I7UUFDckMsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRU0sSUFBSSxDQUFDLEtBQVM7UUFDbkIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDL0IsSUFBSSxDQUFDLGFBQWEsR0FBRyxLQUFLLENBQUM7SUFDN0IsQ0FBQztJQUVNLEtBQUssQ0FBQyxHQUFRO1FBQ25CLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRWhDLENBQUM7SUFFTSxRQUFRO1FBQ2IsSUFBSSxDQUFDLGFBQWEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRU0sV0FBVztRQUNoQixJQUFJLENBQUMsYUFBYSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBRW5DLENBQUM7SUFFRCx5RUFBeUU7SUFDbEUsYUFBYSxDQUFDLFVBQXlCO1FBQzVDLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELHlFQUF5RTtJQUNsRSxVQUFVLENBQUMsVUFBeUI7UUFDekMsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRUQ7Ozs7O09BS0c7SUFDSSxZQUFZO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0NBR0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge09ic2VydmFibGUsIE9wZXJhdG9yLCBSZXBsYXlTdWJqZWN0LCBTdWJqZWN0LCBTdWJzY3JpYmVyLCBTdWJzY3JpcHRpb24sIFRlYXJkb3duTG9naWN9IGZyb20gJ3J4anMnO1xuXG5cbmV4cG9ydCBjbGFzcyBMYXp5QmVoYXZpb3JTdWJqZWN0PFQ+IGV4dGVuZHMgU3ViamVjdDxUPiB7XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIEZpZWxkcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHJpdmF0ZSByZWFkb25seSBfaW5uZXJTdWJqZWN0ID0gbmV3IFJlcGxheVN1YmplY3Q8VD4oMSk7XG4gIHByaXZhdGUgX2N1cnJlbnRWYWx1ZTogVDtcblxuICAvKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqXG4gICAqICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogQ29uc3RydWN0b3IgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKi9cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuICAgKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqXG4gICAqIFB1YmxpYyBBcGkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKlxuICAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXG5cbiAgcHVibGljIGdldFZhbHVlKCk6IFQge1xuICAgIHJldHVybiB0aGlzLl9jdXJyZW50VmFsdWU7XG4gIH1cblxuICBwdWJsaWMgbGlmdDxSPihvcGVyYXRvcjogT3BlcmF0b3I8VCwgUj4pOiBPYnNlcnZhYmxlPFI+IHtcbiAgICByZXR1cm4gdGhpcy5faW5uZXJTdWJqZWN0LmxpZnQob3BlcmF0b3IpO1xuICB9XG5cbiAgcHVibGljIG5leHQodmFsdWU/OiBUKTogdm9pZCB7XG4gICAgdGhpcy5faW5uZXJTdWJqZWN0Lm5leHQodmFsdWUpO1xuICAgIHRoaXMuX2N1cnJlbnRWYWx1ZSA9IHZhbHVlO1xuICB9XG5cbiAgcHVibGljIGVycm9yKGVycjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5faW5uZXJTdWJqZWN0LmVycm9yKGVycik7XG5cbiAgfVxuXG4gIHB1YmxpYyBjb21wbGV0ZSgpOiB2b2lkIHtcbiAgICB0aGlzLl9pbm5lclN1YmplY3QuY29tcGxldGUoKTtcbiAgfVxuXG4gIHB1YmxpYyB1bnN1YnNjcmliZSgpOiB2b2lkIHtcbiAgICB0aGlzLl9pbm5lclN1YmplY3QudW5zdWJzY3JpYmUoKTtcblxuICB9XG5cbiAgLyoqIEBkZXByZWNhdGVkIFRoaXMgaXMgYW4gaW50ZXJuYWwgaW1wbGVtZW50YXRpb24gZGV0YWlsLCBkbyBub3QgdXNlLiAqL1xuICBwdWJsaWMgX3RyeVN1YnNjcmliZShzdWJzY3JpYmVyOiBTdWJzY3JpYmVyPFQ+KTogVGVhcmRvd25Mb2dpYyB7XG4gICAgcmV0dXJuIHRoaXMuX2lubmVyU3ViamVjdC5fdHJ5U3Vic2NyaWJlKHN1YnNjcmliZXIpO1xuICB9XG5cbiAgLyoqIEBkZXByZWNhdGVkIFRoaXMgaXMgYW4gaW50ZXJuYWwgaW1wbGVtZW50YXRpb24gZGV0YWlsLCBkbyBub3QgdXNlLiAqL1xuICBwdWJsaWMgX3N1YnNjcmliZShzdWJzY3JpYmVyOiBTdWJzY3JpYmVyPFQ+KTogU3Vic2NyaXB0aW9uIHtcbiAgICByZXR1cm4gdGhpcy5faW5uZXJTdWJqZWN0Ll9zdWJzY3JpYmUoc3Vic2NyaWJlcik7XG4gIH1cblxuICAvKipcbiAgICogQ3JlYXRlcyBhIG5ldyBPYnNlcnZhYmxlIHdpdGggdGhpcyBTdWJqZWN0IGFzIHRoZSBzb3VyY2UuIFlvdSBjYW4gZG8gdGhpc1xuICAgKiB0byBjcmVhdGUgY3VzdG9taXplIE9ic2VydmVyLXNpZGUgbG9naWMgb2YgdGhlIFN1YmplY3QgYW5kIGNvbmNlYWwgaXQgZnJvbVxuICAgKiBjb2RlIHRoYXQgdXNlcyB0aGUgT2JzZXJ2YWJsZS5cbiAgICogQHJldHVybiB7T2JzZXJ2YWJsZX0gT2JzZXJ2YWJsZSB0aGF0IHRoZSBTdWJqZWN0IGNhc3RzIHRvXG4gICAqL1xuICBwdWJsaWMgYXNPYnNlcnZhYmxlKCk6IE9ic2VydmFibGU8VD4ge1xuICAgIHJldHVybiB0aGlzLl9pbm5lclN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuXG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './lazy-behavior-subject';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2VsZGVyYnl0ZS9uZ3gtc3RhcnRlci9zcmMvbGliL2NvbW1vbi9yeGpzL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIlxuZXhwb3J0ICogZnJvbSAnLi9sYXp5LWJlaGF2aW9yLXN1YmplY3QnO1xuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ElderDataViewBaseComponent } from './elder-data-view-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export { ElderDataViewBaseComponent } from './elder-data-view-base';
|
|
6
|
-
export class ElderDataViewBaseModule {
|
|
7
|
-
}
|
|
8
|
-
ElderDataViewBaseModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ElderDataViewBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
ElderDataViewBaseModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: ElderDataViewBaseModule, declarations: [ElderDataViewBaseComponent], imports: [CommonModule] });
|
|
10
|
-
ElderDataViewBaseModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ElderDataViewBaseModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ElderDataViewBaseModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [ElderDataViewBaseComponent],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxkZXItZGF0YS12aWV3LWJhc2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZWxkZXJieXRlL25neC1zdGFydGVyL3NyYy9saWIvY29tcG9uZW50cy9kYXRhLXZpZXcvYmFzZS9lbGRlci1kYXRhLXZpZXctYmFzZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBRXBFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBTXBFLE1BQU0sT0FBTyx1QkFBdUI7O29IQUF2Qix1QkFBdUI7cUhBQXZCLHVCQUF1QixpQkFIakIsMEJBQTBCLGFBQy9CLFlBQVk7cUhBRWIsdUJBQXVCLFlBRnRCLFlBQVk7MkZBRWIsdUJBQXVCO2tCQUpuQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDBCQUEwQixDQUFDO29CQUMxQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFbGRlckRhdGFWaWV3QmFzZUNvbXBvbmVudCB9IGZyb20gJy4vZWxkZXItZGF0YS12aWV3LWJhc2UnO1xuXG5leHBvcnQgeyBFbGRlckRhdGFWaWV3QmFzZUNvbXBvbmVudCB9IGZyb20gJy4vZWxkZXItZGF0YS12aWV3LWJhc2UnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW0VsZGVyRGF0YVZpZXdCYXNlQ29tcG9uZW50XSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgRWxkZXJEYXRhVmlld0Jhc2VNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWZyYW1lLW1lc3NhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lbGRlcmJ5dGUvbmd4LXN0YXJ0ZXIvc3JjL2xpYi9jb21wb25lbnRzL2lmcmFtZXMvaWZyYW1lLW1lc3NhZ2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIlxuXG5leHBvcnQgdHlwZSBJZnJhbWVBY3Rpb24gPSAnUE9TVCcgfCAnQ0xPU0UnO1xuXG5leHBvcnQgaW50ZXJmYWNlIElmcmFtZU1lc3NhZ2U8VD4ge1xuXG4gIGFjdGlvbj86IElmcmFtZUFjdGlvbjtcbiAgZGF0YT86IFQ7XG5cbn1cbiJdfQ==
|