@dereekb/dbx-form 9.10.1 → 9.10.3
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/esm2020/lib/formly/field/selection/pickable/pickable.field.directive.mjs +13 -3
- package/esm2020/lib/formly/field/selection/pickable/pickable.list.field.component.mjs +2 -2
- package/fesm2015/dereekb-dbx-form.mjs +13 -3
- package/fesm2015/dereekb-dbx-form.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-form.mjs +13 -3
- package/fesm2020/dereekb-dbx-form.mjs.map +1 -1
- package/lib/formly/field/selection/pickable/pickable.field.directive.d.ts +1 -0
- package/mapbox/package.json +4 -4
- package/package.json +3 -3
|
@@ -129,6 +129,7 @@ export declare class AbstractDbxPickableItemFieldDirective<T, M = unknown, H ext
|
|
|
129
129
|
get pickableField(): PickableValueFieldsFieldProps<T, M, H>;
|
|
130
130
|
get multiSelect(): boolean;
|
|
131
131
|
get asArrayValue(): boolean;
|
|
132
|
+
get pickOnlyOne(): boolean;
|
|
132
133
|
get filterLabel(): Maybe<string>;
|
|
133
134
|
get name(): string;
|
|
134
135
|
get label(): Maybe<string>;
|
package/mapbox/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form/mapbox",
|
|
3
|
-
"version": "9.10.
|
|
3
|
+
"version": "9.10.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.1.0",
|
|
6
6
|
"@angular/core": "^14.1.0",
|
|
7
7
|
"@angular/forms": "^14.0.0",
|
|
8
|
-
"@dereekb/dbx-web": "9.10.
|
|
8
|
+
"@dereekb/dbx-web": "9.10.3",
|
|
9
9
|
"@ngx-formly/core": "6.0.0-rc.2",
|
|
10
10
|
"@ngx-formly/material": "6.0.0-rc.2",
|
|
11
11
|
"@ng-web-apis/geolocation": "^2.0.0",
|
|
12
12
|
"mapbox-gl": "^2.9.2",
|
|
13
|
-
"@dereekb/dbx-web/mapbox": "9.10.
|
|
14
|
-
"@dereekb/dbx-form": "9.10.
|
|
13
|
+
"@dereekb/dbx-web/mapbox": "9.10.3",
|
|
14
|
+
"@dereekb/dbx-form": "9.10.3"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.3.0"
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-form",
|
|
3
|
-
"version": "9.10.
|
|
3
|
+
"version": "9.10.3",
|
|
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.10.
|
|
8
|
+
"@dereekb/dbx-core": "9.10.3",
|
|
9
9
|
"@angular/material": "^14.0.0",
|
|
10
|
-
"@dereekb/dbx-web": "9.10.
|
|
10
|
+
"@dereekb/dbx-web": "9.10.3",
|
|
11
11
|
"@angular/forms": "^14.0.0",
|
|
12
12
|
"@ngx-formly/core": "6.0.0-rc.2",
|
|
13
13
|
"@ngx-formly/material": "6.0.0-rc.2",
|