@mcurros2/microm 1.1.430-0 → 1.1.432-0
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/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -393,6 +393,7 @@ export interface ConfirmLeaveStaySaveProps {
|
|
|
393
393
|
}
|
|
394
394
|
export const ConfirmLeaveStaySaveDefaultProps: Partial<ConfirmLeaveStaySaveProps>;
|
|
395
395
|
export function ConfirmLeaveStaySave(props: ConfirmLeaveStaySaveProps): JSX.Element;
|
|
396
|
+
/** `allways` skips dirty/value checks only in edit mode; add uses those checks and view is unprotected. */
|
|
396
397
|
export type NavigationProtectionMode = 'save' | 'confirm' | 'allways';
|
|
397
398
|
export type ConfirmNavigationType = 'local' | 'remote';
|
|
398
399
|
export interface UseConfirmNavigationOptions {
|