@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,29 +0,0 @@
|
|
|
1
|
-
import { DbxMapboxMapStore } from './mapbox.store';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { Maybe } from '@dereekb/util';
|
|
4
|
-
import { MatMenuTrigger } from '@angular/material/menu';
|
|
5
|
-
import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Directive that connects a host MatMenuTrigger to a DbxMapboxMapStore and listens for right-clicks on the map.
|
|
9
|
-
*
|
|
10
|
-
* The map dissapears if the mouse scrolls anywhere else on the map.
|
|
11
|
-
*/
|
|
12
|
-
export declare class DbxMapboxMenuComponent extends AbstractSubscriptionDirective implements OnInit, OnDestroy {
|
|
13
|
-
readonly dbxMapboxMapStore: DbxMapboxMapStore;
|
|
14
|
-
readonly matMenuTrigger: MatMenuTrigger;
|
|
15
|
-
readonly active: import("@angular/core").InputSignalWithTransform<boolean, Maybe<boolean>>;
|
|
16
|
-
readonly openCloseSignal: import("@angular/core").WritableSignal<Maybe<boolean>>;
|
|
17
|
-
readonly posSignal: import("@angular/core").WritableSignal<{
|
|
18
|
-
x: string;
|
|
19
|
-
y: string;
|
|
20
|
-
}>;
|
|
21
|
-
protected readonly _openCloseEffect: import("@angular/core").EffectRef;
|
|
22
|
-
private readonly _menuCloseSub;
|
|
23
|
-
private readonly _preventRightClick;
|
|
24
|
-
readonly active$: import("rxjs").Observable<boolean>;
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMenuComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxMapboxMenuComponent, "dbx-mapbox-menu", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./mapbox.layout.resize.sync.directive";
|
|
3
|
-
import * as i2 from "./mapbox.store.map.directive";
|
|
4
|
-
import * as i3 from "./mapbox.layout.component";
|
|
5
|
-
import * as i4 from "./mapbox.layout.drawer.component";
|
|
6
|
-
import * as i5 from "./mapbox.injection.component";
|
|
7
|
-
import * as i6 from "./mapbox.menu.component";
|
|
8
|
-
import * as i7 from "./mapbox.marker.component";
|
|
9
|
-
import * as i8 from "./mapbox.markers.component";
|
|
10
|
-
import * as i9 from "./mapbox.store.provide";
|
|
11
|
-
import * as i10 from "ngx-mapbox-gl";
|
|
12
|
-
export declare class DbxMapboxModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxMapboxModule, never, [typeof i1.DbxMapboxLayoutVirtualResizeSyncComponent, typeof i2.DbxMapboxMapDirective, typeof i3.DbxMapboxLayoutComponent, typeof i4.DbxMapboxLayoutDrawerComponent, typeof i5.DbxMapboxInjectionComponent, typeof i6.DbxMapboxMenuComponent, typeof i7.DbxMapboxMarkerComponent, typeof i8.DbxMapboxMarkersComponent, typeof i9.DbxMapboxMapStoreInjectionBlockDirective, typeof i10.MapComponent, typeof i10.MarkerComponent], [typeof i1.DbxMapboxLayoutVirtualResizeSyncComponent, typeof i2.DbxMapboxMapDirective, typeof i3.DbxMapboxLayoutComponent, typeof i4.DbxMapboxLayoutDrawerComponent, typeof i5.DbxMapboxInjectionComponent, typeof i6.DbxMapboxMenuComponent, typeof i7.DbxMapboxMarkerComponent, typeof i8.DbxMapboxMarkersComponent, typeof i9.DbxMapboxMapStoreInjectionBlockDirective, typeof i10.MapComponent, typeof i10.MarkerComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxMapboxModule>;
|
|
16
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type DbxMapboxConfig } from './mapbox.service';
|
|
2
|
-
/**
|
|
3
|
-
* Convenience type used in .environment.ts files for building configuration.
|
|
4
|
-
*/
|
|
5
|
-
export interface DbxMapboxEnvironmentOptions extends DbxMapboxConfig {
|
|
6
|
-
readonly token: string;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated use DbxMapboxEnvironmentOptions instead.
|
|
10
|
-
*/
|
|
11
|
-
export type DbxMapboxOptions = DbxMapboxEnvironmentOptions;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type EnvironmentProviders } from '@angular/core';
|
|
2
|
-
import { DbxMapboxConfig } from './mapbox.service';
|
|
3
|
-
import { provideMapboxGL } from 'ngx-mapbox-gl';
|
|
4
|
-
/**
|
|
5
|
-
* Configuration for provideDbxMapbox().
|
|
6
|
-
*/
|
|
7
|
-
export interface ProvideDbxMapboxConfig {
|
|
8
|
-
readonly dbxMapboxConfig: DbxMapboxConfig;
|
|
9
|
-
readonly ngxMapboxGLModuleConfig: Parameters<typeof provideMapboxGL>[0];
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Creates EnvironmentProviders for providing DbxMapboxConfig and configuring the NgxMapboxGLModule.
|
|
13
|
-
*
|
|
14
|
-
* @param config Configuration
|
|
15
|
-
* @returns EnvironmentProviders
|
|
16
|
-
*/
|
|
17
|
-
export declare function provideDbxMapbox(config: ProvideDbxMapboxConfig): EnvironmentProviders;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { type ObservableOrValue } from '@dereekb/rxjs';
|
|
2
|
-
import { type LatLngPointInput, type LatLngBound, type LatLngBoundCheckFunction, type RoundNumberToStepFunctionInput, type LatLngPrecision, type Maybe } from '@dereekb/util';
|
|
3
|
-
import { type OperatorFunction } from 'rxjs';
|
|
4
|
-
import { type MapboxZoomLevel } from './mapbox';
|
|
5
|
-
import { type MapboxViewportBoundFunction } from './mapbox.util';
|
|
6
|
-
export type FilterMapboxBoundReadItemValueFunction<T> = (value: T) => MapboxViewportBoundFunctionItemValue;
|
|
7
|
-
export interface FilterMapboxBoundConfig<T> {
|
|
8
|
-
readonly boundFunctionObs: ObservableOrValue<MapboxViewportBoundFunction>;
|
|
9
|
-
readonly boundDecisionObs: ObservableOrValue<LatLngBoundCheckFunction>;
|
|
10
|
-
/**
|
|
11
|
-
* Reads the value from the input item.
|
|
12
|
-
*/
|
|
13
|
-
readonly readValue: FilterMapboxBoundReadItemValueFunction<T>;
|
|
14
|
-
/**
|
|
15
|
-
* Minimum precision to retain. Defaults to LAT_LONG_10M_PRECISION
|
|
16
|
-
*/
|
|
17
|
-
readonly precision?: LatLngPrecision;
|
|
18
|
-
/**
|
|
19
|
-
* Amount of zoom rounding to use. By default rounds to 0.5 steps using "floor" in order to "round up" since zoom values are inversely proportional to bounds area.
|
|
20
|
-
*/
|
|
21
|
-
readonly zoomRounding?: RoundNumberToStepFunctionInput;
|
|
22
|
-
/**
|
|
23
|
-
* Default zoom level for item values that do not have an explicit zoom, or a zoom of 0.
|
|
24
|
-
*
|
|
25
|
-
* Defaults to 17, which can produce a viewport/bounds about the size of a park.
|
|
26
|
-
*/
|
|
27
|
-
readonly defaultZoom?: MapboxZoomLevel;
|
|
28
|
-
}
|
|
29
|
-
export interface MapboxViewportBoundFunctionItemValue {
|
|
30
|
-
readonly center: LatLngPointInput;
|
|
31
|
-
readonly zoom?: Maybe<MapboxZoomLevel>;
|
|
32
|
-
}
|
|
33
|
-
export interface MapboxViewportBoundFunctionItem<T> {
|
|
34
|
-
readonly value: T;
|
|
35
|
-
readonly bound: LatLngBound;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Filters the input objects based on their center and zoom values.
|
|
39
|
-
*
|
|
40
|
-
* This function caches the bounds computations for each of the input values.
|
|
41
|
-
*
|
|
42
|
-
* @param config
|
|
43
|
-
* @returns
|
|
44
|
-
*/
|
|
45
|
-
export declare function filterByMapboxViewportBound<T>(config: FilterMapboxBoundConfig<T>): OperatorFunction<T[], T[]>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { LatLngPointInput, Milliseconds } from '@dereekb/util';
|
|
2
|
-
import { MapboxOptions, MapOptions } from 'mapbox-gl';
|
|
3
|
-
import { KnownMapboxStyle, MapboxZoomLevel } from './mapbox';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DbxMapboxConfig {
|
|
6
|
-
readonly defaultStyle?: MapboxOptions['style'];
|
|
7
|
-
readonly defaultZoom?: MapboxZoomLevel;
|
|
8
|
-
readonly defaultCenter?: LatLngPointInput;
|
|
9
|
-
readonly defaultStoreRefreshPeriod?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const DEFAULT_MAPBOX_STYLE: KnownMapboxStyle;
|
|
12
|
-
export declare const DEFAULT_MAPBOX_CENTER: LatLngPointInput;
|
|
13
|
-
export declare const DEFAULT_MAPBOX_ZOOM: MapboxZoomLevel;
|
|
14
|
-
export declare const DEFAULT_MAPBOX_MAP_STORE_TIMER_REFRESH_PERIOD: Milliseconds;
|
|
15
|
-
export declare class DbxMapboxService {
|
|
16
|
-
private readonly _config;
|
|
17
|
-
get defaultStyle(): string | import("mapbox-gl").StyleSpecification;
|
|
18
|
-
get defaultZoom(): MapboxZoomLevel;
|
|
19
|
-
get defaultCenter(): LatLngPointInput;
|
|
20
|
-
get mapboxMapStoreTimerRefreshPeriod(): number;
|
|
21
|
-
initializationOptions(): Partial<MapOptions>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxService>;
|
|
24
|
-
}
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { IsWithinLatLngBoundFunction, LatLngBound, LatLngPointInput, LatLngPoint, Maybe, OverlapsLatLngBoundFunction, Vector } from '@dereekb/util';
|
|
3
|
-
import { ComponentStore } from '@ngrx/component-store';
|
|
4
|
-
import { MapService } from 'ngx-mapbox-gl';
|
|
5
|
-
import { Observable, Subscription, OperatorFunction } from 'rxjs';
|
|
6
|
-
import * as MapboxGl from 'mapbox-gl';
|
|
7
|
-
import { DbxMapboxClickEvent, MapboxEaseTo, MapboxEventData, MapboxFitBounds, MapboxFitPositions, MapboxFlyTo, MapboxJumpTo, MapboxResetNorth, MapboxResetNorthPitch, MapboxRotateTo, MapboxSnapToNorth, MapboxStyleConfig, MapboxZoomLevel } from './mapbox';
|
|
8
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
9
|
-
import { MapboxViewportBoundFunction } from './mapbox.util';
|
|
10
|
-
import { FilterMapboxBoundConfig, FilterMapboxBoundReadItemValueFunction } from './mapbox.rxjs';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export type MapboxMapLifecycleState = 'init' | 'load' | 'render' | 'idle';
|
|
13
|
-
export type MapboxMapMoveState = 'init' | 'idle' | 'moving';
|
|
14
|
-
export type MapboxMapZoomState = 'init' | 'idle' | 'zooming';
|
|
15
|
-
export type MapboxMapRotateState = 'init' | 'idle' | 'rotating';
|
|
16
|
-
export interface StringMapboxListenerPair {
|
|
17
|
-
type: string;
|
|
18
|
-
listener: (ev: MapboxEventData) => void;
|
|
19
|
-
}
|
|
20
|
-
export interface TypedMapboxListenerPair<T extends keyof MapboxGl.MapEventType> {
|
|
21
|
-
type: T;
|
|
22
|
-
listener: (ev: MapboxGl.MapEventType[T] & MapboxEventData) => void;
|
|
23
|
-
}
|
|
24
|
-
export interface DbxMapboxMarginCalculationSizing {
|
|
25
|
-
leftMargin: number;
|
|
26
|
-
rightMargin: number;
|
|
27
|
-
fullWidth: number;
|
|
28
|
-
}
|
|
29
|
-
export type DbxMapboxStoreBoundRefreshType = 'always' | 'when_not_rendering' | 'only_after_render_finishes';
|
|
30
|
-
export interface DbxMapboxStoreBoundRefreshSettings {
|
|
31
|
-
/**
|
|
32
|
-
* Max bound refresh interval.
|
|
33
|
-
*/
|
|
34
|
-
throttle: number;
|
|
35
|
-
/**
|
|
36
|
-
* Whether or not to wait to update the bound until after it has finished rendering.
|
|
37
|
-
*/
|
|
38
|
-
refreshType: DbxMapboxStoreBoundRefreshType;
|
|
39
|
-
}
|
|
40
|
-
export interface DbxMapboxStoreState {
|
|
41
|
-
/**
|
|
42
|
-
* Current MapService being utilized.
|
|
43
|
-
*/
|
|
44
|
-
readonly mapService?: Maybe<MapService>;
|
|
45
|
-
readonly lifecycleState: MapboxMapLifecycleState;
|
|
46
|
-
readonly moveState: MapboxMapMoveState;
|
|
47
|
-
readonly zoomState: MapboxMapZoomState;
|
|
48
|
-
readonly rotateState: MapboxMapRotateState;
|
|
49
|
-
/**
|
|
50
|
-
* Visual container size of the map.
|
|
51
|
-
*/
|
|
52
|
-
readonly mapCanvasSize?: Maybe<Vector>;
|
|
53
|
-
/**
|
|
54
|
-
* Latest click event
|
|
55
|
-
*/
|
|
56
|
-
readonly clickEvent?: Maybe<DbxMapboxClickEvent>;
|
|
57
|
-
/**
|
|
58
|
-
* Latest double-click event
|
|
59
|
-
*/
|
|
60
|
-
readonly doubleClickEvent?: Maybe<DbxMapboxClickEvent>;
|
|
61
|
-
/**
|
|
62
|
-
* Latest contextmenu event.
|
|
63
|
-
*/
|
|
64
|
-
readonly rightClickEvent?: Maybe<DbxMapboxClickEvent>;
|
|
65
|
-
/**
|
|
66
|
-
* Whether or not to retain content between resets.
|
|
67
|
-
*
|
|
68
|
-
* True by default.
|
|
69
|
-
*/
|
|
70
|
-
readonly retainContent: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Custom drawer content configuration.
|
|
73
|
-
*/
|
|
74
|
-
readonly drawerContent?: Maybe<DbxInjectionComponentConfig<unknown>>;
|
|
75
|
-
/**
|
|
76
|
-
* Latest error
|
|
77
|
-
*/
|
|
78
|
-
readonly error?: Maybe<Error>;
|
|
79
|
-
/**
|
|
80
|
-
* Map margin/offset
|
|
81
|
-
*/
|
|
82
|
-
readonly margin?: Maybe<DbxMapboxMarginCalculationSizing>;
|
|
83
|
-
/**
|
|
84
|
-
* Minimum vector size to use for the viewportBoundFunction$. If not defined there is no minimum.
|
|
85
|
-
*/
|
|
86
|
-
readonly minimumVirtualViewportSize?: Maybe<Partial<Vector>>;
|
|
87
|
-
/**
|
|
88
|
-
* Bound refresh settings
|
|
89
|
-
*/
|
|
90
|
-
readonly boundRefreshSettings: DbxMapboxStoreBoundRefreshSettings;
|
|
91
|
-
/**
|
|
92
|
-
* Whether or not to use the virtual bound (vs raw bound) for all bound-related observables.
|
|
93
|
-
*
|
|
94
|
-
* Defaults to true.
|
|
95
|
-
*/
|
|
96
|
-
readonly useVirtualBound: boolean;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Store used for retrieving information.
|
|
100
|
-
*/
|
|
101
|
-
export declare class DbxMapboxMapStore extends ComponentStore<DbxMapboxStoreState> implements OnDestroy {
|
|
102
|
-
private readonly dbxMapboxService;
|
|
103
|
-
private safeLatLngPoint;
|
|
104
|
-
private latLngPoint;
|
|
105
|
-
private latLngBound;
|
|
106
|
-
constructor();
|
|
107
|
-
readonly setMapService: (observableOrValue: Maybe<MapService> | Observable<Maybe<MapService>>) => Subscription;
|
|
108
|
-
readonly setStyle: (observableOrValue: string | MapboxStyleConfig | Observable<string | MapboxStyleConfig>) => Subscription;
|
|
109
|
-
readonly setCenter: (observableOrValue: LatLngPointInput | Observable<LatLngPointInput>) => Subscription;
|
|
110
|
-
readonly setZoom: (observableOrValue: number | Observable<number>) => Subscription;
|
|
111
|
-
readonly setZoomRange: (observableOrValue: Partial<import("@dereekb/util").ZoomLevelRange> | Observable<Partial<import("@dereekb/util").ZoomLevelRange>>) => Subscription;
|
|
112
|
-
readonly setMinZoom: (observableOrValue: number | Observable<number>) => Subscription;
|
|
113
|
-
readonly setMaxZoom: (observableOrValue: number | Observable<number>) => Subscription;
|
|
114
|
-
readonly setKeyboardDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
|
|
115
|
-
readonly setDragRotateDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
|
|
116
|
-
readonly setDragPanDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
|
|
117
|
-
readonly setZoomDisabled: (observableOrValue: void | Maybe<boolean> | Observable<void | Maybe<boolean>>) => Subscription;
|
|
118
|
-
readonly setPitch: (observableOrValue: number | Observable<number>) => Subscription;
|
|
119
|
-
readonly setMinPitch: (observableOrValue: number | Observable<number>) => Subscription;
|
|
120
|
-
readonly setMaxPitch: (observableOrValue: number | Observable<number>) => Subscription;
|
|
121
|
-
readonly setBearing: (observableOrValue: number | Observable<number>) => Subscription;
|
|
122
|
-
readonly rotateTo: (observableOrValue: number | MapboxRotateTo | Observable<number | MapboxRotateTo>) => Subscription;
|
|
123
|
-
readonly resetNorth: (observableOrValue: void | Maybe<MapboxResetNorth> | Observable<void | Maybe<MapboxResetNorth>>) => Subscription;
|
|
124
|
-
readonly resetNorthPitch: (observableOrValue: void | Maybe<MapboxResetNorthPitch> | Observable<void | Maybe<MapboxResetNorthPitch>>) => Subscription;
|
|
125
|
-
readonly snapToNorth: (observableOrValue: void | Maybe<MapboxSnapToNorth> | Observable<void | Maybe<MapboxSnapToNorth>>) => Subscription;
|
|
126
|
-
readonly fitPositions: (observableOrValue: MapboxFitPositions | Observable<MapboxFitPositions>) => Subscription;
|
|
127
|
-
readonly fitBounds: (observableOrValue: MapboxFitBounds | Observable<MapboxFitBounds>) => Subscription;
|
|
128
|
-
readonly jumpTo: (observableOrValue: MapboxJumpTo | Observable<MapboxJumpTo>) => Subscription;
|
|
129
|
-
readonly easeTo: (observableOrValue: MapboxEaseTo | Observable<MapboxEaseTo>) => Subscription;
|
|
130
|
-
readonly flyTo: (observableOrValue: MapboxFlyTo | Observable<MapboxFlyTo>) => Subscription;
|
|
131
|
-
readonly resetPitchAndBearing: (observableOrValue?: void | Observable<void> | undefined) => Subscription;
|
|
132
|
-
get timerRefreshPeriod(): number;
|
|
133
|
-
movingTimer(period?: number): Observable<number>;
|
|
134
|
-
lifecycleRenderTimer(period?: number): Observable<number>;
|
|
135
|
-
atNextIdle(): Observable<boolean>;
|
|
136
|
-
calculateNextCenterWithOffset(inputOffset: LatLngPointInput): Observable<LatLngPoint>;
|
|
137
|
-
calculateNextCenterOffsetWithScreenMarginChange(sizing: DbxMapboxMarginCalculationSizing): Observable<LatLngPoint>;
|
|
138
|
-
filterByViewportBound<T>(input: FilterMapboxBoundReadItemValueFunction<T> | Omit<FilterMapboxBoundConfig<T>, 'boundFunctionObs' | 'boundDecisionObs'>): OperatorFunction<T[], T[]>;
|
|
139
|
-
readonly currentMapService$: Observable<Maybe<MapService>>;
|
|
140
|
-
readonly mapService$: Observable<MapService>;
|
|
141
|
-
readonly currentMapInstance$: Observable<Maybe<MapboxGl.Map>>;
|
|
142
|
-
readonly mapInstance$: Observable<MapboxGl.Map>;
|
|
143
|
-
readonly boundRefreshSettings$: Observable<DbxMapboxStoreBoundRefreshSettings>;
|
|
144
|
-
readonly moveState$: Observable<MapboxMapMoveState>;
|
|
145
|
-
readonly lifecycleState$: Observable<MapboxMapLifecycleState>;
|
|
146
|
-
readonly zoomState$: Observable<MapboxMapZoomState>;
|
|
147
|
-
readonly rotateState$: Observable<MapboxMapRotateState>;
|
|
148
|
-
readonly isInitialized$: Observable<boolean>;
|
|
149
|
-
readonly whenInitialized$: Observable<boolean>;
|
|
150
|
-
readonly isRendering$: Observable<boolean>;
|
|
151
|
-
readonly isMoving$: Observable<boolean>;
|
|
152
|
-
readonly isZooming$: Observable<boolean>;
|
|
153
|
-
readonly isRotating$: Observable<boolean>;
|
|
154
|
-
private readonly _movingTimer;
|
|
155
|
-
private readonly _renderingTimer;
|
|
156
|
-
readonly centerNow$: Observable<LatLngPoint>;
|
|
157
|
-
readonly center$: Observable<LatLngPoint>;
|
|
158
|
-
readonly minimumVirtualViewportSize$: Observable<Maybe<Partial<Vector>>>;
|
|
159
|
-
readonly currentMapCanvasSize$: Observable<Maybe<Vector>>;
|
|
160
|
-
/**
|
|
161
|
-
* The map canvas size with consideration to the virtual viewport size.
|
|
162
|
-
*/
|
|
163
|
-
readonly mapCanvasSize$: Observable<Vector>;
|
|
164
|
-
minimumMapCanvasSize(minVector: Partial<Vector>): Observable<Vector>;
|
|
165
|
-
/**
|
|
166
|
-
* The map canvas size with consideration to the virtual viewport size.
|
|
167
|
-
*/
|
|
168
|
-
readonly virtualMapCanvasSize$: Observable<Vector>;
|
|
169
|
-
readonly rawViewportBoundFunction$: Observable<MapboxViewportBoundFunction>;
|
|
170
|
-
/**
|
|
171
|
-
* Creates a MapboxViewportBoundFunction observable that returns the minimum viewport size.
|
|
172
|
-
*
|
|
173
|
-
* @param minVector
|
|
174
|
-
* @returns
|
|
175
|
-
*/
|
|
176
|
-
viewportBoundFunctionWithMinimumSize(minVector: Partial<Vector>): Observable<MapboxViewportBoundFunction>;
|
|
177
|
-
readonly viewportBoundFunction$: Observable<MapboxViewportBoundFunction>;
|
|
178
|
-
readonly virtualBound$: Observable<LatLngBound>;
|
|
179
|
-
readonly margin$: Observable<Maybe<DbxMapboxMarginCalculationSizing>>;
|
|
180
|
-
readonly reverseMargin$: Observable<{
|
|
181
|
-
leftMargin: number;
|
|
182
|
-
rightMargin: number;
|
|
183
|
-
fullWidth: number;
|
|
184
|
-
} | null | undefined>;
|
|
185
|
-
readonly centerGivenMargin$: Observable<LatLngPoint>;
|
|
186
|
-
readonly rawBoundNow$: Observable<LatLngBound>;
|
|
187
|
-
readonly rawBound$: Observable<LatLngBound>;
|
|
188
|
-
readonly useVirtualBound$: Observable<boolean>;
|
|
189
|
-
readonly bound$: Observable<LatLngBound>;
|
|
190
|
-
readonly boundSizing$: Observable<LatLngPoint>;
|
|
191
|
-
readonly boundWrapsAroundWorld$: Observable<boolean>;
|
|
192
|
-
readonly isWithinBoundFunction$: Observable<IsWithinLatLngBoundFunction>;
|
|
193
|
-
readonly overlapsBoundFunction$: Observable<OverlapsLatLngBoundFunction>;
|
|
194
|
-
readonly zoomNow$: Observable<MapboxZoomLevel>;
|
|
195
|
-
readonly zoom$: Observable<MapboxZoomLevel>;
|
|
196
|
-
readonly pitchNow$: Observable<number>;
|
|
197
|
-
readonly pitch$: Observable<number>;
|
|
198
|
-
readonly bearingNow$: Observable<number>;
|
|
199
|
-
readonly bearing$: Observable<number>;
|
|
200
|
-
readonly drawerContent$: Observable<Maybe<DbxInjectionComponentConfig<unknown>>>;
|
|
201
|
-
readonly hasDrawerContent$: Observable<boolean>;
|
|
202
|
-
readonly clickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
|
|
203
|
-
readonly doubleClickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
|
|
204
|
-
readonly rightClickEvent$: Observable<Maybe<DbxMapboxClickEvent>>;
|
|
205
|
-
readonly setMargin: (() => void) | ((observableOrValue: Maybe<DbxMapboxMarginCalculationSizing> | Observable<Maybe<DbxMapboxMarginCalculationSizing>>) => Subscription);
|
|
206
|
-
readonly setMinimumVirtualViewportSize: (() => void) | ((observableOrValue: Maybe<Partial<Vector>> | Observable<Maybe<Partial<Vector>>>) => Subscription);
|
|
207
|
-
readonly setUseVirtualBound: (observableOrValue: boolean | Observable<boolean>) => Subscription;
|
|
208
|
-
readonly setBoundRefreshSettings: (observableOrValue: Partial<DbxMapboxStoreBoundRefreshSettings> | Observable<Partial<DbxMapboxStoreBoundRefreshSettings>>) => Subscription;
|
|
209
|
-
private readonly _setMapService;
|
|
210
|
-
private readonly _setLifecycleState;
|
|
211
|
-
private readonly _setMoveState;
|
|
212
|
-
private readonly _setZoomState;
|
|
213
|
-
private readonly _setRotateState;
|
|
214
|
-
private readonly _setMapCanvasSize;
|
|
215
|
-
private readonly _setClickEvent;
|
|
216
|
-
private readonly _setDoubleClickEvent;
|
|
217
|
-
private readonly _setRightClickEvent;
|
|
218
|
-
private readonly _setError;
|
|
219
|
-
readonly clearDrawerContent: () => void;
|
|
220
|
-
readonly setDrawerContent: (() => void) | ((observableOrValue: Maybe<DbxInjectionComponentConfig<unknown>> | Observable<Maybe<DbxInjectionComponentConfig<unknown>>>) => Subscription);
|
|
221
|
-
/**
|
|
222
|
-
* @deprecated use drawerContent$ instead.
|
|
223
|
-
*/
|
|
224
|
-
readonly content$: Observable<Maybe<DbxInjectionComponentConfig<unknown>>>;
|
|
225
|
-
/**
|
|
226
|
-
* @deprecated use hasDrawerContent$ instead.
|
|
227
|
-
*/
|
|
228
|
-
readonly hasContent$: Observable<boolean>;
|
|
229
|
-
/**
|
|
230
|
-
* @deprecated use clearDrawerContent instead.
|
|
231
|
-
*/
|
|
232
|
-
readonly clearContent: () => void;
|
|
233
|
-
/**
|
|
234
|
-
* @deprecated use setDrawerContent instead.
|
|
235
|
-
*/
|
|
236
|
-
readonly setContent: (() => void) | ((observableOrValue: Maybe<DbxInjectionComponentConfig<unknown>> | Observable<Maybe<DbxInjectionComponentConfig<unknown>>>) => Subscription);
|
|
237
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStore, never>;
|
|
238
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxMapStore>;
|
|
239
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DbxMapboxService } from './mapbox.service';
|
|
2
|
-
import { DbxMapboxMapStore } from './mapbox.store';
|
|
3
|
-
import { OnInit } from '@angular/core';
|
|
4
|
-
import { MapComponent, MapService } from 'ngx-mapbox-gl';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Directive that configures a MapComponent with content from DbxMapboxService. Connects a host MapService to a parent DbxMapboxMapStore if available.
|
|
8
|
-
*/
|
|
9
|
-
export declare class DbxMapboxMapDirective implements OnInit {
|
|
10
|
-
readonly mapService: MapService;
|
|
11
|
-
readonly mapboxMap: MapComponent;
|
|
12
|
-
readonly dbxMapboxService: DbxMapboxService;
|
|
13
|
-
readonly dbxMapboxMapStore: DbxMapboxMapStore | null;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxMapDirective, "[dbxMapboxMap]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
import { DbxMapboxMapStore } from './mapbox.store';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Token used by provideMapboxStoreIfDoesNotExist() to prevent injecting a parent DbxMapboxMapStore into the child view.
|
|
6
|
-
*/
|
|
7
|
-
export declare class DbxMapboxMapStoreProviderBlock {
|
|
8
|
-
readonly dbxMapboxMapStore: DbxMapboxMapStore;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStoreProviderBlock, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxMapboxMapStoreProviderBlock>;
|
|
11
|
-
}
|
|
12
|
-
export declare class DbxMapboxMapStoreInjectionBlockDirective {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxMapboxMapStoreInjectionBlockDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxMapboxMapStoreInjectionBlockDirective, "[dbxMapboxStoreParentBlocker]", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Creates a Provider that initializes a new DbxMapboxMapStore if a parent does not exist.
|
|
18
|
-
*
|
|
19
|
-
* If a DbxMapboxMapStoreInjectionBlock is available in the context, and references the same dbxMapboxMapStore that is attempting to be injected, a new DbxMapboxMapStore is created.
|
|
20
|
-
*
|
|
21
|
-
* @returns
|
|
22
|
-
*/
|
|
23
|
-
export declare function provideMapboxStoreIfParentIsUnavailable(): Provider;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type LatLngBound, type LatLngPoint, type Vector } from '@dereekb/util';
|
|
2
|
-
import { type MapboxTileSize, type MapboxZoomLevel } from './mapbox';
|
|
3
|
-
export interface MapboxViewportBoundFunctionConfig {
|
|
4
|
-
readonly mapCanvasSize: Vector;
|
|
5
|
-
/**
|
|
6
|
-
* Mapbox tilesize being used. Defaults to 512x512.
|
|
7
|
-
*/
|
|
8
|
-
readonly tileSize?: MapboxTileSize;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Input for MapboxViewportBoundFunction.
|
|
12
|
-
*/
|
|
13
|
-
export interface MapboxViewportBoundFunctionInput {
|
|
14
|
-
/**
|
|
15
|
-
* Center of the viewport
|
|
16
|
-
*/
|
|
17
|
-
readonly center: LatLngPoint;
|
|
18
|
-
/**
|
|
19
|
-
* Zoom level
|
|
20
|
-
*/
|
|
21
|
-
readonly zoom: MapboxZoomLevel;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Used to calculate the bounds of a view/object given the input MapboxViewportBoundFunctionInput.
|
|
25
|
-
*/
|
|
26
|
-
export type MapboxViewportBoundFunction = (input: MapboxViewportBoundFunctionInput) => LatLngBound;
|
|
27
|
-
export declare function mapboxViewportBoundFunction(config: MapboxViewportBoundFunctionConfig): MapboxViewportBoundFunction;
|
package/table/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './lib';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DbxInjectionComponentConfigFactory } from '@dereekb/dbx-core';
|
|
2
|
-
import { type Maybe } from '@dereekb/util';
|
|
3
|
-
import { DbxTableColumn } from '../table';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* A table header component used for rendering date values on the header.
|
|
7
|
-
*/
|
|
8
|
-
export declare class DbxTableDateHeaderComponent {
|
|
9
|
-
readonly left = "E";
|
|
10
|
-
readonly right = "MMM d";
|
|
11
|
-
private readonly _dateSignal;
|
|
12
|
-
readonly dateSignal: import("@angular/core").Signal<Maybe<Date>>;
|
|
13
|
-
get date(): Maybe<Date>;
|
|
14
|
-
set date(date: Maybe<Date>);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableDateHeaderComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableDateHeaderComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
18
|
-
export declare function dbxTableDateHeaderInjectionFactory(): DbxInjectionComponentConfigFactory<DbxTableColumn<Date>, DbxTableDateHeaderComponent>;
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { DateRangeDayDistanceInput } from '@dereekb/date';
|
|
3
|
-
import { DbxTableStore } from '../table.store';
|
|
4
|
-
import { MatDateRangeSelectionStrategy, DateRange } from '@angular/material/datepicker';
|
|
5
|
-
import { Days, type Maybe } from '@dereekb/util';
|
|
6
|
-
import { FormGroup, FormControl } from '@angular/forms';
|
|
7
|
-
import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DbxTableDateRangeDayDistanceInputCellInputRangeSelectionStrategy<D> implements MatDateRangeSelectionStrategy<D> {
|
|
10
|
-
private readonly _dateAdapter;
|
|
11
|
-
private readonly dbxTableDateRangeDayDistanceInputCellInputComponent;
|
|
12
|
-
selectionFinished(date: D | null): DateRange<D>;
|
|
13
|
-
createPreview(activeDate: D | null): DateRange<D>;
|
|
14
|
-
private _createFiveDayRange;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableDateRangeDayDistanceInputCellInputRangeSelectionStrategy<any>, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DbxTableDateRangeDayDistanceInputCellInputRangeSelectionStrategy<any>>;
|
|
17
|
-
}
|
|
18
|
-
export interface DbxTableDateRangeDayDistanceInputCellInputComponentConfig {
|
|
19
|
-
/**
|
|
20
|
-
* Button format for the dates
|
|
21
|
-
*/
|
|
22
|
-
readonly buttonFormat?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Distance from the start to span.
|
|
25
|
-
*/
|
|
26
|
-
readonly daysDistance: Days;
|
|
27
|
-
readonly minDate?: Maybe<Date>;
|
|
28
|
-
readonly maxDate?: Maybe<Date>;
|
|
29
|
-
}
|
|
30
|
-
export declare const DEFAULT_DBX_TABLE_DATE_RANGE_DAY_DISTIANCE_INPUT_CELL_COMPONENT_CONFIG: {
|
|
31
|
-
daysDistance: number;
|
|
32
|
-
};
|
|
33
|
-
export declare const DEFAULT_DBX_TABLE_DATE_RANGE_DAY_BUTTON_FORMAT = "MMM dd";
|
|
34
|
-
/**
|
|
35
|
-
* Cell input for a DateRangeDayDistanceInput value.
|
|
36
|
-
*/
|
|
37
|
-
export declare class DbxTableDateRangeDayDistanceInputCellInputComponent implements OnInit, OnDestroy {
|
|
38
|
-
readonly tableStore: DbxTableStore<DateRangeDayDistanceInput, unknown, unknown, unknown>;
|
|
39
|
-
private readonly _syncSub;
|
|
40
|
-
private readonly _valueSub;
|
|
41
|
-
private readonly _pickerOpenedSignal;
|
|
42
|
-
private readonly _configSignal;
|
|
43
|
-
readonly range: FormGroup<{
|
|
44
|
-
start: FormControl<Maybe<Date>>;
|
|
45
|
-
end: FormControl<Maybe<Date>>;
|
|
46
|
-
}>;
|
|
47
|
-
readonly pickerOpened$: import("rxjs").Observable<Partial<{
|
|
48
|
-
start: Maybe<Date>;
|
|
49
|
-
end: Maybe<Date>;
|
|
50
|
-
}>>;
|
|
51
|
-
readonly minDateSignal: import("@angular/core").Signal<Date | null>;
|
|
52
|
-
readonly maxDateSignal: import("@angular/core").Signal<Date | null>;
|
|
53
|
-
readonly buttonFormatSignal: import("@angular/core").Signal<string>;
|
|
54
|
-
readonly rangeValue$: import("rxjs").Observable<Partial<{
|
|
55
|
-
start: Maybe<Date>;
|
|
56
|
-
end: Maybe<Date>;
|
|
57
|
-
}>>;
|
|
58
|
-
readonly dateRangeStringSignal: import("@angular/core").Signal<string>;
|
|
59
|
-
ngOnInit(): void;
|
|
60
|
-
ngOnDestroy(): void;
|
|
61
|
-
get daysDistance(): number;
|
|
62
|
-
get config(): Maybe<DbxTableDateRangeDayDistanceInputCellInputComponentConfig>;
|
|
63
|
-
set config(config: Maybe<DbxTableDateRangeDayDistanceInputCellInputComponentConfig>);
|
|
64
|
-
pickerOpened(): void;
|
|
65
|
-
pickerClosed(): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableDateRangeDayDistanceInputCellInputComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableDateRangeDayDistanceInputCellInputComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
68
|
-
}
|
|
69
|
-
export declare function dbxTableDateRangeDayDistanceInputCellInput(componentConfig?: DbxTableDateRangeDayDistanceInputCellInputComponentConfig): DbxInjectionComponentConfig<DbxTableDateRangeDayDistanceInputCellInputComponent>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./date.table.column.header.component";
|
|
3
|
-
import * as i2 from "./daterange.table.cell.input.component";
|
|
4
|
-
export declare class DbxTableDateModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableDateModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DbxTableDateModule, never, [typeof i1.DbxTableDateHeaderComponent, typeof i2.DbxTableDateRangeDayDistanceInputCellInputComponent], [typeof i1.DbxTableDateHeaderComponent, typeof i2.DbxTableDateRangeDayDistanceInputCellInputComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DbxTableDateModule>;
|
|
8
|
-
}
|
package/table/lib/index.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export * from './date';
|
|
2
|
-
export * from './table.cell.action.component';
|
|
3
|
-
export * from './table.cell.input.component';
|
|
4
|
-
export * from './table.cell.summaryend.component';
|
|
5
|
-
export * from './table.cell.summarystart.component';
|
|
6
|
-
export * from './table.column.directive';
|
|
7
|
-
export * from './table.column.header.component';
|
|
8
|
-
export * from './table.column.footer.component';
|
|
9
|
-
export * from './table.column.size.directive';
|
|
10
|
-
export * from './table.column.size';
|
|
11
|
-
export * from './table.component';
|
|
12
|
-
export * from './table.directive';
|
|
13
|
-
export * from './table.group.directive';
|
|
14
|
-
export * from './table.group.header.component';
|
|
15
|
-
export * from './table.group.footer.component';
|
|
16
|
-
export * from './table.item.action.component';
|
|
17
|
-
export * from './table.item.cell.component';
|
|
18
|
-
export * from './table.item.directive';
|
|
19
|
-
export * from './table.item.header.component';
|
|
20
|
-
export * from './table.module';
|
|
21
|
-
export * from './table.reader';
|
|
22
|
-
export * from './table.store';
|
|
23
|
-
export * from './table';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DbxTableStore } from './table.store';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DbxTableActionCellComponent {
|
|
4
|
-
readonly tableStore: DbxTableStore<any, any, any, any>;
|
|
5
|
-
readonly config$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
6
|
-
readonly configSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableActionCellComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableActionCellComponent, "dbx-table-action-cell", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DbxTableStore } from './table.store';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A table header component used for injecting the input picker view.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DbxTableInputCellComponent {
|
|
7
|
-
readonly tableStore: DbxTableStore<any, any, any, any>;
|
|
8
|
-
readonly config$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
9
|
-
readonly configSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableInputCellComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableInputCellComponent, "dbx-table-input-cell", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DbxTableStore } from './table.store';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DbxTableSummaryEndCellComponent {
|
|
4
|
-
readonly tableStore: DbxTableStore<any, any, any, any>;
|
|
5
|
-
readonly config$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
6
|
-
readonly configSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableSummaryEndCellComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableSummaryEndCellComponent, "dbx-table-summary-end-cell", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DbxTableStore } from './table.store';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A table header component used for injecting the input picker view.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DbxTableSummaryStartCellComponent {
|
|
7
|
-
readonly tableStore: DbxTableStore<any, any, any, any>;
|
|
8
|
-
readonly config$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
9
|
-
readonly configSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<import("@dereekb/dbx-core").DbxInjectionComponentConfig<any>>>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableSummaryStartCellComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxTableSummaryStartCellComponent, "dbx-table-summary-start-cell", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|