@mythpe/quasar-ui-qui 0.3.76 → 0.3.77

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -343,6 +343,7 @@ const onSuccess: SubmissionHandler = async (form) => {
343
343
  if (loading.value) {
344
344
  return
345
345
  }
346
+ $q.loading.show()
346
347
  loading.value = !0
347
348
  const apiServices = getMythApiServicesSchema()
348
349
  const fdt = isUpdateMode.value ? 'u' : 'c'
@@ -412,6 +413,7 @@ const onSuccess: SubmissionHandler = async (form) => {
412
413
  }
413
414
  } finally {
414
415
  loading.value = !1
416
+ $q.loading.hide()
415
417
  }
416
418
  }
417
419
  const onInvalidSubmit: InvalidSubmissionHandler = ({ errors }) => {