enwawa-ui 4.1.40 → 4.1.41
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/index.d.ts +6 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +14 -9
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +14 -9
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -4318,6 +4318,12 @@ export interface TmMapPageProps<FormType = any> {
|
|
|
4318
4318
|
* legend button label
|
|
4319
4319
|
*/
|
|
4320
4320
|
legendButtonLabel?: string;
|
|
4321
|
+
/**
|
|
4322
|
+
* extra buttons rendered in the top-right of the map header,
|
|
4323
|
+
* before the legend button. Useful for page-specific toggles
|
|
4324
|
+
* (e.g. "wide auto-view" mode in the LiveMap).
|
|
4325
|
+
*/
|
|
4326
|
+
extraHeaderButtons?: React.ReactNode;
|
|
4321
4327
|
/**
|
|
4322
4328
|
* drawer config
|
|
4323
4329
|
*/
|