erp-pos-ecommerce-shared 0.2.6 → 0.2.7
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/components.d.ts +2 -1
- package/dist/components.js +4 -2
- package/dist/components.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6851,7 +6851,8 @@ var FormPage = ({
|
|
|
6851
6851
|
navigateAway = true,
|
|
6852
6852
|
showBackButton = true,
|
|
6853
6853
|
onGoBack,
|
|
6854
|
-
backButtonIcon
|
|
6854
|
+
backButtonIcon,
|
|
6855
|
+
onFormRef
|
|
6855
6856
|
}) => {
|
|
6856
6857
|
const showBack = showBackButton && onGoBack != null;
|
|
6857
6858
|
const mutation = useMutation(mutationOptions);
|
|
@@ -6889,7 +6890,8 @@ var FormPage = ({
|
|
|
6889
6890
|
hasFiles,
|
|
6890
6891
|
onSuccess,
|
|
6891
6892
|
setData,
|
|
6892
|
-
navigateAway
|
|
6893
|
+
navigateAway,
|
|
6894
|
+
onFormRef
|
|
6893
6895
|
}
|
|
6894
6896
|
) })
|
|
6895
6897
|
] }) })
|