@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
package/lib/button/_button.scss
CHANGED
|
@@ -85,6 +85,123 @@ $big-button-height: 46px; // 33% bigger
|
|
|
85
85
|
margin-bottom: 6px !important;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
+
|
|
89
|
+
// dbx-color interactions
|
|
90
|
+
$color-value: theming.$dbx-bg-color;
|
|
91
|
+
$contrast-value: theming.$dbx-color;
|
|
92
|
+
$disabled-color-value: theming.$dbx-disabled-color;
|
|
93
|
+
$disabled-contrast-value: theming.$dbx-disabled-color-contrast;
|
|
94
|
+
|
|
95
|
+
.mdc-button.dbx-base-button.dbx-color {
|
|
96
|
+
.mat-mdc-progress-bar {
|
|
97
|
+
--mat-progress-bar-active-indicator-color: #{$color-value};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// default button
|
|
101
|
+
&.dbx-default {
|
|
102
|
+
color: var(--mat-button-text-label-text-color, var(--mat-sys-primary));
|
|
103
|
+
|
|
104
|
+
&.mat-mdc-button-disabled {
|
|
105
|
+
color: var(--mat-button-text-disabled-label-text-color, var(--mat-sys-on-surface));
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// default button
|
|
110
|
+
&:not(.dbx-default) {
|
|
111
|
+
background: none;
|
|
112
|
+
--mat-button-text-label-text-color: #{$color-value};
|
|
113
|
+
--mat-button-text-ripple-color: color-mix(in srgb, #{$color-value} 12%, transparent);
|
|
114
|
+
--mat-button-text-state-layer-color: #{$color-value};
|
|
115
|
+
--mat-progress-spinner-active-indicator-color: #{$color-value};
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// raised buttons
|
|
119
|
+
&.mat-mdc-raised-button.dbx-default {
|
|
120
|
+
color: var(--mat-button-protected-label-text-color, var(--mat-sys-primary));
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&.mat-mdc-raised-button:not(.dbx-default) {
|
|
124
|
+
background: var(--mat-button-protected-container-color);
|
|
125
|
+
|
|
126
|
+
--mat-button-protected-container-color: #{$color-value};
|
|
127
|
+
--mat-button-protected-label-text-color: #{$contrast-value};
|
|
128
|
+
--mat-button-protected-state-layer-color: #{$contrast-value};
|
|
129
|
+
--mat-button-protected-ripple-color: color-mix(in srgb, #{$contrast-value} 12%, transparent);
|
|
130
|
+
|
|
131
|
+
&.mat-mdc-button-disabled {
|
|
132
|
+
background-color: var(--mat-button-protected-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent));
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// stroked/outlined buttons
|
|
137
|
+
&.mat-mdc-outlined-button.dbx-default {
|
|
138
|
+
color: var(--mat-button-outlined-label-text-color, var(--mat-sys-primary));
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&.mat-mdc-outlined-button:not(.dbx-default) {
|
|
142
|
+
--mat-button-outlined-container-color: #{$contrast-value};
|
|
143
|
+
--mat-button-outlined-label-text-color: #{$color-value};
|
|
144
|
+
--mat-button-outlined-state-layer-color: #{$color-value};
|
|
145
|
+
--mat-button-outlined-ripple-color: color-mix(in srgb, #{$color-value} 12%, transparent);
|
|
146
|
+
|
|
147
|
+
--mat-progress-spinner-active-indicator-color: #{$color-value};
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// flat buttons
|
|
151
|
+
&.mat-mdc-unelevated-button.dbx-default {
|
|
152
|
+
color: var(--mat-button-filled-label-text-color, var(--mat-sys-primary));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&.mat-mdc-unelevated-button:not(.dbx-default) {
|
|
156
|
+
background: var(--mat-button-filled-container-color);
|
|
157
|
+
|
|
158
|
+
--mat-button-filled-container-color: #{$color-value};
|
|
159
|
+
--mat-button-filled-label-text-color: #{$contrast-value};
|
|
160
|
+
--mat-button-filled-state-layer-color: #{$contrast-value};
|
|
161
|
+
--mat-button-filled-ripple-color: color-mix(in srgb, #{$contrast-value} 12%, transparent);
|
|
162
|
+
|
|
163
|
+
&.mat-mdc-button-disabled {
|
|
164
|
+
background-color: var(--mat-button-protected-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent));
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// icon buttons
|
|
169
|
+
&.mat-mdc-icon-button.dbx-default {
|
|
170
|
+
color: var(--mat-icon-button-icon-color, var(--mat-sys-primary));
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.mat-mdc-icon-button:not(.dbx-default) {
|
|
174
|
+
background: none;
|
|
175
|
+
|
|
176
|
+
--mat-icon-button-icon-color: #{$color-value};
|
|
177
|
+
--mat-icon-button-ripple-color: color-mix(in srgb, #{$color-value} 12%, transparent);
|
|
178
|
+
--mat-icon-button-state-layer-color: #{$color-value};
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// tonal buttons
|
|
182
|
+
&.mat-mdc-tonal-button.dbx-default {
|
|
183
|
+
color: var(--mat-button-tonal-label-text-color, var(--mat-sys-primary));
|
|
184
|
+
background: rgb(from var(--mat-button-tonal-label-text-color) r g b / calc(alpha * 0.06));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
&.mat-mdc-tonal-button:not(.dbx-default) {
|
|
188
|
+
background: rgb(from #{$color-value} r g b / calc(alpha * 0.12));
|
|
189
|
+
|
|
190
|
+
--mat-button-tonal-container-color: color-mix(in srgb, #{$color-value} 12%, transparent);
|
|
191
|
+
--mat-button-tonal-label-text-color: #{$contrast-value};
|
|
192
|
+
--mat-button-tonal-ripple-color: color-mix(in srgb, #{$contrast-value} 12%, transparent);
|
|
193
|
+
--mat-button-tonal-state-layer-color: #{$contrast-value};
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&.dbx-default.mat-mdc-button-disabled {
|
|
197
|
+
&.mat-mdc-raised-button,
|
|
198
|
+
&.mat-mdc-unelevated-button,
|
|
199
|
+
&.mat-mdc-outlined-button,
|
|
200
|
+
&.mat-mdc-tonal-button {
|
|
201
|
+
color: var(--mat-button-text-disabled-label-text-color, var(--mat-sys-on-surface));
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
88
205
|
}
|
|
89
206
|
|
|
90
207
|
@mixin color($theme-config) {
|
|
@@ -115,27 +232,6 @@ $big-button-height: 46px; // 33% bigger
|
|
|
115
232
|
background: #{theming.$dbx-disabled-color-contrast};
|
|
116
233
|
}
|
|
117
234
|
}
|
|
118
|
-
|
|
119
|
-
// dbx-theme colors
|
|
120
|
-
@each $color, $colorConfig in theming.$dbx-theme-extra-colors-main {
|
|
121
|
-
.dbx-base-button.mat-mdc-unelevated-button.mat-#{$color} {
|
|
122
|
-
--mdc-filled-button-container-color: #{map.get($colorConfig, 'color')};
|
|
123
|
-
--mdc-filled-button-label-text-color: #{map.get($colorConfig, 'contrast')};
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.dbx-base-button.mat-mdc-outlined-button.mat-#{$color} {
|
|
127
|
-
--mdc-outlined-button-label-text-color: #{map.get($colorConfig, 'color')};
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.dbx-base-button.mat-mdc-raised-button.mat-#{$color} {
|
|
131
|
-
--mdc-protected-button-container-color: #{map.get($colorConfig, 'color')};
|
|
132
|
-
--mdc-protected-button-label-text-color: #{map.get($colorConfig, 'contrast')};
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.dbx-base-button.mat-mdc-button.mat-#{$color} {
|
|
136
|
-
--mdc-text-button-label-text-color: #{map.get($colorConfig, 'color')};
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
235
|
}
|
|
140
236
|
|
|
141
237
|
@mixin typography($theme-config-or-typography-config) {
|
|
@@ -18,26 +18,26 @@
|
|
|
18
18
|
&.mat-mdc-button.mat-mdc-icon-button {
|
|
19
19
|
// icon button fixes
|
|
20
20
|
min-width: unset;
|
|
21
|
-
--
|
|
21
|
+
--mat-icon-button-icon-size: unset;
|
|
22
22
|
--mat-text-button-with-icon-horizontal-padding: 0px;
|
|
23
|
-
--
|
|
23
|
+
--mat-icon-button-state-layer-size: 36px;
|
|
24
24
|
border-radius: 50%; // sometimes the css order seems to be different, causing the button to lose its radius
|
|
25
25
|
|
|
26
26
|
.mat-mdc-progress-spinner {
|
|
27
27
|
// fix spinner size. Without this set the spinner will be off-center
|
|
28
28
|
// Angular Material pulls from this value for setting the spinner size when used in a button
|
|
29
|
-
--
|
|
29
|
+
--mat-icon-button-icon-size: 36px;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
// fab icon
|
|
34
34
|
&.mat-mdc-button.mat-mdc-icon-button.dbx-progress-spinner-fab {
|
|
35
35
|
height: 48px;
|
|
36
|
-
--
|
|
36
|
+
--mat-icon-button-state-layer-size: 48px;
|
|
37
37
|
|
|
38
38
|
// fix fab icon size
|
|
39
39
|
.mat-mdc-progress-spinner {
|
|
40
|
-
--
|
|
40
|
+
--mat-icon-button-icon-size: 48px;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
height: 1.125rem;
|
|
78
78
|
width: 1.125rem;
|
|
79
79
|
|
|
80
|
-
margin-right: var(--mat-protected-
|
|
81
|
-
// margin-left: var(--mat-protected-
|
|
80
|
+
margin-right: var(--mat-button-protected-icon-spacing, 8px);
|
|
81
|
+
// margin-left: var(--mat-button-protected-icon-offset, -4px);
|
|
82
82
|
|
|
83
83
|
&.is-mat-icon {
|
|
84
84
|
position: relative;
|
|
@@ -105,100 +105,49 @@
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
@mixin color($
|
|
109
|
-
.dbx
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.dbx-primary-bg {
|
|
115
|
-
background: theming.$dbx-primary-color;
|
|
116
|
-
color: theming.$dbx-primary-color-contrast;
|
|
117
|
-
--mdc-text-button-label-text-color: theming.$dbx-primary-color-contrast;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.dbx-accent {
|
|
121
|
-
color: theming.$dbx-accent-color;
|
|
122
|
-
--mdc-text-button-label-text-color: theming.$dbx-accent-color;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.dbx-accent-bg {
|
|
126
|
-
background: theming.$dbx-accent-color;
|
|
127
|
-
color: theming.$dbx-accent-color-contrast;
|
|
128
|
-
--mdc-text-button-label-text-color: theming.$dbx-primary-color-contrast;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.dbx-warn {
|
|
132
|
-
color: theming.$dbx-warn-color;
|
|
133
|
-
--mdc-text-button-label-text-color: theming.$dbx-warn-color;
|
|
108
|
+
@mixin define-dbx-color-class($name, $color, $contrast, $swap-bg: false) {
|
|
109
|
+
.dbx-#{$name} {
|
|
110
|
+
#{theming.$dbx-color-var}: #{$color};
|
|
111
|
+
color: #{theming.$dbx-color};
|
|
134
112
|
}
|
|
135
113
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
color: theming.$dbx-warn-color-contrast;
|
|
139
|
-
--mdc-text-button-label-text-color: theming.$dbx-warn-color-contrast;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.dbx-notice {
|
|
143
|
-
color: theming.$dbx-notice-color;
|
|
144
|
-
--mdc-text-button-label-text-color: theming.$dbx-notice-color;
|
|
145
|
-
}
|
|
114
|
+
$bg-color: if($swap-bg, $contrast, $color);
|
|
115
|
+
$bg-text: if($swap-bg, $color, $contrast);
|
|
146
116
|
|
|
147
|
-
.dbx-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
117
|
+
.dbx-#{$name}-bg {
|
|
118
|
+
#{theming.$dbx-color-var}: #{$bg-text};
|
|
119
|
+
#{theming.$dbx-bg-color-var}: #{$bg-color};
|
|
120
|
+
background: #{theming.$dbx-bg-color};
|
|
121
|
+
color: #{theming.$dbx-color};
|
|
151
122
|
}
|
|
152
123
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
background: theming.$dbx-success-color;
|
|
160
|
-
color: theming.$dbx-success-color-contrast;
|
|
161
|
-
--mdc-text-button-label-text-color: theming.$dbx-success-color-contrast;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.dbx-ok {
|
|
165
|
-
color: theming.$dbx-ok-color;
|
|
166
|
-
--mdc-text-button-label-text-color: theming.$dbx-ok-color;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.dbx-ok-bg {
|
|
170
|
-
background: theming.$dbx-ok-color;
|
|
171
|
-
color: theming.$dbx-ok-color-contrast;
|
|
172
|
-
--mdc-text-button-label-text-color: theming.$dbx-ok-color-contrast;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.dbx-grey {
|
|
176
|
-
color: theming.$dbx-grey-color;
|
|
177
|
-
--mdc-text-button-label-text-color: theming.$dbx-grey-color;
|
|
124
|
+
// add the css for the default background color
|
|
125
|
+
@if ($name == 'default') {
|
|
126
|
+
#{theming.$dbx-color-var}: #{$bg-text};
|
|
127
|
+
#{theming.$dbx-bg-color-var}: #{$bg-color};
|
|
128
|
+
background: #{theming.$dbx-bg-color};
|
|
129
|
+
// color: #{theming.$dbx-color};
|
|
178
130
|
}
|
|
131
|
+
}
|
|
179
132
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
--mdc-text-button-label-text-color: theming.$dbx-grey-color;
|
|
133
|
+
@mixin color($theme-config) {
|
|
134
|
+
@each $color, $colorConfig in theming.$dbx-theme-colors-main {
|
|
135
|
+
@include define-dbx-color-class($color, map.get($colorConfig, 'color'), map.get($colorConfig, 'contrast'));
|
|
184
136
|
}
|
|
185
137
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
--mdc-text-button-label-text-color: theming.$dbx-disabled-color;
|
|
138
|
+
@each $color, $colorConfig in theming.$dbx-theme-extra-colors-main {
|
|
139
|
+
@include define-dbx-color-class($color, map.get($colorConfig, 'color'), map.get($colorConfig, 'contrast'));
|
|
189
140
|
}
|
|
190
141
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
color: theming.$dbx-disabled-color;
|
|
194
|
-
--mdc-text-button-label-text-color: theming.$dbx-disabled-color;
|
|
142
|
+
@each $color, $colorConfig in theming.$dbx-theme-extra-colors-secondary {
|
|
143
|
+
@include define-dbx-color-class($color, map.get($colorConfig, 'color'), map.get($colorConfig, 'contrast'));
|
|
195
144
|
}
|
|
196
145
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
146
|
+
// material color overrides
|
|
147
|
+
// --mdc-text-button-label-text-color: #{theming.$dbx-color-var};
|
|
148
|
+
--mat-button-text-label-text-color: #{theming.$dbx-color-var};
|
|
149
|
+
--mat-list-list-item-label-text-color: #{theming.$dbx-color-var};
|
|
150
|
+
--mat-list-list-item-leading-icon-color: #{theming.$dbx-color-var};
|
|
202
151
|
}
|
|
203
152
|
|
|
204
153
|
@mixin typography($theme-config-or-typography-config) {
|
|
@@ -14,18 +14,20 @@ $linear-line-height: 4px;
|
|
|
14
14
|
.dbx-loading-progress-hint {
|
|
15
15
|
padding-top: 4px;
|
|
16
16
|
}
|
|
17
|
-
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
@each $color, $colorConfig in theming.$dbx-theme-extra-colors-main-and-secondary {
|
|
21
|
-
.mat-mdc-progress-spinner.mat-#{$color} {
|
|
22
|
-
--mdc-circular-progress-active-indicator-color: #{map.get($colorConfig, 'color')};
|
|
23
|
-
}
|
|
18
|
+
$color-value: theming.$dbx-bg-color;
|
|
24
19
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
20
|
+
.loading-progress-view {
|
|
21
|
+
background: none !important; // no background color
|
|
22
|
+
--mat-progress-spinner-active-indicator-color: #{$color-value};
|
|
28
23
|
}
|
|
24
|
+
|
|
25
|
+
.loading-progress-view.dbx-color > .mat-mdc-progress-bar {
|
|
26
|
+
--mat-progress-bar-active-indicator-color: #{$color-value};
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@mixin color($theme-config) {
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
@mixin typography($theme-config-or-typography-config) {
|
|
@@ -35,6 +35,11 @@ $default-anchor-list-item-child-list-item-text-size: 14px;
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.mat-mdc-list-item {
|
|
38
|
+
// inherit color from dbx-color-var
|
|
39
|
+
--mat-list-list-item-hover-leading-icon-color: #{theming.$dbx-color-var};
|
|
40
|
+
--mat-list-list-item-hover-trailing-icon-color: #{theming.$dbx-color-var};
|
|
41
|
+
--mat-list-list-item-hover-label-text-color: #{theming.$dbx-color-var};
|
|
42
|
+
|
|
38
43
|
.mat-icon.mat-mdc-list-item-icon.mdc-list-item__start {
|
|
39
44
|
// fix the icon alignment for items that are larger than the expected size
|
|
40
45
|
align-self: center;
|
|
@@ -137,9 +137,6 @@ $active-background-transparent-color: 0.93;
|
|
|
137
137
|
|
|
138
138
|
.dbx-sidenav {
|
|
139
139
|
mat-sidenav {
|
|
140
|
-
color: $text-color;
|
|
141
|
-
background-color: $sidenav-background-color;
|
|
142
|
-
|
|
143
140
|
.dbx-anchor-list.mat-mdc-nav-list {
|
|
144
141
|
--mdc-list-list-item-label-text-color: #{$text-color};
|
|
145
142
|
--mdc-list-list-item-supporting-text-color: #{$text-color};
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
#{theming.$dbx-disabled-color-var}: $disabled-color;
|
|
144
144
|
#{theming.$dbx-disabled-color-contrast-var}: $disabled-color-contrast;
|
|
145
145
|
|
|
146
|
-
#{theming.$dbx-
|
|
147
|
-
#{theming.$dbx-
|
|
146
|
+
#{theming.$dbx-default-color-var}: $background-color;
|
|
147
|
+
#{theming.$dbx-default-color-contrast-var}: $background-color-contrast;
|
|
148
148
|
}
|
|
149
149
|
}
|
package/lib/style/_theming.scss
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
3
|
+
@use 'node_modules/@angular/material/core/theming/theming';
|
|
4
|
+
|
|
1
5
|
// m2- was added as a prefix to Material2 themes
|
|
2
6
|
@forward '@angular/material' show m2-define-light-theme, m2-define-dark-theme, m2-define-palette, m2-get-contrast-color-from-palette, m2-get-color-from-palette, m2-get-color-config, m2-get-typography-config, m2-get-density-config, elevation;
|
|
3
7
|
|
|
4
|
-
@forward 'node_modules/@angular/material/core/theming/theming' show private-is-theme-object
|
|
8
|
+
@forward 'node_modules/@angular/material/core/theming/theming' show private-is-theme-object;
|
|
5
9
|
|
|
6
10
|
// prefix with m2- to mirror @angular/material/core/m2 exporting
|
|
7
11
|
@forward 'node_modules/@angular/material/core/m2/typography-utils' as m2-*;
|
|
@@ -9,3 +13,194 @@
|
|
|
9
13
|
@forward './config';
|
|
10
14
|
@forward './variables';
|
|
11
15
|
@forward './mixin';
|
|
16
|
+
|
|
17
|
+
// NOTE: This was removed in Angular Material 21. We moved it here for continued usage.
|
|
18
|
+
// Removed here:
|
|
19
|
+
// https://github.com/angular/components/commit/ca83d31065c8b7cef0f8f0b69321d59839f4ad74
|
|
20
|
+
|
|
21
|
+
// These variable are not intended to be overridden externally. They use `!default` to
|
|
22
|
+
// avoid being reset every time this file is imported.
|
|
23
|
+
$_emitted-color: () !default;
|
|
24
|
+
$_emitted-typography: () !default;
|
|
25
|
+
$_emitted-density: () !default;
|
|
26
|
+
$_emitted-base: () !default;
|
|
27
|
+
|
|
28
|
+
//
|
|
29
|
+
// Private APIs
|
|
30
|
+
//
|
|
31
|
+
|
|
32
|
+
$private-internal-name: _mat-theming-internals-do-not-access;
|
|
33
|
+
|
|
34
|
+
// Checks if configurations that have been declared in the given theme have been generated
|
|
35
|
+
// before. If so, warnings will be reported. This should notify developers in case duplicate
|
|
36
|
+
// styles are accidentally generated due to wrong usage of the all-theme mixins.
|
|
37
|
+
//
|
|
38
|
+
// Additionally, this mixin controls the default value for the density configuration. By
|
|
39
|
+
// default, density styles are generated at scale zero. If the same density styles would be
|
|
40
|
+
// generated a second time though, the default value will change to avoid duplicate styles.
|
|
41
|
+
//
|
|
42
|
+
// The mixin keeps track of all configurations in a list that is scoped to the specified
|
|
43
|
+
// id. This is necessary because a given theme can be passed to multiple disjoint theme mixins
|
|
44
|
+
// (e.g. `all-component-themes` and `all-legacy-component-themes`) without causing any
|
|
45
|
+
// style duplication.
|
|
46
|
+
@mixin private-check-duplicate-theme-styles($theme-or-color-config, $id) {
|
|
47
|
+
// TODO(mmalerba): use get-theme-version for this check when its moved out of experimental.
|
|
48
|
+
@if map.get($theme-or-color-config, $private-internal-name, theme-version) == 1 {
|
|
49
|
+
@include _check-duplicate-theme-styles-v1($theme-or-color-config, $id) {
|
|
50
|
+
// Optionally, consumers of this mixin can wrap contents inside so that nested
|
|
51
|
+
// duplicate style checks do not report another warning. e.g. if developers include
|
|
52
|
+
// the `all-component-themes` mixin twice, only the top-level duplicate styles check
|
|
53
|
+
// should report a warning. Not all individual components should report a warning too.
|
|
54
|
+
$orig-mat-theme-ignore-duplication-warnings: $theme-ignore-duplication-warnings;
|
|
55
|
+
$theme-ignore-duplication-warnings: true !global;
|
|
56
|
+
@content;
|
|
57
|
+
$theme-ignore-duplication-warnings: $orig-mat-theme-ignore-duplication-warnings !global;
|
|
58
|
+
}
|
|
59
|
+
} @else {
|
|
60
|
+
@include _check-duplicate-theme-styles-v0($theme-or-color-config, $id) {
|
|
61
|
+
// Optionally, consumers of this mixin can wrap contents inside so that nested
|
|
62
|
+
// duplicate style checks do not report another warning. e.g. if developers include
|
|
63
|
+
// the `all-component-themes` mixin twice, only the top-level duplicate styles check
|
|
64
|
+
// should report a warning. Not all individual components should report a warning too.
|
|
65
|
+
$orig-mat-theme-ignore-duplication-warnings: $theme-ignore-duplication-warnings;
|
|
66
|
+
$theme-ignore-duplication-warnings: true !global;
|
|
67
|
+
@content;
|
|
68
|
+
$theme-ignore-duplication-warnings: $orig-mat-theme-ignore-duplication-warnings !global;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// Checks for duplicate styles in a `theme-version: 1` style theme.
|
|
74
|
+
@mixin _check-duplicate-theme-styles-v1($theme-or-color-config, $id) {
|
|
75
|
+
$color-settings: _strip-empty-settings(
|
|
76
|
+
(
|
|
77
|
+
theme-type: map.get($theme-or-color-config, $private-internal-name, theme-type),
|
|
78
|
+
color-tokens: map.get($theme-or-color-config, $private-internal-name, color-tokens)
|
|
79
|
+
)
|
|
80
|
+
);
|
|
81
|
+
$typography-settings: _strip-empty-settings(
|
|
82
|
+
(
|
|
83
|
+
typography-tokens: map.get($theme-or-color-config, $private-internal-name, typography-tokens)
|
|
84
|
+
)
|
|
85
|
+
);
|
|
86
|
+
$density-settings: _strip-empty-settings(
|
|
87
|
+
(
|
|
88
|
+
density-scale: map.get($theme-or-color-config, $private-internal-name, density-scale),
|
|
89
|
+
density-tokens: map.get($theme-or-color-config, $private-internal-name, density-tokens)
|
|
90
|
+
)
|
|
91
|
+
);
|
|
92
|
+
$base-settings: _strip-empty-settings(
|
|
93
|
+
(
|
|
94
|
+
base-tokens: map.get($theme-or-color-config, $private-internal-name, base-tokens)
|
|
95
|
+
)
|
|
96
|
+
);
|
|
97
|
+
$previous-color-settings: map.get($_emitted-color, $id) or ();
|
|
98
|
+
$previous-typography-settings: map.get($_emitted-typography, $id) or ();
|
|
99
|
+
$previous-density-settings: map.get($_emitted-density, $id) or ();
|
|
100
|
+
$previous-base-settings: map.get($_emitted-base, $id) or ();
|
|
101
|
+
|
|
102
|
+
// Check if the color configuration has been generated before.
|
|
103
|
+
@if $color-settings != null {
|
|
104
|
+
@if list.index($previous-color-settings, $color-settings) != null and not $theme-ignore-duplication-warnings {
|
|
105
|
+
@warn 'The same color styles are generated multiple times. ' + $_duplicate-warning;
|
|
106
|
+
}
|
|
107
|
+
$previous-color-settings: list.append($previous-color-settings, $color-settings);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// Check if the typography configuration has been generated before.
|
|
111
|
+
@if $typography-settings != null {
|
|
112
|
+
@if list.index($previous-typography-settings, $typography-settings) != null and not $theme-ignore-duplication-warnings {
|
|
113
|
+
@warn 'The same typography styles are generated multiple times. ' + $_duplicate-warning;
|
|
114
|
+
}
|
|
115
|
+
$previous-typography-settings: list.append($previous-typography-settings, $typography-settings);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// Check if the density configuration has been generated before.
|
|
119
|
+
@if $density-settings != null {
|
|
120
|
+
@if list.index($previous-density-settings, $density-settings) != null and not $theme-ignore-duplication-warnings {
|
|
121
|
+
@warn 'The same density styles are generated multiple times. ' + $_duplicate-warning;
|
|
122
|
+
}
|
|
123
|
+
$previous-density-settings: list.append($previous-density-settings, $density-settings);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// Check if the base configuration has been generated before.
|
|
127
|
+
@if $base-settings != null {
|
|
128
|
+
@if list.index($previous-base-settings, $base-settings) != null and not $theme-ignore-duplication-warnings {
|
|
129
|
+
@warn 'The same base theme styles are generated multiple times. ' + $_duplicate-warning;
|
|
130
|
+
}
|
|
131
|
+
$previous-base-settings: list.append($previous-base-settings, $base-settings);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
$_emitted-color: map.set($_emitted-color, $id, $previous-color-settings) !global;
|
|
135
|
+
$_emitted-density: map.set($_emitted-density, $id, $previous-density-settings) !global;
|
|
136
|
+
$_emitted-typography: map.set($_emitted-typography, $id, $previous-typography-settings) !global;
|
|
137
|
+
$_emitted-base: map.set($_emitted-base, $id, $previous-base-settings) !global;
|
|
138
|
+
|
|
139
|
+
@content;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// Checks for duplicate styles in a `theme-version: 0` style theme.
|
|
143
|
+
@mixin _check-duplicate-theme-styles-v0($theme-or-color-config, $id) {
|
|
144
|
+
$theme: theming.private-legacy-get-theme($theme-or-color-config);
|
|
145
|
+
$color-config: map.get($theme, $private-internal-name, m2-config, color) or theming.private-get-color-config($theme);
|
|
146
|
+
$density-config: map.get($theme, $private-internal-name, m2-config, density) or theming.private-get-density-config($theme);
|
|
147
|
+
$typography-config: map.get($theme, $private-internal-name, m2-config, typography) or theming.private-get-typography-config($theme);
|
|
148
|
+
// Lists of previous `color`, `density` and `typography` configurations.
|
|
149
|
+
$previous-color: map.get($_emitted-color, $id) or ();
|
|
150
|
+
$previous-typography: map.get($_emitted-typography, $id) or ();
|
|
151
|
+
$previous-density: map.get($_emitted-density, $id) or ();
|
|
152
|
+
// Whether duplicate legacy density styles would be generated.
|
|
153
|
+
$duplicate-legacy-density: false;
|
|
154
|
+
|
|
155
|
+
// Check if the color configuration has been generated before.
|
|
156
|
+
@if $color-config != null {
|
|
157
|
+
@if list.index($previous-color, $color-config) != null and not $theme-ignore-duplication-warnings {
|
|
158
|
+
@warn 'The same color styles are generated multiple times. ' + $_duplicate-warning;
|
|
159
|
+
}
|
|
160
|
+
$previous-color: list.append($previous-color, $color-config);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// Check if the typography configuration has been generated before.
|
|
164
|
+
@if $typography-config != null {
|
|
165
|
+
@if list.index($previous-typography, $typography-config) != null and not $theme-ignore-duplication-warnings {
|
|
166
|
+
@warn 'The same typography styles are generated multiple times. ' + $_duplicate-warning;
|
|
167
|
+
}
|
|
168
|
+
$previous-typography: list.append($previous-typography, $typography-config);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// Check if the density configuration has been generated before.
|
|
172
|
+
@if $density-config != null {
|
|
173
|
+
@if list.index($previous-density, $density-config) != null {
|
|
174
|
+
// Only report a warning if density styles would be duplicated for non-legacy theme
|
|
175
|
+
// definitions. For legacy themes, we have compatibility logic that avoids duplication
|
|
176
|
+
// of default density styles. We don't want to report a warning in those cases.
|
|
177
|
+
@if private-is-legacy-constructed-theme($theme) {
|
|
178
|
+
$duplicate-legacy-density: true;
|
|
179
|
+
} @else if not $theme-ignore-duplication-warnings {
|
|
180
|
+
@warn 'The same density styles are generated multiple times. ' + $_duplicate-warning;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
$previous-density: list.append($previous-density, $density-config);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
$_emitted-color: map.merge(
|
|
187
|
+
$_emitted-color,
|
|
188
|
+
(
|
|
189
|
+
$id: $previous-color
|
|
190
|
+
)
|
|
191
|
+
) !global;
|
|
192
|
+
$_emitted-density: map.merge(
|
|
193
|
+
$_emitted-density,
|
|
194
|
+
(
|
|
195
|
+
$id: $previous-density
|
|
196
|
+
)
|
|
197
|
+
) !global;
|
|
198
|
+
$_emitted-typography: map.merge(
|
|
199
|
+
$_emitted-typography,
|
|
200
|
+
(
|
|
201
|
+
$id: $previous-typography
|
|
202
|
+
)
|
|
203
|
+
) !global;
|
|
204
|
+
|
|
205
|
+
@content;
|
|
206
|
+
}
|
|
@@ -21,6 +21,9 @@ $padding-5-var: --dbx-padding-5;
|
|
|
21
21
|
|
|
22
22
|
$two-column-left-width-var: --dbx-two-column-left-width;
|
|
23
23
|
|
|
24
|
+
$dbx-color-var: --dbx-color-current;
|
|
25
|
+
$dbx-bg-color-var: --dbx-bg-color-current;
|
|
26
|
+
|
|
24
27
|
$dbx-primary-color-var: --dbx-primary-color;
|
|
25
28
|
$dbx-accent-color-var: --dbx-accent-color;
|
|
26
29
|
$dbx-warn-color-var: --dbx-warn-color;
|
|
@@ -29,7 +32,7 @@ $dbx-success-color-var: --dbx-success-color;
|
|
|
29
32
|
$dbx-ok-color-var: --dbx-ok-color;
|
|
30
33
|
$dbx-grey-color-var: --dbx-grey-color;
|
|
31
34
|
$dbx-disabled-color-var: --dbx-disabled-color;
|
|
32
|
-
$dbx-
|
|
35
|
+
$dbx-default-color-var: --dbx-default-color;
|
|
33
36
|
|
|
34
37
|
$dbx-primary-color-contrast-var: --dbx-primary-color-contrast;
|
|
35
38
|
$dbx-accent-color-contrast-var: --dbx-accent-color-contrast;
|
|
@@ -39,7 +42,7 @@ $dbx-success-color-contrast-var: --dbx-success-color-contrast;
|
|
|
39
42
|
$dbx-ok-color-contrast-var: --dbx-ok-color-contrast;
|
|
40
43
|
$dbx-grey-color-contrast-var: --dbx-grey-color-contrast;
|
|
41
44
|
$dbx-disabled-color-contrast-var: --dbx-disabled-color-contrast;
|
|
42
|
-
$dbx-
|
|
45
|
+
$dbx-default-color-contrast-var: --dbx-default-color-contrast;
|
|
43
46
|
|
|
44
47
|
$dbx-app-height-additional-offset-var: --dbx-app-height-additional-offset;
|
|
45
48
|
$dbx-app-height-base-var: --dbx-app-height-base;
|
|
@@ -108,6 +111,9 @@ $padding-map: (
|
|
|
108
111
|
|
|
109
112
|
$two-column-left-width: var($two-column-left-width-var);
|
|
110
113
|
|
|
114
|
+
$dbx-color: var($dbx-color-var);
|
|
115
|
+
$dbx-bg-color: var($dbx-bg-color-var);
|
|
116
|
+
|
|
111
117
|
$dbx-primary-color: var($dbx-primary-color-var);
|
|
112
118
|
$dbx-accent-color: var($dbx-accent-color-var);
|
|
113
119
|
$dbx-warn-color: var($dbx-warn-color-var);
|
|
@@ -116,7 +122,7 @@ $dbx-success-color: var($dbx-success-color-var);
|
|
|
116
122
|
$dbx-ok-color: var($dbx-ok-color-var);
|
|
117
123
|
$dbx-grey-color: var($dbx-grey-color-var);
|
|
118
124
|
$dbx-disabled-color: var($dbx-disabled-color-var);
|
|
119
|
-
$dbx-
|
|
125
|
+
$dbx-default-color: var($dbx-default-color-var);
|
|
120
126
|
|
|
121
127
|
$dbx-primary-color-contrast: var($dbx-primary-color-contrast-var);
|
|
122
128
|
$dbx-accent-color-contrast: var($dbx-accent-color-contrast-var);
|
|
@@ -126,7 +132,7 @@ $dbx-success-color-contrast: var($dbx-success-color-contrast-var);
|
|
|
126
132
|
$dbx-ok-color-contrast: var($dbx-ok-color-contrast-var);
|
|
127
133
|
$dbx-grey-color-contrast: var($dbx-grey-color-contrast-var);
|
|
128
134
|
$dbx-disabled-color-contrast: var($dbx-disabled-color-contrast-var);
|
|
129
|
-
$dbx-
|
|
135
|
+
$dbx-default-color-contrast: var($dbx-default-color-contrast-var);
|
|
130
136
|
|
|
131
137
|
$dbx-content-pit-rounded-border-radius-var: --dbx-content-pit-rounded-border-radius;
|
|
132
138
|
$dbx-content-pit-rounded-border-radius: var($dbx-content-pit-rounded-border-radius-var);
|
|
@@ -179,9 +185,9 @@ $dbx-theme-extra-colors-secondary: (
|
|
|
179
185
|
'color': $dbx-disabled-color-contrast,
|
|
180
186
|
'contrast': $dbx-disabled-color
|
|
181
187
|
),
|
|
182
|
-
'
|
|
183
|
-
'color': $dbx-
|
|
184
|
-
'contrast': $dbx-
|
|
188
|
+
'default': (
|
|
189
|
+
'color': $dbx-default-color-contrast,
|
|
190
|
+
'contrast': $dbx-default-color
|
|
185
191
|
)
|
|
186
192
|
);
|
|
187
193
|
|