@dereekb/dbx-web 9.23.7 → 9.23.8
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/calendar/package.json +2 -2
- package/esm2020/lib/router/layout/navbar/navbar.component.mjs +14 -7
- package/fesm2015/dereekb-dbx-web.mjs +14 -7
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +13 -6
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/section/_section.scss +3 -1
- package/lib/router/layout/navbar/navbar.component.d.ts +3 -1
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/package.json +3 -3
|
@@ -22,6 +22,7 @@ export declare class DbxNavbarComponent extends AbstractTransitionDirective impl
|
|
|
22
22
|
navAlign: HorizontalConnectionPos;
|
|
23
23
|
private _icon;
|
|
24
24
|
private _defaultIcon;
|
|
25
|
+
private _defaultText;
|
|
25
26
|
private _inputMode;
|
|
26
27
|
private _breakpoint;
|
|
27
28
|
private _anchors;
|
|
@@ -35,10 +36,11 @@ export declare class DbxNavbarComponent extends AbstractTransitionDirective impl
|
|
|
35
36
|
ngOnDestroy(): void;
|
|
36
37
|
set icon(icon: Maybe<string>);
|
|
37
38
|
set defaultIcon(defaultIcon: Maybe<string>);
|
|
39
|
+
set defaultText(defaultText: Maybe<string>);
|
|
38
40
|
set anchors(anchors: Maybe<ClickableAnchorLinkSegueRef[]>);
|
|
39
41
|
set mode(mode: Maybe<NavbarMode>);
|
|
40
42
|
set breakpoint(breakpoint: ScreenMediaWidthType);
|
|
41
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxNavbarComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "navAlign": "navAlign"; "icon": "icon"; "defaultIcon": "defaultIcon"; "anchors": "anchors"; "mode": "mode"; "breakpoint": "breakpoint"; }, {}, never, never, false>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxNavbarComponent, "dbx-navbar", never, { "navAlign": "navAlign"; "icon": "icon"; "defaultIcon": "defaultIcon"; "defaultText": "defaultText"; "anchors": "anchors"; "mode": "mode"; "breakpoint": "breakpoint"; }, {}, never, never, false>;
|
|
43
45
|
}
|
|
44
46
|
export {};
|
package/mapbox/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/mapbox",
|
|
3
|
-
"version": "9.23.
|
|
3
|
+
"version": "9.23.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.23.
|
|
8
|
-
"@dereekb/dbx-web": "9.23.
|
|
7
|
+
"@dereekb/dbx-core": "9.23.8",
|
|
8
|
+
"@dereekb/dbx-web": "9.23.8",
|
|
9
9
|
"ngx-mapbox-gl": "^9.1.0",
|
|
10
10
|
"mapbox-gl": "^2.9.2",
|
|
11
11
|
"@mapbox/geo-viewport": "git+https://git@github.com/dereekb/geo-viewport#165513972f87dca23a20c177f4d173edc51b5e2f"
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "9.23.
|
|
3
|
+
"version": "9.23.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.0.0",
|
|
6
6
|
"@angular/core": "^14.0.0",
|
|
7
7
|
"linkify-string": "4.0.0-beta.5",
|
|
8
8
|
"linkifyjs": "^4.0.0-beta.5",
|
|
9
9
|
"@angular/material": "^14.2.0",
|
|
10
|
-
"@dereekb/rxjs": "9.23.
|
|
11
|
-
"@dereekb/dbx-core": "9.23.
|
|
10
|
+
"@dereekb/rxjs": "9.23.8",
|
|
11
|
+
"@dereekb/dbx-core": "9.23.8",
|
|
12
12
|
"change-case": "^4.1.2",
|
|
13
13
|
"@angular/flex-layout": "^14.0.0-beta.41",
|
|
14
14
|
"ng-overlay-container": "^14.0.0",
|
package/table/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/table",
|
|
3
|
-
"version": "9.23.
|
|
3
|
+
"version": "9.23.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.0",
|
|
6
6
|
"@angular/core": "^14.2.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.23.
|
|
7
|
+
"@dereekb/dbx-core": "9.23.8",
|
|
8
8
|
"@angular/material": "^14.2.0",
|
|
9
9
|
"@angular/forms": "^14.2.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.23.
|
|
10
|
+
"@dereekb/dbx-web": "9.23.8"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|