@dereekb/dbx-web 2.1.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/action/action.confirm.directive.mjs +3 -3
- package/esm2020/lib/action/action.module.mjs +16 -7
- package/esm2020/lib/action/action.progress.component.mjs +20 -0
- package/esm2020/lib/action/index.mjs +2 -1
- package/esm2020/lib/action/key.trigger.directive.mjs +3 -3
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +5 -5
- package/esm2020/lib/action/snackbar/action.snackbar.directive.mjs +3 -3
- package/esm2020/lib/action/snackbar/action.snackbar.generator.mjs +5 -5
- package/esm2020/lib/action/snackbar/action.snackbar.module.mjs +4 -4
- package/esm2020/lib/action/snackbar/action.snackbar.service.mjs +3 -3
- package/esm2020/lib/action/transition/action.transition.module.mjs +4 -4
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +4 -4
- package/esm2020/lib/action/transition/transition.safety.directive.mjs +3 -3
- package/esm2020/lib/button/button.component.mjs +31 -12
- package/esm2020/lib/button/button.module.mjs +12 -12
- package/esm2020/lib/button/button.spacer.component.mjs +3 -3
- package/esm2020/lib/button/index.mjs +2 -1
- package/esm2020/lib/button/progress/bar.button.component.mjs +16 -0
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +104 -0
- package/esm2020/lib/button/progress/button.progress.config.mjs +3 -0
- package/esm2020/lib/button/progress/button.progress.module.mjs +61 -0
- package/esm2020/lib/button/progress/index.mjs +5 -0
- package/esm2020/lib/button/progress/spinner.button.component.mjs +40 -0
- package/esm2020/lib/dbx-web.module.mjs +10 -17
- package/esm2020/lib/error/error.action.directive.mjs +3 -3
- package/esm2020/lib/error/error.component.mjs +5 -5
- package/esm2020/lib/error/error.loading.directive.mjs +3 -3
- package/esm2020/lib/error/error.module.mjs +4 -4
- package/esm2020/lib/interaction/dialog/abstract.dialog.directive.mjs +6 -6
- package/esm2020/lib/interaction/dialog/dialog.action.directive.mjs +3 -3
- package/esm2020/lib/interaction/dialog/dialog.content.component.mjs +4 -4
- package/esm2020/lib/interaction/dialog/dialog.module.mjs +4 -4
- package/esm2020/lib/interaction/filter/filter.module.mjs +9 -9
- package/esm2020/lib/interaction/filter/filter.popover.button.component.mjs +3 -3
- package/esm2020/lib/interaction/filter/filter.popover.button.directive.mjs +3 -3
- package/esm2020/lib/interaction/filter/filter.popover.component.mjs +5 -5
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +3 -3
- package/esm2020/lib/interaction/interaction.module.mjs +4 -4
- package/esm2020/lib/interaction/popover/abstract.popover.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/abstract.popover.ref.directive.mjs +6 -6
- package/esm2020/lib/interaction/popover/popover.action.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.component.mjs +9 -9
- package/esm2020/lib/interaction/popover/popover.content.component.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.controls.directive.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.coordinator.component.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.coordinator.service.mjs +11 -5
- package/esm2020/lib/interaction/popover/popover.header.component.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.module.mjs +13 -22
- package/esm2020/lib/interaction/popover/popover.scroll.content.component.mjs +3 -3
- package/esm2020/lib/interaction/popover/popover.service.mjs +3 -3
- package/esm2020/lib/interaction/popup/abstract.popup.directive.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.component.mjs +9 -9
- package/esm2020/lib/interaction/popup/popup.content.component.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +4 -4
- package/esm2020/lib/interaction/popup/popup.controls.component.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.coordinator.component.mjs +3 -3
- package/esm2020/lib/interaction/popup/popup.coordinator.service.mjs +11 -5
- package/esm2020/lib/interaction/popup/popup.module.mjs +13 -22
- package/esm2020/lib/interaction/popup/popup.service.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.box.component.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.button.confirm.directive.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.component.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.confirm.component.mjs +3 -3
- package/esm2020/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +8 -8
- package/esm2020/lib/interaction/prompt/prompt.confirm.directive.mjs +6 -6
- package/esm2020/lib/interaction/prompt/prompt.module.mjs +9 -9
- package/esm2020/lib/interaction/prompt/prompt.page.component.mjs +3 -3
- package/esm2020/lib/keypress/keydown.listener.directive.mjs +3 -3
- package/esm2020/lib/keypress/keypress.module.mjs +4 -4
- package/esm2020/lib/layout/bar/bar.directive.mjs +3 -3
- package/esm2020/lib/layout/bar/bar.header.component.mjs +3 -3
- package/esm2020/lib/layout/bar/bar.layout.module.mjs +4 -4
- package/esm2020/lib/layout/bar/pagebar.component.mjs +3 -3
- package/esm2020/lib/layout/block/block.layout.module.mjs +9 -9
- package/esm2020/lib/layout/block/two.block.component.mjs +22 -10
- package/esm2020/lib/layout/card/card.box.component.mjs +3 -3
- package/esm2020/lib/layout/card/card.box.container.component.mjs +3 -3
- package/esm2020/lib/layout/card/card.box.layout.module.mjs +4 -4
- package/esm2020/lib/layout/column/column.layout.module.mjs +4 -4
- package/esm2020/lib/layout/column/one/one.column.component.mjs +9 -9
- package/esm2020/lib/layout/column/one/one.column.module.mjs +4 -4
- package/esm2020/lib/layout/column/two/index.mjs +2 -1
- package/esm2020/lib/layout/column/two/two.column.back.directive.mjs +8 -8
- package/esm2020/lib/layout/column/two/two.column.component.mjs +51 -14
- package/esm2020/lib/layout/column/two/two.column.context.directive.mjs +36 -0
- package/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +8 -8
- package/esm2020/lib/layout/column/two/two.column.head.component.mjs +8 -8
- package/esm2020/lib/layout/column/two/two.column.module.mjs +43 -38
- package/esm2020/lib/layout/column/two/two.column.right.component.mjs +11 -6
- package/esm2020/lib/layout/column/two/two.column.sref.directive.mjs +12 -17
- package/esm2020/lib/layout/column/two/two.column.store.mjs +8 -7
- package/esm2020/lib/layout/compact/compact.directive.mjs +3 -3
- package/esm2020/lib/layout/compact/compact.layout.module.mjs +4 -4
- package/esm2020/lib/layout/compact/compact.store.mjs +3 -3
- package/esm2020/lib/layout/content/content.border.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.box.directive.mjs +9 -5
- package/esm2020/lib/layout/content/content.container.directive.mjs +4 -4
- package/esm2020/lib/layout/content/content.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.elevate.directive.mjs +3 -3
- package/esm2020/lib/layout/content/content.layout.module.mjs +4 -4
- package/esm2020/lib/layout/content/content.page.directive.mjs +3 -3
- package/esm2020/lib/layout/flag/flag.component.mjs +3 -3
- package/esm2020/lib/layout/flag/flag.layout.module.mjs +4 -4
- package/esm2020/lib/layout/flag/flag.prompt.component.mjs +3 -3
- package/esm2020/lib/layout/flex/flex.group.directive.mjs +8 -4
- package/esm2020/lib/layout/flex/flex.layout.module.mjs +4 -4
- package/esm2020/lib/layout/flex/flex.size.directive.mjs +3 -3
- package/esm2020/lib/layout/item/item.icon.component.mjs +3 -3
- package/esm2020/lib/layout/item/item.layout.module.mjs +4 -4
- package/esm2020/lib/layout/layout.module.mjs +4 -4
- package/esm2020/lib/layout/list/index.mjs +5 -1
- package/esm2020/lib/layout/list/list.component.mjs +22 -9
- package/esm2020/lib/layout/list/list.content.empty.component.mjs +3 -3
- package/esm2020/lib/layout/list/list.directive.mjs +12 -10
- package/esm2020/lib/layout/list/list.layout.module.mjs +32 -18
- package/esm2020/lib/layout/list/list.view.directive.mjs +11 -4
- package/esm2020/lib/layout/list/list.view.mjs +1 -1
- package/esm2020/lib/layout/list/list.view.selection.directive.mjs +8 -7
- package/esm2020/lib/layout/list/list.view.value.component.mjs +57 -28
- package/esm2020/lib/layout/list/list.view.value.directive.mjs +18 -10
- package/esm2020/lib/layout/list/list.view.value.item.directive.mjs +7 -7
- package/esm2020/lib/layout/list/list.view.value.mjs +36 -24
- package/esm2020/lib/layout/list/list.view.value.modifier.directive.mjs +81 -0
- package/esm2020/lib/layout/list/list.view.value.modifier.mjs +15 -0
- package/esm2020/lib/layout/list/list.view.value.modifier.ripple.directive.mjs +45 -0
- package/esm2020/lib/layout/list/list.view.value.selection.component.mjs +57 -43
- package/esm2020/lib/layout/list/list.wrapper.mjs +13 -0
- package/esm2020/lib/layout/section/section.component.mjs +3 -3
- package/esm2020/lib/layout/section/section.header.component.mjs +3 -3
- package/esm2020/lib/layout/section/section.intro.component.mjs +3 -3
- package/esm2020/lib/layout/section/section.layout.module.mjs +9 -9
- package/esm2020/lib/layout/section/section.page.component.mjs +3 -3
- package/esm2020/lib/layout/section/subsection.component.mjs +3 -3
- package/esm2020/lib/layout/step/step.component.mjs +3 -3
- package/esm2020/lib/layout/step/step.layout.module.mjs +4 -4
- package/esm2020/lib/layout/style/spacer.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.body.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.directive.mjs +3 -3
- package/esm2020/lib/layout/style/style.layout.module.mjs +4 -4
- package/esm2020/lib/layout/style/style.service.mjs +6 -4
- package/esm2020/lib/layout/style/style.set.directive.mjs +5 -4
- package/esm2020/lib/layout/text/hint.component.mjs +3 -3
- package/esm2020/lib/layout/text/icon.spacer.component.mjs +3 -3
- package/esm2020/lib/layout/text/label.component.mjs +3 -3
- package/esm2020/lib/layout/text/linkify.component.mjs +3 -3
- package/esm2020/lib/layout/text/note.component.mjs +3 -3
- package/esm2020/lib/layout/text/notice.component.mjs +3 -3
- package/esm2020/lib/layout/text/ok.component.mjs +3 -3
- package/esm2020/lib/layout/text/success.component.mjs +3 -3
- package/esm2020/lib/layout/text/text.chips.component.mjs +3 -3
- package/esm2020/lib/layout/text/text.module.mjs +4 -4
- package/esm2020/lib/layout/text/warn.component.mjs +3 -3
- package/esm2020/lib/loading/basic-loading.component.mjs +3 -3
- package/esm2020/lib/loading/loading-progress.component.mjs +4 -4
- package/esm2020/lib/loading/loading.action.directive.mjs +3 -3
- package/esm2020/lib/loading/loading.component.mjs +3 -3
- package/esm2020/lib/loading/loading.module.mjs +4 -4
- package/esm2020/lib/router/layout/anchor/anchor.component.mjs +9 -5
- package/esm2020/lib/router/layout/anchor/anchor.content.component.mjs +3 -3
- package/esm2020/lib/router/layout/anchor/anchor.icon.component.mjs +3 -3
- package/esm2020/lib/router/layout/anchor/anchor.link.component.mjs +3 -3
- package/esm2020/lib/router/layout/anchor/anchor.module.mjs +10 -10
- package/esm2020/lib/router/layout/anchor/anchor.segue.directive.mjs +4 -4
- package/esm2020/lib/router/layout/anchorlist/anchorlist.component.mjs +5 -5
- package/esm2020/lib/router/layout/anchorlist/anchorlist.module.mjs +10 -10
- package/esm2020/lib/router/layout/index.mjs +2 -1
- package/esm2020/lib/router/layout/layout.module.mjs +23 -19
- package/esm2020/lib/router/layout/list/index.mjs +3 -0
- package/esm2020/lib/router/layout/list/list.module.mjs +21 -0
- package/esm2020/lib/router/layout/list/router.list.directive.mjs +42 -0
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +4 -4
- package/esm2020/lib/router/layout/navbar/navbar.module.mjs +10 -10
- package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +3 -3
- package/esm2020/lib/router/layout/sidenav/sidenav.component.mjs +3 -3
- package/esm2020/lib/router/layout/sidenav/sidenav.module.mjs +14 -14
- package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +7 -4
- package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +4 -4
- package/esm2020/lib/router/provider/ngrouter/anchor.component.mjs +5 -5
- package/esm2020/lib/router/provider/ngrouter/angular.router.module.mjs +9 -9
- package/esm2020/lib/router/provider/router.provider.config.mjs +1 -1
- package/esm2020/lib/router/provider/uirouter/anchor.component.mjs +5 -5
- package/esm2020/lib/router/provider/uirouter/uirouter.router.module.mjs +9 -9
- package/esm2020/lib/screen/screen.module.mjs +4 -4
- package/esm2020/lib/screen/screen.service.mjs +5 -4
- package/fesm2015/dereekb-dbx-web.mjs +1581 -972
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +1578 -970
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/action/action.module.d.ts +10 -8
- package/lib/action/action.progress.component.d.ts +5 -0
- package/lib/action/index.d.ts +1 -0
- package/lib/action/snackbar/action.snackbar.generator.d.ts +5 -5
- package/lib/button/_button.scss +21 -0
- package/lib/button/button.component.d.ts +7 -3
- package/lib/button/button.module.d.ts +2 -2
- package/lib/button/index.d.ts +1 -0
- package/lib/button/progress/bar.button.component.d.ts +6 -0
- package/lib/button/progress/bar.button.component.scss +23 -0
- package/lib/button/progress/base.progress.button.directive.d.ts +37 -0
- package/lib/button/progress/button.progress.config.d.ts +51 -0
- package/lib/button/progress/button.progress.module.d.ts +17 -0
- package/lib/button/progress/index.d.ts +4 -0
- package/lib/button/progress/spinner.button.component.d.ts +9 -0
- package/lib/button/progress/spinner.button.component.scss +44 -0
- package/lib/dbx-web.module.d.ts +1 -3
- package/lib/interaction/dialog/_dialog.scss +18 -2
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +1 -1
- package/lib/interaction/filter/filter.module.d.ts +1 -1
- package/lib/interaction/filter/filter.popover.component.d.ts +2 -2
- package/lib/interaction/popover/popover.component.d.ts +3 -3
- package/lib/interaction/popover/popover.coordinator.service.d.ts +3 -1
- package/lib/interaction/popover/popover.module.d.ts +1 -3
- package/lib/interaction/popup/popup.component.d.ts +3 -3
- package/lib/interaction/popup/popup.coordinator.service.d.ts +3 -1
- package/lib/interaction/popup/popup.module.d.ts +1 -3
- package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +3 -3
- package/lib/interaction/prompt/prompt.module.d.ts +1 -1
- package/lib/layout/block/_block.scss +11 -8
- package/lib/layout/block/block.layout.module.d.ts +1 -1
- package/lib/layout/block/two.block.component.d.ts +5 -1
- package/lib/layout/column/_column.scss +119 -3
- package/lib/layout/column/two/index.d.ts +1 -0
- package/lib/layout/column/two/two.column.back.directive.d.ts +4 -4
- package/lib/layout/column/two/two.column.component.d.ts +23 -7
- package/lib/layout/column/two/two.column.context.directive.d.ts +18 -0
- 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 +7 -6
- package/lib/layout/column/two/two.column.right.component.d.ts +6 -4
- package/lib/layout/column/two/two.column.sref.directive.d.ts +6 -7
- package/lib/layout/column/two/two.column.store.d.ts +4 -3
- package/lib/layout/content/_content.scss +25 -3
- package/lib/layout/content/content.box.directive.d.ts +2 -1
- package/lib/layout/content/content.container.directive.d.ts +2 -2
- package/lib/layout/flex/_flex.scss +4 -0
- package/lib/layout/flex/flex.group.directive.d.ts +1 -0
- package/lib/layout/list/index.d.ts +4 -0
- package/lib/layout/list/list.component.d.ts +14 -5
- package/lib/layout/list/list.directive.d.ts +9 -7
- package/lib/layout/list/list.layout.module.d.ts +10 -8
- package/lib/layout/list/list.view.d.ts +11 -1
- package/lib/layout/list/list.view.directive.d.ts +4 -1
- package/lib/layout/list/list.view.selection.directive.d.ts +4 -3
- package/lib/layout/list/list.view.value.component.d.ts +18 -3
- package/lib/layout/list/list.view.value.d.ts +27 -11
- package/lib/layout/list/list.view.value.directive.d.ts +9 -6
- package/lib/layout/list/list.view.value.item.directive.d.ts +4 -4
- package/lib/layout/list/list.view.value.modifier.d.ts +12 -0
- package/lib/layout/list/list.view.value.modifier.directive.d.ts +37 -0
- package/lib/layout/list/list.view.value.modifier.ripple.directive.d.ts +17 -0
- package/lib/layout/list/list.view.value.selection.component.d.ts +10 -11
- package/lib/layout/list/list.wrapper.d.ts +11 -0
- package/lib/layout/section/section.layout.module.d.ts +1 -1
- package/lib/layout/style/_style.scss +12 -1
- package/lib/layout/text/_text.scss +9 -0
- package/lib/router/layout/anchor/_anchor.scss +5 -0
- package/lib/router/layout/anchor/anchor.component.d.ts +5 -4
- package/lib/router/layout/anchor/anchor.module.d.ts +4 -4
- package/lib/router/layout/anchor/anchor.segue.directive.d.ts +2 -2
- package/lib/router/layout/anchorlist/_anchorlist.scss +7 -0
- package/lib/router/layout/anchorlist/anchorlist.module.d.ts +4 -4
- package/lib/router/layout/index.d.ts +1 -0
- package/lib/router/layout/layout.module.d.ts +4 -3
- package/lib/router/layout/list/index.d.ts +2 -0
- package/lib/router/layout/list/list.module.d.ts +7 -0
- package/lib/router/layout/list/router.list.directive.d.ts +17 -0
- package/lib/router/layout/navbar/navbar.component.d.ts +4 -4
- package/lib/router/layout/navbar/navbar.module.d.ts +4 -4
- package/lib/router/layout/sidenav/sidenav.module.d.ts +4 -4
- package/lib/router/layout/sidenav/sidenav.page.component.d.ts +4 -2
- package/lib/router/provider/ngrouter/angular.router.module.d.ts +1 -1
- package/lib/router/provider/router.provider.config.d.ts +2 -2
- package/lib/router/provider/uirouter/uirouter.router.module.d.ts +1 -1
- package/lib/screen/screen.service.d.ts +2 -2
- package/lib/style/_config.scss +7 -1
- package/lib/style/_root-variables.scss +2 -0
- package/lib/style/_variables.scss +4 -0
- package/package.json +5 -23
- package/lib/layout/column/two.scss +0 -114
|
@@ -6,8 +6,8 @@ import * as i4 from "@angular/material/button";
|
|
|
6
6
|
import * as i5 from "@angular/material/icon";
|
|
7
7
|
import * as i6 from "@angular/material/menu";
|
|
8
8
|
import * as i7 from "../anchor/anchor.module";
|
|
9
|
-
export declare class
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
9
|
+
export declare class DbxRouterNavbarModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterNavbarModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterNavbarModule, [typeof i1.DbxNavbarComponent], [typeof i2.CommonModule, typeof i3.MatTabsModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.MatMenuModule, typeof i7.DbxRouterAnchorModule], [typeof i1.DbxNavbarComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterNavbarModule>;
|
|
13
13
|
}
|
|
@@ -16,8 +16,8 @@ import * as i14 from "@angular/material/sidenav";
|
|
|
16
16
|
import * as i15 from "@angular/material/list";
|
|
17
17
|
import * as i16 from "@angular/material/divider";
|
|
18
18
|
import * as i17 from "@uirouter/angular";
|
|
19
|
-
export declare class
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
22
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
19
|
+
export declare class DbxRouterSidenavModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxRouterSidenavModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxRouterSidenavModule, [typeof i1.DbxSidenavComponent, typeof i2.DbxSidenavButtonComponent, typeof i3.DbxSidenavPagebarComponent, typeof i4.DbxSidenavPageComponent], [typeof i5.CommonModule, typeof i6.DbxBarLayoutModule, typeof i7.DbxRouterAnchorModule, typeof i8.DbxRouterAnchorListModule, typeof i9.DbxButtonModule, typeof i10.DbxContentLayoutModule, typeof i11.MatToolbarModule, typeof i12.MatButtonModule, typeof i13.MatIconModule, typeof i14.MatSidenavModule, typeof i15.MatListModule, typeof i16.MatDividerModule, typeof i17.UIRouterModule], [typeof i1.DbxSidenavComponent, typeof i2.DbxSidenavButtonComponent, typeof i3.DbxSidenavPagebarComponent, typeof i4.DbxSidenavPageComponent]>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DbxRouterSidenavModule>;
|
|
23
23
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
1
2
|
import { DbxSidenavComponent } from './sidenav.component';
|
|
2
3
|
import { Maybe } from '@dereekb/util';
|
|
3
4
|
import { DbxBarColor } from '../../../layout/bar/bar';
|
|
@@ -7,12 +8,13 @@ import * as i0 from "@angular/core";
|
|
|
7
8
|
*
|
|
8
9
|
* Can optionally be configured to only show the pagebar while in mobile mode.
|
|
9
10
|
*/
|
|
10
|
-
export declare class DbxSidenavPageComponent {
|
|
11
|
+
export declare class DbxSidenavPageComponent implements OnDestroy {
|
|
11
12
|
readonly parent: DbxSidenavComponent;
|
|
12
13
|
color?: Maybe<DbxBarColor>;
|
|
13
14
|
private _mobileOnly;
|
|
14
|
-
constructor(parent: DbxSidenavComponent);
|
|
15
15
|
readonly hidePagebar$: import("rxjs").Observable<boolean>;
|
|
16
|
+
constructor(parent: DbxSidenavComponent);
|
|
17
|
+
ngOnDestroy(): void;
|
|
16
18
|
get mobileOnly(): boolean;
|
|
17
19
|
set mobileOnly(mobileOnly: boolean);
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxSidenavPageComponent, never>;
|
|
@@ -7,6 +7,6 @@ import * as i4 from "@dereekb/dbx-core";
|
|
|
7
7
|
export declare class DbxWebAngularRouterModule {
|
|
8
8
|
static forRoot(): ModuleWithProviders<DbxWebAngularRouterModule>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWebAngularRouterModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxWebAngularRouterModule, [typeof i1.DbxAngularRouterSegueAnchorComponent], [typeof i2.CommonModule, typeof i3.UIRouterModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxWebAngularRouterModule, [typeof i1.DbxAngularRouterSegueAnchorComponent], [typeof i2.CommonModule, typeof i3.UIRouterModule, typeof i4.DbxInjectionComponentModule], [typeof i1.DbxAngularRouterSegueAnchorComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DbxWebAngularRouterModule>;
|
|
12
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DbxInjectionComponentConfig } from "@dereekb/dbx-core";
|
|
2
2
|
export declare abstract class DbxRouterWebProviderConfig {
|
|
3
3
|
/**
|
|
4
4
|
* Component used by the Anchor component to render a SegueRef link.
|
|
5
5
|
*/
|
|
6
|
-
abstract anchorSegueRefComponent:
|
|
6
|
+
abstract anchorSegueRefComponent: DbxInjectionComponentConfig;
|
|
7
7
|
}
|
|
@@ -7,6 +7,6 @@ import * as i4 from "@dereekb/dbx-core";
|
|
|
7
7
|
export declare class DbxWebUIRouterModule {
|
|
8
8
|
static forRoot(): ModuleWithProviders<DbxWebUIRouterModule>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWebUIRouterModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxWebUIRouterModule, [typeof i1.DbxUIRouterSegueAnchorComponent], [typeof i2.CommonModule, typeof i3.UIRouterModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxWebUIRouterModule, [typeof i1.DbxUIRouterSegueAnchorComponent], [typeof i2.CommonModule, typeof i3.UIRouterModule, typeof i4.DbxInjectionComponentModule], [typeof i1.DbxUIRouterSegueAnchorComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DbxWebUIRouterModule>;
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Destroyable } from '@dereekb/util';
|
|
2
2
|
import { MediaMatcher } from "@angular/cdk/layout";
|
|
3
|
-
import {
|
|
3
|
+
import { ObservableOrValue } from '@dereekb/rxjs';
|
|
4
4
|
import { Observable } from "rxjs";
|
|
5
5
|
import { ScreenMediaWidthType, ScreenMediaHeightType } from "./screen";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -52,7 +52,7 @@ export declare class DbxScreenMediaService implements Destroyable {
|
|
|
52
52
|
* @param inputBreakpoint
|
|
53
53
|
* @returns
|
|
54
54
|
*/
|
|
55
|
-
isBreakpointActive(inputBreakpoint:
|
|
55
|
+
isBreakpointActive(inputBreakpoint: ObservableOrValue<ScreenMediaWidthType>): Observable<boolean>;
|
|
56
56
|
private _readWidthType;
|
|
57
57
|
private _readHeightType;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxScreenMediaService, never>;
|
package/lib/style/_config.scss
CHANGED
|
@@ -75,7 +75,9 @@
|
|
|
75
75
|
'padding-2': 6px, // initial padding-2
|
|
76
76
|
'padding-3': 12px, // initial padding-3
|
|
77
77
|
'padding-4': 18px, // initial padding-4
|
|
78
|
-
'padding-5': 24px
|
|
78
|
+
'padding-5': 24px, // initial padding-5
|
|
79
|
+
// layout
|
|
80
|
+
'two-column-left-width': 320px
|
|
79
81
|
);
|
|
80
82
|
|
|
81
83
|
@if ($input-dbx-theme-layout-config != null) {
|
|
@@ -120,3 +122,7 @@
|
|
|
120
122
|
@function get-dbx-layout-padding($theme-config, $padding-level) {
|
|
121
123
|
@return get-dbx-layout-config-var($theme-config, 'padding-'+ $padding-level);
|
|
122
124
|
}
|
|
125
|
+
|
|
126
|
+
@function get-dbx-two-column-left-width($theme-config) {
|
|
127
|
+
@return get-dbx-layout-config-var($theme-config, 'two-column-left-width');
|
|
128
|
+
}
|
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
#{theming.$padding-4-var}: theming.get-dbx-layout-padding($theme-config, 4);
|
|
25
25
|
#{theming.$padding-5-var}: theming.get-dbx-layout-padding($theme-config, 5);
|
|
26
26
|
|
|
27
|
+
#{theming.$two-column-left-width-var}: theming.get-dbx-two-column-left-width($theme-config);
|
|
28
|
+
|
|
27
29
|
// root height
|
|
28
30
|
&.dbx-style-root {
|
|
29
31
|
display: block;
|
|
@@ -19,6 +19,8 @@ $padding-3-var: --dbx-padding-3;
|
|
|
19
19
|
$padding-4-var: --dbx-padding-4;
|
|
20
20
|
$padding-5-var: --dbx-padding-5;
|
|
21
21
|
|
|
22
|
+
$two-column-left-width-var: --dbx-two-column-left-width;
|
|
23
|
+
|
|
22
24
|
// vars
|
|
23
25
|
$vh100: var($vh100-var);
|
|
24
26
|
|
|
@@ -43,3 +45,5 @@ $padding-4: var($padding-4-var);
|
|
|
43
45
|
$padding-5: var($padding-5-var);
|
|
44
46
|
|
|
45
47
|
$padding-map: (0: $padding-0, 1: $padding-1, 2: $padding-2, 3: $padding-3, 4: $padding-4, 5: $padding-5);
|
|
48
|
+
|
|
49
|
+
$two-column-left-width: var($two-column-left-width-var);
|
package/package.json
CHANGED
|
@@ -1,36 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^13.0.0",
|
|
6
6
|
"@angular/core": "^13.0.0",
|
|
7
7
|
"@angular/material": "^13.0.0",
|
|
8
|
-
"@dereekb/rxjs": "
|
|
9
|
-
"
|
|
10
|
-
"@dereekb/util": "2.1.0",
|
|
11
|
-
"extra-set": "^2.2.11",
|
|
12
|
-
"make-error": "^1.3.0",
|
|
13
|
-
"ms": "^3.0.0-canary.1",
|
|
14
|
-
"@dereekb/dbx-core": "2.1.0",
|
|
15
|
-
"@ngrx/component-store": "^13.0.2",
|
|
16
|
-
"@angular/platform-browser": "^13.0.0",
|
|
17
|
-
"date-fns": "^2.28.0",
|
|
18
|
-
"@dereekb/date": "2.1.0",
|
|
19
|
-
"class-transformer": "^0.5.1",
|
|
20
|
-
"class-validator": "^0.13.2",
|
|
21
|
-
"date-fns-tz": "^1.2.2",
|
|
22
|
-
"rrule": "git+https://git@github.com/dereekb/rrule.git#17adf5708d6567b4d01a3a8afd106261421ea492",
|
|
23
|
-
"@angular/router": "^13.0.0",
|
|
24
|
-
"@uirouter/core": "^6.0.8",
|
|
25
|
-
"@uirouter/angular": "^9.1.0",
|
|
26
|
-
"mat-progress-buttons": "git+https://git@github.com/dereekb/mat-progress-buttons.git#60b0374a45644e8756f20b8d761738151ca3df64",
|
|
27
|
-
"@ngrx/store": "^13.0.2",
|
|
8
|
+
"@dereekb/rxjs": "4.0.1",
|
|
9
|
+
"@dereekb/dbx-core": "4.0.1",
|
|
28
10
|
"@angular/flex-layout": "^13.0.0-beta.38",
|
|
29
11
|
"ng-overlay-container": "^13.0.0",
|
|
30
12
|
"@angular/cdk": "^13.0.0",
|
|
31
13
|
"angular-resize-event": "^3.1.1",
|
|
32
|
-
"ngx-infinite-scroll": "^
|
|
33
|
-
"linkify-string": "4.0.0-beta.
|
|
14
|
+
"ngx-infinite-scroll": "^13.0.2",
|
|
15
|
+
"linkify-string": "4.0.0-beta.5"
|
|
34
16
|
},
|
|
35
17
|
"dependencies": {
|
|
36
18
|
"tslib": "^2.3.0"
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
@import 'shared';
|
|
2
|
-
|
|
3
|
-
.two-column {
|
|
4
|
-
height: 100%;
|
|
5
|
-
max-width: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: row;
|
|
8
|
-
overflow-x: hidden;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.left-column,
|
|
12
|
-
.right-column {
|
|
13
|
-
@include fillContentHeight(1, 0);
|
|
14
|
-
|
|
15
|
-
.dbx-section-page-two & {
|
|
16
|
-
@include fillContentWithAppPageHeaderHeight();
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.left-column {
|
|
21
|
-
@include mat-elevation(1);
|
|
22
|
-
|
|
23
|
-
width: $two-left-column-width;
|
|
24
|
-
flex: 0 0 auto;
|
|
25
|
-
|
|
26
|
-
overflow: auto;
|
|
27
|
-
// background: red;
|
|
28
|
-
|
|
29
|
-
.two-column-reverse-sizing & {
|
|
30
|
-
width: calc(100% - #{$two-left-column-width});
|
|
31
|
-
overflow: hidden;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.full-left & {
|
|
35
|
-
width: 100% !important;
|
|
36
|
-
|
|
37
|
-
.right-shown & {
|
|
38
|
-
width: $two-left-column-width;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@include if-small-screen {
|
|
43
|
-
width: 100% !important;
|
|
44
|
-
|
|
45
|
-
.right-shown & {
|
|
46
|
-
display: none !important;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.right-column {
|
|
52
|
-
flex: 1 1 auto;
|
|
53
|
-
max-width: calc(100% - #{$two-left-column-width});
|
|
54
|
-
overflow: hidden;
|
|
55
|
-
// background: green;
|
|
56
|
-
|
|
57
|
-
.two-column-reverse-sizing & {
|
|
58
|
-
max-width: $two-left-column-width;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@include if-small-screen {
|
|
62
|
-
max-width: 100% !important;
|
|
63
|
-
width: 100% !important;
|
|
64
|
-
padding-left: 0 !important;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.dbx-two-columns-head {
|
|
69
|
-
padding: 0 6px;
|
|
70
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.14);
|
|
71
|
-
height: $second-navbar-height;
|
|
72
|
-
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
overflow-y: hidden;
|
|
76
|
-
|
|
77
|
-
&.block {
|
|
78
|
-
display: block;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&.full {
|
|
82
|
-
padding: 0;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.two-columns-right {
|
|
87
|
-
height: 100%;
|
|
88
|
-
|
|
89
|
-
.two-columns-right-content {
|
|
90
|
-
height: calc(100% - #{$second-navbar-height});
|
|
91
|
-
overflow-x: hidden;
|
|
92
|
-
overflow-y: auto;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.two-columns-right-content-bottom {
|
|
96
|
-
min-height: 12px;
|
|
97
|
-
height: 3vh;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
$two-columns-right-padding-size: 6px;
|
|
101
|
-
|
|
102
|
-
.back-button {
|
|
103
|
-
margin-right: $two-columns-right-padding-size;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.right-spacer {
|
|
107
|
-
padding-right: 5vw;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.side-spacer {
|
|
111
|
-
padding-left: $two-columns-right-padding-size;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
}
|