@mcurros2/microm 1.1.65-0 → 1.1.67-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.js CHANGED
@@ -2075,6 +2075,7 @@ $a1f6b3ef69eb7cc7$var$_MicroMClient_API_URL = new WeakMap(), $a1f6b3ef69eb7cc7$v
2075
2075
  abort_signal = null;
2076
2076
  if ($a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_REDIRECT_ON_401, "f")) {
2077
2077
  if (error.status === 401) {
2078
+ console.warn(`${route} 401, redirecting to login page: ${$a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_REDIRECT_ON_401, "f")}`);
2078
2079
  yield this.localLogoff();
2079
2080
  window.location.href = $a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_REDIRECT_ON_401, "f");
2080
2081
  }
@@ -48013,10 +48014,6 @@ function $611d924da195f578$export$166f000a4c5cc84a(props) {
48013
48014
  leftIcon: (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconCircleCheck), {
48014
48015
  size: "1.125rem"
48015
48016
  }),
48016
- onClick: ()=>$611d924da195f578$var$__awaiter(this, void 0, void 0, function*() {
48017
- console.log("stepperForm: submit clicked");
48018
- //await formAPI.handleSubmit()
48019
- }),
48020
48017
  display: formMode !== "view" && activeStep === steps.length - 1 ? "inline-block" : "none",
48021
48018
  children: activeStepItem.nextStepLabel || nextStepLabel
48022
48019
  }, "stepper-submit"),
@@ -48030,8 +48027,7 @@ function $611d924da195f578$export$166f000a4c5cc84a(props) {
48030
48027
  ]
48031
48028
  }), [
48032
48029
  activeStep,
48033
- activeStepItem.nextStepLabel,
48034
- activeStepItem.nextStepValidLabel,
48030
+ activeStepItem,
48035
48031
  formMode,
48036
48032
  hideNextAndBackWhenCompleted,
48037
48033
  nextStep,