@gct-paas/excel 0.1.16 → 0.1.17
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/base/index.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { B as B2, p, D, _, q, e, f, F, r, d, a as a2, b as b7, s, u as u2, c } f
|
|
|
5
5
|
import { ref, provide, watch, computed, defineComponent, openBlock, createElementBlock, withModifiers } from "vue";
|
|
6
6
|
import { defaults, pick, merge, has, isEmpty, cloneDeep } from "lodash-es";
|
|
7
7
|
import dayjs from "dayjs";
|
|
8
|
-
import { B as B3, C, F as F2, a as a10, M as M2 } from "../form-annotation-controller-
|
|
8
|
+
import { B as B3, C, F as F2, a as a10, M as M2 } from "../form-annotation-controller-CoABDD4X.js";
|
|
9
9
|
import { B as B4, F as F3, I, M as M3, b as b8, u as u3 } from "../mb-render-Bejyn-ep.js";
|
|
10
10
|
function useLatestRequest(execFn) {
|
|
11
11
|
let lastReqId = 0;
|
package/dist/{form-annotation-controller-KcMm2QYA.js → form-annotation-controller-CoABDD4X.js}
RENAMED
|
@@ -609,28 +609,28 @@ class FormAnnotationController {
|
|
|
609
609
|
handleBuiltAction = async (action) => {
|
|
610
610
|
switch (action) {
|
|
611
611
|
case BuiltinAction.CloseAnnotation:
|
|
612
|
-
this.handleCloseAnnotation();
|
|
612
|
+
await this.handleCloseAnnotation();
|
|
613
613
|
break;
|
|
614
614
|
case BuiltinAction.ShowAnnotation:
|
|
615
|
-
this.handleOpenAnnotation();
|
|
615
|
+
await this.handleOpenAnnotation();
|
|
616
616
|
break;
|
|
617
617
|
case BuiltinAction.DoFormChange:
|
|
618
|
-
this.doFormChange();
|
|
618
|
+
await this.doFormChange();
|
|
619
619
|
break;
|
|
620
620
|
case BuiltinAction.SubmitFormChange:
|
|
621
|
-
this.submitFormChange();
|
|
621
|
+
await this.submitFormChange();
|
|
622
622
|
break;
|
|
623
623
|
case BuiltinAction.SubmitMedProFormChange:
|
|
624
|
-
this.doMedProSubmitFormChange();
|
|
624
|
+
await this.doMedProSubmitFormChange();
|
|
625
625
|
break;
|
|
626
626
|
case BuiltinAction.DoFormAbandon:
|
|
627
|
-
this.doFormAbandon();
|
|
627
|
+
await this.doFormAbandon();
|
|
628
628
|
break;
|
|
629
629
|
case BuiltinAction.DoFormResubmit:
|
|
630
|
-
this.doFormResubmit();
|
|
630
|
+
await this.doFormResubmit();
|
|
631
631
|
break;
|
|
632
632
|
case BuiltinAction.DoMedProFormAbandon:
|
|
633
|
-
this.doMedproFormAbandon();
|
|
633
|
+
await this.doMedproFormAbandon();
|
|
634
634
|
break;
|
|
635
635
|
}
|
|
636
636
|
};
|
|
@@ -5,7 +5,7 @@ import { i as api, D as useModal, E as useNamespace, _ as _export_sfc } from "..
|
|
|
5
5
|
import { createVNode, defineComponent, ref, reactive, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, withCtx, computed, createBlock, mergeProps, createElementVNode, toDisplayString, createCommentVNode, createTextVNode } from "vue";
|
|
6
6
|
import "lodash-es";
|
|
7
7
|
import dayjs from "dayjs";
|
|
8
|
-
import { a as FormAnnotationController } from "../form-annotation-controller-
|
|
8
|
+
import { a as FormAnnotationController } from "../form-annotation-controller-CoABDD4X.js";
|
|
9
9
|
import { I as Icon } from "../AntdIcon-C3RMq2zm.js";
|
|
10
10
|
var PrintModeEnum = /* @__PURE__ */ ((PrintModeEnum2) => {
|
|
11
11
|
PrintModeEnum2["ASYNC"] = "async";
|