@dereekb/dbx-web 9.25.16 → 10.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/_index.scss +2 -1
- package/calendar/esm2022/lib/calendar.base.component.mjs +57 -0
- package/{esm2020/calendar → calendar/esm2022}/lib/calendar.component.mjs +5 -5
- package/calendar/{esm2020 → esm2022}/lib/calendar.module.mjs +38 -38
- package/calendar/{esm2020 → esm2022}/lib/calendar.store.mjs +4 -4
- package/calendar/{fesm2020 → fesm2022}/dereekb-dbx-web-calendar.mjs +49 -49
- package/calendar/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/calendar/lib/calendar.base.component.d.ts +2 -2
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/calendar/lib/calendar.module.d.ts +1 -1
- package/calendar/package.json +10 -25
- package/esm2022/calendar/lib/calendar.base.component.mjs +57 -0
- package/{calendar/esm2020 → esm2022/calendar}/lib/calendar.component.mjs +5 -5
- package/{esm2020 → esm2022}/calendar/lib/calendar.module.mjs +38 -38
- package/{esm2020 → esm2022}/calendar/lib/calendar.store.mjs +4 -4
- package/{esm2020 → esm2022}/lib/action/action.confirm.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/action/action.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/action/key.trigger.directive.mjs +4 -4
- package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +96 -0
- package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +64 -0
- package/{esm2020 → esm2022}/lib/action/snackbar/action.snackbar.module.mjs +5 -5
- package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +82 -0
- package/{esm2020 → esm2022}/lib/action/transition/action.transition.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/action/transition/transition.safety.dialog.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/action/transition/transition.safety.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/button.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/button/button.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/button/button.spacer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/button/icon/icon.button.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/button/icon/icon.button.module.mjs +13 -13
- package/esm2022/lib/button/progress/bar.button.component.mjs +23 -0
- package/esm2022/lib/button/progress/base.progress.button.directive.mjs +115 -0
- package/{esm2020 → esm2022}/lib/button/progress/button.progress.config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/button/progress/button.progress.module.mjs +5 -5
- package/esm2022/lib/button/progress/spinner.button.component.mjs +59 -0
- package/{esm2020 → esm2022}/lib/dbx-web.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/error/default.error.widget.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/error/error.action.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/error/error.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/error/error.details.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/error/error.loading.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/error/error.module.mjs +21 -21
- package/{esm2020 → esm2022}/lib/error/error.popover.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/error/error.widget.component.mjs +6 -6
- package/esm2022/lib/error/error.widget.directive.mjs +23 -0
- package/{esm2020 → esm2022}/lib/error/error.widget.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/extension/model/model.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/extension/model/model.state.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/extension/model/model.tracker.service.mjs +4 -4
- package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +69 -0
- package/esm2022/lib/extension/model/model.types.service.mjs +67 -0
- package/{esm2020 → esm2022}/lib/extension/model/state/effects/tracker.effects.mjs +4 -4
- package/esm2022/lib/extension/structure/structure.body.directive.mjs +28 -0
- package/{esm2020 → esm2022}/lib/extension/structure/structure.module.mjs +9 -9
- package/esm2022/lib/extension/structure/structure.structure.directive.mjs +23 -0
- package/{esm2020 → esm2022}/lib/extension/widget/widget.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/extension/widget/widget.directive.mjs +4 -4
- package/esm2022/lib/extension/widget/widget.list.component.mjs +67 -0
- package/{esm2020 → esm2022}/lib/extension/widget/widget.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/extension/widget/widget.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/dialog/abstract.dialog.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/dialog/dialog.action.directive.mjs +7 -7
- package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/interaction/dialog/dialog.content.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/dialog/dialog.content.footer.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/dialog/dialog.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.module.mjs +28 -28
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.partial.list.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.partial.menu.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.partial.mjs +10 -10
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.popover.button.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.popover.button.directive.mjs +4 -4
- package/esm2022/lib/interaction/filter/filter.popover.component.mjs +125 -0
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.preset.list.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.preset.menu.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.preset.mjs +10 -10
- package/{esm2020 → esm2022}/lib/interaction/filter/filter.wrapper.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/interaction.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/popover/abstract.popover.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popover/abstract.popover.ref.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.action.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.close.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.component.mjs +14 -14
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.content.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.content.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.controls.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.coordinator.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.coordinator.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.header.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.module.mjs +5 -5
- package/esm2022/lib/interaction/popover/popover.scroll.content.component.mjs +51 -0
- package/{esm2020 → esm2022}/lib/interaction/popover/popover.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popup/abstract.popup.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.component.mjs +14 -14
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.content.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.controls.buttons.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.controls.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.coordinator.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.coordinator.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/popup/popup.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.box.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.button.confirm.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.confirm.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.confirm.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.page.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/keypress/keydown.listener.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/keypress/keypress.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/bar/bar.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/bar/bar.header.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/bar/bar.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/bar/pagebar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/block/block.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/block/two.block.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/card/card.box.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/card/card.box.container.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/card/card.box.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/column/column.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/column/one/one.column.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/column/one/one.column.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.back.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.context.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.full.left.directive.mjs +8 -8
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.head.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.right.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.sref.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.sref.showright.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/column/two/two.column.store.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/compact/compact.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/compact/compact.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/compact/compact.store.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/content/content.border.directive.mjs +4 -4
- package/esm2022/lib/layout/content/content.box.directive.mjs +29 -0
- package/esm2022/lib/layout/content/content.container.directive.mjs +31 -0
- package/{esm2020 → esm2022}/lib/layout/content/content.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/content/content.elevate.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/content/content.layout.module.mjs +21 -21
- package/{esm2020 → esm2022}/lib/layout/content/content.page.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/content/content.pit.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/flag/flag.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/flag/flag.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/flag/flag.prompt.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/flex/flex.group.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/layout/flex/flex.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/flex/flex.size.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/item/item.icon.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/item/item.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/layout.module.mjs +5 -5
- package/esm2022/lib/layout/list/list.component.mjs +253 -0
- package/{esm2020 → esm2022}/lib/layout/list/list.content.empty.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/list/list.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/layout/list/list.grid.view.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/layout/list/list.grid.view.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/list/list.layout.module.mjs +33 -33
- package/{esm2020 → esm2022}/lib/layout/list/list.view.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/list/list.view.selection.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.component.mjs +13 -13
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.directive.mjs +4 -4
- package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +20 -0
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.modifier.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.modifier.selection.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/list/list.view.value.selection.component.mjs +13 -13
- package/{esm2020 → esm2022}/lib/layout/section/section.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/section/section.header.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/section/section.intro.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/section/section.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/section/section.page.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/section/subsection.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/step/step.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/step/step.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/style/spacer.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/style/style.body.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/style/style.color.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/style/style.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/style/style.layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/style/style.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/style/style.set.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/text/address.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/detail.block.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/detail.block.header.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/form.description.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/hint.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/icon.spacer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/layout/text/label.block.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/label.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/linkify.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/note.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/notice.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/ok.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/success.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/layout/text/text.chip.directive.mjs +4 -4
- package/esm2022/lib/layout/text/text.chips.component.mjs +36 -0
- package/{esm2020 → esm2022}/lib/layout/text/text.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/layout/text/warn.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/loading/basic-loading.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/loading/loading-progress.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/loading/loading.action.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/loading/loading.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/loading/loading.module.mjs +5 -5
- package/esm2022/lib/router/layout/anchor/anchor.component.mjs +66 -0
- package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +49 -0
- package/{esm2020 → esm2022}/lib/router/layout/anchor/anchor.icon.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/router/layout/anchor/anchor.link.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/router/layout/anchor/anchor.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/layout/anchor/anchor.segue.directive.mjs +4 -4
- package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +37 -0
- package/{esm2020 → esm2022}/lib/router/layout/anchorlist/anchorlist.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/layout/layout.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/layout/list/list.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/layout/list/router.list.directive.mjs +4 -4
- package/esm2022/lib/router/layout/navbar/navbar.component.mjs +134 -0
- package/esm2022/lib/router/layout/navbar/navbar.module.mjs +53 -0
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.button.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.page.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/router/provider/ngrouter/anchor.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/router/provider/ngrouter/angular.router.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/router/provider/uirouter/anchor.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/router/provider/uirouter/uirouter.router.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/screen/screen.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/screen/screen.service.mjs +4 -4
- package/esm2022/mapbox/lib/index.mjs +21 -0
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.change.service.mjs +4 -4
- package/{esm2020 → esm2022}/mapbox/lib/mapbox.injection.component.mjs +6 -6
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.injection.store.mjs +4 -4
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.injection.store.provide.mjs +7 -7
- package/esm2022/mapbox/lib/mapbox.layout.component.mjs +184 -0
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.layout.drawer.component.mjs +4 -4
- package/{esm2020 → esm2022}/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +4 -4
- package/esm2022/mapbox/lib/mapbox.marker.component.mjs +139 -0
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.markers.component.mjs +6 -6
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.menu.component.mjs +7 -7
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.module.mjs +45 -45
- package/{esm2020 → esm2022}/mapbox/lib/mapbox.service.mjs +4 -4
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.store.map.directive.mjs +4 -4
- package/{esm2020 → esm2022}/mapbox/lib/mapbox.store.mjs +5 -5
- package/{mapbox/esm2020 → esm2022/mapbox}/lib/mapbox.store.provide.mjs +7 -7
- package/esm2022/mapbox/lib/mapbox.util.mjs +15 -0
- package/{esm2020 → esm2022}/table/lib/date/date.table.column.header.component.mjs +6 -6
- package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +167 -0
- package/{table/esm2020 → esm2022/table}/lib/date/table.date.module.mjs +31 -31
- package/{table/esm2020 → esm2022/table}/lib/table.cell.action.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.cell.input.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.cell.summaryend.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.cell.summarystart.component.mjs +6 -6
- package/{table/esm2020 → esm2022/table}/lib/table.column.directive.mjs +4 -4
- package/{esm2020 → esm2022}/table/lib/table.column.footer.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.column.header.component.mjs +6 -6
- package/{table/esm2020 → esm2022/table}/lib/table.component.mjs +4 -4
- package/{table/esm2020 → esm2022/table}/lib/table.directive.mjs +4 -4
- package/{table/esm2020 → esm2022/table}/lib/table.item.action.component.mjs +6 -6
- package/{table/esm2020 → esm2022/table}/lib/table.item.cell.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.item.directive.mjs +4 -4
- package/{table/esm2020 → esm2022/table}/lib/table.item.header.component.mjs +6 -6
- package/{esm2020 → esm2022}/table/lib/table.module.mjs +27 -27
- package/{table/esm2020 → esm2022/table}/lib/table.store.mjs +4 -4
- package/{fesm2020 → fesm2022}/dereekb-dbx-web-calendar.mjs +49 -49
- package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -0
- package/{mapbox/fesm2020 → fesm2022}/dereekb-dbx-web-mapbox.mjs +109 -141
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/dereekb-dbx-web-table.mjs +138 -137
- package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/dereekb-dbx-web.mjs +1208 -1175
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -0
- package/lib/action/_action.scss +2 -2
- package/lib/action/action.confirm.directive.d.ts +1 -1
- package/lib/action/key.trigger.directive.d.ts +1 -1
- package/lib/action/snackbar/_snackbar.scss +3 -2
- package/lib/action/snackbar/action.snackbar.component.d.ts +1 -1
- package/lib/action/snackbar/action.snackbar.d.ts +2 -2
- package/lib/action/snackbar/action.snackbar.directive.d.ts +1 -1
- package/lib/action/snackbar/action.snackbar.generator.d.ts +2 -2
- package/lib/action/transition/transition.safety.dialog.component.d.ts +1 -1
- package/lib/action/transition/transition.safety.directive.d.ts +2 -2
- package/lib/button/_button.scss +22 -27
- package/lib/button/button.component.d.ts +1 -1
- package/lib/button/button.spacer.component.d.ts +1 -1
- package/lib/button/icon/icon.button.component.d.ts +1 -1
- package/lib/button/progress/bar.button.component.d.ts +2 -1
- package/lib/button/progress/bar.button.component.scss +20 -12
- package/lib/button/progress/base.progress.button.directive.d.ts +3 -2
- package/lib/button/progress/button.progress.config.d.ts +1 -5
- package/lib/button/progress/shared.button.component.scss +17 -0
- package/lib/button/progress/spinner.button.component.d.ts +2 -1
- package/lib/button/progress/spinner.button.component.scss +21 -1
- package/lib/error/_error.scss +3 -2
- package/lib/error/default.error.widget.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.details.component.d.ts +1 -1
- package/lib/error/error.loading.directive.d.ts +1 -1
- package/lib/error/error.popover.component.d.ts +1 -1
- package/lib/error/error.widget.component.d.ts +1 -1
- package/lib/error/error.widget.directive.d.ts +1 -1
- package/lib/extension/_extension.scss +15 -10
- package/lib/extension/calendar/_calendar.scss +3 -2
- package/lib/extension/model/model.tracker.d.ts +1 -1
- package/lib/extension/model/model.tracker.view.storage.d.ts +0 -4
- package/lib/extension/model/model.types.d.ts +2 -2
- package/lib/extension/model/state/reducers/index.d.ts +1 -1
- package/lib/extension/model/state/state.d.ts +1 -1
- package/lib/extension/structure/structure.body.directive.d.ts +1 -1
- package/lib/extension/structure/structure.structure.directive.d.ts +1 -1
- package/lib/extension/table/_table.scss +3 -2
- package/lib/extension/widget/widget.component.d.ts +1 -1
- package/lib/extension/widget/widget.d.ts +3 -3
- package/lib/extension/widget/widget.directive.d.ts +1 -1
- package/lib/extension/widget/widget.list.component.d.ts +4 -4
- package/lib/interaction/_interaction.scss +7 -7
- package/lib/interaction/dialog/_dialog.scss +26 -9
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
- package/lib/interaction/dialog/dialog.action.directive.d.ts +2 -2
- package/lib/interaction/dialog/dialog.content.close.component.d.ts +2 -1
- package/lib/interaction/dialog/dialog.content.component.d.ts +2 -2
- package/lib/interaction/dialog/dialog.content.d.ts +1 -1
- package/lib/interaction/dialog/dialog.content.footer.component.d.ts +1 -1
- package/lib/interaction/filter/_filter.scss +3 -2
- package/lib/interaction/filter/filter.module.d.ts +1 -1
- package/lib/interaction/filter/filter.partial.d.ts +1 -1
- package/lib/interaction/filter/filter.partial.list.component.d.ts +1 -1
- package/lib/interaction/filter/filter.partial.menu.component.d.ts +2 -2
- package/lib/interaction/filter/filter.popover.button.component.d.ts +1 -1
- package/lib/interaction/filter/filter.popover.button.directive.d.ts +4 -4
- package/lib/interaction/filter/filter.popover.component.d.ts +1 -1
- package/lib/interaction/filter/filter.preset.d.ts +3 -3
- package/lib/interaction/filter/filter.preset.list.component.d.ts +1 -1
- package/lib/interaction/filter/filter.preset.menu.component.d.ts +2 -2
- package/lib/interaction/filter/filter.wrapper.component.d.ts +1 -1
- package/lib/interaction/popover/_popover.scss +3 -2
- 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 +2 -2
- package/lib/interaction/popover/popover.close.component.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.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/popover/popover.service.d.ts +1 -1
- package/lib/interaction/popup/_popup.scss +7 -2
- 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/popup/popup.d.ts +1 -1
- package/lib/interaction/popup/popup.position.strategy.d.ts +1 -1
- package/lib/interaction/prompt/_prompt.scss +3 -2
- 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/interaction/style/_style.scss +3 -2
- package/lib/keypress/keydown.listener.directive.d.ts +1 -1
- package/lib/layout/_layout.scss +14 -14
- package/lib/layout/bar/_bar.scss +5 -2
- package/lib/layout/bar/bar.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/_block.scss +3 -2
- package/lib/layout/block/two.block.component.d.ts +1 -1
- package/lib/layout/card/_card.scss +3 -2
- 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/_column.scss +4 -3
- 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/column/two/two.column.sref.showright.directive.d.ts +1 -1
- package/lib/layout/compact/compact.d.ts +1 -1
- package/lib/layout/compact/compact.directive.d.ts +1 -1
- package/lib/layout/content/_content.scss +3 -2
- package/lib/layout/content/content.border.directive.d.ts +1 -1
- package/lib/layout/content/content.box.directive.d.ts +1 -5
- package/lib/layout/content/content.container.directive.d.ts +3 -3
- 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/content/content.pit.directive.d.ts +1 -1
- package/lib/layout/flag/_flag.scss +3 -2
- 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.scss +3 -2
- package/lib/layout/flex/flex.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.scss +3 -2
- package/lib/layout/item/item.icon.component.d.ts +1 -1
- package/lib/layout/list/_list.scss +22 -13
- package/lib/layout/list/list.component.d.ts +4 -4
- package/lib/layout/list/list.content.empty.component.d.ts +1 -1
- package/lib/layout/list/list.directive.d.ts +4 -4
- 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.layout.module.d.ts +1 -1
- package/lib/layout/list/list.view.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.d.ts +3 -3
- 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.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 +2 -6
- package/lib/layout/list/list.view.value.modifier.selection.directive.d.ts +1 -1
- package/lib/layout/list/list.view.value.selection.component.d.ts +2 -2
- package/lib/layout/section/_section.scss +3 -2
- package/lib/layout/section/section.component.d.ts +1 -1
- package/lib/layout/section/section.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 +2 -2
- package/lib/layout/section/subsection.component.d.ts +1 -1
- package/lib/layout/step/_step.scss +3 -2
- package/lib/layout/step/step.component.d.ts +1 -1
- package/lib/layout/style/_style.scss +3 -2
- 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.color.directive.d.ts +1 -1
- package/lib/layout/style/style.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/_text.scss +10 -2
- package/lib/layout/text/address.component.d.ts +1 -1
- package/lib/layout/text/detail.block.component.d.ts +1 -1
- package/lib/layout/text/detail.block.header.component.d.ts +1 -1
- package/lib/layout/text/form.description.component.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.block.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.chip.directive.d.ts +1 -1
- package/lib/layout/text/text.chips.component.d.ts +4 -2
- package/lib/layout/text/warn.component.d.ts +1 -1
- package/lib/loading/_loading.scss +3 -2
- 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/_router.scss +5 -5
- package/lib/router/layout/anchor/_anchor.scss +3 -2
- 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 +2 -2
- package/lib/router/layout/anchorlist/_anchorlist.scss +42 -27
- package/lib/router/layout/anchorlist/anchorlist.component.d.ts +1 -1
- package/lib/router/layout/list/router.list.directive.d.ts +2 -2
- package/lib/router/layout/navbar/_navbar.scss +3 -2
- package/lib/router/layout/navbar/navbar.component.d.ts +6 -5
- package/lib/router/layout/navbar/navbar.module.d.ts +3 -2
- package/lib/router/layout/sidenav/_sidenav.scss +28 -25
- 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.ifdisplaymode.directive.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/lib/screen/screen.d.ts +2 -2
- package/lib/style/_all-typography.scss +9 -2
- package/lib/style/_core.scss +1 -2
- package/lib/style/_theming.scss +1 -1
- package/mapbox/esm2022/lib/index.mjs +21 -0
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.change.service.mjs +4 -4
- package/mapbox/{esm2020 → esm2022}/lib/mapbox.injection.component.mjs +6 -6
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.injection.store.mjs +4 -4
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.injection.store.provide.mjs +7 -7
- package/mapbox/esm2022/lib/mapbox.layout.component.mjs +184 -0
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.layout.drawer.component.mjs +4 -4
- package/mapbox/{esm2020 → esm2022}/lib/mapbox.layout.resize.sync.directive.mjs +4 -4
- package/mapbox/esm2022/lib/mapbox.marker.component.mjs +139 -0
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.markers.component.mjs +6 -6
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.menu.component.mjs +7 -7
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.module.mjs +45 -45
- package/mapbox/{esm2020 → esm2022}/lib/mapbox.service.mjs +4 -4
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.store.map.directive.mjs +4 -4
- package/mapbox/{esm2020 → esm2022}/lib/mapbox.store.mjs +5 -5
- package/{esm2020/mapbox → mapbox/esm2022}/lib/mapbox.store.provide.mjs +7 -7
- package/mapbox/esm2022/lib/mapbox.util.mjs +15 -0
- package/{fesm2020 → mapbox/fesm2022}/dereekb-dbx-web-mapbox.mjs +109 -141
- package/mapbox/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -0
- package/mapbox/lib/index.d.ts +0 -1
- package/mapbox/lib/mapbox.d.ts +7 -7
- package/mapbox/lib/mapbox.injection.component.d.ts +1 -1
- package/mapbox/lib/mapbox.injection.store.d.ts +1 -1
- package/mapbox/lib/mapbox.injection.store.provide.d.ts +1 -1
- package/mapbox/lib/mapbox.layout.component.d.ts +3 -7
- package/mapbox/lib/mapbox.layout.drawer.component.d.ts +2 -2
- package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +1 -1
- package/mapbox/lib/mapbox.marker.component.d.ts +2 -2
- package/mapbox/lib/mapbox.marker.d.ts +4 -4
- package/mapbox/lib/mapbox.markers.component.d.ts +1 -1
- package/mapbox/lib/mapbox.menu.component.d.ts +1 -1
- package/mapbox/lib/mapbox.rxjs.d.ts +1 -1
- package/mapbox/lib/mapbox.store.d.ts +5 -5
- package/mapbox/lib/mapbox.store.map.directive.d.ts +1 -1
- package/mapbox/lib/mapbox.store.provide.d.ts +1 -1
- package/mapbox/lib/mapbox.util.d.ts +1 -1
- package/mapbox/package.json +10 -25
- package/package.json +37 -40
- package/table/{esm2020 → esm2022}/lib/date/date.table.column.header.component.mjs +6 -6
- package/table/esm2022/lib/date/daterange.table.cell.input.component.mjs +167 -0
- package/{esm2020/table → table/esm2022}/lib/date/table.date.module.mjs +31 -31
- package/{esm2020/table → table/esm2022}/lib/table.cell.action.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.cell.input.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.cell.summaryend.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.cell.summarystart.component.mjs +6 -6
- package/{esm2020/table → table/esm2022}/lib/table.column.directive.mjs +4 -4
- package/table/{esm2020 → esm2022}/lib/table.column.footer.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.column.header.component.mjs +6 -6
- package/{esm2020/table → table/esm2022}/lib/table.component.mjs +4 -4
- package/{esm2020/table → table/esm2022}/lib/table.directive.mjs +4 -4
- package/{esm2020/table → table/esm2022}/lib/table.item.action.component.mjs +6 -6
- package/{esm2020/table → table/esm2022}/lib/table.item.cell.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.item.directive.mjs +4 -4
- package/{esm2020/table → table/esm2022}/lib/table.item.header.component.mjs +6 -6
- package/table/{esm2020 → esm2022}/lib/table.module.mjs +27 -27
- package/{esm2020/table → table/esm2022}/lib/table.store.mjs +4 -4
- package/table/{fesm2020 → fesm2022}/dereekb-dbx-web-table.mjs +138 -137
- package/table/fesm2022/dereekb-dbx-web-table.mjs.map +1 -0
- package/table/lib/date/date.table.column.header.component.d.ts +1 -1
- package/table/lib/date/daterange.table.cell.input.component.d.ts +5 -1
- package/table/lib/table.cell.action.component.d.ts +2 -2
- package/table/lib/table.cell.input.component.d.ts +2 -2
- package/table/lib/table.cell.summaryend.component.d.ts +2 -2
- package/table/lib/table.cell.summarystart.component.d.ts +2 -2
- package/table/lib/table.column.directive.d.ts +1 -1
- package/table/lib/table.column.footer.component.d.ts +2 -2
- package/table/lib/table.column.header.component.d.ts +2 -2
- package/table/lib/table.component.d.ts +1 -1
- package/table/lib/table.directive.d.ts +1 -1
- package/table/lib/table.item.action.component.d.ts +2 -2
- package/table/lib/table.item.cell.component.d.ts +2 -2
- package/table/lib/table.item.directive.d.ts +1 -1
- package/table/lib/table.item.header.component.d.ts +2 -2
- package/table/package.json +10 -24
- package/calendar/esm2020/lib/calendar.base.component.mjs +0 -57
- package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs +0 -391
- package/calendar/fesm2015/dereekb-dbx-web-calendar.mjs.map +0 -1
- package/calendar/fesm2020/dereekb-dbx-web-calendar.mjs.map +0 -1
- package/esm2020/calendar/lib/calendar.base.component.mjs +0 -57
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +0 -96
- package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +0 -64
- package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +0 -82
- package/esm2020/lib/button/progress/bar.button.component.mjs +0 -16
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +0 -97
- package/esm2020/lib/button/progress/spinner.button.component.mjs +0 -43
- package/esm2020/lib/error/error.widget.directive.mjs +0 -23
- package/esm2020/lib/extension/model/model.tracker.view.storage.mjs +0 -76
- package/esm2020/lib/extension/model/model.types.service.mjs +0 -67
- package/esm2020/lib/extension/structure/structure.body.directive.mjs +0 -28
- package/esm2020/lib/extension/structure/structure.structure.directive.mjs +0 -23
- package/esm2020/lib/extension/widget/widget.list.component.mjs +0 -66
- package/esm2020/lib/interaction/dialog/dialog.content.close.component.mjs +0 -37
- package/esm2020/lib/interaction/filter/filter.popover.component.mjs +0 -125
- package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +0 -51
- package/esm2020/lib/layout/content/content.box.directive.mjs +0 -36
- package/esm2020/lib/layout/content/content.container.directive.mjs +0 -31
- package/esm2020/lib/layout/list/list.component.mjs +0 -253
- package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +0 -20
- package/esm2020/lib/layout/text/text.chips.component.mjs +0 -34
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +0 -66
- package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +0 -49
- package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +0 -38
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +0 -133
- package/esm2020/lib/router/layout/navbar/navbar.module.mjs +0 -49
- package/esm2020/mapbox/lib/index.mjs +0 -22
- package/esm2020/mapbox/lib/mapbox.cdref.service.mjs +0 -30
- package/esm2020/mapbox/lib/mapbox.layout.component.mjs +0 -189
- package/esm2020/mapbox/lib/mapbox.marker.component.mjs +0 -139
- package/esm2020/mapbox/lib/mapbox.util.mjs +0 -15
- package/esm2020/table/lib/date/daterange.table.cell.input.component.mjs +0 -166
- package/fesm2015/dereekb-dbx-web-calendar.mjs +0 -391
- package/fesm2015/dereekb-dbx-web-calendar.mjs.map +0 -1
- package/fesm2015/dereekb-dbx-web-mapbox.mjs +0 -1551
- package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +0 -1
- package/fesm2015/dereekb-dbx-web-table.mjs +0 -745
- package/fesm2015/dereekb-dbx-web-table.mjs.map +0 -1
- package/fesm2015/dereekb-dbx-web.mjs +0 -9117
- package/fesm2015/dereekb-dbx-web.mjs.map +0 -1
- package/fesm2020/dereekb-dbx-web-calendar.mjs.map +0 -1
- package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +0 -1
- package/fesm2020/dereekb-dbx-web-table.mjs.map +0 -1
- package/fesm2020/dereekb-dbx-web.mjs.map +0 -1
- package/mapbox/esm2020/lib/index.mjs +0 -22
- package/mapbox/esm2020/lib/mapbox.cdref.service.mjs +0 -30
- package/mapbox/esm2020/lib/mapbox.layout.component.mjs +0 -189
- package/mapbox/esm2020/lib/mapbox.marker.component.mjs +0 -139
- package/mapbox/esm2020/lib/mapbox.util.mjs +0 -15
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +0 -1551
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +0 -1
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +0 -1
- package/mapbox/lib/mapbox.cdref.service.d.ts +0 -15
- package/table/esm2020/lib/date/daterange.table.cell.input.component.mjs +0 -166
- package/table/fesm2015/dereekb-dbx-web-table.mjs +0 -745
- package/table/fesm2015/dereekb-dbx-web-table.mjs.map +0 -1
- package/table/fesm2020/dereekb-dbx-web-table.mjs.map +0 -1
- /package/calendar/{esm2020 → esm2022}/dereekb-dbx-web-calendar.mjs +0 -0
- /package/calendar/{esm2020 → esm2022}/index.mjs +0 -0
- /package/calendar/{esm2020 → esm2022}/lib/calendar.mjs +0 -0
- /package/calendar/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/{esm2020 → esm2022}/calendar/dereekb-dbx-web-calendar.mjs +0 -0
- /package/{esm2020 → esm2022}/calendar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/calendar/lib/calendar.mjs +0 -0
- /package/{esm2020 → esm2022}/calendar/lib/index.mjs +0 -0
- /package/{esm2020 → esm2022}/dereekb-dbx-web.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/snackbar/action.snackbar.default.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/snackbar/action.snackbar.generator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/snackbar/action.snackbar.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/snackbar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/action/transition/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/icon/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/button/progress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/error/error.api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/error/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/error/state.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/model.tracker.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/model.types.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/actions/actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/actions/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/actions/model.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/reducers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/reducers/model.module.config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/model/state/state.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/structure/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/widget/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/extension/widget/widget.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/dialog/dialog.content.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/dialog/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/filter/filter.menu.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/filter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popover/popover.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popover/popover.position.strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popup/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popup/popup.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/popup/popup.position.strategy.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/prompt/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interaction/prompt/prompt.confirm.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/keypress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/bar/bar.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/bar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/block/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/card/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/column/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/column/one/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/column/two/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/compact/compact.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/compact/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/content/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/flag/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/flex/flex.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/flex/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/item/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/list.track.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/list.view.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/list.view.value.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/list.view.value.modifier.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/list/list.wrapper.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/section/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/section/section.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/step/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/style/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/style/style.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/layout/text/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/loading/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/anchor/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/anchorlist/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/navbar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/sidenav/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/layout/sidenav/sidenav.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/provider/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/provider/ngrouter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/provider/router.provider.config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/router/provider/uirouter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/screen/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/screen/screen.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/util/cdk.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/util/index.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/dereekb-dbx-web-mapbox.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/index.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/lib/mapbox.marker.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/lib/mapbox.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/lib/mapbox.rxjs.mjs +0 -0
- /package/{esm2020 → esm2022}/mapbox/lib/options.mjs +0 -0
- /package/{esm2020 → esm2022}/table/dereekb-dbx-web-table.mjs +0 -0
- /package/{esm2020 → esm2022}/table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/lib/date/index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/lib/index.mjs +0 -0
- /package/{esm2020 → esm2022}/table/lib/table.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/dereekb-dbx-web-mapbox.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/index.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/lib/mapbox.marker.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/lib/mapbox.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/lib/mapbox.rxjs.mjs +0 -0
- /package/mapbox/{esm2020 → esm2022}/lib/options.mjs +0 -0
- /package/table/{esm2020 → esm2022}/dereekb-dbx-web-table.mjs +0 -0
- /package/table/{esm2020 → esm2022}/index.mjs +0 -0
- /package/table/{esm2020 → esm2022}/lib/date/index.mjs +0 -0
- /package/table/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/table/{esm2020 → esm2022}/lib/table.mjs +0 -0
|
@@ -41,6 +41,10 @@ $dbx-popup-border-radius: 4px;
|
|
|
41
41
|
min-width: 220px;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
text-align: right;
|
|
44
|
+
|
|
45
|
+
button.mdc-button.mat-mdc-button {
|
|
46
|
+
min-height: 28px;
|
|
47
|
+
}
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
50
|
|
|
@@ -56,7 +60,7 @@ $dbx-popup-border-radius: 4px;
|
|
|
56
60
|
}
|
|
57
61
|
}
|
|
58
62
|
|
|
59
|
-
@mixin typography($typography-config) {
|
|
63
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
60
64
|
.dbx-popup-controls-header {
|
|
61
65
|
@include theming.limit-text();
|
|
62
66
|
}
|
|
@@ -65,6 +69,7 @@ $dbx-popup-border-radius: 4px;
|
|
|
65
69
|
@mixin theme($theme-config) {
|
|
66
70
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-popup') {
|
|
67
71
|
$color: theming.get-color-config($theme-config);
|
|
72
|
+
$density: theming.get-density-config($theme-config);
|
|
68
73
|
$typography: theming.get-typography-config($theme-config);
|
|
69
74
|
|
|
70
75
|
@if $color !=null {
|
|
@@ -72,7 +77,7 @@ $dbx-popup-border-radius: 4px;
|
|
|
72
77
|
}
|
|
73
78
|
|
|
74
79
|
@if $typography !=null {
|
|
75
|
-
@include typography($
|
|
80
|
+
@include typography($theme-config);
|
|
76
81
|
}
|
|
77
82
|
}
|
|
78
83
|
}
|
|
@@ -8,5 +8,5 @@ export declare abstract class AbstractPopupDirective<O = unknown, I = unknown, T
|
|
|
8
8
|
constructor(popup: DbxPopupComponent<O, I, T>);
|
|
9
9
|
closePopup(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPopupDirective<any, any, any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPopupDirective<any, any, any>, never, never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPopupDirective<any, any, any>, never, never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -55,5 +55,5 @@ export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> ex
|
|
|
55
55
|
normalscreen(): void;
|
|
56
56
|
fullscreen(): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupComponent<any, any, any>, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupComponent<any, any, any>, "ng-component", never, {}, {}, never, never, false, never>;
|
|
59
59
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DbxPopupContentComponent {
|
|
|
8
8
|
readonly showContent$: import("rxjs").Observable<boolean>;
|
|
9
9
|
constructor(appPopupController: DbxPopupController);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupContentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupContentComponent, "dbx-popup-content", never, {}, {}, never, ["[controls]", "*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupContentComponent, "dbx-popup-content", never, {}, {}, never, ["[controls]", "*"], false, never>;
|
|
12
12
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DbxPopupControlButtonsComponent {
|
|
|
14
14
|
normalscreenClicked(): void;
|
|
15
15
|
closeClicked(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupControlButtonsComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupControlButtonsComponent, "dbx-popup-control-buttons", never, {}, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupControlButtonsComponent, "dbx-popup-control-buttons", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class DbxPopupControlsComponent {
|
|
6
6
|
header?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupControlsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupControlsComponent, "dbx-popup-controls", never, { "header": "header"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupControlsComponent, "dbx-popup-controls", never, { "header": { "alias": "header"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DbxPopupCoordinatorComponent implements OnInit, OnDestroy {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupCoordinatorComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupCoordinatorComponent, "dbx-popup-coordinator", never, {}, {}, never, ["*"], false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupCoordinatorComponent, "dbx-popup-coordinator", never, {}, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GlobalPositionStrategy } from '@angular/cdk/overlay';
|
|
2
|
-
export
|
|
2
|
+
export type PopupPosition = 'center' | 'bottom_left' | 'bottom_right';
|
|
3
3
|
export interface PopupPositionOffset {
|
|
4
4
|
x?: string;
|
|
5
5
|
y?: string;
|
|
@@ -26,12 +26,13 @@ $dbx-popup-controls-height: 33px;
|
|
|
26
26
|
@mixin color($theme-config) {
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
@mixin typography($typography-config) {
|
|
29
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
@mixin theme($theme-config) {
|
|
33
33
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-prompt') {
|
|
34
34
|
$color: theming.get-color-config($theme-config);
|
|
35
|
+
$density: theming.get-density-config($theme-config);
|
|
35
36
|
$typography: theming.get-typography-config($theme-config);
|
|
36
37
|
|
|
37
38
|
@if $color !=null {
|
|
@@ -39,7 +40,7 @@ $dbx-popup-controls-height: 33px;
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
@if $typography !=null {
|
|
42
|
-
@include typography($
|
|
43
|
+
@include typography($theme-config);
|
|
43
44
|
}
|
|
44
45
|
}
|
|
45
46
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class DbxPromptBoxComponent {
|
|
3
3
|
elevated: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptBoxComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptBoxComponent, "dbx-prompt-box", never, { "elevated": "elevated"; }, {}, never, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptBoxComponent, "dbx-prompt-box", never, { "elevated": { "alias": "elevated"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DbxPromptConfirmButtonDirective implements OnInit, DbxButto
|
|
|
13
13
|
constructor(appButton: DbxButtonDirective, prompt: DbxPromptConfirm);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmButtonDirective, [{ host: true; }, { host: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmButtonDirective, "[dbxPromptConfirmButton]", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmButtonDirective, "[dbxPromptConfirmButton]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -7,5 +7,5 @@ export declare class DbxPromptComponent {
|
|
|
7
7
|
header?: Maybe<string>;
|
|
8
8
|
prompt?: Maybe<string>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptComponent, "dbx-prompt", never, { "header": "header"; "prompt": "prompt"; }, {}, never, ["[hero]", "*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptComponent, "dbx-prompt", never, { "header": { "alias": "header"; "required": false; }; "prompt": { "alias": "prompt"; "required": false; }; }, {}, never, ["[hero]", "*"], false, never>;
|
|
11
11
|
}
|
|
@@ -30,5 +30,5 @@ export declare class DbxPromptConfirmComponent {
|
|
|
30
30
|
onConfirm(): void;
|
|
31
31
|
onCancel(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptConfirmComponent, "dbx-prompt-confirm", never, { "config": "config"; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, ["*"], false>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptConfirmComponent, "dbx-prompt-confirm", never, { "config": { "alias": "config"; "required": false; }; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, ["*"], false, never>;
|
|
34
34
|
}
|
|
@@ -19,5 +19,5 @@ export declare class DbxPromptConfirmDialogComponent extends AbstractDialogDirec
|
|
|
19
19
|
confirm(): void;
|
|
20
20
|
cancel(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDialogComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptConfirmDialogComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptConfirmDialogComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -16,7 +16,7 @@ export declare abstract class AbstractPromptConfirmDirective implements DbxPromp
|
|
|
16
16
|
showDialog(): Observable<boolean>;
|
|
17
17
|
protected _handleDialogResult(result: boolean): boolean;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPromptConfirmDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPromptConfirmDirective, never, never, {}, {}, never, never, false>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPromptConfirmDirective, never, never, {}, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Directive that shows a confirmation screen.
|
|
@@ -25,5 +25,5 @@ export declare class DbxPromptConfirmDirective extends AbstractPromptConfirmDire
|
|
|
25
25
|
config?: Maybe<DbxPromptConfirmConfig>;
|
|
26
26
|
constructor(dialog: MatDialog);
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective, "[dbxPromptConfirm]", never, { "config": "dbxPromptConfirm"; }, {}, never, never, false>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective, "[dbxPromptConfirm]", never, { "config": { "alias": "dbxPromptConfirm"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
29
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxPromptPageComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptPageComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptPageComponent, "dbx-prompt-page", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptPageComponent, "dbx-prompt-page", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -29,12 +29,13 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
@mixin typography($typography-config) {
|
|
32
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
@mixin theme($theme-config) {
|
|
36
36
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-style') {
|
|
37
37
|
$color: theming.get-color-config($theme-config);
|
|
38
|
+
$density: theming.get-density-config($theme-config);
|
|
38
39
|
$typography: theming.get-typography-config($theme-config);
|
|
39
40
|
|
|
40
41
|
@if $color !=null {
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
@if $typography !=null {
|
|
45
|
-
@include typography($
|
|
46
|
+
@include typography($theme-config);
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DbxWindowKeyDownListenerDirective implements OnDestroy {
|
|
|
8
8
|
ngOnDestroy(): void;
|
|
9
9
|
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWindowKeyDownListenerDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxWindowKeyDownListenerDirective, "[dbxWindowKeyDownListener]", never, { "appWindowKeyDownEnabled": "appWindowKeyDownEnabled"; "appWindowKeyDownFilter": "appWindowKeyDownFilter"; }, { "keyPressed": "dbxWindowKeyDownListener"; }, never, never, false>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxWindowKeyDownListenerDirective, "[dbxWindowKeyDownListener]", never, { "appWindowKeyDownEnabled": { "alias": "appWindowKeyDownEnabled"; "required": false; }; "appWindowKeyDownFilter": { "alias": "appWindowKeyDownFilter"; "required": false; }; }, { "keyPressed": "dbxWindowKeyDownListener"; }, never, never, false, never>;
|
|
12
12
|
}
|
package/lib/layout/_layout.scss
CHANGED
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
@include text.core();
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
@mixin all-layout-typography($
|
|
32
|
-
@include bar.typography($
|
|
33
|
-
@include block.typography($
|
|
34
|
-
@include card.typography($
|
|
35
|
-
@include column.typography($
|
|
36
|
-
@include content.typography($
|
|
37
|
-
@include flag.typography($
|
|
38
|
-
@include flex.typography($
|
|
39
|
-
@include item.typography($
|
|
40
|
-
@include list.typography($
|
|
41
|
-
@include section.typography($
|
|
42
|
-
@include step.typography($
|
|
43
|
-
@include style.typography($
|
|
44
|
-
@include text.typography($
|
|
31
|
+
@mixin all-layout-typography($theme-config) {
|
|
32
|
+
@include bar.typography($theme-config);
|
|
33
|
+
@include block.typography($theme-config);
|
|
34
|
+
@include card.typography($theme-config);
|
|
35
|
+
@include column.typography($theme-config);
|
|
36
|
+
@include content.typography($theme-config);
|
|
37
|
+
@include flag.typography($theme-config);
|
|
38
|
+
@include flex.typography($theme-config);
|
|
39
|
+
@include item.typography($theme-config);
|
|
40
|
+
@include list.typography($theme-config);
|
|
41
|
+
@include section.typography($theme-config);
|
|
42
|
+
@include step.typography($theme-config);
|
|
43
|
+
@include style.typography($theme-config);
|
|
44
|
+
@include text.typography($theme-config);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
@mixin all-layout-theme($theme-config) {
|
package/lib/layout/bar/_bar.scss
CHANGED
|
@@ -60,7 +60,9 @@ $bar-fixed-height: 40px;
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
@mixin typography($typography-config) {
|
|
63
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
64
|
+
$typography-config: theming.get-typography-config($theme-config-or-typography-config);
|
|
65
|
+
|
|
64
66
|
.dbx-bar {
|
|
65
67
|
font-size: theming.font-size($typography-config, 'caption');
|
|
66
68
|
}
|
|
@@ -69,6 +71,7 @@ $bar-fixed-height: 40px;
|
|
|
69
71
|
@mixin theme($theme-config) {
|
|
70
72
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-bar') {
|
|
71
73
|
$color: theming.get-color-config($theme-config);
|
|
74
|
+
$density: theming.get-density-config($theme-config);
|
|
72
75
|
$typography: theming.get-typography-config($theme-config);
|
|
73
76
|
|
|
74
77
|
@if $color !=null {
|
|
@@ -76,7 +79,7 @@ $bar-fixed-height: 40px;
|
|
|
76
79
|
}
|
|
77
80
|
|
|
78
81
|
@if $typography !=null {
|
|
79
|
-
@include typography($
|
|
82
|
+
@include typography($theme-config);
|
|
80
83
|
}
|
|
81
84
|
}
|
|
82
85
|
}
|
package/lib/layout/bar/bar.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DbxThemeColor } from '../style/style';
|
|
2
|
-
export
|
|
2
|
+
export type DbxBarColor = DbxThemeColor;
|
|
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class DbxBarDirective {
|
|
8
8
|
color?: Maybe<DbxBarColor>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBarDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar,[dbxBar]", never, { "color": "color"; }, {}, never, never, false>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar,[dbxBar]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class DbxBarHeaderComponent {
|
|
|
9
9
|
icon?: Maybe<string>;
|
|
10
10
|
color?: Maybe<DbxBarColor>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBarHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxBarHeaderComponent, "dbx-bar-header", never, { "text": "text"; "icon": "icon"; "color": "color"; }, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxBarHeaderComponent, "dbx-bar-header", never, { "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class DbxPagebarComponent {
|
|
5
5
|
color?: Maybe<DbxBarColor>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPagebarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPagebarComponent, "dbx-pagebar", never, { "color": "color"; }, {}, never, ["[left]", "[right]"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPagebarComponent, "dbx-pagebar", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["[left]", "[right]"], false, never>;
|
|
8
8
|
}
|
|
@@ -23,12 +23,13 @@ $two-block-top-height-var: --dbx-two-block-top-height;
|
|
|
23
23
|
@mixin color($theme-config) {
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
@mixin typography($typography-config) {
|
|
26
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
@mixin theme($theme-config) {
|
|
30
30
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-block') {
|
|
31
31
|
$color: theming.get-color-config($theme-config);
|
|
32
|
+
$density: theming.get-density-config($theme-config);
|
|
32
33
|
$typography: theming.get-typography-config($theme-config);
|
|
33
34
|
|
|
34
35
|
@if $color !=null {
|
|
@@ -36,7 +37,7 @@ $two-block-top-height-var: --dbx-two-block-top-height;
|
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
@if $typography !=null {
|
|
39
|
-
@include typography($
|
|
40
|
+
@include typography($theme-config);
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
43
|
}
|
|
@@ -16,5 +16,5 @@ export declare class DbxTwoBlocksComponent {
|
|
|
16
16
|
twoElement: ElementRef;
|
|
17
17
|
onResized(event: ResizedEvent): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoBlocksComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoBlocksComponent, "dbx-two-block", never, { "fixedTop": "fixedTop"; }, {}, never, ["[top]", "*"], false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoBlocksComponent, "dbx-two-block", never, { "fixedTop": { "alias": "fixedTop"; "required": false; }; }, {}, never, ["[top]", "*"], false, never>;
|
|
20
20
|
}
|
|
@@ -9,12 +9,13 @@
|
|
|
9
9
|
@mixin color($theme-config) {
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
@mixin typography($typography-config) {
|
|
12
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
@mixin theme($theme-config) {
|
|
16
16
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-card') {
|
|
17
17
|
$color: theming.get-color-config($theme-config);
|
|
18
|
+
$density: theming.get-density-config($theme-config);
|
|
18
19
|
$typography: theming.get-typography-config($theme-config);
|
|
19
20
|
|
|
20
21
|
@if $color !=null {
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
@if $typography !=null {
|
|
25
|
-
@include typography($
|
|
26
|
+
@include typography($theme-config);
|
|
26
27
|
}
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DbxCardBoxComponent {
|
|
|
6
6
|
header?: string;
|
|
7
7
|
icon?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCardBoxComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxComponent, "dbx-card-box", never, { "header": "header"; "icon": "icon"; }, {}, never, ["[sectionHeader]", "*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxComponent, "dbx-card-box", never, { "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["[sectionHeader]", "*"], false, never>;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class DbxCardBoxContainerComponent {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCardBoxContainerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxContainerComponent, "dbx-card-box-container", never, {}, {}, never, ["*"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxContainerComponent, "dbx-card-box-container", never, {}, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -98,7 +98,7 @@ $two-columns-right-padding-size: 6px;
|
|
|
98
98
|
|
|
99
99
|
> .dbx-two-column-head {
|
|
100
100
|
.back-button {
|
|
101
|
-
margin
|
|
101
|
+
margin: 0 $two-columns-right-padding-size;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.right-spacer {
|
|
@@ -142,12 +142,13 @@ $two-columns-right-padding-size: 6px;
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
@mixin typography($typography-config) {
|
|
145
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
@mixin theme($theme-config) {
|
|
149
149
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-column') {
|
|
150
150
|
$color: theming.get-color-config($theme-config);
|
|
151
|
+
$density: theming.get-density-config($theme-config);
|
|
151
152
|
$typography: theming.get-typography-config($theme-config);
|
|
152
153
|
|
|
153
154
|
@if $color !=null {
|
|
@@ -155,7 +156,7 @@ $two-columns-right-padding-size: 6px;
|
|
|
155
156
|
}
|
|
156
157
|
|
|
157
158
|
@if $typography !=null {
|
|
158
|
-
@include typography($
|
|
159
|
+
@include typography($theme-config);
|
|
159
160
|
}
|
|
160
161
|
}
|
|
161
162
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DbxOneColumnComponent {
|
|
|
8
8
|
constructor(twoColumnsContextStore: TwoColumnsContextStore);
|
|
9
9
|
inSectionPage: boolean;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxOneColumnComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOneColumnComponent, "dbx-one-column", ["columns"], { "inSectionPage": "inSectionPage"; }, {}, never, ["[top]", "*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOneColumnComponent, "dbx-one-column", ["columns"], { "inSectionPage": { "alias": "inSectionPage"; "required": false; }; }, {}, never, ["[top]", "*"], false, never>;
|
|
12
12
|
}
|
|
@@ -12,5 +12,5 @@ export declare class DbxTwoColumnBackDirective extends AbstractSubscriptionDirec
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
backClicked(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnBackDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnBackDirective, "[dbxTwoColumnBack]", never, {}, { "back": "dbxTwoColumnBack"; }, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnBackDirective, "[dbxTwoColumnBack]", never, {}, { "back": "dbxTwoColumnBack"; }, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -37,5 +37,5 @@ export declare class DbxTwoColumnComponent extends AbstractSubscriptionDirective
|
|
|
37
37
|
set inSectionPage(inSectionPage: boolean);
|
|
38
38
|
onResized(event: ResizedEvent): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnComponent, "dbx-two-column", ["columns"], { "reverseSizing": "reverseSizing"; "inSectionPage": "inSectionPage"; }, {}, never, ["[left]", "[right]"], false>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnComponent, "dbx-two-column", ["columns"], { "reverseSizing": { "alias": "reverseSizing"; "required": false; }; "inSectionPage": { "alias": "inSectionPage"; "required": false; }; }, {}, never, ["[left]", "[right]"], false, never>;
|
|
41
41
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DbxTwoColumnContextDirective implements OnInit, OnDestroy {
|
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
set showRight(showRight: Maybe<boolean | ''>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnContextDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnContextDirective, "[dbxTwoColumnContext]", never, { "showRight": "showRight"; }, {}, never, never, false>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnContextDirective, "[dbxTwoColumnContext]", never, { "showRight": { "alias": "showRight"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -14,5 +14,5 @@ export declare class DbxTwoColumnFullLeftDirective implements OnInit, OnDestroy
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnFullLeftDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnFullLeftDirective, "[dbxTwoColumnFullLeft]", never, { "fullLeft": "dbxTwoColumnFullLeft"; }, {}, never, never, false>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnFullLeftDirective, "[dbxTwoColumnFullLeft]", never, { "fullLeft": { "alias": "dbxTwoColumnFullLeft"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -6,5 +6,5 @@ export declare class DbxTwoColumnColumnHeadComponent {
|
|
|
6
6
|
block?: boolean;
|
|
7
7
|
full?: boolean;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnColumnHeadComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnColumnHeadComponent, "dbx-two-column-head", never, { "block": "block"; "full": "full"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnColumnHeadComponent, "dbx-two-column-head", never, { "block": { "alias": "block"; "required": false; }; "full": { "alias": "full"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -27,5 +27,5 @@ export declare class DbxTwoColumnRightComponent implements AfterViewInit, OnDest
|
|
|
27
27
|
set minRightWidth(minRightWidth: Maybe<number | ''>);
|
|
28
28
|
backClicked(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnRightComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnRightComponent, "dbx-two-column-right", never, { "header": "header"; "block": "block"; "showBack": "showBack"; "minRightWidth": "minRightWidth"; }, {}, never, ["[nav]", "*"], false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnRightComponent, "dbx-two-column-right", never, { "header": { "alias": "header"; "required": false; }; "block": { "alias": "block"; "required": false; }; "showBack": { "alias": "showBack"; "required": false; }; "minRightWidth": { "alias": "minRightWidth"; "required": false; }; }, {}, never, ["[nav]", "*"], false, never>;
|
|
31
31
|
}
|
|
@@ -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, never, false>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefDirective, "[dbxTwoColumnSref]", never, { "ref": { "alias": "dbxTwoColumnSref"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -12,5 +12,5 @@ export declare class DbxTwoColumnSrefShowRightDirective extends AbstractSubscrip
|
|
|
12
12
|
constructor(_twoColumnsContextStore: TwoColumnsContextStore, _dbxRouterService: DbxRouterService);
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnSrefShowRightDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefShowRightDirective, "[dbxTwoColumnSrefShowRight]", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnSrefShowRightDirective, "[dbxTwoColumnSrefShowRight]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -11,6 +11,6 @@ export interface CompactModeOptions<T> {
|
|
|
11
11
|
export interface CompactModeDefaultOptions<T> extends CompactModeOptions<T> {
|
|
12
12
|
defaultMode?: Maybe<CompactMode>;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export type CompactModeOption = CompactMode | boolean;
|
|
15
15
|
export declare function compactModeFromInput(input: CompactMode | boolean): CompactMode;
|
|
16
16
|
export declare function mapCompactModeObs<T>(mode$: Maybe<Observable<CompactMode>>, config: CompactModeDefaultOptions<T>): Observable<Maybe<T>>;
|
|
@@ -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, never, false>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxCompactDirective, "[dbxCompact]", ["compact"], { "mode": { "alias": "dbxCompact"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -215,12 +215,13 @@ $scroll-content-bottom-padding: 42px;
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
@mixin typography($typography-config) {
|
|
218
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
@mixin theme($theme-config) {
|
|
222
222
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-content') {
|
|
223
223
|
$color: theming.get-color-config($theme-config);
|
|
224
|
+
$density: theming.get-density-config($theme-config);
|
|
224
225
|
$typography: theming.get-typography-config($theme-config);
|
|
225
226
|
|
|
226
227
|
@if $color !=null {
|
|
@@ -228,7 +229,7 @@ $scroll-content-bottom-padding: 42px;
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
@if $typography !=null {
|
|
231
|
-
@include typography($
|
|
232
|
+
@include typography($theme-config);
|
|
232
233
|
}
|
|
233
234
|
}
|
|
234
235
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DbxContentBorderDirective {
|
|
7
7
|
color: DbxThemeColor;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBorderDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, { "color": "color"; }, {}, never, never, false>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -5,10 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class DbxContentBoxDirective {
|
|
6
6
|
elevate: boolean;
|
|
7
7
|
wide: boolean;
|
|
8
|
-
/**
|
|
9
|
-
* @Deprecated use elevate instead
|
|
10
|
-
*/
|
|
11
|
-
elevated: boolean;
|
|
12
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentBoxDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbxContentBox]", never, { "elevate": "elevate"; "
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentBoxDirective, "dbx-content-box, [dbxContentBox]", never, { "elevate": { "alias": "elevate"; "required": false; }; "wide": { "alias": "wide"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type DbxContentContainerPadding = 'none' | 'min' | 'small' | 'normal';
|
|
3
|
+
export type DbxContentContainerWidth = 'small' | 'medium' | 'large' | 'wide' | 'full';
|
|
4
4
|
/**
|
|
5
5
|
* Component that limits the max-width of the content.
|
|
6
6
|
*/
|
|
@@ -9,5 +9,5 @@ export declare class DbxContentContainerDirective {
|
|
|
9
9
|
padding: DbxContentContainerPadding;
|
|
10
10
|
topPadding: DbxContentContainerPadding;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentContainerDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": "grow"; "padding": "padding"; "topPadding": "topPadding"; }, {}, never, never, false>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": { "alias": "grow"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "topPadding": { "alias": "topPadding"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -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, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentDirective, "dbx-content,[dbxContent]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class DbxContentElevateDirective {
|
|
6
6
|
elevate: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxContentElevateDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbxContentElevate]", never, { "elevate": "elevate"; }, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxContentElevateDirective, "dbx-content-elevate,[dbxContentElevate]", never, { "elevate": { "alias": "elevate"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|