@dereekb/dbx-form 9.23.3 → 9.23.5
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/lib/formly/form/_form.scss +19 -0
- package/mapbox/package.json +4 -4
- package/package.json +4 -4
|
@@ -7,6 +7,25 @@
|
|
|
7
7
|
.dbx-form-search-form {
|
|
8
8
|
width: 100%;
|
|
9
9
|
}
|
|
10
|
+
|
|
11
|
+
// adapt the search form to fit in the header
|
|
12
|
+
// TODO: Consider test that other one-field input forms fit in the dbx-section-page-header
|
|
13
|
+
.dbx-section-page-header-search-form {
|
|
14
|
+
.mat-form-field .mat-form-field-wrapper {
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
|
|
18
|
+
.mat-form-field-infix {
|
|
19
|
+
padding: 11px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.dbx-section-page-header-search-bar {
|
|
25
|
+
width: 100%;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
10
29
|
}
|
|
11
30
|
|
|
12
31
|
@mixin color($theme-config) {
|
package/mapbox/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form/mapbox",
|
|
3
|
-
"version": "9.23.
|
|
3
|
+
"version": "9.23.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
7
|
"@angular/forms": "^14.2.0",
|
|
8
|
-
"@dereekb/dbx-web": "9.23.
|
|
8
|
+
"@dereekb/dbx-web": "9.23.5",
|
|
9
9
|
"@ngx-formly/core": "^6.0.0",
|
|
10
10
|
"@ngx-formly/material": "^6.0.0",
|
|
11
11
|
"@ng-web-apis/geolocation": "^2.0.0",
|
|
12
12
|
"mapbox-gl": "^2.9.2",
|
|
13
|
-
"@dereekb/dbx-web/mapbox": "9.23.
|
|
14
|
-
"@dereekb/dbx-form": "9.23.
|
|
13
|
+
"@dereekb/dbx-web/mapbox": "9.23.5",
|
|
14
|
+
"@dereekb/dbx-form": "9.23.5"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.3.0"
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form",
|
|
3
|
-
"version": "9.23.
|
|
3
|
+
"version": "9.23.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.0.0",
|
|
6
6
|
"@angular/core": "^14.0.0",
|
|
7
7
|
"lodash.clonedeep": "^4.5.0",
|
|
8
|
-
"@dereekb/dbx-core": "9.23.
|
|
8
|
+
"@dereekb/dbx-core": "9.23.5",
|
|
9
9
|
"@angular/material": "^14.2.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.23.
|
|
10
|
+
"@dereekb/dbx-web": "9.23.5",
|
|
11
11
|
"@angular/forms": "^14.2.0",
|
|
12
12
|
"@ngx-formly/core": "^6.0.0",
|
|
13
13
|
"@ngx-formly/material": "^6.0.0",
|
|
14
14
|
"ngx-editor": "^15.0.0",
|
|
15
15
|
"ngx-mat-intl-tel-input": "^5.0.0",
|
|
16
|
-
"@dereekb/model": "9.23.
|
|
16
|
+
"@dereekb/model": "9.23.5"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0"
|