enwawa-ui 4.1.39 → 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 +11 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +18 -28
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +18 -28
- 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
|
*/
|
|
@@ -5962,6 +5968,11 @@ export interface OrModuleTableHeaderProps {
|
|
|
5962
5968
|
* Icon for second button
|
|
5963
5969
|
*/
|
|
5964
5970
|
secondaryButtonIcon?: React.ReactNode;
|
|
5971
|
+
/**
|
|
5972
|
+
* Additional elements rendered alongside the action buttons
|
|
5973
|
+
* (next to the secondary and primary buttons)
|
|
5974
|
+
*/
|
|
5975
|
+
customButtonsElements?: React.ReactNode;
|
|
5965
5976
|
/**
|
|
5966
5977
|
* justify the contents of the main container
|
|
5967
5978
|
*/
|