@dereekb/dbx-web 10.1.30 → 11.0.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/esm2022/lib/calendar.base.component.mjs +27 -30
- package/calendar/esm2022/lib/calendar.component.mjs +21 -24
- package/calendar/esm2022/lib/calendar.module.mjs +9 -9
- package/calendar/esm2022/lib/calendar.store.mjs +89 -89
- package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs +137 -141
- package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
- package/calendar/lib/calendar.base.component.d.ts +0 -1
- package/calendar/lib/calendar.component.d.ts +1 -2
- package/calendar/package.json +1 -1
- package/esm2022/calendar/lib/calendar.base.component.mjs +27 -30
- package/esm2022/calendar/lib/calendar.component.mjs +21 -24
- package/esm2022/calendar/lib/calendar.module.mjs +9 -9
- package/esm2022/calendar/lib/calendar.store.mjs +89 -89
- package/esm2022/lib/action/action.confirm.directive.mjs +8 -15
- package/esm2022/lib/action/action.module.mjs +4 -4
- package/esm2022/lib/action/key.trigger.directive.mjs +7 -11
- package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +40 -48
- package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +10 -14
- package/esm2022/lib/action/snackbar/action.snackbar.module.mjs +4 -4
- package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +14 -21
- package/esm2022/lib/action/transition/action.transition.module.mjs +4 -4
- package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +11 -14
- package/esm2022/lib/action/transition/transition.safety.directive.mjs +15 -20
- package/esm2022/lib/button/button.component.mjs +10 -9
- package/esm2022/lib/button/button.module.mjs +4 -4
- package/esm2022/lib/button/button.spacer.component.mjs +3 -3
- package/esm2022/lib/button/icon/icon.button.component.mjs +4 -4
- package/esm2022/lib/button/icon/icon.button.module.mjs +6 -6
- package/esm2022/lib/button/progress/bar.button.component.mjs +4 -7
- package/esm2022/lib/button/progress/base.progress.button.directive.mjs +45 -53
- package/esm2022/lib/button/progress/button.progress.module.mjs +4 -4
- package/esm2022/lib/button/progress/spinner.button.component.mjs +15 -17
- package/esm2022/lib/dbx-web.module.mjs +4 -4
- package/esm2022/lib/error/default.error.widget.component.mjs +4 -4
- package/esm2022/lib/error/error.action.directive.mjs +7 -14
- package/esm2022/lib/error/error.component.mjs +57 -62
- package/esm2022/lib/error/error.details.component.mjs +5 -4
- package/esm2022/lib/error/error.loading.directive.mjs +6 -12
- package/esm2022/lib/error/error.module.mjs +5 -5
- package/esm2022/lib/error/error.popover.component.mjs +4 -4
- package/esm2022/lib/error/error.snackbar.action.directive.mjs +8 -12
- package/esm2022/lib/error/error.snackbar.component.mjs +16 -22
- package/esm2022/lib/error/error.snackbar.service.mjs +12 -15
- package/esm2022/lib/error/error.view.component.mjs +12 -7
- package/esm2022/lib/error/error.widget.component.mjs +33 -36
- package/esm2022/lib/error/error.widget.directive.mjs +6 -11
- package/esm2022/lib/error/error.widget.service.mjs +4 -4
- package/esm2022/lib/extension/download/text/download.text.component.mjs +79 -82
- package/esm2022/lib/extension/download/text/download.text.module.mjs +6 -6
- package/esm2022/lib/extension/model/model.module.mjs +11 -11
- package/esm2022/lib/extension/model/model.state.service.mjs +6 -9
- package/esm2022/lib/extension/model/model.tracker.service.mjs +11 -13
- package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +13 -13
- package/esm2022/lib/extension/model/model.types.service.mjs +34 -36
- package/esm2022/lib/extension/model/state/effects/tracker.effects.mjs +13 -17
- package/esm2022/lib/extension/structure/structure.body.directive.mjs +4 -4
- package/esm2022/lib/extension/structure/structure.module.mjs +6 -6
- package/esm2022/lib/extension/structure/structure.structure.directive.mjs +8 -10
- package/esm2022/lib/extension/widget/widget.component.mjs +22 -25
- package/esm2022/lib/extension/widget/widget.directive.mjs +6 -11
- package/esm2022/lib/extension/widget/widget.list.component.mjs +17 -20
- package/esm2022/lib/extension/widget/widget.module.mjs +6 -6
- package/esm2022/lib/extension/widget/widget.service.mjs +4 -6
- package/esm2022/lib/interaction/dialog/abstract.dialog.directive.mjs +8 -21
- package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +11 -10
- package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +6 -8
- package/esm2022/lib/interaction/dialog/dialog.content.component.mjs +4 -6
- package/esm2022/lib/interaction/dialog/dialog.content.footer.component.mjs +7 -9
- package/esm2022/lib/interaction/dialog/dialog.module.mjs +4 -4
- package/esm2022/lib/interaction/filter/filter.module.mjs +6 -6
- package/esm2022/lib/interaction/filter/filter.partial.list.component.mjs +4 -4
- package/esm2022/lib/interaction/filter/filter.partial.menu.component.mjs +6 -9
- package/esm2022/lib/interaction/filter/filter.partial.mjs +24 -27
- package/esm2022/lib/interaction/filter/filter.popover.button.component.mjs +7 -8
- package/esm2022/lib/interaction/filter/filter.popover.button.directive.mjs +7 -10
- package/esm2022/lib/interaction/filter/filter.popover.component.mjs +52 -57
- package/esm2022/lib/interaction/filter/filter.preset.directive.mjs +90 -0
- package/esm2022/lib/interaction/filter/filter.preset.list.component.mjs +6 -6
- package/esm2022/lib/interaction/filter/filter.preset.menu.component.mjs +8 -11
- package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +15 -15
- package/esm2022/lib/interaction/interaction.module.mjs +4 -4
- package/esm2022/lib/interaction/popover/abstract.popover.directive.mjs +6 -9
- package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +8 -10
- package/esm2022/lib/interaction/popover/popover.action.directive.mjs +11 -10
- package/esm2022/lib/interaction/popover/popover.close.component.mjs +9 -12
- package/esm2022/lib/interaction/popover/popover.component.mjs +27 -27
- package/esm2022/lib/interaction/popover/popover.content.component.mjs +8 -10
- package/esm2022/lib/interaction/popover/popover.content.module.mjs +4 -4
- package/esm2022/lib/interaction/popover/popover.controls.directive.mjs +9 -11
- package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +14 -17
- package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +5 -7
- package/esm2022/lib/interaction/popover/popover.header.component.mjs +15 -15
- package/esm2022/lib/interaction/popover/popover.module.mjs +4 -4
- package/esm2022/lib/interaction/popover/popover.scroll.content.component.mjs +7 -10
- package/esm2022/lib/interaction/popover/popover.service.mjs +8 -11
- package/esm2022/lib/interaction/popup/abstract.popup.directive.mjs +6 -9
- package/esm2022/lib/interaction/popup/popup.component.mjs +25 -24
- package/esm2022/lib/interaction/popup/popup.content.component.mjs +9 -12
- package/esm2022/lib/interaction/popup/popup.controls.buttons.component.mjs +17 -20
- package/esm2022/lib/interaction/popup/popup.controls.component.mjs +5 -4
- package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +13 -17
- package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +5 -7
- package/esm2022/lib/interaction/popup/popup.module.mjs +4 -4
- package/esm2022/lib/interaction/popup/popup.position.strategy.mjs +3 -2
- package/esm2022/lib/interaction/popup/popup.service.mjs +8 -11
- package/esm2022/lib/interaction/prompt/prompt.box.component.mjs +5 -7
- package/esm2022/lib/interaction/prompt/prompt.button.confirm.directive.mjs +12 -20
- package/esm2022/lib/interaction/prompt/prompt.component.mjs +6 -4
- package/esm2022/lib/interaction/prompt/prompt.confirm.component.mjs +6 -8
- package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +4 -4
- package/esm2022/lib/interaction/prompt/prompt.confirm.directive.mjs +12 -15
- package/esm2022/lib/interaction/prompt/prompt.module.mjs +4 -4
- package/esm2022/lib/interaction/prompt/prompt.page.component.mjs +4 -4
- package/esm2022/lib/keypress/keydown.listener.directive.mjs +6 -7
- package/esm2022/lib/keypress/keypress.module.mjs +4 -4
- package/esm2022/lib/layout/bar/bar.directive.mjs +4 -3
- package/esm2022/lib/layout/bar/bar.header.component.mjs +7 -4
- package/esm2022/lib/layout/bar/bar.layout.module.mjs +4 -4
- package/esm2022/lib/layout/bar/pagebar.component.mjs +4 -3
- package/esm2022/lib/layout/block/block.layout.module.mjs +4 -4
- package/esm2022/lib/layout/block/two.block.component.mjs +9 -10
- package/esm2022/lib/layout/card/card.box.component.mjs +6 -4
- package/esm2022/lib/layout/card/card.box.container.component.mjs +4 -4
- package/esm2022/lib/layout/card/card.box.layout.module.mjs +4 -4
- package/esm2022/lib/layout/column/column.layout.module.mjs +4 -4
- package/esm2022/lib/layout/column/one/one.column.component.mjs +10 -14
- package/esm2022/lib/layout/column/one/one.column.module.mjs +4 -4
- package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +7 -11
- package/esm2022/lib/layout/column/two/two.column.component.mjs +17 -21
- package/esm2022/lib/layout/column/two/two.column.context.directive.mjs +7 -10
- package/esm2022/lib/layout/column/two/two.column.full.left.directive.mjs +7 -10
- package/esm2022/lib/layout/column/two/two.column.head.component.mjs +6 -4
- package/esm2022/lib/layout/column/two/two.column.module.mjs +4 -4
- package/esm2022/lib/layout/column/two/two.column.right.component.mjs +15 -19
- package/esm2022/lib/layout/column/two/two.column.sref.directive.mjs +6 -9
- package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +10 -15
- package/esm2022/lib/layout/column/two/two.column.store.mjs +81 -81
- package/esm2022/lib/layout/compact/compact.directive.mjs +7 -10
- package/esm2022/lib/layout/compact/compact.layout.module.mjs +4 -4
- package/esm2022/lib/layout/compact/compact.store.mjs +6 -6
- package/esm2022/lib/layout/content/content.border.directive.mjs +4 -6
- package/esm2022/lib/layout/content/content.box.directive.mjs +5 -7
- package/esm2022/lib/layout/content/content.container.directive.mjs +6 -8
- package/esm2022/lib/layout/content/content.directive.mjs +3 -3
- package/esm2022/lib/layout/content/content.elevate.directive.mjs +4 -6
- package/esm2022/lib/layout/content/content.layout.module.mjs +5 -5
- package/esm2022/lib/layout/content/content.page.directive.mjs +3 -3
- package/esm2022/lib/layout/content/content.pit.directive.mjs +4 -3
- package/esm2022/lib/layout/flag/flag.component.mjs +5 -7
- package/esm2022/lib/layout/flag/flag.layout.module.mjs +4 -4
- package/esm2022/lib/layout/flag/flag.prompt.component.mjs +6 -7
- package/esm2022/lib/layout/flex/flex.group.directive.mjs +14 -15
- package/esm2022/lib/layout/flex/flex.layout.module.mjs +4 -4
- package/esm2022/lib/layout/flex/flex.size.directive.mjs +4 -6
- package/esm2022/lib/layout/item/item.icon.component.mjs +6 -4
- package/esm2022/lib/layout/item/item.layout.module.mjs +4 -4
- package/esm2022/lib/layout/layout.module.mjs +4 -4
- package/esm2022/lib/layout/list/list.component.mjs +102 -103
- package/esm2022/lib/layout/list/list.content.empty.component.mjs +4 -4
- package/esm2022/lib/layout/list/list.directive.mjs +14 -15
- package/esm2022/lib/layout/list/list.grid.view.component.mjs +27 -39
- package/esm2022/lib/layout/list/list.grid.view.directive.mjs +3 -3
- package/esm2022/lib/layout/list/list.layout.module.mjs +5 -5
- package/esm2022/lib/layout/list/list.view.directive.mjs +11 -12
- package/esm2022/lib/layout/list/list.view.meta.icon.component.mjs +9 -19
- package/esm2022/lib/layout/list/list.view.selection.directive.mjs +4 -7
- package/esm2022/lib/layout/list/list.view.value.component.mjs +36 -43
- package/esm2022/lib/layout/list/list.view.value.directive.mjs +11 -17
- package/esm2022/lib/layout/list/list.view.value.group.title.directive.mjs +57 -59
- package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +6 -11
- package/esm2022/lib/layout/list/list.view.value.modifier.directive.mjs +15 -19
- package/esm2022/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +14 -17
- package/esm2022/lib/layout/list/list.view.value.modifier.selection.directive.mjs +13 -16
- package/esm2022/lib/layout/list/list.view.value.selection.component.mjs +20 -29
- package/esm2022/lib/layout/list/list.wrapper.mjs +3 -1
- package/esm2022/lib/layout/section/section.component.mjs +5 -8
- package/esm2022/lib/layout/section/section.header.component.mjs +12 -7
- package/esm2022/lib/layout/section/section.intro.component.mjs +7 -8
- package/esm2022/lib/layout/section/section.layout.module.mjs +4 -4
- package/esm2022/lib/layout/section/section.page.component.mjs +6 -9
- package/esm2022/lib/layout/section/subsection.component.mjs +4 -4
- package/esm2022/lib/layout/step/step.component.mjs +7 -3
- package/esm2022/lib/layout/step/step.layout.module.mjs +4 -4
- package/esm2022/lib/layout/style/spacer.directive.mjs +3 -3
- package/esm2022/lib/layout/style/style.body.directive.mjs +14 -15
- package/esm2022/lib/layout/style/style.color.directive.mjs +4 -6
- package/esm2022/lib/layout/style/style.directive.mjs +15 -13
- package/esm2022/lib/layout/style/style.layout.module.mjs +4 -4
- package/esm2022/lib/layout/style/style.service.mjs +18 -26
- package/esm2022/lib/layout/style/style.set.directive.mjs +15 -16
- package/esm2022/lib/layout/text/address.component.mjs +5 -4
- package/esm2022/lib/layout/text/compat/form.description.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/hint.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/index.mjs +10 -0
- package/esm2022/lib/layout/text/compat/label.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/note.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/notice.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/ok.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/success.component.mjs +19 -0
- package/esm2022/lib/layout/text/compat/text.compat.module.mjs +32 -0
- package/esm2022/lib/layout/text/compat/warn.component.mjs +19 -0
- package/esm2022/lib/layout/text/detail.block.component.mjs +6 -4
- package/esm2022/lib/layout/text/detail.block.header.component.mjs +6 -4
- package/esm2022/lib/layout/text/icon.spacer.component.mjs +3 -3
- package/esm2022/lib/layout/text/index.mjs +2 -9
- package/esm2022/lib/layout/text/label.block.component.mjs +7 -7
- package/esm2022/lib/layout/text/linkify.component.mjs +20 -23
- package/esm2022/lib/layout/text/text.chip.directive.mjs +5 -3
- package/esm2022/lib/layout/text/text.chips.component.mjs +6 -4
- package/esm2022/lib/layout/text/text.module.mjs +5 -13
- package/esm2022/lib/loading/basic-loading.component.mjs +33 -33
- package/esm2022/lib/loading/loading-progress.component.mjs +11 -10
- package/esm2022/lib/loading/loading.action.directive.mjs +8 -14
- package/esm2022/lib/loading/loading.component.mjs +33 -27
- package/esm2022/lib/loading/loading.module.mjs +4 -4
- package/esm2022/lib/router/layout/anchor/anchor.component.mjs +14 -17
- package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +14 -19
- package/esm2022/lib/router/layout/anchor/anchor.icon.component.mjs +5 -4
- package/esm2022/lib/router/layout/anchor/anchor.link.component.mjs +5 -4
- package/esm2022/lib/router/layout/anchor/anchor.module.mjs +4 -4
- package/esm2022/lib/router/layout/anchor/anchor.segue.directive.mjs +13 -16
- package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +8 -10
- package/esm2022/lib/router/layout/anchorlist/anchorlist.module.mjs +4 -4
- package/esm2022/lib/router/layout/layout.module.mjs +4 -4
- package/esm2022/lib/router/layout/list/list.module.mjs +4 -4
- package/esm2022/lib/router/layout/list/router.list.directive.mjs +16 -19
- package/esm2022/lib/router/layout/navbar/navbar.component.mjs +65 -70
- package/esm2022/lib/router/layout/navbar/navbar.module.mjs +6 -6
- package/esm2022/lib/router/layout/sidenav/sidenav.button.component.mjs +13 -16
- package/esm2022/lib/router/layout/sidenav/sidenav.component.mjs +54 -57
- package/esm2022/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +10 -14
- package/esm2022/lib/router/layout/sidenav/sidenav.module.mjs +4 -4
- package/esm2022/lib/router/layout/sidenav/sidenav.page.component.mjs +13 -14
- package/esm2022/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +5 -4
- package/esm2022/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
- package/esm2022/lib/router/provider/ngrouter/angular.router.module.mjs +4 -4
- package/esm2022/lib/router/provider/uirouter/anchor.component.mjs +5 -8
- package/esm2022/lib/router/provider/uirouter/uirouter.router.module.mjs +4 -4
- package/esm2022/lib/screen/screen.module.mjs +4 -4
- package/esm2022/lib/screen/screen.service.mjs +19 -12
- package/esm2022/mapbox/lib/mapbox.change.service.mjs +15 -18
- package/esm2022/mapbox/lib/mapbox.injection.component.mjs +10 -14
- package/esm2022/mapbox/lib/mapbox.injection.store.mjs +8 -8
- package/esm2022/mapbox/lib/mapbox.injection.store.provide.mjs +8 -13
- package/esm2022/mapbox/lib/mapbox.layout.component.mjs +47 -46
- package/esm2022/mapbox/lib/mapbox.layout.drawer.component.mjs +9 -12
- package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +17 -23
- package/esm2022/mapbox/lib/mapbox.marker.component.mjs +13 -17
- package/esm2022/mapbox/lib/mapbox.markers.component.mjs +14 -16
- package/esm2022/mapbox/lib/mapbox.menu.component.mjs +14 -21
- package/esm2022/mapbox/lib/mapbox.module.mjs +6 -6
- package/esm2022/mapbox/lib/mapbox.service.mjs +10 -10
- package/esm2022/mapbox/lib/mapbox.store.map.directive.mjs +9 -22
- package/esm2022/mapbox/lib/mapbox.store.mjs +395 -399
- package/esm2022/mapbox/lib/mapbox.store.provide.mjs +8 -13
- package/esm2022/table/lib/date/date.table.column.header.component.mjs +8 -8
- package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +37 -43
- package/esm2022/table/lib/date/table.date.module.mjs +6 -6
- package/esm2022/table/lib/table.cell.action.component.mjs +10 -13
- package/esm2022/table/lib/table.cell.input.component.mjs +10 -13
- package/esm2022/table/lib/table.cell.summaryend.component.mjs +10 -13
- package/esm2022/table/lib/table.cell.summarystart.component.mjs +10 -13
- package/esm2022/table/lib/table.column.directive.mjs +8 -11
- package/esm2022/table/lib/table.column.footer.component.mjs +13 -16
- package/esm2022/table/lib/table.column.header.component.mjs +13 -16
- package/esm2022/table/lib/table.component.mjs +35 -38
- package/esm2022/table/lib/table.directive.mjs +6 -9
- package/esm2022/table/lib/table.item.action.component.mjs +13 -16
- package/esm2022/table/lib/table.item.cell.component.mjs +7 -10
- package/esm2022/table/lib/table.item.directive.mjs +8 -11
- package/esm2022/table/lib/table.item.header.component.mjs +5 -8
- package/esm2022/table/lib/table.module.mjs +6 -6
- package/esm2022/table/lib/table.store.mjs +36 -36
- package/fesm2022/dereekb-dbx-web-calendar.mjs +137 -141
- package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +552 -594
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-table.mjs +197 -232
- package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +2243 -2460
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/lib/action/action.confirm.directive.d.ts +1 -3
- package/lib/action/key.trigger.directive.d.ts +1 -2
- package/lib/action/snackbar/action.snackbar.component.d.ts +4 -5
- package/lib/action/snackbar/action.snackbar.directive.d.ts +2 -3
- package/lib/action/snackbar/action.snackbar.service.d.ts +1 -2
- package/lib/action/transition/transition.safety.directive.d.ts +1 -2
- package/lib/button/progress/base.progress.button.directive.d.ts +7 -8
- package/lib/error/error.action.directive.d.ts +2 -3
- package/lib/error/error.component.d.ts +2 -3
- package/lib/error/error.loading.directive.d.ts +1 -2
- package/lib/error/error.snackbar.action.directive.d.ts +1 -2
- package/lib/error/error.snackbar.component.d.ts +2 -3
- package/lib/error/error.snackbar.service.d.ts +0 -1
- package/lib/error/error.widget.component.d.ts +0 -1
- package/lib/error/error.widget.directive.d.ts +0 -1
- package/lib/extension/download/text/download.text.component.d.ts +3 -6
- package/lib/extension/model/model.module.d.ts +3 -3
- package/lib/extension/model/model.state.service.d.ts +1 -3
- package/lib/extension/model/model.tracker.service.d.ts +1 -3
- package/lib/extension/model/model.tracker.view.storage.d.ts +5 -3
- package/lib/extension/model/model.types.service.d.ts +2 -3
- package/lib/extension/model/state/effects/tracker.effects.d.ts +0 -3
- package/lib/extension/structure/structure.structure.directive.d.ts +1 -2
- package/lib/extension/widget/widget.component.d.ts +0 -1
- package/lib/extension/widget/widget.directive.d.ts +0 -1
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +3 -5
- package/lib/interaction/dialog/dialog.action.directive.d.ts +3 -3
- package/lib/interaction/filter/filter.partial.d.ts +1 -2
- package/lib/interaction/filter/filter.popover.button.directive.d.ts +0 -2
- package/lib/interaction/filter/filter.popover.component.d.ts +0 -2
- package/lib/interaction/filter/{filter.preset.d.ts → filter.preset.directive.d.ts} +5 -6
- package/lib/interaction/filter/filter.preset.list.component.d.ts +2 -2
- package/lib/interaction/filter/filter.preset.menu.component.d.ts +2 -2
- package/lib/interaction/filter/filter.wrapper.component.d.ts +3 -3
- package/lib/interaction/popover/abstract.popover.directive.d.ts +0 -1
- package/lib/interaction/popover/popover.action.directive.d.ts +3 -3
- package/lib/interaction/popover/popover.close.component.d.ts +1 -2
- package/lib/interaction/popover/popover.component.d.ts +6 -7
- package/lib/interaction/popover/popover.controls.directive.d.ts +3 -2
- package/lib/interaction/popover/popover.coordinator.component.d.ts +3 -5
- package/lib/interaction/popover/popover.header.component.d.ts +5 -3
- package/lib/interaction/popover/popover.scroll.content.component.d.ts +0 -1
- package/lib/interaction/popover/popover.service.d.ts +0 -2
- package/lib/interaction/popup/abstract.popup.directive.d.ts +0 -1
- package/lib/interaction/popup/popup.component.d.ts +3 -5
- package/lib/interaction/popup/popup.content.component.d.ts +1 -3
- package/lib/interaction/popup/popup.controls.buttons.component.d.ts +1 -3
- package/lib/interaction/popup/popup.coordinator.component.d.ts +2 -5
- package/lib/interaction/popup/popup.service.d.ts +0 -2
- package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +3 -4
- package/lib/interaction/prompt/prompt.confirm.component.d.ts +2 -2
- package/lib/interaction/prompt/prompt.confirm.directive.d.ts +1 -3
- package/lib/layout/column/one/one.column.component.d.ts +1 -1
- package/lib/layout/column/two/two.column.back.directive.d.ts +0 -1
- package/lib/layout/column/two/two.column.component.d.ts +4 -4
- package/lib/layout/column/two/two.column.context.directive.d.ts +0 -1
- package/lib/layout/column/two/two.column.full.left.directive.d.ts +0 -2
- package/lib/layout/column/two/two.column.right.component.d.ts +1 -2
- package/lib/layout/column/two/two.column.sref.directive.d.ts +0 -2
- package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +1 -3
- package/lib/layout/compact/compact.directive.d.ts +1 -2
- package/lib/layout/flex/flex.group.directive.d.ts +2 -3
- package/lib/layout/list/list.component.d.ts +3 -4
- package/lib/layout/list/list.directive.d.ts +4 -5
- package/lib/layout/list/list.grid.view.component.d.ts +3 -5
- package/lib/layout/list/list.view.directive.d.ts +1 -1
- package/lib/layout/list/list.view.meta.icon.component.d.ts +3 -2
- package/lib/layout/list/list.view.selection.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.component.d.ts +4 -5
- package/lib/layout/list/list.view.value.directive.d.ts +3 -4
- package/lib/layout/list/list.view.value.group.title.directive.d.ts +7 -3
- package/lib/layout/list/list.view.value.item.directive.d.ts +0 -1
- package/lib/layout/list/list.view.value.modifier.directive.d.ts +0 -1
- package/lib/layout/list/list.view.value.selection.component.d.ts +3 -4
- package/lib/layout/section/section.intro.component.d.ts +1 -1
- package/lib/layout/style/style.body.directive.d.ts +4 -4
- package/lib/layout/style/style.directive.d.ts +4 -5
- package/lib/layout/style/style.service.d.ts +1 -2
- package/lib/layout/style/style.set.directive.d.ts +3 -3
- package/lib/layout/text/compat/index.d.ts +9 -0
- package/lib/layout/text/compat/text.compat.module.d.ts +21 -0
- package/lib/layout/text/index.d.ts +1 -8
- package/lib/layout/text/linkify.component.d.ts +0 -2
- package/lib/layout/text/text.module.d.ts +9 -17
- package/lib/loading/loading.action.directive.d.ts +3 -4
- package/lib/loading/loading.component.d.ts +0 -1
- package/lib/router/layout/anchor/anchor.component.d.ts +0 -2
- package/lib/router/layout/anchor/anchor.content.component.d.ts +3 -4
- package/lib/router/layout/anchor/anchor.segue.directive.d.ts +0 -1
- package/lib/router/layout/navbar/navbar.component.d.ts +2 -4
- package/lib/router/layout/sidenav/sidenav.button.component.d.ts +0 -1
- package/lib/router/layout/sidenav/sidenav.component.d.ts +2 -4
- package/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.d.ts +2 -3
- package/lib/router/layout/sidenav/sidenav.page.component.d.ts +0 -1
- package/lib/screen/screen.service.d.ts +1 -2
- package/mapbox/esm2022/lib/mapbox.change.service.mjs +15 -18
- package/mapbox/esm2022/lib/mapbox.injection.component.mjs +10 -14
- package/mapbox/esm2022/lib/mapbox.injection.store.mjs +8 -8
- package/mapbox/esm2022/lib/mapbox.injection.store.provide.mjs +8 -13
- package/mapbox/esm2022/lib/mapbox.layout.component.mjs +47 -46
- package/mapbox/esm2022/lib/mapbox.layout.drawer.component.mjs +9 -12
- package/mapbox/esm2022/lib/mapbox.layout.resize.sync.directive.mjs +17 -23
- package/mapbox/esm2022/lib/mapbox.marker.component.mjs +13 -17
- package/mapbox/esm2022/lib/mapbox.markers.component.mjs +14 -16
- package/mapbox/esm2022/lib/mapbox.menu.component.mjs +14 -21
- package/mapbox/esm2022/lib/mapbox.module.mjs +6 -6
- package/mapbox/esm2022/lib/mapbox.service.mjs +10 -10
- package/mapbox/esm2022/lib/mapbox.store.map.directive.mjs +9 -22
- package/mapbox/esm2022/lib/mapbox.store.mjs +395 -399
- package/mapbox/esm2022/lib/mapbox.store.provide.mjs +8 -13
- package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs +552 -594
- package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/lib/mapbox.change.service.d.ts +0 -1
- package/mapbox/lib/mapbox.injection.component.d.ts +0 -3
- package/mapbox/lib/mapbox.injection.store.provide.d.ts +1 -2
- package/mapbox/lib/mapbox.layout.component.d.ts +10 -11
- package/mapbox/lib/mapbox.layout.drawer.component.d.ts +0 -1
- package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +3 -4
- package/mapbox/lib/mapbox.marker.component.d.ts +2 -4
- package/mapbox/lib/mapbox.menu.component.d.ts +4 -5
- package/mapbox/lib/mapbox.service.d.ts +1 -2
- package/mapbox/lib/mapbox.store.d.ts +1 -2
- package/mapbox/lib/mapbox.store.map.directive.d.ts +2 -3
- package/mapbox/lib/mapbox.store.provide.d.ts +1 -2
- package/mapbox/package.json +1 -1
- package/package.json +1 -1
- package/table/esm2022/lib/date/date.table.column.header.component.mjs +8 -8
- package/table/esm2022/lib/date/daterange.table.cell.input.component.mjs +37 -43
- package/table/esm2022/lib/date/table.date.module.mjs +6 -6
- package/table/esm2022/lib/table.cell.action.component.mjs +10 -13
- package/table/esm2022/lib/table.cell.input.component.mjs +10 -13
- package/table/esm2022/lib/table.cell.summaryend.component.mjs +10 -13
- package/table/esm2022/lib/table.cell.summarystart.component.mjs +10 -13
- package/table/esm2022/lib/table.column.directive.mjs +8 -11
- package/table/esm2022/lib/table.column.footer.component.mjs +13 -16
- package/table/esm2022/lib/table.column.header.component.mjs +13 -16
- package/table/esm2022/lib/table.component.mjs +35 -38
- package/table/esm2022/lib/table.directive.mjs +6 -9
- package/table/esm2022/lib/table.item.action.component.mjs +13 -16
- package/table/esm2022/lib/table.item.cell.component.mjs +7 -10
- package/table/esm2022/lib/table.item.directive.mjs +8 -11
- package/table/esm2022/lib/table.item.header.component.mjs +5 -8
- package/table/esm2022/lib/table.module.mjs +6 -6
- package/table/esm2022/lib/table.store.mjs +36 -36
- package/table/fesm2022/dereekb-dbx-web-table.mjs +197 -232
- package/table/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
- package/table/lib/date/daterange.table.cell.input.component.d.ts +3 -6
- package/table/lib/table.cell.action.component.d.ts +1 -2
- package/table/lib/table.cell.input.component.d.ts +1 -2
- package/table/lib/table.cell.summaryend.component.d.ts +1 -2
- package/table/lib/table.cell.summarystart.component.d.ts +1 -2
- package/table/lib/table.column.directive.d.ts +1 -2
- package/table/lib/table.component.d.ts +0 -1
- package/table/lib/table.directive.d.ts +0 -1
- package/table/lib/table.item.directive.d.ts +0 -1
- package/table/package.json +1 -1
- package/esm2022/lib/interaction/filter/filter.preset.mjs +0 -94
- package/esm2022/lib/layout/text/form.description.component.mjs +0 -19
- package/esm2022/lib/layout/text/hint.component.mjs +0 -19
- package/esm2022/lib/layout/text/label.component.mjs +0 -19
- package/esm2022/lib/layout/text/note.component.mjs +0 -19
- package/esm2022/lib/layout/text/notice.component.mjs +0 -19
- package/esm2022/lib/layout/text/ok.component.mjs +0 -19
- package/esm2022/lib/layout/text/success.component.mjs +0 -19
- package/esm2022/lib/layout/text/warn.component.mjs +0 -19
- /package/lib/layout/text/{form.description.component.d.ts → compat/form.description.component.d.ts} +0 -0
- /package/lib/layout/text/{hint.component.d.ts → compat/hint.component.d.ts} +0 -0
- /package/lib/layout/text/{label.component.d.ts → compat/label.component.d.ts} +0 -0
- /package/lib/layout/text/{note.component.d.ts → compat/note.component.d.ts} +0 -0
- /package/lib/layout/text/{notice.component.d.ts → compat/notice.component.d.ts} +0 -0
- /package/lib/layout/text/{ok.component.d.ts → compat/ok.component.d.ts} +0 -0
- /package/lib/layout/text/{success.component.d.ts → compat/success.component.d.ts} +0 -0
- /package/lib/layout/text/{warn.component.d.ts → compat/warn.component.d.ts} +0 -0
|
@@ -9,16 +9,15 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Abstract list directive that takes in items and a AbstractDbxValueItemListViewConfig configuration.
|
|
10
10
|
*/
|
|
11
11
|
export declare abstract class AbstractDbxValueListViewDirective<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown, C extends AbstractDbxValueListViewConfig<T, I, V> = AbstractDbxValueListViewConfig<T, I, V>> implements DbxValueListView<T, I>, OnDestroy {
|
|
12
|
-
readonly dbxListView: DbxListView<T
|
|
13
|
-
readonly dbxValueListViewModifier: DbxValueListItemModifier<T, I
|
|
12
|
+
readonly dbxListView: DbxListView<T, import("@dereekb/rxjs").ListLoadingState<T>>;
|
|
13
|
+
readonly dbxValueListViewModifier: DbxValueListItemModifier<T, I> | null;
|
|
14
14
|
private _config;
|
|
15
15
|
readonly config$: Observable<C>;
|
|
16
16
|
readonly modifyFn$: Observable<Maybe<ModifierFunction<I>>>;
|
|
17
17
|
readonly items$: Observable<DbxValueListItemConfig<T, I>[]>;
|
|
18
|
-
constructor(dbxListView: DbxListView<T>, dbxValueListViewModifier: DbxValueListItemModifier<T, I>);
|
|
19
18
|
ngOnDestroy(): void;
|
|
20
19
|
set config(config: Maybe<C>);
|
|
21
20
|
onClickValue(value: T): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>,
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>, never>;
|
|
23
22
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>, never, never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
23
|
}
|
|
@@ -5,6 +5,12 @@ import { Maybe, PrimativeKey } from '@dereekb/util';
|
|
|
5
5
|
import { DbxListTitleGroupData, DbxListTitleGroupTitleDelegate } from './list.view.value.group.title';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const DBX_LIST_TITLE_GROUP_DATA: InjectionToken<unknown>;
|
|
8
|
+
/**
|
|
9
|
+
* Abstract DbxListTitleGroupHeaderComponent that already has the data injected.
|
|
10
|
+
*/
|
|
11
|
+
export declare abstract class AbstractDbxListTitleGroupHeaderComponent<O extends PrimativeKey, D extends DbxListTitleGroupData<O>> {
|
|
12
|
+
readonly data: D;
|
|
13
|
+
}
|
|
8
14
|
/**
|
|
9
15
|
* Delegate used to for grouping DbxValueListItemConfig<T, I> values.
|
|
10
16
|
*/
|
|
@@ -20,12 +26,10 @@ export declare class DbxListTitleGroupDirective<T, O extends PrimativeKey = Prim
|
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
*/
|
|
23
|
-
export declare class DbxListTitleGroupHeaderComponent<O extends PrimativeKey, D extends DbxListTitleGroupData<O>> {
|
|
24
|
-
readonly data: D;
|
|
29
|
+
export declare class DbxListTitleGroupHeaderComponent<O extends PrimativeKey, D extends DbxListTitleGroupData<O>> extends AbstractDbxListTitleGroupHeaderComponent<O, D> {
|
|
25
30
|
get icon(): string | undefined;
|
|
26
31
|
get title(): string;
|
|
27
32
|
get hint(): string | undefined;
|
|
28
|
-
constructor(data: D);
|
|
29
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListTitleGroupHeaderComponent<any, any>, never>;
|
|
30
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxListTitleGroupHeaderComponent<any, any>, "dbx-list-title-group-header", never, {}, {}, never, never, false, never>;
|
|
31
35
|
}
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare abstract class AbstractDbxValueListViewItemComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>> {
|
|
4
4
|
readonly item: I;
|
|
5
5
|
get itemValue(): T;
|
|
6
|
-
constructor(item: I);
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListViewItemComponent<any, any>, never>;
|
|
8
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewItemComponent<any, any>, never, never, {}, {}, never, never, false, never>;
|
|
9
8
|
}
|
|
@@ -26,7 +26,6 @@ export declare abstract class AbstractDbxValueListItemModifierDirective<T, I ext
|
|
|
26
26
|
abstract readonly modifiers$: Observable<Maybe<ArrayOrValue<Modifier<I>>>>;
|
|
27
27
|
private _linkedModifiers;
|
|
28
28
|
private _modifiersSub;
|
|
29
|
-
constructor(dbxValueListItemModifier: DbxValueListItemModifier<T, I>);
|
|
30
29
|
ngOnInit(): void;
|
|
31
30
|
ngOnDestroy(): void;
|
|
32
31
|
private _linkModifiers;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { MatSelectionListChange } from '@angular/material/list';
|
|
3
|
-
import { DbxListSelectionMode
|
|
3
|
+
import { DbxListSelectionMode } from './list.view';
|
|
4
4
|
import { DbxValueListItem, AbstractDbxValueListViewConfig } from './list.view.value';
|
|
5
5
|
import { AbstractDbxValueListViewDirective } from './list.view.value.directive';
|
|
6
6
|
import { Maybe } from '@dereekb/util';
|
|
7
7
|
import { DbxValueListViewContentComponent } from './list.view.value.component';
|
|
8
|
-
import { DbxValueListViewGroupDelegate } from './list.view.value.group';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
export interface DbxSelectionValueListViewConfig<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown> extends AbstractDbxValueListViewConfig<T, I, V> {
|
|
11
10
|
readonly multiple?: boolean;
|
|
@@ -25,8 +24,8 @@ export declare class DbxSelectionValueListViewComponent<T, I extends DbxValueLis
|
|
|
25
24
|
export declare class DbxSelectionValueListViewContentComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>> extends DbxValueListViewContentComponent<T, I> {
|
|
26
25
|
multiple?: Maybe<boolean>;
|
|
27
26
|
selectionMode: Maybe<DbxListSelectionMode>;
|
|
28
|
-
constructor(
|
|
27
|
+
constructor();
|
|
29
28
|
matSelectionChanged(selection: MatSelectionListChange): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSelectionValueListViewContentComponent<any, any>,
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSelectionValueListViewContentComponent<any, any>, never>;
|
|
31
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSelectionValueListViewContentComponent<any, any>, "dbx-selection-list-view-content", never, { "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
31
|
}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* Component used to format content that displays an intro until a button is pressed.
|
|
6
6
|
*/
|
|
7
7
|
export declare class DbxIntroActionSectionComponent extends DbxSectionComponent implements OnDestroy {
|
|
8
|
-
showAction: EventEmitter<void>;
|
|
8
|
+
readonly showAction: EventEmitter<void>;
|
|
9
9
|
showIntro?: boolean;
|
|
10
10
|
action?: string;
|
|
11
11
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { DbxStyleService } from './style.service';
|
|
3
3
|
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,11 +6,11 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
* Used to style the body document using the style provided by DbxStyleService.
|
|
7
7
|
*/
|
|
8
8
|
export declare class DbxStyleBodyDirective extends AbstractSubscriptionDirective {
|
|
9
|
-
private
|
|
9
|
+
private readonly _renderer;
|
|
10
10
|
readonly styleService: DbxStyleService;
|
|
11
|
-
|
|
11
|
+
readonly cdRef: ChangeDetectorRef;
|
|
12
12
|
private _currentStyle;
|
|
13
|
-
|
|
13
|
+
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleBodyDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleBodyDirective, "[dbxStyleBody]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { DbxStyleService } from './style.service';
|
|
3
1
|
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
/**
|
|
6
4
|
* Used to retrieve the current app styling from the DbxStyleService.
|
|
7
5
|
*/
|
|
8
6
|
export declare class DbxStyleDirective extends AbstractSubscriptionDirective {
|
|
9
|
-
readonly
|
|
10
|
-
private
|
|
7
|
+
private readonly _styleService;
|
|
8
|
+
private readonly _cdRef;
|
|
11
9
|
cssClass: string;
|
|
12
|
-
constructor(
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleDirective, never>;
|
|
14
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleDirective, "dbx-style, [dbxStyle], .dbx-style", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -23,7 +23,6 @@ export declare class DbxStyleService implements Destroyable {
|
|
|
23
23
|
readonly config$: Observable<DbxStyleConfig>;
|
|
24
24
|
readonly suffix$: Observable<Maybe<string>>;
|
|
25
25
|
readonly style$: Observable<string>;
|
|
26
|
-
constructor(defaultConfig?: DbxStyleConfig);
|
|
27
26
|
get suffix(): Maybe<string>;
|
|
28
27
|
set suffix(suffix: Maybe<string>);
|
|
29
28
|
getStyleWithConfig(configObs: Observable<DbxStyleConfig>): Observable<string>;
|
|
@@ -31,6 +30,6 @@ export declare class DbxStyleService implements Destroyable {
|
|
|
31
30
|
setDefaultConfig(defaultConfig: DbxStyleConfig): void;
|
|
32
31
|
setConfig(config: Observable<DbxStyleConfig>): void;
|
|
33
32
|
destroy(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleService,
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleService, never>;
|
|
35
34
|
static ɵprov: i0.ɵɵInjectableDeclaration<DbxStyleService>;
|
|
36
35
|
}
|
|
@@ -10,16 +10,16 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Will update the parent DbxStyleService.
|
|
11
11
|
*/
|
|
12
12
|
export declare class DbxSetStyleDirective extends AbstractSubscriptionDirective implements OnDestroy, OnInit {
|
|
13
|
+
private readonly _suffixes;
|
|
14
|
+
private readonly _style;
|
|
13
15
|
readonly styleService: DbxStyleService;
|
|
14
16
|
readonly cdRef: ChangeDetectorRef;
|
|
15
|
-
private _suffixes;
|
|
16
|
-
private _style;
|
|
17
17
|
readonly style$: Observable<string>;
|
|
18
18
|
readonly suffixes$: Observable<Set<string>>;
|
|
19
19
|
readonly config$: Observable<DbxStyleConfig>;
|
|
20
20
|
readonly outputStyle$: Observable<string>;
|
|
21
21
|
outputStyle: string;
|
|
22
|
-
constructor(
|
|
22
|
+
constructor();
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
ngOnDestroy(): void;
|
|
25
25
|
get style(): string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './form.description.component';
|
|
2
|
+
export * from './hint.component';
|
|
3
|
+
export * from './label.component';
|
|
4
|
+
export * from './note.component';
|
|
5
|
+
export * from './notice.component';
|
|
6
|
+
export * from './ok.component';
|
|
7
|
+
export * from './success.component';
|
|
8
|
+
export * from './text.compat.module';
|
|
9
|
+
export * from './warn.component';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./note.component";
|
|
3
|
+
import * as i2 from "./notice.component";
|
|
4
|
+
import * as i3 from "./success.component";
|
|
5
|
+
import * as i4 from "./warn.component";
|
|
6
|
+
import * as i5 from "./hint.component";
|
|
7
|
+
import * as i6 from "./label.component";
|
|
8
|
+
import * as i7 from "./ok.component";
|
|
9
|
+
import * as i8 from "./form.description.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/material/chips";
|
|
12
|
+
import * as i11 from "@angular/material/tooltip";
|
|
13
|
+
import * as i12 from "@angular/material/icon";
|
|
14
|
+
/**
|
|
15
|
+
* Includes a number of deprecated text components.
|
|
16
|
+
*/
|
|
17
|
+
export declare class DbxTextCompatModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextCompatModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTextCompatModule, [typeof i1.DbxNoteComponent, typeof i2.DbxNoticeComponent, typeof i3.DbxSuccessComponent, typeof i4.DbxWarnComponent, typeof i5.DbxHintComponent, typeof i6.DbxLabelComponent, typeof i7.DbxOkComponent, typeof i8.DbxFormDescriptionComponent], [typeof i9.CommonModule, typeof i10.MatChipsModule, typeof i11.MatTooltipModule, typeof i12.MatIconModule], [typeof i1.DbxNoteComponent, typeof i2.DbxNoticeComponent, typeof i3.DbxSuccessComponent, typeof i4.DbxWarnComponent, typeof i5.DbxHintComponent, typeof i6.DbxLabelComponent, typeof i7.DbxOkComponent, typeof i8.DbxFormDescriptionComponent]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxTextCompatModule>;
|
|
21
|
+
}
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
+
export * from './compat';
|
|
1
2
|
export * from './address.component';
|
|
2
3
|
export * from './detail.block.component';
|
|
3
4
|
export * from './detail.block.header.component';
|
|
4
|
-
export * from './form.description.component';
|
|
5
|
-
export * from './hint.component';
|
|
6
5
|
export * from './icon.spacer.component';
|
|
7
6
|
export * from './label.block.component';
|
|
8
|
-
export * from './label.component';
|
|
9
7
|
export * from './linkify.component';
|
|
10
|
-
export * from './note.component';
|
|
11
|
-
export * from './notice.component';
|
|
12
|
-
export * from './ok.component';
|
|
13
|
-
export * from './success.component';
|
|
14
8
|
export * from './text.chip.directive';
|
|
15
9
|
export * from './text.chips.component';
|
|
16
10
|
export * from './text.module';
|
|
17
|
-
export * from './warn.component';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
2
|
import { Maybe } from '@dereekb/util';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -10,7 +9,6 @@ export declare class DbxLinkifyComponent implements OnDestroy {
|
|
|
10
9
|
private _text;
|
|
11
10
|
readonly linkifiedText$: import("rxjs").Observable<string | undefined>;
|
|
12
11
|
readonly linkifiedBody$: import("rxjs").Observable<import("@angular/platform-browser").SafeHtml | undefined>;
|
|
13
|
-
constructor(sanitizer: DomSanitizer);
|
|
14
12
|
ngOnDestroy(): void;
|
|
15
13
|
get text(): Maybe<string>;
|
|
16
14
|
set text(text: Maybe<string>);
|
|
@@ -3,24 +3,16 @@ import * as i1 from "./address.component";
|
|
|
3
3
|
import * as i2 from "./text.chip.directive";
|
|
4
4
|
import * as i3 from "./detail.block.component";
|
|
5
5
|
import * as i4 from "./detail.block.header.component";
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "./ok.component";
|
|
15
|
-
import * as i14 from "./text.chips.component";
|
|
16
|
-
import * as i15 from "./icon.spacer.component";
|
|
17
|
-
import * as i16 from "./form.description.component";
|
|
18
|
-
import * as i17 from "@angular/common";
|
|
19
|
-
import * as i18 from "@angular/material/chips";
|
|
20
|
-
import * as i19 from "@angular/material/tooltip";
|
|
21
|
-
import * as i20 from "@angular/material/icon";
|
|
6
|
+
import * as i5 from "./label.block.component";
|
|
7
|
+
import * as i6 from "./linkify.component";
|
|
8
|
+
import * as i7 from "./text.chips.component";
|
|
9
|
+
import * as i8 from "./icon.spacer.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/material/chips";
|
|
12
|
+
import * as i11 from "@angular/material/tooltip";
|
|
13
|
+
import * as i12 from "@angular/material/icon";
|
|
22
14
|
export declare class DbxTextModule {
|
|
23
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTextModule, [typeof i1.DbxUnitedStatesAddressComponent, typeof i2.DbxChipDirective, typeof i3.DbxDetailBlockComponent, typeof i4.DbxDetailBlockHeaderComponent, typeof i5.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTextModule, [typeof i1.DbxUnitedStatesAddressComponent, typeof i2.DbxChipDirective, typeof i3.DbxDetailBlockComponent, typeof i4.DbxDetailBlockHeaderComponent, typeof i5.DbxLabelBlockComponent, typeof i6.DbxLinkifyComponent, typeof i7.DbxTextChipsComponent, typeof i8.DbxIconSpacerDirective], [typeof i9.CommonModule, typeof i10.MatChipsModule, typeof i11.MatTooltipModule, typeof i12.MatIconModule], [typeof i1.DbxUnitedStatesAddressComponent, typeof i2.DbxChipDirective, typeof i3.DbxDetailBlockComponent, typeof i4.DbxDetailBlockHeaderComponent, typeof i5.DbxLabelBlockComponent, typeof i6.DbxLinkifyComponent, typeof i7.DbxTextChipsComponent, typeof i8.DbxIconSpacerDirective]>;
|
|
25
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<DbxTextModule>;
|
|
26
18
|
}
|
|
@@ -8,12 +8,11 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class DbxActionLoadingContextDirective implements OnInit, OnDestroy {
|
|
10
10
|
readonly loadingComponent: DbxLoadingComponent;
|
|
11
|
-
readonly source: DbxActionContextStoreSourceInstance
|
|
11
|
+
readonly source: DbxActionContextStoreSourceInstance<any, any>;
|
|
12
12
|
private _context;
|
|
13
|
-
|
|
14
|
-
get context(): LoadingStateContextInstance<unknown, import("@dereekb/rxjs").LoadingState<unknown>>;
|
|
13
|
+
get context(): LoadingStateContextInstance<unknown, import("@dereekb/rxjs").LoadingState<any>>;
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
ngOnDestroy(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionLoadingContextDirective,
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionLoadingContextDirective, never>;
|
|
18
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionLoadingContextDirective, "[dbxActionLoadingContext]", never, {}, {}, never, never, false, never>;
|
|
19
18
|
}
|
|
@@ -31,7 +31,6 @@ export declare class DbxLoadingComponent implements OnDestroy {
|
|
|
31
31
|
* Whether or not to add padding to the linear presentation when linear is complete. This prevents the linear bar from pushing content around.
|
|
32
32
|
*/
|
|
33
33
|
padding?: Maybe<boolean>;
|
|
34
|
-
constructor(cdRef: ChangeDetectorRef);
|
|
35
34
|
ngOnDestroy(): void;
|
|
36
35
|
get context(): Maybe<LoadingContext>;
|
|
37
36
|
set context(context: Maybe<LoadingContext>);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { TemplateRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { AbstractDbxAnchorDirective, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
3
3
|
import { Maybe } from '@dereekb/util';
|
|
4
|
-
import { DbxRouterWebProviderConfig } from '../../provider/router.provider.config';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* Component that renders an anchor element depending on the input.
|
|
@@ -16,7 +15,6 @@ export declare class DbxAnchorComponent extends AbstractDbxAnchorDirective imple
|
|
|
16
15
|
readonly url$: import("rxjs").Observable<string | undefined>;
|
|
17
16
|
readonly target$: import("rxjs").Observable<string | undefined>;
|
|
18
17
|
readonly selectedClass$: import("rxjs").Observable<"" | "dbx-anchor-selected">;
|
|
19
|
-
constructor(dbNgxRouterWebProviderConfig: DbxRouterWebProviderConfig);
|
|
20
18
|
ngOnDestroy(): void;
|
|
21
19
|
get srefAnchorConfig(): DbxInjectionComponentConfig;
|
|
22
20
|
clickAnchor(event?: Maybe<MouseEvent>): void;
|
|
@@ -8,15 +8,14 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Component that displays an anchor and a span with the title.
|
|
9
9
|
*/
|
|
10
10
|
export declare class DbxAnchorContentComponent implements OnDestroy {
|
|
11
|
-
readonly parent
|
|
11
|
+
readonly parent: DbxAnchorComponent | null;
|
|
12
|
+
private readonly _inputAnchor;
|
|
12
13
|
private readonly _parentAnchor;
|
|
13
|
-
private _inputAnchor;
|
|
14
14
|
readonly anchor$: Observable<Maybe<Partial<ClickableAnchorLink>>>;
|
|
15
15
|
readonly icon$: Observable<Maybe<string>>;
|
|
16
16
|
readonly title$: Observable<string | undefined>;
|
|
17
17
|
set anchor(anchor: Maybe<Partial<ClickableAnchorLink>>);
|
|
18
|
-
constructor(parent?: DbxAnchorComponent | undefined);
|
|
19
18
|
ngOnDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorContentComponent,
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorContentComponent, never>;
|
|
21
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
21
|
}
|
|
@@ -11,7 +11,6 @@ export declare abstract class AbstractDbxSegueAnchorDirective {
|
|
|
11
11
|
readonly ref$: Observable<import("@dereekb/dbx-core").SegueRefRouterLink | undefined>;
|
|
12
12
|
readonly refParams$: Observable<import("@dereekb/dbx-core").SegueRefRawSegueParams | undefined>;
|
|
13
13
|
readonly refOptions$: Observable<object | undefined>;
|
|
14
|
-
constructor(parent: DbxAnchorComponent);
|
|
15
14
|
readonly template$: Observable<DbxInjectionTemplateConfig>;
|
|
16
15
|
get anchor(): import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").ClickableAnchor>;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSegueAnchorDirective, never>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ScreenMediaWidthType } from './../../../screen/screen';
|
|
3
|
-
import { DbxScreenMediaService } from '../../../screen/screen.service';
|
|
4
3
|
import { Maybe } from '@dereekb/util';
|
|
5
4
|
import { OnDestroy, ChangeDetectorRef, TrackByFunction } from '@angular/core';
|
|
6
|
-
import { ClickableAnchorLinkSegueRef,
|
|
5
|
+
import { ClickableAnchorLinkSegueRef, AbstractTransitionDirective, DbxButtonDisplayContent } from '@dereekb/dbx-core';
|
|
7
6
|
import { HorizontalConnectionPos } from '@angular/cdk/overlay';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
interface NavAnchorLink {
|
|
@@ -17,9 +16,9 @@ export type NavbarButtonMode = 'menu' | 'rotate';
|
|
|
17
16
|
* Component that displays a navbar.
|
|
18
17
|
*/
|
|
19
18
|
export declare class DbxNavbarComponent extends AbstractTransitionDirective implements OnDestroy {
|
|
20
|
-
private cdRef;
|
|
21
19
|
private readonly _dbxScreenMediaService;
|
|
22
20
|
private readonly _dbxRouterService;
|
|
21
|
+
readonly cdRef: ChangeDetectorRef;
|
|
23
22
|
/**
|
|
24
23
|
* Whether or not to show the dropwdown caret for a menu
|
|
25
24
|
*/
|
|
@@ -42,7 +41,6 @@ export declare class DbxNavbarComponent extends AbstractTransitionDirective impl
|
|
|
42
41
|
readonly buttonNavAnchor$: Observable<Maybe<NavAnchorLink>>;
|
|
43
42
|
readonly buttonDisplay$: Observable<DbxButtonDisplayContent>;
|
|
44
43
|
readonly trackByFunction: TrackByFunction<NavAnchorLink>;
|
|
45
|
-
constructor(dbxRouterTransitionService: DbxRouterTransitionService, cdRef: ChangeDetectorRef, _dbxScreenMediaService: DbxScreenMediaService, _dbxRouterService: DbxRouterService);
|
|
46
44
|
ngOnDestroy(): void;
|
|
47
45
|
set icon(icon: Maybe<string>);
|
|
48
46
|
set defaultIcon(defaultIcon: Maybe<string>);
|
|
@@ -11,7 +11,6 @@ export declare class DbxSidenavButtonComponent {
|
|
|
11
11
|
readonly mode$: import("rxjs").Observable<SideNavDisplayMode>;
|
|
12
12
|
readonly showMenuButton$: import("rxjs").Observable<boolean>;
|
|
13
13
|
private _sidenavMenuIcon;
|
|
14
|
-
constructor(parent: DbxSidenavComponent);
|
|
15
14
|
toggleNav(): void;
|
|
16
15
|
get sidenavMenuIcon(): Maybe<string>;
|
|
17
16
|
set sidenavMenuIcon(sidenavMenuIcon: Maybe<string>);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDrawerMode, MatSidenav } from '@angular/material/sidenav';
|
|
3
|
-
import {
|
|
4
|
-
import { AbstractTransitionWatcherDirective, DbxRouterTransitionService, ClickableAnchorLinkTree } from '@dereekb/dbx-core';
|
|
3
|
+
import { AbstractTransitionWatcherDirective, ClickableAnchorLinkTree } from '@dereekb/dbx-core';
|
|
5
4
|
import { Maybe } from '@dereekb/util';
|
|
6
5
|
import { Observable } from 'rxjs';
|
|
7
6
|
import { SideNavDisplayMode } from './sidenav';
|
|
@@ -25,7 +24,6 @@ export declare class DbxSidenavComponent extends AbstractTransitionWatcherDirect
|
|
|
25
24
|
readonly drawer$: Observable<MatDrawerMode>;
|
|
26
25
|
private _watcherSub;
|
|
27
26
|
private _stateSub;
|
|
28
|
-
constructor(dbxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone, _screenMediaService: DbxScreenMediaService);
|
|
29
27
|
ngOnInit(): void;
|
|
30
28
|
ngOnDestroy(): void;
|
|
31
29
|
protected updateForSuccessfulTransition(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnDestroy
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { AbstractIfDirective } from '@dereekb/dbx-core';
|
|
3
3
|
import { ArrayOrValue, Maybe } from '@dereekb/util';
|
|
4
4
|
import { DbxSidenavComponent } from './sidenav.component';
|
|
@@ -8,10 +8,9 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Structural directive that displays the content if the Sidenav has a specific sidenav size.
|
|
9
9
|
*/
|
|
10
10
|
export declare class DbxIfSidenavDisplayModeDirective extends AbstractIfDirective implements OnDestroy {
|
|
11
|
-
readonly dbxSidenavComponent: DbxSidenavComponent;
|
|
12
11
|
private _sidenavModes;
|
|
12
|
+
readonly dbxSidenavComponent: DbxSidenavComponent;
|
|
13
13
|
readonly show$: import("rxjs").Observable<boolean>;
|
|
14
|
-
constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef, dbxSidenavComponent: DbxSidenavComponent);
|
|
15
14
|
get modes(): Maybe<ArrayOrValue<SideNavDisplayMode | string>>;
|
|
16
15
|
set modes(modes: Maybe<ArrayOrValue<SideNavDisplayMode | string>>);
|
|
17
16
|
ngOnDestroy(): void;
|
|
@@ -14,7 +14,6 @@ export declare class DbxSidenavPageComponent implements OnDestroy {
|
|
|
14
14
|
color?: Maybe<DbxBarColor>;
|
|
15
15
|
private _mobileOnly;
|
|
16
16
|
readonly hidePagebar$: import("rxjs").Observable<boolean>;
|
|
17
|
-
constructor(parent: DbxSidenavComponent);
|
|
18
17
|
ngOnDestroy(): void;
|
|
19
18
|
get mobileOnly(): boolean;
|
|
20
19
|
set mobileOnly(mobileOnly: boolean);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Destroyable } from '@dereekb/util';
|
|
2
|
-
import { MediaMatcher } from '@angular/cdk/layout';
|
|
3
2
|
import { ObservableOrValue } from '@dereekb/rxjs';
|
|
4
3
|
import { Observable } from 'rxjs';
|
|
5
4
|
import { ScreenMediaWidthType, ScreenMediaHeightType } from './screen';
|
|
@@ -44,7 +43,7 @@ export declare class DbxScreenMediaService implements Destroyable {
|
|
|
44
43
|
private _updateHeight;
|
|
45
44
|
readonly widthType$: Observable<ScreenMediaWidthType>;
|
|
46
45
|
readonly heightType$: Observable<ScreenMediaHeightType>;
|
|
47
|
-
constructor(
|
|
46
|
+
constructor(config: DbxScreenMediaServiceConfig);
|
|
48
47
|
destroy(): void;
|
|
49
48
|
/**
|
|
50
49
|
* Returns an observable that detects whether or no the current width is greater or equal to the given breakpoint.
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
1
|
+
import { Injectable, inject } from '@angular/core';
|
|
2
2
|
import { SubscriptionObject } from '@dereekb/rxjs';
|
|
3
3
|
import { switchMap, tap, merge, Subject, throttleTime } from 'rxjs';
|
|
4
4
|
import { DbxMapboxMapStore } from './mapbox.store';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./mapbox.store";
|
|
7
6
|
/**
|
|
8
7
|
* Provided in the parent component that allows children to emit events related to their lifecycles.
|
|
9
8
|
*/
|
|
10
9
|
export class DbxMapboxChangeService {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.subscribe());
|
|
22
|
-
}
|
|
10
|
+
dbxMapboxMapStore = inject(DbxMapboxMapStore);
|
|
11
|
+
_markerDestroyed = new Subject();
|
|
12
|
+
_applyChanges = new Subject();
|
|
13
|
+
markerDestroyed$ = this._markerDestroyed;
|
|
14
|
+
applyChanges$ = merge(this._applyChanges, this.markerDestroyed$).pipe(throttleTime(100, undefined, { leading: false, trailing: true }));
|
|
15
|
+
_applyChangesSub = new SubscriptionObject(this.dbxMapboxMapStore.mapService$
|
|
16
|
+
.pipe(switchMap((mapService) => this.applyChanges$.pipe(tap(() => {
|
|
17
|
+
mapService.applyChanges();
|
|
18
|
+
}))))
|
|
19
|
+
.subscribe());
|
|
23
20
|
applyChanges() {
|
|
24
21
|
this._applyChanges.next();
|
|
25
22
|
}
|
|
@@ -31,13 +28,13 @@ export class DbxMapboxChangeService {
|
|
|
31
28
|
this._applyChanges.complete();
|
|
32
29
|
this._applyChangesSub.destroy();
|
|
33
30
|
}
|
|
34
|
-
static
|
|
35
|
-
static
|
|
31
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxChangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxChangeService, providedIn: null });
|
|
36
33
|
}
|
|
37
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxChangeService, decorators: [{
|
|
38
35
|
type: Injectable,
|
|
39
36
|
args: [{
|
|
40
37
|
providedIn: null
|
|
41
38
|
}]
|
|
42
|
-
}]
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LmNoYW5nZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9tYXBib3gvc3JjL2xpYi9tYXBib3guY2hhbmdlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBYSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25ELE9BQU8sRUFBRSxTQUFTLEVBQUUsR0FBRyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQUVuRDs7R0FFRztBQUlILE1BQU0sT0FBTyxzQkFBc0I7SUFDeEIsaUJBQWlCLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7SUFFL0MsZ0JBQWdCLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUN2QyxhQUFhLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUVuQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7SUFDekMsYUFBYSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxFQUFFLFNBQVMsRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztJQUV6SSxnQkFBZ0IsR0FBRyxJQUFJLGtCQUFrQixDQUMvQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVztTQUMvQixJQUFJLENBQ0gsU0FBUyxDQUFDLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FDdkIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQ3JCLEdBQUcsQ0FBQyxHQUFHLEVBQUU7UUFDUCxVQUFVLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDNUIsQ0FBQyxDQUFDLENBQ0gsQ0FDRixDQUNGO1NBQ0EsU0FBUyxFQUFFLENBQ2YsQ0FBQztJQUVGLFlBQVk7UUFDVixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxtQkFBbUI7UUFDakIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxhQUFhLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDOUIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ2xDLENBQUM7d0dBbkNVLHNCQUFzQjs0R0FBdEIsc0JBQXNCLGNBRnJCLElBQUk7OzRGQUVMLHNCQUFzQjtrQkFIbEMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBPbkRlc3Ryb3ksIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3Vic2NyaXB0aW9uT2JqZWN0IH0gZnJvbSAnQGRlcmVla2Ivcnhqcyc7XG5pbXBvcnQgeyBzd2l0Y2hNYXAsIHRhcCwgbWVyZ2UsIFN1YmplY3QsIHRocm90dGxlVGltZSB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgRGJ4TWFwYm94TWFwU3RvcmUgfSBmcm9tICcuL21hcGJveC5zdG9yZSc7XG5cbi8qKlxuICogUHJvdmlkZWQgaW4gdGhlIHBhcmVudCBjb21wb25lbnQgdGhhdCBhbGxvd3MgY2hpbGRyZW4gdG8gZW1pdCBldmVudHMgcmVsYXRlZCB0byB0aGVpciBsaWZlY3ljbGVzLlxuICovXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46IG51bGxcbn0pXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94Q2hhbmdlU2VydmljZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIHJlYWRvbmx5IGRieE1hcGJveE1hcFN0b3JlID0gaW5qZWN0KERieE1hcGJveE1hcFN0b3JlKTtcblxuICBwcml2YXRlIF9tYXJrZXJEZXN0cm95ZWQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuICBwcml2YXRlIF9hcHBseUNoYW5nZXMgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIHJlYWRvbmx5IG1hcmtlckRlc3Ryb3llZCQgPSB0aGlzLl9tYXJrZXJEZXN0cm95ZWQ7XG4gIHJlYWRvbmx5IGFwcGx5Q2hhbmdlcyQgPSBtZXJnZSh0aGlzLl9hcHBseUNoYW5nZXMsIHRoaXMubWFya2VyRGVzdHJveWVkJCkucGlwZSh0aHJvdHRsZVRpbWUoMTAwLCB1bmRlZmluZWQsIHsgbGVhZGluZzogZmFsc2UsIHRyYWlsaW5nOiB0cnVlIH0pKTtcblxuICBwcml2YXRlIF9hcHBseUNoYW5nZXNTdWIgPSBuZXcgU3Vic2NyaXB0aW9uT2JqZWN0KFxuICAgIHRoaXMuZGJ4TWFwYm94TWFwU3RvcmUubWFwU2VydmljZSRcbiAgICAgIC5waXBlKFxuICAgICAgICBzd2l0Y2hNYXAoKG1hcFNlcnZpY2UpID0+XG4gICAgICAgICAgdGhpcy5hcHBseUNoYW5nZXMkLnBpcGUoXG4gICAgICAgICAgICB0YXAoKCkgPT4ge1xuICAgICAgICAgICAgICBtYXBTZXJ2aWNlLmFwcGx5Q2hhbmdlcygpO1xuICAgICAgICAgICAgfSlcbiAgICAgICAgICApXG4gICAgICAgIClcbiAgICAgIClcbiAgICAgIC5zdWJzY3JpYmUoKVxuICApO1xuXG4gIGFwcGx5Q2hhbmdlcygpIHtcbiAgICB0aGlzLl9hcHBseUNoYW5nZXMubmV4dCgpO1xuICB9XG5cbiAgZW1pdE1hcmtlckRlc3Ryb3llZCgpIHtcbiAgICB0aGlzLl9tYXJrZXJEZXN0cm95ZWQubmV4dCgpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fbWFya2VyRGVzdHJveWVkLmNvbXBsZXRlKCk7XG4gICAgdGhpcy5fYXBwbHlDaGFuZ2VzLmNvbXBsZXRlKCk7XG4gICAgdGhpcy5fYXBwbHlDaGFuZ2VzU3ViLmRlc3Ryb3koKTtcbiAgfVxufVxuIl19
|
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { shareReplay } from 'rxjs';
|
|
2
|
-
import { ChangeDetectionStrategy, Component,
|
|
2
|
+
import { ChangeDetectionStrategy, Component, inject } from '@angular/core';
|
|
3
3
|
import { DbxMapboxInjectionStore } from './mapbox.injection.store';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "
|
|
6
|
-
import * as i2 from "@
|
|
7
|
-
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i1 from "@dereekb/dbx-core";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
8
7
|
/**
|
|
9
8
|
* Injects the components configured in the DbxMapboxInjectionStore into the view.
|
|
10
9
|
*/
|
|
11
10
|
export class DbxMapboxInjectionComponent {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxInjectionComponent, deps: [{ token: i1.DbxMapboxInjectionStore }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DbxMapboxInjectionComponent, selector: "dbx-mapbox-injection", ngImport: i0, template: `
|
|
11
|
+
dbxMapboxMapKeyInjectionStore = inject(DbxMapboxInjectionStore);
|
|
12
|
+
entries$ = this.dbxMapboxMapKeyInjectionStore.allInjectionConfigs$.pipe(shareReplay(1));
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxInjectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DbxMapboxInjectionComponent, selector: "dbx-mapbox-injection", ngImport: i0, template: `
|
|
19
15
|
<dbx-injection-array [entries]="entries$ | async"></dbx-injection-array>
|
|
20
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
16
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxInjectionArrayComponent, selector: "dbx-injection-array", inputs: ["entries"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
17
|
}
|
|
22
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxMapboxInjectionComponent, decorators: [{
|
|
23
19
|
type: Component,
|
|
@@ -28,5 +24,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
28
24
|
`,
|
|
29
25
|
changeDetection: ChangeDetectionStrategy.OnPush
|
|
30
26
|
}]
|
|
31
|
-
}]
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYm94LmluamVjdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL21hcGJveC9zcmMvbGliL21hcGJveC5pbmplY3Rpb24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBYyxXQUFXLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0UsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7QUFFbkU7O0dBRUc7QUFRSCxNQUFNLE9BQU8sMkJBQTJCO0lBQzdCLDZCQUE2QixHQUFHLE1BQU0sQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDO0lBRWhFLFFBQVEsR0FBeUMsSUFBSSxDQUFDLDZCQUE2QixDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQzt3R0FINUgsMkJBQTJCOzRGQUEzQiwyQkFBMkIsNERBTDVCOztHQUVUOzs0RkFHVSwyQkFBMkI7a0JBUHZDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsUUFBUSxFQUFFOztHQUVUO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE9ic2VydmFibGUsIHNoYXJlUmVwbGF5IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERieEluamVjdGlvbkFycmF5RW50cnkgfSBmcm9tICdAZGVyZWVrYi9kYngtY29yZSc7XG5pbXBvcnQgeyBEYnhNYXBib3hJbmplY3Rpb25TdG9yZSB9IGZyb20gJy4vbWFwYm94LmluamVjdGlvbi5zdG9yZSc7XG5cbi8qKlxuICogSW5qZWN0cyB0aGUgY29tcG9uZW50cyBjb25maWd1cmVkIGluIHRoZSBEYnhNYXBib3hJbmplY3Rpb25TdG9yZSBpbnRvIHRoZSB2aWV3LlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYngtbWFwYm94LWluamVjdGlvbicsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRieC1pbmplY3Rpb24tYXJyYXkgW2VudHJpZXNdPVwiZW50cmllcyQgfCBhc3luY1wiPjwvZGJ4LWluamVjdGlvbi1hcnJheT5cbiAgYCxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgRGJ4TWFwYm94SW5qZWN0aW9uQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgZGJ4TWFwYm94TWFwS2V5SW5qZWN0aW9uU3RvcmUgPSBpbmplY3QoRGJ4TWFwYm94SW5qZWN0aW9uU3RvcmUpO1xuXG4gIHJlYWRvbmx5IGVudHJpZXMkOiBPYnNlcnZhYmxlPERieEluamVjdGlvbkFycmF5RW50cnlbXT4gPSB0aGlzLmRieE1hcGJveE1hcEtleUluamVjdGlvblN0b3JlLmFsbEluamVjdGlvbkNvbmZpZ3MkLnBpcGUoc2hhcmVSZXBsYXkoMSkpO1xufVxuIl19
|