ysyt-react-agent-lib 1.0.69 → 1.0.71

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.
@@ -1,6 +1,6 @@
1
- import { j as e, M as c, E as r, S as i, Y as d } from "./index-CndAvi-V.mjs";
1
+ import { j as e, M as c, E as r, S as i, Y as d } from "./index-BFLiWBBw.mjs";
2
2
  import { memo as m, useState as g, useEffect as x } from "react";
3
- import { M as j, T as p } from "./index-C_pq487T.mjs";
3
+ import { M as j, T as p } from "./index-REfp9Izz.mjs";
4
4
  const E = m(({ open: a, onCallBack: t, queryFetch: o }) => {
5
5
  const [n, l] = g([]);
6
6
  return x(() => {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Y7X1lK4O.js"),s=require("react"),i=require("./index-CeTz-pkL.js"),c=s.memo(({open:n,onCallBack:r,queryFetch:x})=>{const[o,a]=s.useState([]);return s.useEffect(()=>{(async()=>{try{await x({success:t=>{a(t.data||[])}})}catch(t){console.log(t)}})()},[n]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsx(i.Modal,{open:n,title:"咨询",footer:!1,onCancel:()=>r(),children:e.jsxRuntimeExports.jsx(e.ModelBody,{children:o.length===0?e.jsxRuntimeExports.jsx(e.Empty,{image:e.Empty.PRESENTED_IMAGE_SIMPLE}):e.jsxRuntimeExports.jsx(e.Space,{wrap:!0,children:o.map(t=>e.jsxRuntimeExports.jsx(i.Tag,{color:"processing",onClick:()=>r(t.agent_no),children:e.jsxRuntimeExports.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[e.jsxRuntimeExports.jsx(e.YsytIconSvg,{name:"zixun"}),e.jsxRuntimeExports.jsxs("span",{style:{marginLeft:10},children:["咨询坐席: ",t.agent_name]})]})},t.agent_no))})})})})});exports.default=c;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-C0Nt8F8e.js"),s=require("react"),i=require("./index-BGtm6hSk.js"),c=s.memo(({open:n,onCallBack:r,queryFetch:x})=>{const[o,a]=s.useState([]);return s.useEffect(()=>{(async()=>{try{await x({success:t=>{a(t.data||[])}})}catch(t){console.log(t)}})()},[n]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsx(i.Modal,{open:n,title:"咨询",footer:!1,onCancel:()=>r(),children:e.jsxRuntimeExports.jsx(e.ModelBody,{children:o.length===0?e.jsxRuntimeExports.jsx(e.Empty,{image:e.Empty.PRESENTED_IMAGE_SIMPLE}):e.jsxRuntimeExports.jsx(e.Space,{wrap:!0,children:o.map(t=>e.jsxRuntimeExports.jsx(i.Tag,{color:"processing",onClick:()=>r(t.agent_no),children:e.jsxRuntimeExports.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[e.jsxRuntimeExports.jsx(e.YsytIconSvg,{name:"zixun"}),e.jsxRuntimeExports.jsxs("span",{style:{marginLeft:10},children:["咨询坐席: ",t.agent_name]})]})},t.agent_no))})})})})});exports.default=c;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-C0Nt8F8e.js"),t=require("react"),l=require("./index-BGtm6hSk.js"),m=t.memo(({open:o,onCallBack:n,queryFetch:u})=>{const[x,p]=t.useState([]),[r,c]=t.useState(0),[i,d]=t.useState(""),[j,a]=t.useState(!1);return t.useEffect(()=>{(async()=>{a(!0);try{await u({success:s=>{p(s.data||[])}})}catch(s){console.log(s)}a(!1)})()},[o]),e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:e.jsxRuntimeExports.jsx(l.Modal,{open:o,title:"转接",footer:!1,onCancel:()=>n(),children:e.jsxRuntimeExports.jsxs(e.ModelBody,{children:[e.jsxRuntimeExports.jsx("div",{children:e.jsxRuntimeExports.jsx(e.Radio.Group,{options:[{label:"转接坐席",value:0},{label:"转接外线",value:1}],value:r,onChange:s=>c(s.target.value)})}),e.jsxRuntimeExports.jsx(e.Spin,{spinning:j,children:e.jsxRuntimeExports.jsxs("div",{style:{borderTop:"1px solid #eee",marginTop:10,paddingTop:10},children:[r===0&&e.jsxRuntimeExports.jsx(e.jsxRuntimeExports.Fragment,{children:x.length===0?e.jsxRuntimeExports.jsx(e.Empty,{image:e.Empty.PRESENTED_IMAGE_SIMPLE}):e.jsxRuntimeExports.jsx(e.Space,{wrap:!0,children:x.map(s=>e.jsxRuntimeExports.jsx(l.Tag,{color:"processing",onClick:()=>n(s.agent_no,0),children:e.jsxRuntimeExports.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[e.jsxRuntimeExports.jsx(e.YsytIconSvg,{name:"zixun"}),e.jsxRuntimeExports.jsxs("span",{style:{marginRight:10},children:["转接坐席: ",s.agent_name]})]})},s.agent_no))})}),r===1&&e.jsxRuntimeExports.jsxs("div",{style:{width:"100%",display:"flex",alignItems:"center",gap:"0 5px"},children:[e.jsxRuntimeExports.jsx(e.Input,{style:{flex:1},value:i,onChange:s=>d(s.target.value),placeholder:"请输入外线号码, 回车转接",onPressEnter:()=>{n(i,1)}}),e.jsxRuntimeExports.jsx(e.YsytIconSvg,{name:"boda",color:"#1D92E9",size:25,onClick:()=>{n(i,1)}})]})]})})]})})})});exports.default=m;
@@ -1,15 +1,15 @@
1
- import { j as e, M as j, R as f, a as y, E as c, S as d, Y as g, I as E } from "./index-CndAvi-V.mjs";
2
- import { memo as v, useState as n, useEffect as T } from "react";
3
- import { M as I, T as M } from "./index-C_pq487T.mjs";
4
- const _ = v(({ open: l, onCallBack: a, queryFetch: p }) => {
5
- const [o, x] = n([]), [t, m] = n(0), [r, u] = n(""), [h, i] = n(!1);
1
+ import { j as e, M as h, R as j, a as f, E as d, S as y, Y as c, I as v } from "./index-BFLiWBBw.mjs";
2
+ import { memo as E, useState as n, useEffect as T } from "react";
3
+ import { M as I, T as M } from "./index-REfp9Izz.mjs";
4
+ const _ = E(({ open: r, onCallBack: a, queryFetch: g }) => {
5
+ const [o, p] = n([]), [t, x] = n(0), [l, m] = n(""), [u, i] = n(!1);
6
6
  return T(() => {
7
7
  (async () => {
8
8
  i(!0);
9
9
  try {
10
- await p({
10
+ await g({
11
11
  success: (s) => {
12
- x(s.data || []);
12
+ p(s.data || []);
13
13
  }
14
14
  });
15
15
  } catch (s) {
@@ -17,9 +17,9 @@ const _ = v(({ open: l, onCallBack: a, queryFetch: p }) => {
17
17
  }
18
18
  i(!1);
19
19
  })();
20
- }, [l]), /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(I, { open: l, title: "转接", footer: !1, onCancel: () => a(), children: /* @__PURE__ */ e.jsxs(j, { children: [
20
+ }, [r]), /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(I, { open: r, title: "转接", footer: !1, onCancel: () => a(), children: /* @__PURE__ */ e.jsxs(h, { children: [
21
21
  /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(
22
- f.Group,
22
+ j.Group,
23
23
  {
24
24
  options: [
25
25
  {
@@ -32,37 +32,38 @@ const _ = v(({ open: l, onCallBack: a, queryFetch: p }) => {
32
32
  }
33
33
  ],
34
34
  value: t,
35
- onChange: (s) => m(s.target.value)
35
+ onChange: (s) => x(s.target.value)
36
36
  }
37
37
  ) }),
38
- /* @__PURE__ */ e.jsx(y, { spinning: h, children: /* @__PURE__ */ e.jsxs("div", { style: { borderTop: "1px solid #eee", marginTop: 10, paddingTop: 10 }, children: [
39
- t === 0 && /* @__PURE__ */ e.jsx(e.Fragment, { children: o.length === 0 ? /* @__PURE__ */ e.jsx(c, { image: c.PRESENTED_IMAGE_SIMPLE }) : /* @__PURE__ */ e.jsx(d, { wrap: !0, children: o.map((s) => /* @__PURE__ */ e.jsx(M, { color: "processing", onClick: () => a(s.agent_no, 0), children: /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
40
- /* @__PURE__ */ e.jsx(g, { name: "zixun" }),
38
+ /* @__PURE__ */ e.jsx(f, { spinning: u, children: /* @__PURE__ */ e.jsxs("div", { style: { borderTop: "1px solid #eee", marginTop: 10, paddingTop: 10 }, children: [
39
+ t === 0 && /* @__PURE__ */ e.jsx(e.Fragment, { children: o.length === 0 ? /* @__PURE__ */ e.jsx(d, { image: d.PRESENTED_IMAGE_SIMPLE }) : /* @__PURE__ */ e.jsx(y, { wrap: !0, children: o.map((s) => /* @__PURE__ */ e.jsx(M, { color: "processing", onClick: () => a(s.agent_no, 0), children: /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
40
+ /* @__PURE__ */ e.jsx(c, { name: "zixun" }),
41
41
  /* @__PURE__ */ e.jsxs("span", { style: { marginRight: 10 }, children: [
42
42
  "转接坐席: ",
43
43
  s.agent_name
44
44
  ] })
45
45
  ] }) }, s.agent_no)) }) }),
46
- t === 1 && /* @__PURE__ */ e.jsxs(d.Compact, { style: { width: "100%", display: "flex", alignItems: "center" }, children: [
46
+ t === 1 && /* @__PURE__ */ e.jsxs("div", { style: { width: "100%", display: "flex", alignItems: "center", gap: "0 5px" }, children: [
47
47
  /* @__PURE__ */ e.jsx(
48
- E,
48
+ v,
49
49
  {
50
- value: r,
51
- onChange: (s) => u(s.target.value),
50
+ style: { flex: 1 },
51
+ value: l,
52
+ onChange: (s) => m(s.target.value),
52
53
  placeholder: "请输入外线号码, 回车转接",
53
54
  onPressEnter: () => {
54
- a(r, 1);
55
+ a(l, 1);
55
56
  }
56
57
  }
57
58
  ),
58
59
  /* @__PURE__ */ e.jsx(
59
- g,
60
+ c,
60
61
  {
61
62
  name: "boda",
62
63
  color: "#1D92E9",
63
64
  size: 25,
64
65
  onClick: () => {
65
- a(r);
66
+ a(l, 1);
66
67
  }
67
68
  }
68
69
  )
@@ -34,6 +34,7 @@ interface Props {
34
34
  ringingCardShow?: boolean;
35
35
  initialState?: AgentStatus.IDLE | AgentStatus.BUSY;
36
36
  initDevice?: 1 | 3;
37
+ onLoginCancel?: () => void;
37
38
  style?: {
38
39
  height?: string;
39
40
  idle?: string;