@dereekb/dbx-web 9.19.0 → 9.19.2
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/action/action.confirm.directive.mjs +1 -1
- package/esm2020/lib/error/default.error.widget.component.mjs +3 -3
- package/esm2020/lib/error/error.component.mjs +2 -2
- package/esm2020/lib/error/error.popover.component.mjs +8 -13
- package/fesm2015/dereekb-dbx-web.mjs +6 -10
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +6 -10
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/action/action.confirm.directive.d.ts +2 -2
- package/lib/error/_error.scss +2 -0
- package/lib/layout/content/_content.scss +6 -0
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* DbxActionConfirmDirective configuration.
|
|
10
10
|
*/
|
|
11
|
-
export interface DbxActionConfirmConfig<T> extends DbxPromptConfirmConfig {
|
|
11
|
+
export interface DbxActionConfirmConfig<T = unknown> extends DbxPromptConfirmConfig {
|
|
12
12
|
/**
|
|
13
13
|
* Optionally set the readyValue passed to the instance.
|
|
14
14
|
*/
|
|
@@ -20,7 +20,7 @@ export interface DbxActionConfirmConfig<T> extends DbxPromptConfirmConfig {
|
|
|
20
20
|
* This only works to pass a ready value or reject through, not to work with a button.
|
|
21
21
|
* For button usage, use an appPromptConfirmButton directive.
|
|
22
22
|
*/
|
|
23
|
-
export declare class DbxActionConfirmDirective<T, O> extends AbstractPromptConfirmDirective implements OnInit, OnDestroy {
|
|
23
|
+
export declare class DbxActionConfirmDirective<T = unknown, O = unknown> extends AbstractPromptConfirmDirective implements OnInit, OnDestroy {
|
|
24
24
|
readonly source: DbxActionContextStoreSourceInstance<T, O>;
|
|
25
25
|
config?: Maybe<DbxActionConfirmConfig<T>>;
|
|
26
26
|
private _sourceSubscription;
|
package/lib/error/_error.scss
CHANGED
|
@@ -18,6 +18,8 @@ $content-container-padding-small-screen: theming.$padding-2;
|
|
|
18
18
|
|
|
19
19
|
$content-end-margin: theming.$padding-4;
|
|
20
20
|
|
|
21
|
+
$scroll-content-bottom-padding: 42px;
|
|
22
|
+
|
|
21
23
|
@mixin core() {
|
|
22
24
|
.dbx-content-border {
|
|
23
25
|
padding: $content-border-inner-padding;
|
|
@@ -114,6 +116,10 @@ $content-end-margin: theming.$padding-4;
|
|
|
114
116
|
overflow-y: auto;
|
|
115
117
|
}
|
|
116
118
|
}
|
|
119
|
+
|
|
120
|
+
.dbx-scroll-content {
|
|
121
|
+
padding-bottom: $scroll-content-bottom-padding;
|
|
122
|
+
}
|
|
117
123
|
}
|
|
118
124
|
|
|
119
125
|
@mixin color($theme-config) {
|
package/mapbox/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/mapbox",
|
|
3
|
-
"version": "9.19.
|
|
3
|
+
"version": "9.19.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.19.
|
|
8
|
-
"@dereekb/dbx-web": "9.19.
|
|
7
|
+
"@dereekb/dbx-core": "9.19.2",
|
|
8
|
+
"@dereekb/dbx-web": "9.19.2",
|
|
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.19.
|
|
3
|
+
"version": "9.19.2",
|
|
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.19.
|
|
11
|
-
"@dereekb/dbx-core": "9.19.
|
|
10
|
+
"@dereekb/rxjs": "9.19.2",
|
|
11
|
+
"@dereekb/dbx-core": "9.19.2",
|
|
12
12
|
"@angular/flex-layout": "^14.0.0-beta.41",
|
|
13
13
|
"ng-overlay-container": "^14.0.0",
|
|
14
14
|
"@angular/cdk": "^14.2.0",
|