@dereekb/dbx-web 12.1.0 → 12.1.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/esm2022/lib/router/provider/uirouter/anchor.component.mjs +5 -4
- package/esm2022/mapbox/lib/mapbox.marker.component.mjs +1 -2
- package/esm2022/mapbox/lib/mapbox.store.mjs +4 -4
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +3 -4
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +6 -5
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/mapbox/lib/mapbox.store.d.ts +0 -6
- package/package.json +1 -1
|
@@ -68,12 +68,6 @@ export interface DbxMapboxStoreState {
|
|
|
68
68
|
* True by default.
|
|
69
69
|
*/
|
|
70
70
|
readonly retainContent: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Custom drawer content configuration.
|
|
73
|
-
*
|
|
74
|
-
* @deprecated use drawerContent instead.
|
|
75
|
-
*/
|
|
76
|
-
readonly content?: Maybe<DbxInjectionComponentConfig<unknown>>;
|
|
77
71
|
/**
|
|
78
72
|
* Custom drawer content configuration.
|
|
79
73
|
*/
|