@dereekb/dbx-web 0.0.1 → 1.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/README.md +4 -5
- package/_index.scss +27 -0
- package/esm2020/index.mjs +1 -2
- package/esm2020/lib/action/action.confirm.directive.mjs +5 -5
- package/esm2020/lib/action/action.module.mjs +35 -35
- package/esm2020/lib/action/action.snackbar.component.mjs +10 -11
- package/esm2020/lib/action/key.trigger.directive.mjs +5 -5
- package/esm2020/lib/action/transition/action.transition.module.mjs +29 -29
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +18 -18
- package/esm2020/lib/action/transition/transition.safety.directive.mjs +20 -38
- package/esm2020/lib/button/button.component.mjs +19 -19
- package/esm2020/lib/button/button.module.mjs +21 -27
- package/esm2020/lib/button/button.spacer.component.mjs +6 -7
- package/esm2020/lib/dbx-web.module.mjs +28 -30
- package/esm2020/lib/error/error.action.directive.mjs +7 -7
- package/esm2020/lib/error/error.component.mjs +5 -5
- package/esm2020/lib/error/error.loading.directive.mjs +7 -7
- package/esm2020/lib/error/error.module.mjs +19 -19
- package/esm2020/lib/index.mjs +3 -2
- package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +18 -9
- package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +25 -0
- package/esm2020/lib/interaction/dialog/dialog.module.mjs +33 -0
- package/esm2020/lib/interaction/dialog/index.mjs +3 -1
- package/esm2020/lib/interaction/filter/filter.module.mjs +62 -0
- package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +32 -0
- package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +38 -0
- package/esm2020/lib/interaction/filter/filter.popover.component.mjs +90 -0
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +33 -0
- package/esm2020/lib/interaction/filter/index.mjs +6 -0
- package/esm2020/lib/interaction/index.mjs +3 -1
- package/esm2020/lib/interaction/interaction.module.mjs +33 -0
- package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +6 -6
- package/esm2020/lib/interaction/popover/index.mjs +3 -2
- package/esm2020/lib/interaction/popover/popover.action.button.directive.mjs +10 -10
- package/esm2020/lib/interaction/popover/popover.action.directive.mjs +5 -5
- package/esm2020/lib/interaction/popover/popover.component.mjs +24 -35
- package/esm2020/lib/interaction/popover/popover.content.component.mjs +13 -21
- package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +28 -0
- package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +8 -8
- package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +5 -5
- package/esm2020/lib/interaction/popover/popover.header.component.mjs +10 -11
- package/esm2020/lib/interaction/popover/popover.mjs +2 -2
- package/esm2020/lib/interaction/popover/popover.module.mjs +71 -63
- package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +12 -18
- package/esm2020/lib/interaction/popover/popover.service.mjs +7 -7
- package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +4 -4
- package/esm2020/lib/interaction/popup/index.mjs +2 -1
- package/esm2020/lib/interaction/popup/popup.component.mjs +27 -42
- package/esm2020/lib/interaction/popup/popup.content.component.mjs +13 -15
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +13 -15
- package/esm2020/lib/interaction/popup/popup.controls.component.mjs +9 -11
- package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +9 -10
- package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +5 -5
- package/esm2020/lib/interaction/popup/popup.mjs +8 -8
- package/esm2020/lib/interaction/popup/popup.module.mjs +54 -46
- package/esm2020/lib/interaction/popup/popup.position.strategy.mjs +8 -12
- package/esm2020/lib/interaction/popup/popup.service.mjs +9 -8
- package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +10 -22
- package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +9 -9
- package/esm2020/lib/interaction/prompt/prompt.component.mjs +24 -9
- package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +11 -11
- package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +40 -15
- package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +11 -21
- package/esm2020/lib/interaction/prompt/prompt.confirm.mjs +6 -5
- package/esm2020/lib/interaction/prompt/prompt.module.mjs +61 -52
- package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +20 -22
- package/esm2020/lib/keypress/keydown.listener.directive.mjs +5 -5
- package/esm2020/lib/keypress/keypress.module.mjs +9 -9
- package/esm2020/lib/layout/bar/bar.directive.mjs +24 -0
- package/esm2020/lib/layout/bar/bar.header.component.mjs +39 -0
- package/esm2020/lib/layout/bar/bar.layout.module.mjs +47 -0
- package/esm2020/lib/layout/bar/bar.mjs +2 -0
- package/esm2020/lib/layout/bar/index.mjs +5 -0
- package/esm2020/lib/layout/bar/pagebar.component.mjs +15 -0
- package/esm2020/lib/layout/block/block.layout.module.mjs +14 -14
- package/esm2020/lib/layout/block/two.block.component.mjs +5 -5
- package/esm2020/lib/layout/card/card.box.component.mjs +5 -5
- package/esm2020/lib/layout/card/card.box.container.component.mjs +5 -5
- package/esm2020/lib/layout/card/card.box.layout.module.mjs +15 -15
- package/esm2020/lib/layout/column/column.layout.module.mjs +12 -12
- package/esm2020/lib/layout/column/one/one.column.component.mjs +6 -6
- package/esm2020/lib/layout/column/one/one.column.module.mjs +13 -13
- package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +6 -6
- package/esm2020/lib/layout/column/two/two.column.component.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +6 -6
- package/esm2020/lib/layout/column/two/two.column.head.component.mjs +5 -5
- package/esm2020/lib/layout/column/two/two.column.module.mjs +42 -42
- package/esm2020/lib/layout/column/two/two.column.right.component.mjs +6 -6
- package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +6 -6
- package/esm2020/lib/layout/compact/compact.directive.mjs +5 -5
- package/esm2020/lib/layout/compact/compact.layout.module.mjs +9 -9
- package/esm2020/lib/layout/content/content.border.directive.mjs +19 -0
- package/esm2020/lib/layout/content/content.box.directive.mjs +25 -0
- package/esm2020/lib/layout/content/content.container.directive.mjs +28 -0
- package/esm2020/lib/layout/content/content.directive.mjs +19 -0
- package/esm2020/lib/layout/content/content.elevate.directive.mjs +19 -0
- package/esm2020/lib/layout/content/content.layout.module.mjs +34 -24
- package/esm2020/lib/layout/content/content.page.directive.mjs +19 -0
- package/esm2020/lib/layout/content/index.mjs +7 -5
- package/esm2020/lib/layout/flag/flag.component.mjs +5 -5
- package/esm2020/lib/layout/flag/flag.layout.module.mjs +15 -15
- package/esm2020/lib/layout/flag/flag.prompt.component.mjs +6 -6
- package/esm2020/lib/layout/flex/flex.group.directive.mjs +53 -0
- package/esm2020/lib/layout/flex/flex.layout.module.mjs +31 -0
- package/esm2020/lib/layout/flex/flex.mjs +2 -0
- package/esm2020/lib/layout/flex/flex.size.directive.mjs +25 -0
- package/esm2020/lib/layout/flex/index.mjs +5 -0
- package/esm2020/lib/layout/index.mjs +5 -2
- package/esm2020/lib/layout/item/item.icon.component.mjs +5 -5
- package/esm2020/lib/layout/item/item.layout.module.mjs +10 -10
- package/esm2020/lib/layout/layout.module.mjs +60 -48
- package/esm2020/lib/layout/list/index.mjs +12 -2
- package/esm2020/lib/layout/list/list.component.mjs +232 -0
- package/esm2020/lib/layout/list/list.content.empty.component.mjs +26 -0
- package/esm2020/lib/layout/list/list.directive.mjs +78 -0
- package/esm2020/lib/layout/list/list.layout.module.mjs +56 -11
- package/esm2020/lib/layout/list/list.view.directive.mjs +50 -0
- package/esm2020/lib/layout/list/list.view.mjs +13 -0
- package/esm2020/lib/layout/list/list.view.selection.directive.mjs +32 -0
- package/esm2020/lib/layout/list/list.view.value.component.mjs +61 -0
- package/esm2020/lib/layout/list/list.view.value.directive.mjs +35 -0
- package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +20 -0
- package/esm2020/lib/layout/list/list.view.value.mjs +30 -0
- package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +88 -0
- package/esm2020/lib/layout/section/index.mjs +3 -4
- package/esm2020/lib/layout/section/section.component.mjs +21 -32
- package/esm2020/lib/layout/section/section.header.component.mjs +79 -0
- package/esm2020/lib/layout/section/section.intro.component.mjs +7 -8
- package/esm2020/lib/layout/section/section.layout.module.mjs +34 -44
- package/esm2020/lib/layout/section/section.mjs +2 -0
- package/esm2020/lib/layout/section/section.page.component.mjs +17 -30
- package/esm2020/lib/layout/section/subsection.component.mjs +16 -14
- package/esm2020/lib/layout/step/step.component.mjs +5 -5
- package/esm2020/lib/layout/step/step.layout.module.mjs +10 -10
- package/esm2020/lib/layout/style/index.mjs +7 -0
- package/esm2020/lib/layout/style/spacer.directive.mjs +16 -0
- package/esm2020/lib/layout/style/style.body.directive.mjs +35 -0
- package/esm2020/lib/layout/style/style.directive.mjs +32 -0
- package/esm2020/lib/layout/style/style.layout.module.mjs +41 -0
- package/esm2020/lib/layout/style/style.service.mjs +76 -0
- package/esm2020/lib/layout/style/style.set.directive.mjs +69 -0
- package/esm2020/lib/layout/text/hint.component.mjs +17 -0
- package/esm2020/lib/layout/text/index.mjs +11 -0
- package/esm2020/lib/layout/text/label.component.mjs +17 -0
- package/esm2020/lib/layout/text/linkify.component.mjs +47 -0
- package/esm2020/lib/layout/text/note.component.mjs +17 -0
- package/esm2020/lib/layout/text/notice.component.mjs +17 -0
- package/esm2020/lib/layout/text/ok.component.mjs +17 -0
- package/esm2020/lib/layout/text/success.component.mjs +17 -0
- package/esm2020/lib/layout/text/text.chips.component.mjs +31 -0
- package/esm2020/lib/layout/text/text.module.mjs +78 -0
- package/esm2020/lib/layout/text/warn.component.mjs +17 -0
- package/esm2020/lib/loading/basic-loading.component.mjs +6 -6
- package/esm2020/lib/loading/loading-progress.component.mjs +5 -5
- package/esm2020/lib/loading/loading.component.mjs +6 -6
- package/esm2020/lib/loading/loading.module.mjs +27 -27
- package/esm2020/lib/router/index.mjs +2 -2
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +50 -0
- package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +30 -0
- package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +49 -0
- package/esm2020/lib/router/layout/anchor/anchor.module.mjs +48 -0
- package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +29 -0
- package/esm2020/lib/router/layout/anchor/index.mjs +6 -0
- package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +34 -0
- package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +50 -0
- package/esm2020/lib/router/layout/anchorlist/index.mjs +3 -0
- package/esm2020/lib/router/layout/index.mjs +6 -0
- package/esm2020/lib/router/layout/layout.module.mjs +29 -0
- package/esm2020/lib/router/layout/navbar/index.mjs +3 -0
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +75 -0
- package/esm2020/lib/router/layout/navbar/navbar.module.mjs +46 -0
- package/esm2020/lib/router/layout/sidenav/index.mjs +9 -0
- package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +39 -0
- package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +133 -0
- package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +89 -0
- package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +59 -0
- package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +39 -0
- package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +7 -7
- package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +17 -17
- package/esm2020/lib/router/provider/router.provider.config.mjs +2 -2
- package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +7 -7
- package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +17 -17
- package/esm2020/lib/screen/index.mjs +4 -0
- package/esm2020/lib/screen/screen.mjs +22 -0
- package/esm2020/lib/screen/screen.module.mjs +24 -0
- package/esm2020/lib/screen/screen.service.mjs +94 -0
- package/fesm2015/dereekb-dbx-web.mjs +5513 -3687
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +5491 -3666
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/lib/action/_action.scss +40 -0
- package/lib/action/action.confirm.directive.d.ts +5 -5
- package/lib/action/action.module.d.ts +4 -4
- package/lib/action/action.snackbar.component.d.ts +7 -7
- package/lib/action/key.trigger.directive.d.ts +3 -3
- package/lib/action/transition/action.transition.module.d.ts +5 -5
- package/lib/action/transition/transition.safety.dialog.component.d.ts +7 -7
- package/lib/action/transition/transition.safety.directive.d.ts +14 -23
- package/lib/button/_button.scss +32 -0
- package/lib/button/button.component.d.ts +6 -6
- package/lib/button/button.module.d.ts +6 -8
- package/lib/button/button.spacer.component.d.ts +3 -3
- package/lib/dbx-web.module.d.ts +15 -10
- package/lib/error/_error.scss +26 -0
- package/lib/error/error.action.directive.d.ts +6 -6
- package/lib/error/error.component.d.ts +3 -3
- package/lib/error/error.loading.directive.d.ts +6 -6
- package/lib/error/error.module.d.ts +4 -4
- package/lib/index.d.ts +2 -1
- package/lib/interaction/_interaction.scss +33 -0
- package/lib/interaction/dialog/_dialog.scss +26 -0
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +7 -5
- package/lib/interaction/dialog/dialog.content.component.d.ts +10 -0
- package/lib/interaction/dialog/dialog.module.d.ts +12 -0
- package/lib/interaction/dialog/index.d.ts +2 -0
- package/lib/interaction/filter/_filter.scss +25 -0
- package/lib/interaction/filter/filter.module.d.ts +15 -0
- package/lib/interaction/filter/filter.popover.button.component.d.ts +9 -0
- package/lib/interaction/filter/filter.popover.button.directive.d.ts +17 -0
- package/lib/interaction/filter/filter.popover.component.d.ts +53 -0
- package/lib/interaction/filter/filter.wrapper.component.d.ts +14 -0
- package/lib/interaction/filter/index.d.ts +5 -0
- package/lib/interaction/index.d.ts +2 -0
- package/lib/interaction/interaction.module.d.ts +11 -0
- package/lib/interaction/popover/_popover.scss +110 -0
- package/lib/interaction/popover/abstract.popover.directive.d.ts +6 -6
- package/lib/interaction/popover/index.d.ts +2 -1
- package/lib/interaction/popover/popover.action.button.directive.d.ts +8 -8
- package/lib/interaction/popover/popover.action.directive.d.ts +8 -8
- package/lib/interaction/popover/popover.component.d.ts +15 -17
- package/lib/interaction/popover/popover.content.component.d.ts +3 -4
- package/lib/interaction/popover/popover.controls.directive.d.ts +10 -0
- package/lib/interaction/popover/popover.coordinator.component.d.ts +6 -6
- package/lib/interaction/popover/popover.coordinator.service.d.ts +8 -8
- package/lib/interaction/popover/popover.d.ts +3 -3
- package/lib/interaction/popover/popover.header.component.d.ts +5 -5
- package/lib/interaction/popover/popover.module.d.ts +11 -9
- package/lib/interaction/popover/popover.scroll.content.component.d.ts +6 -6
- package/lib/interaction/popover/popover.service.d.ts +6 -6
- package/lib/interaction/popup/_popup.scss +82 -0
- package/lib/interaction/popup/abstract.popup.directive.d.ts +4 -4
- package/lib/interaction/popup/index.d.ts +1 -0
- package/lib/interaction/popup/popup.component.d.ts +15 -18
- package/lib/interaction/popup/popup.content.component.d.ts +5 -5
- package/lib/interaction/popup/popup.controls.buttons.component.d.ts +5 -5
- package/lib/interaction/popup/popup.controls.component.d.ts +3 -3
- package/lib/interaction/popup/popup.coordinator.component.d.ts +6 -6
- package/lib/interaction/popup/popup.coordinator.service.d.ts +8 -8
- package/lib/interaction/popup/popup.d.ts +5 -5
- package/lib/interaction/popup/popup.module.d.ts +9 -7
- package/lib/interaction/popup/popup.position.strategy.d.ts +1 -5
- package/lib/interaction/popup/popup.service.d.ts +6 -6
- package/lib/interaction/prompt/_prompt.scss +46 -0
- package/lib/interaction/prompt/prompt.box.component.d.ts +3 -5
- package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +8 -8
- package/lib/interaction/prompt/prompt.component.d.ts +3 -4
- package/lib/interaction/prompt/prompt.confirm.component.d.ts +8 -8
- package/lib/interaction/prompt/prompt.confirm.d.ts +2 -2
- package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +17 -6
- package/lib/interaction/prompt/prompt.confirm.directive.d.ts +11 -14
- package/lib/interaction/prompt/prompt.module.d.ts +9 -7
- package/lib/interaction/prompt/prompt.page.component.d.ts +3 -3
- package/lib/interaction/style/_style.scss +47 -0
- package/lib/keypress/keydown.listener.directive.d.ts +3 -3
- package/lib/keypress/keypress.module.d.ts +4 -4
- package/lib/layout/_layout.scss +61 -0
- package/lib/layout/bar/_bar.scss +81 -0
- package/lib/layout/bar/bar.d.ts +1 -0
- package/lib/layout/bar/bar.directive.d.ts +11 -0
- package/lib/layout/bar/bar.header.component.d.ts +13 -0
- package/lib/layout/bar/bar.layout.module.d.ts +15 -0
- package/lib/layout/bar/index.d.ts +4 -0
- package/lib/layout/bar/pagebar.component.d.ts +8 -0
- package/lib/layout/block/_block.scss +39 -0
- package/lib/layout/block/block.layout.module.d.ts +5 -5
- package/lib/layout/block/two.block.component.d.ts +3 -3
- package/lib/layout/card/_card.scss +26 -0
- package/lib/layout/card/card.box.component.d.ts +3 -3
- package/lib/layout/card/card.box.container.component.d.ts +3 -3
- package/lib/layout/card/card.box.layout.module.d.ts +4 -4
- package/lib/layout/column/_column.scss +26 -0
- package/lib/layout/column/column.layout.module.d.ts +4 -4
- package/lib/layout/column/one/one.column.component.d.ts +3 -3
- package/lib/layout/column/one/one.column.module.d.ts +4 -4
- package/lib/layout/column/two/two.column.back.directive.d.ts +4 -4
- package/lib/layout/column/two/two.column.component.d.ts +3 -3
- package/lib/layout/column/two/two.column.full.left.directive.d.ts +4 -4
- package/lib/layout/column/two/two.column.head.component.d.ts +3 -3
- package/lib/layout/column/two/two.column.module.d.ts +5 -5
- package/lib/layout/column/two/two.column.right.component.d.ts +3 -3
- package/lib/layout/column/two/two.column.sref.directive.d.ts +4 -4
- package/lib/layout/column/two.scss +114 -0
- package/lib/layout/compact/compact.directive.d.ts +3 -3
- package/lib/layout/compact/compact.layout.module.d.ts +4 -4
- package/lib/layout/content/_content.scss +136 -0
- package/lib/layout/content/content.border.directive.d.ts +8 -0
- package/lib/layout/content/content.box.directive.d.ts +9 -0
- package/lib/layout/content/content.container.directive.d.ts +12 -0
- package/lib/layout/content/content.directive.d.ts +8 -0
- package/lib/layout/content/content.elevate.directive.d.ts +8 -0
- package/lib/layout/content/content.layout.module.d.ts +11 -9
- package/lib/layout/content/content.page.directive.d.ts +8 -0
- package/lib/layout/content/index.d.ts +6 -4
- package/lib/layout/flag/_flag.scss +26 -0
- package/lib/layout/flag/flag.component.d.ts +3 -3
- package/lib/layout/flag/flag.layout.module.d.ts +4 -4
- package/lib/layout/flag/flag.prompt.component.d.ts +3 -3
- package/lib/layout/flex/_flex.scss +76 -0
- package/lib/layout/flex/flex.d.ts +4 -0
- package/lib/layout/flex/flex.group.directive.d.ts +24 -0
- package/lib/layout/flex/flex.layout.module.d.ts +9 -0
- package/lib/layout/flex/flex.size.directive.d.ts +10 -0
- package/lib/layout/flex/index.d.ts +4 -0
- package/lib/layout/index.d.ts +4 -1
- package/lib/layout/item/_item.scss +26 -0
- package/lib/layout/item/item.icon.component.d.ts +3 -3
- package/lib/layout/item/item.layout.module.d.ts +4 -4
- package/lib/layout/layout.module.d.ts +17 -14
- package/lib/layout/list/_list.scss +72 -0
- package/lib/layout/list/index.d.ts +11 -1
- package/lib/layout/list/list.component.d.ts +115 -0
- package/lib/layout/list/list.content.empty.component.d.ts +8 -0
- package/lib/layout/list/list.directive.d.ts +35 -0
- package/lib/layout/list/list.layout.module.d.ts +15 -6
- package/lib/layout/list/list.view.d.ts +45 -0
- package/lib/layout/list/list.view.directive.d.ts +26 -0
- package/lib/layout/list/list.view.selection.directive.d.ts +15 -0
- package/lib/layout/list/list.view.value.component.d.ts +15 -0
- package/lib/layout/list/list.view.value.d.ts +21 -0
- package/lib/layout/list/list.view.value.directive.d.ts +21 -0
- package/lib/layout/list/list.view.value.item.directive.d.ts +9 -0
- package/lib/layout/list/list.view.value.selection.component.d.ts +32 -0
- package/lib/layout/section/_section.scss +116 -0
- package/lib/layout/section/index.d.ts +2 -3
- package/lib/layout/section/section.component.d.ts +5 -7
- package/lib/layout/section/section.d.ts +1 -0
- package/lib/layout/section/section.header.component.d.ts +14 -0
- package/lib/layout/section/section.intro.component.d.ts +4 -4
- package/lib/layout/section/section.layout.module.d.ts +14 -16
- package/lib/layout/section/section.page.component.d.ts +4 -5
- package/lib/layout/section/subsection.component.d.ts +5 -5
- package/lib/layout/step/_step.scss +59 -0
- package/lib/layout/step/step.component.d.ts +3 -3
- package/lib/layout/step/step.layout.module.d.ts +4 -4
- package/lib/layout/style/_style.scss +101 -0
- package/lib/layout/style/index.d.ts +6 -0
- package/lib/layout/style/spacer.directive.d.ts +5 -0
- package/lib/layout/style/style.body.directive.d.ts +16 -0
- package/lib/layout/style/style.directive.d.ts +15 -0
- package/lib/layout/style/style.layout.module.d.ts +11 -0
- package/lib/layout/style/style.service.d.ts +37 -0
- package/lib/layout/style/style.set.directive.d.ts +31 -0
- package/lib/layout/text/_text.scss +97 -0
- package/lib/layout/text/hint.component.d.ts +5 -0
- package/lib/{text → layout/text}/index.d.ts +0 -2
- package/lib/layout/text/label.component.d.ts +5 -0
- package/lib/{text → layout/text}/linkify.component.d.ts +3 -3
- package/lib/layout/text/note.component.d.ts +5 -0
- package/lib/layout/text/notice.component.d.ts +5 -0
- package/lib/layout/text/ok.component.d.ts +5 -0
- package/lib/layout/text/success.component.d.ts +5 -0
- package/lib/layout/text/text.chips.component.d.ts +13 -0
- package/lib/layout/text/text.module.d.ts +19 -0
- package/lib/layout/text/warn.component.d.ts +5 -0
- package/lib/loading/basic-loading.component.d.ts +4 -4
- package/lib/loading/loading-progress.component.d.ts +3 -3
- package/lib/loading/loading.component.d.ts +5 -5
- package/lib/loading/loading.module.d.ts +5 -5
- package/lib/router/_router.scss +25 -0
- package/lib/router/index.d.ts +1 -1
- package/lib/router/layout/anchor/_anchor.scss +37 -0
- package/lib/router/{anchor → layout/anchor}/anchor.component.d.ts +7 -8
- package/lib/router/layout/anchor/anchor.icon.component.d.ts +11 -0
- package/lib/router/layout/anchor/anchor.link.component.d.ts +13 -0
- package/lib/router/layout/anchor/anchor.module.d.ts +13 -0
- package/lib/router/layout/anchor/anchor.segue.directive.d.ts +19 -0
- package/lib/router/{anchor → layout/anchor}/index.d.ts +1 -0
- package/lib/router/layout/anchorlist/_anchorlist.scss +95 -0
- package/lib/router/layout/anchorlist/anchorlist.component.d.ts +15 -0
- package/lib/router/layout/anchorlist/anchorlist.module.d.ts +14 -0
- package/lib/router/layout/anchorlist/index.d.ts +2 -0
- package/lib/router/layout/index.d.ts +5 -0
- package/lib/router/layout/layout.module.d.ts +10 -0
- package/lib/router/layout/navbar/_navbar.scss +27 -0
- package/lib/router/layout/navbar/index.d.ts +2 -0
- package/lib/router/layout/navbar/navbar.component.d.ts +37 -0
- package/lib/router/layout/navbar/navbar.module.d.ts +13 -0
- package/lib/router/layout/sidenav/_sidenav.scss +189 -0
- package/lib/router/layout/sidenav/index.d.ts +5 -0
- package/lib/router/layout/sidenav/sidenav.button.component.d.ts +14 -0
- package/lib/router/layout/sidenav/sidenav.component.d.ts +42 -0
- package/lib/router/layout/sidenav/sidenav.module.d.ts +23 -0
- package/lib/router/layout/sidenav/sidenav.page.component.d.ts +20 -0
- package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +9 -0
- package/lib/router/provider/ngrouter/anchor.component.d.ts +4 -4
- package/lib/router/provider/ngrouter/angular.router.module.d.ts +5 -5
- package/lib/router/provider/router.provider.config.d.ts +3 -3
- package/lib/router/provider/uirouter/anchor.component.d.ts +4 -4
- package/lib/router/provider/uirouter/uirouter.router.module.d.ts +5 -5
- package/lib/screen/index.d.ts +3 -0
- package/lib/screen/screen.d.ts +36 -0
- package/lib/screen/screen.module.d.ts +9 -0
- package/lib/screen/screen.service.d.ts +60 -0
- package/lib/style/_all-core.scss +14 -0
- package/lib/style/_all-theme.scss +15 -0
- package/lib/style/_all-typography.scss +15 -0
- package/lib/style/_config.scss +122 -0
- package/lib/style/_core.scss +17 -0
- package/lib/style/_mixin.scss +99 -0
- package/lib/style/_root-variables.scss +35 -0
- package/lib/style/_theming.scss +19 -0
- package/lib/style/_variables.scss +45 -0
- package/package.json +35 -34
- package/esm2020/lib/interaction/popover/popover.controls.component.mjs +0 -35
- package/esm2020/lib/layout/content/content.bordered.component.mjs +0 -26
- package/esm2020/lib/layout/content/content.component.mjs +0 -32
- package/esm2020/lib/layout/content/content.container.component.mjs +0 -66
- package/esm2020/lib/layout/content/content.container.fullwidth.component.mjs +0 -26
- package/esm2020/lib/layout/dialog/dialog.content.component.mjs +0 -37
- package/esm2020/lib/layout/dialog/dialog.layout.module.mjs +0 -29
- package/esm2020/lib/layout/dialog/index.mjs +0 -3
- package/esm2020/lib/layout/list/list.empty.component.mjs +0 -26
- package/esm2020/lib/layout/section/section.box.anchor.component.mjs +0 -39
- package/esm2020/lib/layout/section/section.box.component.mjs +0 -32
- package/esm2020/lib/layout/section/section.elevated.component.mjs +0 -26
- package/esm2020/lib/router/anchor/anchor.component.mjs +0 -50
- package/esm2020/lib/router/anchor/anchor.icon.component.mjs +0 -30
- package/esm2020/lib/router/anchor/anchor.module.mjs +0 -43
- package/esm2020/lib/router/anchor/anchor.segue.directive.mjs +0 -32
- package/esm2020/lib/router/anchor/index.mjs +0 -5
- package/esm2020/lib/text/hint.component.mjs +0 -15
- package/esm2020/lib/text/index.mjs +0 -13
- package/esm2020/lib/text/label.bar.component.mjs +0 -32
- package/esm2020/lib/text/label.component.mjs +0 -18
- package/esm2020/lib/text/link.component.mjs +0 -36
- package/esm2020/lib/text/linkify.component.mjs +0 -48
- package/esm2020/lib/text/note.component.mjs +0 -15
- package/esm2020/lib/text/notice.component.mjs +0 -15
- package/esm2020/lib/text/ok.component.mjs +0 -15
- package/esm2020/lib/text/success.component.mjs +0 -15
- package/esm2020/lib/text/text.chips.component.mjs +0 -32
- package/esm2020/lib/text/text.module.mjs +0 -92
- package/esm2020/lib/text/warn.component.mjs +0 -15
- package/lib/interaction/popover/popover.controls.component.d.ts +0 -10
- package/lib/layout/content/content.bordered.component.d.ts +0 -8
- package/lib/layout/content/content.component.d.ts +0 -9
- package/lib/layout/content/content.container.component.d.ts +0 -34
- package/lib/layout/content/content.container.fullwidth.component.d.ts +0 -8
- package/lib/layout/dialog/dialog.content.component.d.ts +0 -13
- package/lib/layout/dialog/dialog.layout.module.d.ts +0 -11
- package/lib/layout/dialog/index.d.ts +0 -2
- package/lib/layout/list/list.empty.component.d.ts +0 -8
- package/lib/layout/section/section.box.anchor.component.d.ts +0 -11
- package/lib/layout/section/section.box.component.d.ts +0 -9
- package/lib/layout/section/section.elevated.component.d.ts +0 -8
- package/lib/router/anchor/anchor.icon.component.d.ts +0 -11
- package/lib/router/anchor/anchor.module.d.ts +0 -12
- package/lib/router/anchor/anchor.segue.directive.d.ts +0 -20
- package/lib/text/hint.component.d.ts +0 -5
- package/lib/text/label.bar.component.d.ts +0 -10
- package/lib/text/label.component.d.ts +0 -8
- package/lib/text/link.component.d.ts +0 -9
- package/lib/text/note.component.d.ts +0 -5
- package/lib/text/notice.component.d.ts +0 -5
- package/lib/text/ok.component.d.ts +0 -5
- package/lib/text/success.component.d.ts +0 -5
- package/lib/text/text.chips.component.d.ts +0 -13
- package/lib/text/text.module.d.ts +0 -22
- package/lib/text/warn.component.d.ts +0 -5
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
import { MatDialog
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DbNgxPromptConfirmDialogComponent } from './prompt.confirm.dialog.component';
|
|
3
|
+
import { DbxPromptConfirm } from './prompt.confirm';
|
|
4
|
+
import { DbxPromptConfirmConfig } from './prompt.confirm.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
/**
|
|
8
7
|
* Directive that when triggered shows a dialog to accept or reject.
|
|
9
8
|
*/
|
|
10
|
-
export declare abstract class AbstractPromptConfirmDirective implements
|
|
11
|
-
protected readonly
|
|
12
|
-
|
|
13
|
-
config?: DbNgxPromptConfirmConfig;
|
|
9
|
+
export declare abstract class AbstractPromptConfirmDirective implements DbxPromptConfirm {
|
|
10
|
+
protected readonly matDialog: MatDialog;
|
|
11
|
+
config?: DbxPromptConfirmConfig;
|
|
14
12
|
private _dialogRef?;
|
|
15
13
|
private _dialogPromise?;
|
|
16
|
-
constructor(
|
|
14
|
+
constructor(matDialog: MatDialog);
|
|
17
15
|
showDialog(): Observable<boolean>;
|
|
18
|
-
protected _makeDialog(): MatDialogRef<DbNgxPromptConfirmDialogComponent, boolean>;
|
|
19
16
|
protected _handleDialogResult(result: boolean): boolean;
|
|
20
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPromptConfirmDirective, never>;
|
|
21
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPromptConfirmDirective, never, never, {}, {}, never>;
|
|
@@ -23,9 +20,9 @@ export declare abstract class AbstractPromptConfirmDirective implements DbNgxPro
|
|
|
23
20
|
/**
|
|
24
21
|
* Directive that shows a confirmation screen.
|
|
25
22
|
*/
|
|
26
|
-
export declare class
|
|
27
|
-
config?:
|
|
23
|
+
export declare class DbxPromptConfirmDirective<T, O> extends AbstractPromptConfirmDirective {
|
|
24
|
+
config?: DbxPromptConfirmConfig;
|
|
28
25
|
constructor(dialog: MatDialog);
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptConfirmDirective<any, any>, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxPromptConfirmDirective<any, any>, "[dbxPromptConfirm]", never, { "config": "dbxPromptConfirm"; }, {}, never>;
|
|
31
28
|
}
|
|
@@ -9,12 +9,14 @@ import * as i7 from "./prompt.confirm.directive";
|
|
|
9
9
|
import * as i8 from "@angular/common";
|
|
10
10
|
import * as i9 from "@angular/material/dialog";
|
|
11
11
|
import * as i10 from "@angular/material/button";
|
|
12
|
-
import * as i11 from "../../text/text.module";
|
|
12
|
+
import * as i11 from "../../layout/text/text.module";
|
|
13
13
|
import * as i12 from "../../button/button.module";
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
static
|
|
14
|
+
import * as i13 from "@dereekb/dbx-core";
|
|
15
|
+
import * as i14 from "../dialog/dialog.module";
|
|
16
|
+
import * as i15 from "../../layout/section/section.layout.module";
|
|
17
|
+
import * as i16 from "../../layout/content/content.layout.module";
|
|
18
|
+
export declare class DbxPromptModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxPromptModule, [typeof i1.DbxPromptComponent, typeof i2.DbxPromptBoxComponent, typeof i3.DbxPromptPageComponent, typeof i4.DbxPromptConfirmComponent, typeof i5.DbxPromptConfirmButtonDirective, typeof i6.DbxPromptConfirmDialogComponent, typeof i7.DbxPromptConfirmDirective], [typeof i8.CommonModule, typeof i9.MatDialogModule, typeof i10.MatButtonModule, typeof i11.DbxTextModule, typeof i12.DbxButtonModule, typeof i13.DbxInjectedComponentModule, typeof i14.DbxDialogInteractionModule, typeof i15.DbxSectionLayoutModule, typeof i16.DbxContentLayoutModule], [typeof i1.DbxPromptComponent, typeof i2.DbxPromptBoxComponent, typeof i3.DbxPromptPageComponent, typeof i4.DbxPromptConfirmComponent, typeof i5.DbxPromptConfirmButtonDirective, typeof i7.DbxPromptConfirmDirective]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxPromptModule>;
|
|
20
22
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
2
|
+
export declare class DbxPromptPageComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPromptPageComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPromptPageComponent, "dbx-prompt-page", never, {}, {}, never, ["*"]>;
|
|
5
5
|
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
3
|
+
@use 'sass:color';
|
|
4
|
+
@use '../../style/theming';
|
|
5
|
+
|
|
6
|
+
// Sections
|
|
7
|
+
@mixin core() {
|
|
8
|
+
|
|
9
|
+
.cdk-overlay-pane .mat-menu-panel {
|
|
10
|
+
max-width: 90vw;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@mixin color($theme-config) {
|
|
16
|
+
$color-config: theming.get-color-config($theme-config);
|
|
17
|
+
$background: map.get($color-config, 'background');
|
|
18
|
+
$foreground: map.get($color-config, 'foreground');
|
|
19
|
+
$cdk-background-color: theming.get-color-from-palette($background, 'background');
|
|
20
|
+
$cdk-text-color: theming.get-color-from-palette($foreground, 'text');
|
|
21
|
+
$cdk-border-color: color.adjust($color: $cdk-text-color, $alpha: -0.90);
|
|
22
|
+
|
|
23
|
+
.ng-overlay-container {
|
|
24
|
+
color: $cdk-text-color;
|
|
25
|
+
background: $cdk-background-color;
|
|
26
|
+
@include theming.elevation(8);
|
|
27
|
+
border: 1px solid $cdk-border-color;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@mixin typography($typography-config) {}
|
|
33
|
+
|
|
34
|
+
@mixin theme($theme-config) {
|
|
35
|
+
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-interaction-style') {
|
|
36
|
+
$color: theming.get-color-config($theme-config);
|
|
37
|
+
$typography: theming.get-typography-config($theme-config);
|
|
38
|
+
|
|
39
|
+
@if $color !=null {
|
|
40
|
+
@include color($theme-config);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@if $typography !=null {
|
|
44
|
+
@include typography($typography);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class DbxWindowKeyDownListenerDirective implements OnDestroy {
|
|
4
4
|
private _keysFilter?;
|
|
5
5
|
appWindowKeyDownEnabled: boolean;
|
|
6
6
|
keyPressed: EventEmitter<KeyboardEvent>;
|
|
7
7
|
set appWindowKeyDownFilter(filterOnKeys: string[]);
|
|
8
8
|
ngOnDestroy(): void;
|
|
9
9
|
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWindowKeyDownListenerDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxWindowKeyDownListenerDirective, "[dbxWindowKeyDownListener]", never, { "appWindowKeyDownEnabled": "appWindowKeyDownEnabled"; "appWindowKeyDownFilter": "appWindowKeyDownFilter"; }, { "keyPressed": "dbxWindowKeyDownListener"; }, never>;
|
|
12
12
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./keydown.listener.directive";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
4
|
+
export declare class DbxKeypressModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxKeypressModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxKeypressModule, [typeof i1.DbxWindowKeyDownListenerDirective], [typeof i2.CommonModule], [typeof i1.DbxWindowKeyDownListenerDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxKeypressModule>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@use './bar/bar';
|
|
2
|
+
@use './block/block';
|
|
3
|
+
@use './card/card';
|
|
4
|
+
@use './column/column';
|
|
5
|
+
@use './content/content';
|
|
6
|
+
@use './flag/flag';
|
|
7
|
+
@use './flex/flex';
|
|
8
|
+
@use './item/item';
|
|
9
|
+
@use './list/list';
|
|
10
|
+
@use './section/section';
|
|
11
|
+
@use './step/step';
|
|
12
|
+
@use './style/style';
|
|
13
|
+
@use './text/text';
|
|
14
|
+
|
|
15
|
+
@mixin all-layout-core() {
|
|
16
|
+
@include bar.core();
|
|
17
|
+
@include block.core();
|
|
18
|
+
@include card.core();
|
|
19
|
+
@include column.core();
|
|
20
|
+
@include content.core();
|
|
21
|
+
@include flag.core();
|
|
22
|
+
@include flex.core();
|
|
23
|
+
@include item.core();
|
|
24
|
+
@include list.core();
|
|
25
|
+
@include section.core();
|
|
26
|
+
@include step.core();
|
|
27
|
+
@include style.core();
|
|
28
|
+
@include text.core();
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@mixin all-layout-typography($typography-config) {
|
|
32
|
+
@include bar.typography($typography-config);
|
|
33
|
+
@include block.typography($typography-config);
|
|
34
|
+
@include card.typography($typography-config);
|
|
35
|
+
@include column.typography($typography-config);
|
|
36
|
+
@include content.typography($typography-config);
|
|
37
|
+
@include flag.typography($typography-config);
|
|
38
|
+
@include flex.typography($typography-config);
|
|
39
|
+
@include item.typography($typography-config);
|
|
40
|
+
@include list.typography($typography-config);
|
|
41
|
+
@include section.typography($typography-config);
|
|
42
|
+
@include step.typography($typography-config);
|
|
43
|
+
@include style.typography($typography-config);
|
|
44
|
+
@include text.typography($typography-config);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin all-layout-theme($theme-config) {
|
|
48
|
+
@include bar.theme($theme-config);
|
|
49
|
+
@include block.theme($theme-config);
|
|
50
|
+
@include card.theme($theme-config);
|
|
51
|
+
@include column.theme($theme-config);
|
|
52
|
+
@include content.theme($theme-config);
|
|
53
|
+
@include flag.theme($theme-config);
|
|
54
|
+
@include flex.theme($theme-config);
|
|
55
|
+
@include item.theme($theme-config);
|
|
56
|
+
@include list.theme($theme-config);
|
|
57
|
+
@include section.theme($theme-config);
|
|
58
|
+
@include step.theme($theme-config);
|
|
59
|
+
@include style.theme($theme-config);
|
|
60
|
+
@include text.theme($theme-config);
|
|
61
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'sass:color';
|
|
3
|
+
@use '../../style/theming';
|
|
4
|
+
|
|
5
|
+
// MARK: Variables
|
|
6
|
+
$pagebar-height-var: theming.$page-navbar-height-var;
|
|
7
|
+
$pagebar-height: theming.$page-navbar-height;
|
|
8
|
+
$bar-vertical-padding: theming.$padding-1;
|
|
9
|
+
|
|
10
|
+
// MARK: Mixin
|
|
11
|
+
@mixin core() {
|
|
12
|
+
|
|
13
|
+
.dbx-banner {
|
|
14
|
+
@include theming.elevation(3);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.dbx-pagebar.mat-toolbar {
|
|
18
|
+
height: $pagebar-height;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dbx-bar {
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
padding: $bar-vertical-padding;
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.dbx-pagebar-hide {
|
|
30
|
+
#{$pagebar-height-var}: 0px;
|
|
31
|
+
|
|
32
|
+
.dbx-pagebar {
|
|
33
|
+
display: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@mixin color($theme-config) {
|
|
40
|
+
$color-config: theming.get-color-config($theme-config);
|
|
41
|
+
$background: map.get($color-config, 'background');
|
|
42
|
+
$primary: map.get($color-config, 'primary');
|
|
43
|
+
$accent: map.get($color-config, 'accent');
|
|
44
|
+
|
|
45
|
+
$dbx-bar-bg-color: theming.get-color-from-palette($background, 'app-bar');
|
|
46
|
+
$dbx-bar-color: theming.get-color-from-palette($background, 'contrast');
|
|
47
|
+
|
|
48
|
+
.dbx-pagebar .mat-toolbar {
|
|
49
|
+
// todo?
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.dbx-bar,
|
|
53
|
+
.dbx-bar-background {
|
|
54
|
+
background: $dbx-bar-bg-color;
|
|
55
|
+
color: $dbx-bar-color;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@mixin typography($typography-config) {
|
|
61
|
+
|
|
62
|
+
.dbx-bar {
|
|
63
|
+
font-size: theming.font-size($typography-config, 'caption');
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@mixin theme($theme-config) {
|
|
69
|
+
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-bar') {
|
|
70
|
+
$color: theming.get-color-config($theme-config);
|
|
71
|
+
$typography: theming.get-typography-config($theme-config);
|
|
72
|
+
|
|
73
|
+
@if $color !=null {
|
|
74
|
+
@include color($theme-config);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@if $typography !=null {
|
|
78
|
+
@include typography($typography);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type DbxBarColor = 'primary' | 'accent' | 'warn' | 'background';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Maybe } from '@dereekb/util';
|
|
2
|
+
import { DbxBarColor } from './bar';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Acts as a wrapper for content distributed along a bar.
|
|
6
|
+
*/
|
|
7
|
+
export declare class DbxBarDirective {
|
|
8
|
+
color?: Maybe<DbxBarColor>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBarDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar", never, { "color": "color"; }, {}, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Maybe } from '@dereekb/util';
|
|
2
|
+
import { DbxBarColor } from './bar';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Acts as a divider between content and centers a label within a background.
|
|
6
|
+
*/
|
|
7
|
+
export declare class DbxBarHeaderComponent {
|
|
8
|
+
text?: Maybe<string>;
|
|
9
|
+
icon?: Maybe<string>;
|
|
10
|
+
color?: Maybe<DbxBarColor>;
|
|
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>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bar.directive";
|
|
3
|
+
import * as i2 from "./bar.header.component";
|
|
4
|
+
import * as i3 from "./pagebar.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@angular/material/toolbar";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
/**
|
|
9
|
+
* Module for block components.
|
|
10
|
+
*/
|
|
11
|
+
export declare class DbxBarLayoutModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBarLayoutModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxBarLayoutModule, [typeof i1.DbxBarDirective, typeof i2.DbxBarHeaderComponent, typeof i3.DbxPagebarComponent], [typeof i4.CommonModule, typeof i5.MatToolbarModule, typeof i6.MatIconModule], [typeof i1.DbxBarDirective, typeof i2.DbxBarHeaderComponent, typeof i3.DbxPagebarComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxBarLayoutModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Maybe } from '@dereekb/util';
|
|
2
|
+
import { DbxBarColor } from './bar';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DbxPagebarComponent {
|
|
5
|
+
color?: Maybe<DbxBarColor>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxPagebarComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxPagebarComponent, "dbx-pagebar", never, { "color": "color"; }, {}, never, ["[left]", "[right]"]>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@use '../../style/theming';
|
|
2
|
+
|
|
3
|
+
// MARK: Variables
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// MARK: Mixin
|
|
7
|
+
@mixin core() {
|
|
8
|
+
|
|
9
|
+
// todo
|
|
10
|
+
|
|
11
|
+
.two-blocks {
|
|
12
|
+
height: 100%;
|
|
13
|
+
--two-blocks-top-height: 50;
|
|
14
|
+
|
|
15
|
+
.bottom-block {
|
|
16
|
+
height: calc(100% - var(--two-blocks-top-height));
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@mixin color($theme-config) {}
|
|
23
|
+
|
|
24
|
+
@mixin typography($typography-config) {}
|
|
25
|
+
|
|
26
|
+
@mixin theme($theme-config) {
|
|
27
|
+
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-block') {
|
|
28
|
+
$color: theming.get-color-config($theme-config);
|
|
29
|
+
$typography: theming.get-typography-config($theme-config);
|
|
30
|
+
|
|
31
|
+
@if $color !=null {
|
|
32
|
+
@include color($theme-config);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@if $typography !=null {
|
|
36
|
+
@include typography($typography);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./two.block.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../router/anchor/anchor.module";
|
|
4
|
+
import * as i3 from "../../router/layout/anchor/anchor.module";
|
|
5
5
|
import * as i4 from "angular-resize-event";
|
|
6
6
|
/**
|
|
7
7
|
* Module for block components.
|
|
8
8
|
*/
|
|
9
|
-
export declare class
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
9
|
+
export declare class DbxBlockLayoutModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBlockLayoutModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxBlockLayoutModule, [typeof i1.DbxTwoBlocksComponent], [typeof i2.CommonModule, typeof i3.DbxAnchorModule, typeof i4.AngularResizeEventModule], [typeof i1.DbxTwoBlocksComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxBlockLayoutModule>;
|
|
13
13
|
}
|
|
@@ -8,9 +8,9 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* The block is made up of two divs, a top and a bottom. The top is assigned a static height, and the bottom is given the remainder.
|
|
9
9
|
* The height is calculated from 100%.
|
|
10
10
|
*/
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class DbxTwoBlocksComponent {
|
|
12
12
|
twoElement: ElementRef;
|
|
13
13
|
onResized(event: ResizedEvent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoBlocksComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoBlocksComponent, "dbx-two-block", never, {}, {}, never, ["[top]", "*"]>;
|
|
16
16
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@use '../../style/theming';
|
|
2
|
+
|
|
3
|
+
// MARK: Variables
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// MARK: Mixin
|
|
7
|
+
@mixin core() {}
|
|
8
|
+
|
|
9
|
+
@mixin color($theme-config) {}
|
|
10
|
+
|
|
11
|
+
@mixin typography($typography-config) {}
|
|
12
|
+
|
|
13
|
+
@mixin theme($theme-config) {
|
|
14
|
+
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-card') {
|
|
15
|
+
$color: theming.get-color-config($theme-config);
|
|
16
|
+
$typography: theming.get-typography-config($theme-config);
|
|
17
|
+
|
|
18
|
+
@if $color !=null {
|
|
19
|
+
@include color($theme-config);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@if $typography !=null {
|
|
23
|
+
@include typography($typography);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
/**
|
|
3
3
|
* Component that formats a card-box of content.
|
|
4
4
|
*/
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class DbxCardBoxComponent {
|
|
6
6
|
header?: string;
|
|
7
7
|
icon?: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCardBoxComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxComponent, "dbx-card-box", never, { "header": "header"; "icon": "icon"; }, {}, never, ["[sectionHeader]", "*"]>;
|
|
10
10
|
}
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
/**
|
|
3
3
|
* Component that wraps a card box and adds content padding.
|
|
4
4
|
*/
|
|
5
|
-
export declare class
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
5
|
+
export declare class DbxCardBoxContainerComponent {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCardBoxContainerComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxCardBoxContainerComponent, "dbx-card-box-container", never, {}, {}, never, ["*"]>;
|
|
8
8
|
}
|
|
@@ -3,8 +3,8 @@ import * as i1 from "./card.box.component";
|
|
|
3
3
|
import * as i2 from "./card.box.container.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/material/icon";
|
|
6
|
-
export declare class
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
6
|
+
export declare class DbxCardBoxLayoutModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxCardBoxLayoutModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxCardBoxLayoutModule, [typeof i1.DbxCardBoxComponent, typeof i2.DbxCardBoxContainerComponent], [typeof i3.CommonModule, typeof i4.MatIconModule], [typeof i1.DbxCardBoxComponent, typeof i2.DbxCardBoxContainerComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxCardBoxLayoutModule>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@use '../../style/theming';
|
|
2
|
+
|
|
3
|
+
// MARK: Variables
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// MARK: Mixin
|
|
7
|
+
@mixin core() {}
|
|
8
|
+
|
|
9
|
+
@mixin color($theme-config) {}
|
|
10
|
+
|
|
11
|
+
@mixin typography($typography-config) {}
|
|
12
|
+
|
|
13
|
+
@mixin theme($theme-config) {
|
|
14
|
+
@include theming.private-check-duplicate-theme-styles($theme-config, 'dbx-layout-column') {
|
|
15
|
+
$color: theming.get-color-config($theme-config);
|
|
16
|
+
$typography: theming.get-typography-config($theme-config);
|
|
17
|
+
|
|
18
|
+
@if $color !=null {
|
|
19
|
+
@include color($theme-config);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@if $typography !=null {
|
|
23
|
+
@include typography($typography);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./one/one.column.module";
|
|
3
3
|
import * as i2 from "./two/two.column.module";
|
|
4
|
-
export declare class
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
4
|
+
export declare class DbxColumnLayoutModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxColumnLayoutModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxColumnLayoutModule, never, never, [typeof i1.DbxOneColumnLayoutModule, typeof i2.DbxTwoColumnLayoutModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxColumnLayoutModule>;
|
|
8
8
|
}
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* Pre-configured Two-columns view that only has a left view and shows full left.
|
|
5
5
|
*/
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class DbxOneColumnComponent {
|
|
7
7
|
readonly twoColumnsContextStore: TwoColumnsContextStore;
|
|
8
8
|
constructor(twoColumnsContextStore: TwoColumnsContextStore);
|
|
9
9
|
inSectionPage: boolean;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxOneColumnComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxOneColumnComponent, "dbx-one-column", ["columns"], { "inSectionPage": "inSectionPage"; }, {}, never, ["[top]", "*"]>;
|
|
12
12
|
}
|
|
@@ -2,8 +2,8 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./one.column.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../two/two.column.module";
|
|
5
|
-
export declare class
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
5
|
+
export declare class DbxOneColumnLayoutModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxOneColumnLayoutModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxOneColumnLayoutModule, [typeof i1.DbxOneColumnComponent], [typeof i2.CommonModule, typeof i3.DbxTwoColumnLayoutModule], [typeof i1.DbxOneColumnComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxOneColumnLayoutModule>;
|
|
9
9
|
}
|
|
@@ -3,14 +3,14 @@ import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
|
3
3
|
import { TwoColumnsContextStore } from './two.column.store';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Used with an
|
|
6
|
+
* Used with an DbxTwoColumnsComponent to help respond to a "back" function.
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class DbxTwoColumnsBackDirective extends AbstractSubscriptionDirective implements OnInit {
|
|
9
9
|
readonly twoColumnsContextStore: TwoColumnsContextStore;
|
|
10
10
|
back: EventEmitter<any>;
|
|
11
11
|
constructor(twoColumnsContextStore: TwoColumnsContextStore);
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
backClicked(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnsBackDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnsBackDirective, "[dbxTwoColumnsBack]", never, {}, { "back": "dbxTwoColumnsBack"; }, never>;
|
|
16
16
|
}
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*
|
|
9
9
|
* Requires a TwoColumnsContextStore to be provided.
|
|
10
10
|
*/
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class DbxTwoColumnsComponent {
|
|
12
12
|
readonly twoColumnsContextStore: TwoColumnsContextStore;
|
|
13
13
|
readonly showRight$: Observable<boolean>;
|
|
14
14
|
readonly hideRight$: Observable<boolean>;
|
|
@@ -16,6 +16,6 @@ export declare class DbNgxTwoColumnsComponent {
|
|
|
16
16
|
constructor(twoColumnsContextStore: TwoColumnsContextStore);
|
|
17
17
|
reverseSizing: boolean;
|
|
18
18
|
inSectionPage: boolean;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnsComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTwoColumnsComponent, "dbx-two-columns", ["columns"], { "reverseSizing": "reverseSizing"; "inSectionPage": "inSectionPage"; }, {}, never, ["[left]", "[right]"]>;
|
|
21
21
|
}
|
|
@@ -3,9 +3,9 @@ import { OnDestroy } from '@angular/core';
|
|
|
3
3
|
import { TwoColumnsContextStore } from './two.column.store';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Used with a
|
|
6
|
+
* Used with a DbxTwoColumnsComponent to set the full left to true.
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class DbxTwoColumnsFullLeftDirective implements OnInit, OnDestroy {
|
|
9
9
|
private readonly _twoColumnsContextStore;
|
|
10
10
|
private _fullLeft;
|
|
11
11
|
get fullLeft(): boolean;
|
|
@@ -13,6 +13,6 @@ export declare class DbNgxTwoColumnsFullLeftDirective implements OnInit, OnDestr
|
|
|
13
13
|
constructor(_twoColumnsContextStore: TwoColumnsContextStore);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnsFullLeftDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnsFullLeftDirective, "[dbxTwoColumnsFullLeft]", never, { "fullLeft": "dbxTwoColumnsFullLeft"; }, {}, never>;
|
|
18
18
|
}
|