@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
|
@@ -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-step') {
|
|
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
|
}
|
|
@@ -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, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxStepComponent, "dbx-step", never, { "done": { "alias": "done"; "required": false; }; "step": { "alias": "step"; "required": false; }; "text": { "alias": "text"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -202,12 +202,13 @@ $dbx-success-color-var: --dbx-success-color;
|
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
@mixin typography($typography-config) {
|
|
205
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
@mixin theme($theme-config) {
|
|
209
209
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-style') {
|
|
210
210
|
$color: theming.get-color-config($theme-config);
|
|
211
|
+
$density: theming.get-density-config($theme-config);
|
|
211
212
|
$typography: theming.get-typography-config($theme-config);
|
|
212
213
|
|
|
213
214
|
@if $color !=null {
|
|
@@ -215,7 +216,7 @@ $dbx-success-color-var: --dbx-success-color;
|
|
|
215
216
|
}
|
|
216
217
|
|
|
217
218
|
@if $typography !=null {
|
|
218
|
-
@include typography($
|
|
219
|
+
@include typography($theme-config);
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
}
|
|
@@ -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, never, false>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSpacerDirective, "dbx-spacer, [dbxSpacer]", never, {}, {}, never, never, false, never>;
|
|
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, never, false>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleBodyDirective, "[dbxStyleBody]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DbxColorDirective {
|
|
|
8
8
|
cssClass: string;
|
|
9
9
|
set dbxColor(dbxColor: Maybe<DbxThemeColor | ''>);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxColorDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxColorDirective, "[dbxColor]", never, { "dbxColor": "dbxColor"; }, {}, never, never, false>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxColorDirective, "[dbxColor]", never, { "dbxColor": { "alias": "dbxColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { CssClass, Maybe } from '@dereekb/util';
|
|
2
|
-
export
|
|
2
|
+
export type DbxThemeColor = 'primary' | 'accent' | 'warn' | 'ok' | 'success' | 'background' | 'grey' | 'disabled' | 'notice';
|
|
3
3
|
export declare const DBX_THEME_COLORS: DbxThemeColor[];
|
|
4
4
|
export declare function dbxColorBackground(color: Maybe<DbxThemeColor | ''>): CssClass;
|
|
@@ -11,5 +11,5 @@ export declare class DbxStyleDirective extends AbstractSubscriptionDirective {
|
|
|
11
11
|
cssClass: 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, never, false>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStyleDirective, "dbx-style, [dbxStyle], .dbx-style", never, {}, {}, never, never, false, never>;
|
|
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, never, false>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxSetStyleDirective, "[dbxSetStyle]", never, { "style": { "alias": "dbxSetStyle"; "required": false; }; "suffixes": { "alias": "suffixes"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -146,6 +146,11 @@ $dbx-detail-block-content-offset: 30px;
|
|
|
146
146
|
.dbx-modelkey {
|
|
147
147
|
line-break: anywhere;
|
|
148
148
|
}
|
|
149
|
+
|
|
150
|
+
.dbx-text-chips-listbox button.mat-mdc-chip-action {
|
|
151
|
+
pointer-events: none; // disable the chip click and selection events.
|
|
152
|
+
user-select: none;
|
|
153
|
+
}
|
|
149
154
|
}
|
|
150
155
|
|
|
151
156
|
@mixin color($theme-config) {
|
|
@@ -196,7 +201,9 @@ $dbx-detail-block-content-offset: 30px;
|
|
|
196
201
|
}
|
|
197
202
|
}
|
|
198
203
|
|
|
199
|
-
@mixin typography($typography-config) {
|
|
204
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
205
|
+
$typography-config: theming.get-typography-config($theme-config-or-typography-config);
|
|
206
|
+
|
|
200
207
|
.dbx-label,
|
|
201
208
|
.dbx-sublabel,
|
|
202
209
|
.dbx-chip-sublabel {
|
|
@@ -211,6 +218,7 @@ $dbx-detail-block-content-offset: 30px;
|
|
|
211
218
|
@mixin theme($theme-config) {
|
|
212
219
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-text') {
|
|
213
220
|
$color: theming.get-color-config($theme-config);
|
|
221
|
+
$density: theming.get-density-config($theme-config);
|
|
214
222
|
$typography: theming.get-typography-config($theme-config);
|
|
215
223
|
|
|
216
224
|
@if $color !=null {
|
|
@@ -218,7 +226,7 @@ $dbx-detail-block-content-offset: 30px;
|
|
|
218
226
|
}
|
|
219
227
|
|
|
220
228
|
@if $typography !=null {
|
|
221
|
-
@include typography($
|
|
229
|
+
@include typography($theme-config);
|
|
222
230
|
}
|
|
223
231
|
}
|
|
224
232
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class DbxUnitedStatesAddressComponent {
|
|
4
4
|
address: Maybe<Partial<UnitedStatesAddressWithContact>>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxUnitedStatesAddressComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxUnitedStatesAddressComponent, "dbx-us-address", never, { "address": "address"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxUnitedStatesAddressComponent, "dbx-us-address", never, { "address": { "alias": "address"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ export declare class DbxDetailBlockComponent {
|
|
|
7
7
|
icon?: Maybe<string>;
|
|
8
8
|
header?: Maybe<string>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDetailBlockComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDetailBlockComponent, "dbx-detail-block", never, { "icon": "icon"; "header": "header"; }, {}, never, ["[header]", "*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDetailBlockComponent, "dbx-detail-block", never, { "icon": { "alias": "icon"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, ["[header]", "*"], false, never>;
|
|
11
11
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DbxDetailBlockHeaderComponent {
|
|
|
4
4
|
icon?: Maybe<string>;
|
|
5
5
|
header?: Maybe<string>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDetailBlockHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDetailBlockHeaderComponent, "dbx-detail-block-header", never, { "icon": "icon"; "header": "header"; }, {}, never, ["*"], false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDetailBlockHeaderComponent, "dbx-detail-block-header", never, { "icon": { "alias": "icon"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DbxFormDescriptionComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormDescriptionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormDescriptionComponent, "dbx-form-description", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormDescriptionComponent, "dbx-form-description", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxHintComponent, "dbx-hint", never, {}, {}, never, ["*"], false, never>;
|
|
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, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxIconSpacerDirective, "dbx-icon-spacer,[dbxIconSpacer]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DbxLabelBlockComponent {
|
|
7
7
|
header?: Maybe<string>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLabelBlockComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLabelBlockComponent, "dbx-label-block", never, { "header": "header"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLabelBlockComponent, "dbx-label-block", never, { "header": { "alias": "header"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLabelComponent, "dbx-label", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DbxLinkifyComponent implements OnDestroy {
|
|
|
15
15
|
get text(): Maybe<string>;
|
|
16
16
|
set text(text: Maybe<string>);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLinkifyComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLinkifyComponent, "dbx-linkify", never, { "text": "text"; }, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLinkifyComponent, "dbx-linkify", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoteComponent, "dbx-note", never, {}, {}, never, ["*"], false, never>;
|
|
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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNoticeComponent, "dbx-notice", never, {}, {}, never, ["*"], false, never>;
|
|
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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOkComponent, "dbx-ok", never, {}, {}, never, ["*"], false, never>;
|
|
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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxSuccessComponent, "dbx-success", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DbxChipDirective {
|
|
|
5
5
|
block?: Maybe<boolean>;
|
|
6
6
|
get style(): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxChipDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxChipDirective, "dbx-chip", never, { "small": "small"; "block": "block"; }, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxChipDirective, "dbx-chip", never, { "small": { "alias": "small"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -3,12 +3,14 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export interface TextChip<T = unknown> {
|
|
4
4
|
text: string;
|
|
5
5
|
tooltip?: string;
|
|
6
|
-
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
color?: 'primary' | 'accent' | 'warn' | undefined;
|
|
7
8
|
data?: T;
|
|
8
9
|
}
|
|
9
10
|
export declare class DbxTextChipsComponent<T = unknown> {
|
|
11
|
+
defaultSelection?: boolean;
|
|
10
12
|
chips?: Maybe<TextChip<T>[]>;
|
|
11
13
|
trackChipByText(index: number, chip: TextChip<T>): string;
|
|
12
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTextChipsComponent<any>, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextChipsComponent<any>, "dbx-text-chips", never, { "chips": "chips"; }, {}, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTextChipsComponent<any>, "dbx-text-chips", never, { "defaultSelection": { "alias": "defaultSelection"; "required": false; }; "chips": { "alias": "chips"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
16
|
}
|
|
@@ -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, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWarnComponent, "dbx-warn", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -15,12 +15,13 @@ $linear-line-height: 4px;
|
|
|
15
15
|
@mixin color($theme-config) {
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
@mixin typography($typography-config) {
|
|
18
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
@mixin theme($theme-config) {
|
|
22
22
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-loading') {
|
|
23
23
|
$color: theming.get-color-config($theme-config);
|
|
24
|
+
$density: theming.get-density-config($theme-config);
|
|
24
25
|
$typography: theming.get-typography-config($theme-config);
|
|
25
26
|
|
|
26
27
|
@if $color !=null {
|
|
@@ -28,7 +29,7 @@ $linear-line-height: 4px;
|
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
@if $typography !=null {
|
|
31
|
-
@include typography($
|
|
32
|
+
@include typography($theme-config);
|
|
32
33
|
}
|
|
33
34
|
}
|
|
34
35
|
}
|
|
@@ -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]"], false>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxBasicLoadingComponent, "dbx-basic-loading", never, { "diameter": { "alias": "diameter"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "show": { "alias": "show"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, ["*", "[loading]", "[error]", "[errorAction]"], false, never>;
|
|
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, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingProgressComponent, "dbx-loading-progress", never, { "text": { "alias": "text"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "value": { "alias": "value"; "required": false; }; "bufferValue": { "alias": "bufferValue"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; }, {}, never, never, false, never>;
|
|
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, never, false>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionLoadingContextDirective, "[dbxActionLoadingContext]", never, {}, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -39,5 +39,5 @@ export declare class DbxLoadingComponent implements OnDestroy {
|
|
|
39
39
|
get error(): Maybe<ErrorInput>;
|
|
40
40
|
set error(error: Maybe<ErrorInput>);
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "show": "show"; "text": "text"; "mode": "mode"; "color": "color"; "diameter": "diameter"; "linear": "linear"; "padding": "padding"; "context": "context"; "loading": "loading"; "error": "error"; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"], false>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "show": { "alias": "show"; "required": false; }; "text": { "alias": "text"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "context": { "alias": "context"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"], false, never>;
|
|
43
43
|
}
|
package/lib/router/_router.scss
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
@include sidenav.core();
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@mixin all-router-typography($
|
|
14
|
-
@include anchor.typography($
|
|
15
|
-
@include anchorlist.typography($
|
|
16
|
-
@include navbar.typography($
|
|
17
|
-
@include sidenav.typography($
|
|
13
|
+
@mixin all-router-typography($theme-config) {
|
|
14
|
+
@include anchor.typography($theme-config);
|
|
15
|
+
@include anchorlist.typography($theme-config);
|
|
16
|
+
@include navbar.typography($theme-config);
|
|
17
|
+
@include sidenav.typography($theme-config);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@mixin all-router-theme($theme-config) {
|
|
@@ -42,12 +42,13 @@
|
|
|
42
42
|
@mixin color($theme-config) {
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
@mixin typography($typography-config) {
|
|
45
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
@mixin theme($theme-config) {
|
|
49
49
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-anchor') {
|
|
50
50
|
$color: theming.get-color-config($theme-config);
|
|
51
|
+
$density: theming.get-density-config($theme-config);
|
|
51
52
|
$typography: theming.get-typography-config($theme-config);
|
|
52
53
|
|
|
53
54
|
@if $color !=null {
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
@if $typography !=null {
|
|
58
|
-
@include typography($
|
|
59
|
+
@include typography($theme-config);
|
|
59
60
|
}
|
|
60
61
|
}
|
|
61
62
|
}
|
|
@@ -23,5 +23,5 @@ export declare class DbxAnchorComponent extends AbstractDbxAnchorDirective imple
|
|
|
23
23
|
onMouseEnter(event?: Maybe<MouseEvent>): void;
|
|
24
24
|
onMouseLeave(event?: Maybe<MouseEvent>): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": "block"; }, {}, never, ["*"], false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorComponent, "dbx-anchor, [dbx-anchor]", never, { "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -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, false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorContentComponent, "dbx-anchor-content", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, false, never>;
|
|
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, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorIconComponent, "dbx-anchor-icon", never, { "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, false, never>;
|
|
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, ["*"], false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorLinkComponent, "dbx-link", never, { "anchor": { "alias": "anchor"; "required": false; }; "ref": { "alias": "ref"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -13,7 +13,7 @@ export declare abstract class AbstractDbxSegueAnchorDirective {
|
|
|
13
13
|
readonly refOptions$: Observable<object | undefined>;
|
|
14
14
|
constructor(parent: DbxAnchorComponent);
|
|
15
15
|
readonly template$: Observable<DbxInjectionTemplateConfig>;
|
|
16
|
-
get anchor(): import("
|
|
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, never, false>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxSegueAnchorDirective, never, never, {}, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -3,12 +3,32 @@
|
|
|
3
3
|
@use '../../../style/theming';
|
|
4
4
|
|
|
5
5
|
// MARK: Variables
|
|
6
|
-
$anchor-list-item-disabled-item-opacity:
|
|
6
|
+
$anchor-list-item-disabled-item-opacity: 45%;
|
|
7
|
+
$anchor-list-item-muted-opacity: 74%;
|
|
8
|
+
$anchor-list-item-parent-active-opacity: 90%;
|
|
9
|
+
$anchor-list-item-active-opacity: 100%;
|
|
10
|
+
|
|
7
11
|
$active-root-item-left-padding: 2px;
|
|
8
12
|
$active-child-item-left-padding: 5px;
|
|
9
13
|
|
|
10
14
|
// MARK: Mixin
|
|
11
15
|
@mixin core() {
|
|
16
|
+
.dbx-anchor-list.mat-mdc-nav-list {
|
|
17
|
+
padding-top: 0; // no padding
|
|
18
|
+
|
|
19
|
+
.mat-mdc-list-item {
|
|
20
|
+
.mat-icon.mat-mdc-list-item-icon.mdc-list-item__start {
|
|
21
|
+
// fix the icon alignment for items that are larger than the expected size
|
|
22
|
+
align-self: center;
|
|
23
|
+
margin-top: 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.mdc-list-item__content .mat-mdc-list-item-unscoped-content.mdc-list-item__secondary-text::before {
|
|
27
|
+
// ensure the custom content follows the text content shortly after
|
|
28
|
+
content: unset;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
12
32
|
}
|
|
13
33
|
|
|
14
34
|
@mixin color($theme-config) {
|
|
@@ -20,59 +40,53 @@ $active-child-item-left-padding: 5px;
|
|
|
20
40
|
$background-hover-color: theming.get-color-from-palette($background, 'hover');
|
|
21
41
|
$background-disabled-color: theming.get-color-from-palette($background, 'contrast');
|
|
22
42
|
|
|
23
|
-
.dbx-anchor-list.mat-nav-list {
|
|
24
|
-
|
|
43
|
+
.dbx-anchor-list.mat-mdc-nav-list {
|
|
44
|
+
--mat-divider-color: #{color.scale($color: $background-hover-color, $alpha: 15%)};
|
|
25
45
|
|
|
26
46
|
// MARK: Muting
|
|
27
47
|
// items that are not active are muted
|
|
28
|
-
.mat-list-item {
|
|
29
|
-
opacity:
|
|
48
|
+
.mat-mdc-list-item {
|
|
49
|
+
opacity: #{$anchor-list-item-muted-opacity};
|
|
30
50
|
|
|
31
|
-
&.
|
|
32
|
-
opacity: $anchor-list-item-disabled-item-opacity;
|
|
33
|
-
background: transparent;
|
|
51
|
+
&.mdc-list-item--disabled {
|
|
52
|
+
opacity: #{$anchor-list-item-disabled-item-opacity};
|
|
53
|
+
// background: transparent;
|
|
34
54
|
}
|
|
35
55
|
}
|
|
36
56
|
|
|
37
57
|
// active route as a parent
|
|
38
58
|
.dbx-anchor-active {
|
|
39
|
-
.mat-list-item {
|
|
40
|
-
opacity:
|
|
59
|
+
.mat-mdc-list-item {
|
|
60
|
+
opacity: #{$anchor-list-item-parent-active-opacity};
|
|
41
61
|
}
|
|
42
62
|
}
|
|
43
63
|
|
|
44
64
|
// selected
|
|
45
65
|
.dbx-anchor-selected {
|
|
46
|
-
.mat-list-item {
|
|
47
|
-
opacity:
|
|
66
|
+
.mat-mdc-list-item {
|
|
67
|
+
opacity: #{$anchor-list-item-active-opacity};
|
|
48
68
|
background: color.scale($color: $background-hover-color, $alpha: 10%);
|
|
49
69
|
}
|
|
50
70
|
}
|
|
51
71
|
|
|
52
72
|
// active route
|
|
53
73
|
.dbx-anchor-active-eq {
|
|
54
|
-
.mat-list-item {
|
|
55
|
-
opacity:
|
|
74
|
+
.mat-mdc-list-item {
|
|
75
|
+
opacity: #{$anchor-list-item-active-opacity};
|
|
56
76
|
background: color.scale($color: $background-hover-color, $alpha: 25%);
|
|
57
77
|
}
|
|
58
78
|
}
|
|
59
79
|
|
|
60
80
|
// MARK: Anchor Tree
|
|
61
|
-
|
|
62
|
-
.dbx-anchor-list-root {
|
|
63
|
-
// nothing
|
|
64
|
-
}
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
.dbx-anchor-list-child .mat-list-item {
|
|
81
|
+
.dbx-anchor-list-child .mat-mdc-list-item {
|
|
68
82
|
background: color.scale($background-hover-color, $alpha: 10%);
|
|
69
83
|
}
|
|
70
84
|
}
|
|
71
85
|
}
|
|
72
86
|
|
|
73
|
-
@mixin typography($typography-config) {
|
|
74
|
-
.dbx-anchor-list.mat-nav-list {
|
|
75
|
-
.mat-list-item .mat-list-icon {
|
|
87
|
+
@mixin typography($theme-config-or-typography-config) {
|
|
88
|
+
.dbx-anchor-list.mat-mdc-nav-list {
|
|
89
|
+
.mat-mdc-list-item .mat-mdc-list-item-icon {
|
|
76
90
|
font-size: 28px;
|
|
77
91
|
width: 28px;
|
|
78
92
|
height: 28px;
|
|
@@ -80,10 +94,10 @@ $active-child-item-left-padding: 5px;
|
|
|
80
94
|
}
|
|
81
95
|
|
|
82
96
|
// MARK: Anchor Tree
|
|
83
|
-
.dbx-anchor-list-child .mat-list-item {
|
|
97
|
+
.dbx-anchor-list-child .mat-mdc-list-item {
|
|
84
98
|
font-size: 0.875em;
|
|
85
99
|
|
|
86
|
-
.mat-list-icon {
|
|
100
|
+
.mat-mdc-list-item-icon {
|
|
87
101
|
font-size: 22px;
|
|
88
102
|
width: 22px;
|
|
89
103
|
height: 22px;
|
|
@@ -96,6 +110,7 @@ $active-child-item-left-padding: 5px;
|
|
|
96
110
|
@mixin theme($theme-config) {
|
|
97
111
|
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-router-anchorlist') {
|
|
98
112
|
$color: theming.get-color-config($theme-config);
|
|
113
|
+
$density: theming.get-density-config($theme-config);
|
|
99
114
|
$typography: theming.get-typography-config($theme-config);
|
|
100
115
|
|
|
101
116
|
@if $color !=null {
|
|
@@ -103,7 +118,7 @@ $active-child-item-left-padding: 5px;
|
|
|
103
118
|
}
|
|
104
119
|
|
|
105
120
|
@if $typography !=null {
|
|
106
|
-
@include typography($
|
|
121
|
+
@include typography($theme-config);
|
|
107
122
|
}
|
|
108
123
|
}
|
|
109
124
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DbxAnchorListComponent implements OnDestroy {
|
|
|
15
15
|
set anchors(anchors: Maybe<ClickableAnchorLinkTree[]>);
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorListComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": "anchors"; }, {}, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": { "alias": "anchors"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -5,7 +5,7 @@ import { Observable } from 'rxjs';
|
|
|
5
5
|
import { DbxValueListItem } from '../../../layout/list/list.view.value';
|
|
6
6
|
import { AbstractDbxValueListItemModifierDirective } from '../../../layout/list/list.view.value.modifier.directive';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export
|
|
8
|
+
export type AnchorForValueFunction<T> = (value: T, item: DbxValueListItem<T>) => Maybe<ClickableAnchor>;
|
|
9
9
|
export declare const DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY = "router_anchor";
|
|
10
10
|
export declare class DbxListItemAnchorModifierDirective<T> extends AbstractDbxValueListItemModifierDirective<T> implements OnDestroy {
|
|
11
11
|
private _anchorForItem;
|
|
@@ -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, never, false>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxListItemAnchorModifierDirective<any>, "[dbxListItemAnchorModifier]", never, { "anchorForItem": { "alias": "dbxListItemAnchorModifier"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
17
|
}
|