@blueking/ai-blueking 2.2.0-beta.5 → 2.2.0-beta.6

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.
@@ -20909,7 +20909,7 @@ var uT = (e) => ({
20909
20909
  }
20910
20910
  }) : c = setTimeout(() => {
20911
20911
  t === e.session?.current?.value?.sessionCode && h(t);
20912
- }, 15e3);
20912
+ }, 1e4);
20913
20913
  }));
20914
20914
  }, g = () => {
20915
20915
  clearTimeout(c), c = null, s?.abort?.(), s = null;
@@ -24716,6 +24716,7 @@ var DA = (e) => {
24716
24716
  更多: "More",
24717
24717
  算法方案评审单: "Algorithm Plan Review Ticket",
24718
24718
  评审中: "Reviewing",
24719
+ 审批中: "Approving",
24719
24720
  已废弃: "Abandoned",
24720
24721
  已批准: "Approved",
24721
24722
  已通过: "Approved",
@@ -52308,7 +52309,10 @@ var PW = ["src"], FW = {
52308
52309
  class: "info-message-content"
52309
52310
  }, K(e), 1))), 128))]));
52310
52311
  }
52311
- }), iJ = { class: "ai-tool-approval-card" }, aJ = { class: "ai-tool-approval-card__header" }, oJ = { class: "ai-tool-approval-card__title-wrap" }, sJ = { class: "ai-tool-approval-card__title" }, cJ = { class: "ai-tool-approval-card__fields" }, lJ = { class: "ai-tool-approval-card__field" }, uJ = { class: "ai-tool-approval-card__field" }, dJ = { class: "ai-tool-approval-card__processor" }, fJ = { class: "ai-tool-approval-card__processor-text" }, pJ = { class: "ai-tool-approval-card__actions" }, mJ = /* @__PURE__ */ x({
52312
+ }), iJ = { class: "ai-tool-approval-card" }, aJ = { class: "ai-tool-approval-card__header" }, oJ = { class: "ai-tool-approval-card__title-wrap" }, sJ = { class: "ai-tool-approval-card__title" }, cJ = { class: "ai-tool-approval-card__fields" }, lJ = { class: "ai-tool-approval-card__field" }, uJ = { class: "ai-tool-approval-card__field" }, dJ = {
52313
+ key: 0,
52314
+ class: "ai-tool-approval-card__processor"
52315
+ }, fJ = { class: "ai-tool-approval-card__processor-text" }, pJ = { class: "ai-tool-approval-card__actions" }, mJ = /* @__PURE__ */ x({
52312
52316
  __name: "tool-approval-card",
52313
52317
  props: {
52314
52318
  interrupt: {},
@@ -52328,7 +52332,7 @@ var PW = ["src"], FW = {
52328
52332
  submit_time: "",
52329
52333
  title: "",
52330
52334
  url: ""
52331
- }), l = d(() => o.has(c.value.status)), u = d(() => l.value ? "pending" : c.value.status), f = d(() => l.value ? Q("评审中") : RA[c.value.status] ?? c.value.status), _ = d(() => c.value.approvers.filter(Boolean).join("、") || Q("无")), b = d(() => c.value.url || c.value.sn), x = () => {
52335
+ }), l = d(() => o.has(c.value.status)), u = d(() => l.value ? "pending" : c.value.status), f = d(() => l.value ? Q("审批中") : RA[c.value.status] ?? c.value.status), _ = d(() => c.value.approvers.filter(Boolean).join("、") || Q("无")), b = d(() => c.value.url || c.value.sn), x = () => {
52332
52336
  c.value.url && window.open(c.value.url, "_blank", "noopener");
52333
52337
  }, S = () => {
52334
52338
  b.value && a(b.value);
@@ -52368,7 +52372,7 @@ var PW = ["src"], FW = {
52368
52372
  theme: "primary"
52369
52373
  })), v(" " + K(f.value), 1)], 2)]),
52370
52374
  g("dl", cJ, [g("div", lJ, [g("dt", null, K(J(Q)("单据编号")), 1), g("dd", null, K(c.value.sn || "--"), 1)]), g("div", uJ, [g("dt", null, K(J(Q)("提交时间")), 1), g("dd", null, K(c.value.submit_time || "--"), 1)])]),
52371
- g("div", dJ, [y(J(jj), { class: "ai-tool-approval-card__processor-icon" }), he((V(), h("span", fJ, [v(K(J(Q)("当前处理人")) + ":" + K(_.value), 1)])), [[J(oN), { ...J(n) }]])]),
52375
+ l.value ? (V(), h("div", dJ, [y(J(jj), { class: "ai-tool-approval-card__processor-icon" }), he((V(), h("span", fJ, [v(K(J(Q)("当前处理人")) + ":" + K(_.value), 1)])), [[J(oN), { ...J(n) }]])])) : m("v-if", !0),
52372
52376
  g("div", pJ, [y(J(iy), {
52373
52377
  class: "ai-tool-approval-card__detail",
52374
52378
  disabled: !c.value.url,