@dereekb/dbx-web 10.2.0 → 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
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
2
|
import { AbstractPromptConfirmDirective } from '../interaction/prompt/prompt.confirm.directive';
|
|
4
3
|
import { DbxPromptConfirmConfig } from '../interaction/prompt/prompt.confirm.component';
|
|
5
4
|
import { DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
|
|
@@ -24,10 +23,9 @@ export declare class DbxActionConfirmDirective<T = unknown, O = unknown> extends
|
|
|
24
23
|
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
25
24
|
config?: Maybe<DbxActionConfirmConfig<T>>;
|
|
26
25
|
private _sourceSubscription;
|
|
27
|
-
constructor(source: DbxActionContextStoreSourceInstance<T, O>, dialog: MatDialog);
|
|
28
26
|
ngOnInit(): void;
|
|
29
27
|
ngOnDestroy(): void;
|
|
30
28
|
protected _handleDialogResult(result: boolean): boolean;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionConfirmDirective<any, any>,
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionConfirmDirective<any, any>, never>;
|
|
32
30
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionConfirmDirective<any, any>, "[dbxActionConfirm]", never, { "config": { "alias": "dbxActionConfirm"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
31
|
}
|
|
@@ -9,9 +9,8 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class DbxActionKeyTriggerDirective<T = unknown, O = unknown> {
|
|
10
10
|
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
11
11
|
inputKey: Maybe<string>;
|
|
12
|
-
constructor(source: DbxActionContextStoreSourceInstance<T, O>);
|
|
13
12
|
get key(): string;
|
|
14
13
|
onKeyupHandler(event: KeyboardEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionKeyTriggerDirective<any, any>,
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionKeyTriggerDirective<any, any>, never>;
|
|
16
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionKeyTriggerDirective<any, any>, "[dbxActionKeyTrigger]", never, { "inputKey": { "alias": "dbxActionKeyTrigger"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
16
|
}
|
|
@@ -10,10 +10,10 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Component for a snackbar that contains an action.
|
|
11
11
|
*/
|
|
12
12
|
export declare class DbxActionSnackbarComponent extends AbstractSubscriptionDirective implements OnInit, AfterViewInit, OnDestroy {
|
|
13
|
-
readonly snackbarRef: MatSnackBarRef<
|
|
14
|
-
readonly data: DbxActionSnackbarDisplayConfig
|
|
15
|
-
private _durationTimeout;
|
|
16
|
-
private _actionRef;
|
|
13
|
+
readonly snackbarRef: MatSnackBarRef<any>;
|
|
14
|
+
readonly data: DbxActionSnackbarDisplayConfig<unknown, unknown>;
|
|
15
|
+
private readonly _durationTimeout;
|
|
16
|
+
private readonly _actionRef;
|
|
17
17
|
readonly value$: Observable<number>;
|
|
18
18
|
readonly sourceInstance$: Observable<import("@dereekb/dbx-core").DbxActionContextStoreSourceInstance<unknown, unknown>>;
|
|
19
19
|
readonly complete$: Observable<boolean>;
|
|
@@ -24,7 +24,6 @@ export declare class DbxActionSnackbarComponent extends AbstractSubscriptionDire
|
|
|
24
24
|
get hasAction(): boolean;
|
|
25
25
|
get message(): Maybe<string>;
|
|
26
26
|
get actionConfig(): Maybe<DbxActionSnackbarActionConfig>;
|
|
27
|
-
constructor(snackbarRef: MatSnackBarRef<DbxActionSnackbarComponent>, data: DbxActionSnackbarDisplayConfig);
|
|
28
27
|
ngOnInit(): void;
|
|
29
28
|
ngOnDestroy(): void;
|
|
30
29
|
ngAfterViewInit(): void;
|
|
@@ -10,16 +10,15 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class DbxActionSnackbarDirective<T = unknown, O = unknown> extends AbstractSubscriptionDirective implements OnInit {
|
|
12
12
|
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
13
|
-
readonly dbxActionSnackbarService: DbxActionSnackbarService
|
|
13
|
+
readonly dbxActionSnackbarService: DbxActionSnackbarService<any>;
|
|
14
14
|
private _snackbarFunction?;
|
|
15
15
|
get snackbarFunction(): Maybe<DbxActionSnackbarDisplayConfigGeneratorFunction>;
|
|
16
16
|
set snackbarFunction(snackbarFunction: Maybe<'' | DbxActionSnackbarDisplayConfigGeneratorFunction>);
|
|
17
17
|
dbxActionSnackbarDefault?: Maybe<DbxActionSnackbarType>;
|
|
18
18
|
dbxActionSnackbarUndo?: DbxActionSnackbarGeneratorUndoInput<T, O>;
|
|
19
|
-
constructor(source: DbxActionContextStoreSourceInstance<T, O>, dbxActionSnackbarService: DbxActionSnackbarService);
|
|
20
19
|
ngOnInit(): void;
|
|
21
20
|
protected buildConfigurationForEvent(event: DbxActionSnackbarEvent<O>): Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
|
|
22
21
|
protected showSnackbarForConfiguration(config: DbxActionSnackbarDisplayConfig<T, O>, event: DbxActionSnackbarEvent<O>): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarDirective<any, any>,
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarDirective<any, any>, never>;
|
|
24
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSnackbarDirective<any, any>, "[dbxActionSnackbar]", never, { "snackbarFunction": { "alias": "dbxActionSnackbar"; "required": false; }; "dbxActionSnackbarDefault": { "alias": "dbxActionSnackbarDefault"; "required": false; }; "dbxActionSnackbarUndo": { "alias": "dbxActionSnackbarUndo"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
24
|
}
|
|
@@ -25,7 +25,6 @@ export declare class DbxActionSnackbarService<C = DbxActionSnackbarComponent> {
|
|
|
25
25
|
readonly config: DbxActionSnackbarServiceConfig<C>;
|
|
26
26
|
get componentClass(): Type<C>;
|
|
27
27
|
get eventTypeConfigs(): DbxActionSnackbarEventMakeConfig;
|
|
28
|
-
constructor(matSnackBar: MatSnackBar, inputConfig: Partial<DbxActionSnackbarServiceConfig<C>>);
|
|
29
28
|
/**
|
|
30
29
|
* Opens a new snackbar given the input configuration.
|
|
31
30
|
*
|
|
@@ -34,6 +33,6 @@ export declare class DbxActionSnackbarService<C = DbxActionSnackbarComponent> {
|
|
|
34
33
|
*/
|
|
35
34
|
openSnackbar<T = unknown, O = unknown>(config: DbxActionSnackbarDisplayConfig<T, O>): MatSnackBarRef<C>;
|
|
36
35
|
generateDisplayConfig<T = unknown, O = unknown>(type: Maybe<DbxActionSnackbarType>, input: DbxActionSnackbarGeneratorInput<T, O>): Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarService<any>,
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarService<any>, never>;
|
|
38
37
|
static ɵprov: i0.ɵɵInjectableDeclaration<DbxActionSnackbarService<any>>;
|
|
39
38
|
}
|
|
@@ -21,14 +21,13 @@ export type DbxActionTransitionSafetyType = 'none' | 'dialog' | 'auto';
|
|
|
21
21
|
* NOTE: This dialog only works for uirouter.
|
|
22
22
|
*/
|
|
23
23
|
export declare class DbxActionTransitionSafetyDirective<T, O> implements OnInit, OnDestroy {
|
|
24
|
-
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
25
24
|
protected readonly transitionService: TransitionService;
|
|
26
25
|
protected readonly viewContainerRef: ViewContainerRef;
|
|
27
26
|
protected readonly dialog: MatDialog;
|
|
27
|
+
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
28
28
|
inputSafetyType?: DbxActionTransitionSafetyType;
|
|
29
29
|
private _dialogRef?;
|
|
30
30
|
private stopWatchingTransition?;
|
|
31
|
-
constructor(source: DbxActionContextStoreSourceInstance<T, O>, transitionService: TransitionService, viewContainerRef: ViewContainerRef, dialog: MatDialog);
|
|
32
31
|
get safetyType(): DbxActionTransitionSafetyType;
|
|
33
32
|
private get _destroyed();
|
|
34
33
|
ngOnInit(): void;
|
|
@@ -2,21 +2,20 @@ import { ChangeDetectorRef, OnDestroy, OnInit, EventEmitter } from '@angular/cor
|
|
|
2
2
|
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
3
3
|
import { CssClass, Maybe } from '@dereekb/util';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
import {
|
|
5
|
+
import { DbxProgressButtonOptions } from './button.progress.config';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare abstract class AbstractProgressButtonDirective extends AbstractSubscriptionDirective implements OnInit, OnDestroy {
|
|
8
|
-
private globalConfig;
|
|
9
8
|
readonly cdRef: ChangeDetectorRef;
|
|
9
|
+
private readonly globalConfig;
|
|
10
10
|
private _computedOptions;
|
|
11
|
-
private _working;
|
|
12
|
-
private _disabled;
|
|
13
|
-
private _buttonId;
|
|
14
|
-
private _options;
|
|
11
|
+
private readonly _working;
|
|
12
|
+
private readonly _disabled;
|
|
13
|
+
private readonly _buttonId;
|
|
14
|
+
private readonly _options;
|
|
15
15
|
readonly globalOptions$: Observable<Maybe<DbxProgressButtonOptions>>;
|
|
16
16
|
readonly options$: Observable<DbxProgressButtonOptions>;
|
|
17
17
|
readonly baseCssClasses$: Observable<[DbxProgressButtonOptions, CssClass[]]>;
|
|
18
18
|
readonly btnClick: EventEmitter<MouseEvent>;
|
|
19
|
-
constructor(globalConfig: DbxProgressButtonGlobalConfig, cdRef: ChangeDetectorRef);
|
|
20
19
|
ngOnInit(): void;
|
|
21
20
|
ngOnDestroy(): void;
|
|
22
21
|
handleClick(event: MouseEvent): void;
|
|
@@ -28,6 +27,6 @@ export declare abstract class AbstractProgressButtonDirective extends AbstractSu
|
|
|
28
27
|
set buttonId(buttonId: string);
|
|
29
28
|
set working(working: boolean);
|
|
30
29
|
set disabled(disabled: boolean);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractProgressButtonDirective,
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractProgressButtonDirective, never>;
|
|
32
31
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractProgressButtonDirective, never, never, { "options": { "alias": "options"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "working": { "alias": "working"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "btnClick": "btnClick"; }, never, never, false, never>;
|
|
33
32
|
}
|
|
@@ -7,9 +7,8 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class DbxActionErrorDirective extends AbstractSubscriptionDirective implements OnInit {
|
|
9
9
|
readonly error: DbxReadableErrorComponent;
|
|
10
|
-
readonly source: DbxActionContextStoreSourceInstance
|
|
11
|
-
constructor(error: DbxReadableErrorComponent, source: DbxActionContextStoreSourceInstance);
|
|
10
|
+
readonly source: DbxActionContextStoreSourceInstance<any, any>;
|
|
12
11
|
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionErrorDirective,
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionErrorDirective, never>;
|
|
14
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionErrorDirective, "[dbxActionError]", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -24,10 +24,9 @@ export declare class DbxReadableErrorComponent extends AbstractSubscriptionDirec
|
|
|
24
24
|
readonly cdRef: ChangeDetectorRef;
|
|
25
25
|
readonly popoverOpen: EventEmitter<NgPopoverRef<any, any>>;
|
|
26
26
|
private _state;
|
|
27
|
-
private _iconOnly;
|
|
28
|
-
private _inputError;
|
|
27
|
+
private readonly _iconOnly;
|
|
28
|
+
private readonly _inputError;
|
|
29
29
|
readonly state$: import("rxjs").Observable<DbxReadableErrorComponentState>;
|
|
30
|
-
constructor(popoverService: DbxPopoverService, dbxErrorWidgetService: DbxErrorWidgetService, cdRef: ChangeDetectorRef);
|
|
31
30
|
ngOnInit(): void;
|
|
32
31
|
protected get viewType(): DbxReadableErrorComponentViewType;
|
|
33
32
|
protected get isDefaultError(): Maybe<boolean>;
|
|
@@ -9,11 +9,10 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class DbxLoadingErrorDirective extends AbstractSubscriptionDirective {
|
|
11
11
|
readonly error: DbxReadableErrorComponent;
|
|
12
|
-
constructor(error: DbxReadableErrorComponent);
|
|
13
12
|
/**
|
|
14
13
|
* Sets a LoadingContext that is watched for the loading state.
|
|
15
14
|
*/
|
|
16
15
|
set context(context: LoadingContext);
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingErrorDirective,
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingErrorDirective, never>;
|
|
18
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxLoadingErrorDirective, "[dbxLoadingError]", never, { "context": { "alias": "dbxLoadingError"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
18
|
}
|
|
@@ -9,9 +9,8 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class DbxActionSnackbarErrorDirective extends AbstractSubscriptionDirective implements OnInit {
|
|
11
11
|
readonly dbxErrorSnackbarService: DbxErrorSnackbarService;
|
|
12
|
-
readonly source: DbxActionContextStoreSourceInstance
|
|
12
|
+
readonly source: DbxActionContextStoreSourceInstance<any, any>;
|
|
13
13
|
config?: Maybe<DbxErrorSnackbarConfig> | Milliseconds | '';
|
|
14
|
-
constructor(dbxErrorSnackbarService: DbxErrorSnackbarService, source: DbxActionContextStoreSourceInstance);
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionSnackbarErrorDirective, never>;
|
|
17
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionSnackbarErrorDirective, "[dbxActionSnackbarError]", never, { "config": { "alias": "dbxActionSnackbarError"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -20,8 +20,8 @@ export interface DbxErrorSnackbarData<T extends ErrorInput = ErrorInput> {
|
|
|
20
20
|
* A snackbar orientation for an error.
|
|
21
21
|
*/
|
|
22
22
|
export declare class DbxErrorSnackbarComponent implements OnDestroy {
|
|
23
|
-
readonly snackBarRef: MatSnackBarRef<
|
|
24
|
-
readonly data: DbxErrorSnackbarData
|
|
23
|
+
readonly snackBarRef: MatSnackBarRef<any>;
|
|
24
|
+
readonly data: DbxErrorSnackbarData<ErrorInput>;
|
|
25
25
|
private _allowAutoDismiss;
|
|
26
26
|
private _popoverOpen;
|
|
27
27
|
private _autoDismissTimer;
|
|
@@ -29,7 +29,6 @@ export declare class DbxErrorSnackbarComponent implements OnDestroy {
|
|
|
29
29
|
private _popoverSyncSub;
|
|
30
30
|
private _autoDismissSub;
|
|
31
31
|
get error(): ErrorInput;
|
|
32
|
-
constructor(snackBarRef: MatSnackBarRef<DbxErrorSnackbarComponent>, data: DbxErrorSnackbarData);
|
|
33
32
|
ngOnInit(): void;
|
|
34
33
|
ngOnDestroy(): void;
|
|
35
34
|
static showErrorSnackbar(matSnackbar: MatSnackBar, error: ErrorInput, config?: DbxErrorSnackbarConfig): void;
|
|
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
export declare class DbxErrorSnackbarService {
|
|
9
9
|
readonly matSnackbar: MatSnackBar;
|
|
10
10
|
private _defaultConfig;
|
|
11
|
-
constructor(matSnackbar: MatSnackBar);
|
|
12
11
|
get defaultConfig(): DbxErrorSnackbarConfig;
|
|
13
12
|
setDefaultConfig(defaultConfig: DbxErrorSnackbarConfig): void;
|
|
14
13
|
showSnackbarError(error: ErrorInput, inputConfig?: Maybe<DbxErrorSnackbarConfig>): void;
|
|
@@ -11,7 +11,6 @@ export declare class DbxErrorWidgetViewComponent implements OnDestroy {
|
|
|
11
11
|
readonly dbxErrorWidgetService: DbxErrorWidgetService;
|
|
12
12
|
private _errorWithCode;
|
|
13
13
|
readonly config$: Observable<Maybe<DbxInjectionComponentConfig>>;
|
|
14
|
-
constructor(dbxErrorWidgetService: DbxErrorWidgetService);
|
|
15
14
|
ngOnDestroy(): void;
|
|
16
15
|
set error(error: Maybe<ReadableError>);
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxErrorWidgetViewComponent, never>;
|
|
@@ -4,7 +4,6 @@ export declare abstract class AbstractDbxErrorWidgetComponent<T extends Readable
|
|
|
4
4
|
readonly data: ReadableErrorWithCode<T>;
|
|
5
5
|
get code(): string;
|
|
6
6
|
get message(): import("@dereekb/util").Maybe<string>;
|
|
7
|
-
constructor(data: ReadableErrorWithCode<T>);
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxErrorWidgetComponent<any>, never>;
|
|
9
8
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxErrorWidgetComponent<any>, never, never, {}, {}, never, never, false, never>;
|
|
10
9
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
2
|
import { WorkUsingObservable, LoadingState } from '@dereekb/rxjs';
|
|
4
3
|
import { Maybe } from '@dereekb/util';
|
|
5
4
|
import { Observable } from 'rxjs';
|
|
6
|
-
import { Clipboard } from '@angular/cdk/clipboard';
|
|
7
5
|
import { DownloadTextContent } from './download.text';
|
|
8
|
-
import {
|
|
6
|
+
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
9
7
|
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
9
|
/**
|
|
@@ -19,9 +17,9 @@ export declare class DbxDownloadTextViewComponent extends AbstractSubscriptionDi
|
|
|
19
17
|
linear?: Maybe<boolean>;
|
|
20
18
|
showTitle: boolean;
|
|
21
19
|
showPreview: boolean;
|
|
22
|
-
private _downloadButton;
|
|
20
|
+
private readonly _downloadButton;
|
|
23
21
|
readonly downloadButton$: Observable<Maybe<ElementRef<any>>>;
|
|
24
|
-
private _contentLoadingState;
|
|
22
|
+
private readonly _contentLoadingState;
|
|
25
23
|
readonly contentLoadingState$: Observable<LoadingState<DownloadTextContent>>;
|
|
26
24
|
readonly content$: Observable<Maybe<DownloadTextContent>>;
|
|
27
25
|
readonly contentData$: Observable<string | undefined>;
|
|
@@ -29,7 +27,6 @@ export declare class DbxDownloadTextViewComponent extends AbstractSubscriptionDi
|
|
|
29
27
|
readonly fileName$: Observable<string>;
|
|
30
28
|
readonly fileUrl$: Observable<Maybe<SafeResourceUrl>>;
|
|
31
29
|
readonly downloadReady$: Observable<boolean>;
|
|
32
|
-
constructor(_clipboard: Clipboard, _matSnackbar: MatSnackBar, _sanitizer: DomSanitizer);
|
|
33
30
|
set content(content: Maybe<DownloadTextContent>);
|
|
34
31
|
set contentState(contentState: Maybe<LoadingState<DownloadTextContent>>);
|
|
35
32
|
set downloadButton(downloadButton: ElementRef);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { SimpleStorageAccessorFactory } from '@dereekb/dbx-core';
|
|
3
|
-
import {
|
|
2
|
+
import { SimpleStorageAccessorFactory, StorageAccessor } from '@dereekb/dbx-core';
|
|
3
|
+
import { DbxModelViewTrackerEventSet } from './model.tracker';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
import * as i2 from "../../layout/list/list.layout.module";
|
|
7
7
|
import * as i3 from "@dereekb/dbx-core";
|
|
8
8
|
import * as i4 from "@ngrx/effects";
|
|
9
9
|
import * as i5 from "@ngrx/store";
|
|
10
|
-
export declare function
|
|
10
|
+
export declare function appObjectViewTrackerStorageAccessorFactory(storageAccessorFactory: SimpleStorageAccessorFactory): StorageAccessor<DbxModelViewTrackerEventSet>;
|
|
11
11
|
/**
|
|
12
12
|
* Contains components related to displaying content related to models identified only by their model key.
|
|
13
13
|
*/
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { Store } from '@ngrx/store';
|
|
2
2
|
import { DbxModelObjectViewedParams } from './state/actions/model.actions';
|
|
3
|
-
import { DbxModelFullState } from './state/state';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class DbxModelObjectStateService {
|
|
6
|
-
readonly store: Store<
|
|
7
|
-
constructor(store: Store<DbxModelFullState>);
|
|
5
|
+
readonly store: Store<any>;
|
|
8
6
|
/**
|
|
9
7
|
* Emit a model viewed event.
|
|
10
8
|
*/
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { Maybe, ModelKeyTypeNamePair } from '@dereekb/util';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { DbxModelViewTrackerEvent, DbxModelViewTrackerEventSet } from './model.tracker';
|
|
4
|
-
import { DbxModelViewTrackerStorage } from './model.tracker.view.storage';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* Service used for tracking/logging different kinds of events on objects.
|
|
8
7
|
*/
|
|
9
8
|
export declare class DbxModelTrackerService {
|
|
10
|
-
private readonly
|
|
9
|
+
private readonly _viewTrackerStorage;
|
|
11
10
|
private _defaultFolder;
|
|
12
11
|
readonly newEvent$: Observable<DbxModelViewTrackerEvent>;
|
|
13
|
-
constructor(viewTrackerStorage: DbxModelViewTrackerStorage);
|
|
14
12
|
get defaultFolder(): Maybe<string>;
|
|
15
13
|
set defaultFolder(folder: Maybe<string>);
|
|
16
14
|
trackViewedObject(modelKeyTypeNamePair: ModelKeyTypeNamePair, context?: string, folder?: Maybe<string>): void;
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
+
import { InjectionToken, OnDestroy } from '@angular/core';
|
|
1
2
|
import { StorageAccessor } from '@dereekb/dbx-core';
|
|
2
3
|
import { Maybe } from '@dereekb/util';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
4
5
|
import { DbxModelViewTrackerEventSet, DbxModelViewTrackerEvent } from './model.tracker';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN: InjectionToken<unknown>;
|
|
6
8
|
/**
|
|
7
9
|
* Used for managing DbxModelViewTrackerEvent storage.
|
|
8
10
|
*/
|
|
9
|
-
export declare class DbxModelViewTrackerStorage {
|
|
10
|
-
readonly storageAccessor: StorageAccessor<DbxModelViewTrackerEventSet>;
|
|
11
|
+
export declare class DbxModelViewTrackerStorage implements OnDestroy {
|
|
11
12
|
static readonly OBJECT_VIEW_TRACKER_STORAGE_LIST_KEY = "dbxModelViewTrackerEvents";
|
|
12
13
|
static readonly DEFAULT_MAX_EVENTS = 100;
|
|
14
|
+
readonly storageAccessor: StorageAccessor<DbxModelViewTrackerEventSet>;
|
|
13
15
|
private _newEvent;
|
|
14
16
|
readonly newEvent$: Observable<DbxModelViewTrackerEvent>;
|
|
15
|
-
|
|
17
|
+
ngOnDestroy(): void;
|
|
16
18
|
protected get storageKey(): string;
|
|
17
19
|
protected get maxEventsToKeep(): number;
|
|
18
20
|
addTrackerEvent(event: DbxModelViewTrackerEvent): Observable<void>;
|
|
@@ -17,10 +17,9 @@ export interface DbxModelIconsMap {
|
|
|
17
17
|
readonly [type: string]: string;
|
|
18
18
|
}
|
|
19
19
|
export declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo> {
|
|
20
|
-
readonly injector: Injector;
|
|
21
|
-
private _configs;
|
|
22
20
|
static readonly DEFAULT_ICON = "help_outline";
|
|
23
|
-
|
|
21
|
+
readonly injector: Injector;
|
|
22
|
+
private readonly _configs;
|
|
24
23
|
addTypeConfigs(configs: ArrayOrValue<DbxModelTypeConfiguration>): void;
|
|
25
24
|
addTypeConfigsMap(configs: DbxModelTypeConfigurationMap): void;
|
|
26
25
|
readonly typesMap$: Observable<DbxModelTypesMap<I>>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { Actions } from '@ngrx/effects';
|
|
2
|
-
import { DbxModelTrackerService } from '../../model.tracker.service';
|
|
3
1
|
import { onDbxModel } from '..';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
/**
|
|
@@ -8,7 +6,6 @@ import * as i0 from "@angular/core";
|
|
|
8
6
|
export declare class DbxModelTrackerEffects {
|
|
9
7
|
private readonly actions$;
|
|
10
8
|
private readonly dbxModelTrackerService;
|
|
11
|
-
constructor(actions$: Actions, dbxModelTrackerService: DbxModelTrackerService);
|
|
12
9
|
readonly trackModelViewed$: import("rxjs").Observable<onDbxModel.DbxModelStateModelActions.DbxModelObjectViewedParams & import("@ngrx/store/src/models").TypedAction<"[App/Model/Type] Object Viewed">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
13
10
|
readonly changeTrackerFolderToMatchAuth$: import("rxjs").Observable<string> & import("@ngrx/effects").CreateEffectMetadata;
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxModelTrackerEffects, never>;
|
|
@@ -8,8 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
export declare class DbxStructureDirective {
|
|
9
9
|
readonly cdRef: ChangeDetectorRef;
|
|
10
10
|
readonly injector: Injector;
|
|
11
|
-
readonly element: ElementRef
|
|
12
|
-
constructor(cdRef: ChangeDetectorRef, injector: Injector, element: ElementRef);
|
|
11
|
+
readonly element: ElementRef<any>;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStructureDirective, never>;
|
|
14
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStructureDirective, "[dbxStructure]", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -12,7 +12,6 @@ export declare class DbxWidgetViewComponent implements OnDestroy {
|
|
|
12
12
|
readonly dbxWidgetService: DbxWidgetService;
|
|
13
13
|
private _config;
|
|
14
14
|
readonly config$: Observable<Maybe<DbxInjectionComponentConfig>>;
|
|
15
|
-
constructor(dbxWidgetService: DbxWidgetService);
|
|
16
15
|
ngOnDestroy(): void;
|
|
17
16
|
set config(config: Maybe<DbxWidgetDataPair>);
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetViewComponent, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare abstract class AbstractDbxWidgetComponent<T> {
|
|
3
3
|
readonly data: T;
|
|
4
|
-
constructor(data: T);
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxWidgetComponent<any>, never>;
|
|
6
5
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxWidgetComponent<any>, never, never, {}, {}, never, never, false, never>;
|
|
7
6
|
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { NgZone } from '@angular/core';
|
|
2
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { AbstractTransitionWatcherDirective
|
|
2
|
+
import { AbstractTransitionWatcherDirective } from '@dereekb/dbx-core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* Abstract dialog component that closes when a transition is successful.
|
|
7
6
|
*/
|
|
8
7
|
export declare abstract class AbstractDialogDirective<R = unknown, D = unknown, T = unknown> extends AbstractTransitionWatcherDirective {
|
|
9
8
|
readonly data: D;
|
|
10
|
-
readonly dialogRef: MatDialogRef<
|
|
11
|
-
constructor(data: D, dialogRef: MatDialogRef<T, R>, dbxRouterTransitionService: DbxRouterTransitionService, ngZone: NgZone);
|
|
9
|
+
readonly dialogRef: MatDialogRef<any, any>;
|
|
12
10
|
protected updateForSuccessfulTransition(): void;
|
|
13
11
|
returnValue(value?: R): void;
|
|
14
12
|
close(value?: R): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDialogDirective<any, any, any>,
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDialogDirective<any, any, any>, never>;
|
|
16
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDialogDirective<any, any, any>, never, never, {}, {}, never, never, false, never>;
|
|
17
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { AbstractDbxActionValueOnTriggerDirective } from '@dereekb/dbx-core';
|
|
4
4
|
import { IsModifiedFunction } from '@dereekb/rxjs';
|
|
5
5
|
import { Maybe } from '@dereekb/util';
|
|
6
6
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
@@ -10,10 +10,10 @@ export type DbxActionDialogFunction<T = unknown> = () => MatDialogRef<unknown, M
|
|
|
10
10
|
* Action directive that is used to trigger/display a dialog, then watches that dialog for a value.
|
|
11
11
|
*/
|
|
12
12
|
export declare class DbxActionDialogDirective<T = unknown> extends AbstractDbxActionValueOnTriggerDirective<T> implements OnInit, OnDestroy {
|
|
13
|
-
readonly elementRef: ElementRef
|
|
13
|
+
readonly elementRef: ElementRef<any>;
|
|
14
14
|
fn?: DbxActionDialogFunction<T>;
|
|
15
15
|
set dbxActionDialogModified(isModifiedFunction: Maybe<IsModifiedFunction>);
|
|
16
|
-
constructor(
|
|
16
|
+
constructor();
|
|
17
17
|
protected _getDataFromDialog(): Observable<Maybe<T>>;
|
|
18
18
|
protected _makeDialogRef(): MatDialogRef<unknown, Maybe<T>>;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDialogDirective<any>, never>;
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
* Displays a button and menu for filtering partialPresets.
|
|
8
8
|
*/
|
|
9
9
|
export declare abstract class AbstractDbxPartialPresetFilterMenuDirective<F> implements OnDestroy {
|
|
10
|
-
readonly filterSourceDirective: FilterSourceDirective<
|
|
10
|
+
readonly filterSourceDirective: FilterSourceDirective<any>;
|
|
11
11
|
private _partialPresets;
|
|
12
12
|
readonly filter$: Observable<Maybe<F>>;
|
|
13
13
|
readonly selectedPartialPresets$: Observable<ClickablePartialFilterPreset<F>[]>;
|
|
@@ -15,7 +15,6 @@ export declare abstract class AbstractDbxPartialPresetFilterMenuDirective<F> imp
|
|
|
15
15
|
readonly presetAnchors$: Observable<ClickableAnchorLink[]>;
|
|
16
16
|
get partialPresets(): ClickablePartialFilterPreset<F>[];
|
|
17
17
|
set partialPresets(partialPresets: ClickablePartialFilterPreset<F>[]);
|
|
18
|
-
constructor(filterSourceDirective: FilterSourceDirective<F>);
|
|
19
18
|
selectPartialPreset(preset: ClickablePartialFilterPreset<F>): void;
|
|
20
19
|
ngOnDestroy(): void;
|
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxPartialPresetFilterMenuDirective<any>, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
3
|
-
import { DbxPopoverService } from '../popover/popover.service';
|
|
4
3
|
import { DbxFilterComponentParams } from './filter.popover.component';
|
|
5
4
|
import { AbstractPopoverRefDirective } from '../popover/abstract.popover.ref.directive';
|
|
6
5
|
import { FilterSource, PresetFilterSource } from '@dereekb/rxjs';
|
|
@@ -11,7 +10,6 @@ export type DbxFilterButtonConfigWithPresetFilter<F extends object, PF extends P
|
|
|
11
10
|
export declare abstract class AbstractFilterPopoverButtonDirective<F extends object> extends AbstractPopoverRefDirective<unknown, unknown> {
|
|
12
11
|
private readonly popupService;
|
|
13
12
|
config?: DbxFilterComponentParams<F, any, any, any>;
|
|
14
|
-
constructor(popupService: DbxPopoverService);
|
|
15
13
|
protected _makePopoverRef(origin?: ElementRef): NgPopoverRef<unknown, unknown>;
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFilterPopoverButtonDirective<any>, never>;
|
|
17
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFilterPopoverButtonDirective<any>, never, never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -3,7 +3,6 @@ import { ElementRef, Type, OnInit, OnDestroy } from '@angular/core';
|
|
|
3
3
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { AbstractPopoverDirective } from '../popover/abstract.popover.directive';
|
|
6
|
-
import { DbxPopoverComponent } from '../popover/popover.component';
|
|
7
6
|
import { DbxPopoverConfigSizing, DbxPopoverService } from '../popover/popover.service';
|
|
8
7
|
import { FilterSource, FilterSourceConnector, PresetFilterSource } from '@dereekb/rxjs';
|
|
9
8
|
import { DbxPopoverKey } from '../popover/popover';
|
|
@@ -85,7 +84,6 @@ export declare class DbxFilterPopoverComponent<F extends object> extends Abstrac
|
|
|
85
84
|
readonly showPreset$: Observable<boolean>;
|
|
86
85
|
readonly config$: Observable<DbxInjectionComponentConfig<FilterSource<F>>>;
|
|
87
86
|
static openPopover<F extends object>(popupService: DbxPopoverService, { width, height, isResizable, origin, header, icon, customFilterComponentClass, presetFilterComponentClass, customFilterComponentConfig, presetFilterComponentConfig, connector, initialFilterObs, closeOnFilterChange, customizeButtonText, showCloseButton, closeButtonText }: DbxFilterPopoverComponentParams<F>, popoverKey?: DbxPopoverKey): NgPopoverRef;
|
|
88
|
-
constructor(popover: DbxPopoverComponent<unknown, DbxFilterComponentParams<F>>);
|
|
89
87
|
get config(): DbxFilterComponentParams<F>;
|
|
90
88
|
get icon(): string;
|
|
91
89
|
get header(): string;
|
|
@@ -7,9 +7,9 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Displays a button and menu for filtering presets.
|
|
9
9
|
*/
|
|
10
|
-
export declare abstract class
|
|
11
|
-
readonly filterSourceDirective: FilterSourceDirective<
|
|
12
|
-
presetSelected: EventEmitter<ClickableFilterPresetOrPartialPreset<F>>;
|
|
10
|
+
export declare abstract class AbstractDbxPresetFilterMenuDirective<F extends FilterWithPreset> implements OnDestroy {
|
|
11
|
+
readonly filterSourceDirective: FilterSourceDirective<any>;
|
|
12
|
+
readonly presetSelected: EventEmitter<ClickableFilterPresetOrPartialPreset<F>>;
|
|
13
13
|
private _presets;
|
|
14
14
|
readonly selected$: Observable<Maybe<F>>;
|
|
15
15
|
readonly presetsWithPresetStringOnly$: Observable<ClickableFilterPreset<F>[]>;
|
|
@@ -20,9 +20,8 @@ export declare abstract class AbstractDbxPresetFilterMenuComponent<F extends Fil
|
|
|
20
20
|
readonly selectedPreset$: Observable<Maybe<ClickableFilterPreset<F>>>;
|
|
21
21
|
get presets(): ClickableFilterPresetOrPartialPreset<F>[];
|
|
22
22
|
set presets(presets: ClickableFilterPresetOrPartialPreset<F>[]);
|
|
23
|
-
constructor(filterSourceDirective: FilterSourceDirective<F>);
|
|
24
23
|
selectPreset(preset: ClickableFilterPresetOrPartialPreset<F>): void;
|
|
25
24
|
ngOnDestroy(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxPresetFilterMenuDirective<any>, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxPresetFilterMenuDirective<any>, never, never, { "presets": { "alias": "presets"; "required": false; }; }, { "presetSelected": "presetSelected"; }, never, never, false, never>;
|
|
28
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FilterWithPreset } from '@dereekb/rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractDbxPresetFilterMenuDirective } from './filter.preset.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DbxPresetFilterListComponent<F extends FilterWithPreset> extends
|
|
4
|
+
export declare class DbxPresetFilterListComponent<F extends FilterWithPreset> extends AbstractDbxPresetFilterMenuDirective<F> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPresetFilterListComponent<any>, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPresetFilterListComponent<any>, "dbx-preset-filter-list", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { FilterWithPreset } from '@dereekb/rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { AbstractDbxPresetFilterMenuDirective } from './filter.preset.directive';
|
|
3
3
|
import { DbxPresetFilterMenuConfig } from './filter.menu';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Displays a button and menu for filtering presets.
|
|
7
7
|
*/
|
|
8
|
-
export declare class DbxPresetFilterMenuComponent<F extends FilterWithPreset> extends
|
|
8
|
+
export declare class DbxPresetFilterMenuComponent<F extends FilterWithPreset> extends AbstractDbxPresetFilterMenuDirective<F> {
|
|
9
9
|
private _config;
|
|
10
10
|
readonly buttonText$: import("rxjs").Observable<string>;
|
|
11
11
|
readonly buttonIcon$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<string>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AbstractDbxActionHandlerDirective,
|
|
1
|
+
import { AbstractDbxActionHandlerDirective, FilterSourceDirective } from '@dereekb/dbx-core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* Action component used to simplify creating a filter form.
|
|
@@ -6,12 +6,12 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
* Provides a DbxAction and configures the action to set the filter on a FilterSourceDirective when triggered.
|
|
7
7
|
*/
|
|
8
8
|
export declare class DbxFilterWrapperComponent<F = unknown> extends AbstractDbxActionHandlerDirective<F> {
|
|
9
|
-
readonly filterSourceDirective: FilterSourceDirective<
|
|
9
|
+
readonly filterSourceDirective: FilterSourceDirective<any>;
|
|
10
10
|
showButtons: boolean;
|
|
11
11
|
applyRaised: boolean;
|
|
12
12
|
applyIcon: string;
|
|
13
13
|
applyText: string;
|
|
14
|
-
constructor(
|
|
14
|
+
constructor();
|
|
15
15
|
applyFilter(): void;
|
|
16
16
|
resetFilter(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterWrapperComponent<any>, never>;
|
|
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare abstract class AbstractPopoverDirective<O = unknown, I = unknown, T = unknown> {
|
|
7
7
|
readonly popover: DbxPopoverComponent<O, I, T>;
|
|
8
|
-
constructor(popover: DbxPopoverComponent<O, I, T>);
|
|
9
8
|
close(): void;
|
|
10
9
|
returnAndClose(value: O): void;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPopoverDirective<any, any, any>, never>;
|