@dereekb/dbx-web 12.6.21 → 13.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/LICENSE +1 -1
- package/fesm2022/dereekb-dbx-web-calendar.mjs +15 -32
- package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +113 -130
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-table.mjs +125 -133
- package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +1758 -2081
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/lib/button/_button.scss +117 -21
- package/lib/button/progress/spinner.button.component.scss +7 -7
- package/lib/layout/style/_style.scss +30 -81
- package/lib/loading/_loading.scss +11 -9
- package/lib/router/layout/anchorlist/_anchorlist.scss +5 -0
- package/lib/router/layout/sidenav/_sidenav.scss +0 -3
- package/lib/style/_root-variables.scss +2 -2
- package/lib/style/_theming.scss +196 -1
- package/lib/style/_variables.scss +13 -7
- package/package.json +26 -34
- package/types/dereekb-dbx-web-calendar.d.ts +197 -0
- package/types/dereekb-dbx-web-mapbox.d.ts +752 -0
- package/types/dereekb-dbx-web-table.d.ts +600 -0
- package/types/dereekb-dbx-web.d.ts +5655 -0
- package/calendar/index.d.ts +0 -1
- package/calendar/lib/calendar.base.component.d.ts +0 -32
- package/calendar/lib/calendar.component.d.ts +0 -28
- package/calendar/lib/calendar.d.ts +0 -6
- package/calendar/lib/calendar.module.d.ts +0 -11
- package/calendar/lib/calendar.provider.d.ts +0 -5
- package/calendar/lib/calendar.store.d.ts +0 -123
- package/calendar/lib/index.d.ts +0 -6
- package/esm2022/calendar/dereekb-dbx-web-calendar.mjs +0 -5
- package/esm2022/calendar/index.mjs +0 -2
- package/esm2022/calendar/lib/calendar.base.component.mjs +0 -68
- package/esm2022/calendar/lib/calendar.component.mjs +0 -56
- package/esm2022/calendar/lib/calendar.mjs +0 -30
- package/esm2022/calendar/lib/calendar.module.mjs +0 -21
- package/esm2022/calendar/lib/calendar.provider.mjs +0 -11
- package/esm2022/calendar/lib/calendar.store.mjs +0 -174
- package/esm2022/calendar/lib/index.mjs +0 -7
- package/esm2022/dereekb-dbx-web.mjs +0 -5
- package/esm2022/index.mjs +0 -2
- package/esm2022/lib/action/action.confirm.directive.mjs +0 -46
- package/esm2022/lib/action/action.module.mjs +0 -22
- package/esm2022/lib/action/index.mjs +0 -6
- package/esm2022/lib/action/key.trigger.directive.mjs +0 -31
- package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +0 -81
- package/esm2022/lib/action/snackbar/action.snackbar.default.mjs +0 -107
- package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +0 -47
- package/esm2022/lib/action/snackbar/action.snackbar.generator.mjs +0 -44
- package/esm2022/lib/action/snackbar/action.snackbar.mjs +0 -2
- package/esm2022/lib/action/snackbar/action.snackbar.module.mjs +0 -18
- package/esm2022/lib/action/snackbar/action.snackbar.service.mjs +0 -74
- package/esm2022/lib/action/snackbar/index.mjs +0 -8
- package/esm2022/lib/action/transition/action.transition.module.mjs +0 -29
- package/esm2022/lib/action/transition/index.mjs +0 -4
- package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +0 -53
- package/esm2022/lib/action/transition/transition.safety.directive.mjs +0 -132
- package/esm2022/lib/button/button.component.mjs +0 -141
- package/esm2022/lib/button/button.mjs +0 -2
- package/esm2022/lib/button/button.module.mjs +0 -54
- package/esm2022/lib/button/button.spacer.directive.mjs +0 -20
- package/esm2022/lib/button/icon/icon.button.component.mjs +0 -72
- package/esm2022/lib/button/icon/icon.button.module.mjs +0 -19
- package/esm2022/lib/button/icon/index.mjs +0 -3
- package/esm2022/lib/button/index.mjs +0 -7
- package/esm2022/lib/button/progress/abstract.progress.button.directive.mjs +0 -149
- package/esm2022/lib/button/progress/bar.button.component.mjs +0 -24
- package/esm2022/lib/button/progress/button.progress.config.mjs +0 -3
- package/esm2022/lib/button/progress/button.progress.module.mjs +0 -21
- package/esm2022/lib/button/progress/button.progress.providers.mjs +0 -18
- package/esm2022/lib/button/progress/index.mjs +0 -6
- package/esm2022/lib/button/progress/spinner.button.component.mjs +0 -85
- package/esm2022/lib/dbx-web.module.mjs +0 -17
- package/esm2022/lib/error/default.error.widget.component.mjs +0 -41
- package/esm2022/lib/error/error.action.directive.mjs +0 -26
- package/esm2022/lib/error/error.api.mjs +0 -51
- package/esm2022/lib/error/error.component.mjs +0 -104
- package/esm2022/lib/error/error.details.component.mjs +0 -26
- package/esm2022/lib/error/error.loading.directive.mjs +0 -36
- package/esm2022/lib/error/error.module.mjs +0 -81
- package/esm2022/lib/error/error.popover.component.mjs +0 -45
- package/esm2022/lib/error/error.snackbar.action.directive.mjs +0 -33
- package/esm2022/lib/error/error.snackbar.component.mjs +0 -83
- package/esm2022/lib/error/error.snackbar.service.mjs +0 -39
- package/esm2022/lib/error/error.view.component.mjs +0 -56
- package/esm2022/lib/error/error.widget.component.mjs +0 -59
- package/esm2022/lib/error/error.widget.directive.mjs +0 -18
- package/esm2022/lib/error/error.widget.service.mjs +0 -75
- package/esm2022/lib/error/index.mjs +0 -17
- package/esm2022/lib/error/state.mjs +0 -21
- package/esm2022/lib/extension/download/blob/download.blob.button.component.mjs +0 -86
- package/esm2022/lib/extension/download/blob/index.mjs +0 -2
- package/esm2022/lib/extension/download/index.mjs +0 -3
- package/esm2022/lib/extension/download/text/download.text.component.mjs +0 -94
- package/esm2022/lib/extension/download/text/download.text.mjs +0 -2
- package/esm2022/lib/extension/download/text/download.text.module.mjs +0 -20
- package/esm2022/lib/extension/download/text/index.mjs +0 -4
- package/esm2022/lib/extension/help/absract.help.widget.directive.mjs +0 -20
- package/esm2022/lib/extension/help/help.context.directive.mjs +0 -29
- package/esm2022/lib/extension/help/help.context.mjs +0 -24
- package/esm2022/lib/extension/help/help.context.service.mjs +0 -34
- package/esm2022/lib/extension/help/help.mjs +0 -2
- package/esm2022/lib/extension/help/help.providers.mjs +0 -20
- package/esm2022/lib/extension/help/help.view.list.component.mjs +0 -107
- package/esm2022/lib/extension/help/help.view.list.entry.component.mjs +0 -59
- package/esm2022/lib/extension/help/help.view.popover.button.component.mjs +0 -50
- package/esm2022/lib/extension/help/help.view.popover.component.mjs +0 -53
- package/esm2022/lib/extension/help/help.widget.mjs +0 -6
- package/esm2022/lib/extension/help/help.widget.service.mjs +0 -106
- package/esm2022/lib/extension/help/index.mjs +0 -13
- package/esm2022/lib/extension/index.mjs +0 -10
- package/esm2022/lib/extension/model/index.mjs +0 -9
- package/esm2022/lib/extension/model/model.providers.mjs +0 -42
- package/esm2022/lib/extension/model/model.state.service.mjs +0 -19
- package/esm2022/lib/extension/model/model.tracker.mjs +0 -7
- package/esm2022/lib/extension/model/model.tracker.service.mjs +0 -41
- package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +0 -68
- package/esm2022/lib/extension/model/model.types.mjs +0 -2
- package/esm2022/lib/extension/model/model.types.service.mjs +0 -65
- package/esm2022/lib/extension/model/state/actions/actions.mjs +0 -3
- package/esm2022/lib/extension/model/state/actions/index.mjs +0 -4
- package/esm2022/lib/extension/model/state/actions/model.actions.mjs +0 -3
- package/esm2022/lib/extension/model/state/effects/tracker.effects.mjs +0 -26
- package/esm2022/lib/extension/model/state/index.mjs +0 -6
- package/esm2022/lib/extension/model/state/reducers/index.mjs +0 -13
- package/esm2022/lib/extension/model/state/reducers/model.module.config.mjs +0 -8
- package/esm2022/lib/extension/model/state/state.mjs +0 -2
- package/esm2022/lib/extension/preview/index.mjs +0 -5
- package/esm2022/lib/extension/preview/webfilepreview.component.mjs +0 -35
- package/esm2022/lib/extension/preview/webfilepreview.mjs +0 -2
- package/esm2022/lib/extension/preview/webfilepreview.service.mjs +0 -119
- package/esm2022/lib/extension/preview/webfilepreview.service.preset.mjs +0 -21
- package/esm2022/lib/extension/structure/index.mjs +0 -4
- package/esm2022/lib/extension/structure/structure.body.directive.mjs +0 -29
- package/esm2022/lib/extension/structure/structure.module.mjs +0 -21
- package/esm2022/lib/extension/structure/structure.structure.directive.mjs +0 -25
- package/esm2022/lib/extension/widget/index.mjs +0 -7
- package/esm2022/lib/extension/widget/widget.component.mjs +0 -79
- package/esm2022/lib/extension/widget/widget.directive.mjs +0 -12
- package/esm2022/lib/extension/widget/widget.list.component.mjs +0 -75
- package/esm2022/lib/extension/widget/widget.mjs +0 -2
- package/esm2022/lib/extension/widget/widget.module.mjs +0 -28
- package/esm2022/lib/extension/widget/widget.service.mjs +0 -43
- package/esm2022/lib/extension/zip/index.mjs +0 -5
- package/esm2022/lib/extension/zip/zip.blob.mjs +0 -16
- package/esm2022/lib/extension/zip/zip.blob.preview.component.mjs +0 -156
- package/esm2022/lib/extension/zip/zip.blob.preview.list.component.mjs +0 -121
- package/esm2022/lib/extension/zip/zip.preview.component.mjs +0 -71
- package/esm2022/lib/extension/zip/zip.preview.dialog.component.mjs +0 -31
- package/esm2022/lib/index.mjs +0 -13
- package/esm2022/lib/interaction/dialog/abstract.dialog.directive.mjs +0 -26
- package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +0 -38
- package/esm2022/lib/interaction/dialog/dialog.content.close.component.mjs +0 -40
- package/esm2022/lib/interaction/dialog/dialog.content.directive.mjs +0 -23
- package/esm2022/lib/interaction/dialog/dialog.content.footer.component.mjs +0 -38
- package/esm2022/lib/interaction/dialog/dialog.content.mjs +0 -9
- package/esm2022/lib/interaction/dialog/dialog.injection.component.mjs +0 -53
- package/esm2022/lib/interaction/dialog/dialog.module.mjs +0 -36
- package/esm2022/lib/interaction/dialog/index.mjs +0 -9
- package/esm2022/lib/interaction/filter/filter.config.mjs +0 -2
- package/esm2022/lib/interaction/filter/filter.menu.mjs +0 -25
- package/esm2022/lib/interaction/filter/filter.module.mjs +0 -24
- package/esm2022/lib/interaction/filter/filter.partial.list.component.mjs +0 -23
- package/esm2022/lib/interaction/filter/filter.partial.menu.component.mjs +0 -31
- package/esm2022/lib/interaction/filter/filter.partial.mjs +0 -50
- package/esm2022/lib/interaction/filter/filter.popover.button.component.mjs +0 -33
- package/esm2022/lib/interaction/filter/filter.popover.button.directive.mjs +0 -28
- package/esm2022/lib/interaction/filter/filter.popover.component.mjs +0 -115
- package/esm2022/lib/interaction/filter/filter.preset.directive.mjs +0 -78
- package/esm2022/lib/interaction/filter/filter.preset.list.component.mjs +0 -23
- package/esm2022/lib/interaction/filter/filter.preset.menu.component.mjs +0 -31
- package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +0 -46
- package/esm2022/lib/interaction/filter/index.mjs +0 -13
- package/esm2022/lib/interaction/iframe/embed.component.mjs +0 -124
- package/esm2022/lib/interaction/iframe/embed.dialog.component.mjs +0 -34
- package/esm2022/lib/interaction/iframe/iframe.component.mjs +0 -68
- package/esm2022/lib/interaction/iframe/iframe.dialog.component.mjs +0 -23
- package/esm2022/lib/interaction/iframe/index.mjs +0 -5
- package/esm2022/lib/interaction/index.mjs +0 -9
- package/esm2022/lib/interaction/interaction.module.mjs +0 -30
- package/esm2022/lib/interaction/popover/abstract.popover.directive.mjs +0 -21
- package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +0 -52
- package/esm2022/lib/interaction/popover/index.mjs +0 -17
- package/esm2022/lib/interaction/popover/popover.action.directive.mjs +0 -42
- package/esm2022/lib/interaction/popover/popover.close.component.mjs +0 -29
- package/esm2022/lib/interaction/popover/popover.component.mjs +0 -169
- package/esm2022/lib/interaction/popover/popover.content.component.mjs +0 -50
- package/esm2022/lib/interaction/popover/popover.content.module.mjs +0 -24
- package/esm2022/lib/interaction/popover/popover.controls.directive.mjs +0 -27
- package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +0 -42
- package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +0 -44
- package/esm2022/lib/interaction/popover/popover.header.component.mjs +0 -60
- package/esm2022/lib/interaction/popover/popover.mjs +0 -3
- package/esm2022/lib/interaction/popover/popover.module.mjs +0 -20
- package/esm2022/lib/interaction/popover/popover.position.strategy.mjs +0 -60
- package/esm2022/lib/interaction/popover/popover.scroll.content.directive.mjs +0 -41
- package/esm2022/lib/interaction/popover/popover.service.mjs +0 -47
- package/esm2022/lib/interaction/popup/abstract.popup.directive.mjs +0 -18
- package/esm2022/lib/interaction/popup/index.mjs +0 -12
- package/esm2022/lib/interaction/popup/popup.component.mjs +0 -126
- package/esm2022/lib/interaction/popup/popup.content.component.mjs +0 -42
- package/esm2022/lib/interaction/popup/popup.controls.buttons.component.mjs +0 -90
- package/esm2022/lib/interaction/popup/popup.controls.component.mjs +0 -33
- package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +0 -42
- package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +0 -44
- package/esm2022/lib/interaction/popup/popup.mjs +0 -8
- package/esm2022/lib/interaction/popup/popup.module.mjs +0 -21
- package/esm2022/lib/interaction/popup/popup.position.strategy.mjs +0 -42
- package/esm2022/lib/interaction/popup/popup.service.mjs +0 -43
- package/esm2022/lib/interaction/prompt/index.mjs +0 -10
- package/esm2022/lib/interaction/prompt/prompt.box.directive.mjs +0 -19
- package/esm2022/lib/interaction/prompt/prompt.button.confirm.directive.mjs +0 -28
- package/esm2022/lib/interaction/prompt/prompt.component.mjs +0 -37
- package/esm2022/lib/interaction/prompt/prompt.confirm.component.mjs +0 -49
- package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +0 -53
- package/esm2022/lib/interaction/prompt/prompt.confirm.directive.mjs +0 -60
- package/esm2022/lib/interaction/prompt/prompt.confirm.mjs +0 -12
- package/esm2022/lib/interaction/prompt/prompt.module.mjs +0 -23
- package/esm2022/lib/interaction/prompt/prompt.page.component.mjs +0 -33
- package/esm2022/lib/interaction/upload/abstract.upload.component.mjs +0 -85
- package/esm2022/lib/interaction/upload/index.mjs +0 -8
- package/esm2022/lib/interaction/upload/upload.accept.mjs +0 -72
- package/esm2022/lib/interaction/upload/upload.action.directive.mjs +0 -36
- package/esm2022/lib/interaction/upload/upload.action.mjs +0 -18
- package/esm2022/lib/interaction/upload/upload.area.component.mjs +0 -138
- package/esm2022/lib/interaction/upload/upload.button.component.mjs +0 -81
- package/esm2022/lib/interaction/upload/upload.component.mjs +0 -119
- package/esm2022/lib/keypress/index.mjs +0 -3
- package/esm2022/lib/keypress/keydown.listener.directive.mjs +0 -49
- package/esm2022/lib/keypress/keypress.module.mjs +0 -19
- package/esm2022/lib/layout/avatar/avatar.component.mjs +0 -79
- package/esm2022/lib/layout/avatar/avatar.mjs +0 -7
- package/esm2022/lib/layout/avatar/avatar.service.mjs +0 -78
- package/esm2022/lib/layout/avatar/avatar.view.component.mjs +0 -109
- package/esm2022/lib/layout/avatar/index.mjs +0 -4
- package/esm2022/lib/layout/bar/bar.directive.mjs +0 -26
- package/esm2022/lib/layout/bar/bar.header.component.mjs +0 -49
- package/esm2022/lib/layout/bar/bar.layout.module.mjs +0 -22
- package/esm2022/lib/layout/bar/bar.mjs +0 -2
- package/esm2022/lib/layout/bar/index.mjs +0 -5
- package/esm2022/lib/layout/bar/pagebar.component.mjs +0 -37
- package/esm2022/lib/layout/block/block.layout.module.mjs +0 -21
- package/esm2022/lib/layout/block/index.mjs +0 -3
- package/esm2022/lib/layout/block/two.block.component.mjs +0 -58
- package/esm2022/lib/layout/card/card.box.component.mjs +0 -64
- package/esm2022/lib/layout/card/card.box.container.directive.mjs +0 -20
- package/esm2022/lib/layout/card/card.box.layout.module.mjs +0 -18
- package/esm2022/lib/layout/card/index.mjs +0 -4
- package/esm2022/lib/layout/column/column.layout.module.mjs +0 -18
- package/esm2022/lib/layout/column/index.mjs +0 -4
- package/esm2022/lib/layout/column/one/index.mjs +0 -3
- package/esm2022/lib/layout/column/one/one.column.component.mjs +0 -43
- package/esm2022/lib/layout/column/one/one.column.module.mjs +0 -19
- package/esm2022/lib/layout/column/two/index.mjs +0 -11
- package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +0 -27
- package/esm2022/lib/layout/column/two/two.column.component.mjs +0 -98
- package/esm2022/lib/layout/column/two/two.column.context.directive.mjs +0 -25
- package/esm2022/lib/layout/column/two/two.column.full.left.directive.mjs +0 -24
- package/esm2022/lib/layout/column/two/two.column.head.directive.mjs +0 -24
- package/esm2022/lib/layout/column/two/two.column.module.mjs +0 -24
- package/esm2022/lib/layout/column/two/two.column.right.component.mjs +0 -110
- package/esm2022/lib/layout/column/two/two.column.sref.directive.mjs +0 -26
- package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +0 -30
- package/esm2022/lib/layout/column/two/two.column.store.mjs +0 -126
- package/esm2022/lib/layout/compact/compact.directive.mjs +0 -26
- package/esm2022/lib/layout/compact/compact.layout.module.mjs +0 -20
- package/esm2022/lib/layout/compact/compact.mjs +0 -26
- package/esm2022/lib/layout/compact/compact.store.mjs +0 -20
- package/esm2022/lib/layout/compact/index.mjs +0 -5
- package/esm2022/lib/layout/content/content.border.directive.mjs +0 -23
- package/esm2022/lib/layout/content/content.box.directive.mjs +0 -24
- package/esm2022/lib/layout/content/content.container.directive.mjs +0 -28
- package/esm2022/lib/layout/content/content.directive.mjs +0 -20
- package/esm2022/lib/layout/content/content.elevate.directive.mjs +0 -22
- package/esm2022/lib/layout/content/content.layout.module.mjs +0 -51
- package/esm2022/lib/layout/content/content.page.directive.mjs +0 -20
- package/esm2022/lib/layout/content/content.pit.directive.mjs +0 -54
- package/esm2022/lib/layout/content/index.mjs +0 -9
- package/esm2022/lib/layout/flag/flag.component.mjs +0 -35
- package/esm2022/lib/layout/flag/flag.layout.module.mjs +0 -18
- package/esm2022/lib/layout/flag/flag.prompt.component.mjs +0 -35
- package/esm2022/lib/layout/flag/index.mjs +0 -4
- package/esm2022/lib/layout/flex/flex.group.directive.mjs +0 -34
- package/esm2022/lib/layout/flex/flex.layout.module.mjs +0 -21
- package/esm2022/lib/layout/flex/flex.mjs +0 -2
- package/esm2022/lib/layout/flex/flex.size.directive.mjs +0 -22
- package/esm2022/lib/layout/flex/index.mjs +0 -5
- package/esm2022/lib/layout/index.mjs +0 -17
- package/esm2022/lib/layout/item/index.mjs +0 -2
- package/esm2022/lib/layout/item/item.icon.component.mjs +0 -56
- package/esm2022/lib/layout/layout.module.mjs +0 -26
- package/esm2022/lib/layout/list/grid/index.mjs +0 -3
- package/esm2022/lib/layout/list/grid/list.grid.view.component.mjs +0 -98
- package/esm2022/lib/layout/list/grid/list.grid.view.directive.mjs +0 -34
- package/esm2022/lib/layout/list/group/index.mjs +0 -4
- package/esm2022/lib/layout/list/group/list.view.value.group.mjs +0 -32
- package/esm2022/lib/layout/list/group/list.view.value.group.title.directive.mjs +0 -70
- package/esm2022/lib/layout/list/group/list.view.value.group.title.header.component.mjs +0 -60
- package/esm2022/lib/layout/list/group/list.view.value.group.title.mjs +0 -2
- package/esm2022/lib/layout/list/index.mjs +0 -21
- package/esm2022/lib/layout/list/list.component.mjs +0 -232
- package/esm2022/lib/layout/list/list.content.empty.component.mjs +0 -27
- package/esm2022/lib/layout/list/list.directive.mjs +0 -95
- package/esm2022/lib/layout/list/list.layout.module.mjs +0 -99
- package/esm2022/lib/layout/list/list.module.mjs +0 -40
- package/esm2022/lib/layout/list/list.track.mjs +0 -9
- package/esm2022/lib/layout/list/list.view.directive.mjs +0 -79
- package/esm2022/lib/layout/list/list.view.mjs +0 -17
- package/esm2022/lib/layout/list/list.view.selection.directive.mjs +0 -46
- package/esm2022/lib/layout/list/list.view.value.component.mjs +0 -190
- package/esm2022/lib/layout/list/list.view.value.directive.mjs +0 -30
- package/esm2022/lib/layout/list/list.view.value.item.directive.mjs +0 -15
- package/esm2022/lib/layout/list/list.view.value.mjs +0 -67
- package/esm2022/lib/layout/list/list.view.value.modifier.mjs +0 -17
- package/esm2022/lib/layout/list/list.view.value.selection.component.mjs +0 -112
- package/esm2022/lib/layout/list/list.wrapper.mjs +0 -15
- package/esm2022/lib/layout/list/meta/index.mjs +0 -2
- package/esm2022/lib/layout/list/meta/list.view.meta.icon.component.mjs +0 -39
- package/esm2022/lib/layout/list/modifier/index.mjs +0 -5
- package/esm2022/lib/layout/list/modifier/list.modifier.module.mjs +0 -22
- package/esm2022/lib/layout/list/modifier/list.view.value.modifier.directive.mjs +0 -76
- package/esm2022/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.mjs +0 -38
- package/esm2022/lib/layout/list/modifier/list.view.value.modifier.selection.directive.mjs +0 -36
- package/esm2022/lib/layout/section/index.mjs +0 -8
- package/esm2022/lib/layout/section/section.component.mjs +0 -43
- package/esm2022/lib/layout/section/section.header.component.mjs +0 -153
- package/esm2022/lib/layout/section/section.intro.component.mjs +0 -67
- package/esm2022/lib/layout/section/section.layout.module.mjs +0 -24
- package/esm2022/lib/layout/section/section.mjs +0 -2
- package/esm2022/lib/layout/section/section.page.component.mjs +0 -51
- package/esm2022/lib/layout/section/subsection.component.mjs +0 -40
- package/esm2022/lib/layout/step/index.mjs +0 -3
- package/esm2022/lib/layout/step/step.component.mjs +0 -60
- package/esm2022/lib/layout/step/step.layout.module.mjs +0 -20
- package/esm2022/lib/layout/style/index.mjs +0 -10
- package/esm2022/lib/layout/style/spacer.directive.mjs +0 -17
- package/esm2022/lib/layout/style/style.body.directive.mjs +0 -39
- package/esm2022/lib/layout/style/style.color.directive.mjs +0 -23
- package/esm2022/lib/layout/style/style.directive.mjs +0 -30
- package/esm2022/lib/layout/style/style.layout.module.mjs +0 -21
- package/esm2022/lib/layout/style/style.mjs +0 -24
- package/esm2022/lib/layout/style/style.providers.mjs +0 -21
- package/esm2022/lib/layout/style/style.service.mjs +0 -92
- package/esm2022/lib/layout/style/style.set.directive.mjs +0 -52
- package/esm2022/lib/layout/text/address.component.mjs +0 -67
- package/esm2022/lib/layout/text/copy.text.component.mjs +0 -39
- package/esm2022/lib/layout/text/copy.text.directive.mjs +0 -56
- package/esm2022/lib/layout/text/detail.block.component.mjs +0 -43
- package/esm2022/lib/layout/text/detail.block.header.component.mjs +0 -63
- package/esm2022/lib/layout/text/icon.spacer.component.mjs +0 -20
- package/esm2022/lib/layout/text/index.mjs +0 -13
- package/esm2022/lib/layout/text/label.block.component.mjs +0 -29
- package/esm2022/lib/layout/text/linkify.component.mjs +0 -38
- package/esm2022/lib/layout/text/number.limit.component.mjs +0 -82
- package/esm2022/lib/layout/text/text.chip.directive.mjs +0 -27
- package/esm2022/lib/layout/text/text.chips.component.mjs +0 -43
- package/esm2022/lib/layout/text/text.module.mjs +0 -27
- package/esm2022/lib/loading/basic-loading.component.mjs +0 -77
- package/esm2022/lib/loading/index.mjs +0 -7
- package/esm2022/lib/loading/loading-progress.component.mjs +0 -63
- package/esm2022/lib/loading/loading.action.directive.mjs +0 -29
- package/esm2022/lib/loading/loading.component.mjs +0 -94
- package/esm2022/lib/loading/loading.mjs +0 -2
- package/esm2022/lib/loading/loading.module.mjs +0 -20
- package/esm2022/lib/router/index.mjs +0 -3
- package/esm2022/lib/router/layout/anchor/anchor.component.mjs +0 -124
- package/esm2022/lib/router/layout/anchor/anchor.content.component.mjs +0 -49
- package/esm2022/lib/router/layout/anchor/anchor.icon.component.mjs +0 -37
- package/esm2022/lib/router/layout/anchor/anchor.link.component.mjs +0 -53
- package/esm2022/lib/router/layout/anchor/anchor.module.mjs +0 -28
- package/esm2022/lib/router/layout/anchor/anchor.segue.directive.mjs +0 -24
- package/esm2022/lib/router/layout/anchor/index.mjs +0 -7
- package/esm2022/lib/router/layout/anchorlist/anchorlist.component.mjs +0 -29
- package/esm2022/lib/router/layout/anchorlist/anchorlist.module.mjs +0 -19
- package/esm2022/lib/router/layout/anchorlist/index.mjs +0 -3
- package/esm2022/lib/router/layout/index.mjs +0 -7
- package/esm2022/lib/router/layout/layout.module.mjs +0 -19
- package/esm2022/lib/router/layout/list/index.mjs +0 -3
- package/esm2022/lib/router/layout/list/list.module.mjs +0 -19
- package/esm2022/lib/router/layout/list/router.list.directive.mjs +0 -35
- package/esm2022/lib/router/layout/navbar/index.mjs +0 -3
- package/esm2022/lib/router/layout/navbar/navbar.component.mjs +0 -83
- package/esm2022/lib/router/layout/navbar/navbar.module.mjs +0 -19
- package/esm2022/lib/router/layout/sidenav/index.mjs +0 -11
- package/esm2022/lib/router/layout/sidenav/sidenav.button.component.mjs +0 -51
- package/esm2022/lib/router/layout/sidenav/sidenav.component.mjs +0 -144
- package/esm2022/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.mjs +0 -33
- package/esm2022/lib/router/layout/sidenav/sidenav.mjs +0 -8
- package/esm2022/lib/router/layout/sidenav/sidenav.module.mjs +0 -21
- package/esm2022/lib/router/layout/sidenav/sidenav.page.component.mjs +0 -55
- package/esm2022/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +0 -42
- package/esm2022/lib/router/provider/index.mjs +0 -4
- package/esm2022/lib/router/provider/ngrouter/anchor.component.mjs +0 -25
- package/esm2022/lib/router/provider/ngrouter/angular.router.providers.mjs +0 -23
- package/esm2022/lib/router/provider/ngrouter/index.mjs +0 -3
- package/esm2022/lib/router/provider/router.provider.config.mjs +0 -10
- package/esm2022/lib/router/provider/uirouter/anchor.component.mjs +0 -32
- package/esm2022/lib/router/provider/uirouter/index.mjs +0 -3
- package/esm2022/lib/router/provider/uirouter/uirouter.router.providers.mjs +0 -23
- package/esm2022/lib/screen/index.mjs +0 -6
- package/esm2022/lib/screen/resize.directive.mjs +0 -24
- package/esm2022/lib/screen/resize.mjs +0 -34
- package/esm2022/lib/screen/screen.mjs +0 -22
- package/esm2022/lib/screen/screen.providers.mjs +0 -22
- package/esm2022/lib/screen/screen.service.mjs +0 -101
- package/esm2022/lib/util/cdk.mjs +0 -22
- package/esm2022/lib/util/click.mjs +0 -56
- package/esm2022/lib/util/clipboard.directive.mjs +0 -20
- package/esm2022/lib/util/clipboard.mjs +0 -98
- package/esm2022/lib/util/index.mjs +0 -5
- package/esm2022/mapbox/dereekb-dbx-web-mapbox.mjs +0 -5
- package/esm2022/mapbox/index.mjs +0 -2
- package/esm2022/mapbox/lib/index.mjs +0 -22
- package/esm2022/mapbox/lib/mapbox.change.service.mjs +0 -40
- package/esm2022/mapbox/lib/mapbox.injection.component.mjs +0 -29
- package/esm2022/mapbox/lib/mapbox.injection.store.mjs +0 -39
- package/esm2022/mapbox/lib/mapbox.injection.store.provide.mjs +0 -48
- package/esm2022/mapbox/lib/mapbox.layout.component.mjs +0 -154
- package/esm2022/mapbox/lib/mapbox.layout.drawer.component.mjs +0 -21
- package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +0 -33
- package/esm2022/mapbox/lib/mapbox.marker.component.mjs +0 -127
- package/esm2022/mapbox/lib/mapbox.marker.mjs +0 -16
- package/esm2022/mapbox/lib/mapbox.markers.component.mjs +0 -44
- package/esm2022/mapbox/lib/mapbox.menu.component.mjs +0 -94
- package/esm2022/mapbox/lib/mapbox.mjs +0 -19
- package/esm2022/mapbox/lib/mapbox.module.mjs +0 -73
- package/esm2022/mapbox/lib/mapbox.options.mjs +0 -2
- package/esm2022/mapbox/lib/mapbox.providers.mjs +0 -25
- package/esm2022/mapbox/lib/mapbox.rxjs.mjs +0 -53
- package/esm2022/mapbox/lib/mapbox.service.mjs +0 -41
- package/esm2022/mapbox/lib/mapbox.store.map.directive.mjs +0 -42
- package/esm2022/mapbox/lib/mapbox.store.mjs +0 -549
- package/esm2022/mapbox/lib/mapbox.store.provide.mjs +0 -48
- package/esm2022/mapbox/lib/mapbox.util.mjs +0 -15
- package/esm2022/table/dereekb-dbx-web-table.mjs +0 -5
- package/esm2022/table/index.mjs +0 -2
- package/esm2022/table/lib/date/date.table.column.header.component.mjs +0 -55
- package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +0 -154
- package/esm2022/table/lib/date/index.mjs +0 -4
- package/esm2022/table/lib/date/table.date.module.mjs +0 -18
- package/esm2022/table/lib/index.mjs +0 -24
- package/esm2022/table/lib/table.cell.action.component.mjs +0 -28
- package/esm2022/table/lib/table.cell.input.component.mjs +0 -31
- package/esm2022/table/lib/table.cell.summaryend.component.mjs +0 -28
- package/esm2022/table/lib/table.cell.summarystart.component.mjs +0 -31
- package/esm2022/table/lib/table.column.directive.mjs +0 -20
- package/esm2022/table/lib/table.column.footer.component.mjs +0 -35
- package/esm2022/table/lib/table.column.header.component.mjs +0 -35
- package/esm2022/table/lib/table.column.size.directive.mjs +0 -103
- package/esm2022/table/lib/table.column.size.mjs +0 -3
- package/esm2022/table/lib/table.component.mjs +0 -179
- package/esm2022/table/lib/table.directive.mjs +0 -30
- package/esm2022/table/lib/table.fullsummaryrow.component.mjs +0 -34
- package/esm2022/table/lib/table.group.directive.mjs +0 -20
- package/esm2022/table/lib/table.group.footer.component.mjs +0 -35
- package/esm2022/table/lib/table.group.header.component.mjs +0 -35
- package/esm2022/table/lib/table.item.action.component.mjs +0 -35
- package/esm2022/table/lib/table.item.cell.component.mjs +0 -29
- package/esm2022/table/lib/table.item.directive.mjs +0 -18
- package/esm2022/table/lib/table.item.header.component.mjs +0 -28
- package/esm2022/table/lib/table.mjs +0 -10
- package/esm2022/table/lib/table.module.mjs +0 -18
- package/esm2022/table/lib/table.reader.mjs +0 -103
- package/esm2022/table/lib/table.store.mjs +0 -70
- package/index.d.ts +0 -1
- package/lib/action/action.confirm.directive.d.ts +0 -32
- package/lib/action/action.module.d.ts +0 -12
- package/lib/action/index.d.ts +0 -5
- package/lib/action/key.trigger.directive.d.ts +0 -15
- package/lib/action/snackbar/action.snackbar.component.d.ts +0 -35
- package/lib/action/snackbar/action.snackbar.d.ts +0 -52
- package/lib/action/snackbar/action.snackbar.default.d.ts +0 -2
- package/lib/action/snackbar/action.snackbar.directive.d.ts +0 -22
- package/lib/action/snackbar/action.snackbar.generator.d.ts +0 -32
- package/lib/action/snackbar/action.snackbar.module.d.ts +0 -8
- package/lib/action/snackbar/action.snackbar.service.d.ts +0 -38
- package/lib/action/snackbar/index.d.ts +0 -7
- package/lib/action/transition/action.transition.module.d.ts +0 -19
- package/lib/action/transition/index.d.ts +0 -3
- package/lib/action/transition/transition.safety.dialog.component.d.ts +0 -15
- package/lib/action/transition/transition.safety.directive.d.ts +0 -45
- package/lib/button/button.component.d.ts +0 -39
- package/lib/button/button.d.ts +0 -20
- package/lib/button/button.module.d.ts +0 -15
- package/lib/button/button.spacer.directive.d.ts +0 -8
- package/lib/button/icon/icon.button.component.d.ts +0 -9
- package/lib/button/icon/icon.button.module.d.ts +0 -10
- package/lib/button/icon/index.d.ts +0 -2
- package/lib/button/index.d.ts +0 -6
- package/lib/button/progress/abstract.progress.button.directive.d.ts +0 -29
- package/lib/button/progress/bar.button.component.d.ts +0 -8
- package/lib/button/progress/button.progress.config.d.ts +0 -83
- package/lib/button/progress/button.progress.module.d.ts +0 -11
- package/lib/button/progress/button.progress.providers.d.ts +0 -9
- package/lib/button/progress/index.d.ts +0 -5
- package/lib/button/progress/spinner.button.component.d.ts +0 -22
- package/lib/dbx-web.module.d.ts +0 -9
- package/lib/error/default.error.widget.component.d.ts +0 -8
- package/lib/error/error.action.directive.d.ts +0 -14
- package/lib/error/error.api.d.ts +0 -13
- package/lib/error/error.component.d.ts +0 -36
- package/lib/error/error.details.component.d.ts +0 -7
- package/lib/error/error.loading.directive.d.ts +0 -18
- package/lib/error/error.module.d.ts +0 -30
- package/lib/error/error.popover.component.d.ts +0 -18
- package/lib/error/error.snackbar.action.directive.d.ts +0 -16
- package/lib/error/error.snackbar.component.d.ts +0 -28
- package/lib/error/error.snackbar.service.d.ts +0 -17
- package/lib/error/error.view.component.d.ts +0 -22
- package/lib/error/error.widget.component.d.ts +0 -14
- package/lib/error/error.widget.directive.d.ts +0 -9
- package/lib/error/error.widget.service.d.ts +0 -60
- package/lib/error/index.d.ts +0 -16
- package/lib/error/state.d.ts +0 -16
- package/lib/extension/download/blob/download.blob.button.component.d.ts +0 -55
- package/lib/extension/download/blob/index.d.ts +0 -1
- package/lib/extension/download/index.d.ts +0 -2
- package/lib/extension/download/text/download.text.component.d.ts +0 -39
- package/lib/extension/download/text/download.text.d.ts +0 -5
- package/lib/extension/download/text/download.text.module.d.ts +0 -10
- package/lib/extension/download/text/index.d.ts +0 -3
- package/lib/extension/help/absract.help.widget.directive.d.ts +0 -13
- package/lib/extension/help/help.context.d.ts +0 -11
- package/lib/extension/help/help.context.directive.d.ts +0 -17
- package/lib/extension/help/help.context.service.d.ts +0 -20
- package/lib/extension/help/help.d.ts +0 -15
- package/lib/extension/help/help.providers.d.ts +0 -22
- package/lib/extension/help/help.view.list.component.d.ts +0 -39
- package/lib/extension/help/help.view.list.entry.component.d.ts +0 -16
- package/lib/extension/help/help.view.popover.button.component.d.ts +0 -32
- package/lib/extension/help/help.view.popover.component.d.ts +0 -81
- package/lib/extension/help/help.widget.d.ts +0 -52
- package/lib/extension/help/help.widget.service.d.ts +0 -74
- package/lib/extension/help/index.d.ts +0 -12
- package/lib/extension/index.d.ts +0 -7
- package/lib/extension/model/index.d.ts +0 -8
- package/lib/extension/model/model.providers.d.ts +0 -13
- package/lib/extension/model/model.state.service.d.ts +0 -12
- package/lib/extension/model/model.tracker.d.ts +0 -32
- package/lib/extension/model/model.tracker.service.d.ts +0 -19
- package/lib/extension/model/model.tracker.view.storage.d.ts +0 -30
- package/lib/extension/model/model.types.d.ts +0 -41
- package/lib/extension/model/model.types.service.d.ts +0 -30
- package/lib/extension/model/state/actions/actions.d.ts +0 -1
- package/lib/extension/model/state/actions/index.d.ts +0 -3
- package/lib/extension/model/state/actions/model.actions.d.ts +0 -9
- package/lib/extension/model/state/effects/tracker.effects.d.ts +0 -13
- package/lib/extension/model/state/index.d.ts +0 -5
- package/lib/extension/model/state/reducers/index.d.ts +0 -15
- package/lib/extension/model/state/reducers/model.module.config.d.ts +0 -5
- package/lib/extension/model/state/state.d.ts +0 -2
- package/lib/extension/preview/index.d.ts +0 -4
- package/lib/extension/preview/webfilepreview.component.d.ts +0 -19
- package/lib/extension/preview/webfilepreview.d.ts +0 -94
- package/lib/extension/preview/webfilepreview.service.d.ts +0 -36
- package/lib/extension/preview/webfilepreview.service.preset.d.ts +0 -6
- package/lib/extension/structure/index.d.ts +0 -3
- package/lib/extension/structure/structure.body.directive.d.ts +0 -9
- package/lib/extension/structure/structure.module.d.ts +0 -11
- package/lib/extension/structure/structure.structure.directive.d.ts +0 -17
- package/lib/extension/widget/index.d.ts +0 -6
- package/lib/extension/widget/widget.component.d.ts +0 -16
- package/lib/extension/widget/widget.d.ts +0 -19
- package/lib/extension/widget/widget.directive.d.ts +0 -6
- package/lib/extension/widget/widget.list.component.d.ts +0 -25
- package/lib/extension/widget/widget.module.d.ts +0 -18
- package/lib/extension/widget/widget.service.d.ts +0 -32
- package/lib/extension/zip/index.d.ts +0 -4
- package/lib/extension/zip/zip.blob.d.ts +0 -9
- package/lib/extension/zip/zip.blob.preview.component.d.ts +0 -54
- package/lib/extension/zip/zip.blob.preview.list.component.d.ts +0 -25
- package/lib/extension/zip/zip.preview.component.d.ts +0 -31
- package/lib/extension/zip/zip.preview.dialog.component.d.ts +0 -17
- package/lib/index.d.ts +0 -12
- package/lib/interaction/dialog/abstract.dialog.directive.d.ts +0 -15
- package/lib/interaction/dialog/dialog.action.directive.d.ts +0 -22
- package/lib/interaction/dialog/dialog.content.close.component.d.ts +0 -11
- package/lib/interaction/dialog/dialog.content.d.ts +0 -4
- package/lib/interaction/dialog/dialog.content.directive.d.ts +0 -12
- package/lib/interaction/dialog/dialog.content.footer.component.d.ts +0 -21
- package/lib/interaction/dialog/dialog.injection.component.d.ts +0 -19
- package/lib/interaction/dialog/dialog.module.d.ts +0 -18
- package/lib/interaction/dialog/index.d.ts +0 -8
- package/lib/interaction/filter/filter.config.d.ts +0 -62
- package/lib/interaction/filter/filter.menu.d.ts +0 -22
- package/lib/interaction/filter/filter.module.d.ts +0 -14
- package/lib/interaction/filter/filter.partial.d.ts +0 -20
- package/lib/interaction/filter/filter.partial.list.component.d.ts +0 -6
- package/lib/interaction/filter/filter.partial.menu.component.d.ts +0 -16
- package/lib/interaction/filter/filter.popover.button.component.d.ts +0 -13
- package/lib/interaction/filter/filter.popover.button.directive.d.ts +0 -17
- package/lib/interaction/filter/filter.popover.component.d.ts +0 -40
- package/lib/interaction/filter/filter.preset.directive.d.ts +0 -23
- package/lib/interaction/filter/filter.preset.list.component.d.ts +0 -7
- package/lib/interaction/filter/filter.preset.menu.component.d.ts +0 -17
- package/lib/interaction/filter/filter.wrapper.component.d.ts +0 -19
- package/lib/interaction/filter/index.d.ts +0 -12
- package/lib/interaction/iframe/embed.component.d.ts +0 -40
- package/lib/interaction/iframe/embed.dialog.component.d.ts +0 -18
- package/lib/interaction/iframe/iframe.component.d.ts +0 -22
- package/lib/interaction/iframe/iframe.dialog.component.d.ts +0 -15
- package/lib/interaction/iframe/index.d.ts +0 -4
- package/lib/interaction/index.d.ts +0 -8
- package/lib/interaction/interaction.module.d.ts +0 -20
- package/lib/interaction/popover/abstract.popover.directive.d.ts +0 -12
- package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +0 -28
- package/lib/interaction/popover/index.d.ts +0 -16
- package/lib/interaction/popover/popover.action.directive.d.ts +0 -25
- package/lib/interaction/popover/popover.close.component.d.ts +0 -10
- package/lib/interaction/popover/popover.component.d.ts +0 -84
- package/lib/interaction/popover/popover.content.component.d.ts +0 -18
- package/lib/interaction/popover/popover.content.module.d.ts +0 -14
- package/lib/interaction/popover/popover.controls.directive.d.ts +0 -12
- package/lib/interaction/popover/popover.coordinator.component.d.ts +0 -16
- package/lib/interaction/popover/popover.coordinator.service.d.ts +0 -16
- package/lib/interaction/popover/popover.d.ts +0 -16
- package/lib/interaction/popover/popover.header.component.d.ts +0 -15
- package/lib/interaction/popover/popover.module.d.ts +0 -10
- package/lib/interaction/popover/popover.position.strategy.d.ts +0 -11
- package/lib/interaction/popover/popover.scroll.content.directive.d.ts +0 -13
- package/lib/interaction/popover/popover.service.d.ts +0 -19
- package/lib/interaction/popup/abstract.popup.directive.d.ts +0 -11
- package/lib/interaction/popup/index.d.ts +0 -11
- package/lib/interaction/popup/popup.component.d.ts +0 -57
- package/lib/interaction/popup/popup.content.component.d.ts +0 -11
- package/lib/interaction/popup/popup.controls.buttons.component.d.ts +0 -18
- package/lib/interaction/popup/popup.controls.component.d.ts +0 -9
- package/lib/interaction/popup/popup.coordinator.component.d.ts +0 -16
- package/lib/interaction/popup/popup.coordinator.service.d.ts +0 -16
- package/lib/interaction/popup/popup.d.ts +0 -26
- package/lib/interaction/popup/popup.module.d.ts +0 -11
- package/lib/interaction/popup/popup.position.strategy.d.ts +0 -14
- package/lib/interaction/popup/popup.service.d.ts +0 -18
- package/lib/interaction/prompt/index.d.ts +0 -9
- package/lib/interaction/prompt/prompt.box.directive.d.ts +0 -6
- package/lib/interaction/prompt/prompt.button.confirm.directive.d.ts +0 -16
- package/lib/interaction/prompt/prompt.component.d.ts +0 -11
- package/lib/interaction/prompt/prompt.confirm.component.d.ts +0 -22
- package/lib/interaction/prompt/prompt.confirm.d.ts +0 -7
- package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +0 -22
- package/lib/interaction/prompt/prompt.confirm.directive.d.ts +0 -29
- package/lib/interaction/prompt/prompt.module.d.ts +0 -13
- package/lib/interaction/prompt/prompt.page.component.d.ts +0 -5
- package/lib/interaction/upload/abstract.upload.component.d.ts +0 -54
- package/lib/interaction/upload/index.d.ts +0 -7
- package/lib/interaction/upload/upload.accept.d.ts +0 -87
- package/lib/interaction/upload/upload.action.d.ts +0 -17
- package/lib/interaction/upload/upload.action.directive.d.ts +0 -17
- package/lib/interaction/upload/upload.area.component.d.ts +0 -22
- package/lib/interaction/upload/upload.button.component.d.ts +0 -24
- package/lib/interaction/upload/upload.component.d.ts +0 -60
- package/lib/keypress/index.d.ts +0 -2
- package/lib/keypress/keydown.listener.directive.d.ts +0 -23
- package/lib/keypress/keypress.module.d.ts +0 -10
- package/lib/layout/avatar/avatar.component.d.ts +0 -34
- package/lib/layout/avatar/avatar.d.ts +0 -58
- package/lib/layout/avatar/avatar.service.d.ts +0 -66
- package/lib/layout/avatar/avatar.view.component.d.ts +0 -29
- package/lib/layout/avatar/index.d.ts +0 -3
- package/lib/layout/bar/bar.d.ts +0 -2
- package/lib/layout/bar/bar.directive.d.ts +0 -11
- package/lib/layout/bar/bar.header.component.d.ts +0 -12
- package/lib/layout/bar/bar.layout.module.d.ts +0 -12
- package/lib/layout/bar/index.d.ts +0 -4
- package/lib/layout/bar/pagebar.component.d.ts +0 -8
- package/lib/layout/block/block.layout.module.d.ts +0 -12
- package/lib/layout/block/index.d.ts +0 -2
- package/lib/layout/block/two.block.component.d.ts +0 -20
- package/lib/layout/card/card.box.component.d.ts +0 -10
- package/lib/layout/card/card.box.container.directive.d.ts +0 -8
- package/lib/layout/card/card.box.layout.module.d.ts +0 -8
- package/lib/layout/card/index.d.ts +0 -3
- package/lib/layout/column/column.layout.module.d.ts +0 -8
- package/lib/layout/column/index.d.ts +0 -3
- package/lib/layout/column/one/index.d.ts +0 -2
- package/lib/layout/column/one/one.column.component.d.ts +0 -12
- package/lib/layout/column/one/one.column.module.d.ts +0 -10
- package/lib/layout/column/two/index.d.ts +0 -10
- package/lib/layout/column/two/two.column.back.directive.d.ts +0 -15
- package/lib/layout/column/two/two.column.component.d.ts +0 -58
- package/lib/layout/column/two/two.column.context.directive.d.ts +0 -13
- package/lib/layout/column/two/two.column.full.left.directive.d.ts +0 -12
- package/lib/layout/column/two/two.column.head.directive.d.ts +0 -11
- package/lib/layout/column/two/two.column.module.d.ts +0 -14
- package/lib/layout/column/two/two.column.right.component.d.ts +0 -29
- package/lib/layout/column/two/two.column.sref.directive.d.ts +0 -13
- package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +0 -13
- package/lib/layout/column/two/two.column.store.d.ts +0 -125
- package/lib/layout/compact/compact.d.ts +0 -16
- package/lib/layout/compact/compact.directive.d.ts +0 -14
- package/lib/layout/compact/compact.layout.module.d.ts +0 -10
- package/lib/layout/compact/compact.store.d.ts +0 -13
- package/lib/layout/compact/index.d.ts +0 -4
- package/lib/layout/content/content.border.directive.d.ts +0 -11
- package/lib/layout/content/content.box.directive.d.ts +0 -10
- package/lib/layout/content/content.container.directive.d.ts +0 -14
- package/lib/layout/content/content.directive.d.ts +0 -8
- package/lib/layout/content/content.elevate.directive.d.ts +0 -9
- package/lib/layout/content/content.layout.module.d.ts +0 -16
- package/lib/layout/content/content.page.directive.d.ts +0 -8
- package/lib/layout/content/content.pit.directive.d.ts +0 -15
- package/lib/layout/content/index.d.ts +0 -8
- package/lib/layout/flag/flag.component.d.ts +0 -10
- package/lib/layout/flag/flag.layout.module.d.ts +0 -8
- package/lib/layout/flag/flag.prompt.component.d.ts +0 -12
- package/lib/layout/flag/index.d.ts +0 -3
- package/lib/layout/flex/flex.d.ts +0 -4
- package/lib/layout/flex/flex.group.directive.d.ts +0 -18
- package/lib/layout/flex/flex.layout.module.d.ts +0 -11
- package/lib/layout/flex/flex.size.directive.d.ts +0 -11
- package/lib/layout/flex/index.d.ts +0 -4
- package/lib/layout/index.d.ts +0 -16
- package/lib/layout/item/index.d.ts +0 -1
- package/lib/layout/item/item.icon.component.d.ts +0 -11
- package/lib/layout/layout.module.d.ts +0 -18
- package/lib/layout/list/grid/index.d.ts +0 -2
- package/lib/layout/list/grid/list.grid.view.component.d.ts +0 -50
- package/lib/layout/list/grid/list.grid.view.directive.d.ts +0 -24
- package/lib/layout/list/group/index.d.ts +0 -3
- package/lib/layout/list/group/list.view.value.group.d.ts +0 -44
- package/lib/layout/list/group/list.view.value.group.title.d.ts +0 -53
- package/lib/layout/list/group/list.view.value.group.title.directive.d.ts +0 -15
- package/lib/layout/list/group/list.view.value.group.title.header.component.d.ts +0 -21
- package/lib/layout/list/index.d.ts +0 -20
- package/lib/layout/list/list.component.d.ts +0 -134
- package/lib/layout/list/list.content.empty.component.d.ts +0 -8
- package/lib/layout/list/list.directive.d.ts +0 -54
- package/lib/layout/list/list.layout.module.d.ts +0 -34
- package/lib/layout/list/list.module.d.ts +0 -13
- package/lib/layout/list/list.track.d.ts +0 -6
- package/lib/layout/list/list.view.d.ts +0 -59
- package/lib/layout/list/list.view.directive.d.ts +0 -43
- package/lib/layout/list/list.view.selection.directive.d.ts +0 -25
- package/lib/layout/list/list.view.value.component.d.ts +0 -56
- package/lib/layout/list/list.view.value.d.ts +0 -53
- package/lib/layout/list/list.view.value.directive.d.ts +0 -21
- package/lib/layout/list/list.view.value.item.directive.d.ts +0 -8
- package/lib/layout/list/list.view.value.modifier.d.ts +0 -12
- package/lib/layout/list/list.view.value.selection.component.d.ts +0 -32
- package/lib/layout/list/list.wrapper.d.ts +0 -21
- package/lib/layout/list/meta/index.d.ts +0 -1
- package/lib/layout/list/meta/list.view.meta.icon.component.d.ts +0 -17
- package/lib/layout/list/modifier/index.d.ts +0 -4
- package/lib/layout/list/modifier/list.modifier.module.d.ts +0 -12
- package/lib/layout/list/modifier/list.view.value.modifier.directive.d.ts +0 -36
- package/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.d.ts +0 -15
- package/lib/layout/list/modifier/list.view.value.modifier.selection.directive.d.ts +0 -15
- package/lib/layout/section/index.d.ts +0 -7
- package/lib/layout/section/section.component.d.ts +0 -11
- package/lib/layout/section/section.d.ts +0 -32
- package/lib/layout/section/section.header.component.d.ts +0 -21
- package/lib/layout/section/section.intro.component.d.ts +0 -14
- package/lib/layout/section/section.layout.module.d.ts +0 -14
- package/lib/layout/section/section.page.component.d.ts +0 -25
- package/lib/layout/section/subsection.component.d.ts +0 -9
- package/lib/layout/step/index.d.ts +0 -2
- package/lib/layout/step/step.component.d.ts +0 -10
- package/lib/layout/step/step.layout.module.d.ts +0 -10
- package/lib/layout/style/index.d.ts +0 -9
- package/lib/layout/style/spacer.directive.d.ts +0 -5
- package/lib/layout/style/style.body.directive.d.ts +0 -16
- package/lib/layout/style/style.color.directive.d.ts +0 -12
- package/lib/layout/style/style.d.ts +0 -58
- package/lib/layout/style/style.directive.d.ts +0 -14
- package/lib/layout/style/style.layout.module.d.ts +0 -11
- package/lib/layout/style/style.providers.d.ts +0 -19
- package/lib/layout/style/style.service.d.ts +0 -45
- package/lib/layout/style/style.set.directive.d.ts +0 -33
- package/lib/layout/text/address.component.d.ts +0 -7
- package/lib/layout/text/copy.text.component.d.ts +0 -17
- package/lib/layout/text/copy.text.directive.d.ts +0 -23
- package/lib/layout/text/detail.block.component.d.ts +0 -13
- package/lib/layout/text/detail.block.header.component.d.ts +0 -9
- package/lib/layout/text/icon.spacer.component.d.ts +0 -8
- package/lib/layout/text/index.d.ts +0 -12
- package/lib/layout/text/label.block.component.d.ts +0 -10
- package/lib/layout/text/linkify.component.d.ts +0 -13
- package/lib/layout/text/number.limit.component.d.ts +0 -40
- package/lib/layout/text/text.chip.directive.d.ts +0 -9
- package/lib/layout/text/text.chips.component.d.ts +0 -15
- package/lib/layout/text/text.module.d.ts +0 -17
- package/lib/loading/basic-loading.component.d.ts +0 -32
- package/lib/loading/index.d.ts +0 -6
- package/lib/loading/loading-progress.component.d.ts +0 -23
- package/lib/loading/loading.action.directive.d.ts +0 -16
- package/lib/loading/loading.component.d.ts +0 -46
- package/lib/loading/loading.d.ts +0 -10
- package/lib/loading/loading.module.d.ts +0 -10
- package/lib/router/index.d.ts +0 -2
- package/lib/router/layout/anchor/anchor.component.d.ts +0 -23
- package/lib/router/layout/anchor/anchor.content.component.d.ts +0 -20
- package/lib/router/layout/anchor/anchor.icon.component.d.ts +0 -11
- package/lib/router/layout/anchor/anchor.link.component.d.ts +0 -14
- package/lib/router/layout/anchor/anchor.module.d.ts +0 -23
- package/lib/router/layout/anchor/anchor.segue.directive.d.ts +0 -17
- package/lib/router/layout/anchor/index.d.ts +0 -6
- package/lib/router/layout/anchorlist/anchorlist.component.d.ts +0 -16
- package/lib/router/layout/anchorlist/anchorlist.module.d.ts +0 -10
- package/lib/router/layout/anchorlist/index.d.ts +0 -2
- package/lib/router/layout/index.d.ts +0 -6
- package/lib/router/layout/layout.module.d.ts +0 -11
- package/lib/router/layout/list/index.d.ts +0 -2
- package/lib/router/layout/list/list.module.d.ts +0 -10
- package/lib/router/layout/list/router.list.directive.d.ts +0 -15
- package/lib/router/layout/navbar/index.d.ts +0 -2
- package/lib/router/layout/navbar/navbar.component.d.ts +0 -48
- package/lib/router/layout/navbar/navbar.module.d.ts +0 -10
- package/lib/router/layout/sidenav/index.d.ts +0 -7
- package/lib/router/layout/sidenav/sidenav.button.component.d.ts +0 -18
- package/lib/router/layout/sidenav/sidenav.component.d.ts +0 -36
- package/lib/router/layout/sidenav/sidenav.d.ts +0 -6
- package/lib/router/layout/sidenav/sidenav.ifdisplaymode.directive.d.ts +0 -19
- package/lib/router/layout/sidenav/sidenav.module.d.ts +0 -11
- package/lib/router/layout/sidenav/sidenav.page.component.d.ts +0 -19
- package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +0 -11
- package/lib/router/provider/index.d.ts +0 -3
- package/lib/router/provider/ngrouter/anchor.component.d.ts +0 -14
- package/lib/router/provider/ngrouter/angular.router.providers.d.ts +0 -7
- package/lib/router/provider/ngrouter/index.d.ts +0 -2
- package/lib/router/provider/router.provider.config.d.ts +0 -14
- package/lib/router/provider/uirouter/anchor.component.d.ts +0 -19
- package/lib/router/provider/uirouter/index.d.ts +0 -2
- package/lib/router/provider/uirouter/uirouter.router.providers.d.ts +0 -7
- package/lib/screen/index.d.ts +0 -5
- package/lib/screen/resize.d.ts +0 -19
- package/lib/screen/resize.directive.d.ts +0 -14
- package/lib/screen/screen.d.ts +0 -36
- package/lib/screen/screen.providers.d.ts +0 -15
- package/lib/screen/screen.service.d.ts +0 -59
- package/lib/util/cdk.d.ts +0 -9
- package/lib/util/click.d.ts +0 -29
- package/lib/util/clipboard.d.ts +0 -78
- package/lib/util/clipboard.directive.d.ts +0 -12
- package/lib/util/index.d.ts +0 -4
- package/mapbox/index.d.ts +0 -1
- package/mapbox/lib/index.d.ts +0 -21
- package/mapbox/lib/mapbox.change.service.d.ts +0 -20
- package/mapbox/lib/mapbox.d.ts +0 -93
- package/mapbox/lib/mapbox.injection.component.d.ts +0 -11
- package/mapbox/lib/mapbox.injection.store.d.ts +0 -45
- package/mapbox/lib/mapbox.injection.store.provide.d.ts +0 -23
- package/mapbox/lib/mapbox.layout.component.d.ts +0 -56
- package/mapbox/lib/mapbox.layout.drawer.component.d.ts +0 -11
- package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +0 -14
- package/mapbox/lib/mapbox.marker.component.d.ts +0 -16
- package/mapbox/lib/mapbox.marker.d.ts +0 -65
- package/mapbox/lib/mapbox.markers.component.d.ts +0 -14
- package/mapbox/lib/mapbox.menu.component.d.ts +0 -29
- package/mapbox/lib/mapbox.module.d.ts +0 -16
- package/mapbox/lib/mapbox.options.d.ts +0 -11
- package/mapbox/lib/mapbox.providers.d.ts +0 -17
- package/mapbox/lib/mapbox.rxjs.d.ts +0 -45
- package/mapbox/lib/mapbox.service.d.ts +0 -24
- package/mapbox/lib/mapbox.store.d.ts +0 -239
- package/mapbox/lib/mapbox.store.map.directive.d.ts +0 -17
- package/mapbox/lib/mapbox.store.provide.d.ts +0 -23
- package/mapbox/lib/mapbox.util.d.ts +0 -27
- package/table/index.d.ts +0 -1
- package/table/lib/date/date.table.column.header.component.d.ts +0 -18
- package/table/lib/date/daterange.table.cell.input.component.d.ts +0 -69
- package/table/lib/date/index.d.ts +0 -3
- package/table/lib/date/table.date.module.d.ts +0 -8
- package/table/lib/index.d.ts +0 -23
- package/table/lib/table.cell.action.component.d.ts +0 -9
- package/table/lib/table.cell.input.component.d.ts +0 -12
- package/table/lib/table.cell.summaryend.component.d.ts +0 -9
- package/table/lib/table.cell.summarystart.component.d.ts +0 -12
- package/table/lib/table.column.directive.d.ts +0 -14
- package/table/lib/table.column.footer.component.d.ts +0 -8
- package/table/lib/table.column.header.component.d.ts +0 -8
- package/table/lib/table.column.size.d.ts +0 -2
- package/table/lib/table.column.size.directive.d.ts +0 -29
- package/table/lib/table.component.d.ts +0 -59
- package/table/lib/table.d.ts +0 -143
- package/table/lib/table.directive.d.ts +0 -16
- package/table/lib/table.fullsummaryrow.component.d.ts +0 -12
- package/table/lib/table.group.directive.d.ts +0 -14
- package/table/lib/table.group.footer.component.d.ts +0 -9
- package/table/lib/table.group.header.component.d.ts +0 -9
- package/table/lib/table.item.action.component.d.ts +0 -9
- package/table/lib/table.item.cell.component.d.ts +0 -12
- package/table/lib/table.item.directive.d.ts +0 -13
- package/table/lib/table.item.header.component.d.ts +0 -8
- package/table/lib/table.module.d.ts +0 -8
- package/table/lib/table.reader.d.ts +0 -102
- package/table/lib/table.store.d.ts +0 -42
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ArrayOrValue } from '@dereekb/util';
|
|
4
|
-
import { DbxWebFilePreviewServiceEntry, DbxWebFilePreviewServicePreviewComponentFunction, DbxWebFilePreviewServicePreviewComponentFunctionInput, DbxWebFilePreviewServicePreviewDialogFunctionInput, DbxWebFilePreviewServicePreviewDialogWithComponentFunction } from './webfilepreview';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Default entries to inject.
|
|
8
|
-
*/
|
|
9
|
-
export declare const DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN: InjectionToken<DbxWebFilePreviewServiceEntry[]>;
|
|
10
|
-
export declare function provideDbxWebFilePreviewServiceEntries(entries: DbxWebFilePreviewServiceEntry[]): {
|
|
11
|
-
provide: InjectionToken<DbxWebFilePreviewServiceEntry[]>;
|
|
12
|
-
useValue: DbxWebFilePreviewServiceEntry[];
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Default preset for previewing a file using a DbxEmbedDialogComponent.
|
|
16
|
-
*/
|
|
17
|
-
export declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewComponentFunction;
|
|
18
|
-
export declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewDialogWithComponentFunction;
|
|
19
|
-
/**
|
|
20
|
-
* Service used for previewing files with given mime types.
|
|
21
|
-
*/
|
|
22
|
-
export declare class DbxWebFilePreviewService {
|
|
23
|
-
readonly matDialog: MatDialog;
|
|
24
|
-
private readonly _entries;
|
|
25
|
-
constructor(entries: DbxWebFilePreviewServiceEntry[]);
|
|
26
|
-
private _defaultPreviewComponentFunction;
|
|
27
|
-
private _defaultPreviewDialogWithComponentFunction;
|
|
28
|
-
registerPreviewEntries(entries: ArrayOrValue<DbxWebFilePreviewServiceEntry>): void;
|
|
29
|
-
registerPreviewEntry(entry: DbxWebFilePreviewServiceEntry): void;
|
|
30
|
-
setDefaultPreviewComponentFunction(previewFunction: DbxWebFilePreviewServicePreviewComponentFunction): void;
|
|
31
|
-
setDefaultPreviewDialogWithComponentFunction(previewDialogWithComponentFunction: DbxWebFilePreviewServicePreviewDialogWithComponentFunction): void;
|
|
32
|
-
createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>;
|
|
33
|
-
openPreviewDialog(input: DbxWebFilePreviewServicePreviewDialogFunctionInput): MatDialogRef<any, any>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWebFilePreviewService, [{ optional: true; }]>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxWebFilePreviewService>;
|
|
36
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type DbxWebFilePreviewServicePreviewComponentFunction, type DbxWebFilePreviewServiceEntry } from './webfilepreview';
|
|
2
|
-
export declare const DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET: DbxWebFilePreviewServicePreviewComponentFunction;
|
|
3
|
-
/**
|
|
4
|
-
* DbxWebFilePreviewServiceEntry for previewing a zip file using a DbxZipPreviewDialogComponent.
|
|
5
|
-
*/
|
|
6
|
-
export declare const DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY: DbxWebFilePreviewServiceEntry;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DbxStructureDirective } from './structure.structure.directive';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* DbxStructureDirective used specifically on the body of the app.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DbxBodyDirective extends DbxStructureDirective {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxBodyDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxBodyDirective, "dbxBody,[dbxBody]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./structure.body.directive";
|
|
3
|
-
import * as i2 from "./structure.structure.directive";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated Use DbxStructureDirective and DbxBodyDirective directly instead.
|
|
6
|
-
*/
|
|
7
|
-
export declare class DbxStructureModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStructureModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxStructureModule, never, [typeof i1.DbxBodyDirective, typeof i2.DbxStructureDirective], [typeof i1.DbxBodyDirective, typeof i2.DbxStructureDirective]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxStructureModule>;
|
|
11
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Used to reference a cdRef, injector, and element at the given element.
|
|
5
|
-
*
|
|
6
|
-
* Generally used for child views to reference a well-placed parent view.
|
|
7
|
-
*/
|
|
8
|
-
export declare class DbxStructureDirective {
|
|
9
|
-
readonly injector: Injector;
|
|
10
|
-
readonly element: ElementRef<any>;
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated do not use cdRef here anymore. Rely on signals instead. Will be removed in the future.
|
|
13
|
-
*/
|
|
14
|
-
readonly cdRef: ChangeDetectorRef;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxStructureDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxStructureDirective, "[dbxStructure]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { type Maybe } from '@dereekb/util';
|
|
2
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
3
|
-
import { DbxWidgetViewComponentConfig } from './widget';
|
|
4
|
-
import { DbxWidgetService } from './widget.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Used to display a corresponding widget based on the input data.
|
|
8
|
-
*/
|
|
9
|
-
export declare class DbxWidgetViewComponent {
|
|
10
|
-
readonly dbxWidgetService: DbxWidgetService;
|
|
11
|
-
readonly config: import("@angular/core").InputSignal<Maybe<DbxWidgetViewComponentConfig<unknown>>>;
|
|
12
|
-
readonly configSignal: import("@angular/core").Signal<Maybe<DbxInjectionComponentConfig<unknown>>>;
|
|
13
|
-
readonly widgetConfigExistsSignal: import("@angular/core").Signal<boolean>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetViewComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWidgetViewComponent, "dbx-widget-view", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, ["[unknownWidget]"], true, never>;
|
|
16
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type ModelTypeDataPair, type MapFunction } from '@dereekb/util';
|
|
2
|
-
/**
|
|
3
|
-
* Widget type identifier
|
|
4
|
-
*/
|
|
5
|
-
export type DbxWidgetType = string;
|
|
6
|
-
/**
|
|
7
|
-
* Type and data pair for a DbxWidget.
|
|
8
|
-
*/
|
|
9
|
-
export type DbxWidgetDataPair<T = unknown> = Readonly<ModelTypeDataPair<T>>;
|
|
10
|
-
/**
|
|
11
|
-
* Used for converting the input data into a DbxWidgetDataPair value.
|
|
12
|
-
*/
|
|
13
|
-
export type DbxWidgetDataPairFactory<T> = MapFunction<T, DbxWidgetDataPair<T>>;
|
|
14
|
-
export interface DbxWidgetViewComponentConfig<T = unknown> extends DbxWidgetDataPair<T> {
|
|
15
|
-
/**
|
|
16
|
-
* Alternative, default type to use if this type is not known/configured.
|
|
17
|
-
*/
|
|
18
|
-
readonly defaultType?: DbxWidgetType;
|
|
19
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare abstract class AbstractDbxWidgetComponent<T> {
|
|
3
|
-
readonly data: T;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDbxWidgetComponent<any>, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDbxWidgetComponent<any>, never, never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { DbxWidgetDataPair } from './widget';
|
|
2
|
-
import { AbstractDbxValueListViewItemComponent } from '../../layout/list/list.view.value.item.directive';
|
|
3
|
-
import { DbxValueAsListItem } from '../../layout/list/list.view.value';
|
|
4
|
-
import { AbstractDbxListGridViewDirective } from '../../layout/list/grid/list.grid.view.directive';
|
|
5
|
-
import { DbxValueListGridViewConfig } from '../../layout/list/grid/list.grid.view.component';
|
|
6
|
-
import { AbstractDbxListWrapperDirective } from '../../layout/list/list.directive';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export type DbxWidgetDataPairWithSelection = DbxValueAsListItem<DbxWidgetDataPair>;
|
|
9
|
-
/**
|
|
10
|
-
* Demo DbxSelectionListWrapperDirective
|
|
11
|
-
*/
|
|
12
|
-
export declare class DbxWidgetListGridComponent extends AbstractDbxListWrapperDirective<DbxWidgetDataPair> {
|
|
13
|
-
constructor();
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetListGridComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWidgetListGridComponent, "dbx-widget-grid", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]", "[end]"], true, never>;
|
|
16
|
-
}
|
|
17
|
-
export declare class DbxWidgetListGridViewComponent extends AbstractDbxListGridViewDirective<DbxWidgetDataPair> {
|
|
18
|
-
readonly config: DbxValueListGridViewConfig<DbxWidgetDataPairWithSelection>;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetListGridViewComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWidgetListGridViewComponent, "dbx-widget-grid-view", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
22
|
-
export declare class DbxWidgetListGridViewItemComponent extends AbstractDbxValueListViewItemComponent<DbxWidgetDataPair> {
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetListGridViewItemComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxWidgetListGridViewItemComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./widget.component";
|
|
3
|
-
import * as i2 from "./widget.list.component";
|
|
4
|
-
/**
|
|
5
|
-
* Contains components related to displaying "widgets" for pieces of data.
|
|
6
|
-
*
|
|
7
|
-
* @deprecated Import standalone components directly instead.
|
|
8
|
-
*
|
|
9
|
-
* @see DbxWidgetViewComponent
|
|
10
|
-
* @see DbxWidgetListGridComponent
|
|
11
|
-
* @see DbxWidgetListGridViewComponent
|
|
12
|
-
* @see DbxWidgetListGridViewItemComponent
|
|
13
|
-
*/
|
|
14
|
-
export declare class DbxWidgetModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxWidgetModule, never, [typeof i1.DbxWidgetViewComponent, typeof i2.DbxWidgetListGridComponent, typeof i2.DbxWidgetListGridViewComponent, typeof i2.DbxWidgetListGridViewItemComponent], [typeof i1.DbxWidgetViewComponent, typeof i2.DbxWidgetListGridComponent, typeof i2.DbxWidgetListGridViewComponent, typeof i2.DbxWidgetListGridViewItemComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxWidgetModule>;
|
|
18
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { Maybe } from '@dereekb/util';
|
|
3
|
-
import { DbxWidgetType } from './widget';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export interface DbxWidgetEntry {
|
|
6
|
-
/**
|
|
7
|
-
* Widget type to respond to.
|
|
8
|
-
*/
|
|
9
|
-
readonly type: DbxWidgetType;
|
|
10
|
-
/**
|
|
11
|
-
* Widget component class to use.
|
|
12
|
-
*/
|
|
13
|
-
readonly componentClass: Type<unknown>;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Service used to register widgets.
|
|
17
|
-
*/
|
|
18
|
-
export declare class DbxWidgetService {
|
|
19
|
-
private readonly _entries;
|
|
20
|
-
/**
|
|
21
|
-
* Used to register an entry. If an entry with the same type is already registered, this will override it by default.
|
|
22
|
-
*
|
|
23
|
-
* @param entry
|
|
24
|
-
* @param override
|
|
25
|
-
*/
|
|
26
|
-
register(entry: DbxWidgetEntry, override?: boolean): boolean;
|
|
27
|
-
getWidgetIdentifiers(): DbxWidgetType[];
|
|
28
|
-
getWidgetEntry(type: DbxWidgetType): Maybe<DbxWidgetEntry>;
|
|
29
|
-
getWidgetEntries(types: Iterable<DbxWidgetType>): DbxWidgetEntry[];
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxWidgetService, never>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxWidgetService>;
|
|
32
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type MimeTypeWithoutParameters, type SlashPathDirectoryTreeNode, type SlashPathDirectoryTreeNodeValue, type SlashPathDirectoryTreeRoot, type Maybe, type Getter } from '@dereekb/util';
|
|
2
|
-
import { type Entry } from '@zip.js/zip.js';
|
|
3
|
-
export type DbxZipBlobPreviewEntryNodeValue<T extends Entry = Entry> = SlashPathDirectoryTreeNodeValue<T> & {
|
|
4
|
-
readonly mimeType: Maybe<MimeTypeWithoutParameters>;
|
|
5
|
-
readonly getBlob?: Getter<Promise<Blob>>;
|
|
6
|
-
};
|
|
7
|
-
export type DbxZipBlobPreviewEntryTreeNode<T extends Entry = Entry> = SlashPathDirectoryTreeNode<T, DbxZipBlobPreviewEntryNodeValue<T>>;
|
|
8
|
-
export type DbxZipBlobPreviewEntryTreeRoot = SlashPathDirectoryTreeRoot<Entry, DbxZipBlobPreviewEntryNodeValue<Entry>>;
|
|
9
|
-
export declare function dbxZipBlobPreviewEntryTreeFromEntries(entries: Maybe<Entry[]>): DbxZipBlobPreviewEntryTreeRoot;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { Signal, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Maybe } from '@dereekb/util';
|
|
3
|
-
import { ZipReader, Entry, FileEntry } from '@zip.js/zip.js';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { LoadingState } from '@dereekb/rxjs';
|
|
6
|
-
import { DbxZipBlobPreviewEntryTreeNode } from './zip.blob';
|
|
7
|
-
import { DbxListTitleGroupData, DbxListTitleGroupTitleDelegate } from '../../layout';
|
|
8
|
-
import { AnchorForValueFunction } from '../../router';
|
|
9
|
-
import { DbxDownloadBlobButtonConfig } from '../download/blob/download.blob.button.component';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export type DbxZipBlobPreviewMode = 'view_directory' | 'view_entry';
|
|
12
|
-
export type DbxZipBlobPreviewGroupValue = 'directory' | 'file';
|
|
13
|
-
export type DbxZipBlobPreviewGroupData = DbxListTitleGroupData<DbxZipBlobPreviewGroupValue> & {
|
|
14
|
-
sort: number;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Used to display a zip preview based on the input blob.
|
|
18
|
-
*/
|
|
19
|
-
export declare class DbxZipBlobPreviewComponent implements OnDestroy {
|
|
20
|
-
readonly blob: import("@angular/core").InputSignal<Maybe<Blob>>;
|
|
21
|
-
/**
|
|
22
|
-
* The download file name for the zip file.
|
|
23
|
-
*
|
|
24
|
-
* If not defined, then the file cannot be downloaded directly.
|
|
25
|
-
*/
|
|
26
|
-
readonly downloadFileName: import("@angular/core").InputSignal<Maybe<string>>;
|
|
27
|
-
readonly hasBlob: Signal<boolean>;
|
|
28
|
-
readonly zipReader: Signal<ZipReader<unknown> | undefined>;
|
|
29
|
-
readonly downloadZipFileBlobButtonConfigSignal: Signal<DbxDownloadBlobButtonConfig | undefined>;
|
|
30
|
-
readonly zipReader$: Observable<ZipReader<unknown> | undefined>;
|
|
31
|
-
readonly allEntriesLoadingState$: Observable<LoadingState<Entry[]>>;
|
|
32
|
-
readonly allEntries$: Observable<Maybe<Entry[]>>;
|
|
33
|
-
readonly allEntriesRoot$: Observable<import("./zip.blob").DbxZipBlobPreviewEntryTreeRoot>;
|
|
34
|
-
readonly allEntriesRootSignal: Signal<import("./zip.blob").DbxZipBlobPreviewEntryTreeRoot | undefined>;
|
|
35
|
-
readonly selectedNodeSignal: import("@angular/core").WritableSignal<Maybe<DbxZipBlobPreviewEntryTreeNode>>;
|
|
36
|
-
readonly listTitleGroupDelegate: DbxListTitleGroupTitleDelegate<DbxZipBlobPreviewEntryTreeNode, DbxZipBlobPreviewGroupValue, DbxZipBlobPreviewGroupData>;
|
|
37
|
-
readonly mode: Signal<string>;
|
|
38
|
-
readonly listEntries: Signal<DbxZipBlobPreviewEntryTreeNode[]>;
|
|
39
|
-
readonly listEntries$: Observable<DbxZipBlobPreviewEntryTreeNode[]>;
|
|
40
|
-
readonly listEntriesState$: Observable<LoadingState<DbxZipBlobPreviewEntryTreeNode[]>>;
|
|
41
|
-
readonly selectedNodeIconSignal: Signal<string>;
|
|
42
|
-
readonly selectedNodePathSignal: Signal<string>;
|
|
43
|
-
readonly selectedFileNodeSignal: Signal<Maybe<DbxZipBlobPreviewEntryTreeNode<FileEntry>>>;
|
|
44
|
-
readonly selectedFileEntry$: Observable<Maybe<DbxZipBlobPreviewEntryTreeNode<FileEntry>>>;
|
|
45
|
-
readonly selectedFileEntryBlob$: Observable<Maybe<Blob>>;
|
|
46
|
-
readonly selectedFileEntryBlobSignal: Signal<Maybe<Blob>>;
|
|
47
|
-
readonly context: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<Entry[]>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<Entry[]>>;
|
|
48
|
-
ngOnDestroy(): void;
|
|
49
|
-
readonly makeEntryAnchor: AnchorForValueFunction<DbxZipBlobPreviewEntryTreeNode>;
|
|
50
|
-
readonly homeClicked: () => void;
|
|
51
|
-
readonly backClicked: () => void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipBlobPreviewComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipBlobPreviewComponent, "dbx-zip-blob-preview", never, { "blob": { "alias": "blob"; "required": false; "isSignal": true; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
54
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { DbxValueAsListItem, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, AbstractDbxValueListViewItemComponent } from '../../layout';
|
|
2
|
-
import { DbxZipBlobPreviewEntryTreeNode } from './zip.blob';
|
|
3
|
-
import { DbxDownloadBlobButtonConfig } from '../download/blob/download.blob.button.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export type DbxZipPreviewEntryWithSelection = DbxValueAsListItem<DbxZipBlobPreviewEntryTreeNode>;
|
|
6
|
-
export declare function iconForDbxZipPreviewEntryWithSelection(entry: DbxZipBlobPreviewEntryTreeNode): "folder" | "note" | "question_mark";
|
|
7
|
-
export declare class DbxZipPreviewEntryListComponent extends AbstractDbxSelectionListWrapperDirective<DbxZipPreviewEntryWithSelection> {
|
|
8
|
-
constructor();
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipPreviewEntryListComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipPreviewEntryListComponent, "dbx-zip-preview-file-entry-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]", "[end]"], true, never>;
|
|
11
|
-
}
|
|
12
|
-
export declare class DbxZipPreviewEntryListViewComponent extends AbstractDbxSelectionListViewDirective<DbxZipPreviewEntryWithSelection> {
|
|
13
|
-
readonly config: DbxSelectionValueListViewConfig<DbxZipPreviewEntryWithSelection>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipPreviewEntryListViewComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipPreviewEntryListViewComponent, "dbx-zip-preview-file-entry-list-view", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
export declare class DbxZipPreviewEntryListViewItemComponent extends AbstractDbxValueListViewItemComponent<DbxZipPreviewEntryWithSelection> {
|
|
18
|
-
get name(): string;
|
|
19
|
-
get lastModDate(): Date;
|
|
20
|
-
get isDirectory(): boolean;
|
|
21
|
-
get canDownload(): boolean;
|
|
22
|
-
get downloadBlobButtonConfig(): DbxDownloadBlobButtonConfig;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipPreviewEntryListViewItemComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipPreviewEntryListViewItemComponent, "dbx-zip-preview-file-entry-list-view-item", never, {}, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Maybe } from '@dereekb/util';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { LoadingState } from '@dereekb/rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Used to display a corresponding widget based on the input data.
|
|
8
|
-
*/
|
|
9
|
-
export declare class DbxZipPreviewComponent implements OnDestroy {
|
|
10
|
-
/**
|
|
11
|
-
* The URL to download the zip file from, if applicable.
|
|
12
|
-
*/
|
|
13
|
-
readonly srcUrl: import("@angular/core").ModelSignal<Maybe<string>>;
|
|
14
|
-
/**
|
|
15
|
-
* The blob to use for the zip file, if applicable.
|
|
16
|
-
*/
|
|
17
|
-
readonly blob: import("@angular/core").ModelSignal<Maybe<Blob>>;
|
|
18
|
-
/**
|
|
19
|
-
* The file name to use for the zip file.
|
|
20
|
-
*/
|
|
21
|
-
readonly downloadFileName: import("@angular/core").ModelSignal<Maybe<string>>;
|
|
22
|
-
readonly srcUrl$: Observable<Maybe<string>>;
|
|
23
|
-
readonly blob$: Observable<Maybe<Blob>>;
|
|
24
|
-
readonly zipFileBlobLoadingState$: Observable<LoadingState<Blob>>;
|
|
25
|
-
readonly zipFileBlob$: Observable<Maybe<Blob>>;
|
|
26
|
-
readonly zipFileBlobSignal: import("@angular/core").Signal<Maybe<Blob>>;
|
|
27
|
-
readonly context: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<Blob>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<Blob>>;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipPreviewComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipPreviewComponent, "dbx-zip-preview", never, { "srcUrl": { "alias": "srcUrl"; "required": false; "isSignal": true; }; "blob": { "alias": "blob"; "required": false; "isSignal": true; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; "isSignal": true; }; }, { "srcUrl": "srcUrlChange"; "blob": "blobChange"; "downloadFileName": "downloadFileNameChange"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type MatDialog, type MatDialogRef, type MatDialogConfig } from '@angular/material/dialog';
|
|
2
|
-
import { type WebsiteUrlWithPrefix, type Maybe } from '@dereekb/util';
|
|
3
|
-
import { DbxInjectionDialogComponent } from '../../interaction/dialog';
|
|
4
|
-
import { DbxZipPreviewComponent } from './zip.preview.component';
|
|
5
|
-
export interface DbxZipPreviewDialogConfig extends Omit<MatDialogConfig, 'data'> {
|
|
6
|
-
readonly srcUrl?: Maybe<WebsiteUrlWithPrefix>;
|
|
7
|
-
readonly blob?: Maybe<Blob>;
|
|
8
|
-
readonly downloadFileName?: Maybe<string>;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Opens a dialog with DbxZipPreviewComponent.
|
|
12
|
-
*
|
|
13
|
-
* @param matDialog The MatDialog instance to use.
|
|
14
|
-
* @param config The configuration for the dialog.
|
|
15
|
-
* @returns The MatDialogRef for the dialog.
|
|
16
|
-
*/
|
|
17
|
-
export declare function openZipPreviewDialog(matDialog: MatDialog, config: DbxZipPreviewDialogConfig): MatDialogRef<DbxInjectionDialogComponent<DbxZipPreviewComponent>, void>;
|
package/lib/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './loading';
|
|
2
|
-
export * from './action';
|
|
3
|
-
export * from './button';
|
|
4
|
-
export * from './error';
|
|
5
|
-
export * from './extension';
|
|
6
|
-
export * from './interaction';
|
|
7
|
-
export * from './keypress';
|
|
8
|
-
export * from './layout';
|
|
9
|
-
export * from './router';
|
|
10
|
-
export * from './screen';
|
|
11
|
-
export * from './util';
|
|
12
|
-
export * from './dbx-web.module';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { AbstractTransitionWatcherDirective } from '@dereekb/dbx-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Abstract dialog component that closes when a transition is successful.
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class AbstractDialogDirective<R = unknown, D = unknown, T = unknown> extends AbstractTransitionWatcherDirective {
|
|
8
|
-
readonly data: D;
|
|
9
|
-
readonly dialogRef: MatDialogRef<any, any>;
|
|
10
|
-
protected updateForSuccessfulTransition(): void;
|
|
11
|
-
returnValue(value?: R): void;
|
|
12
|
-
close(value?: R): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDialogDirective<any, any, any>, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDialogDirective<any, any, any>, never, never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { OnInit, OnDestroy, ElementRef } from '@angular/core';
|
|
3
|
-
import { AbstractDbxActionValueGetterDirective } from '@dereekb/dbx-core';
|
|
4
|
-
import { IsEqualFunction, IsModifiedFunction } from '@dereekb/rxjs';
|
|
5
|
-
import { type Maybe } from '@dereekb/util';
|
|
6
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export type DbxActionDialogFunction<T = unknown> = () => MatDialogRef<unknown, Maybe<T>>;
|
|
9
|
-
/**
|
|
10
|
-
* Action directive that is used to trigger/display a dialog, then watches that dialog for a value.
|
|
11
|
-
*/
|
|
12
|
-
export declare class DbxActionDialogDirective<T = unknown> extends AbstractDbxActionValueGetterDirective<T> implements OnInit, OnDestroy {
|
|
13
|
-
readonly elementRef: ElementRef<any>;
|
|
14
|
-
readonly dbxActionDialog: import("@angular/core").InputSignal<DbxActionDialogFunction<T>>;
|
|
15
|
-
readonly dbxActionDialogIsModified: import("@angular/core").InputSignal<Maybe<IsModifiedFunction>>;
|
|
16
|
-
readonly dbxActionDialogIsEqual: import("@angular/core").InputSignal<Maybe<IsEqualFunction>>;
|
|
17
|
-
constructor();
|
|
18
|
-
protected _getDataFromDialog(): Observable<Maybe<T>>;
|
|
19
|
-
protected _makeDialogRef(): MatDialogRef<unknown, Maybe<T>>;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionDialogDirective<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionDialogDirective<any>, "[dbxActionDialog]", ["dbxActionDialog"], { "dbxActionDialog": { "alias": "dbxActionDialog"; "required": true; "isSignal": true; }; "dbxActionDialogIsModified": { "alias": "dbxActionDialogIsModified"; "required": false; "isSignal": true; }; "dbxActionDialogIsEqual": { "alias": "dbxActionDialogIsEqual"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Component used to show a close button at the top of a dialog, floating in a corner.
|
|
4
|
-
*/
|
|
5
|
-
export declare class DbxDialogContentCloseComponent {
|
|
6
|
-
readonly padded: import("@angular/core").InputSignal<boolean>;
|
|
7
|
-
readonly close: import("@angular/core").OutputEmitterRef<void>;
|
|
8
|
-
closeClicked(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogContentCloseComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDialogContentCloseComponent, "dbx-dialog-content-close", never, { "padded": { "alias": "padded"; "required": false; "isSignal": true; }; }, { "close": "close"; }, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type MatDialogConfig } from '@angular/material/dialog';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
export type DbxDialogContentConfig = Omit<MatDialogConfig, 'viewContainerRef' | 'injector' | 'id' | 'data'>;
|
|
4
|
-
export declare function sanitizeDbxDialogContentConfig(input: Maybe<DbxDialogContentConfig>): DbxDialogContentConfig;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Maybe } from '@dereekb/util';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type DbxDialogContentContainerWidth = 'normal' | 'wide';
|
|
4
|
-
/**
|
|
5
|
-
* Component used to style a dialog.
|
|
6
|
-
*/
|
|
7
|
-
export declare class DbxDialogContentDirective {
|
|
8
|
-
readonly width: import("@angular/core").InputSignalWithTransform<DbxDialogContentContainerWidth, Maybe<DbxDialogContentContainerWidth>>;
|
|
9
|
-
readonly classConfig: import("@angular/core").Signal<string>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogContentDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxDialogContentDirective, "dbx-dialog-content,[dbxDialogContent],.dbx-dialog-content", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ThemePalette } from '@angular/material/core';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface DbxDialogContentFooterConfig {
|
|
5
|
-
readonly buttonColor?: ThemePalette;
|
|
6
|
-
readonly closeText?: string;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Component used to show a close button at the bottom of a dialog.
|
|
10
|
-
*/
|
|
11
|
-
export declare class DbxDialogContentFooterComponent {
|
|
12
|
-
readonly config: import("@angular/core").InputSignal<Maybe<DbxDialogContentFooterConfig>>;
|
|
13
|
-
readonly closeText: import("@angular/core").InputSignal<Maybe<string>>;
|
|
14
|
-
readonly buttonColor: import("@angular/core").InputSignal<Maybe<ThemePalette>>;
|
|
15
|
-
readonly closeTextSignal: import("@angular/core").Signal<string>;
|
|
16
|
-
readonly buttonColorSignal: import("@angular/core").Signal<"primary" | "accent" | "warn" | undefined>;
|
|
17
|
-
readonly close: import("@angular/core").OutputEmitterRef<void>;
|
|
18
|
-
closeClicked(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogContentFooterComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDialogContentFooterComponent, "dbx-dialog-content-footer", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "closeText": { "alias": "closeText"; "required": false; "isSignal": true; }; "buttonColor": { "alias": "buttonColor"; "required": false; "isSignal": true; }; }, { "close": "close"; }, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material/dialog';
|
|
2
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
3
|
-
import { AbstractDialogDirective } from './abstract.dialog.directive';
|
|
4
|
-
import { DbxDialogContentContainerWidth } from './dialog.content.directive';
|
|
5
|
-
import { Maybe } from '@dereekb/util';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export interface DbxInjectionDialogComponentConfig<T = unknown> extends Omit<MatDialogConfig, 'data'> {
|
|
8
|
-
readonly contentWidth?: Maybe<DbxDialogContentContainerWidth>;
|
|
9
|
-
readonly showCloseButton?: boolean;
|
|
10
|
-
readonly componentConfig: DbxInjectionComponentConfig<T>;
|
|
11
|
-
}
|
|
12
|
-
export declare class DbxInjectionDialogComponent<T = unknown> extends AbstractDialogDirective<void, DbxInjectionDialogComponentConfig<T>> {
|
|
13
|
-
get showCloseButton(): boolean;
|
|
14
|
-
get contentWidth(): Maybe<DbxDialogContentContainerWidth>;
|
|
15
|
-
get componentConfig(): DbxInjectionComponentConfig<T>;
|
|
16
|
-
static openDialog<T>(matDialog: MatDialog, config: DbxInjectionDialogComponentConfig<T>): MatDialogRef<DbxInjectionDialogComponent<T>, void>;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxInjectionDialogComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxInjectionDialogComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dialog.content.directive";
|
|
3
|
-
import * as i2 from "./dialog.action.directive";
|
|
4
|
-
import * as i3 from "./dialog.content.footer.component";
|
|
5
|
-
import * as i4 from "./dialog.content.close.component";
|
|
6
|
-
export declare class DbxDialogModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxDialogModule, never, [typeof i1.DbxDialogContentDirective, typeof i2.DbxActionDialogDirective, typeof i3.DbxDialogContentFooterComponent, typeof i4.DbxDialogContentCloseComponent], [typeof i1.DbxDialogContentDirective, typeof i2.DbxActionDialogDirective, typeof i3.DbxDialogContentFooterComponent, typeof i4.DbxDialogContentCloseComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxDialogModule>;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated use DbxDialogModule instead.
|
|
13
|
-
*/
|
|
14
|
-
export declare class DbxDialogInteractionModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogInteractionModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxDialogInteractionModule, never, [typeof DbxDialogModule], [typeof DbxDialogModule]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxDialogInteractionModule>;
|
|
18
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './abstract.dialog.directive';
|
|
2
|
-
export * from './dialog.content.close.component';
|
|
3
|
-
export * from './dialog.content.footer.component';
|
|
4
|
-
export * from './dialog.content.directive';
|
|
5
|
-
export * from './dialog.action.directive';
|
|
6
|
-
export * from './dialog.injection.component';
|
|
7
|
-
export * from './dialog.content';
|
|
8
|
-
export * from './dialog.module';
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { type Type } from '@angular/core';
|
|
2
|
-
import { type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
3
|
-
import { type FilterSource, type PresetFilterSource, type FilterSourceConnector } from '@dereekb/rxjs';
|
|
4
|
-
import { type Maybe } from '@dereekb/util';
|
|
5
|
-
import { type Observable } from 'rxjs';
|
|
6
|
-
import { type DbxPopoverConfigSizing } from '../popover/popover.service';
|
|
7
|
-
export interface DbxFilterComponentConfig<F extends object = object, P extends string = string, CF extends FilterSource<F> = FilterSource<F>, PF extends PresetFilterSource<F, P> = PresetFilterSource<F, P>> extends DbxPopoverConfigSizing {
|
|
8
|
-
/**
|
|
9
|
-
* Custom icon
|
|
10
|
-
*
|
|
11
|
-
* Defaults to "filter_list"
|
|
12
|
-
*/
|
|
13
|
-
readonly icon?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Custom header text
|
|
16
|
-
*
|
|
17
|
-
* Defaults to "Filter"
|
|
18
|
-
*/
|
|
19
|
-
readonly header?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Custom customize button text. If not defined, defaults to "Customize"
|
|
22
|
-
*/
|
|
23
|
-
readonly customizeButtonText?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Custom close button text. If not defined, defaults to "Close"
|
|
26
|
-
*/
|
|
27
|
-
readonly closeButtonText?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Whether or not to show the close button. Defaults to the value of !closeOnFilterChange
|
|
30
|
-
*/
|
|
31
|
-
readonly showCloseButton?: Maybe<boolean>;
|
|
32
|
-
/**
|
|
33
|
-
* Custom filter component to initialize.
|
|
34
|
-
*/
|
|
35
|
-
readonly customFilterComponentClass?: Type<CF>;
|
|
36
|
-
/**
|
|
37
|
-
* Preset filter component to initialize.
|
|
38
|
-
*/
|
|
39
|
-
readonly presetFilterComponentClass?: Type<PF>;
|
|
40
|
-
/**
|
|
41
|
-
* DbxInjectionComponentConfig for the custom filter component to initialize.
|
|
42
|
-
*/
|
|
43
|
-
readonly customFilterComponentConfig?: DbxInjectionComponentConfig<CF>;
|
|
44
|
-
/**
|
|
45
|
-
* DbxInjectionComponentConfig for the preset filter component to initialize.
|
|
46
|
-
*/
|
|
47
|
-
readonly presetFilterComponentConfig?: DbxInjectionComponentConfig<PF>;
|
|
48
|
-
/**
|
|
49
|
-
* The connector to use.
|
|
50
|
-
*/
|
|
51
|
-
readonly connector: FilterSourceConnector<F>;
|
|
52
|
-
/**
|
|
53
|
-
* (Optional) Inital filter to pass to the filter source.
|
|
54
|
-
*/
|
|
55
|
-
readonly initialFilterObs?: Observable<F>;
|
|
56
|
-
/**
|
|
57
|
-
* (Optional) Whether or not to close the component if the filter changes.
|
|
58
|
-
*
|
|
59
|
-
* True by default.
|
|
60
|
-
*/
|
|
61
|
-
readonly closeOnFilterChange?: boolean;
|
|
62
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type ClickableAnchorLink } from '@dereekb/dbx-core';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
import { type Observable } from 'rxjs';
|
|
4
|
-
/**
|
|
5
|
-
* Configuration for the preset filter menus
|
|
6
|
-
*/
|
|
7
|
-
export interface DbxPresetFilterMenuConfig {
|
|
8
|
-
/**
|
|
9
|
-
* The text to display for the unknown selection.
|
|
10
|
-
*/
|
|
11
|
-
readonly unknownSelectionText?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The icon to use for the filter, or false if no icon should be shown.
|
|
14
|
-
*/
|
|
15
|
-
readonly filterIcon?: Maybe<string> | false;
|
|
16
|
-
/**
|
|
17
|
-
* Whether or not to use the preset's icon if one is defined. If filterIcon is false, the icon will only appear when an item is selected.
|
|
18
|
-
*/
|
|
19
|
-
readonly usePresetIcon?: boolean;
|
|
20
|
-
}
|
|
21
|
-
export declare function dbxPresetFilterMenuButtonTextObservable(config$: Observable<DbxPresetFilterMenuConfig>, selection$: Observable<Maybe<Partial<Pick<ClickableAnchorLink, 'title'>>>>, defaultText?: string): Observable<string>;
|
|
22
|
-
export declare function dbxPresetFilterMenuButtonIconObservable(config$: Observable<DbxPresetFilterMenuConfig>, selection$: Observable<Maybe<Partial<Pick<ClickableAnchorLink, 'icon'>>>>, defaultIcon?: string): Observable<Maybe<string>>;
|