@dereekb/dbx-web 5.2.1 → 5.3.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/esm2020/lib/layout/column/two/two.column.full.left.directive.mjs +5 -3
- package/fesm2015/dereekb-dbx-web.mjs +4 -3
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +4 -3
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/column/two/two.column.full.left.directive.d.ts +2 -1
- package/package.json +3 -3
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Maybe } from '@dereekb/util';
|
|
2
3
|
import { TwoColumnsContextStore } from './two.column.store';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
/**
|
|
@@ -8,7 +9,7 @@ export declare class DbxTwoColumnFullLeftDirective implements OnInit, OnDestroy
|
|
|
8
9
|
private readonly _twoColumnsContextStore;
|
|
9
10
|
private _fullLeft;
|
|
10
11
|
get fullLeft(): boolean;
|
|
11
|
-
set fullLeft(fullLeft: boolean | '');
|
|
12
|
+
set fullLeft(fullLeft: Maybe<boolean | ''>);
|
|
12
13
|
constructor(_twoColumnsContextStore: TwoColumnsContextStore);
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
ngOnDestroy(): void;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^13.0.0",
|
|
6
6
|
"@angular/core": "^13.0.0",
|
|
7
7
|
"@angular/material": "^13.0.0",
|
|
8
|
-
"@dereekb/rxjs": "5.
|
|
9
|
-
"@dereekb/dbx-core": "5.
|
|
8
|
+
"@dereekb/rxjs": "5.3.0",
|
|
9
|
+
"@dereekb/dbx-core": "5.3.0",
|
|
10
10
|
"@angular/flex-layout": "^13.0.0-beta.38",
|
|
11
11
|
"ng-overlay-container": "^13.0.2",
|
|
12
12
|
"@angular/cdk": "^13.0.0",
|