@dereekb/dbx-web 9.24.0 → 9.24.1
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/interaction/dialog/dialog.content.footer.component.mjs +13 -4
- package/fesm2015/dereekb-dbx-web.mjs +13 -3
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +12 -3
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/interaction/dialog/dialog.content.footer.component.d.ts +9 -1
- package/lib/router/layout/anchorlist/_anchorlist.scss +2 -2
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/package.json +3 -3
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ThemePalette } from '@angular/material/core';
|
|
3
|
+
import { Maybe } from '@dereekb/util';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export interface DbxDialogContentFooterConfig {
|
|
6
|
+
buttonColor?: ThemePalette;
|
|
7
|
+
closeText?: string;
|
|
8
|
+
}
|
|
3
9
|
/**
|
|
4
10
|
* Component used to show a close button at the bottom of a dialog.
|
|
5
11
|
*/
|
|
6
12
|
export declare class DbxDialogContentFooterComponent implements OnDestroy {
|
|
7
13
|
closeText: string;
|
|
14
|
+
buttonColor: ThemePalette;
|
|
8
15
|
readonly close: EventEmitter<void>;
|
|
16
|
+
set config(config: Maybe<DbxDialogContentFooterConfig>);
|
|
9
17
|
closeClicked(): void;
|
|
10
18
|
ngOnDestroy(): void;
|
|
11
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxDialogContentFooterComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDialogContentFooterComponent, "dbx-dialog-content-footer", never, { "closeText": "closeText"; }, { "close": "close"; }, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxDialogContentFooterComponent, "dbx-dialog-content-footer", never, { "closeText": "closeText"; "buttonColor": "buttonColor"; "config": "config"; }, { "close": "close"; }, never, never, false>;
|
|
13
21
|
}
|
|
@@ -64,7 +64,7 @@ $active-child-item-left-padding: 5px;
|
|
|
64
64
|
}
|
|
65
65
|
*/
|
|
66
66
|
|
|
67
|
-
.dbx-anchor-list-child {
|
|
67
|
+
.dbx-anchor-list-child .mat-list-item {
|
|
68
68
|
background: color.scale($background-hover-color, $alpha: 10%);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -80,7 +80,7 @@ $active-child-item-left-padding: 5px;
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
// MARK: Anchor Tree
|
|
83
|
-
.dbx-anchor-list-child {
|
|
83
|
+
.dbx-anchor-list-child .mat-list-item {
|
|
84
84
|
font-size: 0.875em;
|
|
85
85
|
|
|
86
86
|
.mat-list-icon {
|
package/mapbox/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/mapbox",
|
|
3
|
-
"version": "9.24.
|
|
3
|
+
"version": "9.24.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.24.
|
|
8
|
-
"@dereekb/dbx-web": "9.24.
|
|
7
|
+
"@dereekb/dbx-core": "9.24.1",
|
|
8
|
+
"@dereekb/dbx-web": "9.24.1",
|
|
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.24.
|
|
3
|
+
"version": "9.24.1",
|
|
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.24.
|
|
11
|
-
"@dereekb/dbx-core": "9.24.
|
|
10
|
+
"@dereekb/rxjs": "9.24.1",
|
|
11
|
+
"@dereekb/dbx-core": "9.24.1",
|
|
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.24.
|
|
3
|
+
"version": "9.24.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.0",
|
|
6
6
|
"@angular/core": "^14.2.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.24.
|
|
7
|
+
"@dereekb/dbx-core": "9.24.1",
|
|
8
8
|
"@angular/material": "^14.2.0",
|
|
9
9
|
"@angular/forms": "^14.2.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.24.
|
|
10
|
+
"@dereekb/dbx-web": "9.24.1"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|