@dereekb/dbx-web 8.15.2 → 9.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/esm2020/lib/action/action.confirm.directive.mjs +3 -3
- package/esm2020/lib/action/action.module.mjs +5 -5
- package/esm2020/lib/action/action.progress.component.mjs +6 -6
- package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +7 -7
- package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +3 -3
- package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +5 -5
- package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +3 -3
- package/esm2020/lib/action/transition/action.transition.module.mjs +5 -5
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +8 -8
- package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
- package/esm2020/lib/button/button.component.mjs +6 -6
- package/esm2020/lib/button/button.module.mjs +5 -5
- package/esm2020/lib/button/button.spacer.component.mjs +3 -3
- package/esm2020/lib/button/progress/bar.button.component.mjs +6 -6
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +6 -14
- package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
- package/esm2020/lib/button/progress/button.progress.module.mjs +5 -5
- package/esm2020/lib/button/progress/spinner.button.component.mjs +6 -6
- package/esm2020/lib/dbx-web.module.mjs +9 -9
- package/esm2020/lib/error/error.action.directive.mjs +3 -3
- package/esm2020/lib/error/error.component.mjs +3 -3
- package/esm2020/lib/error/error.loading.directive.mjs +3 -3
- package/esm2020/lib/error/error.module.mjs +5 -5
- package/esm2020/lib/extension/calendar/calendar.component.mjs +10 -10
- package/esm2020/lib/extension/calendar/calendar.module.mjs +21 -23
- package/esm2020/lib/extension/calendar/calendar.store.mjs +3 -3
- package/esm2020/lib/extension/widget/widget.component.mjs +4 -4
- package/esm2020/lib/extension/widget/widget.directive.mjs +3 -3
- package/esm2020/lib/extension/widget/widget.list.component.mjs +10 -10
- package/esm2020/lib/extension/widget/widget.mjs +1 -1
- package/esm2020/lib/extension/widget/widget.module.mjs +9 -10
- package/esm2020/lib/extension/widget/widget.service.mjs +4 -4
- package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +3 -3
- package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +3 -3
- package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +3 -3
- package/esm2020/lib/interaction/dialog/dialog.module.mjs +5 -5
- package/esm2020/lib/interaction/filter/filter.module.mjs +12 -14
- package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +6 -6
- package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
- package/esm2020/lib/interaction/filter/filter.popover.component.mjs +7 -7
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +5 -5
- package/esm2020/lib/interaction/interaction.module.mjs +4 -4
- package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
- package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.component.mjs +7 -7
- package/esm2020/lib/interaction/popover/popover.content.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +4 -4
- package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.header.component.mjs +7 -7
- package/esm2020/lib/interaction/popover/popover.module.mjs +5 -5
- package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
- package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.content.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +6 -6
- package/esm2020/lib/interaction/popup/popup.controls.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.module.mjs +5 -5
- package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.component.mjs +4 -4
- package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +6 -6
- package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +7 -7
- package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
- package/esm2020/lib/interaction/prompt/prompt.module.mjs +5 -5
- package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +4 -4
- package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
- package/esm2020/lib/keypress/keypress.module.mjs +5 -5
- package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
- package/esm2020/lib/layout/bar/bar.header.component.mjs +7 -7
- package/esm2020/lib/layout/bar/bar.layout.module.mjs +5 -5
- package/esm2020/lib/layout/bar/pagebar.component.mjs +5 -5
- package/esm2020/lib/layout/block/block.layout.module.mjs +5 -5
- package/esm2020/lib/layout/block/two.block.component.mjs +4 -4
- package/esm2020/lib/layout/card/card.box.component.mjs +6 -6
- package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
- package/esm2020/lib/layout/card/card.box.layout.module.mjs +5 -5
- package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
- package/esm2020/lib/layout/column/one/one.column.component.mjs +4 -4
- package/esm2020/lib/layout/column/one/one.column.module.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +3 -3
- package/esm2020/lib/layout/column/two/two.column.component.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +3 -3
- package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +3 -3
- package/esm2020/lib/layout/column/two/two.column.head.component.mjs +3 -3
- package/esm2020/lib/layout/column/two/two.column.module.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.right.component.mjs +7 -7
- package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +3 -3
- package/esm2020/lib/layout/column/two/two.column.store.mjs +3 -3
- package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
- package/esm2020/lib/layout/compact/compact.layout.module.mjs +5 -5
- package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
- package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.box.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.container.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.layout.module.mjs +5 -5
- package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
- package/esm2020/lib/layout/flag/flag.component.mjs +4 -4
- package/esm2020/lib/layout/flag/flag.layout.module.mjs +5 -5
- package/esm2020/lib/layout/flag/flag.prompt.component.mjs +4 -4
- package/esm2020/lib/layout/flex/flex.group.directive.mjs +3 -3
- package/esm2020/lib/layout/flex/flex.layout.module.mjs +5 -5
- package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
- package/esm2020/lib/layout/item/item.icon.component.mjs +6 -6
- package/esm2020/lib/layout/item/item.layout.module.mjs +5 -5
- package/esm2020/lib/layout/layout.module.mjs +4 -4
- package/esm2020/lib/layout/list/list.component.mjs +10 -10
- package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
- package/esm2020/lib/layout/list/list.directive.mjs +6 -6
- package/esm2020/lib/layout/list/list.grid.view.component.mjs +16 -16
- package/esm2020/lib/layout/list/list.grid.view.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.layout.module.mjs +5 -5
- package/esm2020/lib/layout/list/list.view.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.view.selection.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.view.value.component.mjs +13 -13
- package/esm2020/lib/layout/list/list.view.value.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +6 -6
- package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +3 -3
- package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +11 -11
- package/esm2020/lib/layout/section/section.component.mjs +4 -4
- package/esm2020/lib/layout/section/section.header.component.mjs +6 -6
- package/esm2020/lib/layout/section/section.intro.component.mjs +6 -6
- package/esm2020/lib/layout/section/section.layout.module.mjs +5 -5
- package/esm2020/lib/layout/section/section.page.component.mjs +4 -4
- package/esm2020/lib/layout/section/subsection.component.mjs +4 -4
- package/esm2020/lib/layout/step/step.component.mjs +5 -5
- package/esm2020/lib/layout/step/step.layout.module.mjs +5 -5
- package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.layout.module.mjs +5 -5
- package/esm2020/lib/layout/style/style.service.mjs +3 -3
- package/esm2020/lib/layout/style/style.set.directive.mjs +3 -3
- package/esm2020/lib/layout/text/hint.component.mjs +3 -3
- package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
- package/esm2020/lib/layout/text/label.component.mjs +3 -3
- package/esm2020/lib/layout/text/linkify.component.mjs +4 -4
- package/esm2020/lib/layout/text/note.component.mjs +3 -3
- package/esm2020/lib/layout/text/notice.component.mjs +3 -3
- package/esm2020/lib/layout/text/ok.component.mjs +3 -3
- package/esm2020/lib/layout/text/success.component.mjs +3 -3
- package/esm2020/lib/layout/text/text.chips.component.mjs +6 -6
- package/esm2020/lib/layout/text/text.module.mjs +5 -5
- package/esm2020/lib/layout/text/warn.component.mjs +3 -3
- package/esm2020/lib/loading/basic-loading.component.mjs +5 -5
- package/esm2020/lib/loading/loading-progress.component.mjs +6 -6
- package/esm2020/lib/loading/loading.action.directive.mjs +3 -3
- package/esm2020/lib/loading/loading.component.mjs +4 -4
- package/esm2020/lib/loading/loading.module.mjs +5 -5
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +5 -5
- package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +6 -6
- package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +6 -6
- package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.module.mjs +5 -5
- package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +3 -3
- package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +9 -9
- package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
- package/esm2020/lib/router/layout/layout.module.mjs +4 -4
- package/esm2020/lib/router/layout/list/list.module.mjs +5 -5
- package/esm2020/lib/router/layout/list/router.list.directive.mjs +3 -3
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +9 -9
- package/esm2020/lib/router/layout/navbar/navbar.module.mjs +5 -5
- package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +7 -7
- package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +5 -5
- package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
- package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +6 -6
- package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +6 -6
- package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +3 -3
- package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
- package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +5 -5
- package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
- package/esm2020/lib/screen/screen.module.mjs +4 -4
- package/esm2020/lib/screen/screen.service.mjs +3 -3
- package/fesm2015/dereekb-dbx-web.mjs +805 -816
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +802 -815
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/action/action.confirm.directive.d.ts +1 -1
- package/lib/action/action.progress.component.d.ts +1 -1
- package/lib/action/key.trigger.directive.d.ts +1 -1
- package/lib/action/snackbar/action.snackbar.component.d.ts +1 -1
- package/lib/action/snackbar/action.snackbar.directive.d.ts +1 -1
- package/lib/action/transition/transition.safety.dialog.component.d.ts +1 -1
- package/lib/action/transition/transition.safety.directive.d.ts +1 -1
- package/lib/button/button.component.d.ts +1 -1
- package/lib/button/button.spacer.component.d.ts +1 -1
- package/lib/button/progress/bar.button.component.d.ts +1 -1
- package/lib/button/progress/base.progress.button.directive.d.ts +1 -5
- package/lib/button/progress/button.progress.config.d.ts +0 -4
- package/lib/button/progress/spinner.button.component.d.ts +1 -1
- package/lib/error/error.action.directive.d.ts +1 -1
- package/lib/error/error.component.d.ts +1 -1
- package/lib/error/error.loading.directive.d.ts +1 -1
- package/lib/extension/calendar/calendar.component.d.ts +1 -1
- package/lib/extension/calendar/calendar.store.d.ts +2 -2
- package/lib/extension/widget/widget.component.d.ts +1 -1
- package/lib/extension/widget/widget.directive.d.ts +1 -1
- package/lib/extension/widget/widget.list.component.d.ts +3 -3
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
- package/lib/interaction/dialog/dialog.action.directive.d.ts +1 -1
- package/lib/interaction/dialog/dialog.content.component.d.ts +1 -1
- package/lib/interaction/filter/filter.popover.button.component.d.ts +1 -1
- package/lib/interaction/filter/filter.popover.button.directive.d.ts +1 -1
- package/lib/interaction/filter/filter.popover.component.d.ts +1 -1
- package/lib/interaction/filter/filter.wrapper.component.d.ts +1 -1
- package/lib/interaction/popover/abstract.popover.directive.d.ts +1 -1
- package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +2 -2
- package/lib/interaction/popover/popover.action.directive.d.ts +1 -1
- package/lib/interaction/popover/popover.component.d.ts +1 -1
- package/lib/interaction/popover/popover.content.component.d.ts +1 -1
- package/lib/interaction/popover/popover.controls.directive.d.ts +1 -1
- package/lib/interaction/popover/popover.coordinator.component.d.ts +1 -1
- package/lib/interaction/popover/popover.header.component.d.ts +1 -1
- package/lib/interaction/popover/popover.scroll.content.component.d.ts +1 -1
- package/lib/interaction/popup/abstract.popup.directive.d.ts +1 -1
- package/lib/interaction/popup/popup.component.d.ts +1 -1
- package/lib/interaction/popup/popup.content.component.d.ts +1 -1
- package/lib/interaction/popup/popup.controls.buttons.component.d.ts +1 -1
- package/lib/interaction/popup/popup.controls.component.d.ts +1 -1
- package/lib/interaction/popup/popup.coordinator.component.d.ts +1 -1
- package/lib/interaction/prompt/prompt.box.component.d.ts +1 -1
- package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +1 -1
- package/lib/interaction/prompt/prompt.component.d.ts +1 -1
- package/lib/interaction/prompt/prompt.confirm.component.d.ts +1 -1
- package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +1 -1
- package/lib/interaction/prompt/prompt.confirm.directive.d.ts +2 -2
- package/lib/interaction/prompt/prompt.page.component.d.ts +1 -1
- package/lib/keypress/keydown.listener.directive.d.ts +1 -1
- package/lib/layout/bar/bar.directive.d.ts +1 -1
- package/lib/layout/bar/bar.header.component.d.ts +1 -1
- package/lib/layout/bar/pagebar.component.d.ts +1 -1
- package/lib/layout/block/two.block.component.d.ts +1 -1
- package/lib/layout/card/card.box.component.d.ts +1 -1
- package/lib/layout/card/card.box.container.component.d.ts +1 -1
- package/lib/layout/column/one/one.column.component.d.ts +1 -1
- package/lib/layout/column/two/two.column.back.directive.d.ts +1 -1
- package/lib/layout/column/two/two.column.component.d.ts +1 -1
- package/lib/layout/column/two/two.column.context.directive.d.ts +1 -1
- package/lib/layout/column/two/two.column.full.left.directive.d.ts +1 -1
- package/lib/layout/column/two/two.column.head.component.d.ts +1 -1
- package/lib/layout/column/two/two.column.right.component.d.ts +1 -1
- package/lib/layout/column/two/two.column.sref.directive.d.ts +1 -1
- package/lib/layout/compact/compact.directive.d.ts +1 -1
- package/lib/layout/content/content.border.directive.d.ts +1 -1
- package/lib/layout/content/content.box.directive.d.ts +1 -1
- package/lib/layout/content/content.container.directive.d.ts +1 -1
- package/lib/layout/content/content.directive.d.ts +1 -1
- package/lib/layout/content/content.elevate.directive.d.ts +1 -1
- package/lib/layout/content/content.page.directive.d.ts +1 -1
- package/lib/layout/flag/flag.component.d.ts +1 -1
- package/lib/layout/flag/flag.prompt.component.d.ts +1 -1
- package/lib/layout/flex/flex.group.directive.d.ts +1 -1
- package/lib/layout/flex/flex.size.directive.d.ts +1 -1
- package/lib/layout/item/item.icon.component.d.ts +1 -1
- package/lib/layout/list/list.component.d.ts +2 -2
- package/lib/layout/list/list.content.empty.component.d.ts +1 -1
- package/lib/layout/list/list.directive.d.ts +2 -2
- package/lib/layout/list/list.grid.view.component.d.ts +3 -3
- package/lib/layout/list/list.grid.view.directive.d.ts +1 -1
- package/lib/layout/list/list.view.directive.d.ts +1 -1
- package/lib/layout/list/list.view.selection.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.component.d.ts +2 -2
- package/lib/layout/list/list.view.value.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.item.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.modifier.directive.d.ts +2 -2
- package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.selection.component.d.ts +2 -2
- package/lib/layout/section/section.component.d.ts +1 -1
- package/lib/layout/section/section.header.component.d.ts +1 -1
- package/lib/layout/section/section.intro.component.d.ts +1 -1
- package/lib/layout/section/section.page.component.d.ts +1 -1
- package/lib/layout/section/subsection.component.d.ts +1 -1
- package/lib/layout/step/step.component.d.ts +1 -1
- package/lib/layout/style/spacer.directive.d.ts +1 -1
- package/lib/layout/style/style.body.directive.d.ts +1 -1
- package/lib/layout/style/style.directive.d.ts +1 -1
- package/lib/layout/style/style.set.directive.d.ts +1 -1
- package/lib/layout/text/hint.component.d.ts +1 -1
- package/lib/layout/text/icon.spacer.component.d.ts +1 -1
- package/lib/layout/text/label.component.d.ts +1 -1
- package/lib/layout/text/linkify.component.d.ts +1 -1
- package/lib/layout/text/note.component.d.ts +1 -1
- package/lib/layout/text/notice.component.d.ts +1 -1
- package/lib/layout/text/ok.component.d.ts +1 -1
- package/lib/layout/text/success.component.d.ts +1 -1
- package/lib/layout/text/text.chips.component.d.ts +1 -1
- package/lib/layout/text/warn.component.d.ts +1 -1
- package/lib/loading/basic-loading.component.d.ts +1 -1
- package/lib/loading/loading-progress.component.d.ts +1 -1
- package/lib/loading/loading.action.directive.d.ts +1 -1
- package/lib/loading/loading.component.d.ts +1 -1
- package/lib/router/layout/anchor/anchor.component.d.ts +1 -1
- package/lib/router/layout/anchor/anchor.content.component.d.ts +1 -1
- package/lib/router/layout/anchor/anchor.icon.component.d.ts +1 -1
- package/lib/router/layout/anchor/anchor.link.component.d.ts +1 -1
- package/lib/router/layout/anchor/anchor.segue.directive.d.ts +1 -1
- package/lib/router/layout/anchorlist/anchorlist.component.d.ts +1 -1
- package/lib/router/layout/list/router.list.directive.d.ts +1 -1
- package/lib/router/layout/navbar/navbar.component.d.ts +1 -1
- package/lib/router/layout/sidenav/sidenav.button.component.d.ts +1 -1
- package/lib/router/layout/sidenav/sidenav.component.d.ts +1 -1
- package/lib/router/layout/sidenav/sidenav.page.component.d.ts +1 -1
- package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +1 -1
- package/lib/router/provider/ngrouter/anchor.component.d.ts +1 -1
- package/lib/router/provider/uirouter/anchor.component.d.ts +1 -1
- package/package.json +16 -15
- package/dereekb-dbx-web.d.ts +0 -5
|
@@ -26,5 +26,5 @@ export declare class DbxTwoColumnRightComponent implements AfterViewInit, OnDest
|
|
|
26
26
|
set minRightWidth(minRightWidth: Maybe<number | ''>);
|
|
27
27
|
backClicked(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnRightComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnRightComponent, "dbx-two-column-right", never, { "header": "header"; "showBack": "showBack"; "minRightWidth": "minRightWidth"; }, {}, never, ["[nav]", "*"]>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnRightComponent, "dbx-two-column-right", never, { "header": "header"; "showBack": "showBack"; "minRightWidth": "minRightWidth"; }, {}, never, ["[nav]", "*"], false>;
|
|
30
30
|
}
|
|
@@ -10,5 +10,5 @@ export declare class DbxTwoColumnSrefDirective {
|
|
|
10
10
|
constructor(_twoColumnsContextStore: TwoColumnsContextStore);
|
|
11
11
|
set ref(ref: Maybe<SegueRefOrSegueRefRouterLink | ''>);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnSrefDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefDirective, "[dbxTwoColumnSref]", never, { "ref": "dbxTwoColumnSref"; }, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefDirective, "[dbxTwoColumnSref]", never, { "ref": "dbxTwoColumnSref"; }, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -10,5 +10,5 @@ export declare class DbxCompactDirective {
|
|
|
10
10
|
constructor(compactContextStore: CompactContextStore);
|
|
11
11
|
set mode(mode: CompactMode | boolean);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCompactDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxCompactDirective, "[dbxCompact]", ["compact"], { "mode": "dbxCompact"; }, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxCompactDirective, "[dbxCompact]", ["compact"], { "mode": "dbxCompact"; }, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxContentBorderDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBorderDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DbxContentBoxDirective {
|
|
|
6
6
|
elevated: boolean;
|
|
7
7
|
wide: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBoxDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbxContentBox]", never, { "elevated": "elevated"; "wide": "wide"; }, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbxContentBox]", never, { "elevated": "elevated"; "wide": "wide"; }, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DbxContentContainerDirective {
|
|
|
8
8
|
grow: DbxContentContainerWidth;
|
|
9
9
|
padding: DbxContentContainerPadding;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentContainerDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": "grow"; "padding": "padding"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": "grow"; "padding": "padding"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxContentDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentDirective, "dbx-content,[dbxContent]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentDirective, "dbx-content,[dbxContent]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxContentElevateDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentElevateDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbxContentElevate]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbxContentElevate]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxContentPageDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentPageDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentPageDirective, "dbx-content-page,[dbxContentPage]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentPageDirective, "dbx-content-page,[dbxContentPage]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DbxFlagComponent {
|
|
7
7
|
color: ThemePalette;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFlagComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFlagComponent, "dbx-flag", never, { "color": "color"; }, {}, never, ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFlagComponent, "dbx-flag", never, { "color": "color"; }, {}, never, ["*"], false>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class DbxFlagPromptComponent {
|
|
|
7
7
|
color: ThemePalette;
|
|
8
8
|
text?: string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFlagPromptComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFlagPromptComponent, "dbx-flag-prompt", never, { "color": "color"; "text": "text"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFlagPromptComponent, "dbx-flag-prompt", never, { "color": "color"; "text": "text"; }, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -21,5 +21,5 @@ export declare class DbxFlexGroupDirective extends AbstractSubscriptionDirective
|
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
22
|
set breakpoint(breakpoint: Maybe<ScreenMediaWidthType>);
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFlexGroupDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFlexGroupDirective, "[dbxFlexGroup]", never, { "content": "content"; "relative": "relative"; "breakpoint": "breakpoint"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFlexGroupDirective, "[dbxFlexGroup]", never, { "content": "content"; "relative": "relative"; "breakpoint": "breakpoint"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DbxFlexSizeDirective {
|
|
7
7
|
size: DbxFlexSize;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFlexSizeDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFlexSizeDirective, "[dbxFlexSize]", never, { "size": "dbxFlexSize"; }, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFlexSizeDirective, "[dbxFlexSize]", never, { "size": "dbxFlexSize"; }, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DbxIconItemComponent {
|
|
|
6
6
|
icon?: string;
|
|
7
7
|
header?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxIconItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxIconItemComponent, "dbx-icon-item", never, { "icon": "icon"; "header": "header"; }, {}, never, ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxIconItemComponent, "dbx-icon-item", never, { "icon": "icon"; "header": "header"; }, {}, never, ["*"], false>;
|
|
10
10
|
}
|
|
@@ -108,7 +108,7 @@ export declare class DbxListComponent<T = unknown, V extends DbxListView<T> = Db
|
|
|
108
108
|
get __content(): DbxListInternalContentDirective;
|
|
109
109
|
set __content(content: DbxListInternalContentDirective);
|
|
110
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListComponent<any, any, any>, never>;
|
|
111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxListComponent<any, any, any>, "dbx-list", never, { "padded": "padded"; "state$": "state$"; "config": "config"; "disabled": "disabled"; "selectionMode": "selectionMode"; }, { "contentScrolled": "contentScrolled"; }, never, ["[top]", "[bottom]", "[empty]"]>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxListComponent<any, any, any>, "dbx-list", never, { "padded": "padded"; "state$": "state$"; "config": "config"; "disabled": "disabled"; "selectionMode": "selectionMode"; }, { "contentScrolled": "contentScrolled"; }, never, ["[top]", "[bottom]", "[empty]"], false>;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Used internally by DbxListComponent
|
|
@@ -120,5 +120,5 @@ export declare class DbxListInternalContentDirective {
|
|
|
120
120
|
constructor(parent: DbxListComponent, elementRef: ElementRef);
|
|
121
121
|
onScrollEvent($event: Event): void;
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListInternalContentDirective, never>;
|
|
123
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListInternalContentDirective, "[dbxListInternalContent]", never, { "hide": "hide"; }, {}, never>;
|
|
123
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListInternalContentDirective, "[dbxListInternalContent]", never, { "hide": "hide"; }, {}, never, never, false>;
|
|
124
124
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxListEmptyContentComponent {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListEmptyContentComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxListEmptyContentComponent, "dbx-list-empty-content", never, {}, {}, never, ["*"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxListEmptyContentComponent, "dbx-list-empty-content", never, {}, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -23,7 +23,7 @@ export declare abstract class AbstractDbxListWrapperDirective<T, V extends DbxLi
|
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
protected _buildListConfig(config: C): DbxListConfig<T, V>;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxListWrapperDirective<any, any, any, any>, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListWrapperDirective<any, any, any, any>, never, never, { "disabled": "disabled"; "selectionMode": "selectionMode"; "state$": "state$"; }, { "clickItem": "clickItem"; "loadMore": "loadMore"; }, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListWrapperDirective<any, any, any, any>, never, never, { "disabled": "disabled"; "selectionMode": "selectionMode"; "state$": "state$"; }, { "clickItem": "clickItem"; "loadMore": "loadMore"; }, never, never, false>;
|
|
27
27
|
}
|
|
28
28
|
export declare type DbxSelectionListWrapperConfig<T, V extends DbxListView<T> = DbxListView<T>> = Omit<DbxListWrapperConfig<T, V>, 'onSelectionChange'>;
|
|
29
29
|
export declare abstract class AbstractDbxSelectionListWrapperDirective<T, V extends DbxListView<T> = DbxListView<T>, C extends DbxSelectionListWrapperConfig<T, V> = DbxSelectionListWrapperConfig<T, V>, S extends ListLoadingState<T> = ListLoadingState<T>> extends AbstractDbxListWrapperDirective<T, V, C, S> implements OnDestroy {
|
|
@@ -31,5 +31,5 @@ export declare abstract class AbstractDbxSelectionListWrapperDirective<T, V exte
|
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
protected _buildListConfig(config: C): DbxListConfig<T, V>;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSelectionListWrapperDirective<any, any, any, any>, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSelectionListWrapperDirective<any, any, any, any>, never, never, {}, { "selectionChange": "selectionChange"; }, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSelectionListWrapperDirective<any, any, any, any>, never, never, {}, { "selectionChange": "selectionChange"; }, never, never, false>;
|
|
35
35
|
}
|
|
@@ -16,7 +16,7 @@ export declare class DbxValueListGridViewComponent<T, I extends DbxValueListItem
|
|
|
16
16
|
readonly grid$: Observable<Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>>;
|
|
17
17
|
readonly emitAllClicks$: Observable<boolean | undefined>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListGridViewComponent<any, any, any, any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListGridViewComponent<any, any, any, any>, "dbx-list-grid-view", never, {}, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListGridViewComponent<any, any, any, any>, "dbx-list-grid-view", never, {}, {}, never, never, false>;
|
|
20
20
|
}
|
|
21
21
|
export interface DbxValueListGridItemViewGridSizeConfig {
|
|
22
22
|
/**
|
|
@@ -41,7 +41,7 @@ export declare class DbxValueListGridSizeDirective implements OnDestroy {
|
|
|
41
41
|
set gridSize(gridSize: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>);
|
|
42
42
|
ngOnDestroy(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListGridSizeDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxValueListGridSizeDirective, "[dbxListGridSize]", never, { "gridSize": "dbxListGridSize"; }, {}, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxValueListGridSizeDirective, "[dbxListGridSize]", never, { "gridSize": "dbxListGridSize"; }, {}, never, never, false>;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Content view for a DbxValueListGridView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
|
|
@@ -56,5 +56,5 @@ export declare class DbxValueListGridItemViewComponent<T, I extends DbxValueList
|
|
|
56
56
|
set grid(grid: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>);
|
|
57
57
|
ngOnDestroy(): void;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListGridItemViewComponent<any, any>, [null, { optional: true; }]>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListGridItemViewComponent<any, any>, "dbx-list-grid-view-content", never, { "grid": "grid"; }, {}, never, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListGridItemViewComponent<any, any>, "dbx-list-grid-view-content", never, { "grid": "grid"; }, {}, never, never, false>;
|
|
60
60
|
}
|
|
@@ -6,5 +6,5 @@ export declare const DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE = "<dbx-list
|
|
|
6
6
|
*/
|
|
7
7
|
export declare abstract class AbstractDbxListGridViewDirective<T> extends AbstractDbxListViewDirective<T> {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxListGridViewDirective<any>, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListGridViewDirective<any>, never, never, {}, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListGridViewDirective<any>, never, never, {}, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -24,5 +24,5 @@ export declare abstract class AbstractDbxListViewDirective<T> implements DbxList
|
|
|
24
24
|
setDisabled(disabled: boolean): void;
|
|
25
25
|
setSelectionMode(selectionMode: Maybe<DbxListSelectionMode>): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxListViewDirective<any>, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListViewDirective<any>, never, never, { "valueArray": "valueArray"; "values": "values"; }, { "clickValue": "clickValue"; }, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxListViewDirective<any>, never, never, { "valueArray": "valueArray"; "values": "values"; }, { "clickValue": "clickValue"; }, never, never, false>;
|
|
28
28
|
}
|
|
@@ -12,5 +12,5 @@ export declare abstract class AbstractDbxSelectionListViewDirective<T> extends A
|
|
|
12
12
|
selectionChanged(selection: ListSelectionState<T>): void;
|
|
13
13
|
matSelectionChanged(selection: MatSelectionListChange): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSelectionListViewDirective<any>, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSelectionListViewDirective<any>, never, never, {}, { "selectionChange": "selectionChange"; }, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSelectionListViewDirective<any>, never, never, {}, { "selectionChange": "selectionChange"; }, never, never, false>;
|
|
16
16
|
}
|
|
@@ -12,7 +12,7 @@ export interface DbxValueListViewConfig<T, I extends DbxValueListItem<T> = DbxVa
|
|
|
12
12
|
export declare class DbxValueListViewComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown, C extends DbxValueListViewConfig<T, I, V> = DbxValueListViewConfig<T, I, V>> extends AbstractDbxValueListViewDirective<T, I, V, C> {
|
|
13
13
|
readonly emitAllClicks$: import("rxjs").Observable<boolean | undefined>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListViewComponent<any, any, any, any>, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListViewComponent<any, any, any, any>, "dbx-list-view", never, {}, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListViewComponent<any, any, any, any>, "dbx-list-view", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* Content view for a DbxValueListView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
|
|
@@ -27,5 +27,5 @@ export declare class DbxValueListItemViewComponent<T, I extends DbxValueListItem
|
|
|
27
27
|
onClickValue(value: T): void;
|
|
28
28
|
rippleDisabledOnItem(item: I): boolean;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListItemViewComponent<any, any>, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListItemViewComponent<any, any>, "dbx-list-view-content", never, { "emitAllClicks": "emitAllClicks"; "items": "items"; }, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxValueListItemViewComponent<any, any>, "dbx-list-view-content", never, { "emitAllClicks": "emitAllClicks"; "items": "items"; }, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -20,5 +20,5 @@ export declare abstract class AbstractDbxValueListViewDirective<T, I extends Dbx
|
|
|
20
20
|
set config(config: Maybe<C>);
|
|
21
21
|
onClickValue(value: T): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>, [null, { optional: true; }]>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>, never, never, { "config": "config"; }, {}, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewDirective<any, any, any, any>, never, never, { "config": "config"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -5,5 +5,5 @@ export declare abstract class AbstractDbxValueListViewItemComponent<T, I extends
|
|
|
5
5
|
get itemValue(): T;
|
|
6
6
|
constructor(item: I);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListViewItemComponent<any, any>, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewItemComponent<any, any>, never, never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListViewItemComponent<any, any>, never, never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -16,7 +16,7 @@ export declare class DbxValueListItemModifierDirective<T, I extends DbxValueList
|
|
|
16
16
|
removeModifiers(modifiers: ArrayOrValue<Modifier<I>>): void;
|
|
17
17
|
set inputModifiers(inputModifiers: Maybe<ArrayOrValue<Modifier<I>>>);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxValueListItemModifierDirective<any, any>, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxValueListItemModifierDirective<any, any>, "[dbxListItemModifier]", never, { "inputModifiers": "dbxListItemModifier"; }, {}, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxValueListItemModifierDirective<any, any>, "[dbxListItemModifier]", never, { "inputModifiers": "dbxListItemModifier"; }, {}, never, never, false>;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Abstract directive used for managing modifyers for a DbxValueListView.
|
|
@@ -32,5 +32,5 @@ export declare abstract class AbstractDbxValueListItemModifierDirective<T, I ext
|
|
|
32
32
|
private _linkModifiers;
|
|
33
33
|
private _unlinkModifiers;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxValueListItemModifierDirective<any, any>, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListItemModifierDirective<any, any>, never, never, {}, {}, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxValueListItemModifierDirective<any, any>, never, never, {}, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DbxListItemDisableRippleModifierDirective<T> extends Abstra
|
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
set disableRippleForItem(disableRippleForItem: Maybe<DisableRippleForValueFunction<T>>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListItemDisableRippleModifierDirective<any>, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemDisableRippleModifierDirective<any>, "[dbxListItemDisableRippleModifier]", never, { "disableRippleForItem": "dbxListItemDisableRippleModifier"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemDisableRippleModifierDirective<any>, "[dbxListItemDisableRippleModifier]", never, { "disableRippleForItem": "dbxListItemDisableRippleModifier"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -16,7 +16,7 @@ export declare class DbxSelectionValueListViewComponent<T, I extends DbxValueLis
|
|
|
16
16
|
readonly selectionMode$: Observable<DbxListSelectionMode>;
|
|
17
17
|
readonly multiple$: Observable<boolean>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSelectionValueListViewComponent<any, any, any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSelectionValueListViewComponent<any, any, any>, "dbx-selection-list-view", never, {}, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSelectionValueListViewComponent<any, any, any>, "dbx-selection-list-view", never, {}, {}, never, never, false>;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Content view for a DbxSelectionValueListView. It can be used directly in cases where the items are already configured, or want to be configured in a non-standard fashion.
|
|
@@ -27,5 +27,5 @@ export declare class DbxSelectionValueListItemViewComponent<T> extends DbxValueL
|
|
|
27
27
|
constructor(dbxListView: DbxListView<T>);
|
|
28
28
|
matSelectionChanged(selection: MatSelectionListChange): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSelectionValueListItemViewComponent<any>, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSelectionValueListItemViewComponent<any>, "dbx-selection-list-view-content", never, { "multiple": "multiple"; "selectionMode": "selectionMode"; }, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSelectionValueListItemViewComponent<any>, "dbx-selection-list-view-content", never, { "multiple": "multiple"; "selectionMode": "selectionMode"; }, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DbxSectionComponent extends DbxSectionHeaderComponent {
|
|
7
7
|
elevated: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSectionComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionComponent, "dbx-section", never, { "elevated": "elevated"; }, {}, never, ["[sectionHeader]", "*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionComponent, "dbx-section", never, { "elevated": "elevated"; }, {}, never, ["[sectionHeader]", "*"], false>;
|
|
10
10
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DbxSectionHeaderComponent {
|
|
|
13
13
|
hintInline?: Maybe<boolean>;
|
|
14
14
|
get showTitle(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSectionHeaderComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionHeaderComponent, "dbx-section-header,.dbx-section-header", never, { "h": "h"; "header": "header"; "onlyHeader": "onlyHeader"; "icon": "icon"; "hint": "hint"; "hintInline": "hintInline"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionHeaderComponent, "dbx-section-header,.dbx-section-header", never, { "h": "h"; "header": "header"; "onlyHeader": "onlyHeader"; "icon": "icon"; "hint": "hint"; "hintInline": "hintInline"; }, {}, never, ["*"], false>;
|
|
17
17
|
}
|
|
@@ -11,5 +11,5 @@ export declare class DbxIntroActionSectionComponent extends DbxSectionComponent
|
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
actionClicked(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxIntroActionSectionComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxIntroActionSectionComponent, "dbx-intro-action-section", never, { "showIntro": "showIntro"; "action": "action"; }, { "showAction": "showAction"; }, never, ["[info]", "*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxIntroActionSectionComponent, "dbx-intro-action-section", never, { "showIntro": "showIntro"; "action": "action"; }, { "showAction": "showAction"; }, never, ["[info]", "*"], false>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class DbxSectionPageComponent extends DbxSectionHeaderComponent {
|
|
11
11
|
hintInline: boolean;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSectionPageComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionPageComponent, "dbx-section-page", never, { "hintInline": "hintInline"; }, {}, never, ["[sectionHeader]", "*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSectionPageComponent, "dbx-section-page", never, { "hintInline": "hintInline"; }, {}, never, ["[sectionHeader]", "*"], false>;
|
|
14
14
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class DbxSubSectionComponent extends DbxSectionComponent {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSubSectionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSubSectionComponent, "dbx-subsection", never, {}, {}, never, ["[sectionHeader]", "*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSubSectionComponent, "dbx-subsection", never, {}, {}, never, ["[sectionHeader]", "*"], false>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DbxStepComponent {
|
|
|
5
5
|
text?: string;
|
|
6
6
|
hint?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStepComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxStepComponent, "dbx-step", never, { "done": "done"; "step": "step"; "text": "text"; "hint": "hint"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxStepComponent, "dbx-step", never, { "done": "done"; "step": "step"; "text": "text"; "hint": "hint"; }, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxSpacerDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSpacerDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSpacerDirective, "dbx-spacer, [dbxSpacer]", never, {}, {}, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSpacerDirective, "dbx-spacer, [dbxSpacer]", never, {}, {}, never, never, false>;
|
|
5
5
|
}
|
|
@@ -12,5 +12,5 @@ export declare class DbxStyleBodyDirective extends AbstractSubscriptionDirective
|
|
|
12
12
|
private _currentStyle;
|
|
13
13
|
constructor(renderer: Renderer2, styleService: DbxStyleService, cdRef: ChangeDetectorRef);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleBodyDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleBodyDirective, "[dbxStyleBody]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleBodyDirective, "[dbxStyleBody]", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -11,5 +11,5 @@ export declare class DbxStyleDirective extends AbstractSubscriptionDirective {
|
|
|
11
11
|
style: string;
|
|
12
12
|
constructor(styleService: DbxStyleService, cdRef: ChangeDetectorRef);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStyleDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleDirective, "dbx-style, [dbxStyle], .dbx-style", never, {}, {}, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleDirective, "dbx-style, [dbxStyle], .dbx-style", never, {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -27,5 +27,5 @@ export declare class DbxSetStyleDirective extends AbstractSubscriptionDirective
|
|
|
27
27
|
get suffixes(): Maybe<string>;
|
|
28
28
|
set suffixes(suffixes: Maybe<string>);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSetStyleDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSetStyleDirective, "[dbxSetStyle]", never, { "style": "dbxSetStyle"; "suffixes": "suffixes"; }, {}, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSetStyleDirective, "[dbxSetStyle]", never, { "style": "dbxSetStyle"; "suffixes": "suffixes"; }, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxHintComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxHintComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxHintComponent, "dbx-hint", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxHintComponent, "dbx-hint", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxIconSpacerDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxIconSpacerDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxIconSpacerDirective, "dbx-icon-spacer,[dbxIconSpacer]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxIconSpacerDirective, "dbx-icon-spacer,[dbxIconSpacer]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxLabelComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLabelComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLabelComponent, "dbx-label", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLabelComponent, "dbx-label", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DbxLinkifyComponent implements OnDestroy {
|
|
|
14
14
|
get text(): string;
|
|
15
15
|
set text(text: string);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLinkifyComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLinkifyComponent, "dbx-linkify", never, { "text": "text"; }, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLinkifyComponent, "dbx-linkify", never, { "text": "text"; }, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxNoteComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxNoteComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoteComponent, "dbx-note", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoteComponent, "dbx-note", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxNoticeComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxNoticeComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoticeComponent, "dbx-notice", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoticeComponent, "dbx-notice", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxOkComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxOkComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOkComponent, "dbx-ok", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOkComponent, "dbx-ok", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxSuccessComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSuccessComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSuccessComponent, "dbx-success", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSuccessComponent, "dbx-success", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -9,5 +9,5 @@ export interface TextChip<T = unknown> {
|
|
|
9
9
|
export declare class DbxTextChipsComponent<T = unknown> {
|
|
10
10
|
chips?: Maybe<TextChip<T>[]>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextChipsComponent<any>, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextChipsComponent<any>, "dbx-text-chips", never, { "chips": "chips"; }, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextChipsComponent<any>, "dbx-text-chips", never, { "chips": "chips"; }, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxWarnComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWarnComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWarnComponent, "dbx-warn", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWarnComponent, "dbx-warn", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -41,5 +41,5 @@ export declare class DbxBasicLoadingComponent implements OnDestroy {
|
|
|
41
41
|
set customErrorContent(customErrorContent: Maybe<ElementRef>);
|
|
42
42
|
set customLoadingContent(customLoadingContent: Maybe<ElementRef>);
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBasicLoadingComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxBasicLoadingComponent, "dbx-basic-loading", never, { "diameter": "diameter"; "mode": "mode"; "color": "color"; "text": "text"; "linear": "linear"; "show": "show"; "loading": "loading"; "error": "error"; }, {}, never, ["*", "[loading]", "[error]", "[errorAction]"]>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxBasicLoadingComponent, "dbx-basic-loading", never, { "diameter": "diameter"; "mode": "mode"; "color": "color"; "text": "text"; "linear": "linear"; "show": "show"; "loading": "loading"; "error": "error"; }, {}, never, ["*", "[loading]", "[error]", "[errorAction]"], false>;
|
|
45
45
|
}
|
|
@@ -20,5 +20,5 @@ export declare class DbxLoadingProgressComponent {
|
|
|
20
20
|
get bmode(): ProgressBarMode;
|
|
21
21
|
get smode(): ProgressSpinnerMode;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingProgressComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingProgressComponent, "dbx-loading-progress", never, { "text": "text"; "linear": "linear"; "mode": "mode"; "color": "color"; "value": "value"; "bufferValue": "bufferValue"; "diameter": "diameter"; }, {}, never, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingProgressComponent, "dbx-loading-progress", never, { "text": "text"; "linear": "linear"; "mode": "mode"; "color": "color"; "value": "value"; "bufferValue": "bufferValue"; "diameter": "diameter"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DbxActionLoadingContextDirective implements OnInit, OnDestr
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionLoadingContextDirective, [{ host: true; }, null]>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionLoadingContextDirective, "[dbxActionLoadingContext]", never, {}, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionLoadingContextDirective, "[dbxActionLoadingContext]", never, {}, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -33,5 +33,5 @@ export declare class DbxLoadingComponent implements OnDestroy {
|
|
|
33
33
|
get error(): Maybe<ErrorInput>;
|
|
34
34
|
set error(error: Maybe<ErrorInput>);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "show": "show"; "text": "text"; "mode": "mode"; "color": "color"; "diameter": "diameter"; "linear": "linear"; "context": "context"; "loading": "loading"; "error": "error"; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"]>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "show": "show"; "text": "text"; "mode": "mode"; "color": "color"; "diameter": "diameter"; "linear": "linear"; "context": "context"; "loading": "loading"; "error": "error"; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"], false>;
|
|
37
37
|
}
|
|
@@ -20,5 +20,5 @@ export declare class DbxAnchorComponent extends AbstractDbxAnchorDirective imple
|
|
|
20
20
|
get srefAnchorConfig(): DbxInjectionComponentConfig;
|
|
21
21
|
clickAnchor(event?: Maybe<MouseEvent>): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": "block"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": "block"; }, {}, never, ["*"], false>;
|
|
24
24
|
}
|
|
@@ -18,5 +18,5 @@ export declare class DbxAnchorContentComponent implements OnDestroy {
|
|
|
18
18
|
constructor(parent?: DbxAnchorComponent | undefined);
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorContentComponent, [{ optional: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": "anchor"; }, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": "anchor"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class DbxAnchorIconComponent {
|
|
8
8
|
anchor: Maybe<ClickableIconAnchorLink>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorIconComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorIconComponent, "dbx-anchor-icon", never, { "anchor": "anchor"; }, {}, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorIconComponent, "dbx-anchor-icon", never, { "anchor": "anchor"; }, {}, never, never, false>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class DbxAnchorLinkComponent {
|
|
|
9
9
|
set ref(ref: Maybe<string>);
|
|
10
10
|
set href(href: Maybe<string>);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorLinkComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorLinkComponent, "dbx-link", never, { "anchor": "anchor"; "ref": "ref"; "href": "href"; }, {}, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorLinkComponent, "dbx-link", never, { "anchor": "anchor"; "ref": "ref"; "href": "href"; }, {}, never, ["*"], false>;
|
|
13
13
|
}
|
|
@@ -15,5 +15,5 @@ export declare abstract class AbstractDbxSegueAnchorDirective {
|
|
|
15
15
|
readonly template$: Observable<DbxInjectionTemplateConfig>;
|
|
16
16
|
get anchor(): import("../../../../../../../dist/packages/util/src").Maybe<import("@dereekb/dbx-core").ClickableAnchor>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxSegueAnchorDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSegueAnchorDirective, never, never, {}, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSegueAnchorDirective, never, never, {}, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -11,5 +11,5 @@ export declare class DbxAnchorListComponent implements OnDestroy {
|
|
|
11
11
|
set anchors(anchors: Maybe<ClickableAnchorLinkTree[]>);
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorListComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": "anchors"; }, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": "anchors"; }, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DbxListItemAnchorModifierDirective<T> extends AbstractDbxVa
|
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
set anchorForItem(anchorForItem: Maybe<AnchorForValueFunction<T>>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxListItemAnchorModifierDirective<any>, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemAnchorModifierDirective<any>, "[dbxListItemAnchorModifier]", never, { "anchorForItem": "dbxListItemAnchorModifier"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemAnchorModifierDirective<any>, "[dbxListItemAnchorModifier]", never, { "anchorForItem": "dbxListItemAnchorModifier"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -32,6 +32,6 @@ export declare class DbxNavbarComponent extends AbstractTransitionDirective impl
|
|
|
32
32
|
set mode(mode: Maybe<NavbarMode>);
|
|
33
33
|
set breakpoint(breakpoint: ScreenMediaWidthType);
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxNavbarComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "navAlign": "navAlign"; "anchors": "anchors"; "mode": "mode"; "breakpoint": "breakpoint"; }, {}, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "navAlign": "navAlign"; "anchors": "anchors"; "mode": "mode"; "breakpoint": "breakpoint"; }, {}, never, never, false>;
|
|
36
36
|
}
|
|
37
37
|
export {};
|
|
@@ -10,5 +10,5 @@ export declare class DbxSidenavButtonComponent {
|
|
|
10
10
|
constructor(parent: DbxSidenavComponent);
|
|
11
11
|
toggleNav(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavButtonComponent, "dbx-sidenav-button", never, {}, {}, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSidenavButtonComponent, "dbx-sidenav-button", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|