@db-ux/ngx-core-components 3.0.2-shell2-badc28f → 3.0.2-shell4-bdb351c
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GlobalProps, GlobalState, ShellControlPanelDesktopPositionType, ShellControlPanelMobilePositionType } from '../../shared/model';
|
|
2
|
-
export declare const ShellSubNavigationMobilePosition: readonly ["top", "bottom"];
|
|
2
|
+
export declare const ShellSubNavigationMobilePosition: readonly ["top", "bottom", "none"];
|
|
3
3
|
export type ShellSubNavigationMobilePositionType = (typeof ShellSubNavigationMobilePosition)[number];
|
|
4
4
|
export type DBShellDefaultProps = {
|
|
5
5
|
/**
|
|
@@ -7063,7 +7063,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
7063
7063
|
</div> `, styles: [":host{display:contents}\n"] }]
|
|
7064
7064
|
}], ctorParameters: () => [] });
|
|
7065
7065
|
|
|
7066
|
-
const ShellSubNavigationMobilePosition = ['top', 'bottom'];
|
|
7066
|
+
const ShellSubNavigationMobilePosition = ['top', 'bottom', 'none'];
|
|
7067
7067
|
|
|
7068
7068
|
const defaultProps$8 = {};
|
|
7069
7069
|
class DBStack {
|