iking-web-ui-pro 0.2.41 → 0.2.42
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/IkApprovalProcess/ik.index.es.js +8 -3
- package/dist/IkApprovalProcess/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcess/style.css +1 -1
- package/dist/index.es.js +8 -3
- package/dist/index.umd.js +1 -1
- package/dist/src/components/IkApprovalProcess/index.d.ts +9 -0
- package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2479,7 +2479,7 @@ const xoe = (c) => ({
|
|
|
2479
2479
|
};
|
|
2480
2480
|
}
|
|
2481
2481
|
});
|
|
2482
|
-
const rue = /* @__PURE__ */ tr(sue, [["__scopeId", "data-v-48f27627"]]), Dxe = fr(rue), Aoe = (c) => (Rg("data-v-
|
|
2482
|
+
const rue = /* @__PURE__ */ tr(sue, [["__scopeId", "data-v-48f27627"]]), Dxe = fr(rue), Aoe = (c) => (Rg("data-v-52aca8e8"), c = c(), Ig(), c), iue = {
|
|
2483
2483
|
class: "approveProcess",
|
|
2484
2484
|
id: "approveProcess"
|
|
2485
2485
|
}, aue = { class: "node" }, lue = { class: "nodeBg" }, cue = {
|
|
@@ -2519,6 +2519,10 @@ const rue = /* @__PURE__ */ tr(sue, [["__scopeId", "data-v-48f27627"]]), Dxe = f
|
|
|
2519
2519
|
type: String,
|
|
2520
2520
|
default: ""
|
|
2521
2521
|
},
|
|
2522
|
+
pickerConfig: {
|
|
2523
|
+
type: Object,
|
|
2524
|
+
default: () => ({})
|
|
2525
|
+
},
|
|
2522
2526
|
//文件访问地址
|
|
2523
2527
|
loadUrl: {
|
|
2524
2528
|
type: String,
|
|
@@ -2621,7 +2625,8 @@ const rue = /* @__PURE__ */ tr(sue, [["__scopeId", "data-v-48f27627"]]), Dxe = f
|
|
|
2621
2625
|
Authorization: i,
|
|
2622
2626
|
"X-Tenant": f.value
|
|
2623
2627
|
}
|
|
2624
|
-
}
|
|
2628
|
+
},
|
|
2629
|
+
...a.pickerConfig
|
|
2625
2630
|
}));
|
|
2626
2631
|
return r({ requiredVerification: z }), (q, G) => {
|
|
2627
2632
|
const le = Ho("IkApprovalProcess");
|
|
@@ -2861,7 +2866,7 @@ const rue = /* @__PURE__ */ tr(sue, [["__scopeId", "data-v-48f27627"]]), Dxe = f
|
|
|
2861
2866
|
};
|
|
2862
2867
|
}
|
|
2863
2868
|
});
|
|
2864
|
-
const Mue = /* @__PURE__ */ tr(Pue, [["__scopeId", "data-v-
|
|
2869
|
+
const Mue = /* @__PURE__ */ tr(Pue, [["__scopeId", "data-v-52aca8e8"]]), Oxe = fr(Mue);
|
|
2865
2870
|
var koe = {
|
|
2866
2871
|
code: "zh-cn",
|
|
2867
2872
|
week: {
|