@dereekb/dbx-web 9.17.2 → 9.18.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/calendar/README.md +6 -0
- package/calendar/esm2020/dereekb-dbx-web-calendar.mjs +5 -0
- package/calendar/esm2020/index.mjs +2 -0
- package/calendar/esm2020/lib/calendar.base.component.mjs +44 -0
- package/calendar/esm2020/lib/calendar.component.mjs +57 -0
- package/calendar/esm2020/lib/calendar.mjs +30 -0
- package/calendar/esm2020/lib/calendar.module.mjs +87 -0
- package/calendar/esm2020/lib/calendar.store.mjs +107 -0
- package/calendar/esm2020/lib/index.mjs +6 -0
- package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs +313 -0
- package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/calendar/fesm2020/dereekb-dbx-web-calendar.mjs +311 -0
- package/calendar/fesm2020/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/calendar/index.d.ts +1 -0
- package/calendar/lib/calendar.base.component.d.ts +16 -0
- package/{lib/extension/calendar → calendar/lib}/calendar.component.d.ts +5 -22
- package/calendar/lib/calendar.d.ts +6 -0
- package/calendar/lib/calendar.module.d.ts +23 -0
- package/{lib/extension/calendar → calendar/lib}/calendar.store.d.ts +0 -0
- package/{lib/extension/calendar → calendar/lib}/index.d.ts +2 -0
- package/calendar/package.json +36 -0
- package/esm2020/calendar/dereekb-dbx-web-calendar.mjs +5 -0
- package/esm2020/calendar/index.mjs +2 -0
- package/esm2020/calendar/lib/calendar.base.component.mjs +44 -0
- package/esm2020/calendar/lib/calendar.component.mjs +57 -0
- package/esm2020/calendar/lib/calendar.mjs +30 -0
- package/esm2020/calendar/lib/calendar.module.mjs +87 -0
- package/esm2020/calendar/lib/calendar.store.mjs +107 -0
- package/esm2020/calendar/lib/index.mjs +6 -0
- package/esm2020/lib/action/action.confirm.directive.mjs +4 -4
- package/esm2020/lib/action/action.module.mjs +5 -5
- package/esm2020/lib/action/action.progress.component.mjs +4 -4
- package/esm2020/lib/action/key.trigger.directive.mjs +4 -4
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +4 -4
- package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +4 -4
- package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +5 -5
- package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +4 -4
- package/esm2020/lib/action/transition/action.transition.module.mjs +5 -5
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +4 -4
- package/esm2020/lib/action/transition/transition.safety.directive.mjs +4 -4
- package/esm2020/lib/button/button.component.mjs +6 -6
- package/esm2020/lib/button/button.module.mjs +5 -5
- package/esm2020/lib/button/button.spacer.component.mjs +4 -4
- package/esm2020/lib/button/progress/bar.button.component.mjs +5 -5
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +4 -4
- package/esm2020/lib/button/progress/button.progress.module.mjs +5 -5
- package/esm2020/lib/button/progress/spinner.button.component.mjs +5 -5
- package/esm2020/lib/dbx-web.module.mjs +9 -9
- package/esm2020/lib/error/error.action.directive.mjs +4 -4
- package/esm2020/lib/error/error.component.mjs +4 -4
- package/esm2020/lib/error/error.loading.directive.mjs +4 -4
- package/esm2020/lib/error/error.module.mjs +5 -5
- package/esm2020/lib/extension/index.mjs +1 -2
- package/esm2020/lib/extension/widget/widget.component.mjs +4 -4
- package/esm2020/lib/extension/widget/widget.directive.mjs +4 -4
- package/esm2020/lib/extension/widget/widget.list.component.mjs +10 -10
- package/esm2020/lib/extension/widget/widget.module.mjs +5 -5
- package/esm2020/lib/extension/widget/widget.service.mjs +4 -4
- package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +4 -4
- package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +4 -4
- package/esm2020/lib/interaction/dialog/dialog.content.close.component.mjs +37 -0
- package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +4 -4
- package/esm2020/lib/interaction/dialog/dialog.content.footer.component.mjs +39 -0
- package/esm2020/lib/interaction/dialog/dialog.module.mjs +12 -8
- package/esm2020/lib/interaction/dialog/index.mjs +3 -1
- package/esm2020/lib/interaction/filter/filter.module.mjs +5 -5
- package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.popover.component.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.preset.list.component.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.preset.menu.component.mjs +5 -5
- package/esm2020/lib/interaction/filter/filter.preset.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +4 -4
- package/esm2020/lib/interaction/interaction.module.mjs +5 -5
- package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +4 -4
- package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +7 -7
- package/esm2020/lib/interaction/popover/popover.action.directive.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.content.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.header.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.module.mjs +5 -5
- package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.service.mjs +4 -4
- package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.content.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.controls.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.module.mjs +5 -5
- package/esm2020/lib/interaction/popup/popup.service.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.component.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +7 -7
- package/esm2020/lib/interaction/prompt/prompt.module.mjs +5 -5
- package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +4 -4
- package/esm2020/lib/keypress/keydown.listener.directive.mjs +4 -4
- package/esm2020/lib/keypress/keypress.module.mjs +5 -5
- package/esm2020/lib/layout/bar/bar.directive.mjs +4 -4
- package/esm2020/lib/layout/bar/bar.header.component.mjs +4 -4
- package/esm2020/lib/layout/bar/bar.layout.module.mjs +5 -5
- package/esm2020/lib/layout/bar/pagebar.component.mjs +4 -4
- package/esm2020/lib/layout/block/block.layout.module.mjs +5 -5
- package/esm2020/lib/layout/block/two.block.component.mjs +4 -4
- package/esm2020/lib/layout/card/card.box.component.mjs +4 -4
- package/esm2020/lib/layout/card/card.box.container.component.mjs +4 -4
- package/esm2020/lib/layout/card/card.box.layout.module.mjs +5 -5
- package/esm2020/lib/layout/column/column.layout.module.mjs +5 -5
- package/esm2020/lib/layout/column/one/one.column.component.mjs +4 -4
- package/esm2020/lib/layout/column/one/one.column.module.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.component.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.head.component.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.module.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.right.component.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.sref.showright.directive.mjs +4 -4
- package/esm2020/lib/layout/column/two/two.column.store.mjs +4 -4
- package/esm2020/lib/layout/compact/compact.directive.mjs +4 -4
- package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -5
- package/esm2020/lib/layout/compact/compact.store.mjs +4 -4
- package/esm2020/lib/layout/content/content.border.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.box.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.container.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.elevate.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.layout.module.mjs +5 -5
- package/esm2020/lib/layout/content/content.page.directive.mjs +4 -4
- package/esm2020/lib/layout/flag/flag.component.mjs +4 -4
- package/esm2020/lib/layout/flag/flag.layout.module.mjs +5 -5
- package/esm2020/lib/layout/flag/flag.prompt.component.mjs +4 -4
- package/esm2020/lib/layout/flex/flex.group.directive.mjs +4 -4
- package/esm2020/lib/layout/flex/flex.layout.module.mjs +5 -5
- package/esm2020/lib/layout/flex/flex.size.directive.mjs +4 -4
- package/esm2020/lib/layout/item/item.icon.component.mjs +4 -4
- package/esm2020/lib/layout/item/item.layout.module.mjs +5 -5
- package/esm2020/lib/layout/layout.module.mjs +5 -5
- package/esm2020/lib/layout/list/list.component.mjs +7 -7
- package/esm2020/lib/layout/list/list.content.empty.component.mjs +4 -4
- package/esm2020/lib/layout/list/list.directive.mjs +7 -7
- package/esm2020/lib/layout/list/list.grid.view.component.mjs +10 -10
- package/esm2020/lib/layout/list/list.grid.view.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.layout.module.mjs +5 -5
- package/esm2020/lib/layout/list/list.view.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.selection.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.value.component.mjs +7 -7
- package/esm2020/lib/layout/list/list.view.value.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +7 -7
- package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.value.modifier.selection.directive.mjs +4 -4
- package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +7 -7
- package/esm2020/lib/layout/section/section.component.mjs +4 -4
- package/esm2020/lib/layout/section/section.header.component.mjs +4 -4
- package/esm2020/lib/layout/section/section.intro.component.mjs +4 -4
- package/esm2020/lib/layout/section/section.layout.module.mjs +5 -5
- package/esm2020/lib/layout/section/section.page.component.mjs +4 -4
- package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
- package/esm2020/lib/layout/step/step.component.mjs +4 -4
- package/esm2020/lib/layout/step/step.layout.module.mjs +5 -5
- package/esm2020/lib/layout/style/spacer.directive.mjs +4 -4
- package/esm2020/lib/layout/style/style.body.directive.mjs +4 -4
- package/esm2020/lib/layout/style/style.directive.mjs +4 -4
- package/esm2020/lib/layout/style/style.layout.module.mjs +5 -5
- package/esm2020/lib/layout/style/style.service.mjs +4 -4
- package/esm2020/lib/layout/style/style.set.directive.mjs +4 -4
- package/esm2020/lib/layout/text/form.description.component.mjs +4 -4
- package/esm2020/lib/layout/text/hint.component.mjs +4 -4
- package/esm2020/lib/layout/text/icon.spacer.component.mjs +4 -4
- package/esm2020/lib/layout/text/label.component.mjs +4 -4
- package/esm2020/lib/layout/text/linkify.component.mjs +4 -4
- package/esm2020/lib/layout/text/note.component.mjs +4 -4
- package/esm2020/lib/layout/text/notice.component.mjs +4 -4
- package/esm2020/lib/layout/text/ok.component.mjs +4 -4
- package/esm2020/lib/layout/text/success.component.mjs +4 -4
- package/esm2020/lib/layout/text/text.chips.component.mjs +4 -4
- package/esm2020/lib/layout/text/text.module.mjs +5 -5
- package/esm2020/lib/layout/text/warn.component.mjs +4 -4
- package/esm2020/lib/loading/basic-loading.component.mjs +4 -4
- package/esm2020/lib/loading/loading-progress.component.mjs +4 -4
- package/esm2020/lib/loading/loading.action.directive.mjs +4 -4
- package/esm2020/lib/loading/loading.component.mjs +4 -4
- package/esm2020/lib/loading/loading.module.mjs +5 -5
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.module.mjs +5 -5
- package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +4 -4
- package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
- package/esm2020/lib/router/layout/layout.module.mjs +5 -5
- package/esm2020/lib/router/layout/list/list.module.mjs +5 -5
- package/esm2020/lib/router/layout/list/router.list.directive.mjs +4 -4
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +4 -4
- package/esm2020/lib/router/layout/navbar/navbar.module.mjs +5 -5
- package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +4 -4
- package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +4 -4
- package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
- package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +4 -4
- package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +4 -4
- package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +4 -4
- package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
- package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +4 -4
- package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
- package/esm2020/lib/screen/screen.module.mjs +5 -5
- package/esm2020/lib/screen/screen.service.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.cdref.service.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.change.service.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.layout.component.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.layout.drawer.component.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.marker.component.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.markers.component.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.menu.component.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.module.mjs +5 -5
- package/esm2020/mapbox/lib/mapbox.service.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.store.map.directive.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.store.mjs +4 -4
- package/esm2020/mapbox/lib/mapbox.store.provide.mjs +7 -7
- package/fesm2015/dereekb-dbx-web-calendar.mjs +313 -0
- package/fesm2015/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/fesm2015/dereekb-dbx-web-mapbox.mjs +40 -40
- package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-web.mjs +709 -880
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-calendar.mjs +311 -0
- package/fesm2020/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/fesm2020/dereekb-dbx-web-mapbox.mjs +40 -40
- package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +709 -880
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/button/_button.scss +9 -0
- package/lib/button/progress/spinner.button.component.scss +2 -0
- package/lib/extension/calendar/_calendar.scss +21 -1
- package/lib/extension/calendar/style/_variables.scss +24 -0
- package/lib/extension/calendar/style/month/calendar-month-view.scss +30 -0
- package/lib/extension/index.d.ts +0 -1
- package/lib/interaction/dialog/_dialog.scss +18 -0
- package/lib/interaction/dialog/dialog.content.close.component.d.ts +12 -0
- package/lib/interaction/dialog/dialog.content.footer.component.d.ts +13 -0
- package/lib/interaction/dialog/dialog.module.d.ts +7 -3
- package/lib/interaction/dialog/index.d.ts +2 -0
- package/lib/interaction/filter/filter.preset.menu.component.d.ts +2 -3
- package/lib/layout/style/_style.scss +5 -0
- package/mapbox/esm2020/lib/mapbox.cdref.service.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.change.service.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.layout.component.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.layout.drawer.component.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.marker.component.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.markers.component.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.menu.component.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.module.mjs +5 -5
- package/mapbox/esm2020/lib/mapbox.service.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.store.map.directive.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.store.mjs +4 -4
- package/mapbox/esm2020/lib/mapbox.store.provide.mjs +7 -7
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +40 -40
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +40 -40
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/package.json +3 -3
- package/package.json +14 -7
- package/esm2020/lib/extension/calendar/calendar.component.mjs +0 -86
- package/esm2020/lib/extension/calendar/calendar.module.mjs +0 -72
- package/esm2020/lib/extension/calendar/calendar.store.mjs +0 -107
- package/esm2020/lib/extension/calendar/index.mjs +0 -4
- package/lib/extension/calendar/calendar.module.d.ts +0 -22
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Directive, InjectionToken, EventEmitter, Optional, Inject, Output, HostListener, Input, ElementRef, Component, ChangeDetectionStrategy, ViewChild, Injectable, Host, NgModule, TemplateRef, forwardRef } from '@angular/core';
|
|
3
3
|
import { filterMaybe, LoadingStateType, loadingStateType, skipFirstMaybe, SubscriptionObject, initialize, asObservable, isNot, ListLoadingStateContextInstance, loadingStateHasFinishedLoading, startWithBeginLoading, valueFromObservableOrValue, LoadingStateContextInstance, mapForEach, switchMapMaybeObs, LockSet } from '@dereekb/rxjs';
|
|
4
|
-
import { BehaviorSubject, map, combineLatest, distinctUntilChanged, shareReplay, first, Subject, of, switchMap, startWith, filter, delay, throttleTime, distinct, merge, exhaustMap, catchError, skip, from, mergeMap, race, tap
|
|
4
|
+
import { BehaviorSubject, map, combineLatest, distinctUntilChanged, shareReplay, first, Subject, of, switchMap, startWith, filter, delay, throttleTime, distinct, merge, exhaustMap, catchError, skip, from, mergeMap, race, tap } from 'rxjs';
|
|
5
5
|
import * as i1$1 from '@angular/material/snack-bar';
|
|
6
6
|
import { MAT_SNACK_BAR_DATA, MatSnackBarModule } from '@angular/material/snack-bar';
|
|
7
7
|
import * as i1$2 from '@dereekb/dbx-core';
|
|
@@ -57,22 +57,15 @@ import * as i1$8 from 'ng-overlay-container';
|
|
|
57
57
|
import { NgOverlayContainerService, NgOverlayContainerModule } from 'ng-overlay-container';
|
|
58
58
|
import * as i1$9 from '@angular/cdk/overlay';
|
|
59
59
|
import { GlobalPositionStrategy } from '@angular/cdk/overlay';
|
|
60
|
-
import * as
|
|
61
|
-
import * as i3$
|
|
60
|
+
import * as i3$5 from '@angular/flex-layout/flex';
|
|
61
|
+
import * as i3$6 from '@angular/flex-layout/extended';
|
|
62
62
|
import * as i2$4 from '@uirouter/core';
|
|
63
|
-
import { startOfDay, endOfDay, startOfWeek, endOfWeek, startOfMonth, endOfMonth, differenceInDays, addDays, isSameDay, isBefore, isAfter, isSameMonth } from 'date-fns';
|
|
64
|
-
import { formatToTimeAndDurationString } from '@dereekb/date';
|
|
65
|
-
import * as i5$2 from '@angular/material/button-toggle';
|
|
66
|
-
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
|
67
|
-
import * as i6 from 'angular-calendar';
|
|
68
|
-
import { CalendarModule, CalendarDayModule, CalendarWeekModule, DateAdapter } from 'angular-calendar';
|
|
69
|
-
import { adapterFactory } from 'angular-calendar/date-adapters/date-fns';
|
|
70
63
|
|
|
71
64
|
class DbxSpacerDirective {
|
|
72
65
|
}
|
|
73
|
-
DbxSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
74
|
-
DbxSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
66
|
+
DbxSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
67
|
+
DbxSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]", host: { classAttribute: "dbx-spacer" }, ngImport: i0 });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpacerDirective, decorators: [{
|
|
76
69
|
type: Directive,
|
|
77
70
|
args: [{
|
|
78
71
|
selector: 'dbx-spacer, [dbxSpacer]',
|
|
@@ -144,9 +137,9 @@ class AbstractProgressButtonDirective extends AbstractSubscriptionDirective {
|
|
|
144
137
|
this._disabled.next(disabled);
|
|
145
138
|
}
|
|
146
139
|
}
|
|
147
|
-
AbstractProgressButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
148
|
-
AbstractProgressButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
140
|
+
AbstractProgressButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractProgressButtonDirective, deps: [{ token: DBX_MAT_PROGRESS_BUTTON_GLOBAL_CONFIG, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
141
|
+
AbstractProgressButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractProgressButtonDirective, inputs: { options: "options", buttonId: "buttonId", working: "working", disabled: "disabled" }, outputs: { btnClick: "btnClick" }, host: { listeners: { "click": "handleClick($event)" } }, usesInheritance: true, ngImport: i0 });
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractProgressButtonDirective, decorators: [{
|
|
150
143
|
type: Directive
|
|
151
144
|
}], ctorParameters: function () {
|
|
152
145
|
return [{ type: undefined, decorators: [{
|
|
@@ -194,11 +187,11 @@ class DbxSpinnerButtonComponent extends AbstractProgressButtonDirective {
|
|
|
194
187
|
return size;
|
|
195
188
|
}
|
|
196
189
|
}
|
|
197
|
-
DbxSpinnerButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
198
|
-
DbxSpinnerButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
190
|
+
DbxSpinnerButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpinnerButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
191
|
+
DbxSpinnerButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSpinnerButtonComponent, selector: "dbx-spinner-button", viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [class.working]=\"options.working && !options.disabled\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span class=\"button-text\" *ngIf=\"!options.fab\" [class.working]=\"options.working && !options.disabled\">\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <ng-container *ngIf=\"options.fab && options.icon\">\n <mat-icon class=\"mat-fab-icon\" [fontSet]=\"options.icon.fontSet!\" [fontIcon]=\"options.icon.fontIcon!\" [color]=\"options.icon.color!\" [svgIcon]=\"options.icon.svgIcon!\" [inline]=\"options.icon.inline!\">\n {{ options.icon.fontSet ? '' : options.icon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <mat-spinner class=\"spinner\" *ngIf=\"options.working && !options.disabled\" [diameter]=\"calcSpinnerSize()\" [color]=\"options.spinnerColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\" [ngStyle]=\"customSpinnerStyle!\" [ngClass]=\"{ 'dbx-spinner-custom': customSpinnerStyle! }\" [class.working]=\"options.working && !options.disabled\"></mat-spinner>\n</button>\n", styles: [":host button{outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mat-button-wrapper{display:flex;align-items:center;justify-content:center}:host button.fullWidth{width:100%}:host button .spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .spinner.working{opacity:1}:host button .button-text{opacity:1;transition:opacity .3s ease-in-out}:host button .button-text.working{opacity:0}:host button mat-icon.mat-button-icon{padding-right:5px;transition:opacity .3s ease-in-out}:host button mat-icon.mat-button-icon.is-mat-icon{font-size:18px;position:relative;top:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpinnerButtonComponent, decorators: [{
|
|
200
193
|
type: Component,
|
|
201
|
-
args: [{ selector: 'dbx-spinner-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [class.working]=\"options.working && !options.disabled\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span class=\"button-text\" *ngIf=\"!options.fab\" [class.working]=\"options.working && !options.disabled\">\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <ng-container *ngIf=\"options.fab && options.icon\">\n <mat-icon [fontSet]=\"options.icon.fontSet!\" [fontIcon]=\"options.icon.fontIcon!\" [color]=\"options.icon.color!\" [svgIcon]=\"options.icon.svgIcon!\" [inline]=\"options.icon.inline!\">\n {{ options.icon.fontSet ? '' : options.icon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <mat-spinner class=\"spinner\" *ngIf=\"options.working && !options.disabled\" [diameter]=\"calcSpinnerSize()\" [color]=\"options.spinnerColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\" [ngStyle]=\"customSpinnerStyle!\" [ngClass]=\"{ 'dbx-spinner-custom': customSpinnerStyle! }\" [class.working]=\"options.working && !options.disabled\"></mat-spinner>\n</button>\n", styles: [":host button{outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mat-button-wrapper{display:flex;align-items:center;justify-content:center}:host button.fullWidth{width:100%}:host button .spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .spinner.working{opacity:1}:host button .button-text{opacity:1;transition:opacity .3s ease-in-out}:host button .button-text.working{opacity:0}:host button mat-icon.mat-button-icon{padding-right:5px;transition:opacity .3s ease-in-out}:host button mat-icon.mat-button-icon.is-mat-icon{font-size:18px;position:relative;top:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n"] }]
|
|
194
|
+
args: [{ selector: 'dbx-spinner-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [class.working]=\"options.working && !options.disabled\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span class=\"button-text\" *ngIf=\"!options.fab\" [class.working]=\"options.working && !options.disabled\">\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <ng-container *ngIf=\"options.fab && options.icon\">\n <mat-icon class=\"mat-fab-icon\" [fontSet]=\"options.icon.fontSet!\" [fontIcon]=\"options.icon.fontIcon!\" [color]=\"options.icon.color!\" [svgIcon]=\"options.icon.svgIcon!\" [inline]=\"options.icon.inline!\">\n {{ options.icon.fontSet ? '' : options.icon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <mat-spinner class=\"spinner\" *ngIf=\"options.working && !options.disabled\" [diameter]=\"calcSpinnerSize()\" [color]=\"options.spinnerColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\" [ngStyle]=\"customSpinnerStyle!\" [ngClass]=\"{ 'dbx-spinner-custom': customSpinnerStyle! }\" [class.working]=\"options.working && !options.disabled\"></mat-spinner>\n</button>\n", styles: [":host button{outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mat-button-wrapper{display:flex;align-items:center;justify-content:center}:host button.fullWidth{width:100%}:host button .spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .spinner.working{opacity:1}:host button .button-text{opacity:1;transition:opacity .3s ease-in-out}:host button .button-text.working{opacity:0}:host button mat-icon.mat-button-icon{padding-right:5px;transition:opacity .3s ease-in-out}:host button mat-icon.mat-button-icon.is-mat-icon{font-size:18px;position:relative;top:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n"] }]
|
|
202
195
|
}], propDecorators: { buttonRef: [{
|
|
203
196
|
type: ViewChild,
|
|
204
197
|
args: ['button', { static: true, read: ElementRef }]
|
|
@@ -258,13 +251,13 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
258
251
|
}
|
|
259
252
|
const customSpinnerColor = (_a = this.customSpinnerColor) !== null && _a !== void 0 ? _a : this.customTextColor;
|
|
260
253
|
const disabled = !this.working && this.disabled; // Only disabled if we're not working, in order to show the animation.
|
|
254
|
+
const isIconOnlyButton = buttonIcon && !this.text;
|
|
261
255
|
return {
|
|
262
256
|
fab: false,
|
|
263
257
|
working: this.working,
|
|
264
258
|
buttonIcon,
|
|
265
259
|
customStyle,
|
|
266
|
-
customClass: 'dbx-button ' + (
|
|
267
|
-
// buttonIcon: icon,
|
|
260
|
+
customClass: 'dbx-button ' + (isIconOnlyButton ? 'dbx-button-no-text' : ''),
|
|
268
261
|
text: (_b = this.text) !== null && _b !== void 0 ? _b : '',
|
|
269
262
|
buttonColor: this.color,
|
|
270
263
|
barColor: 'accent',
|
|
@@ -278,13 +271,13 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
278
271
|
};
|
|
279
272
|
}
|
|
280
273
|
}
|
|
281
|
-
DbxButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
282
|
-
DbxButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
274
|
+
DbxButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
275
|
+
DbxButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonComponent, selector: "dbx-button", inputs: { type: "type", raised: "raised", stroked: "stroked", flat: "flat", color: "color", customButtonColor: "customButtonColor", customTextColor: "customTextColor", customSpinnerColor: "customSpinnerColor" }, providers: provideDbxButton(DbxButtonComponent), usesInheritance: true, ngImport: i0, template: `
|
|
283
276
|
<dbx-spinner-button class="page-button" (btnClick)="clickButton()" [options]="btnOptions">
|
|
284
277
|
<ng-content></ng-content>
|
|
285
278
|
</dbx-spinner-button>
|
|
286
279
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxSpinnerButtonComponent, selector: "dbx-spinner-button" }] });
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonComponent, decorators: [{
|
|
288
281
|
type: Component,
|
|
289
282
|
args: [{
|
|
290
283
|
selector: 'dbx-button',
|
|
@@ -318,9 +311,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
318
311
|
*/
|
|
319
312
|
class DbxButtonSpacerDirective {
|
|
320
313
|
}
|
|
321
|
-
DbxButtonSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
322
|
-
DbxButtonSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
314
|
+
DbxButtonSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
315
|
+
DbxButtonSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]", host: { classAttribute: "dbx-button-spacer d-inline" }, ngImport: i0 });
|
|
316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonSpacerDirective, decorators: [{
|
|
324
317
|
type: Directive,
|
|
325
318
|
args: [{
|
|
326
319
|
selector: 'dbx-button-spacer,[dbxButtonSpacer]',
|
|
@@ -406,9 +399,9 @@ class DbxActionSnackbarComponent extends AbstractSubscriptionDirective {
|
|
|
406
399
|
}
|
|
407
400
|
}
|
|
408
401
|
}
|
|
409
|
-
DbxActionSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
410
|
-
DbxActionSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
402
|
+
DbxActionSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
403
|
+
DbxActionSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSnackbarComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-action-snackbar\" [ngClass]=\"(snackbarStatusClass$ | async)!\">\n <ng-container [ngSwitch]=\"complete$ | async\">\n <ng-container *ngSwitchCase=\"true\">\n <dbx-spacer></dbx-spacer>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"done\" text=\"Success\"></dbx-button>\n </ng-container>\n <ng-container *ngSwitchCase=\"false\">\n <span>{{ message }}</span>\n <dbx-spacer></dbx-spacer>\n <ng-container *ngIf=\"hasAction\">\n <dbx-action [dbxActionValueStream]=\"value$\" [dbxActionSource]=\"sourceInstance$ | async\" [dbxActionSuccessHandler]=\"dismissAfterActionCompletes\">\n <dbx-button dbxActionButton color=\"warn\" [text]=\"button\"></dbx-button>\n </dbx-action>\n <dbx-button-spacer></dbx-button-spacer>\n </ng-container>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"close\"></dbx-button>\n </ng-container>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]" }, { kind: "directive", type: i1$2.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i1$2.DbxActionSourceDirective, selector: "[dbxActionSource]", inputs: ["dbxActionSource"] }, { kind: "directive", type: i1$2.dbxActionValueStreamDirective, selector: "[dbxActionValueStream]", inputs: ["dbxActionValueStream", "dbxActionValueStreamIsNotEmpty", "dbxActionValueStreamModified"] }, { kind: "directive", type: i1$2.DbxActionSuccessHandlerDirective, selector: "[dbxActionSuccessHandler]", inputs: ["dbxActionSuccessHandler"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarComponent, decorators: [{
|
|
412
405
|
type: Component,
|
|
413
406
|
args: [{ template: "<div class=\"dbx-action-snackbar\" [ngClass]=\"(snackbarStatusClass$ | async)!\">\n <ng-container [ngSwitch]=\"complete$ | async\">\n <ng-container *ngSwitchCase=\"true\">\n <dbx-spacer></dbx-spacer>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"done\" text=\"Success\"></dbx-button>\n </ng-container>\n <ng-container *ngSwitchCase=\"false\">\n <span>{{ message }}</span>\n <dbx-spacer></dbx-spacer>\n <ng-container *ngIf=\"hasAction\">\n <dbx-action [dbxActionValueStream]=\"value$\" [dbxActionSource]=\"sourceInstance$ | async\" [dbxActionSuccessHandler]=\"dismissAfterActionCompletes\">\n <dbx-button dbxActionButton color=\"warn\" [text]=\"button\"></dbx-button>\n </dbx-action>\n <dbx-button-spacer></dbx-button-spacer>\n </ng-container>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"close\"></dbx-button>\n </ng-container>\n </ng-container>\n</div>\n" }]
|
|
414
407
|
}], ctorParameters: function () {
|
|
@@ -617,9 +610,9 @@ class DbxActionSnackbarService {
|
|
|
617
610
|
return result;
|
|
618
611
|
}
|
|
619
612
|
}
|
|
620
|
-
DbxActionSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
621
|
-
DbxActionSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
613
|
+
DbxActionSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarService, deps: [{ token: i1$1.MatSnackBar }, { token: DBX_ACTION_SNACKBAR_SERVICE_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
614
|
+
DbxActionSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarService, providedIn: 'root' });
|
|
615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarService, decorators: [{
|
|
623
616
|
type: Injectable,
|
|
624
617
|
args: [{
|
|
625
618
|
providedIn: 'root'
|
|
@@ -672,9 +665,9 @@ class DbxActionSnackbarDirective extends AbstractSubscriptionDirective {
|
|
|
672
665
|
this.dbxActionSnackbarService.openSnackbar(config);
|
|
673
666
|
}
|
|
674
667
|
}
|
|
675
|
-
DbxActionSnackbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
676
|
-
DbxActionSnackbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
668
|
+
DbxActionSnackbarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarDirective, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance, host: true }, { token: DbxActionSnackbarService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
669
|
+
DbxActionSnackbarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSnackbarDirective, selector: "[dbxActionSnackbar]", inputs: { snackbarFunction: ["dbxActionSnackbar", "snackbarFunction"], dbxActionSnackbarDefault: "dbxActionSnackbarDefault", dbxActionSnackbarUndo: "dbxActionSnackbarUndo" }, usesInheritance: true, ngImport: i0 });
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarDirective, decorators: [{
|
|
678
671
|
type: Directive,
|
|
679
672
|
args: [{
|
|
680
673
|
selector: '[dbxActionSnackbar]'
|
|
@@ -694,11 +687,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
694
687
|
|
|
695
688
|
class DbxBarButtonComponent extends AbstractProgressButtonDirective {
|
|
696
689
|
}
|
|
697
|
-
DbxBarButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
698
|
-
DbxBarButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
690
|
+
DbxBarButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
691
|
+
DbxBarButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxBarButtonComponent, selector: "dbx-bar-button", usesInheritance: true, ngImport: i0, template: "<button class=\"dbx-bar-button\" mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.fullWidth]=\"options.fullWidth\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span>\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <mat-progress-bar class=\"bar\" *ngIf=\"options.working && !options.disabled\" [color]=\"options.barColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\"></mat-progress-bar>\n</button>\n", styles: [":host button.working{cursor:not-allowed}:host button.fullWidth{width:100%}:host button .bar{position:absolute;top:0;left:0}:host button mat-icon{padding-right:5px}:host button mat-icon.is-mat-icon{font-size:18px;position:relative;top:3px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i3$1.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarButtonComponent, decorators: [{
|
|
700
693
|
type: Component,
|
|
701
|
-
args: [{ selector: 'dbx-bar-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.fullWidth]=\"options.fullWidth\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span>\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <mat-progress-bar class=\"bar\" *ngIf=\"options.working && !options.disabled\" [color]=\"options.barColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\"></mat-progress-bar>\n</button>\n", styles: [":host button.working{cursor:not-allowed}:host button.fullWidth{width:100%}:host button .bar{position:absolute;top:0;left:0}:host button mat-icon{padding-right:5px}:host button mat-icon.is-mat-icon{font-size:18px;position:relative;top:3px}\n"] }]
|
|
694
|
+
args: [{ selector: 'dbx-bar-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"dbx-bar-button\" mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.fullWidth]=\"options.fullWidth\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span>\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n\n <mat-progress-bar class=\"bar\" *ngIf=\"options.working && !options.disabled\" [color]=\"options.barColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\"></mat-progress-bar>\n</button>\n", styles: [":host button.working{cursor:not-allowed}:host button.fullWidth{width:100%}:host button .bar{position:absolute;top:0;left:0}:host button mat-icon{padding-right:5px}:host button mat-icon.is-mat-icon{font-size:18px;position:relative;top:3px}\n"] }]
|
|
702
695
|
}] });
|
|
703
696
|
|
|
704
697
|
class DbxProgressButtonsModule {
|
|
@@ -714,10 +707,10 @@ class DbxProgressButtonsModule {
|
|
|
714
707
|
};
|
|
715
708
|
}
|
|
716
709
|
}
|
|
717
|
-
DbxProgressButtonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
718
|
-
DbxProgressButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
719
|
-
DbxProgressButtonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
710
|
+
DbxProgressButtonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxProgressButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
711
|
+
DbxProgressButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxProgressButtonsModule, declarations: [DbxSpinnerButtonComponent, DbxBarButtonComponent], imports: [CommonModule, MatButtonModule, MatProgressBarModule, MatProgressSpinnerModule, MatRippleModule, MatIconModule], exports: [DbxSpinnerButtonComponent, DbxBarButtonComponent] });
|
|
712
|
+
DbxProgressButtonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxProgressButtonsModule, imports: [CommonModule, MatButtonModule, MatProgressBarModule, MatProgressSpinnerModule, MatRippleModule, MatIconModule] });
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxProgressButtonsModule, decorators: [{
|
|
721
714
|
type: NgModule,
|
|
722
715
|
args: [{
|
|
723
716
|
imports: [CommonModule, MatButtonModule, MatProgressBarModule, MatProgressSpinnerModule, MatRippleModule, MatIconModule],
|
|
@@ -728,10 +721,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
728
721
|
|
|
729
722
|
class DbxButtonModule {
|
|
730
723
|
}
|
|
731
|
-
DbxButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
732
|
-
DbxButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
733
|
-
DbxButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
724
|
+
DbxButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
725
|
+
DbxButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonModule, declarations: [DbxButtonComponent, DbxButtonSpacerDirective], imports: [CommonModule, DbxProgressButtonsModule], exports: [DbxCoreButtonModule, DbxProgressButtonsModule, DbxButtonComponent, DbxButtonSpacerDirective] });
|
|
726
|
+
DbxButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonModule, imports: [CommonModule, DbxProgressButtonsModule, DbxCoreButtonModule, DbxProgressButtonsModule] });
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonModule, decorators: [{
|
|
735
728
|
type: NgModule,
|
|
736
729
|
args: [{
|
|
737
730
|
imports: [CommonModule, DbxProgressButtonsModule],
|
|
@@ -759,9 +752,9 @@ class AbstractDialogDirective extends AbstractTransitionWatcherDirective {
|
|
|
759
752
|
this.dialogRef.close(value);
|
|
760
753
|
}
|
|
761
754
|
}
|
|
762
|
-
AbstractDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
763
|
-
AbstractDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
755
|
+
AbstractDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDialogDirective, deps: [{ token: MAT_DIALOG_DATA, optional: true }, { token: MatDialogRef }, { token: i1$2.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
756
|
+
AbstractDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDialogDirective, usesInheritance: true, ngImport: i0 });
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDialogDirective, decorators: [{
|
|
765
758
|
type: Directive
|
|
766
759
|
}], ctorParameters: function () {
|
|
767
760
|
return [{ type: undefined, decorators: [{
|
|
@@ -775,6 +768,75 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
775
768
|
}] }, { type: i1$2.DbxRouterTransitionService }, { type: i0.NgZone }];
|
|
776
769
|
} });
|
|
777
770
|
|
|
771
|
+
/**
|
|
772
|
+
* Component used to show a close button at the top of a dialog, floating in a corner.
|
|
773
|
+
*/
|
|
774
|
+
class DbxDialogContentCloseComponent {
|
|
775
|
+
constructor() {
|
|
776
|
+
this.close = new EventEmitter();
|
|
777
|
+
}
|
|
778
|
+
closeClicked() {
|
|
779
|
+
this.close.emit(undefined);
|
|
780
|
+
}
|
|
781
|
+
ngOnDestroy() {
|
|
782
|
+
this.close.complete();
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
DbxDialogContentCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
786
|
+
DbxDialogContentCloseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxDialogContentCloseComponent, selector: "dbx-dialog-content-close", outputs: { close: "close" }, host: { classAttribute: "dbx-dialog-content-close" }, ngImport: i0, template: `
|
|
787
|
+
<button mat-icon-button (click)="closeClicked()"><mat-icon>close</mat-icon></button>
|
|
788
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentCloseComponent, decorators: [{
|
|
790
|
+
type: Component,
|
|
791
|
+
args: [{
|
|
792
|
+
selector: 'dbx-dialog-content-close',
|
|
793
|
+
template: `
|
|
794
|
+
<button mat-icon-button (click)="closeClicked()"><mat-icon>close</mat-icon></button>
|
|
795
|
+
`,
|
|
796
|
+
host: {
|
|
797
|
+
class: 'dbx-dialog-content-close'
|
|
798
|
+
}
|
|
799
|
+
}]
|
|
800
|
+
}], propDecorators: { close: [{
|
|
801
|
+
type: Output
|
|
802
|
+
}] } });
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* Component used to show a close button at the bottom of a dialog.
|
|
806
|
+
*/
|
|
807
|
+
class DbxDialogContentFooterComponent {
|
|
808
|
+
constructor() {
|
|
809
|
+
this.closeText = 'Close';
|
|
810
|
+
this.close = new EventEmitter();
|
|
811
|
+
}
|
|
812
|
+
closeClicked() {
|
|
813
|
+
this.close.emit(undefined);
|
|
814
|
+
}
|
|
815
|
+
ngOnDestroy() {
|
|
816
|
+
this.close.complete();
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
DbxDialogContentFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
820
|
+
DbxDialogContentFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxDialogContentFooterComponent, selector: "dbx-dialog-content-footer", inputs: { closeText: "closeText" }, outputs: { close: "close" }, host: { classAttribute: "dbx-dialog-content-footer" }, ngImport: i0, template: `
|
|
821
|
+
<button mat-raised-button (click)="closeClicked()">{{ closeText }}</button>
|
|
822
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentFooterComponent, decorators: [{
|
|
824
|
+
type: Component,
|
|
825
|
+
args: [{
|
|
826
|
+
selector: 'dbx-dialog-content-footer',
|
|
827
|
+
template: `
|
|
828
|
+
<button mat-raised-button (click)="closeClicked()">{{ closeText }}</button>
|
|
829
|
+
`,
|
|
830
|
+
host: {
|
|
831
|
+
class: 'dbx-dialog-content-footer'
|
|
832
|
+
}
|
|
833
|
+
}]
|
|
834
|
+
}], propDecorators: { closeText: [{
|
|
835
|
+
type: Input
|
|
836
|
+
}], close: [{
|
|
837
|
+
type: Output
|
|
838
|
+
}] } });
|
|
839
|
+
|
|
778
840
|
/**
|
|
779
841
|
* Component used to style a dialog.
|
|
780
842
|
*/
|
|
@@ -783,9 +845,9 @@ class DbxDialogContentDirective {
|
|
|
783
845
|
this.width = 'normal';
|
|
784
846
|
}
|
|
785
847
|
}
|
|
786
|
-
DbxDialogContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
787
|
-
DbxDialogContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
848
|
+
DbxDialogContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
849
|
+
DbxDialogContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxDialogContentDirective, selector: "dbx-dialog-content,[dbxDialogContent].dbx-dialog-content", inputs: { width: "width" }, host: { properties: { "class": "width + '-dialog-content'" }, classAttribute: "dbx-dialog-content" }, ngImport: i0 });
|
|
850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogContentDirective, decorators: [{
|
|
789
851
|
type: Directive,
|
|
790
852
|
args: [{
|
|
791
853
|
selector: 'dbx-dialog-content,[dbxDialogContent].dbx-dialog-content',
|
|
@@ -819,9 +881,9 @@ class DbxActionDialogDirective extends AbstractDbxActionValueOnTriggerDirective
|
|
|
819
881
|
return this.fn();
|
|
820
882
|
}
|
|
821
883
|
}
|
|
822
|
-
DbxActionDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
823
|
-
DbxActionDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
884
|
+
DbxActionDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDialogDirective, deps: [{ token: i0.ElementRef }, { token: i1$2.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
|
|
885
|
+
DbxActionDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionDialogDirective, selector: "[dbxActionDialog]", inputs: { fn: ["dbxActionDialog", "fn"], dbxActionDialogModified: "dbxActionDialogModified" }, exportAs: ["dbxActionDialog"], usesInheritance: true, ngImport: i0 });
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionDialogDirective, decorators: [{
|
|
825
887
|
type: Directive,
|
|
826
888
|
args: [{
|
|
827
889
|
exportAs: 'dbxActionDialog',
|
|
@@ -894,9 +956,9 @@ class DbxStyleService {
|
|
|
894
956
|
this._suffix.complete();
|
|
895
957
|
}
|
|
896
958
|
}
|
|
897
|
-
DbxStyleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
898
|
-
DbxStyleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
959
|
+
DbxStyleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleService, deps: [{ token: DBX_STYLE_DEFAULT_CONFIG_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
960
|
+
DbxStyleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleService, providedIn: 'root' });
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleService, decorators: [{
|
|
900
962
|
type: Injectable,
|
|
901
963
|
args: [{
|
|
902
964
|
providedIn: 'root'
|
|
@@ -954,9 +1016,9 @@ class DbxSetStyleDirective extends AbstractSubscriptionDirective {
|
|
|
954
1016
|
this._suffixes.next(suffixes);
|
|
955
1017
|
}
|
|
956
1018
|
}
|
|
957
|
-
DbxSetStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
958
|
-
DbxSetStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1019
|
+
DbxSetStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSetStyleDirective, deps: [{ token: DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1020
|
+
DbxSetStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxSetStyleDirective, selector: "[dbxSetStyle]", inputs: { style: ["dbxSetStyle", "style"], suffixes: "suffixes" }, host: { properties: { "class": "outputStyle" }, classAttribute: "dbx-style-root" }, usesInheritance: true, ngImport: i0 });
|
|
1021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSetStyleDirective, decorators: [{
|
|
960
1022
|
type: Directive,
|
|
961
1023
|
args: [{
|
|
962
1024
|
selector: '[dbxSetStyle]',
|
|
@@ -986,9 +1048,9 @@ class DbxStyleDirective extends AbstractSubscriptionDirective {
|
|
|
986
1048
|
this.style = '';
|
|
987
1049
|
}
|
|
988
1050
|
}
|
|
989
|
-
DbxStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
990
|
-
DbxStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1051
|
+
DbxStyleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleDirective, deps: [{ token: DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1052
|
+
DbxStyleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
|
|
1053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleDirective, decorators: [{
|
|
992
1054
|
type: Directive,
|
|
993
1055
|
args: [{
|
|
994
1056
|
selector: 'dbx-style, [dbxStyle], .dbx-style',
|
|
@@ -1015,9 +1077,9 @@ class DbxStyleBodyDirective extends AbstractSubscriptionDirective {
|
|
|
1015
1077
|
this._currentStyle = '';
|
|
1016
1078
|
}
|
|
1017
1079
|
}
|
|
1018
|
-
DbxStyleBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1019
|
-
DbxStyleBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1080
|
+
DbxStyleBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleBodyDirective, deps: [{ token: i0.Renderer2 }, { token: DbxStyleService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1081
|
+
DbxStyleBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxStyleBodyDirective, selector: "[dbxStyleBody]", host: { properties: { "class": "style" } }, usesInheritance: true, ngImport: i0 });
|
|
1082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleBodyDirective, decorators: [{
|
|
1021
1083
|
type: Directive,
|
|
1022
1084
|
args: [{
|
|
1023
1085
|
selector: '[dbxStyleBody]',
|
|
@@ -1029,10 +1091,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1029
1091
|
|
|
1030
1092
|
class DbxStyleLayoutModule {
|
|
1031
1093
|
}
|
|
1032
|
-
DbxStyleLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1033
|
-
DbxStyleLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1034
|
-
DbxStyleLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1094
|
+
DbxStyleLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1095
|
+
DbxStyleLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleLayoutModule, declarations: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective], imports: [CommonModule], exports: [DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective] });
|
|
1096
|
+
DbxStyleLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleLayoutModule, imports: [CommonModule] });
|
|
1097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleLayoutModule, decorators: [{
|
|
1036
1098
|
type: NgModule,
|
|
1037
1099
|
args: [{
|
|
1038
1100
|
imports: [CommonModule],
|
|
@@ -1046,15 +1108,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1046
1108
|
*/
|
|
1047
1109
|
class DbxDialogInteractionModule {
|
|
1048
1110
|
}
|
|
1049
|
-
DbxDialogInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1050
|
-
DbxDialogInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1051
|
-
DbxDialogInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1111
|
+
DbxDialogInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1112
|
+
DbxDialogInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogInteractionModule, declarations: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent], imports: [CommonModule, DbxStyleLayoutModule, MatButtonModule, MatIconModule], exports: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent] });
|
|
1113
|
+
DbxDialogInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogInteractionModule, imports: [CommonModule, DbxStyleLayoutModule, MatButtonModule, MatIconModule] });
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxDialogInteractionModule, decorators: [{
|
|
1053
1115
|
type: NgModule,
|
|
1054
1116
|
args: [{
|
|
1055
|
-
imports: [CommonModule, DbxStyleLayoutModule],
|
|
1056
|
-
declarations: [DbxDialogContentDirective, DbxActionDialogDirective],
|
|
1057
|
-
exports: [DbxDialogContentDirective, DbxActionDialogDirective]
|
|
1117
|
+
imports: [CommonModule, DbxStyleLayoutModule, MatButtonModule, MatIconModule],
|
|
1118
|
+
declarations: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent],
|
|
1119
|
+
exports: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent]
|
|
1058
1120
|
}]
|
|
1059
1121
|
}] });
|
|
1060
1122
|
|
|
@@ -1123,9 +1185,9 @@ class PopoverPositionStrategy {
|
|
|
1123
1185
|
*/
|
|
1124
1186
|
class DbxBarDirective {
|
|
1125
1187
|
}
|
|
1126
|
-
DbxBarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1127
|
-
DbxBarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1188
|
+
DbxBarDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1189
|
+
DbxBarDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxBarDirective, selector: "dbx-bar,[dbxBar]", inputs: { color: "color" }, host: { properties: { "class.dbx-primary-bg": "color === \"primary\"", "class.dbx-accent-bg": "color === \"accent\"", "class.dbx-warn-bg": "color === \"warn\"" }, classAttribute: "dbx-bar" }, ngImport: i0 });
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarDirective, decorators: [{
|
|
1129
1191
|
type: Directive,
|
|
1130
1192
|
args: [{
|
|
1131
1193
|
selector: 'dbx-bar,[dbxBar]',
|
|
@@ -1145,14 +1207,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1145
1207
|
*/
|
|
1146
1208
|
class DbxBarHeaderComponent {
|
|
1147
1209
|
}
|
|
1148
|
-
DbxBarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1149
|
-
DbxBarHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1210
|
+
DbxBarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1211
|
+
DbxBarHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxBarHeaderComponent, selector: "dbx-bar-header", inputs: { text: "text", icon: "icon", color: "color" }, host: { classAttribute: "dbx-bar-header dbx-hint" }, ngImport: i0, template: `
|
|
1150
1212
|
<dbx-bar [color]="color">
|
|
1151
1213
|
<mat-icon class="button-spacer" *ngIf="icon">{{ icon }}</mat-icon>
|
|
1152
1214
|
<span *ngIf="text">{{ text }}</span>
|
|
1153
1215
|
</dbx-bar>
|
|
1154
1216
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: DbxBarDirective, selector: "dbx-bar,[dbxBar]", inputs: ["color"] }] });
|
|
1155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarHeaderComponent, decorators: [{
|
|
1156
1218
|
type: Component,
|
|
1157
1219
|
args: [{
|
|
1158
1220
|
selector: 'dbx-bar-header',
|
|
@@ -1176,9 +1238,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1176
1238
|
|
|
1177
1239
|
class DbxPagebarComponent {
|
|
1178
1240
|
}
|
|
1179
|
-
DbxPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1180
|
-
DbxPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1241
|
+
DbxPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPagebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1242
|
+
DbxPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: { color: "color" }, ngImport: i0, template: "<mat-toolbar class=\"dbx-pagebar\" [ngClass]=\"color ? 'dbx-bar-' + color : ''\">\n <ng-content select=\"[left]\"></ng-content>\n <span class=\"spacer\"></span>\n <ng-content select=\"[right]\"></ng-content>\n</mat-toolbar>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2$2.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }] });
|
|
1243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPagebarComponent, decorators: [{
|
|
1182
1244
|
type: Component,
|
|
1183
1245
|
args: [{ selector: 'dbx-pagebar', template: "<mat-toolbar class=\"dbx-pagebar\" [ngClass]=\"color ? 'dbx-bar-' + color : ''\">\n <ng-content select=\"[left]\"></ng-content>\n <span class=\"spacer\"></span>\n <ng-content select=\"[right]\"></ng-content>\n</mat-toolbar>\n" }]
|
|
1184
1246
|
}], propDecorators: { color: [{
|
|
@@ -1190,10 +1252,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1190
1252
|
*/
|
|
1191
1253
|
class DbxBarLayoutModule {
|
|
1192
1254
|
}
|
|
1193
|
-
DbxBarLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1194
|
-
DbxBarLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1195
|
-
DbxBarLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1255
|
+
DbxBarLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1256
|
+
DbxBarLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxBarLayoutModule, declarations: [DbxBarDirective, DbxBarHeaderComponent, DbxPagebarComponent], imports: [CommonModule, MatToolbarModule, MatIconModule], exports: [DbxBarDirective, DbxBarHeaderComponent, DbxPagebarComponent] });
|
|
1257
|
+
DbxBarLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarLayoutModule, imports: [CommonModule, MatToolbarModule, MatIconModule] });
|
|
1258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBarLayoutModule, decorators: [{
|
|
1197
1259
|
type: NgModule,
|
|
1198
1260
|
args: [{
|
|
1199
1261
|
imports: [CommonModule, MatToolbarModule, MatIconModule],
|
|
@@ -1236,9 +1298,9 @@ class DbxAnchorComponent extends AbstractDbxAnchorDirective {
|
|
|
1236
1298
|
(_b = (_a = this.anchor) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, event);
|
|
1237
1299
|
}
|
|
1238
1300
|
}
|
|
1239
|
-
DbxAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1240
|
-
DbxAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1301
|
+
DbxAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorComponent, deps: [{ token: DbxRouterWebProviderConfig }], target: i0.ɵɵFactoryTarget.Component });
|
|
1302
|
+
DbxAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: { block: "block" }, host: { attributes: { "dbx-anchor-block": "block" }, classAttribute: "d-inline dbx-anchor" }, viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: "<ng-container [ngSwitch]=\"type$ | async\">\n <!-- Plain -->\n <ng-container *ngSwitchCase=\"0\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </ng-container>\n <!-- Click -->\n <a class=\"dbx-anchor-a dbx-anchor-click\" [ngClass]=\"(selectedClass$ | async) || ''\" (click)=\"clickAnchor()\" *ngSwitchCase=\"1\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Router -->\n <dbx-injection [config]=\"srefAnchorConfig\" *ngSwitchCase=\"2\">\n <!-- Injected in child. -->\n </dbx-injection>\n <!-- Href -->\n <a class=\"dbx-anchor-a dbx-anchor-href\" [href]=\"url$ | async\" [attr.target]=\"target$ | async\" *ngSwitchCase=\"3\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n <!-- Disabled or None -->\n <a class=\"dbx-anchor-a dbx-anchor-disabled\" *ngSwitchDefault>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </a>\n</ng-container>\n<!-- Template content -->\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorComponent, decorators: [{
|
|
1242
1304
|
type: Component,
|
|
1243
1305
|
args: [{ selector: 'dbx-anchor, [dbx-anchor]', host: {
|
|
1244
1306
|
class: 'd-inline dbx-anchor',
|
|
@@ -1256,15 +1318,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1256
1318
|
*/
|
|
1257
1319
|
class DbxAnchorIconComponent {
|
|
1258
1320
|
}
|
|
1259
|
-
DbxAnchorIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1260
|
-
DbxAnchorIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1321
|
+
DbxAnchorIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1322
|
+
DbxAnchorIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorIconComponent, selector: "dbx-anchor-icon", inputs: { anchor: "anchor" }, ngImport: i0, template: `
|
|
1261
1323
|
<dbx-anchor [anchor]="anchor">
|
|
1262
1324
|
<button mat-icon-button>
|
|
1263
1325
|
<mat-icon>{{ anchor?.icon }}</mat-icon>
|
|
1264
1326
|
</button>
|
|
1265
1327
|
</dbx-anchor>
|
|
1266
1328
|
`, isInline: true, dependencies: [{ kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }] });
|
|
1267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorIconComponent, decorators: [{
|
|
1268
1330
|
type: Component,
|
|
1269
1331
|
args: [{
|
|
1270
1332
|
selector: 'dbx-anchor-icon',
|
|
@@ -1299,13 +1361,13 @@ class DbxAnchorLinkComponent {
|
|
|
1299
1361
|
}
|
|
1300
1362
|
}
|
|
1301
1363
|
}
|
|
1302
|
-
DbxAnchorLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1303
|
-
DbxAnchorLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1364
|
+
DbxAnchorLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1365
|
+
DbxAnchorLinkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorLinkComponent, selector: "dbx-link", inputs: { anchor: "anchor", ref: "ref", href: "href" }, host: { classAttribute: "d-inline dbx-link" }, ngImport: i0, template: `
|
|
1304
1366
|
<dbx-anchor [anchor]="anchor">
|
|
1305
1367
|
<ng-content></ng-content>
|
|
1306
1368
|
</dbx-anchor>
|
|
1307
1369
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }] });
|
|
1308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorLinkComponent, decorators: [{
|
|
1309
1371
|
type: Component,
|
|
1310
1372
|
args: [{
|
|
1311
1373
|
selector: 'dbx-link',
|
|
@@ -1345,12 +1407,12 @@ class DbxAnchorContentComponent {
|
|
|
1345
1407
|
this._inputAnchor.complete();
|
|
1346
1408
|
}
|
|
1347
1409
|
}
|
|
1348
|
-
DbxAnchorContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1349
|
-
DbxAnchorContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1410
|
+
DbxAnchorContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorContentComponent, deps: [{ token: DbxAnchorComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1411
|
+
DbxAnchorContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorContentComponent, selector: "dbx-anchor-content", inputs: { anchor: "anchor" }, host: { classAttribute: "dbx-anchor-content" }, ngImport: i0, template: `
|
|
1350
1412
|
<mat-icon class="dbx-icon-spacer" *ngIf="icon$ | async">{{ icon$ | async }}</mat-icon>
|
|
1351
1413
|
<span *ngIf="title$ | async">{{ title$ | async }}</span>
|
|
1352
1414
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorContentComponent, decorators: [{
|
|
1354
1416
|
type: Component,
|
|
1355
1417
|
args: [{
|
|
1356
1418
|
selector: 'dbx-anchor-content',
|
|
@@ -1372,10 +1434,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1372
1434
|
|
|
1373
1435
|
class DbxRouterAnchorModule {
|
|
1374
1436
|
}
|
|
1375
|
-
DbxRouterAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1376
|
-
DbxRouterAnchorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1377
|
-
DbxRouterAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1437
|
+
DbxRouterAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1438
|
+
DbxRouterAnchorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorModule, declarations: [DbxAnchorComponent, DbxAnchorIconComponent, DbxAnchorLinkComponent, DbxAnchorContentComponent], imports: [CommonModule, MatIconModule, MatButtonModule, DbxInjectionComponentModule], exports: [DbxAnchorComponent, DbxAnchorIconComponent, DbxAnchorLinkComponent, DbxAnchorContentComponent] });
|
|
1439
|
+
DbxRouterAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorModule, imports: [CommonModule, MatIconModule, MatButtonModule, DbxInjectionComponentModule] });
|
|
1440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorModule, decorators: [{
|
|
1379
1441
|
type: NgModule,
|
|
1380
1442
|
args: [{
|
|
1381
1443
|
imports: [CommonModule, MatIconModule, MatButtonModule, DbxInjectionComponentModule],
|
|
@@ -1402,9 +1464,9 @@ class AbstractDbxSegueAnchorDirective {
|
|
|
1402
1464
|
return this.parent.anchor;
|
|
1403
1465
|
}
|
|
1404
1466
|
}
|
|
1405
|
-
AbstractDbxSegueAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1406
|
-
AbstractDbxSegueAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1467
|
+
AbstractDbxSegueAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSegueAnchorDirective, deps: [{ token: DbxAnchorComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1468
|
+
AbstractDbxSegueAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxSegueAnchorDirective, ngImport: i0 });
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSegueAnchorDirective, decorators: [{
|
|
1408
1470
|
type: Directive
|
|
1409
1471
|
}], ctorParameters: function () { return [{ type: DbxAnchorComponent }]; } });
|
|
1410
1472
|
|
|
@@ -1423,9 +1485,9 @@ class DbxAnchorListComponent {
|
|
|
1423
1485
|
this._anchors.complete();
|
|
1424
1486
|
}
|
|
1425
1487
|
}
|
|
1426
|
-
DbxAnchorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1427
|
-
DbxAnchorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1488
|
+
DbxAnchorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1489
|
+
DbxAnchorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAnchorListComponent, selector: "dbx-anchor-list", inputs: { anchors: "anchors" }, ngImport: i0, template: "<mat-nav-list class=\"dbx-anchor-list\">\n <ng-container *ngFor=\"let expanded of expandedAnchors$ | async; let last = last\">\n <span dbx-anchor [anchor]=\"expanded.value\">\n <a mat-list-item [disabled]=\"expanded.value.disabled\" [ngClass]=\"expanded.depth ? 'dbx-anchor-list-child' : 'dbx-anchor-list-root'\">\n <mat-icon mat-list-icon *ngIf=\"expanded.value.icon\">{{ expanded.value.icon }}</mat-icon>\n <!-- TODO: Add an icon from a letter if anchor.icon is unavailable. -->\n <div mat-line>{{ expanded.value.title }}</div>\n <mat-divider *ngIf=\"!last\"></mat-divider>\n </a>\n </span>\n </ng-container>\n</mat-nav-list>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3$2.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i3$2.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i4.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i3$2.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAnchorListComponent, decorators: [{
|
|
1429
1491
|
type: Component,
|
|
1430
1492
|
args: [{ selector: 'dbx-anchor-list', template: "<mat-nav-list class=\"dbx-anchor-list\">\n <ng-container *ngFor=\"let expanded of expandedAnchors$ | async; let last = last\">\n <span dbx-anchor [anchor]=\"expanded.value\">\n <a mat-list-item [disabled]=\"expanded.value.disabled\" [ngClass]=\"expanded.depth ? 'dbx-anchor-list-child' : 'dbx-anchor-list-root'\">\n <mat-icon mat-list-icon *ngIf=\"expanded.value.icon\">{{ expanded.value.icon }}</mat-icon>\n <!-- TODO: Add an icon from a letter if anchor.icon is unavailable. -->\n <div mat-line>{{ expanded.value.title }}</div>\n <mat-divider *ngIf=\"!last\"></mat-divider>\n </a>\n </span>\n </ng-container>\n</mat-nav-list>\n" }]
|
|
1431
1493
|
}], propDecorators: { anchors: [{
|
|
@@ -1434,10 +1496,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1434
1496
|
|
|
1435
1497
|
class DbxRouterAnchorListModule {
|
|
1436
1498
|
}
|
|
1437
|
-
DbxRouterAnchorListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1438
|
-
DbxRouterAnchorListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1439
|
-
DbxRouterAnchorListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1499
|
+
DbxRouterAnchorListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1500
|
+
DbxRouterAnchorListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorListModule, declarations: [DbxAnchorListComponent], imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatListModule, MatMenuModule, DbxRouterAnchorModule], exports: [DbxAnchorListComponent] });
|
|
1501
|
+
DbxRouterAnchorListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorListModule, imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatListModule, MatMenuModule, DbxRouterAnchorModule] });
|
|
1502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterAnchorListModule, decorators: [{
|
|
1441
1503
|
type: NgModule,
|
|
1442
1504
|
args: [{
|
|
1443
1505
|
imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatListModule, MatMenuModule, DbxRouterAnchorModule],
|
|
@@ -1487,9 +1549,9 @@ class DbxValueListItemModifierDirective {
|
|
|
1487
1549
|
this._inputModifiers.next(inputModifiers);
|
|
1488
1550
|
}
|
|
1489
1551
|
}
|
|
1490
|
-
DbxValueListItemModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1491
|
-
DbxValueListItemModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1552
|
+
DbxValueListItemModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListItemModifierDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1553
|
+
DbxValueListItemModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListItemModifierDirective, selector: "[dbxListItemModifier]", inputs: { inputModifiers: ["dbxListItemModifier", "inputModifiers"] }, providers: provideDbxValueListViewModifier(DbxValueListItemModifierDirective), ngImport: i0 });
|
|
1554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListItemModifierDirective, decorators: [{
|
|
1493
1555
|
type: Directive,
|
|
1494
1556
|
args: [{
|
|
1495
1557
|
selector: '[dbxListItemModifier]',
|
|
@@ -1529,9 +1591,9 @@ class AbstractDbxValueListItemModifierDirective {
|
|
|
1529
1591
|
}
|
|
1530
1592
|
}
|
|
1531
1593
|
}
|
|
1532
|
-
AbstractDbxValueListItemModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1533
|
-
AbstractDbxValueListItemModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1594
|
+
AbstractDbxValueListItemModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListItemModifierDirective, deps: [{ token: DbxValueListItemModifier }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1595
|
+
AbstractDbxValueListItemModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxValueListItemModifierDirective, ngImport: i0 });
|
|
1596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListItemModifierDirective, decorators: [{
|
|
1535
1597
|
type: Directive
|
|
1536
1598
|
}], ctorParameters: function () { return [{ type: DbxValueListItemModifier }]; } });
|
|
1537
1599
|
|
|
@@ -1561,9 +1623,9 @@ class DbxListItemAnchorModifierDirective extends AbstractDbxValueListItemModifie
|
|
|
1561
1623
|
this._anchorForItem.next(anchorForItem);
|
|
1562
1624
|
}
|
|
1563
1625
|
}
|
|
1564
|
-
DbxListItemAnchorModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1565
|
-
DbxListItemAnchorModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
1566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1626
|
+
DbxListItemAnchorModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemAnchorModifierDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1627
|
+
DbxListItemAnchorModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxListItemAnchorModifierDirective, selector: "[dbxListItemAnchorModifier]", inputs: { anchorForItem: ["dbxListItemAnchorModifier", "anchorForItem"] }, usesInheritance: true, ngImport: i0 });
|
|
1628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemAnchorModifierDirective, decorators: [{
|
|
1567
1629
|
type: Directive,
|
|
1568
1630
|
args: [{
|
|
1569
1631
|
selector: '[dbxListItemAnchorModifier]'
|
|
@@ -1575,10 +1637,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1575
1637
|
|
|
1576
1638
|
class DbxRouterListModule {
|
|
1577
1639
|
}
|
|
1578
|
-
DbxRouterListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1579
|
-
DbxRouterListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1580
|
-
DbxRouterListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1640
|
+
DbxRouterListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1641
|
+
DbxRouterListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterListModule, declarations: [DbxListItemAnchorModifierDirective], exports: [DbxListItemAnchorModifierDirective] });
|
|
1642
|
+
DbxRouterListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterListModule });
|
|
1643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterListModule, decorators: [{
|
|
1582
1644
|
type: NgModule,
|
|
1583
1645
|
args: [{
|
|
1584
1646
|
imports: [],
|
|
@@ -1690,9 +1752,9 @@ class DbxScreenMediaService {
|
|
|
1690
1752
|
}
|
|
1691
1753
|
}
|
|
1692
1754
|
}
|
|
1693
|
-
DbxScreenMediaService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1694
|
-
DbxScreenMediaService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1755
|
+
DbxScreenMediaService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenMediaService, deps: [{ token: i1$4.MediaMatcher }, { token: DbxScreenMediaServiceConfig }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1756
|
+
DbxScreenMediaService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenMediaService });
|
|
1757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenMediaService, decorators: [{
|
|
1696
1758
|
type: Injectable
|
|
1697
1759
|
}], ctorParameters: function () { return [{ type: i1$4.MediaMatcher }, { type: DbxScreenMediaServiceConfig }]; } });
|
|
1698
1760
|
|
|
@@ -1740,9 +1802,9 @@ class DbxNavbarComponent extends AbstractTransitionDirective {
|
|
|
1740
1802
|
this._breakpoint.next(breakpoint);
|
|
1741
1803
|
}
|
|
1742
1804
|
}
|
|
1743
|
-
DbxNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1744
|
-
DbxNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1805
|
+
DbxNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNavbarComponent, deps: [{ token: i1$2.DbxRouterTransitionService }, { token: i0.ChangeDetectorRef }, { token: DbxScreenMediaService }, { token: i1$2.DbxRouterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1806
|
+
DbxNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxNavbarComponent, selector: "dbx-navbar", inputs: { navAlign: "navAlign", anchors: "anchors", mode: "mode", breakpoint: "breakpoint" }, host: { classAttribute: "dbx-navbar" }, usesInheritance: true, ngImport: i0, template: "<ng-container [ngSwitch]=\"mode$ | async\">\n <!-- Button -->\n <ng-container *ngSwitchCase=\"'button'\">\n <button mat-icon-button [matMenuTriggerFor]=\"menu\" class=\"nav-menu-button\" aria-label=\"open navigation\">\n <mat-icon>menu</mat-icon>\n </button>\n <mat-menu #menu>\n <dbx-anchor *ngFor=\"let x of anchors$ | async\" [anchor]=\"x.anchor\">\n <button mat-menu-item [ngClass]=\"x.selected ? 'active' : ''\">{{ x.anchor.title }}</button>\n </dbx-anchor>\n </mat-menu>\n </ng-container>\n <!-- Bar -->\n <nav *ngSwitchDefault mat-tab-nav-bar [attr.mat-align-tabs]=\"navAlign\">\n <dbx-anchor *ngFor=\"let x of anchors$ | async\" [anchor]=\"x.anchor\">\n <a mat-tab-link [active]=\"x.selected\">{{ x.anchor.title }}</a>\n </dbx-anchor>\n </nav>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i4$1.MatTabNav, selector: "[mat-tab-nav-bar]", inputs: ["color"], exportAs: ["matTabNavBar", "matTabNav"] }, { kind: "directive", type: i4$1.MatTabLink, selector: "[mat-tab-link], [matTabLink]", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matTabLink"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i7.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i7.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i7.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNavbarComponent, decorators: [{
|
|
1746
1808
|
type: Component,
|
|
1747
1809
|
args: [{ selector: 'dbx-navbar', changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
1748
1810
|
class: 'dbx-navbar'
|
|
@@ -1759,10 +1821,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1759
1821
|
|
|
1760
1822
|
class DbxRouterNavbarModule {
|
|
1761
1823
|
}
|
|
1762
|
-
DbxRouterNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1763
|
-
DbxRouterNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1764
|
-
DbxRouterNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1824
|
+
DbxRouterNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1825
|
+
DbxRouterNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterNavbarModule, declarations: [DbxNavbarComponent], imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatMenuModule, DbxRouterAnchorModule], exports: [DbxNavbarComponent] });
|
|
1826
|
+
DbxRouterNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterNavbarModule, imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatMenuModule, DbxRouterAnchorModule] });
|
|
1827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterNavbarModule, decorators: [{
|
|
1766
1828
|
type: NgModule,
|
|
1767
1829
|
args: [{
|
|
1768
1830
|
imports: [CommonModule, MatTabsModule, MatButtonModule, MatIconModule, MatMenuModule, DbxRouterAnchorModule],
|
|
@@ -1785,10 +1847,10 @@ class DbxScreenModule {
|
|
|
1785
1847
|
};
|
|
1786
1848
|
}
|
|
1787
1849
|
}
|
|
1788
|
-
DbxScreenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1789
|
-
DbxScreenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1790
|
-
DbxScreenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1850
|
+
DbxScreenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1851
|
+
DbxScreenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenModule });
|
|
1852
|
+
DbxScreenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenModule });
|
|
1853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScreenModule, decorators: [{
|
|
1792
1854
|
type: NgModule
|
|
1793
1855
|
}] });
|
|
1794
1856
|
|
|
@@ -1901,9 +1963,9 @@ class DbxSidenavComponent extends AbstractTransitionWatcherDirective {
|
|
|
1901
1963
|
});
|
|
1902
1964
|
}
|
|
1903
1965
|
}
|
|
1904
|
-
DbxSidenavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1905
|
-
DbxSidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1966
|
+
DbxSidenavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavComponent, deps: [{ token: i1$2.DbxRouterTransitionService }, { token: i0.NgZone }, { token: DbxScreenMediaService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1967
|
+
DbxSidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavComponent, selector: "dbx-sidenav", inputs: { anchors: "anchors" }, viewQueries: [{ propertyName: "sidenav", first: true, predicate: MatSidenav, descendants: true, static: true }], exportAs: ["sidenav"], usesInheritance: true, ngImport: i0, template: "<mat-sidenav-container class=\"dbx-sidenav\" [ngClass]=\"(sizeClass$ | async) ?? ''\">\n <mat-sidenav class=\"dbx-sidenav-nav\" [disableClose]=\"disableBackdrop$ | async\" [mode]=\"(drawer$ | async)!\">\n <ng-content select=\"[top]\"></ng-content>\n <dbx-anchor-list class=\"dbx-sidenav-anchor-list\" [anchors]=\"anchors\"></dbx-anchor-list>\n <span class=\"spacer\"></span>\n <ng-content select=\"[bottom]\"></ng-content>\n <div class=\"dbx-sidenav-nav-end\"></div>\n </mat-sidenav>\n <mat-sidenav-content>\n <ng-content></ng-content>\n </mat-sidenav-content>\n</mat-sidenav-container>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DbxAnchorListComponent, selector: "dbx-anchor-list", inputs: ["anchors"] }, { kind: "component", type: i5$1.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { kind: "component", type: i5$1.MatSidenavContainer, selector: "mat-sidenav-container", exportAs: ["matSidenavContainer"] }, { kind: "component", type: i5$1.MatSidenavContent, selector: "mat-sidenav-content" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavComponent, decorators: [{
|
|
1907
1969
|
type: Component,
|
|
1908
1970
|
args: [{ selector: 'dbx-sidenav', exportAs: 'sidenav', template: "<mat-sidenav-container class=\"dbx-sidenav\" [ngClass]=\"(sizeClass$ | async) ?? ''\">\n <mat-sidenav class=\"dbx-sidenav-nav\" [disableClose]=\"disableBackdrop$ | async\" [mode]=\"(drawer$ | async)!\">\n <ng-content select=\"[top]\"></ng-content>\n <dbx-anchor-list class=\"dbx-sidenav-anchor-list\" [anchors]=\"anchors\"></dbx-anchor-list>\n <span class=\"spacer\"></span>\n <ng-content select=\"[bottom]\"></ng-content>\n <div class=\"dbx-sidenav-nav-end\"></div>\n </mat-sidenav>\n <mat-sidenav-content>\n <ng-content></ng-content>\n </mat-sidenav-content>\n</mat-sidenav-container>\n" }]
|
|
1909
1971
|
}], ctorParameters: function () { return [{ type: i1$2.DbxRouterTransitionService }, { type: i0.NgZone }, { type: DbxScreenMediaService }]; }, propDecorators: { anchors: [{
|
|
@@ -1926,13 +1988,13 @@ class DbxSidenavButtonComponent {
|
|
|
1926
1988
|
this.parent.toggleNav();
|
|
1927
1989
|
}
|
|
1928
1990
|
}
|
|
1929
|
-
DbxSidenavButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1930
|
-
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
1991
|
+
DbxSidenavButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, deps: [{ token: DbxSidenavComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
1992
|
+
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", ngImport: i0, template: `
|
|
1931
1993
|
<button class="dbx-sidenav-button" mat-icon-button *ngIf="showMenuButton$ | async" (click)="toggleNav()" aria-label="open sidenav button">
|
|
1932
1994
|
<mat-icon>view_sidebar</mat-icon>
|
|
1933
1995
|
</button>
|
|
1934
1996
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, decorators: [{
|
|
1936
1998
|
type: Component,
|
|
1937
1999
|
args: [{
|
|
1938
2000
|
selector: 'dbx-sidenav-button',
|
|
@@ -1949,8 +2011,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1949
2011
|
*/
|
|
1950
2012
|
class DbxSidenavPagebarComponent extends DbxPagebarComponent {
|
|
1951
2013
|
}
|
|
1952
|
-
DbxSidenavPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1953
|
-
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2014
|
+
DbxSidenavPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2015
|
+
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", usesInheritance: true, ngImport: i0, template: `
|
|
1954
2016
|
<dbx-pagebar class="dbx-sidenav-pagebar" [color]="color">
|
|
1955
2017
|
<span left>
|
|
1956
2018
|
<dbx-sidenav-button></dbx-sidenav-button>
|
|
@@ -1960,7 +2022,7 @@ DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
1960
2022
|
<ng-content right></ng-content>
|
|
1961
2023
|
</dbx-pagebar>
|
|
1962
2024
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: ["color"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button" }] });
|
|
1963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, decorators: [{
|
|
1964
2026
|
type: Component,
|
|
1965
2027
|
args: [{
|
|
1966
2028
|
selector: 'dbx-sidenav-pagebar',
|
|
@@ -1998,8 +2060,8 @@ class DbxSidenavPageComponent {
|
|
|
1998
2060
|
this._mobileOnly.next(mobileOnly);
|
|
1999
2061
|
}
|
|
2000
2062
|
}
|
|
2001
|
-
DbxSidenavPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2002
|
-
DbxSidenavPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2063
|
+
DbxSidenavPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPageComponent, deps: [{ token: DbxSidenavComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2064
|
+
DbxSidenavPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPageComponent, selector: "dbx-sidenav-page", inputs: { color: "color", mobileOnly: "mobileOnly" }, ngImport: i0, template: `
|
|
2003
2065
|
<div [ngClass]="(hidePagebar$ | async) ? 'dbx-pagebar-hide' : ''">
|
|
2004
2066
|
<dbx-sidenav-pagebar [color]="color">
|
|
2005
2067
|
<ng-content left select="[navLeft]"></ng-content>
|
|
@@ -2010,7 +2072,7 @@ DbxSidenavPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
2010
2072
|
</div>
|
|
2011
2073
|
</div>
|
|
2012
2074
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPageComponent, decorators: [{
|
|
2014
2076
|
type: Component,
|
|
2015
2077
|
args: [{
|
|
2016
2078
|
selector: 'dbx-sidenav-page',
|
|
@@ -2040,9 +2102,9 @@ class DbxContentElevateDirective {
|
|
|
2040
2102
|
this.elevate = true;
|
|
2041
2103
|
}
|
|
2042
2104
|
}
|
|
2043
|
-
DbxContentElevateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2044
|
-
DbxContentElevateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2105
|
+
DbxContentElevateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentElevateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2106
|
+
DbxContentElevateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentElevateDirective, selector: "dbx-content-elevate,[dbxContentElevate]", inputs: { elevate: "elevate" }, host: { properties: { "class.dbx-content-elevate": "elevate" }, classAttribute: "d-block" }, ngImport: i0 });
|
|
2107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentElevateDirective, decorators: [{
|
|
2046
2108
|
type: Directive,
|
|
2047
2109
|
args: [{
|
|
2048
2110
|
selector: 'dbx-content-elevate,[dbxContentElevate]',
|
|
@@ -2060,9 +2122,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2060
2122
|
*/
|
|
2061
2123
|
class DbxContentDirective {
|
|
2062
2124
|
}
|
|
2063
|
-
DbxContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2064
|
-
DbxContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2125
|
+
DbxContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2126
|
+
DbxContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentDirective, selector: "dbx-content,[dbxContent]", host: { classAttribute: "d-block dbx-content" }, ngImport: i0 });
|
|
2127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentDirective, decorators: [{
|
|
2066
2128
|
type: Directive,
|
|
2067
2129
|
args: [{
|
|
2068
2130
|
selector: 'dbx-content,[dbxContent]',
|
|
@@ -2080,9 +2142,9 @@ class DbxContentBorderDirective {
|
|
|
2080
2142
|
this.color = 'background';
|
|
2081
2143
|
}
|
|
2082
2144
|
}
|
|
2083
|
-
DbxContentBorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2084
|
-
DbxContentBorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2145
|
+
DbxContentBorderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentBorderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2146
|
+
DbxContentBorderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentBorderDirective, selector: "dbx-content-border,[dbxContentBorder]", inputs: { color: "color" }, host: { properties: { "class": "\"dbx-content-border-\" + color" }, classAttribute: "d-block dbx-content-border" }, ngImport: i0 });
|
|
2147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentBorderDirective, decorators: [{
|
|
2086
2148
|
type: Directive,
|
|
2087
2149
|
args: [{
|
|
2088
2150
|
selector: 'dbx-content-border,[dbxContentBorder]',
|
|
@@ -2104,9 +2166,9 @@ class DbxContentContainerDirective {
|
|
|
2104
2166
|
this.padding = 'normal';
|
|
2105
2167
|
}
|
|
2106
2168
|
}
|
|
2107
|
-
DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2108
|
-
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2169
|
+
DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2170
|
+
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: { grow: "grow", padding: "padding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
|
|
2171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, decorators: [{
|
|
2110
2172
|
type: Directive,
|
|
2111
2173
|
args: [{
|
|
2112
2174
|
selector: 'dbx-content-container,[dbxContentContainer],.dbx-content-container',
|
|
@@ -2135,9 +2197,9 @@ class DbxContentBoxDirective {
|
|
|
2135
2197
|
this.elevated = true;
|
|
2136
2198
|
}
|
|
2137
2199
|
}
|
|
2138
|
-
DbxContentBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2139
|
-
DbxContentBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2200
|
+
DbxContentBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentBoxDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2201
|
+
DbxContentBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentBoxDirective, selector: "dbx-content-box, [dbxContentBox]", inputs: { elevate: "elevate", wide: "wide", elevated: "elevated" }, host: { properties: { "class.dbx-content-elevate": "elevate && elevated", "class.dbx-content-box-wide": "wide" }, classAttribute: "d-block dbx-content-box" }, ngImport: i0 });
|
|
2202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentBoxDirective, decorators: [{
|
|
2141
2203
|
type: Directive,
|
|
2142
2204
|
args: [{
|
|
2143
2205
|
selector: 'dbx-content-box, [dbxContentBox]',
|
|
@@ -2160,9 +2222,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2160
2222
|
*/
|
|
2161
2223
|
class DbxContentPageDirective {
|
|
2162
2224
|
}
|
|
2163
|
-
DbxContentPageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2164
|
-
DbxContentPageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2225
|
+
DbxContentPageDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentPageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2226
|
+
DbxContentPageDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentPageDirective, selector: "dbx-content-page,[dbxContentPage]", host: { classAttribute: "d-block dbx-content-page" }, ngImport: i0 });
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentPageDirective, decorators: [{
|
|
2166
2228
|
type: Directive,
|
|
2167
2229
|
args: [{
|
|
2168
2230
|
selector: 'dbx-content-page,[dbxContentPage]',
|
|
@@ -2177,10 +2239,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2177
2239
|
*/
|
|
2178
2240
|
class DbxContentLayoutModule {
|
|
2179
2241
|
}
|
|
2180
|
-
DbxContentLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2181
|
-
DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2182
|
-
DbxContentLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2242
|
+
DbxContentLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2243
|
+
DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, declarations: [DbxContentDirective, DbxContentContainerDirective, DbxContentBorderDirective, DbxContentElevateDirective, DbxContentBoxDirective, DbxContentPageDirective], imports: [CommonModule], exports: [DbxContentDirective, DbxContentContainerDirective, DbxContentBorderDirective, DbxContentElevateDirective, DbxContentBoxDirective, DbxContentPageDirective] });
|
|
2244
|
+
DbxContentLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, imports: [CommonModule] });
|
|
2245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, decorators: [{
|
|
2184
2246
|
type: NgModule,
|
|
2185
2247
|
args: [{
|
|
2186
2248
|
imports: [CommonModule],
|
|
@@ -2191,10 +2253,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2191
2253
|
|
|
2192
2254
|
class DbxRouterSidenavModule {
|
|
2193
2255
|
}
|
|
2194
|
-
DbxRouterSidenavModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2195
|
-
DbxRouterSidenavModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2196
|
-
DbxRouterSidenavModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2256
|
+
DbxRouterSidenavModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2257
|
+
DbxRouterSidenavModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterSidenavModule, declarations: [DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent], imports: [CommonModule, DbxBarLayoutModule, DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxButtonModule, DbxContentLayoutModule, MatToolbarModule, MatButtonModule, MatIconModule, MatSidenavModule, MatListModule, MatDividerModule, UIRouterModule], exports: [DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent] });
|
|
2258
|
+
DbxRouterSidenavModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterSidenavModule, imports: [CommonModule, DbxBarLayoutModule, DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxButtonModule, DbxContentLayoutModule, MatToolbarModule, MatButtonModule, MatIconModule, MatSidenavModule, MatListModule, MatDividerModule, UIRouterModule] });
|
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterSidenavModule, decorators: [{
|
|
2198
2260
|
type: NgModule,
|
|
2199
2261
|
args: [{
|
|
2200
2262
|
imports: [CommonModule, DbxBarLayoutModule, DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxButtonModule, DbxContentLayoutModule, MatToolbarModule, MatButtonModule, MatIconModule, MatSidenavModule, MatListModule, MatDividerModule, UIRouterModule],
|
|
@@ -2209,10 +2271,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2209
2271
|
|
|
2210
2272
|
class DbxRouterLayoutModule {
|
|
2211
2273
|
}
|
|
2212
|
-
DbxRouterLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2213
|
-
DbxRouterLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2214
|
-
DbxRouterLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2274
|
+
DbxRouterLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2275
|
+
DbxRouterLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterLayoutModule, exports: [DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule] });
|
|
2276
|
+
DbxRouterLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterLayoutModule, imports: [DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule] });
|
|
2277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxRouterLayoutModule, decorators: [{
|
|
2216
2278
|
type: NgModule,
|
|
2217
2279
|
args: [{
|
|
2218
2280
|
exports: [DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule]
|
|
@@ -2224,9 +2286,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2224
2286
|
*/
|
|
2225
2287
|
class DbxAngularRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDirective {
|
|
2226
2288
|
}
|
|
2227
|
-
DbxAngularRouterSegueAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2228
|
-
DbxAngularRouterSegueAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2289
|
+
DbxAngularRouterSegueAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAngularRouterSegueAnchorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2290
|
+
DbxAngularRouterSegueAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxAngularRouterSegueAnchorComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<a class=\"dbx-anchor-a\" [attr.target]=\"target$ | async\">\n <dbx-injection></dbx-injection>\n</a>\n", dependencies: [{ kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxAngularRouterSegueAnchorComponent, decorators: [{
|
|
2230
2292
|
type: Component,
|
|
2231
2293
|
args: [{ template: "<a class=\"dbx-anchor-a\" [attr.target]=\"target$ | async\">\n <dbx-injection></dbx-injection>\n</a>\n" }]
|
|
2232
2294
|
}] });
|
|
@@ -2248,10 +2310,10 @@ class DbxWebAngularRouterModule {
|
|
|
2248
2310
|
};
|
|
2249
2311
|
}
|
|
2250
2312
|
}
|
|
2251
|
-
DbxWebAngularRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2252
|
-
DbxWebAngularRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2253
|
-
DbxWebAngularRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2313
|
+
DbxWebAngularRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebAngularRouterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2314
|
+
DbxWebAngularRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxWebAngularRouterModule, declarations: [DbxAngularRouterSegueAnchorComponent], imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule], exports: [DbxAngularRouterSegueAnchorComponent] });
|
|
2315
|
+
DbxWebAngularRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebAngularRouterModule, imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule] });
|
|
2316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebAngularRouterModule, decorators: [{
|
|
2255
2317
|
type: NgModule,
|
|
2256
2318
|
args: [{
|
|
2257
2319
|
imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule],
|
|
@@ -2270,9 +2332,9 @@ class DbxUIRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDirective {
|
|
|
2270
2332
|
this.uiOptions$ = this.refOptions$;
|
|
2271
2333
|
}
|
|
2272
2334
|
}
|
|
2273
|
-
DbxUIRouterSegueAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2274
|
-
DbxUIRouterSegueAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2335
|
+
DbxUIRouterSegueAnchorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUIRouterSegueAnchorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2336
|
+
DbxUIRouterSegueAnchorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxUIRouterSegueAnchorComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<a class=\"dbx-anchor-a dbx-anchor-sref\" [attr.target]=\"target$ | async\" [uiSref]=\"(uiRef$ | async) ?? ''\" [uiParams]=\"refParams$ | async\" [uiOptions]=\"(uiOptions$ | async) ?? {}\" uiSrefActive=\"dbx-anchor-active\" uiSrefActiveEq=\"dbx-anchor-active-eq\">\n <dbx-injection [template]=\"template$ | async\"></dbx-injection>\n</a>\n", dependencies: [{ kind: "directive", type: i1$5.UISref, selector: "[uiSref]", inputs: ["uiSref", "uiParams", "uiOptions"], exportAs: ["uiSref"] }, { kind: "directive", type: i1$5.AnchorUISref, selector: "a[uiSref]" }, { kind: "directive", type: i1$5.UISrefActive, selector: "[uiSrefActive],[uiSrefActiveEq]", inputs: ["uiSrefActive", "uiSrefActiveEq"] }, { kind: "directive", type: i1$5.UISrefStatus, selector: "[uiSrefStatus],[uiSrefActive],[uiSrefActiveEq]", outputs: ["uiSrefStatus"], exportAs: ["uiSrefStatus"] }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxUIRouterSegueAnchorComponent, decorators: [{
|
|
2276
2338
|
type: Component,
|
|
2277
2339
|
args: [{ template: "<a class=\"dbx-anchor-a dbx-anchor-sref\" [attr.target]=\"target$ | async\" [uiSref]=\"(uiRef$ | async) ?? ''\" [uiParams]=\"refParams$ | async\" [uiOptions]=\"(uiOptions$ | async) ?? {}\" uiSrefActive=\"dbx-anchor-active\" uiSrefActiveEq=\"dbx-anchor-active-eq\">\n <dbx-injection [template]=\"template$ | async\"></dbx-injection>\n</a>\n" }]
|
|
2278
2340
|
}] });
|
|
@@ -2294,10 +2356,10 @@ class DbxWebUIRouterModule {
|
|
|
2294
2356
|
};
|
|
2295
2357
|
}
|
|
2296
2358
|
}
|
|
2297
|
-
DbxWebUIRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2298
|
-
DbxWebUIRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2299
|
-
DbxWebUIRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2359
|
+
DbxWebUIRouterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebUIRouterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2360
|
+
DbxWebUIRouterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxWebUIRouterModule, declarations: [DbxUIRouterSegueAnchorComponent], imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule], exports: [DbxUIRouterSegueAnchorComponent] });
|
|
2361
|
+
DbxWebUIRouterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebUIRouterModule, imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule] });
|
|
2362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebUIRouterModule, decorators: [{
|
|
2301
2363
|
type: NgModule,
|
|
2302
2364
|
args: [{
|
|
2303
2365
|
imports: [CommonModule, UIRouterModule, DbxInjectionComponentModule],
|
|
@@ -2333,8 +2395,8 @@ class DbxTwoBlocksComponent {
|
|
|
2333
2395
|
element.style.setProperty('--dbx-two-block-top-height', `${height}px`);
|
|
2334
2396
|
}
|
|
2335
2397
|
}
|
|
2336
|
-
DbxTwoBlocksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2337
|
-
DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2398
|
+
DbxTwoBlocksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoBlocksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2399
|
+
DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoBlocksComponent, selector: "dbx-two-block", inputs: { fixedTop: "fixedTop" }, host: { properties: { "class": "{ \"dbx-two-block-fixed-top\": fixedTop }" }, classAttribute: "dbx-two-block d-block" }, viewQueries: [{ propertyName: "twoElement", first: true, predicate: ["two"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
|
|
2338
2400
|
<div #two class="dbx-two-block-content">
|
|
2339
2401
|
<div #top class="dbx-two-block-top" (resized)="onResized($event)">
|
|
2340
2402
|
<ng-content select="[top]"></ng-content>
|
|
@@ -2344,7 +2406,7 @@ DbxTwoBlocksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2344
2406
|
</div>
|
|
2345
2407
|
</div>
|
|
2346
2408
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$6.ResizedDirective, selector: "[resized]", outputs: ["resized"] }] });
|
|
2347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoBlocksComponent, decorators: [{
|
|
2348
2410
|
type: Component,
|
|
2349
2411
|
args: [{
|
|
2350
2412
|
selector: 'dbx-two-block',
|
|
@@ -2375,10 +2437,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2375
2437
|
*/
|
|
2376
2438
|
class DbxBlockLayoutModule {
|
|
2377
2439
|
}
|
|
2378
|
-
DbxBlockLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2379
|
-
DbxBlockLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2380
|
-
DbxBlockLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2440
|
+
DbxBlockLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBlockLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2441
|
+
DbxBlockLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxBlockLayoutModule, declarations: [DbxTwoBlocksComponent], imports: [CommonModule, DbxRouterAnchorModule, AngularResizeEventModule], exports: [DbxTwoBlocksComponent] });
|
|
2442
|
+
DbxBlockLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBlockLayoutModule, imports: [CommonModule, DbxRouterAnchorModule, AngularResizeEventModule] });
|
|
2443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBlockLayoutModule, decorators: [{
|
|
2382
2444
|
type: NgModule,
|
|
2383
2445
|
args: [{
|
|
2384
2446
|
imports: [CommonModule, DbxRouterAnchorModule, AngularResizeEventModule],
|
|
@@ -2392,8 +2454,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2392
2454
|
*/
|
|
2393
2455
|
class DbxCardBoxComponent {
|
|
2394
2456
|
}
|
|
2395
|
-
DbxCardBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2396
|
-
DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2457
|
+
DbxCardBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2458
|
+
DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxCardBoxComponent, selector: "dbx-card-box", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
|
|
2397
2459
|
<div class="dbx-card-box">
|
|
2398
2460
|
<div class="dbx-section-header">
|
|
2399
2461
|
<div class="dbx-section-header-content">
|
|
@@ -2410,7 +2472,7 @@ DbxCardBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
2410
2472
|
</div>
|
|
2411
2473
|
</div>
|
|
2412
2474
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
2413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxComponent, decorators: [{
|
|
2414
2476
|
type: Component,
|
|
2415
2477
|
args: [{
|
|
2416
2478
|
selector: 'dbx-card-box',
|
|
@@ -2443,13 +2505,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2443
2505
|
*/
|
|
2444
2506
|
class DbxCardBoxContainerComponent {
|
|
2445
2507
|
}
|
|
2446
|
-
DbxCardBoxContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2447
|
-
DbxCardBoxContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2508
|
+
DbxCardBoxContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2509
|
+
DbxCardBoxContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxCardBoxContainerComponent, selector: "dbx-card-box-container", ngImport: i0, template: `
|
|
2448
2510
|
<div class="dbx-card-box-container">
|
|
2449
2511
|
<ng-content></ng-content>
|
|
2450
2512
|
</div>
|
|
2451
2513
|
`, isInline: true });
|
|
2452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxContainerComponent, decorators: [{
|
|
2453
2515
|
type: Component,
|
|
2454
2516
|
args: [{
|
|
2455
2517
|
selector: 'dbx-card-box-container',
|
|
@@ -2463,10 +2525,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2463
2525
|
|
|
2464
2526
|
class DbxCardBoxLayoutModule {
|
|
2465
2527
|
}
|
|
2466
|
-
DbxCardBoxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2467
|
-
DbxCardBoxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2468
|
-
DbxCardBoxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2528
|
+
DbxCardBoxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2529
|
+
DbxCardBoxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxLayoutModule, declarations: [DbxCardBoxComponent, DbxCardBoxContainerComponent], imports: [CommonModule, MatIconModule], exports: [DbxCardBoxComponent, DbxCardBoxContainerComponent] });
|
|
2530
|
+
DbxCardBoxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxLayoutModule, imports: [CommonModule, MatIconModule] });
|
|
2531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCardBoxLayoutModule, decorators: [{
|
|
2470
2532
|
type: NgModule,
|
|
2471
2533
|
args: [{
|
|
2472
2534
|
imports: [CommonModule, MatIconModule],
|
|
@@ -2579,9 +2641,9 @@ class TwoColumnsContextStore extends ComponentStore {
|
|
|
2579
2641
|
this._back.complete();
|
|
2580
2642
|
}
|
|
2581
2643
|
}
|
|
2582
|
-
TwoColumnsContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2583
|
-
TwoColumnsContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
2584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2644
|
+
TwoColumnsContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TwoColumnsContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2645
|
+
TwoColumnsContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TwoColumnsContextStore });
|
|
2646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: TwoColumnsContextStore, decorators: [{
|
|
2585
2647
|
type: Injectable
|
|
2586
2648
|
}], ctorParameters: function () { return []; } });
|
|
2587
2649
|
function provideTwoColumnsContext() {
|
|
@@ -2609,9 +2671,9 @@ class DbxTwoColumnBackDirective extends AbstractSubscriptionDirective {
|
|
|
2609
2671
|
this.twoColumnsContextStore.back();
|
|
2610
2672
|
}
|
|
2611
2673
|
}
|
|
2612
|
-
DbxTwoColumnBackDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2613
|
-
DbxTwoColumnBackDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2674
|
+
DbxTwoColumnBackDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnBackDirective, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2675
|
+
DbxTwoColumnBackDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnBackDirective, selector: "[dbxTwoColumnBack]", outputs: { back: "dbxTwoColumnBack" }, usesInheritance: true, ngImport: i0 });
|
|
2676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnBackDirective, decorators: [{
|
|
2615
2677
|
type: Directive,
|
|
2616
2678
|
args: [{
|
|
2617
2679
|
selector: '[dbxTwoColumnBack]'
|
|
@@ -2672,9 +2734,9 @@ class DbxTwoColumnComponent extends AbstractSubscriptionDirective {
|
|
|
2672
2734
|
this.twoColumnsContextStore.setTotalWidth(totalWidth);
|
|
2673
2735
|
}
|
|
2674
2736
|
}
|
|
2675
|
-
DbxTwoColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2676
|
-
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2737
|
+
DbxTwoColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, deps: [{ token: TwoColumnsContextStore }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2738
|
+
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, host: { properties: { "class": "{ 'right-shown': v.showRight, 'full-left': v.showFullLeft,'hide-left-column': v.hideLeftColumn, 'two-column-reverse-sizing': v.reverseSizing, 'dbx-section-page-two': v.inSectionPage }" }, classAttribute: "dbx-two-column" }, exportAs: ["columns"], usesInheritance: true, ngImport: i0, template: "<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height left-column\">\n <div *ngIf=\"!v.hideLeftColumn && v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[left]\"></ng-content>\n</dbx-content-container>\n<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height right-column\" *ngIf=\"v.showRight\">\n <div *ngIf=\"v.hideLeftColumn || !v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[right]\"></ng-content>\n</dbx-content-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }, { kind: "directive", type: i1$6.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, decorators: [{
|
|
2678
2740
|
type: Component,
|
|
2679
2741
|
args: [{ selector: 'dbx-two-column', exportAs: 'columns', host: {
|
|
2680
2742
|
class: 'dbx-two-column',
|
|
@@ -2709,9 +2771,9 @@ class DbxTwoColumnContextDirective {
|
|
|
2709
2771
|
this._showRight.next(Boolean(showRight));
|
|
2710
2772
|
}
|
|
2711
2773
|
}
|
|
2712
|
-
DbxTwoColumnContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2713
|
-
DbxTwoColumnContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2774
|
+
DbxTwoColumnContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnContextDirective, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2775
|
+
DbxTwoColumnContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnContextDirective, selector: "[dbxTwoColumnContext]", inputs: { showRight: "showRight" }, providers: provideTwoColumnsContext(), ngImport: i0 });
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnContextDirective, decorators: [{
|
|
2715
2777
|
type: Directive,
|
|
2716
2778
|
args: [{
|
|
2717
2779
|
selector: '[dbxTwoColumnContext]',
|
|
@@ -2745,9 +2807,9 @@ class DbxTwoColumnFullLeftDirective {
|
|
|
2745
2807
|
this._fullLeft.complete();
|
|
2746
2808
|
}
|
|
2747
2809
|
}
|
|
2748
|
-
DbxTwoColumnFullLeftDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2749
|
-
DbxTwoColumnFullLeftDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2810
|
+
DbxTwoColumnFullLeftDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnFullLeftDirective, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2811
|
+
DbxTwoColumnFullLeftDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnFullLeftDirective, selector: "[dbxTwoColumnFullLeft]", inputs: { fullLeft: ["dbxTwoColumnFullLeft", "fullLeft"] }, ngImport: i0 });
|
|
2812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnFullLeftDirective, decorators: [{
|
|
2751
2813
|
type: Directive,
|
|
2752
2814
|
args: [{
|
|
2753
2815
|
selector: '[dbxTwoColumnFullLeft]'
|
|
@@ -2762,11 +2824,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2762
2824
|
*/
|
|
2763
2825
|
class DbxTwoColumnColumnHeadComponent {
|
|
2764
2826
|
}
|
|
2765
|
-
DbxTwoColumnColumnHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2766
|
-
DbxTwoColumnColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2827
|
+
DbxTwoColumnColumnHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnColumnHeadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2828
|
+
DbxTwoColumnColumnHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnColumnHeadComponent, selector: "dbx-two-column-head", inputs: { block: "block", full: "full" }, host: { properties: { "class.d-block": "block", "class.full": "full" }, classAttribute: "dbx-two-column-head" }, ngImport: i0, template: `
|
|
2767
2829
|
<ng-content></ng-content>
|
|
2768
2830
|
`, isInline: true });
|
|
2769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnColumnHeadComponent, decorators: [{
|
|
2770
2832
|
type: Component,
|
|
2771
2833
|
args: [{
|
|
2772
2834
|
selector: 'dbx-two-column-head',
|
|
@@ -2797,9 +2859,9 @@ class DbxTwoColumnSrefDirective {
|
|
|
2797
2859
|
this._twoColumnsContextStore.setBackRef(segueRef);
|
|
2798
2860
|
}
|
|
2799
2861
|
}
|
|
2800
|
-
DbxTwoColumnSrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2801
|
-
DbxTwoColumnSrefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2862
|
+
DbxTwoColumnSrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnSrefDirective, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2863
|
+
DbxTwoColumnSrefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnSrefDirective, selector: "[dbxTwoColumnSref]", inputs: { ref: ["dbxTwoColumnSref", "ref"] }, ngImport: i0 });
|
|
2864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnSrefDirective, decorators: [{
|
|
2803
2865
|
type: Directive,
|
|
2804
2866
|
args: [{
|
|
2805
2867
|
selector: '[dbxTwoColumnSref]'
|
|
@@ -2849,9 +2911,9 @@ class DbxTwoColumnRightComponent {
|
|
|
2849
2911
|
this.twoColumnsContextStore.back();
|
|
2850
2912
|
}
|
|
2851
2913
|
}
|
|
2852
|
-
DbxTwoColumnRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2853
|
-
DbxTwoColumnRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2914
|
+
DbxTwoColumnRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnRightComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
2915
|
+
DbxTwoColumnRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnRightComponent, selector: "dbx-two-column-right", inputs: { header: "header", block: "block", showBack: "showBack", minRightWidth: "minRightWidth" }, host: { classAttribute: "dbx-two-column-right d-block" }, ngImport: i0, template: "<dbx-two-column-head [block]=\"block\" [full]=\"true\">\n <!-- Back Buttons -->\n <ng-container *ngIf=\"showBack$ | async\">\n <button mat-icon-button class=\"back-button\" (click)=\"backClicked()\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </ng-container>\n <ng-container *ngIf=\"ref$ | async\">\n <dbx-anchor [anchor]=\"ref$ | async\">\n <button mat-icon-button class=\"back-button\" aria-label=\"back button\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n </dbx-anchor>\n </ng-container>\n <span *ngIf=\"header\" class=\"right-nav-title\">{{ header }}</span>\n <span class=\"right-nav-spacer\"></span>\n <span class=\"spacer\"></span>\n <ng-content select=\"[nav]\"></ng-content>\n</dbx-two-column-head>\n<div class=\"dbx-two-column-right-content\">\n <ng-content></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "component", type: DbxTwoColumnColumnHeadComponent, selector: "dbx-two-column-head", inputs: ["block", "full"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnRightComponent, decorators: [{
|
|
2855
2917
|
type: Component,
|
|
2856
2918
|
args: [{ selector: 'dbx-two-column-right', host: {
|
|
2857
2919
|
class: 'dbx-two-column-right d-block'
|
|
@@ -2887,9 +2949,9 @@ class DbxTwoColumnSrefShowRightDirective extends AbstractSubscriptionDirective {
|
|
|
2887
2949
|
this.sub = this._twoColumnsContextStore.setShowRight(this.showRight$);
|
|
2888
2950
|
}
|
|
2889
2951
|
}
|
|
2890
|
-
DbxTwoColumnSrefShowRightDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2891
|
-
DbxTwoColumnSrefShowRightDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
2892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2952
|
+
DbxTwoColumnSrefShowRightDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnSrefShowRightDirective, deps: [{ token: TwoColumnsContextStore }, { token: i1$2.DbxRouterService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2953
|
+
DbxTwoColumnSrefShowRightDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnSrefShowRightDirective, selector: "[dbxTwoColumnSrefShowRight]", usesInheritance: true, ngImport: i0 });
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnSrefShowRightDirective, decorators: [{
|
|
2893
2955
|
type: Directive,
|
|
2894
2956
|
args: [{
|
|
2895
2957
|
selector: '[dbxTwoColumnSrefShowRight]'
|
|
@@ -2898,10 +2960,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2898
2960
|
|
|
2899
2961
|
class DbxTwoColumnLayoutModule {
|
|
2900
2962
|
}
|
|
2901
|
-
DbxTwoColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2902
|
-
DbxTwoColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2903
|
-
DbxTwoColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2963
|
+
DbxTwoColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2964
|
+
DbxTwoColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnLayoutModule, declarations: [DbxTwoColumnComponent, DbxTwoColumnRightComponent, DbxTwoColumnColumnHeadComponent, DbxTwoColumnSrefDirective, DbxTwoColumnBackDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnContextDirective, DbxTwoColumnSrefShowRightDirective], imports: [CommonModule, MatIconModule, MatButtonModule, DbxRouterAnchorModule, DbxContentLayoutModule, AngularResizeEventModule], exports: [DbxTwoColumnComponent, DbxTwoColumnRightComponent, DbxTwoColumnColumnHeadComponent, DbxTwoColumnSrefDirective, DbxTwoColumnBackDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnContextDirective, DbxTwoColumnSrefShowRightDirective] });
|
|
2965
|
+
DbxTwoColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnLayoutModule, imports: [CommonModule, MatIconModule, MatButtonModule, DbxRouterAnchorModule, DbxContentLayoutModule, AngularResizeEventModule] });
|
|
2966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnLayoutModule, decorators: [{
|
|
2905
2967
|
type: NgModule,
|
|
2906
2968
|
args: [{
|
|
2907
2969
|
imports: [CommonModule, MatIconModule, MatButtonModule, DbxRouterAnchorModule, DbxContentLayoutModule, AngularResizeEventModule],
|
|
@@ -2920,8 +2982,8 @@ class DbxOneColumnComponent {
|
|
|
2920
2982
|
twoColumnsContextStore.setFullLeft(true);
|
|
2921
2983
|
}
|
|
2922
2984
|
}
|
|
2923
|
-
DbxOneColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2924
|
-
DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
2985
|
+
DbxOneColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnComponent, deps: [{ token: TwoColumnsContextStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
2986
|
+
DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxOneColumnComponent, selector: "dbx-one-column", inputs: { inSectionPage: "inSectionPage" }, providers: [TwoColumnsContextStore], exportAs: ["columns"], ngImport: i0, template: `
|
|
2925
2987
|
<ng-container>
|
|
2926
2988
|
<dbx-two-column [inSectionPage]="inSectionPage">
|
|
2927
2989
|
<ng-content top select="[top]"></ng-content>
|
|
@@ -2929,7 +2991,7 @@ DbxOneColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2929
2991
|
</dbx-two-column>
|
|
2930
2992
|
</ng-container>
|
|
2931
2993
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: ["reverseSizing", "inSectionPage"], exportAs: ["columns"] }] });
|
|
2932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
2994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnComponent, decorators: [{
|
|
2933
2995
|
type: Component,
|
|
2934
2996
|
args: [{
|
|
2935
2997
|
selector: 'dbx-one-column',
|
|
@@ -2955,10 +3017,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2955
3017
|
|
|
2956
3018
|
class DbxOneColumnLayoutModule {
|
|
2957
3019
|
}
|
|
2958
|
-
DbxOneColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2959
|
-
DbxOneColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2960
|
-
DbxOneColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3020
|
+
DbxOneColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3021
|
+
DbxOneColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnLayoutModule, declarations: [DbxOneColumnComponent], imports: [CommonModule, DbxTwoColumnLayoutModule], exports: [DbxOneColumnComponent] });
|
|
3022
|
+
DbxOneColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnLayoutModule, imports: [CommonModule, DbxTwoColumnLayoutModule] });
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOneColumnLayoutModule, decorators: [{
|
|
2962
3024
|
type: NgModule,
|
|
2963
3025
|
args: [{
|
|
2964
3026
|
imports: [CommonModule, DbxTwoColumnLayoutModule],
|
|
@@ -2969,10 +3031,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2969
3031
|
|
|
2970
3032
|
class DbxColumnLayoutModule {
|
|
2971
3033
|
}
|
|
2972
|
-
DbxColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
2973
|
-
DbxColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
2974
|
-
DbxColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
2975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3034
|
+
DbxColumnLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxColumnLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3035
|
+
DbxColumnLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxColumnLayoutModule, exports: [DbxOneColumnLayoutModule, DbxTwoColumnLayoutModule] });
|
|
3036
|
+
DbxColumnLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxColumnLayoutModule, imports: [DbxOneColumnLayoutModule, DbxTwoColumnLayoutModule] });
|
|
3037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxColumnLayoutModule, decorators: [{
|
|
2976
3038
|
type: NgModule,
|
|
2977
3039
|
args: [{
|
|
2978
3040
|
exports: [DbxOneColumnLayoutModule, DbxTwoColumnLayoutModule]
|
|
@@ -3012,9 +3074,9 @@ class CompactContextStore extends ComponentStore {
|
|
|
3012
3074
|
this.setMode = this.updater((state, mode) => ({ mode: compactModeFromInput(mode) }));
|
|
3013
3075
|
}
|
|
3014
3076
|
}
|
|
3015
|
-
CompactContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3016
|
-
CompactContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
3017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3077
|
+
CompactContextStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CompactContextStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3078
|
+
CompactContextStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CompactContextStore });
|
|
3079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CompactContextStore, decorators: [{
|
|
3018
3080
|
type: Injectable
|
|
3019
3081
|
}], ctorParameters: function () { return []; } });
|
|
3020
3082
|
|
|
@@ -3030,9 +3092,9 @@ class DbxCompactDirective {
|
|
|
3030
3092
|
this.compactContextStore.setMode(mode);
|
|
3031
3093
|
}
|
|
3032
3094
|
}
|
|
3033
|
-
DbxCompactDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3034
|
-
DbxCompactDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3095
|
+
DbxCompactDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactDirective, deps: [{ token: CompactContextStore }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3096
|
+
DbxCompactDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxCompactDirective, selector: "[dbxCompact]", inputs: { mode: ["dbxCompact", "mode"] }, providers: [CompactContextStore], exportAs: ["compact"], ngImport: i0 });
|
|
3097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactDirective, decorators: [{
|
|
3036
3098
|
type: Directive,
|
|
3037
3099
|
args: [{
|
|
3038
3100
|
selector: '[dbxCompact]',
|
|
@@ -3049,10 +3111,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3049
3111
|
*/
|
|
3050
3112
|
class DbxCompactLayoutModule {
|
|
3051
3113
|
}
|
|
3052
|
-
DbxCompactLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3053
|
-
DbxCompactLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
3054
|
-
DbxCompactLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
3055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3114
|
+
DbxCompactLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3115
|
+
DbxCompactLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactLayoutModule, declarations: [DbxCompactDirective], imports: [CommonModule], exports: [DbxCompactDirective] });
|
|
3116
|
+
DbxCompactLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactLayoutModule, imports: [CommonModule] });
|
|
3117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxCompactLayoutModule, decorators: [{
|
|
3056
3118
|
type: NgModule,
|
|
3057
3119
|
args: [{
|
|
3058
3120
|
imports: [CommonModule],
|
|
@@ -3069,15 +3131,15 @@ class DbxFlagComponent {
|
|
|
3069
3131
|
this.color = 'accent';
|
|
3070
3132
|
}
|
|
3071
3133
|
}
|
|
3072
|
-
DbxFlagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3073
|
-
DbxFlagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3134
|
+
DbxFlagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3135
|
+
DbxFlagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFlagComponent, selector: "dbx-flag", inputs: { color: "color" }, ngImport: i0, template: `
|
|
3074
3136
|
<div class="dbx-flag">
|
|
3075
3137
|
<mat-toolbar [color]="color">
|
|
3076
3138
|
<ng-content></ng-content>
|
|
3077
3139
|
</mat-toolbar>
|
|
3078
3140
|
</div>
|
|
3079
3141
|
`, isInline: true, dependencies: [{ kind: "component", type: i2$2.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }] });
|
|
3080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagComponent, decorators: [{
|
|
3081
3143
|
type: Component,
|
|
3082
3144
|
args: [{
|
|
3083
3145
|
selector: 'dbx-flag',
|
|
@@ -3102,15 +3164,15 @@ class DbxFlagPromptComponent {
|
|
|
3102
3164
|
this.color = 'accent';
|
|
3103
3165
|
}
|
|
3104
3166
|
}
|
|
3105
|
-
DbxFlagPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3106
|
-
DbxFlagPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3167
|
+
DbxFlagPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3168
|
+
DbxFlagPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFlagPromptComponent, selector: "dbx-flag-prompt", inputs: { color: "color", text: "text" }, ngImport: i0, template: `
|
|
3107
3169
|
<dbx-flag [color]="color">
|
|
3108
3170
|
<span class="dbx-flag-prompt">{{ text }}</span>
|
|
3109
3171
|
<span class="dbx-flag-spacer"></span>
|
|
3110
3172
|
<ng-content></ng-content>
|
|
3111
3173
|
</dbx-flag>
|
|
3112
3174
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxFlagComponent, selector: "dbx-flag", inputs: ["color"] }] });
|
|
3113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagPromptComponent, decorators: [{
|
|
3114
3176
|
type: Component,
|
|
3115
3177
|
args: [{
|
|
3116
3178
|
selector: 'dbx-flag-prompt',
|
|
@@ -3134,10 +3196,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3134
3196
|
*/
|
|
3135
3197
|
class DbxFlagLayoutModule {
|
|
3136
3198
|
}
|
|
3137
|
-
DbxFlagLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3138
|
-
DbxFlagLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
3139
|
-
DbxFlagLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
3140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3199
|
+
DbxFlagLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3200
|
+
DbxFlagLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagLayoutModule, declarations: [DbxFlagComponent, DbxFlagPromptComponent], imports: [CommonModule, MatToolbarModule], exports: [DbxFlagComponent, DbxFlagPromptComponent] });
|
|
3201
|
+
DbxFlagLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagLayoutModule, imports: [CommonModule, MatToolbarModule] });
|
|
3202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlagLayoutModule, decorators: [{
|
|
3141
3203
|
type: NgModule,
|
|
3142
3204
|
args: [{
|
|
3143
3205
|
imports: [CommonModule, MatToolbarModule],
|
|
@@ -3177,9 +3239,9 @@ class DbxFlexGroupDirective extends AbstractSubscriptionDirective {
|
|
|
3177
3239
|
this._breakpoint.next(breakpoint !== null && breakpoint !== void 0 ? breakpoint : 'tablet');
|
|
3178
3240
|
}
|
|
3179
3241
|
}
|
|
3180
|
-
DbxFlexGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3181
|
-
DbxFlexGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3242
|
+
DbxFlexGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexGroupDirective, deps: [{ token: DbxScreenMediaService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3243
|
+
DbxFlexGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFlexGroupDirective, selector: "[dbxFlexGroup]", inputs: { content: "content", relative: "relative", breakpoint: "breakpoint" }, host: { properties: { "class.dbx-flex-group": "content", "class.dbx-flex-group-small": "small", "class.dbx-flex-group-relative": "relative" } }, usesInheritance: true, ngImport: i0 });
|
|
3244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexGroupDirective, decorators: [{
|
|
3183
3245
|
type: Directive,
|
|
3184
3246
|
args: [{
|
|
3185
3247
|
selector: '[dbxFlexGroup]',
|
|
@@ -3205,9 +3267,9 @@ class DbxFlexSizeDirective {
|
|
|
3205
3267
|
this.size = 1;
|
|
3206
3268
|
}
|
|
3207
3269
|
}
|
|
3208
|
-
DbxFlexSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3209
|
-
DbxFlexSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3270
|
+
DbxFlexSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3271
|
+
DbxFlexSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFlexSizeDirective, selector: "[dbxFlexSize]", inputs: { size: ["dbxFlexSize", "size"] }, host: { properties: { "class": "\"dbx-flex-\" + size" } }, ngImport: i0 });
|
|
3272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexSizeDirective, decorators: [{
|
|
3211
3273
|
type: Directive,
|
|
3212
3274
|
args: [{
|
|
3213
3275
|
selector: '[dbxFlexSize]',
|
|
@@ -3222,10 +3284,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3222
3284
|
|
|
3223
3285
|
class DbxFlexLayoutModule {
|
|
3224
3286
|
}
|
|
3225
|
-
DbxFlexLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3226
|
-
DbxFlexLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
3227
|
-
DbxFlexLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
3228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3287
|
+
DbxFlexLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3288
|
+
DbxFlexLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexLayoutModule, declarations: [DbxFlexGroupDirective, DbxFlexSizeDirective], imports: [CommonModule], exports: [DbxFlexGroupDirective, DbxFlexSizeDirective] });
|
|
3289
|
+
DbxFlexLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexLayoutModule, imports: [CommonModule] });
|
|
3290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFlexLayoutModule, decorators: [{
|
|
3229
3291
|
type: NgModule,
|
|
3230
3292
|
args: [{
|
|
3231
3293
|
imports: [CommonModule],
|
|
@@ -3239,8 +3301,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3239
3301
|
*/
|
|
3240
3302
|
class DbxIconItemComponent {
|
|
3241
3303
|
}
|
|
3242
|
-
DbxIconItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3243
|
-
DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3304
|
+
DbxIconItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIconItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3305
|
+
DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxIconItemComponent, selector: "dbx-icon-item", inputs: { icon: "icon", header: "header" }, ngImport: i0, template: `
|
|
3244
3306
|
<div class="dbx-icon-item">
|
|
3245
3307
|
<div class="left">
|
|
3246
3308
|
<mat-icon>{{ icon }}</mat-icon>
|
|
@@ -3253,7 +3315,7 @@ DbxIconItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
3253
3315
|
</div>
|
|
3254
3316
|
</div>
|
|
3255
3317
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
3256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIconItemComponent, decorators: [{
|
|
3257
3319
|
type: Component,
|
|
3258
3320
|
args: [{
|
|
3259
3321
|
selector: 'dbx-icon-item',
|
|
@@ -3279,10 +3341,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3279
3341
|
|
|
3280
3342
|
class DbxItemLayoutModule {
|
|
3281
3343
|
}
|
|
3282
|
-
DbxItemLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3283
|
-
DbxItemLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
3284
|
-
DbxItemLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
3285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3344
|
+
DbxItemLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxItemLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3345
|
+
DbxItemLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxItemLayoutModule, declarations: [DbxIconItemComponent], imports: [CommonModule, MatIconModule], exports: [DbxIconItemComponent] });
|
|
3346
|
+
DbxItemLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxItemLayoutModule, imports: [CommonModule, MatIconModule] });
|
|
3347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxItemLayoutModule, decorators: [{
|
|
3286
3348
|
type: NgModule,
|
|
3287
3349
|
args: [{
|
|
3288
3350
|
imports: [CommonModule, MatIconModule],
|
|
@@ -3296,13 +3358,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3296
3358
|
*/
|
|
3297
3359
|
class DbxListEmptyContentComponent {
|
|
3298
3360
|
}
|
|
3299
|
-
DbxListEmptyContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3300
|
-
DbxListEmptyContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3361
|
+
DbxListEmptyContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListEmptyContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3362
|
+
DbxListEmptyContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxListEmptyContentComponent, selector: "dbx-list-empty-content", ngImport: i0, template: `
|
|
3301
3363
|
<div class="dbx-list-empty-content">
|
|
3302
3364
|
<ng-content></ng-content>
|
|
3303
3365
|
</div>
|
|
3304
3366
|
`, isInline: true });
|
|
3305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListEmptyContentComponent, decorators: [{
|
|
3306
3368
|
type: Component,
|
|
3307
3369
|
args: [{
|
|
3308
3370
|
selector: 'dbx-list-empty-content',
|
|
@@ -3329,9 +3391,9 @@ class DbxReadableErrorComponent {
|
|
|
3329
3391
|
return (_a = this._error) === null || _a === void 0 ? void 0 : _a.message;
|
|
3330
3392
|
}
|
|
3331
3393
|
}
|
|
3332
|
-
DbxReadableErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3333
|
-
DbxReadableErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3394
|
+
DbxReadableErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3395
|
+
DbxReadableErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxReadableErrorComponent, selector: "dbx-error", inputs: { error: "error" }, ngImport: i0, template: "<div *ngIf=\"error\" class=\"dbx-error dbx-warn\">\n <h4>An error occured.</h4>\n <!-- <p class=\"dbx-error-code\" *ngIf=\"errorData.code\">{{ errorData.code }}</p> -->\n <p class=\"dbx-error-message\" *ngIf=\"message\">{{ message }}</p>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorComponent, decorators: [{
|
|
3335
3397
|
type: Component,
|
|
3336
3398
|
args: [{ selector: 'dbx-error', template: "<div *ngIf=\"error\" class=\"dbx-error dbx-warn\">\n <h4>An error occured.</h4>\n <!-- <p class=\"dbx-error-code\" *ngIf=\"errorData.code\">{{ errorData.code }}</p> -->\n <p class=\"dbx-error-message\" *ngIf=\"message\">{{ message }}</p>\n</div>\n" }]
|
|
3337
3399
|
}], propDecorators: { error: [{
|
|
@@ -3362,8 +3424,8 @@ class DbxLoadingProgressComponent {
|
|
|
3362
3424
|
return this.mode;
|
|
3363
3425
|
}
|
|
3364
3426
|
}
|
|
3365
|
-
DbxLoadingProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3366
|
-
DbxLoadingProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3427
|
+
DbxLoadingProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3428
|
+
DbxLoadingProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingProgressComponent, selector: "dbx-loading-progress", inputs: { text: "text", linear: "linear", mode: "mode", color: "color", value: "value", bufferValue: "bufferValue", diameter: "diameter" }, ngImport: i0, template: `
|
|
3367
3429
|
<div class="loading-progress-view">
|
|
3368
3430
|
<ng-container [ngSwitch]="linear">
|
|
3369
3431
|
<mat-progress-bar *ngSwitchCase="true" [mode]="bmode" [color]="color" [bufferValue]="bufferValue" [value]="value" style="margin: auto;"></mat-progress-bar>
|
|
@@ -3372,7 +3434,7 @@ DbxLoadingProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
3372
3434
|
<div *ngIf="text" class="hint">{{ text }}</div>
|
|
3373
3435
|
</div>
|
|
3374
3436
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i3$1.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }] });
|
|
3375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingProgressComponent, decorators: [{
|
|
3376
3438
|
type: Component,
|
|
3377
3439
|
args: [{
|
|
3378
3440
|
selector: 'dbx-loading-progress',
|
|
@@ -3482,9 +3544,9 @@ class DbxBasicLoadingComponent {
|
|
|
3482
3544
|
}, 0);
|
|
3483
3545
|
}
|
|
3484
3546
|
}
|
|
3485
|
-
DbxBasicLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3486
|
-
DbxBasicLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3547
|
+
DbxBasicLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBasicLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3548
|
+
DbxBasicLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: { diameter: "diameter", mode: "mode", color: "color", text: "text", linear: "linear", show: "show", loading: "loading", error: "error" }, viewQueries: [{ propertyName: "customErrorContent", first: true, predicate: ["customError"], descendants: true }, { propertyName: "customLoadingContent", first: true, predicate: ["customLoading"], descendants: true }], ngImport: i0, template: "<ng-container [ngSwitch]=\"state$ | async\">\n <ng-container *ngSwitchCase=\"0\">\n <!-- Loading -->\n <ng-container *ngTemplateOutlet=\"loadingTemplate\"></ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"1\">\n <!-- Content -->\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngSwitchCase=\"2\">\n <!-- Error -->\n <ng-container *ngTemplateOutlet=\"errorTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n\n<ng-template #loadingTemplate>\n <dbx-loading-progress *ngIf=\"hasNoCustomLoading$ | async\" [mode]=\"mode\" [color]=\"color\" [text]=\"text\" [linear]=\"linear\" [diameter]=\"diameter\"></dbx-loading-progress>\n <div #customLoading>\n <ng-content select=\"[loading]\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #errorTemplate>\n <dbx-error *ngIf=\"hasNoCustomError$ | async\" [error]=\"error$ | async\"></dbx-error>\n <div #customError>\n <ng-content select=\"[error]\"></ng-content>\n </div>\n <ng-content select=\"[errorAction]\"></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DbxReadableErrorComponent, selector: "dbx-error", inputs: ["error"] }, { kind: "component", type: DbxLoadingProgressComponent, selector: "dbx-loading-progress", inputs: ["text", "linear", "mode", "color", "value", "bufferValue", "diameter"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
3549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxBasicLoadingComponent, decorators: [{
|
|
3488
3550
|
type: Component,
|
|
3489
3551
|
args: [{ selector: 'dbx-basic-loading', template: "<ng-container [ngSwitch]=\"state$ | async\">\n <ng-container *ngSwitchCase=\"0\">\n <!-- Loading -->\n <ng-container *ngTemplateOutlet=\"loadingTemplate\"></ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"1\">\n <!-- Content -->\n <ng-content></ng-content>\n </ng-container>\n <ng-container *ngSwitchCase=\"2\">\n <!-- Error -->\n <ng-container *ngTemplateOutlet=\"errorTemplate\"></ng-container>\n </ng-container>\n</ng-container>\n\n<ng-template #loadingTemplate>\n <dbx-loading-progress *ngIf=\"hasNoCustomLoading$ | async\" [mode]=\"mode\" [color]=\"color\" [text]=\"text\" [linear]=\"linear\" [diameter]=\"diameter\"></dbx-loading-progress>\n <div #customLoading>\n <ng-content select=\"[loading]\"></ng-content>\n </div>\n</ng-template>\n\n<ng-template #errorTemplate>\n <dbx-error *ngIf=\"hasNoCustomError$ | async\" [error]=\"error$ | async\"></dbx-error>\n <div #customError>\n <ng-content select=\"[error]\"></ng-content>\n </div>\n <ng-content select=\"[errorAction]\"></ng-content>\n</ng-template>\n" }]
|
|
3490
3552
|
}], propDecorators: { diameter: [{
|
|
@@ -3559,8 +3621,8 @@ class DbxLoadingComponent {
|
|
|
3559
3621
|
this._inputError.next(error);
|
|
3560
3622
|
}
|
|
3561
3623
|
}
|
|
3562
|
-
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3563
|
-
DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3624
|
+
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3625
|
+
DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingComponent, selector: "dbx-loading", inputs: { show: "show", text: "text", mode: "mode", color: "color", diameter: "diameter", linear: "linear", context: "context", loading: "loading", error: "error" }, ngImport: i0, template: `
|
|
3564
3626
|
<dbx-basic-loading [show]="show" [color]="color" [text]="text" [mode]="mode" [linear]="linear" [diameter]="diameter" [error]="error$ | async" [loading]="loading$ | async">
|
|
3565
3627
|
<ng-content loading select="[loading]"></ng-content>
|
|
3566
3628
|
<ng-content></ng-content>
|
|
@@ -3568,7 +3630,7 @@ DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
3568
3630
|
<ng-content errorAction select="[errorAction]"></ng-content>
|
|
3569
3631
|
</dbx-basic-loading>
|
|
3570
3632
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "color", "text", "linear", "show", "loading", "error"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
3571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, decorators: [{
|
|
3572
3634
|
type: Component,
|
|
3573
3635
|
args: [{
|
|
3574
3636
|
selector: 'dbx-loading',
|
|
@@ -3789,9 +3851,9 @@ class DbxListComponent {
|
|
|
3789
3851
|
}
|
|
3790
3852
|
}
|
|
3791
3853
|
}
|
|
3792
|
-
DbxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3793
|
-
DbxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
3794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3854
|
+
DbxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3855
|
+
DbxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxListComponent, selector: "dbx-list", inputs: { padded: "padded", state$: "state$", config: "config", disabled: "disabled", selectionMode: "selectionMode" }, outputs: { contentScrolled: "contentScrolled" }, host: { properties: { "class.dbx-list-padded": "padded" }, classAttribute: "d-block dbx-list" }, ngImport: i0, template: "<dbx-loading [context]=\"context\" [linear]=\"true\"></dbx-loading>\n<div dbxListInternalContent infinite-scroll [infiniteScrollDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\" [infiniteScrollUpDistance]=\"(scrollDistance$ | async) ?? DEFAULT_SCROLL_DISTANCE\" [hide]=\"hideContent$ | async\" [infiniteScrollThrottle]=\"(throttleScroll$ | async) ?? DEFAULT_THROTTLE_SCROLL\" [scrollWindow]=\"false\" (scrolled)=\"onScrollDown()\" (scrolledUp)=\"onScrollUp()\">\n <ng-content select=\"[top]\"></ng-content>\n <dbx-injection [config]=\"injectedComponentConfig$ | async\"></dbx-injection>\n <ng-content select=\"[bottom]\"></ng-content>\n</div>\n<ng-content *ngIf=\"isEmpty$ | async\" select=\"[empty]\"></ng-content>\n", dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i0.forwardRef(function () { return DbxLoadingComponent; }), selector: "dbx-loading", inputs: ["show", "text", "mode", "color", "diameter", "linear", "context", "loading", "error"] }, { kind: "directive", type: i0.forwardRef(function () { return i3$3.InfiniteScrollDirective; }), selector: "[infiniteScroll], [infinite-scroll], [data-infinite-scroll]", inputs: ["infiniteScrollDistance", "infiniteScrollUpDistance", "infiniteScrollThrottle", "infiniteScrollDisabled", "infiniteScrollContainer", "scrollWindow", "immediateCheck", "horizontal", "alwaysCallback", "fromRoot"], outputs: ["scrolled", "scrolledUp"] }, { kind: "component", type: i0.forwardRef(function () { return i1$2.DbxInjectionComponent; }), selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "directive", type: i0.forwardRef(function () { return DbxListInternalContentDirective; }), selector: "[dbxListInternalContent]", inputs: ["hide"] }, { kind: "pipe", type: i0.forwardRef(function () { return i1.AsyncPipe; }), name: "async" }] });
|
|
3856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListComponent, decorators: [{
|
|
3795
3857
|
type: Component,
|
|
3796
3858
|
args: [{ selector: 'dbx-list', host: {
|
|
3797
3859
|
class: 'd-block dbx-list',
|
|
@@ -3825,9 +3887,9 @@ class DbxListInternalContentDirective {
|
|
|
3825
3887
|
this.parent.contentScrolled.emit(position);
|
|
3826
3888
|
}
|
|
3827
3889
|
}
|
|
3828
|
-
DbxListInternalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3829
|
-
DbxListInternalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3890
|
+
DbxListInternalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListInternalContentDirective, deps: [{ token: DbxListComponent }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3891
|
+
DbxListInternalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxListInternalContentDirective, selector: "[dbxListInternalContent]", inputs: { hide: "hide" }, host: { listeners: { "scroll": "onScrollEvent($event)" }, properties: { "class.dbx-list-content-hidden": "hide" }, classAttribute: "d-block dbx-list-content" }, ngImport: i0 });
|
|
3892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListInternalContentDirective, decorators: [{
|
|
3831
3893
|
type: Directive,
|
|
3832
3894
|
args: [{
|
|
3833
3895
|
selector: '[dbxListInternalContent]',
|
|
@@ -3878,9 +3940,9 @@ class AbstractDbxListWrapperDirective {
|
|
|
3878
3940
|
return Object.assign(Object.assign({}, config), { onClick: (x) => this.clickItem.emit(x), loadMore: () => this.loadMore.emit() });
|
|
3879
3941
|
}
|
|
3880
3942
|
}
|
|
3881
|
-
AbstractDbxListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3882
|
-
AbstractDbxListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3943
|
+
AbstractDbxListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListWrapperDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
3944
|
+
AbstractDbxListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxListWrapperDirective, inputs: { disabled: "disabled", selectionMode: "selectionMode", state$: "state$" }, outputs: { clickItem: "clickItem", loadMore: "loadMore" }, ngImport: i0 });
|
|
3945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListWrapperDirective, decorators: [{
|
|
3884
3946
|
type: Directive
|
|
3885
3947
|
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { disabled: [{
|
|
3886
3948
|
type: Input
|
|
@@ -3907,9 +3969,9 @@ class AbstractDbxSelectionListWrapperDirective extends AbstractDbxListWrapperDir
|
|
|
3907
3969
|
return result;
|
|
3908
3970
|
}
|
|
3909
3971
|
}
|
|
3910
|
-
AbstractDbxSelectionListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3911
|
-
AbstractDbxSelectionListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3972
|
+
AbstractDbxSelectionListWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3973
|
+
AbstractDbxSelectionListWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxSelectionListWrapperDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
|
|
3974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSelectionListWrapperDirective, decorators: [{
|
|
3913
3975
|
type: Directive
|
|
3914
3976
|
}], propDecorators: { selectionChange: [{
|
|
3915
3977
|
type: Output
|
|
@@ -3930,9 +3992,9 @@ class DbxActionErrorDirective extends AbstractSubscriptionDirective {
|
|
|
3930
3992
|
});
|
|
3931
3993
|
}
|
|
3932
3994
|
}
|
|
3933
|
-
DbxActionErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
3934
|
-
DbxActionErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
3935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
3995
|
+
DbxActionErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionErrorDirective, deps: [{ token: DbxReadableErrorComponent, host: true }, { token: i1$2.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3996
|
+
DbxActionErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionErrorDirective, selector: "[dbxActionError]", usesInheritance: true, ngImport: i0 });
|
|
3997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionErrorDirective, decorators: [{
|
|
3936
3998
|
type: Directive,
|
|
3937
3999
|
args: [{
|
|
3938
4000
|
selector: '[dbxActionError]'
|
|
@@ -4016,9 +4078,9 @@ class DbxLoadingErrorDirective extends AbstractSubscriptionDirective {
|
|
|
4016
4078
|
this.sub = subscription;
|
|
4017
4079
|
}
|
|
4018
4080
|
}
|
|
4019
|
-
DbxLoadingErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4020
|
-
DbxLoadingErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4081
|
+
DbxLoadingErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingErrorDirective, deps: [{ token: DbxReadableErrorComponent, host: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4082
|
+
DbxLoadingErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingErrorDirective, selector: "[dbxLoadingError]", inputs: { context: ["dbxLoadingError", "context"] }, usesInheritance: true, ngImport: i0 });
|
|
4083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingErrorDirective, decorators: [{
|
|
4022
4084
|
type: Directive,
|
|
4023
4085
|
args: [{
|
|
4024
4086
|
selector: '[dbxLoadingError]'
|
|
@@ -4034,10 +4096,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4034
4096
|
|
|
4035
4097
|
class DbxReadableErrorModule {
|
|
4036
4098
|
}
|
|
4037
|
-
DbxReadableErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4038
|
-
DbxReadableErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
4039
|
-
DbxReadableErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
4040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4099
|
+
DbxReadableErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4100
|
+
DbxReadableErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorModule, declarations: [DbxReadableErrorComponent, DbxLoadingErrorDirective, DbxActionErrorDirective], imports: [CommonModule], exports: [DbxReadableErrorComponent, DbxLoadingErrorDirective, DbxActionErrorDirective] });
|
|
4101
|
+
DbxReadableErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorModule, imports: [CommonModule] });
|
|
4102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxReadableErrorModule, decorators: [{
|
|
4041
4103
|
type: NgModule,
|
|
4042
4104
|
args: [{
|
|
4043
4105
|
imports: [CommonModule],
|
|
@@ -4084,9 +4146,9 @@ class DbxActionLoadingContextDirective {
|
|
|
4084
4146
|
this._context.destroy();
|
|
4085
4147
|
}
|
|
4086
4148
|
}
|
|
4087
|
-
DbxActionLoadingContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4088
|
-
DbxActionLoadingContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4149
|
+
DbxActionLoadingContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionLoadingContextDirective, deps: [{ token: DbxLoadingComponent, host: true }, { token: i1$2.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4150
|
+
DbxActionLoadingContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionLoadingContextDirective, selector: "[dbxActionLoadingContext]", ngImport: i0 });
|
|
4151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionLoadingContextDirective, decorators: [{
|
|
4090
4152
|
type: Directive,
|
|
4091
4153
|
args: [{
|
|
4092
4154
|
selector: '[dbxActionLoadingContext]'
|
|
@@ -4099,10 +4161,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4099
4161
|
|
|
4100
4162
|
class DbxLoadingModule {
|
|
4101
4163
|
}
|
|
4102
|
-
DbxLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4103
|
-
DbxLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
4104
|
-
DbxLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
4105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4164
|
+
DbxLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4165
|
+
DbxLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingModule, declarations: [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, DbxActionLoadingContextDirective], imports: [CommonModule, DbxReadableErrorModule, MatProgressSpinnerModule, MatProgressBarModule], exports: [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, MatProgressSpinnerModule, MatProgressBarModule, DbxActionLoadingContextDirective] });
|
|
4166
|
+
DbxLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingModule, imports: [CommonModule, DbxReadableErrorModule, MatProgressSpinnerModule, MatProgressBarModule, MatProgressSpinnerModule, MatProgressBarModule] });
|
|
4167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingModule, decorators: [{
|
|
4106
4168
|
type: NgModule,
|
|
4107
4169
|
args: [{
|
|
4108
4170
|
imports: [CommonModule, DbxReadableErrorModule, MatProgressSpinnerModule, MatProgressBarModule],
|
|
@@ -4203,9 +4265,9 @@ class AbstractDbxValueListViewDirective {
|
|
|
4203
4265
|
(_a = this.dbxListView.clickValue) === null || _a === void 0 ? void 0 : _a.next(value);
|
|
4204
4266
|
}
|
|
4205
4267
|
}
|
|
4206
|
-
AbstractDbxValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4207
|
-
AbstractDbxValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4268
|
+
AbstractDbxValueListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListViewDirective, deps: [{ token: DbxListView }, { token: DbxValueListItemModifier, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4269
|
+
AbstractDbxValueListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxValueListViewDirective, inputs: { config: "config" }, ngImport: i0 });
|
|
4270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListViewDirective, decorators: [{
|
|
4209
4271
|
type: Directive
|
|
4210
4272
|
}], ctorParameters: function () {
|
|
4211
4273
|
return [{ type: DbxListView }, { type: DbxValueListItemModifier, decorators: [{
|
|
@@ -4224,11 +4286,11 @@ class DbxValueListViewComponent extends AbstractDbxValueListViewDirective {
|
|
|
4224
4286
|
this.emitAllClicks$ = this.config$.pipe(map((x) => x.emitAllClicks), shareReplay(1));
|
|
4225
4287
|
}
|
|
4226
4288
|
}
|
|
4227
|
-
DbxValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4228
|
-
DbxValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4289
|
+
DbxValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4290
|
+
DbxValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListViewComponent, selector: "dbx-list-view", usesInheritance: true, ngImport: i0, template: `
|
|
4229
4291
|
<dbx-list-view-content [items]="items$ | async" [emitAllClicks]="emitAllClicks$ | async"></dbx-list-view-content>
|
|
4230
4292
|
`, isInline: true, dependencies: [{ kind: "component", type: i0.forwardRef(function () { return DbxValueListItemViewComponent; }), selector: "dbx-list-view-content", inputs: ["emitAllClicks", "items"] }, { kind: "pipe", type: i0.forwardRef(function () { return i1.AsyncPipe; }), name: "async" }] });
|
|
4231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListViewComponent, decorators: [{
|
|
4232
4294
|
type: Component,
|
|
4233
4295
|
args: [{
|
|
4234
4296
|
selector: 'dbx-list-view',
|
|
@@ -4264,8 +4326,8 @@ class DbxValueListItemViewComponent {
|
|
|
4264
4326
|
return item.rippleDisabled || (!this.emitAllClicks && !item.anchor);
|
|
4265
4327
|
}
|
|
4266
4328
|
}
|
|
4267
|
-
DbxValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4268
|
-
DbxValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4329
|
+
DbxValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListItemViewComponent, deps: [{ token: DbxListView }], target: i0.ɵɵFactoryTarget.Component });
|
|
4330
|
+
DbxValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListItemViewComponent, selector: "dbx-list-view-content", inputs: { emitAllClicks: "emitAllClicks", items: "items" }, host: { classAttribute: "dbx-list-view" }, ngImport: i0, template: `
|
|
4269
4331
|
<mat-nav-list [disabled]="disabled$ | async">
|
|
4270
4332
|
<dbx-anchor *ngFor="let item of items; trackBy: trackByFunction" [anchor]="item.anchor" [disabled]="item.disabled">
|
|
4271
4333
|
<a mat-list-item class="dbx-list-view-item" [disabled]="item.disabled" [disableRipple]="rippleDisabledOnItem(item)" (click)="onClickItem(item)">
|
|
@@ -4275,7 +4337,7 @@ DbxValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
4275
4337
|
</dbx-anchor>
|
|
4276
4338
|
</mat-nav-list>
|
|
4277
4339
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: i3$2.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i3$2.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i3$2.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
4278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListItemViewComponent, decorators: [{
|
|
4279
4341
|
type: Component,
|
|
4280
4342
|
args: [{
|
|
4281
4343
|
selector: 'dbx-list-view-content',
|
|
@@ -4310,11 +4372,11 @@ class DbxSelectionValueListViewComponent extends AbstractDbxValueListViewDirecti
|
|
|
4310
4372
|
this.multiple$ = this.config$.pipe(map((x) => { var _a; return (_a = x.multiple) !== null && _a !== void 0 ? _a : true; }), distinctUntilChanged(), shareReplay(1));
|
|
4311
4373
|
}
|
|
4312
4374
|
}
|
|
4313
|
-
DbxSelectionValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4314
|
-
DbxSelectionValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4375
|
+
DbxSelectionValueListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSelectionValueListViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4376
|
+
DbxSelectionValueListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSelectionValueListViewComponent, selector: "dbx-selection-list-view", usesInheritance: true, ngImport: i0, template: `
|
|
4315
4377
|
<dbx-selection-list-view-content [selectionMode]="selectionMode$ | async" [multiple]="multiple$ | async" [items]="items$ | async"></dbx-selection-list-view-content>
|
|
4316
4378
|
`, isInline: true, dependencies: [{ kind: "component", type: i0.forwardRef(function () { return DbxSelectionValueListItemViewComponent; }), selector: "dbx-selection-list-view-content", inputs: ["multiple", "selectionMode"] }, { kind: "pipe", type: i0.forwardRef(function () { return i1.AsyncPipe; }), name: "async" }] });
|
|
4317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSelectionValueListViewComponent, decorators: [{
|
|
4318
4380
|
type: Component,
|
|
4319
4381
|
args: [{
|
|
4320
4382
|
selector: 'dbx-selection-list-view',
|
|
@@ -4345,8 +4407,8 @@ class DbxSelectionValueListItemViewComponent extends DbxValueListItemViewCompone
|
|
|
4345
4407
|
});
|
|
4346
4408
|
}
|
|
4347
4409
|
}
|
|
4348
|
-
DbxSelectionValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4349
|
-
DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4410
|
+
DbxSelectionValueListItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSelectionValueListItemViewComponent, deps: [{ token: DbxListView }], target: i0.ɵɵFactoryTarget.Component });
|
|
4411
|
+
DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSelectionValueListItemViewComponent, selector: "dbx-selection-list-view-content", inputs: { multiple: "multiple", selectionMode: "selectionMode" }, host: { classAttribute: "dbx-list-view dbx-selection-list-view" }, usesInheritance: true, ngImport: i0, template: `
|
|
4350
4412
|
<ng-container [ngSwitch]="selectionMode">
|
|
4351
4413
|
<ng-container *ngSwitchCase="'view'">
|
|
4352
4414
|
<dbx-list-view-content [items]="items"></dbx-list-view-content>
|
|
@@ -4361,7 +4423,7 @@ DbxSelectionValueListItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
4361
4423
|
</ng-container>
|
|
4362
4424
|
</ng-container>
|
|
4363
4425
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "directive", type: i3$2.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "component", type: i3$2.MatSelectionList, selector: "mat-selection-list", inputs: ["disableRipple", "color", "compareWith", "disabled", "multiple"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { kind: "component", type: i3$2.MatListOption, selector: "mat-list-option", inputs: ["disableRipple", "checkboxPosition", "color", "value", "disabled", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: DbxValueListItemViewComponent, selector: "dbx-list-view-content", inputs: ["emitAllClicks", "items"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
4364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSelectionValueListItemViewComponent, decorators: [{
|
|
4365
4427
|
type: Component,
|
|
4366
4428
|
args: [{
|
|
4367
4429
|
selector: 'dbx-selection-list-view-content',
|
|
@@ -4418,9 +4480,9 @@ class DbxListItemDisableRippleModifierDirective extends AbstractDbxValueListItem
|
|
|
4418
4480
|
this._disableRippleForItem.next(disableRippleForItem !== null && disableRippleForItem !== void 0 ? disableRippleForItem : DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION);
|
|
4419
4481
|
}
|
|
4420
4482
|
}
|
|
4421
|
-
DbxListItemDisableRippleModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4422
|
-
DbxListItemDisableRippleModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4483
|
+
DbxListItemDisableRippleModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemDisableRippleModifierDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4484
|
+
DbxListItemDisableRippleModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxListItemDisableRippleModifierDirective, selector: "[dbxListItemDisableRippleModifier]", inputs: { disableRippleForItem: ["dbxListItemDisableRippleModifier", "disableRippleForItem"] }, usesInheritance: true, ngImport: i0 });
|
|
4485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemDisableRippleModifierDirective, decorators: [{
|
|
4424
4486
|
type: Directive,
|
|
4425
4487
|
args: [{
|
|
4426
4488
|
selector: '[dbxListItemDisableRippleModifier]'
|
|
@@ -4440,11 +4502,11 @@ class DbxValueListGridViewComponent extends AbstractDbxValueListViewDirective {
|
|
|
4440
4502
|
this.emitAllClicks$ = this.config$.pipe(map((x) => x.emitAllClicks), shareReplay(1));
|
|
4441
4503
|
}
|
|
4442
4504
|
}
|
|
4443
|
-
DbxValueListGridViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4444
|
-
DbxValueListGridViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4505
|
+
DbxValueListGridViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4506
|
+
DbxValueListGridViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListGridViewComponent, selector: "dbx-list-grid-view", usesInheritance: true, ngImport: i0, template: `
|
|
4445
4507
|
<dbx-list-grid-view-content [grid]="grid$ | async" [items]="items$ | async" [emitAllClicks]="emitAllClicks$ | async"></dbx-list-grid-view-content>
|
|
4446
4508
|
`, isInline: true, dependencies: [{ kind: "component", type: i0.forwardRef(function () { return DbxValueListGridItemViewComponent; }), selector: "dbx-list-grid-view-content", inputs: ["grid"] }, { kind: "pipe", type: i0.forwardRef(function () { return i1.AsyncPipe; }), name: "async" }] });
|
|
4447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridViewComponent, decorators: [{
|
|
4448
4510
|
type: Component,
|
|
4449
4511
|
args: [{
|
|
4450
4512
|
selector: 'dbx-list-grid-view',
|
|
@@ -4477,9 +4539,9 @@ class DbxValueListGridSizeDirective {
|
|
|
4477
4539
|
this._gridSize.complete();
|
|
4478
4540
|
}
|
|
4479
4541
|
}
|
|
4480
|
-
DbxValueListGridSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4481
|
-
DbxValueListGridSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4542
|
+
DbxValueListGridSizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4543
|
+
DbxValueListGridSizeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListGridSizeDirective, selector: "[dbxListGridSize]", inputs: { gridSize: ["dbxListGridSize", "gridSize"] }, ngImport: i0 });
|
|
4544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridSizeDirective, decorators: [{
|
|
4483
4545
|
type: Directive,
|
|
4484
4546
|
args: [{
|
|
4485
4547
|
selector: '[dbxListGridSize]'
|
|
@@ -4511,15 +4573,15 @@ class DbxValueListGridItemViewComponent extends DbxValueListItemViewComponent {
|
|
|
4511
4573
|
this._defaultGrid.complete();
|
|
4512
4574
|
}
|
|
4513
4575
|
}
|
|
4514
|
-
DbxValueListGridItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4515
|
-
DbxValueListGridItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4576
|
+
DbxValueListGridItemViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridItemViewComponent, deps: [{ token: DbxListView }, { token: DbxValueListGridSizeDirective, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4577
|
+
DbxValueListGridItemViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxValueListGridItemViewComponent, selector: "dbx-list-grid-view-content", inputs: { grid: "grid" }, host: { classAttribute: "dbx-list-grid-view" }, usesInheritance: true, ngImport: i0, template: `
|
|
4516
4578
|
<div [gdGap]="gap$ | async" [gdColumns]="columns$ | async">
|
|
4517
4579
|
<dbx-anchor *ngFor="let item of items; trackBy: trackByFunction" matRipple [matRippleDisabled]="rippleDisabledOnItem(item)" class="dbx-list-grid-view-item" [anchor]="item.anchor" [disabled]="item.disabled" (click)="onClickItem(item)">
|
|
4518
4580
|
<div dbx-injection [config]="item.config"></div>
|
|
4519
4581
|
</dbx-anchor>
|
|
4520
4582
|
</div>
|
|
4521
4583
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i4$2.DefaultGridColumnsDirective, selector: " [gdColumns], [gdColumns.xs], [gdColumns.sm], [gdColumns.md], [gdColumns.lg], [gdColumns.xl], [gdColumns.lt-sm], [gdColumns.lt-md], [gdColumns.lt-lg], [gdColumns.lt-xl], [gdColumns.gt-xs], [gdColumns.gt-sm], [gdColumns.gt-md], [gdColumns.gt-lg]", inputs: ["gdColumns", "gdColumns.xs", "gdColumns.sm", "gdColumns.md", "gdColumns.lg", "gdColumns.xl", "gdColumns.lt-sm", "gdColumns.lt-md", "gdColumns.lt-lg", "gdColumns.lt-xl", "gdColumns.gt-xs", "gdColumns.gt-sm", "gdColumns.gt-md", "gdColumns.gt-lg"] }, { kind: "directive", type: i4$2.DefaultGridGapDirective, selector: " [gdGap], [gdGap.xs], [gdGap.sm], [gdGap.md], [gdGap.lg], [gdGap.xl], [gdGap.lt-sm], [gdGap.lt-md], [gdGap.lt-lg], [gdGap.lt-xl], [gdGap.gt-xs], [gdGap.gt-sm], [gdGap.gt-md], [gdGap.gt-lg]", inputs: ["gdGap", "gdGap.xs", "gdGap.sm", "gdGap.md", "gdGap.lg", "gdGap.xl", "gdGap.lt-sm", "gdGap.lt-md", "gdGap.lt-lg", "gdGap.lt-xl", "gdGap.gt-xs", "gdGap.gt-sm", "gdGap.gt-md", "gdGap.gt-lg"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
4522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxValueListGridItemViewComponent, decorators: [{
|
|
4523
4585
|
type: Component,
|
|
4524
4586
|
args: [{
|
|
4525
4587
|
selector: 'dbx-list-grid-view-content',
|
|
@@ -4569,9 +4631,9 @@ class DbxListItemIsSelectedModifierDirective extends AbstractDbxValueListItemMod
|
|
|
4569
4631
|
this._listItemIsSelected.next(listItemIsSelected !== null && listItemIsSelected !== void 0 ? listItemIsSelected : DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION);
|
|
4570
4632
|
}
|
|
4571
4633
|
}
|
|
4572
|
-
DbxListItemIsSelectedModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4573
|
-
DbxListItemIsSelectedModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4634
|
+
DbxListItemIsSelectedModifierDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemIsSelectedModifierDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4635
|
+
DbxListItemIsSelectedModifierDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxListItemIsSelectedModifierDirective, selector: "[dbxListItemIsSelectedModifier]", inputs: { listItemIsSelected: ["dbxListItemIsSelectedModifier", "listItemIsSelected"] }, usesInheritance: true, ngImport: i0 });
|
|
4636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListItemIsSelectedModifierDirective, decorators: [{
|
|
4575
4637
|
type: Directive,
|
|
4576
4638
|
args: [{
|
|
4577
4639
|
selector: '[dbxListItemIsSelectedModifier]'
|
|
@@ -4583,8 +4645,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4583
4645
|
|
|
4584
4646
|
class DbxListLayoutModule {
|
|
4585
4647
|
}
|
|
4586
|
-
DbxListLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4587
|
-
DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
4648
|
+
DbxListLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4649
|
+
DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxListLayoutModule, declarations: [
|
|
4588
4650
|
//
|
|
4589
4651
|
DbxListComponent,
|
|
4590
4652
|
DbxListInternalContentDirective,
|
|
@@ -4614,8 +4676,8 @@ DbxListLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
|
|
|
4614
4676
|
DbxListItemDisableRippleModifierDirective,
|
|
4615
4677
|
DbxListItemIsSelectedModifierDirective
|
|
4616
4678
|
] });
|
|
4617
|
-
DbxListLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
4618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4679
|
+
DbxListLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListLayoutModule, imports: [CommonModule, MatRippleModule, FlexLayoutModule, DbxLoadingModule, DbxRouterAnchorModule, InfiniteScrollModule, DbxInjectionComponentModule, MatListModule, MatIconModule] });
|
|
4680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxListLayoutModule, decorators: [{
|
|
4619
4681
|
type: NgModule,
|
|
4620
4682
|
args: [{
|
|
4621
4683
|
imports: [CommonModule, MatRippleModule, FlexLayoutModule, DbxLoadingModule, DbxRouterAnchorModule, InfiniteScrollModule, DbxInjectionComponentModule, MatListModule, MatIconModule],
|
|
@@ -4702,9 +4764,9 @@ class AbstractDbxListViewDirective {
|
|
|
4702
4764
|
this._selectionMode.next(selectionMode);
|
|
4703
4765
|
}
|
|
4704
4766
|
}
|
|
4705
|
-
AbstractDbxListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4706
|
-
AbstractDbxListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4767
|
+
AbstractDbxListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4768
|
+
AbstractDbxListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxListViewDirective, inputs: { valueArray: "valueArray", values: "values" }, outputs: { clickValue: "clickValue" }, ngImport: i0 });
|
|
4769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListViewDirective, decorators: [{
|
|
4708
4770
|
type: Directive
|
|
4709
4771
|
}], propDecorators: { clickValue: [{
|
|
4710
4772
|
type: Output
|
|
@@ -4720,9 +4782,9 @@ const DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE = '<dbx-list-grid-view [con
|
|
|
4720
4782
|
*/
|
|
4721
4783
|
class AbstractDbxListGridViewDirective extends AbstractDbxListViewDirective {
|
|
4722
4784
|
}
|
|
4723
|
-
AbstractDbxListGridViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4724
|
-
AbstractDbxListGridViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4785
|
+
AbstractDbxListGridViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListGridViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4786
|
+
AbstractDbxListGridViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxListGridViewDirective, usesInheritance: true, ngImport: i0 });
|
|
4787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxListGridViewDirective, decorators: [{
|
|
4726
4788
|
type: Directive
|
|
4727
4789
|
}] });
|
|
4728
4790
|
|
|
@@ -4748,9 +4810,9 @@ class AbstractDbxSelectionListViewDirective extends AbstractDbxListViewDirective
|
|
|
4748
4810
|
this.selectionChanged({ items });
|
|
4749
4811
|
}
|
|
4750
4812
|
}
|
|
4751
|
-
AbstractDbxSelectionListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4752
|
-
AbstractDbxSelectionListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4813
|
+
AbstractDbxSelectionListViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSelectionListViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4814
|
+
AbstractDbxSelectionListViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxSelectionListViewDirective, outputs: { selectionChange: "selectionChange" }, usesInheritance: true, ngImport: i0 });
|
|
4815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxSelectionListViewDirective, decorators: [{
|
|
4754
4816
|
type: Directive
|
|
4755
4817
|
}], propDecorators: { selectionChange: [{
|
|
4756
4818
|
type: Output
|
|
@@ -4764,9 +4826,9 @@ class AbstractDbxValueListViewItemComponent {
|
|
|
4764
4826
|
return this.item.itemValue;
|
|
4765
4827
|
}
|
|
4766
4828
|
}
|
|
4767
|
-
AbstractDbxValueListViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4768
|
-
AbstractDbxValueListViewItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
4769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4829
|
+
AbstractDbxValueListViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListViewItemComponent, deps: [{ token: DBX_VALUE_LIST_VIEW_ITEM }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4830
|
+
AbstractDbxValueListViewItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxValueListViewItemComponent, ngImport: i0 });
|
|
4831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxValueListViewItemComponent, decorators: [{
|
|
4770
4832
|
type: Directive
|
|
4771
4833
|
}], ctorParameters: function () {
|
|
4772
4834
|
return [{ type: undefined, decorators: [{
|
|
@@ -4822,8 +4884,8 @@ class DbxSectionHeaderComponent {
|
|
|
4822
4884
|
return Boolean(this.header || this.icon);
|
|
4823
4885
|
}
|
|
4824
4886
|
}
|
|
4825
|
-
DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4826
|
-
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4887
|
+
DbxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4888
|
+
DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: { h: "h", header: "header", onlyHeader: "onlyHeader", icon: "icon", hint: "hint", hintInline: "hintInline", headerConfig: "headerConfig" }, host: { properties: { "class.dbx-section-header-full-title": "onlyHeader" } }, ngImport: i0, template: `
|
|
4827
4889
|
<div class="dbx-section-header-content">
|
|
4828
4890
|
<ng-container [ngSwitch]="showTitle && (h ?? 1)">
|
|
4829
4891
|
<h1 *ngSwitchCase="1" class="dbx-section-header-content-title">
|
|
@@ -4854,7 +4916,7 @@ DbxSectionHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
4854
4916
|
</span>
|
|
4855
4917
|
</ng-template>
|
|
4856
4918
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
4857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionHeaderComponent, decorators: [{
|
|
4858
4920
|
type: Component,
|
|
4859
4921
|
args: [{
|
|
4860
4922
|
selector: 'dbx-section-header,.dbx-section-header',
|
|
@@ -4918,8 +4980,8 @@ class DbxSectionComponent extends DbxSectionHeaderComponent {
|
|
|
4918
4980
|
this.elevate = false;
|
|
4919
4981
|
}
|
|
4920
4982
|
}
|
|
4921
|
-
DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4922
|
-
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
4983
|
+
DbxSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
4984
|
+
DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSectionComponent, selector: "dbx-section", inputs: { elevate: "elevate" }, host: { properties: { "class": "(elevate) ? 'dbx-section-elevate dbx-content-elevate' : ''" }, classAttribute: "d-block dbx-section" }, usesInheritance: true, ngImport: i0, template: `
|
|
4923
4985
|
<div class="dbx-section-header" [h]="h ?? 3" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
4924
4986
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
4925
4987
|
</div>
|
|
@@ -4927,7 +4989,7 @@ DbxSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
4927
4989
|
<ng-content></ng-content>
|
|
4928
4990
|
</div>
|
|
4929
4991
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
4930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
4992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionComponent, decorators: [{
|
|
4931
4993
|
type: Component,
|
|
4932
4994
|
args: [{
|
|
4933
4995
|
selector: 'dbx-section',
|
|
@@ -4963,8 +5025,8 @@ class DbxIntroActionSectionComponent extends DbxSectionComponent {
|
|
|
4963
5025
|
this.showAction.next();
|
|
4964
5026
|
}
|
|
4965
5027
|
}
|
|
4966
|
-
DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
4967
|
-
DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5028
|
+
DbxIntroActionSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIntroActionSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
5029
|
+
DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxIntroActionSectionComponent, selector: "dbx-intro-action-section", inputs: { showIntro: "showIntro", action: "action" }, outputs: { showAction: "showAction" }, usesInheritance: true, ngImport: i0, template: `
|
|
4968
5030
|
<div class="dbx-intro-action-section" [ngSwitch]="showIntro">
|
|
4969
5031
|
<div *ngSwitchCase="true" class="dbx-intro-action-section-intro">
|
|
4970
5032
|
<p>{{ hint }}</p>
|
|
@@ -4980,7 +5042,7 @@ DbxIntroActionSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
4980
5042
|
</ng-container>
|
|
4981
5043
|
</div>
|
|
4982
5044
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
4983
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIntroActionSectionComponent, decorators: [{
|
|
4984
5046
|
type: Component,
|
|
4985
5047
|
args: [{
|
|
4986
5048
|
selector: 'dbx-intro-action-section',
|
|
@@ -5014,8 +5076,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5014
5076
|
*/
|
|
5015
5077
|
class DbxSubSectionComponent extends DbxSectionComponent {
|
|
5016
5078
|
}
|
|
5017
|
-
DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5018
|
-
DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5079
|
+
DbxSubSectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSubSectionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
5080
|
+
DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSubSectionComponent, selector: "dbx-subsection", usesInheritance: true, ngImport: i0, template: `
|
|
5019
5081
|
<div class="dbx-subsection">
|
|
5020
5082
|
<div class="dbx-section-header" [h]="h ?? 4" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="hintInline">
|
|
5021
5083
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
@@ -5025,7 +5087,7 @@ DbxSubSectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
5025
5087
|
</div>
|
|
5026
5088
|
</div>
|
|
5027
5089
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
5028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSubSectionComponent, decorators: [{
|
|
5029
5091
|
type: Component,
|
|
5030
5092
|
args: [{
|
|
5031
5093
|
selector: 'dbx-subsection',
|
|
@@ -5055,8 +5117,8 @@ class DbxSectionPageComponent extends DbxSectionHeaderComponent {
|
|
|
5055
5117
|
this.hintInline = true;
|
|
5056
5118
|
}
|
|
5057
5119
|
}
|
|
5058
|
-
DbxSectionPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5059
|
-
DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5120
|
+
DbxSectionPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
5121
|
+
DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSectionPageComponent, selector: "dbx-section-page", inputs: { hintInline: "hintInline" }, usesInheritance: true, ngImport: i0, template: `
|
|
5060
5122
|
<div class="dbx-content-page dbx-section-page">
|
|
5061
5123
|
<div class="dbx-section-header" [h]="h ?? 2" [header]="header" [onlyHeader]="onlyHeader" [icon]="icon" [hint]="hint" [hintInline]="true">
|
|
5062
5124
|
<ng-content select="[sectionHeader]"></ng-content>
|
|
@@ -5064,7 +5126,7 @@ DbxSectionPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
5064
5126
|
<ng-content></ng-content>
|
|
5065
5127
|
</div>
|
|
5066
5128
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxSectionHeaderComponent, selector: "dbx-section-header,.dbx-section-header", inputs: ["h", "header", "onlyHeader", "icon", "hint", "hintInline", "headerConfig"] }] });
|
|
5067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionPageComponent, decorators: [{
|
|
5068
5130
|
type: Component,
|
|
5069
5131
|
args: [{
|
|
5070
5132
|
selector: 'dbx-section-page',
|
|
@@ -5086,10 +5148,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5086
5148
|
*/
|
|
5087
5149
|
class DbxSectionLayoutModule {
|
|
5088
5150
|
}
|
|
5089
|
-
DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5090
|
-
DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
5091
|
-
DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
5092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5151
|
+
DbxSectionLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5152
|
+
DbxSectionLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionLayoutModule, declarations: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent], imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule], exports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent] });
|
|
5153
|
+
DbxSectionLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionLayoutModule, imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule] });
|
|
5154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
|
|
5093
5155
|
type: NgModule,
|
|
5094
5156
|
args: [{
|
|
5095
5157
|
imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule],
|
|
@@ -5100,9 +5162,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5100
5162
|
|
|
5101
5163
|
class DbxStepComponent {
|
|
5102
5164
|
}
|
|
5103
|
-
DbxStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5104
|
-
DbxStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5165
|
+
DbxStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5166
|
+
DbxStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxStepComponent, selector: "dbx-step", inputs: { done: "done", step: "step", text: "text", hint: "hint" }, ngImport: i0, template: "<div class=\"step-section\" [ngClass]=\"done ? 'done' : ''\">\n <div class=\"step-section-header\">\n <span class=\"step\">{{ step }}.</span>\n <mat-icon class=\"done-check\" *ngIf=\"done\">done</mat-icon>\n <span class=\"text\">{{ text }}</span>\n <p *ngIf=\"hint\" class=\"hint\">{{ hint }}</p>\n </div>\n <div class=\"step-section-content\">\n <ng-content></ng-content>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
5167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStepComponent, decorators: [{
|
|
5106
5168
|
type: Component,
|
|
5107
5169
|
args: [{ selector: 'dbx-step', template: "<div class=\"step-section\" [ngClass]=\"done ? 'done' : ''\">\n <div class=\"step-section-header\">\n <span class=\"step\">{{ step }}.</span>\n <mat-icon class=\"done-check\" *ngIf=\"done\">done</mat-icon>\n <span class=\"text\">{{ text }}</span>\n <p *ngIf=\"hint\" class=\"hint\">{{ hint }}</p>\n </div>\n <div class=\"step-section-content\">\n <ng-content></ng-content>\n </div>\n</div>\n" }]
|
|
5108
5170
|
}], propDecorators: { done: [{
|
|
@@ -5117,10 +5179,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5117
5179
|
|
|
5118
5180
|
class DbxStepLayoutModule {
|
|
5119
5181
|
}
|
|
5120
|
-
DbxStepLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5121
|
-
DbxStepLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
5122
|
-
DbxStepLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
5123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5182
|
+
DbxStepLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStepLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5183
|
+
DbxStepLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxStepLayoutModule, declarations: [DbxStepComponent], imports: [CommonModule, MatIconModule], exports: [DbxStepComponent] });
|
|
5184
|
+
DbxStepLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStepLayoutModule, imports: [CommonModule, MatIconModule] });
|
|
5185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStepLayoutModule, decorators: [{
|
|
5124
5186
|
type: NgModule,
|
|
5125
5187
|
args: [{
|
|
5126
5188
|
imports: [CommonModule, MatIconModule],
|
|
@@ -5147,11 +5209,11 @@ function dbxColorBackground(color) {
|
|
|
5147
5209
|
|
|
5148
5210
|
class DbxFormDescriptionComponent {
|
|
5149
5211
|
}
|
|
5150
|
-
DbxFormDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5151
|
-
DbxFormDescriptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5212
|
+
DbxFormDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFormDescriptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5213
|
+
DbxFormDescriptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFormDescriptionComponent, selector: "dbx-form-description", host: { classAttribute: "dbx-form-description" }, ngImport: i0, template: `
|
|
5152
5214
|
<ng-content></ng-content>
|
|
5153
5215
|
`, isInline: true });
|
|
5154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFormDescriptionComponent, decorators: [{
|
|
5155
5217
|
type: Component,
|
|
5156
5218
|
args: [{
|
|
5157
5219
|
selector: 'dbx-form-description',
|
|
@@ -5166,11 +5228,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5166
5228
|
|
|
5167
5229
|
class DbxHintComponent {
|
|
5168
5230
|
}
|
|
5169
|
-
DbxHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5170
|
-
DbxHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5231
|
+
DbxHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5232
|
+
DbxHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxHintComponent, selector: "dbx-hint", host: { classAttribute: "dbx-hint" }, ngImport: i0, template: `
|
|
5171
5233
|
<ng-content></ng-content>
|
|
5172
5234
|
`, isInline: true });
|
|
5173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxHintComponent, decorators: [{
|
|
5174
5236
|
type: Component,
|
|
5175
5237
|
args: [{
|
|
5176
5238
|
selector: 'dbx-hint',
|
|
@@ -5188,9 +5250,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5188
5250
|
*/
|
|
5189
5251
|
class DbxIconSpacerDirective {
|
|
5190
5252
|
}
|
|
5191
|
-
DbxIconSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5192
|
-
DbxIconSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
5193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5253
|
+
DbxIconSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIconSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5254
|
+
DbxIconSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxIconSpacerDirective, selector: "dbx-icon-spacer,[dbxIconSpacer]", host: { classAttribute: "dbx-icon-spacer d-inline" }, ngImport: i0 });
|
|
5255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxIconSpacerDirective, decorators: [{
|
|
5194
5256
|
type: Directive,
|
|
5195
5257
|
args: [{
|
|
5196
5258
|
selector: 'dbx-icon-spacer,[dbxIconSpacer]',
|
|
@@ -5202,11 +5264,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5202
5264
|
|
|
5203
5265
|
class DbxLabelComponent {
|
|
5204
5266
|
}
|
|
5205
|
-
DbxLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5206
|
-
DbxLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5267
|
+
DbxLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5268
|
+
DbxLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLabelComponent, selector: "dbx-label", host: { classAttribute: "dbx-label" }, ngImport: i0, template: `
|
|
5207
5269
|
<ng-content></ng-content>
|
|
5208
5270
|
`, isInline: true });
|
|
5209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLabelComponent, decorators: [{
|
|
5210
5272
|
type: Component,
|
|
5211
5273
|
args: [{
|
|
5212
5274
|
selector: 'dbx-label',
|
|
@@ -5246,11 +5308,11 @@ class DbxLinkifyComponent {
|
|
|
5246
5308
|
this._text.next(text);
|
|
5247
5309
|
}
|
|
5248
5310
|
}
|
|
5249
|
-
DbxLinkifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5250
|
-
DbxLinkifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5311
|
+
DbxLinkifyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLinkifyComponent, deps: [{ token: i1$7.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
5312
|
+
DbxLinkifyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLinkifyComponent, selector: "dbx-linkify", inputs: { text: "text" }, ngImport: i0, template: `
|
|
5251
5313
|
<span class="dbx-linkify" [innerHTML]="linkifiedBody$ | async"></span>
|
|
5252
5314
|
`, isInline: true, dependencies: [{ kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
5253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLinkifyComponent, decorators: [{
|
|
5254
5316
|
type: Component,
|
|
5255
5317
|
args: [{
|
|
5256
5318
|
selector: 'dbx-linkify',
|
|
@@ -5264,11 +5326,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5264
5326
|
|
|
5265
5327
|
class DbxNoteComponent {
|
|
5266
5328
|
}
|
|
5267
|
-
DbxNoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5268
|
-
DbxNoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5329
|
+
DbxNoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5330
|
+
DbxNoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxNoteComponent, selector: "dbx-note", host: { classAttribute: "dbx-note" }, ngImport: i0, template: `
|
|
5269
5331
|
<ng-content></ng-content>
|
|
5270
5332
|
`, isInline: true });
|
|
5271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNoteComponent, decorators: [{
|
|
5272
5334
|
type: Component,
|
|
5273
5335
|
args: [{
|
|
5274
5336
|
selector: 'dbx-note',
|
|
@@ -5283,11 +5345,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5283
5345
|
|
|
5284
5346
|
class DbxNoticeComponent {
|
|
5285
5347
|
}
|
|
5286
|
-
DbxNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5287
|
-
DbxNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5348
|
+
DbxNoticeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNoticeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5349
|
+
DbxNoticeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxNoticeComponent, selector: "dbx-notice", host: { classAttribute: "dbx-notice" }, ngImport: i0, template: `
|
|
5288
5350
|
<ng-content></ng-content>
|
|
5289
5351
|
`, isInline: true });
|
|
5290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxNoticeComponent, decorators: [{
|
|
5291
5353
|
type: Component,
|
|
5292
5354
|
args: [{
|
|
5293
5355
|
selector: 'dbx-notice',
|
|
@@ -5302,11 +5364,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5302
5364
|
|
|
5303
5365
|
class DbxOkComponent {
|
|
5304
5366
|
}
|
|
5305
|
-
DbxOkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5306
|
-
DbxOkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5367
|
+
DbxOkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5368
|
+
DbxOkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxOkComponent, selector: "dbx-ok", host: { classAttribute: "dbx-ok" }, ngImport: i0, template: `
|
|
5307
5369
|
<ng-content></ng-content>
|
|
5308
5370
|
`, isInline: true });
|
|
5309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxOkComponent, decorators: [{
|
|
5310
5372
|
type: Component,
|
|
5311
5373
|
args: [{
|
|
5312
5374
|
selector: 'dbx-ok',
|
|
@@ -5321,11 +5383,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5321
5383
|
|
|
5322
5384
|
class DbxSuccessComponent {
|
|
5323
5385
|
}
|
|
5324
|
-
DbxSuccessComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5325
|
-
DbxSuccessComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5386
|
+
DbxSuccessComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSuccessComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5387
|
+
DbxSuccessComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSuccessComponent, selector: "dbx-success", host: { classAttribute: "dbx-success" }, ngImport: i0, template: `
|
|
5326
5388
|
<ng-content></ng-content>
|
|
5327
5389
|
`, isInline: true });
|
|
5328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSuccessComponent, decorators: [{
|
|
5329
5391
|
type: Component,
|
|
5330
5392
|
args: [{
|
|
5331
5393
|
selector: 'dbx-success',
|
|
@@ -5343,15 +5405,15 @@ class DbxTextChipsComponent {
|
|
|
5343
5405
|
return chip.text;
|
|
5344
5406
|
}
|
|
5345
5407
|
}
|
|
5346
|
-
DbxTextChipsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5347
|
-
DbxTextChipsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5408
|
+
DbxTextChipsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTextChipsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5409
|
+
DbxTextChipsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTextChipsComponent, selector: "dbx-text-chips", inputs: { chips: "chips" }, ngImport: i0, template: `
|
|
5348
5410
|
<mat-chip-list *ngIf="chips" [multiple]="false">
|
|
5349
5411
|
<mat-chip *ngFor="let chip of chips; trackBy: trackChipByText" selected [color]="chip.color" [matTooltip]="chip.tooltip!" matTooltipPosition="above">
|
|
5350
5412
|
{{ chip.text }}
|
|
5351
5413
|
</mat-chip>
|
|
5352
5414
|
</mat-chip-list>
|
|
5353
5415
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$3.MatChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i2$3.MatChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i3$4.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }] });
|
|
5354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTextChipsComponent, decorators: [{
|
|
5355
5417
|
type: Component,
|
|
5356
5418
|
args: [{
|
|
5357
5419
|
selector: 'dbx-text-chips',
|
|
@@ -5369,11 +5431,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5369
5431
|
|
|
5370
5432
|
class DbxWarnComponent {
|
|
5371
5433
|
}
|
|
5372
|
-
DbxWarnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5373
|
-
DbxWarnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5434
|
+
DbxWarnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWarnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5435
|
+
DbxWarnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxWarnComponent, selector: "dbx-warn", host: { classAttribute: "dbx-warn" }, ngImport: i0, template: `
|
|
5374
5436
|
<ng-content></ng-content>
|
|
5375
5437
|
`, isInline: true });
|
|
5376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWarnComponent, decorators: [{
|
|
5377
5439
|
type: Component,
|
|
5378
5440
|
args: [{
|
|
5379
5441
|
selector: 'dbx-warn',
|
|
@@ -5388,10 +5450,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5388
5450
|
|
|
5389
5451
|
class DbxTextModule {
|
|
5390
5452
|
}
|
|
5391
|
-
DbxTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5392
|
-
DbxTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
5393
|
-
DbxTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
5394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5453
|
+
DbxTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5454
|
+
DbxTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxTextModule, declarations: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective, DbxFormDescriptionComponent], imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule], exports: [DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective, DbxFormDescriptionComponent] });
|
|
5455
|
+
DbxTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTextModule, imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule] });
|
|
5456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTextModule, decorators: [{
|
|
5395
5457
|
type: NgModule,
|
|
5396
5458
|
args: [{
|
|
5397
5459
|
imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule],
|
|
@@ -5402,10 +5464,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5402
5464
|
|
|
5403
5465
|
class DbxLayoutModule {
|
|
5404
5466
|
}
|
|
5405
|
-
DbxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5406
|
-
DbxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
5407
|
-
DbxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
5408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5467
|
+
DbxLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5468
|
+
DbxLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxLayoutModule, exports: [DbxBarLayoutModule, DbxBlockLayoutModule, DbxCardBoxLayoutModule, DbxColumnLayoutModule, DbxCompactLayoutModule, DbxContentLayoutModule, DbxFlagLayoutModule, DbxFlexLayoutModule, DbxItemLayoutModule, DbxListLayoutModule, DbxSectionLayoutModule, DbxStepLayoutModule, DbxStyleLayoutModule, DbxTextModule] });
|
|
5469
|
+
DbxLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLayoutModule, imports: [DbxBarLayoutModule, DbxBlockLayoutModule, DbxCardBoxLayoutModule, DbxColumnLayoutModule, DbxCompactLayoutModule, DbxContentLayoutModule, DbxFlagLayoutModule, DbxFlexLayoutModule, DbxItemLayoutModule, DbxListLayoutModule, DbxSectionLayoutModule, DbxStepLayoutModule, DbxStyleLayoutModule, DbxTextModule] });
|
|
5470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLayoutModule, decorators: [{
|
|
5409
5471
|
type: NgModule,
|
|
5410
5472
|
args: [{
|
|
5411
5473
|
exports: [DbxBarLayoutModule, DbxBlockLayoutModule, DbxCardBoxLayoutModule, DbxColumnLayoutModule, DbxCompactLayoutModule, DbxContentLayoutModule, DbxFlagLayoutModule, DbxFlexLayoutModule, DbxItemLayoutModule, DbxListLayoutModule, DbxSectionLayoutModule, DbxStepLayoutModule, DbxStyleLayoutModule, DbxTextModule]
|
|
@@ -5438,9 +5500,9 @@ class DbxWindowKeyDownListenerDirective {
|
|
|
5438
5500
|
}
|
|
5439
5501
|
}
|
|
5440
5502
|
}
|
|
5441
|
-
DbxWindowKeyDownListenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5442
|
-
DbxWindowKeyDownListenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
5443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5503
|
+
DbxWindowKeyDownListenerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWindowKeyDownListenerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5504
|
+
DbxWindowKeyDownListenerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: { appWindowKeyDownEnabled: "appWindowKeyDownEnabled", appWindowKeyDownFilter: "appWindowKeyDownFilter" }, outputs: { keyPressed: "dbxWindowKeyDownListener" }, host: { listeners: { "window:keydown": "handleKeyboardEvent($event)" } }, ngImport: i0 });
|
|
5505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWindowKeyDownListenerDirective, decorators: [{
|
|
5444
5506
|
type: Directive,
|
|
5445
5507
|
args: [{
|
|
5446
5508
|
selector: '[dbxWindowKeyDownListener]'
|
|
@@ -5491,9 +5553,9 @@ class DbxPopoverCoordinatorService {
|
|
|
5491
5553
|
}
|
|
5492
5554
|
}
|
|
5493
5555
|
}
|
|
5494
|
-
DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5495
|
-
DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
5496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5556
|
+
DbxPopoverCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5557
|
+
DbxPopoverCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverCoordinatorService, providedIn: 'root' });
|
|
5558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverCoordinatorService, decorators: [{
|
|
5497
5559
|
type: Injectable,
|
|
5498
5560
|
args: [{
|
|
5499
5561
|
providedIn: 'root'
|
|
@@ -5517,13 +5579,13 @@ class DbxPopoverCoordinatorComponent {
|
|
|
5517
5579
|
this.service.removePopover(this.popover.key, this.popover);
|
|
5518
5580
|
}
|
|
5519
5581
|
}
|
|
5520
|
-
DbxPopoverCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5521
|
-
DbxPopoverCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5582
|
+
DbxPopoverCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverCoordinatorComponent, deps: [{ token: DbxPopoverCoordinatorService }, { token: DbxPopoverController }], target: i0.ɵɵFactoryTarget.Component });
|
|
5583
|
+
DbxPopoverCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator", ngImport: i0, template: `
|
|
5522
5584
|
<ng-container *ngIf="show$ | async">
|
|
5523
5585
|
<ng-content></ng-content>
|
|
5524
5586
|
</ng-container>
|
|
5525
5587
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
5526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverCoordinatorComponent, decorators: [{
|
|
5527
5589
|
type: Component,
|
|
5528
5590
|
args: [{
|
|
5529
5591
|
selector: 'dbx-popover-coordinator',
|
|
@@ -5625,8 +5687,8 @@ class DbxPopoverComponent extends AbstractTransitionWatcherDirective {
|
|
|
5625
5687
|
this.close();
|
|
5626
5688
|
}
|
|
5627
5689
|
}
|
|
5628
|
-
DbxPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5629
|
-
DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5690
|
+
DbxPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverComponent, deps: [{ token: i1$8.NgPopoverRef }, { token: CompactContextStore }, { token: i1$2.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5691
|
+
DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverComponent, selector: "ng-component", providers: [
|
|
5630
5692
|
{
|
|
5631
5693
|
provide: DbxPopoverController,
|
|
5632
5694
|
useExisting: DbxPopoverComponent
|
|
@@ -5639,7 +5701,7 @@ DbxPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
5639
5701
|
<div dbxStyle class="dbx-popover-component" dbx-injection [config]="contentConfig"></div>
|
|
5640
5702
|
</dbx-popover-coordinator>
|
|
5641
5703
|
`, isInline: true, dependencies: [{ kind: "directive", type: DbxWindowKeyDownListenerDirective, selector: "[dbxWindowKeyDownListener]", inputs: ["appWindowKeyDownEnabled", "appWindowKeyDownFilter"], outputs: ["dbxWindowKeyDownListener"] }, { kind: "directive", type: DbxStyleDirective, selector: "dbx-style, [dbxStyle], .dbx-style" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: DbxPopoverCoordinatorComponent, selector: "dbx-popover-coordinator" }] });
|
|
5642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverComponent, decorators: [{
|
|
5643
5705
|
type: Component,
|
|
5644
5706
|
args: [{
|
|
5645
5707
|
template: `
|
|
@@ -5673,9 +5735,9 @@ class AbstractPopoverDirective {
|
|
|
5673
5735
|
this.popover.return(value);
|
|
5674
5736
|
}
|
|
5675
5737
|
}
|
|
5676
|
-
AbstractPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5677
|
-
AbstractPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
5678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5738
|
+
AbstractPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverDirective, deps: [{ token: DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5739
|
+
AbstractPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractPopoverDirective, ngImport: i0 });
|
|
5740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverDirective, decorators: [{
|
|
5679
5741
|
type: Directive
|
|
5680
5742
|
}], ctorParameters: function () { return [{ type: DbxPopoverComponent }]; } });
|
|
5681
5743
|
|
|
@@ -5696,8 +5758,8 @@ class DbxPopoverContentComponent {
|
|
|
5696
5758
|
this._height.complete();
|
|
5697
5759
|
}
|
|
5698
5760
|
}
|
|
5699
|
-
DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5700
|
-
DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5761
|
+
DbxPopoverContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5762
|
+
DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverContentComponent, selector: "dbx-popover-content", ngImport: i0, template: `
|
|
5701
5763
|
<div class="d-block dbx-popover-content" (resized)="onResized($event)" [style.--popoverh]="height$ | async">
|
|
5702
5764
|
<ng-content select="[controls]"></ng-content>
|
|
5703
5765
|
<div class="dbx-popover-content-container">
|
|
@@ -5705,7 +5767,7 @@ DbxPopoverContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
5705
5767
|
</div>
|
|
5706
5768
|
</div>
|
|
5707
5769
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$6.ResizedDirective, selector: "[resized]", outputs: ["resized"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
5708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverContentComponent, decorators: [{
|
|
5709
5771
|
type: Component,
|
|
5710
5772
|
args: [{
|
|
5711
5773
|
selector: 'dbx-popover-content',
|
|
@@ -5730,8 +5792,8 @@ class DbxPopoverHeaderComponent {
|
|
|
5730
5792
|
}
|
|
5731
5793
|
}
|
|
5732
5794
|
}
|
|
5733
|
-
DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5734
|
-
DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5795
|
+
DbxPopoverHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverHeaderComponent, deps: [{ token: DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
5796
|
+
DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: { header: "header", icon: "icon" }, ngImport: i0, template: `
|
|
5735
5797
|
<div class="dbx-popover-header">
|
|
5736
5798
|
<div class="dbx-popover-header-content">
|
|
5737
5799
|
<h3>
|
|
@@ -5744,7 +5806,7 @@ DbxPopoverHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
5744
5806
|
</div>
|
|
5745
5807
|
<mat-divider></mat-divider>
|
|
5746
5808
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }] });
|
|
5747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverHeaderComponent, decorators: [{
|
|
5748
5810
|
type: Component,
|
|
5749
5811
|
args: [{
|
|
5750
5812
|
selector: 'dbx-popover-header',
|
|
@@ -5801,11 +5863,11 @@ class DbxPopoverScrollContentComponent {
|
|
|
5801
5863
|
return this.appPopoverContentComponent.hasControls;
|
|
5802
5864
|
}
|
|
5803
5865
|
}
|
|
5804
|
-
DbxPopoverScrollContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5805
|
-
DbxPopoverScrollContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5866
|
+
DbxPopoverScrollContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverScrollContentComponent, deps: [{ token: DbxPopoverContentComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
5867
|
+
DbxPopoverScrollContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content", host: { properties: { "class": "sizingClasses" }, classAttribute: "d-block dbx-popover-scroll-content" }, ngImport: i0, template: `
|
|
5806
5868
|
<ng-content></ng-content>
|
|
5807
5869
|
`, isInline: true });
|
|
5808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverScrollContentComponent, decorators: [{
|
|
5809
5871
|
type: Component,
|
|
5810
5872
|
args: [{
|
|
5811
5873
|
selector: 'dbx-popover-scroll-content',
|
|
@@ -5896,9 +5958,9 @@ class DbxFilterPopoverComponent extends AbstractPopoverDirective {
|
|
|
5896
5958
|
this._showPreset.next(false);
|
|
5897
5959
|
}
|
|
5898
5960
|
}
|
|
5899
|
-
DbxFilterPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5900
|
-
DbxFilterPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
5901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5961
|
+
DbxFilterPopoverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterPopoverComponent, deps: [{ token: DbxPopoverComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
5962
|
+
DbxFilterPopoverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterPopoverComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<dbx-popover-content>\n <!-- Header -->\n <dbx-popover-header icon=\"filter_list\" header=\"Filter\">\n <ng-container *ngIf=\"showSwitchButtons\" [ngSwitch]=\"showPreset$ | async\">\n <button *ngSwitchCase=\"true\" mat-flat-button color=\"accent\" (click)=\"showCustom()\">Custom</button>\n <button *ngSwitchCase=\"false\" mat-flat-button color=\"accent\" (click)=\"showPresets()\">Presets</button>\n </ng-container>\n </dbx-popover-header>\n <!-- Content -->\n <dbx-popover-scroll-content>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n </dbx-popover-scroll-content>\n</dbx-popover-content>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DbxPopoverContentComponent, selector: "dbx-popover-content" }, { kind: "component", type: DbxPopoverHeaderComponent, selector: "dbx-popover-header", inputs: ["header", "icon"] }, { kind: "component", type: DbxPopoverScrollContentComponent, selector: "dbx-popover-scroll-content" }, { kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
5963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterPopoverComponent, decorators: [{
|
|
5902
5964
|
type: Component,
|
|
5903
5965
|
args: [{ template: "<dbx-popover-content>\n <!-- Header -->\n <dbx-popover-header icon=\"filter_list\" header=\"Filter\">\n <ng-container *ngIf=\"showSwitchButtons\" [ngSwitch]=\"showPreset$ | async\">\n <button *ngSwitchCase=\"true\" mat-flat-button color=\"accent\" (click)=\"showCustom()\">Custom</button>\n <button *ngSwitchCase=\"false\" mat-flat-button color=\"accent\" (click)=\"showPresets()\">Presets</button>\n </ng-container>\n </dbx-popover-header>\n <!-- Content -->\n <dbx-popover-scroll-content>\n <dbx-injection [config]=\"config$ | async\"></dbx-injection>\n </dbx-popover-scroll-content>\n</dbx-popover-content>\n" }]
|
|
5904
5966
|
}], ctorParameters: function () { return [{ type: DbxPopoverComponent }]; } });
|
|
@@ -5934,9 +5996,9 @@ class DbxPopoverService {
|
|
|
5934
5996
|
});
|
|
5935
5997
|
}
|
|
5936
5998
|
}
|
|
5937
|
-
DbxPopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5938
|
-
DbxPopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
5939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
5999
|
+
DbxPopoverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverService, deps: [{ token: i1$9.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6000
|
+
DbxPopoverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverService });
|
|
6001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverService, decorators: [{
|
|
5940
6002
|
type: Injectable
|
|
5941
6003
|
}], ctorParameters: function () { return [{ type: i1$9.Overlay }, { type: i0.Injector }]; } });
|
|
5942
6004
|
|
|
@@ -5961,9 +6023,9 @@ class AbstractFilterPopoverButtonDirective extends AbstractSubscriptionDirective
|
|
|
5961
6023
|
});
|
|
5962
6024
|
}
|
|
5963
6025
|
}
|
|
5964
|
-
AbstractFilterPopoverButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5965
|
-
AbstractFilterPopoverButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
5966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6026
|
+
AbstractFilterPopoverButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterPopoverButtonDirective, deps: [{ token: DbxPopoverService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6027
|
+
AbstractFilterPopoverButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractFilterPopoverButtonDirective, inputs: { config: "config" }, usesInheritance: true, ngImport: i0 });
|
|
6028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractFilterPopoverButtonDirective, decorators: [{
|
|
5967
6029
|
type: Directive
|
|
5968
6030
|
}], ctorParameters: function () { return [{ type: DbxPopoverService }]; }, propDecorators: { config: [{
|
|
5969
6031
|
type: Input
|
|
@@ -5975,13 +6037,13 @@ class DbxFilterPopoverButtonComponent extends AbstractFilterPopoverButtonDirecti
|
|
|
5975
6037
|
this.showFilterPopoverAtOrigin(origin);
|
|
5976
6038
|
}
|
|
5977
6039
|
}
|
|
5978
|
-
DbxFilterPopoverButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
5979
|
-
DbxFilterPopoverButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6040
|
+
DbxFilterPopoverButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterPopoverButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6041
|
+
DbxFilterPopoverButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterPopoverButtonComponent, selector: "dbx-filter-popover-button", viewQueries: [{ propertyName: "buttonElement", first: true, predicate: ["button"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
|
|
5980
6042
|
<button #button mat-icon-button (click)="showFilterPopover()" matTooltip="Filter" matTooltipPosition="above">
|
|
5981
6043
|
<mat-icon>filter_list</mat-icon>
|
|
5982
6044
|
</button>
|
|
5983
6045
|
`, isInline: true, dependencies: [{ kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
5984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterPopoverButtonComponent, decorators: [{
|
|
5985
6047
|
type: Component,
|
|
5986
6048
|
args: [{
|
|
5987
6049
|
selector: 'dbx-filter-popover-button',
|
|
@@ -6006,9 +6068,9 @@ class DbxPopoverControlsDirective {
|
|
|
6006
6068
|
}
|
|
6007
6069
|
}
|
|
6008
6070
|
}
|
|
6009
|
-
DbxPopoverControlsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6010
|
-
DbxPopoverControlsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6071
|
+
DbxPopoverControlsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverControlsDirective, deps: [{ token: DbxPopoverContentComponent, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6072
|
+
DbxPopoverControlsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopoverControlsDirective, selector: "dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls", host: { classAttribute: "d-block dbx-popover-controls" }, ngImport: i0 });
|
|
6073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverControlsDirective, decorators: [{
|
|
6012
6074
|
type: Directive,
|
|
6013
6075
|
args: [{
|
|
6014
6076
|
selector: 'dbx-popover-controls,[dbxPopoverControls],.dbx-popover-controls',
|
|
@@ -6046,9 +6108,9 @@ class DbxActionPopoverDirective extends AbstractDbxActionValueOnTriggerDirective
|
|
|
6046
6108
|
});
|
|
6047
6109
|
}
|
|
6048
6110
|
}
|
|
6049
|
-
DbxActionPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6050
|
-
DbxActionPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6111
|
+
DbxActionPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i1$2.DbxActionContextStoreSourceInstance }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6112
|
+
DbxActionPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionPopoverDirective, selector: "[dbxActionPopover]", inputs: { fn: ["dbxActionPopover", "fn"], dbxActionPopoverModified: "dbxActionPopoverModified" }, exportAs: ["dbxActionPopover"], usesInheritance: true, ngImport: i0 });
|
|
6113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionPopoverDirective, decorators: [{
|
|
6052
6114
|
type: Directive,
|
|
6053
6115
|
args: [{
|
|
6054
6116
|
exportAs: 'dbxActionPopover',
|
|
@@ -6063,10 +6125,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6063
6125
|
|
|
6064
6126
|
class DbxKeypressModule {
|
|
6065
6127
|
}
|
|
6066
|
-
DbxKeypressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6067
|
-
DbxKeypressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
6068
|
-
DbxKeypressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
6069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6128
|
+
DbxKeypressModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxKeypressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6129
|
+
DbxKeypressModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxKeypressModule, declarations: [DbxWindowKeyDownListenerDirective], imports: [CommonModule], exports: [DbxWindowKeyDownListenerDirective] });
|
|
6130
|
+
DbxKeypressModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxKeypressModule, imports: [CommonModule] });
|
|
6131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxKeypressModule, decorators: [{
|
|
6070
6132
|
type: NgModule,
|
|
6071
6133
|
args: [{
|
|
6072
6134
|
imports: [CommonModule],
|
|
@@ -6094,9 +6156,9 @@ class DbxActionKeyTriggerDirective {
|
|
|
6094
6156
|
}
|
|
6095
6157
|
}
|
|
6096
6158
|
}
|
|
6097
|
-
DbxActionKeyTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6098
|
-
DbxActionKeyTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6159
|
+
DbxActionKeyTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionKeyTriggerDirective, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance, host: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6160
|
+
DbxActionKeyTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionKeyTriggerDirective, selector: "[dbxActionKeyTrigger]", inputs: { inputKey: ["dbxActionKeyTrigger", "inputKey"] }, host: { listeners: { "document:keyup": "onKeyupHandler($event)" } }, ngImport: i0 });
|
|
6161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionKeyTriggerDirective, decorators: [{
|
|
6100
6162
|
type: Directive,
|
|
6101
6163
|
args: [{
|
|
6102
6164
|
selector: '[dbxActionKeyTrigger]'
|
|
@@ -6129,8 +6191,8 @@ function provideDbxPromptConfirm(sourceType) {
|
|
|
6129
6191
|
*/
|
|
6130
6192
|
class DbxPromptComponent {
|
|
6131
6193
|
}
|
|
6132
|
-
DbxPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6133
|
-
DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6194
|
+
DbxPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6195
|
+
DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptComponent, selector: "dbx-prompt", inputs: { header: "header", prompt: "prompt" }, ngImport: i0, template: `
|
|
6134
6196
|
<div class="dbx-prompt">
|
|
6135
6197
|
<ng-content select="[hero]"></ng-content>
|
|
6136
6198
|
<dbx-subsection [header]="header" [hint]="prompt">
|
|
@@ -6138,7 +6200,7 @@ DbxPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
6138
6200
|
</dbx-subsection>
|
|
6139
6201
|
</div>
|
|
6140
6202
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxSubSectionComponent, selector: "dbx-subsection" }] });
|
|
6141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptComponent, decorators: [{
|
|
6142
6204
|
type: Component,
|
|
6143
6205
|
args: [{
|
|
6144
6206
|
selector: 'dbx-prompt',
|
|
@@ -6190,9 +6252,9 @@ class DbxPromptConfirmComponent {
|
|
|
6190
6252
|
this.cancel.emit();
|
|
6191
6253
|
}
|
|
6192
6254
|
}
|
|
6193
|
-
DbxPromptConfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6194
|
-
DbxPromptConfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6255
|
+
DbxPromptConfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6256
|
+
DbxPromptConfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: { config: "config" }, outputs: { confirm: "confirm", cancel: "cancel" }, ngImport: i0, template: "<dbx-prompt [header]=\"config.title\" [prompt]=\"config.prompt\">\n <ng-content></ng-content>\n <button mat-stroked-button (click)=\"onConfirm()\">{{ config.confirmText || 'Confirm' }}</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-stroked-button color=\"warn\" (click)=\"onCancel()\">{{ config.cancelText || 'Cancel' }}</button>\n</dbx-prompt>\n", dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxPromptComponent, selector: "dbx-prompt", inputs: ["header", "prompt"] }] });
|
|
6257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmComponent, decorators: [{
|
|
6196
6258
|
type: Component,
|
|
6197
6259
|
args: [{ selector: 'dbx-prompt-confirm', template: "<dbx-prompt [header]=\"config.title\" [prompt]=\"config.prompt\">\n <ng-content></ng-content>\n <button mat-stroked-button (click)=\"onConfirm()\">{{ config.confirmText || 'Confirm' }}</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-stroked-button color=\"warn\" (click)=\"onCancel()\">{{ config.cancelText || 'Cancel' }}</button>\n</dbx-prompt>\n" }]
|
|
6198
6260
|
}], propDecorators: { confirm: [{
|
|
@@ -6227,15 +6289,15 @@ class DbxPromptConfirmDialogComponent extends AbstractDialogDirective {
|
|
|
6227
6289
|
this.close(false);
|
|
6228
6290
|
}
|
|
6229
6291
|
}
|
|
6230
|
-
DbxPromptConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6231
|
-
DbxPromptConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6292
|
+
DbxPromptConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmDialogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6293
|
+
DbxPromptConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptConfirmDialogComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
6232
6294
|
<dbx-dialog-content>
|
|
6233
6295
|
<dbx-prompt-confirm [config]="config" (confirm)="confirm()" (cancel)="cancel()">
|
|
6234
6296
|
<dbx-injection [config]="injectionConfig"></dbx-injection>
|
|
6235
6297
|
</dbx-prompt-confirm>
|
|
6236
6298
|
</dbx-dialog-content>
|
|
6237
6299
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "directive", type: DbxDialogContentDirective, selector: "dbx-dialog-content,[dbxDialogContent].dbx-dialog-content", inputs: ["width"] }, { kind: "component", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: ["config"], outputs: ["confirm", "cancel"] }] });
|
|
6238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmDialogComponent, decorators: [{
|
|
6239
6301
|
type: Component,
|
|
6240
6302
|
args: [{
|
|
6241
6303
|
template: `
|
|
@@ -6273,9 +6335,9 @@ class AbstractPromptConfirmDirective {
|
|
|
6273
6335
|
return result;
|
|
6274
6336
|
}
|
|
6275
6337
|
}
|
|
6276
|
-
AbstractPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6277
|
-
AbstractPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6338
|
+
AbstractPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPromptConfirmDirective, deps: [{ token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6339
|
+
AbstractPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractPromptConfirmDirective, ngImport: i0 });
|
|
6340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPromptConfirmDirective, decorators: [{
|
|
6279
6341
|
type: Directive
|
|
6280
6342
|
}], ctorParameters: function () { return [{ type: i1$3.MatDialog }]; } });
|
|
6281
6343
|
// MARK: Directive
|
|
@@ -6287,9 +6349,9 @@ class DbxPromptConfirmDirective extends AbstractPromptConfirmDirective {
|
|
|
6287
6349
|
super(dialog);
|
|
6288
6350
|
}
|
|
6289
6351
|
}
|
|
6290
|
-
DbxPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6291
|
-
DbxPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6352
|
+
DbxPromptConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmDirective, deps: [{ token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6353
|
+
DbxPromptConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptConfirmDirective, selector: "[dbxPromptConfirm]", inputs: { config: ["dbxPromptConfirm", "config"] }, providers: provideDbxPromptConfirm(DbxPromptConfirmDirective), usesInheritance: true, ngImport: i0 });
|
|
6354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmDirective, decorators: [{
|
|
6293
6355
|
type: Directive,
|
|
6294
6356
|
args: [{
|
|
6295
6357
|
selector: '[dbxPromptConfirm]',
|
|
@@ -6331,9 +6393,9 @@ class DbxActionConfirmDirective extends AbstractPromptConfirmDirective {
|
|
|
6331
6393
|
return result;
|
|
6332
6394
|
}
|
|
6333
6395
|
}
|
|
6334
|
-
DbxActionConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6335
|
-
DbxActionConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6396
|
+
DbxActionConfirmDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionConfirmDirective, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance, host: true }, { token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6397
|
+
DbxActionConfirmDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionConfirmDirective, selector: "[dbxActionConfirm]", inputs: { config: ["dbxActionConfirm", "config"] }, usesInheritance: true, ngImport: i0 });
|
|
6398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionConfirmDirective, decorators: [{
|
|
6337
6399
|
type: Directive,
|
|
6338
6400
|
args: [{
|
|
6339
6401
|
selector: '[dbxActionConfirm]'
|
|
@@ -6352,11 +6414,11 @@ class DbxPromptBoxComponent {
|
|
|
6352
6414
|
this.elevated = true;
|
|
6353
6415
|
}
|
|
6354
6416
|
}
|
|
6355
|
-
DbxPromptBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6356
|
-
DbxPromptBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6417
|
+
DbxPromptBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6418
|
+
DbxPromptBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptBoxComponent, selector: "dbx-prompt-box", inputs: { elevated: "elevated" }, host: { properties: { "class.elevated": "elevated" }, classAttribute: "d-block dbx-prompt-box" }, ngImport: i0, template: `
|
|
6357
6419
|
<ng-content></ng-content>
|
|
6358
6420
|
`, isInline: true });
|
|
6359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptBoxComponent, decorators: [{
|
|
6360
6422
|
type: Component,
|
|
6361
6423
|
args: [{
|
|
6362
6424
|
selector: 'dbx-prompt-box',
|
|
@@ -6374,15 +6436,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6374
6436
|
|
|
6375
6437
|
class DbxPromptPageComponent {
|
|
6376
6438
|
}
|
|
6377
|
-
DbxPromptPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6378
|
-
DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6439
|
+
DbxPromptPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6440
|
+
DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptPageComponent, selector: "dbx-prompt-page", host: { classAttribute: "d-block dbx-prompt-page" }, ngImport: i0, template: `
|
|
6379
6441
|
<dbx-content-container width="full">
|
|
6380
6442
|
<div class="dbx-prompt-page-content-wrap">
|
|
6381
6443
|
<ng-content></ng-content>
|
|
6382
6444
|
</div>
|
|
6383
6445
|
</dbx-content-container>
|
|
6384
6446
|
`, isInline: true, dependencies: [{ kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }] });
|
|
6385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptPageComponent, decorators: [{
|
|
6386
6448
|
type: Component,
|
|
6387
6449
|
args: [{
|
|
6388
6450
|
selector: 'dbx-prompt-page',
|
|
@@ -6414,9 +6476,9 @@ class DbxPromptConfirmButtonDirective {
|
|
|
6414
6476
|
this.appButton.setButtonInterceptor(this);
|
|
6415
6477
|
}
|
|
6416
6478
|
}
|
|
6417
|
-
DbxPromptConfirmButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6418
|
-
DbxPromptConfirmButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6479
|
+
DbxPromptConfirmButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmButtonDirective, deps: [{ token: i1$2.DbxButtonDirective, host: true }, { token: DbxPromptConfirm, host: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6480
|
+
DbxPromptConfirmButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxPromptConfirmButtonDirective, selector: "[dbxPromptConfirmButton]", ngImport: i0 });
|
|
6481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptConfirmButtonDirective, decorators: [{
|
|
6420
6482
|
type: Directive,
|
|
6421
6483
|
args: [{
|
|
6422
6484
|
selector: '[dbxPromptConfirmButton]'
|
|
@@ -6431,10 +6493,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6431
6493
|
|
|
6432
6494
|
class DbxPromptModule {
|
|
6433
6495
|
}
|
|
6434
|
-
DbxPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6435
|
-
DbxPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
6436
|
-
DbxPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
6437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6496
|
+
DbxPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6497
|
+
DbxPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptModule, declarations: [DbxPromptComponent, DbxPromptBoxComponent, DbxPromptPageComponent, DbxPromptConfirmComponent, DbxPromptConfirmButtonDirective, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective], imports: [CommonModule, MatDialogModule, MatButtonModule, DbxTextModule, DbxButtonModule, DbxInjectionComponentModule, DbxDialogInteractionModule, DbxSectionLayoutModule, DbxContentLayoutModule], exports: [DbxPromptComponent, DbxPromptBoxComponent, DbxPromptPageComponent, DbxPromptConfirmComponent, DbxPromptConfirmButtonDirective, DbxPromptConfirmDirective] });
|
|
6498
|
+
DbxPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptModule, imports: [CommonModule, MatDialogModule, MatButtonModule, DbxTextModule, DbxButtonModule, DbxInjectionComponentModule, DbxDialogInteractionModule, DbxSectionLayoutModule, DbxContentLayoutModule] });
|
|
6499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptModule, decorators: [{
|
|
6438
6500
|
type: NgModule,
|
|
6439
6501
|
args: [{
|
|
6440
6502
|
imports: [CommonModule, MatDialogModule, MatButtonModule, DbxTextModule, DbxButtonModule, DbxInjectionComponentModule, DbxDialogInteractionModule, DbxSectionLayoutModule, DbxContentLayoutModule],
|
|
@@ -6445,11 +6507,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6445
6507
|
|
|
6446
6508
|
class DbxActionProgressComponent {
|
|
6447
6509
|
}
|
|
6448
|
-
DbxActionProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6449
|
-
DbxActionProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6510
|
+
DbxActionProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6511
|
+
DbxActionProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionProgressComponent, selector: "dbx-action-progress", ngImport: i0, template: `
|
|
6450
6512
|
<dbx-loading-progress *dbxActionIsWorking [linear]="true"></dbx-loading-progress>
|
|
6451
6513
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.DbxActionIsWorkingDirective, selector: "[dbxActionIsWorking]", inputs: ["dbxActionIsWorking"] }, { kind: "component", type: DbxLoadingProgressComponent, selector: "dbx-loading-progress", inputs: ["text", "linear", "mode", "color", "value", "bufferValue", "diameter"] }] });
|
|
6452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionProgressComponent, decorators: [{
|
|
6453
6515
|
type: Component,
|
|
6454
6516
|
args: [{
|
|
6455
6517
|
selector: 'dbx-action-progress',
|
|
@@ -6461,10 +6523,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6461
6523
|
|
|
6462
6524
|
class DbxActionModule {
|
|
6463
6525
|
}
|
|
6464
|
-
DbxActionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6465
|
-
DbxActionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
6466
|
-
DbxActionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
6467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6526
|
+
DbxActionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6527
|
+
DbxActionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxActionModule, declarations: [DbxActionKeyTriggerDirective, DbxActionConfirmDirective, DbxActionProgressComponent], imports: [CommonModule, DbxCoreActionModule, DbxButtonModule, DbxLoadingModule, MatSnackBarModule, MatDialogModule, MatButtonModule, DbxPromptModule], exports: [DbxCoreActionModule, DbxActionKeyTriggerDirective, DbxActionConfirmDirective, DbxActionProgressComponent] });
|
|
6528
|
+
DbxActionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionModule, imports: [CommonModule, DbxCoreActionModule, DbxButtonModule, DbxLoadingModule, MatSnackBarModule, MatDialogModule, MatButtonModule, DbxPromptModule, DbxCoreActionModule] });
|
|
6529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionModule, decorators: [{
|
|
6468
6530
|
type: NgModule,
|
|
6469
6531
|
args: [{
|
|
6470
6532
|
imports: [CommonModule, DbxCoreActionModule, DbxButtonModule, DbxLoadingModule, MatSnackBarModule, MatDialogModule, MatButtonModule, DbxPromptModule],
|
|
@@ -6475,10 +6537,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6475
6537
|
|
|
6476
6538
|
class DbxPopoverInteractionModule {
|
|
6477
6539
|
}
|
|
6478
|
-
DbxPopoverInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6479
|
-
DbxPopoverInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
6480
|
-
DbxPopoverInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
6481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6540
|
+
DbxPopoverInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6541
|
+
DbxPopoverInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverInteractionModule, declarations: [DbxActionPopoverDirective, DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxPopoverContentComponent, DbxPopoverControlsDirective, DbxPopoverHeaderComponent, DbxPopoverScrollContentComponent], imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule], exports: [DbxActionPopoverDirective, DbxPopoverContentComponent, DbxPopoverControlsDirective, DbxPopoverHeaderComponent, DbxPopoverScrollContentComponent] });
|
|
6542
|
+
DbxPopoverInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverInteractionModule, providers: [DbxPopoverService], imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule] });
|
|
6543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverInteractionModule, decorators: [{
|
|
6482
6544
|
type: NgModule,
|
|
6483
6545
|
args: [{
|
|
6484
6546
|
imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule],
|
|
@@ -6514,9 +6576,9 @@ class DbxFilterWrapperComponent extends AbstractDbxActionHandlerDirective {
|
|
|
6514
6576
|
this.filterSourceDirective.resetFilter();
|
|
6515
6577
|
}
|
|
6516
6578
|
}
|
|
6517
|
-
DbxFilterWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6518
|
-
DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6579
|
+
DbxFilterWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterWrapperComponent, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance }, { token: i1$2.FilterSourceDirective }], target: i0.ɵɵFactoryTarget.Component });
|
|
6580
|
+
DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterWrapperComponent, selector: "dbx-filter-wrapper", inputs: { applyRaised: "applyRaised", applyIcon: "applyIcon", applyText: "applyText" }, providers: [provideActionStoreSource(null)], usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <dbx-button dbxActionButton [raised]=\"applyRaised\" [text]=\"applyText\" [icon]=\"applyIcon\"></dbx-button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetFilter()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: i3$5.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }] });
|
|
6581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterWrapperComponent, decorators: [{
|
|
6520
6582
|
type: Component,
|
|
6521
6583
|
args: [{ selector: 'dbx-filter-wrapper', providers: [provideActionStoreSource(null)], template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <dbx-button dbxActionButton [raised]=\"applyRaised\" [text]=\"applyText\" [icon]=\"applyIcon\"></dbx-button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetFilter()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n" }]
|
|
6522
6584
|
}], ctorParameters: function () { return [{ type: i1$2.DbxActionContextStoreSourceInstance }, { type: i1$2.FilterSourceDirective }]; }, propDecorators: { applyRaised: [{
|
|
@@ -6569,9 +6631,9 @@ class AbstractDbxPresetFilterMenuComponent {
|
|
|
6569
6631
|
this._presets.complete();
|
|
6570
6632
|
}
|
|
6571
6633
|
}
|
|
6572
|
-
AbstractDbxPresetFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6573
|
-
AbstractDbxPresetFilterMenuComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6634
|
+
AbstractDbxPresetFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxPresetFilterMenuComponent, deps: [{ token: i1$2.FilterSourceDirective }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6635
|
+
AbstractDbxPresetFilterMenuComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxPresetFilterMenuComponent, inputs: { presets: "presets" }, ngImport: i0 });
|
|
6636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxPresetFilterMenuComponent, decorators: [{
|
|
6575
6637
|
type: Directive
|
|
6576
6638
|
}], ctorParameters: function () { return [{ type: i1$2.FilterSourceDirective }]; }, propDecorators: { presets: [{
|
|
6577
6639
|
type: Input
|
|
@@ -6579,11 +6641,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6579
6641
|
|
|
6580
6642
|
class DbxPresetFilterListComponent extends AbstractDbxPresetFilterMenuComponent {
|
|
6581
6643
|
}
|
|
6582
|
-
DbxPresetFilterListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6583
|
-
DbxPresetFilterListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6644
|
+
DbxPresetFilterListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPresetFilterListComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6645
|
+
DbxPresetFilterListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPresetFilterListComponent, selector: "dbx-preset-filter-list", usesInheritance: true, ngImport: i0, template: `
|
|
6584
6646
|
<dbx-anchor-list [anchors]="presetAnchors$ | async"></dbx-anchor-list>
|
|
6585
6647
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxAnchorListComponent, selector: "dbx-anchor-list", inputs: ["anchors"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
6586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPresetFilterListComponent, decorators: [{
|
|
6587
6649
|
type: Component,
|
|
6588
6650
|
args: [{
|
|
6589
6651
|
selector: 'dbx-preset-filter-list',
|
|
@@ -6602,7 +6664,7 @@ class DbxPresetFilterMenuComponent extends AbstractDbxPresetFilterMenuComponent
|
|
|
6602
6664
|
this._config = new BehaviorSubject({});
|
|
6603
6665
|
this.buttonText$ = combineLatest([this._config, this.selectedPreset$]).pipe(map(([config, preset]) => {
|
|
6604
6666
|
var _a, _b;
|
|
6605
|
-
|
|
6667
|
+
const buttonText = (_b = (_a = preset === null || preset === void 0 ? void 0 : preset.title) !== null && _a !== void 0 ? _a : config.unknownSelectionText) !== null && _b !== void 0 ? _b : 'Filter';
|
|
6606
6668
|
return buttonText;
|
|
6607
6669
|
}), distinctUntilChanged(), shareReplay$1(1));
|
|
6608
6670
|
this.buttonIcon$ = this._config.pipe(switchMap((config) => {
|
|
@@ -6636,9 +6698,9 @@ class DbxPresetFilterMenuComponent extends AbstractDbxPresetFilterMenuComponent
|
|
|
6636
6698
|
this._config.complete();
|
|
6637
6699
|
}
|
|
6638
6700
|
}
|
|
6639
|
-
DbxPresetFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6640
|
-
DbxPresetFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6701
|
+
DbxPresetFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPresetFilterMenuComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
6702
|
+
DbxPresetFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPresetFilterMenuComponent, selector: "dbx-preset-filter-menu", inputs: { config: "config" }, usesInheritance: true, ngImport: i0, template: "<button mat-button [matMenuTriggerFor]=\"menu\" class=\"dbx-preset-filter-menu-button\" aria-label=\"open filter\">\n <mat-icon class=\"dbx-icon-spacer\" *ngIf=\"buttonIcon$ | async\">{{ buttonIcon$ | async }}</mat-icon>\n <span>{{ buttonText$ | async }}</span>\n</button>\n<mat-menu #menu class=\"dbx-preset-filter-menu\">\n <dbx-anchor *ngFor=\"let anchor of presetAnchors$ | async\" [anchor]=\"anchor\">\n <button mat-menu-item [ngClass]=\"anchor.selected ? 'active' : ''\">{{ anchor.title }}</button>\n </dbx-anchor>\n</mat-menu>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DbxAnchorComponent, selector: "dbx-anchor, [dbx-anchor]", inputs: ["block"] }, { kind: "directive", type: i3$6.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { kind: "component", type: i7.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i7.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i7.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
6703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPresetFilterMenuComponent, decorators: [{
|
|
6642
6704
|
type: Component,
|
|
6643
6705
|
args: [{ selector: 'dbx-preset-filter-menu', template: "<button mat-button [matMenuTriggerFor]=\"menu\" class=\"dbx-preset-filter-menu-button\" aria-label=\"open filter\">\n <mat-icon class=\"dbx-icon-spacer\" *ngIf=\"buttonIcon$ | async\">{{ buttonIcon$ | async }}</mat-icon>\n <span>{{ buttonText$ | async }}</span>\n</button>\n<mat-menu #menu class=\"dbx-preset-filter-menu\">\n <dbx-anchor *ngFor=\"let anchor of presetAnchors$ | async\" [anchor]=\"anchor\">\n <button mat-menu-item [ngClass]=\"anchor.selected ? 'active' : ''\">{{ anchor.title }}</button>\n </dbx-anchor>\n</mat-menu>\n" }]
|
|
6644
6706
|
}], propDecorators: { config: [{
|
|
@@ -6647,8 +6709,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6647
6709
|
|
|
6648
6710
|
class DbxFilterInteractionModule {
|
|
6649
6711
|
}
|
|
6650
|
-
DbxFilterInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6651
|
-
DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
6712
|
+
DbxFilterInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6713
|
+
DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterInteractionModule, declarations: [DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent], imports: [CommonModule,
|
|
6652
6714
|
DbxPopoverInteractionModule,
|
|
6653
6715
|
DbxCoreFilterModule,
|
|
6654
6716
|
DbxButtonModule,
|
|
@@ -6660,7 +6722,7 @@ DbxFilterInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.
|
|
|
6660
6722
|
MatMenuModule,
|
|
6661
6723
|
MatIconModule,
|
|
6662
6724
|
MatButtonModule], exports: [DbxCoreFilterModule, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent] });
|
|
6663
|
-
DbxFilterInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
6725
|
+
DbxFilterInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterInteractionModule, imports: [CommonModule,
|
|
6664
6726
|
DbxPopoverInteractionModule,
|
|
6665
6727
|
DbxCoreFilterModule,
|
|
6666
6728
|
DbxButtonModule,
|
|
@@ -6672,7 +6734,7 @@ DbxFilterInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
|
|
|
6672
6734
|
MatMenuModule,
|
|
6673
6735
|
MatIconModule,
|
|
6674
6736
|
MatButtonModule, DbxCoreFilterModule] });
|
|
6675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterInteractionModule, decorators: [{
|
|
6676
6738
|
type: NgModule,
|
|
6677
6739
|
args: [{
|
|
6678
6740
|
imports: [
|
|
@@ -6718,9 +6780,9 @@ class AbstractPopoverRefDirective extends AbstractSubscriptionDirective {
|
|
|
6718
6780
|
// Do nothing. Override in parent type
|
|
6719
6781
|
}
|
|
6720
6782
|
}
|
|
6721
|
-
AbstractPopoverRefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6722
|
-
AbstractPopoverRefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6783
|
+
AbstractPopoverRefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverRefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6784
|
+
AbstractPopoverRefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractPopoverRefDirective, usesInheritance: true, ngImport: i0 });
|
|
6785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverRefDirective, decorators: [{
|
|
6724
6786
|
type: Directive
|
|
6725
6787
|
}] });
|
|
6726
6788
|
/**
|
|
@@ -6744,9 +6806,9 @@ class AbstractPopoverRefWithEventsDirective extends AbstractPopoverRefDirective
|
|
|
6744
6806
|
this.popoverClosed.next(event);
|
|
6745
6807
|
}
|
|
6746
6808
|
}
|
|
6747
|
-
AbstractPopoverRefWithEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6748
|
-
AbstractPopoverRefWithEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
6749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6809
|
+
AbstractPopoverRefWithEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6810
|
+
AbstractPopoverRefWithEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractPopoverRefWithEventsDirective, outputs: { popoverOpened: "popoverOpened", popoverClosed: "popoverClosed" }, usesInheritance: true, ngImport: i0 });
|
|
6811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopoverRefWithEventsDirective, decorators: [{
|
|
6750
6812
|
type: Directive
|
|
6751
6813
|
}], propDecorators: { popoverOpened: [{
|
|
6752
6814
|
type: Output
|
|
@@ -6838,9 +6900,9 @@ class DbxPopupCoordinatorService {
|
|
|
6838
6900
|
}
|
|
6839
6901
|
}
|
|
6840
6902
|
}
|
|
6841
|
-
DbxPopupCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6842
|
-
DbxPopupCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
6843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6903
|
+
DbxPopupCoordinatorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupCoordinatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6904
|
+
DbxPopupCoordinatorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupCoordinatorService, providedIn: 'root' });
|
|
6905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupCoordinatorService, decorators: [{
|
|
6844
6906
|
type: Injectable,
|
|
6845
6907
|
args: [{
|
|
6846
6908
|
providedIn: 'root'
|
|
@@ -6864,13 +6926,13 @@ class DbxPopupCoordinatorComponent {
|
|
|
6864
6926
|
this.service.removePopup(this.popup.key, this.popup);
|
|
6865
6927
|
}
|
|
6866
6928
|
}
|
|
6867
|
-
DbxPopupCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6868
|
-
DbxPopupCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
6929
|
+
DbxPopupCoordinatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupCoordinatorComponent, deps: [{ token: DbxPopupCoordinatorService }, { token: DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
|
|
6930
|
+
DbxPopupCoordinatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopupCoordinatorComponent, selector: "dbx-popup-coordinator", ngImport: i0, template: `
|
|
6869
6931
|
<ng-container *ngIf="show$ | async">
|
|
6870
6932
|
<ng-content></ng-content>
|
|
6871
6933
|
</ng-container>
|
|
6872
6934
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
6873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
6935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupCoordinatorComponent, decorators: [{
|
|
6874
6936
|
type: Component,
|
|
6875
6937
|
args: [{
|
|
6876
6938
|
selector: 'dbx-popup-coordinator',
|
|
@@ -6964,8 +7026,8 @@ class DbxPopupComponent extends AbstractTransitionWatcherDirective {
|
|
|
6964
7026
|
this._windowState.next(DbxPopupWindowState.FULLSCREEN);
|
|
6965
7027
|
}
|
|
6966
7028
|
}
|
|
6967
|
-
DbxPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
6968
|
-
DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7029
|
+
DbxPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupComponent, deps: [{ token: i1$8.NgPopoverRef }, { token: CompactContextStore }, { token: i1$2.DbxRouterTransitionService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7030
|
+
DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopupComponent, selector: "ng-component", providers: [
|
|
6969
7031
|
{
|
|
6970
7032
|
provide: DbxPopupController,
|
|
6971
7033
|
useExisting: DbxPopupComponent
|
|
@@ -6978,7 +7040,7 @@ DbxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
6978
7040
|
<div class="dbx-popup-component" dbx-injection [config]="contentConfig"></div>
|
|
6979
7041
|
</dbx-popup-coordinator>
|
|
6980
7042
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "component", type: DbxPopupCoordinatorComponent, selector: "dbx-popup-coordinator" }] });
|
|
6981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupComponent, decorators: [{
|
|
6982
7044
|
type: Component,
|
|
6983
7045
|
args: [{
|
|
6984
7046
|
template: `
|
|
@@ -7009,9 +7071,9 @@ class AbstractPopupDirective {
|
|
|
7009
7071
|
this.popup.close();
|
|
7010
7072
|
}
|
|
7011
7073
|
}
|
|
7012
|
-
AbstractPopupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7013
|
-
AbstractPopupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
7014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7074
|
+
AbstractPopupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopupDirective, deps: [{ token: DbxPopupComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7075
|
+
AbstractPopupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractPopupDirective, ngImport: i0 });
|
|
7076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractPopupDirective, decorators: [{
|
|
7015
7077
|
type: Directive
|
|
7016
7078
|
}], ctorParameters: function () { return [{ type: DbxPopupComponent }]; } });
|
|
7017
7079
|
|
|
@@ -7024,14 +7086,14 @@ class DbxPopupContentComponent {
|
|
|
7024
7086
|
this.showContent$ = this.appPopupController.windowState$.pipe(map((x) => x !== DbxPopupWindowState.MINIMIZED));
|
|
7025
7087
|
}
|
|
7026
7088
|
}
|
|
7027
|
-
DbxPopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7028
|
-
DbxPopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7089
|
+
DbxPopupContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupContentComponent, deps: [{ token: DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
|
|
7090
|
+
DbxPopupContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopupContentComponent, selector: "dbx-popup-content", host: { classAttribute: "dbx-popup-content" }, ngImport: i0, template: `
|
|
7029
7091
|
<ng-content select="[controls]"></ng-content>
|
|
7030
7092
|
<div *ngIf="showContent$ | async" class="dbx-popup-content-container">
|
|
7031
7093
|
<ng-content></ng-content>
|
|
7032
7094
|
</div>
|
|
7033
7095
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupContentComponent, decorators: [{
|
|
7035
7097
|
type: Component,
|
|
7036
7098
|
args: [{
|
|
7037
7099
|
selector: 'dbx-popup-content',
|
|
@@ -7072,8 +7134,8 @@ class DbxPopupControlButtonsComponent {
|
|
|
7072
7134
|
this.appPopupController.close();
|
|
7073
7135
|
}
|
|
7074
7136
|
}
|
|
7075
|
-
DbxPopupControlButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7076
|
-
DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7137
|
+
DbxPopupControlButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupControlButtonsComponent, deps: [{ token: DbxPopupController }], target: i0.ɵɵFactoryTarget.Component });
|
|
7138
|
+
DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopupControlButtonsComponent, selector: "dbx-popup-control-buttons", host: { classAttribute: "dbx-popup-control-buttons" }, ngImport: i0, template: `
|
|
7077
7139
|
<ng-container [ngSwitch]="isMinimized$ | async">
|
|
7078
7140
|
<dbx-button [flat]="true" *ngSwitchCase="false" icon="minimize" (buttonClick)="minimizeClicked()"></dbx-button>
|
|
7079
7141
|
<dbx-button [flat]="true" *ngSwitchCase="true" icon="maximize" (buttonClick)="maximizeClicked()"></dbx-button>
|
|
@@ -7086,7 +7148,7 @@ DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
7086
7148
|
<dbx-button-spacer></dbx-button-spacer>
|
|
7087
7149
|
<dbx-button [flat]="true" icon="close" color="warn" (buttonClick)="closeClicked()"></dbx-button>
|
|
7088
7150
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupControlButtonsComponent, decorators: [{
|
|
7090
7152
|
type: Component,
|
|
7091
7153
|
args: [{
|
|
7092
7154
|
selector: 'dbx-popup-control-buttons',
|
|
@@ -7114,13 +7176,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7114
7176
|
*/
|
|
7115
7177
|
class DbxPopupControlsComponent {
|
|
7116
7178
|
}
|
|
7117
|
-
DbxPopupControlsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7118
|
-
DbxPopupControlsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7179
|
+
DbxPopupControlsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupControlsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7180
|
+
DbxPopupControlsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxPopupControlsComponent, selector: "dbx-popup-controls", inputs: { header: "header" }, host: { classAttribute: "dbx-popup-controls" }, ngImport: i0, template: `
|
|
7119
7181
|
<span class="dbx-popup-controls-header">{{ header }}</span>
|
|
7120
7182
|
<div class="spacer"></div>
|
|
7121
7183
|
<dbx-popup-control-buttons></dbx-popup-control-buttons>
|
|
7122
7184
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxPopupControlButtonsComponent, selector: "dbx-popup-control-buttons" }] });
|
|
7123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupControlsComponent, decorators: [{
|
|
7124
7186
|
type: Component,
|
|
7125
7187
|
args: [{
|
|
7126
7188
|
selector: 'dbx-popup-controls',
|
|
@@ -7166,18 +7228,18 @@ class DbxPopupService {
|
|
|
7166
7228
|
});
|
|
7167
7229
|
}
|
|
7168
7230
|
}
|
|
7169
|
-
DbxPopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7170
|
-
DbxPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
7171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7231
|
+
DbxPopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupService, deps: [{ token: i1$9.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7232
|
+
DbxPopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupService });
|
|
7233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupService, decorators: [{
|
|
7172
7234
|
type: Injectable
|
|
7173
7235
|
}], ctorParameters: function () { return [{ type: i1$9.Overlay }, { type: i0.Injector }]; } });
|
|
7174
7236
|
|
|
7175
7237
|
class DbxPopupInteractionModule {
|
|
7176
7238
|
}
|
|
7177
|
-
DbxPopupInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7178
|
-
DbxPopupInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7179
|
-
DbxPopupInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7239
|
+
DbxPopupInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7240
|
+
DbxPopupInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupInteractionModule, declarations: [DbxPopupComponent, DbxPopupCoordinatorComponent, DbxPopupContentComponent, DbxPopupControlsComponent, DbxPopupControlButtonsComponent], imports: [CommonModule, MatIconModule, MatButtonModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule], exports: [DbxPopupContentComponent, DbxPopupControlsComponent, DbxPopupControlButtonsComponent] });
|
|
7241
|
+
DbxPopupInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupInteractionModule, providers: [DbxPopupService], imports: [CommonModule, MatIconModule, MatButtonModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule] });
|
|
7242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupInteractionModule, decorators: [{
|
|
7181
7243
|
type: NgModule,
|
|
7182
7244
|
args: [{
|
|
7183
7245
|
imports: [CommonModule, MatIconModule, MatButtonModule, DbxButtonModule, DbxRouterAnchorModule, DbxActionModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule],
|
|
@@ -7189,10 +7251,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7189
7251
|
|
|
7190
7252
|
class DbxInteractionModule {
|
|
7191
7253
|
}
|
|
7192
|
-
DbxInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7193
|
-
DbxInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7194
|
-
DbxInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7254
|
+
DbxInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7255
|
+
DbxInteractionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxInteractionModule, exports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
|
|
7256
|
+
DbxInteractionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInteractionModule, imports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
|
|
7257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxInteractionModule, decorators: [{
|
|
7196
7258
|
type: NgModule,
|
|
7197
7259
|
args: [{
|
|
7198
7260
|
exports: [DbxDialogInteractionModule, DbxFilterInteractionModule, DbxPromptModule, DbxPopoverInteractionModule, DbxPopupInteractionModule]
|
|
@@ -7201,10 +7263,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7201
7263
|
|
|
7202
7264
|
class DbxActionSnackbarModule {
|
|
7203
7265
|
}
|
|
7204
|
-
DbxActionSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7205
|
-
DbxActionSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7206
|
-
DbxActionSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7266
|
+
DbxActionSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7267
|
+
DbxActionSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarModule, declarations: [DbxActionSnackbarComponent, DbxActionSnackbarDirective], imports: [CommonModule, DbxStyleLayoutModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule], exports: [DbxActionSnackbarComponent, DbxActionSnackbarDirective] });
|
|
7268
|
+
DbxActionSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarModule, imports: [CommonModule, DbxStyleLayoutModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule] });
|
|
7269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarModule, decorators: [{
|
|
7208
7270
|
type: NgModule,
|
|
7209
7271
|
args: [{
|
|
7210
7272
|
imports: [CommonModule, DbxStyleLayoutModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule],
|
|
@@ -7241,8 +7303,8 @@ class DbxActionUIRouterTransitionSafetyDialogComponent extends AbstractDialogDir
|
|
|
7241
7303
|
this.dialogRef.close(DbxActionTransitionSafetyDialogResult.DISCARD);
|
|
7242
7304
|
}
|
|
7243
7305
|
}
|
|
7244
|
-
DbxActionUIRouterTransitionSafetyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7245
|
-
DbxActionUIRouterTransitionSafetyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7306
|
+
DbxActionUIRouterTransitionSafetyDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionSafetyDialogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7307
|
+
DbxActionUIRouterTransitionSafetyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionUIRouterTransitionSafetyDialogComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
7246
7308
|
<dbx-prompt-confirm [config]="config" (confirm)="confirm()" (cancel)="cancel()">
|
|
7247
7309
|
<ng-container>
|
|
7248
7310
|
<dbx-error dbxActionError></dbx-error>
|
|
@@ -7251,7 +7313,7 @@ DbxActionUIRouterTransitionSafetyDialogComponent.ɵcmp = i0.ɵɵngDeclareCompone
|
|
|
7251
7313
|
</ng-container>
|
|
7252
7314
|
</dbx-prompt-confirm>
|
|
7253
7315
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: ["config"], outputs: ["confirm", "cancel"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxReadableErrorComponent, selector: "dbx-error", inputs: ["error"] }, { kind: "directive", type: DbxActionErrorDirective, selector: "[dbxActionError]" }] });
|
|
7254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionSafetyDialogComponent, decorators: [{
|
|
7255
7317
|
type: Component,
|
|
7256
7318
|
args: [{
|
|
7257
7319
|
template: `
|
|
@@ -7385,9 +7447,9 @@ class DbxActionTransitionSafetyDirective {
|
|
|
7385
7447
|
this._dialogRef = undefined;
|
|
7386
7448
|
}
|
|
7387
7449
|
}
|
|
7388
|
-
DbxActionTransitionSafetyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7389
|
-
DbxActionTransitionSafetyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
7390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7450
|
+
DbxActionTransitionSafetyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionTransitionSafetyDirective, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance }, { token: i2$4.TransitionService }, { token: i0.ViewContainerRef }, { token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7451
|
+
DbxActionTransitionSafetyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionTransitionSafetyDirective, selector: "[dbxActionTransitionSafety]", inputs: { inputSafetyType: ["dbxActionTransitionSafety", "inputSafetyType"] }, ngImport: i0 });
|
|
7452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionTransitionSafetyDirective, decorators: [{
|
|
7391
7453
|
type: Directive,
|
|
7392
7454
|
args: [{
|
|
7393
7455
|
selector: '[dbxActionTransitionSafety]'
|
|
@@ -7404,10 +7466,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7404
7466
|
*/
|
|
7405
7467
|
class DbxActionUIRouterTransitionModule {
|
|
7406
7468
|
}
|
|
7407
|
-
DbxActionUIRouterTransitionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7408
|
-
DbxActionUIRouterTransitionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7409
|
-
DbxActionUIRouterTransitionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7469
|
+
DbxActionUIRouterTransitionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7470
|
+
DbxActionUIRouterTransitionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionModule, declarations: [DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionSafetyDialogComponent], imports: [CommonModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule], exports: [DbxActionTransitionSafetyDirective] });
|
|
7471
|
+
DbxActionUIRouterTransitionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionModule, imports: [CommonModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule] });
|
|
7472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionModule, decorators: [{
|
|
7411
7473
|
type: NgModule,
|
|
7412
7474
|
args: [{
|
|
7413
7475
|
imports: [CommonModule, DbxCoreActionModule, DbxPromptModule, DbxButtonModule, DbxReadableErrorModule],
|
|
@@ -7416,239 +7478,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7416
7478
|
}]
|
|
7417
7479
|
}] });
|
|
7418
7480
|
|
|
7419
|
-
var CalendarDisplayType;
|
|
7420
|
-
(function (CalendarDisplayType) {
|
|
7421
|
-
CalendarDisplayType["MONTH"] = "month";
|
|
7422
|
-
CalendarDisplayType["WEEK"] = "week";
|
|
7423
|
-
CalendarDisplayType["DAY"] = "day";
|
|
7424
|
-
})(CalendarDisplayType || (CalendarDisplayType = {}));
|
|
7425
|
-
function visibleDateRangeForCalendarState(calendarState) {
|
|
7426
|
-
const { type, date } = calendarState;
|
|
7427
|
-
let start;
|
|
7428
|
-
let end;
|
|
7429
|
-
let distance;
|
|
7430
|
-
switch (type) {
|
|
7431
|
-
case CalendarDisplayType.MONTH:
|
|
7432
|
-
start = startOfDay(startOfWeek(startOfMonth(date), { weekStartsOn: 0 }));
|
|
7433
|
-
end = endOfWeek(endOfMonth(date));
|
|
7434
|
-
distance = differenceInDays(end, start) + 1;
|
|
7435
|
-
break;
|
|
7436
|
-
case CalendarDisplayType.WEEK:
|
|
7437
|
-
start = startOfWeek(date);
|
|
7438
|
-
end = endOfWeek(start);
|
|
7439
|
-
distance = 7; // 7 days in a week.
|
|
7440
|
-
break;
|
|
7441
|
-
case CalendarDisplayType.DAY:
|
|
7442
|
-
start = startOfDay(date);
|
|
7443
|
-
end = endOfDay(date);
|
|
7444
|
-
distance = 1;
|
|
7445
|
-
break;
|
|
7446
|
-
}
|
|
7447
|
-
// console.log('Date range: ', start, end, distance);
|
|
7448
|
-
return {
|
|
7449
|
-
type,
|
|
7450
|
-
start,
|
|
7451
|
-
end,
|
|
7452
|
-
distance
|
|
7453
|
-
};
|
|
7454
|
-
}
|
|
7455
|
-
const distinctUntilDateOrTypeOrEventsChanged = distinctUntilChanged((a, b) => (a === null || a === void 0 ? void 0 : a.date) === (b === null || b === void 0 ? void 0 : b.date) && (a === null || a === void 0 ? void 0 : a.type) === (b === null || b === void 0 ? void 0 : b.type) && (a === null || a === void 0 ? void 0 : a.events) === (b === null || b === void 0 ? void 0 : b.events));
|
|
7456
|
-
class DbxCalendarStore extends ComponentStore {
|
|
7457
|
-
constructor() {
|
|
7458
|
-
super({
|
|
7459
|
-
type: CalendarDisplayType.MONTH,
|
|
7460
|
-
date: new Date(),
|
|
7461
|
-
dateTappedTwice: false,
|
|
7462
|
-
events: []
|
|
7463
|
-
});
|
|
7464
|
-
// MARK: Effects
|
|
7465
|
-
this.tapNext = this.effect((input) => {
|
|
7466
|
-
return input.pipe(switchMap(() => this.visibleDateRange$.pipe(first(), tap(({ end }) => {
|
|
7467
|
-
this.tapDay(addDays(end, 1));
|
|
7468
|
-
}))));
|
|
7469
|
-
});
|
|
7470
|
-
this.tapPrevious = this.effect((input) => {
|
|
7471
|
-
return input.pipe(switchMap(() => this.visibleDateRange$.pipe(first(), tap(({ start }) => {
|
|
7472
|
-
this.tapDay(addDays(start, -1));
|
|
7473
|
-
}))));
|
|
7474
|
-
});
|
|
7475
|
-
// MARK: Accessors
|
|
7476
|
-
this.date$ = this.state$.pipe(map((x) => x.date));
|
|
7477
|
-
this.dateTappedTwice$ = this.state$.pipe(map((x) => x.dateTappedTwice));
|
|
7478
|
-
this.events$ = this.state$.pipe(map((x) => x.events));
|
|
7479
|
-
// TODO: Filter to be events that will only be displayed based on the current calendar.
|
|
7480
|
-
this.visibleEvents$ = this.state$.pipe(map((x) => x.events), shareReplay(1));
|
|
7481
|
-
this.eventsForDateState$ = this.state$.pipe(distinctUntilDateOrTypeOrEventsChanged, map((state) => ({
|
|
7482
|
-
date: state.date,
|
|
7483
|
-
events: state.events.filter((x) => isSameDay(x.start, state.date) || (x.end && isBefore(x.start, state.date) && isAfter(x.end, state.date))),
|
|
7484
|
-
dateTappedTwice: state.dateTappedTwice
|
|
7485
|
-
})), shareReplay(1));
|
|
7486
|
-
this.eventsForDate$ = this.eventsForDateState$.pipe(map((state) => state.events));
|
|
7487
|
-
this.visibleDateRange$ = this.state$.pipe(
|
|
7488
|
-
// If the date or type changes, check again.
|
|
7489
|
-
distinctUntilChanged((a, b) => (a === null || a === void 0 ? void 0 : a.date) === (b === null || b === void 0 ? void 0 : b.date) && (a === null || a === void 0 ? void 0 : a.type) === (b === null || b === void 0 ? void 0 : b.type)), map(visibleDateRangeForCalendarState), distinctUntilChanged((a, b) => {
|
|
7490
|
-
if (a.type === b.type) {
|
|
7491
|
-
return isSameDay(a.start, b.start);
|
|
7492
|
-
}
|
|
7493
|
-
else {
|
|
7494
|
-
return false; // Type changed, date range changed.
|
|
7495
|
-
}
|
|
7496
|
-
}), shareReplay(1));
|
|
7497
|
-
this.displayType$ = this.state$.pipe(map((x) => x.type), distinctUntilChanged((a, b) => a === b), shareReplay(1));
|
|
7498
|
-
// MARK: State Changes
|
|
7499
|
-
/**
|
|
7500
|
-
* Tap a day.
|
|
7501
|
-
*
|
|
7502
|
-
* - If the same day is presented, dateTappedTwice is flipped.
|
|
7503
|
-
*/
|
|
7504
|
-
this.tapDay = this.updater((state, date) => (Object.assign(Object.assign({}, state), { date, dateTappedTwice: isSameDay(date, state.date) ? !state.dateTappedTwice : false })));
|
|
7505
|
-
/**
|
|
7506
|
-
* Set all events on the calendar.
|
|
7507
|
-
*/
|
|
7508
|
-
this.setEvents = this.updater((state, events) => (Object.assign(Object.assign({}, state), { events })));
|
|
7509
|
-
/**
|
|
7510
|
-
* Set all events on the calendar.
|
|
7511
|
-
*/
|
|
7512
|
-
this.setDisplayType = this.updater((state, type) => (Object.assign(Object.assign({}, state), { type })));
|
|
7513
|
-
}
|
|
7514
|
-
}
|
|
7515
|
-
DbxCalendarStore.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7516
|
-
DbxCalendarStore.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarStore });
|
|
7517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarStore, decorators: [{
|
|
7518
|
-
type: Injectable
|
|
7519
|
-
}], ctorParameters: function () { return []; } });
|
|
7520
|
-
|
|
7521
|
-
function timeSubtitleForEvent(event) {
|
|
7522
|
-
var _a;
|
|
7523
|
-
let subtitle;
|
|
7524
|
-
if (event.allDay) {
|
|
7525
|
-
subtitle = `(All Day)`;
|
|
7526
|
-
}
|
|
7527
|
-
else {
|
|
7528
|
-
subtitle = formatToTimeAndDurationString(event.start, (_a = event.end) !== null && _a !== void 0 ? _a : new Date());
|
|
7529
|
-
}
|
|
7530
|
-
return subtitle;
|
|
7531
|
-
}
|
|
7532
|
-
class DbxCalendarComponent {
|
|
7533
|
-
constructor(calendarStore) {
|
|
7534
|
-
this.calendarStore = calendarStore;
|
|
7535
|
-
this.clickEvent = new EventEmitter();
|
|
7536
|
-
this.viewDate$ = this.calendarStore.date$;
|
|
7537
|
-
this.events$ = this.calendarStore.visibleEvents$.pipe(map((events) => {
|
|
7538
|
-
return events
|
|
7539
|
-
.map((event) => {
|
|
7540
|
-
const subtitle = timeSubtitleForEvent(event);
|
|
7541
|
-
let title;
|
|
7542
|
-
if (event.allDay) {
|
|
7543
|
-
title = event.title + ' ' + subtitle;
|
|
7544
|
-
}
|
|
7545
|
-
else {
|
|
7546
|
-
title = `${event.title} - ${subtitle}`;
|
|
7547
|
-
}
|
|
7548
|
-
return Object.assign(Object.assign({}, event), { title });
|
|
7549
|
-
})
|
|
7550
|
-
.sort((a, b) => {
|
|
7551
|
-
return a.start.getTime() - b.start.getTime();
|
|
7552
|
-
});
|
|
7553
|
-
}), shareReplay(1));
|
|
7554
|
-
this.activeDayIsOpen$ = this.calendarStore.eventsForDateState$.pipe(withLatestFrom(this.calendarStore.date$), map(([x, date]) => {
|
|
7555
|
-
if (x.events.length && isSameMonth(x.date, date)) {
|
|
7556
|
-
return !x.dateTappedTwice;
|
|
7557
|
-
}
|
|
7558
|
-
return false;
|
|
7559
|
-
}));
|
|
7560
|
-
this.displayType$ = this.calendarStore.displayType$;
|
|
7561
|
-
}
|
|
7562
|
-
todayClicked() {
|
|
7563
|
-
this.dayClicked({ date: new Date() });
|
|
7564
|
-
}
|
|
7565
|
-
nextButtonClicked() {
|
|
7566
|
-
this.calendarStore.tapNext();
|
|
7567
|
-
}
|
|
7568
|
-
previousButtonClicked() {
|
|
7569
|
-
this.calendarStore.tapPrevious();
|
|
7570
|
-
}
|
|
7571
|
-
dayClicked({ date }) {
|
|
7572
|
-
this.calendarStore.tapDay(date);
|
|
7573
|
-
}
|
|
7574
|
-
eventClicked(action, event) {
|
|
7575
|
-
this.clickEvent.emit({ action, event });
|
|
7576
|
-
}
|
|
7577
|
-
typeToggleChanged(event) {
|
|
7578
|
-
this.calendarStore.setDisplayType(event.value);
|
|
7579
|
-
}
|
|
7580
|
-
}
|
|
7581
|
-
DbxCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarComponent, deps: [{ token: DbxCalendarStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
7582
|
-
DbxCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: DbxCalendarComponent, selector: "dbx-calendar", outputs: { clickEvent: "clickEvent" }, ngImport: i0, template: "<div class=\"dbx-calendar\">\n <h3 class=\"dbx-calendar-title\">{{ (viewDate$ | async)! | calendarDate: (displayType$ | async) + 'ViewTitle':'en' }}</h3>\n <div class=\"dbx-calendar-header\">\n <div class=\"dbx-calendar-controls\" fxLayout=\"row\">\n <span class=\"dbx-calendar-controls-left\" fxFlex=\"nogrow\">\n <button mat-stroked-button (click)=\"todayClicked()\">Today</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-icon-button [attr.aria-label]=\"'Previous ' + (displayType$ | async) + ' button'\" (click)=\"previousButtonClicked()\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n <button mat-icon-button [attr.aria-label]=\"'Next' + (displayType$ | async)! + ' button'\" (click)=\"nextButtonClicked()\">\n <mat-icon>navigate_next</mat-icon>\n </button>\n </span>\n <span class=\"spacer\"></span>\n <span class=\"dbx-calendar-controls-right\" fxFlex=\"nogrow\">\n <mat-button-toggle-group name=\"calendarDisplayStyle\" [value]=\"(displayType$ | async)!\" (change)=\"typeToggleChanged($event)\" aria-label=\"Display Style\">\n <mat-button-toggle value=\"month\">Month</mat-button-toggle>\n <mat-button-toggle value=\"week\">Week</mat-button-toggle>\n <mat-button-toggle value=\"day\">Day</mat-button-toggle>\n </mat-button-toggle-group>\n </span>\n </div>\n </div>\n <div class=\"dbx-calendar-content\" [ngClass]=\"'dbx-calendar-content-' + (displayType$ | async)!\" [ngSwitch]=\"displayType$ | async\">\n <mwl-calendar-month-view *ngSwitchCase=\"'month'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" [activeDayIsOpen]=\"(activeDayIsOpen$ | async)!\" (dayClicked)=\"dayClicked($event.day)\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-month-view>\n <mwl-calendar-week-view *ngSwitchCase=\"'week'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-week-view>\n <mwl-calendar-day-view *ngSwitchCase=\"'day'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-day-view>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i5$2.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { kind: "component", type: i5$2.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { kind: "component", type: i6.CalendarMonthViewComponent, selector: "mwl-calendar-month-view", inputs: ["viewDate", "events", "excludeDays", "activeDayIsOpen", "activeDay", "refresh", "locale", "tooltipPlacement", "tooltipTemplate", "tooltipAppendToBody", "tooltipDelay", "weekStartsOn", "headerTemplate", "cellTemplate", "openDayEventsTemplate", "eventTitleTemplate", "eventActionsTemplate", "weekendDays"], outputs: ["beforeViewRender", "dayClicked", "eventClicked", "columnHeaderClicked", "eventTimesChanged"] }, { kind: "component", type: i6.CalendarWeekViewComponent, selector: "mwl-calendar-week-view", inputs: ["viewDate", "events", "excludeDays", "refresh", "locale", "tooltipPlacement", "tooltipTemplate", "tooltipAppendToBody", "tooltipDelay", "weekStartsOn", "headerTemplate", "eventTemplate", "eventTitleTemplate", "eventActionsTemplate", "precision", "weekendDays", "snapDraggedEvents", "hourSegments", "hourDuration", "hourSegmentHeight", "minimumEventHeight", "dayStartHour", "dayStartMinute", "dayEndHour", "dayEndMinute", "hourSegmentTemplate", "eventSnapSize", "allDayEventsLabelTemplate", "daysInWeek", "currentTimeMarkerTemplate", "validateEventTimesChanged"], outputs: ["dayHeaderClicked", "eventClicked", "eventTimesChanged", "beforeViewRender", "hourSegmentClicked"] }, { kind: "component", type: i6.CalendarDayViewComponent, selector: "mwl-calendar-day-view", inputs: ["viewDate", "events", "hourSegments", "hourSegmentHeight", "hourDuration", "minimumEventHeight", "dayStartHour", "dayStartMinute", "dayEndHour", "dayEndMinute", "refresh", "locale", "eventSnapSize", "tooltipPlacement", "tooltipTemplate", "tooltipAppendToBody", "tooltipDelay", "hourSegmentTemplate", "eventTemplate", "eventTitleTemplate", "eventActionsTemplate", "snapDraggedEvents", "allDayEventsLabelTemplate", "currentTimeMarkerTemplate", "validateEventTimesChanged"], outputs: ["eventClicked", "hourSegmentClicked", "eventTimesChanged", "beforeViewRender"] }, { kind: "directive", type: i7$1.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i7$1.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { kind: "directive", type: i3$5.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.ɵCalendarDatePipe, name: "calendarDate" }] });
|
|
7583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarComponent, decorators: [{
|
|
7584
|
-
type: Component,
|
|
7585
|
-
args: [{ selector: 'dbx-calendar', template: "<div class=\"dbx-calendar\">\n <h3 class=\"dbx-calendar-title\">{{ (viewDate$ | async)! | calendarDate: (displayType$ | async) + 'ViewTitle':'en' }}</h3>\n <div class=\"dbx-calendar-header\">\n <div class=\"dbx-calendar-controls\" fxLayout=\"row\">\n <span class=\"dbx-calendar-controls-left\" fxFlex=\"nogrow\">\n <button mat-stroked-button (click)=\"todayClicked()\">Today</button>\n <dbx-button-spacer></dbx-button-spacer>\n <button mat-icon-button [attr.aria-label]=\"'Previous ' + (displayType$ | async) + ' button'\" (click)=\"previousButtonClicked()\">\n <mat-icon>navigate_before</mat-icon>\n </button>\n <button mat-icon-button [attr.aria-label]=\"'Next' + (displayType$ | async)! + ' button'\" (click)=\"nextButtonClicked()\">\n <mat-icon>navigate_next</mat-icon>\n </button>\n </span>\n <span class=\"spacer\"></span>\n <span class=\"dbx-calendar-controls-right\" fxFlex=\"nogrow\">\n <mat-button-toggle-group name=\"calendarDisplayStyle\" [value]=\"(displayType$ | async)!\" (change)=\"typeToggleChanged($event)\" aria-label=\"Display Style\">\n <mat-button-toggle value=\"month\">Month</mat-button-toggle>\n <mat-button-toggle value=\"week\">Week</mat-button-toggle>\n <mat-button-toggle value=\"day\">Day</mat-button-toggle>\n </mat-button-toggle-group>\n </span>\n </div>\n </div>\n <div class=\"dbx-calendar-content\" [ngClass]=\"'dbx-calendar-content-' + (displayType$ | async)!\" [ngSwitch]=\"displayType$ | async\">\n <mwl-calendar-month-view *ngSwitchCase=\"'month'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" [activeDayIsOpen]=\"(activeDayIsOpen$ | async)!\" (dayClicked)=\"dayClicked($event.day)\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-month-view>\n <mwl-calendar-week-view *ngSwitchCase=\"'week'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-week-view>\n <mwl-calendar-day-view *ngSwitchCase=\"'day'\" [viewDate]=\"(viewDate$ | async)!\" [events]=\"(events$ | async)!\" (eventClicked)=\"eventClicked('Clicked', $event.event)\"></mwl-calendar-day-view>\n </div>\n</div>\n" }]
|
|
7586
|
-
}], ctorParameters: function () { return [{ type: DbxCalendarStore }]; }, propDecorators: { clickEvent: [{
|
|
7587
|
-
type: Output
|
|
7588
|
-
}] } });
|
|
7589
|
-
|
|
7590
|
-
class DbxCalendarModule {
|
|
7591
|
-
}
|
|
7592
|
-
DbxCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7593
|
-
DbxCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarModule, declarations: [DbxCalendarComponent], imports: [
|
|
7594
|
-
//
|
|
7595
|
-
CommonModule,
|
|
7596
|
-
MatIconModule,
|
|
7597
|
-
MatButtonModule,
|
|
7598
|
-
MatButtonToggleModule,
|
|
7599
|
-
CalendarModule,
|
|
7600
|
-
CalendarDayModule,
|
|
7601
|
-
FlexLayoutModule,
|
|
7602
|
-
CalendarWeekModule,
|
|
7603
|
-
DbxButtonModule
|
|
7604
|
-
], exports: [DbxCalendarComponent] });
|
|
7605
|
-
DbxCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarModule, imports: [
|
|
7606
|
-
//
|
|
7607
|
-
CommonModule,
|
|
7608
|
-
MatIconModule,
|
|
7609
|
-
MatButtonModule,
|
|
7610
|
-
MatButtonToggleModule,
|
|
7611
|
-
CalendarModule,
|
|
7612
|
-
CalendarDayModule,
|
|
7613
|
-
FlexLayoutModule,
|
|
7614
|
-
CalendarWeekModule,
|
|
7615
|
-
DbxButtonModule
|
|
7616
|
-
] });
|
|
7617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarModule, decorators: [{
|
|
7618
|
-
type: NgModule,
|
|
7619
|
-
args: [{
|
|
7620
|
-
declarations: [DbxCalendarComponent],
|
|
7621
|
-
imports: [
|
|
7622
|
-
//
|
|
7623
|
-
CommonModule,
|
|
7624
|
-
MatIconModule,
|
|
7625
|
-
MatButtonModule,
|
|
7626
|
-
MatButtonToggleModule,
|
|
7627
|
-
CalendarModule,
|
|
7628
|
-
CalendarDayModule,
|
|
7629
|
-
FlexLayoutModule,
|
|
7630
|
-
CalendarWeekModule,
|
|
7631
|
-
DbxButtonModule
|
|
7632
|
-
],
|
|
7633
|
-
exports: [DbxCalendarComponent]
|
|
7634
|
-
}]
|
|
7635
|
-
}] });
|
|
7636
|
-
/**
|
|
7637
|
-
* Provides default configuration for the DbxCalendarModule
|
|
7638
|
-
*/
|
|
7639
|
-
class DbxCalendarRootModule {
|
|
7640
|
-
}
|
|
7641
|
-
DbxCalendarRootModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarRootModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7642
|
-
DbxCalendarRootModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarRootModule, imports: [i6.CalendarModule], exports: [DbxCalendarModule] });
|
|
7643
|
-
DbxCalendarRootModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarRootModule, imports: [CalendarModule.forRoot({ provide: DateAdapter, useFactory: adapterFactory }), DbxCalendarModule] });
|
|
7644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: DbxCalendarRootModule, decorators: [{
|
|
7645
|
-
type: NgModule,
|
|
7646
|
-
args: [{
|
|
7647
|
-
imports: [CalendarModule.forRoot({ provide: DateAdapter, useFactory: adapterFactory })],
|
|
7648
|
-
exports: [DbxCalendarModule]
|
|
7649
|
-
}]
|
|
7650
|
-
}] });
|
|
7651
|
-
|
|
7652
7481
|
/**
|
|
7653
7482
|
* Service used to register widgets.
|
|
7654
7483
|
*/
|
|
@@ -7682,9 +7511,9 @@ class DbxWidgetService {
|
|
|
7682
7511
|
return filterMaybeValues(mapIterable(types !== null && types !== void 0 ? types : [], (x) => this._entries.get(x)));
|
|
7683
7512
|
}
|
|
7684
7513
|
}
|
|
7685
|
-
DbxWidgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7686
|
-
DbxWidgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
7687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7514
|
+
DbxWidgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7515
|
+
DbxWidgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetService, providedIn: 'root' });
|
|
7516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetService, decorators: [{
|
|
7688
7517
|
type: Injectable,
|
|
7689
7518
|
args: [{
|
|
7690
7519
|
providedIn: 'root'
|
|
@@ -7719,11 +7548,11 @@ class DbxWidgetViewComponent {
|
|
|
7719
7548
|
this._config.next(config);
|
|
7720
7549
|
}
|
|
7721
7550
|
}
|
|
7722
|
-
DbxWidgetViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7723
|
-
DbxWidgetViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7551
|
+
DbxWidgetViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetViewComponent, deps: [{ token: DbxWidgetService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7552
|
+
DbxWidgetViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxWidgetViewComponent, selector: "dbx-widget-view", inputs: { config: "config" }, host: { classAttribute: "dbx-widget-view" }, ngImport: i0, template: `
|
|
7724
7553
|
<dbx-injection [config]="config$ | async"></dbx-injection>
|
|
7725
7554
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.DbxInjectionComponent, selector: "dbx-injection, [dbxInjection], [dbx-injection]", inputs: ["config", "template"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetViewComponent, decorators: [{
|
|
7727
7556
|
type: Component,
|
|
7728
7557
|
args: [{
|
|
7729
7558
|
selector: 'dbx-widget-view',
|
|
@@ -7743,9 +7572,9 @@ class AbstractDbxWidgetComponent {
|
|
|
7743
7572
|
this.data = data;
|
|
7744
7573
|
}
|
|
7745
7574
|
}
|
|
7746
|
-
AbstractDbxWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7747
|
-
AbstractDbxWidgetComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
7748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7575
|
+
AbstractDbxWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxWidgetComponent, deps: [{ token: DBX_INJECTION_COMPONENT_DATA }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7576
|
+
AbstractDbxWidgetComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: AbstractDbxWidgetComponent, ngImport: i0 });
|
|
7577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: AbstractDbxWidgetComponent, decorators: [{
|
|
7749
7578
|
type: Directive
|
|
7750
7579
|
}], ctorParameters: function () {
|
|
7751
7580
|
return [{ type: undefined, decorators: [{
|
|
@@ -7765,9 +7594,9 @@ class DbxWidgetListGridComponent extends AbstractDbxListWrapperDirective {
|
|
|
7765
7594
|
});
|
|
7766
7595
|
}
|
|
7767
7596
|
}
|
|
7768
|
-
DbxWidgetListGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7769
|
-
DbxWidgetListGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7597
|
+
DbxWidgetListGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7598
|
+
DbxWidgetListGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxWidgetListGridComponent, selector: "dbx-widget-grid", usesInheritance: true, ngImport: i0, template: "\n<dbx-list [state$]=\"state$\" [config]=\"config$ | async\" [disabled]=\"disabled\" [selectionMode]=\"selectionMode\">\n <ng-content top select=\"[top]\"></ng-content>\n <ng-content bottom select=\"[bottom]\"></ng-content>\n <ng-content empty select=\"[empty]\"></ng-content>\n</dbx-list>\n", isInline: true, dependencies: [{ kind: "component", type: DbxListComponent, selector: "dbx-list", inputs: ["padded", "state$", "config", "disabled", "selectionMode"], outputs: ["contentScrolled"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridComponent, decorators: [{
|
|
7771
7600
|
type: Component,
|
|
7772
7601
|
args: [{
|
|
7773
7602
|
selector: 'dbx-widget-grid',
|
|
@@ -7788,9 +7617,9 @@ class DbxWidgetListGridViewComponent extends AbstractDbxListGridViewDirective {
|
|
|
7788
7617
|
};
|
|
7789
7618
|
}
|
|
7790
7619
|
}
|
|
7791
|
-
DbxWidgetListGridViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7792
|
-
DbxWidgetListGridViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7620
|
+
DbxWidgetListGridViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7621
|
+
DbxWidgetListGridViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxWidgetListGridViewComponent, selector: "ng-component", providers: provideDbxListView(DbxWidgetListGridViewComponent), usesInheritance: true, ngImport: i0, template: "<dbx-list-grid-view [config]=\"config\"></dbx-list-grid-view>", isInline: true, dependencies: [{ kind: "component", type: DbxValueListGridViewComponent, selector: "dbx-list-grid-view" }] });
|
|
7622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridViewComponent, decorators: [{
|
|
7794
7623
|
type: Component,
|
|
7795
7624
|
args: [{
|
|
7796
7625
|
template: DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE,
|
|
@@ -7799,11 +7628,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7799
7628
|
}] });
|
|
7800
7629
|
class DbxWidgetListGridViewItemComponent extends AbstractDbxValueListViewItemComponent {
|
|
7801
7630
|
}
|
|
7802
|
-
DbxWidgetListGridViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7803
|
-
DbxWidgetListGridViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
7631
|
+
DbxWidgetListGridViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridViewItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7632
|
+
DbxWidgetListGridViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxWidgetListGridViewItemComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
7804
7633
|
<dbx-widget-view [config]="itemValue"></dbx-widget-view>
|
|
7805
7634
|
`, isInline: true, dependencies: [{ kind: "component", type: DbxWidgetViewComponent, selector: "dbx-widget-view", inputs: ["config"] }] });
|
|
7806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetListGridViewItemComponent, decorators: [{
|
|
7807
7636
|
type: Component,
|
|
7808
7637
|
args: [{
|
|
7809
7638
|
template: `
|
|
@@ -7817,20 +7646,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7817
7646
|
*/
|
|
7818
7647
|
class DbxWidgetModule {
|
|
7819
7648
|
}
|
|
7820
|
-
DbxWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7821
|
-
DbxWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7649
|
+
DbxWidgetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7650
|
+
DbxWidgetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetModule, declarations: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent], imports: [
|
|
7822
7651
|
//
|
|
7823
7652
|
CommonModule,
|
|
7824
7653
|
DbxListLayoutModule,
|
|
7825
7654
|
DbxInjectionComponentModule
|
|
7826
7655
|
], exports: [DbxWidgetViewComponent, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent] });
|
|
7827
|
-
DbxWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7656
|
+
DbxWidgetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetModule, imports: [
|
|
7828
7657
|
//
|
|
7829
7658
|
CommonModule,
|
|
7830
7659
|
DbxListLayoutModule,
|
|
7831
7660
|
DbxInjectionComponentModule
|
|
7832
7661
|
] });
|
|
7833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWidgetModule, decorators: [{
|
|
7834
7663
|
type: NgModule,
|
|
7835
7664
|
args: [{
|
|
7836
7665
|
imports: [
|
|
@@ -7868,10 +7697,10 @@ function disableRightClickInCdkBackdrop(classes = 'cdk-overlay-container', onEve
|
|
|
7868
7697
|
|
|
7869
7698
|
class DbxWebModule {
|
|
7870
7699
|
}
|
|
7871
|
-
DbxWebModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7872
|
-
DbxWebModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7873
|
-
DbxWebModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7700
|
+
DbxWebModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7701
|
+
DbxWebModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxWebModule, exports: [DbxButtonModule, DbxActionModule, DbxLoadingModule] });
|
|
7702
|
+
DbxWebModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebModule, imports: [DbxButtonModule, DbxActionModule, DbxLoadingModule] });
|
|
7703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebModule, decorators: [{
|
|
7875
7704
|
type: NgModule,
|
|
7876
7705
|
args: [{
|
|
7877
7706
|
exports: [DbxButtonModule, DbxActionModule, DbxLoadingModule]
|
|
@@ -7884,10 +7713,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7884
7713
|
*/
|
|
7885
7714
|
class DbxWebRootModule {
|
|
7886
7715
|
}
|
|
7887
|
-
DbxWebRootModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
7888
|
-
DbxWebRootModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
7889
|
-
DbxWebRootModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
7890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
7716
|
+
DbxWebRootModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebRootModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7717
|
+
DbxWebRootModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxWebRootModule });
|
|
7718
|
+
DbxWebRootModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebRootModule });
|
|
7719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxWebRootModule, decorators: [{
|
|
7891
7720
|
type: NgModule,
|
|
7892
7721
|
args: [{
|
|
7893
7722
|
imports: []
|
|
@@ -7898,5 +7727,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
7898
7727
|
* Generated bundle index. Do not edit.
|
|
7899
7728
|
*/
|
|
7900
7729
|
|
|
7901
|
-
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective,
|
|
7730
|
+
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective, CompactContextStore, CompactMode, DBX_ACTION_SNACKBAR_DEFAULTS, DBX_ACTION_SNACKBAR_SERVICE_CONFIG, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MAT_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_VALUE_LIST_VIEW_ITEM, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_DIRECTIVE_TEMPLATE, DEFAULT_DBX_VALUE_LIST_CONFIG_MAP_VALUES, DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_STATIC_LIST_DIRECTIVE_TEMPLATE, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionProgressComponent, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionModule, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorLinkComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxBarButtonComponent, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBlockLayoutModule, DbxButtonComponent, DbxButtonDisplayType, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerComponent, DbxCardBoxLayoutModule, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxFormDescriptionComponent, DbxHintComponent, DbxIconItemComponent, DbxIconSpacerDirective, DbxInteractionModule, DbxIntroActionSectionComponent, DbxItemLayoutModule, DbxKeypressModule, DbxLabelComponent, DbxLayoutModule, DbxLinkifyComponent, DbxListComponent, DbxListEmptyContentComponent, DbxListInternalContentDirective, DbxListItemAnchorModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective, DbxListLayoutModule, DbxListView, DbxListViewWrapper, DbxLoadingComponent, DbxLoadingErrorDirective, DbxLoadingModule, DbxLoadingProgressComponent, DbxNavbarComponent, DbxNoteComponent, DbxNoticeComponent, DbxOkComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionModule, DbxPopoverScrollContentComponent, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressButtonsModule, DbxPromptBoxComponent, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptConfirmTypes, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorComponent, DbxReadableErrorModule, DbxRouterAnchorListModule, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxScreenModule, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListItemViewComponent, DbxSelectionValueListViewComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxSpinnerButtonComponent, DbxStepComponent, DbxStepLayoutModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxSuccessComponent, DbxTextChipsComponent, DbxTextModule, DbxTwoBlocksComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadComponent, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxValueListGridItemViewComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListItemViewComponent, DbxValueListView, DbxValueListViewComponent, DbxWarnComponent, DbxWebAngularRouterModule, DbxWebModule, DbxWebRootModule, DbxWebUIRouterModule, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetModule, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, LoadingComponentState, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, addConfigToValueListItems, catchErrorServerParams, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, dbxColorBackground, dbxValueListItemDecisionFunction, disableRightClickInCdkBackdrop, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, provideDbxListView, provideDbxListViewWrapper, provideDbxPromptConfirm, provideDbxValueListView, provideDbxValueListViewModifier, provideTwoColumnsContext, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
7902
7731
|
//# sourceMappingURL=dereekb-dbx-web.mjs.map
|