@dereekb/dbx-web 9.25.10 → 9.25.12
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/layout/list/list.view.value.selection.component.mjs +1 -1
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/button/_button.scss +11 -2
- package/lib/layout/list/list.view.value.selection.component.d.ts +1 -1
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/package.json +3 -3
package/lib/button/_button.scss
CHANGED
|
@@ -8,14 +8,23 @@ $button-spacer-width: 6px;
|
|
|
8
8
|
|
|
9
9
|
// MARK: Mixin
|
|
10
10
|
@mixin core() {
|
|
11
|
-
|
|
11
|
+
// increases the height of the mat-button
|
|
12
|
+
.dbx-button-big {
|
|
13
|
+
.mat-button {
|
|
14
|
+
line-height: 46px; // 33% bigger
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.dbx-wide-button, // @deprecated. Remove in future.
|
|
19
|
+
.dbx-button-wide {
|
|
12
20
|
.dbx-button {
|
|
13
21
|
min-width: 120px;
|
|
14
22
|
max-width: 100%;
|
|
15
23
|
}
|
|
16
24
|
}
|
|
17
25
|
|
|
18
|
-
dbx-button.dbx-w100
|
|
26
|
+
dbx-button.dbx-w100,
|
|
27
|
+
dbx-button.dbx-button-wide {
|
|
19
28
|
// when using dbx-w100 with dbx-button, make the button full width
|
|
20
29
|
.dbx-button {
|
|
21
30
|
width: 100%;
|
|
@@ -7,7 +7,7 @@ import { Maybe } from '@dereekb/util';
|
|
|
7
7
|
import { DbxValueListItemViewComponent } from './list.view.value.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export interface DbxSelectionValueListViewConfig<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown> extends AbstractDbxValueListViewConfig<T, I, V> {
|
|
10
|
-
multiple?: boolean;
|
|
10
|
+
readonly multiple?: boolean;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* Renders a selection list view using input configuration. Requires a parent DbxListView.
|
package/mapbox/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/mapbox",
|
|
3
|
-
"version": "9.25.
|
|
3
|
+
"version": "9.25.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.25.
|
|
8
|
-
"@dereekb/dbx-web": "9.25.
|
|
7
|
+
"@dereekb/dbx-core": "9.25.12",
|
|
8
|
+
"@dereekb/dbx-web": "9.25.12",
|
|
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.25.
|
|
3
|
+
"version": "9.25.12",
|
|
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.25.
|
|
11
|
-
"@dereekb/dbx-core": "9.25.
|
|
10
|
+
"@dereekb/rxjs": "9.25.12",
|
|
11
|
+
"@dereekb/dbx-core": "9.25.12",
|
|
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.25.
|
|
3
|
+
"version": "9.25.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.0",
|
|
6
6
|
"@angular/core": "^14.2.0",
|
|
7
|
-
"@dereekb/dbx-core": "9.25.
|
|
7
|
+
"@dereekb/dbx-core": "9.25.12",
|
|
8
8
|
"@angular/material": "^14.2.0",
|
|
9
9
|
"@angular/forms": "^14.2.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.25.
|
|
10
|
+
"@dereekb/dbx-web": "9.25.12"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|