ahs-cti 0.0.22 → 0.0.24

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.
Files changed (28) hide show
  1. package/dist/{agentDetailReport-5KLUBUZH.mjs → agentDetailReport-6HFIDHTC.mjs} +2 -2
  2. package/dist/{agentPerformanceReport-CY4EEEFK.mjs → agentPerformanceReport-P7J5XJTA.mjs} +83 -76
  3. package/dist/agentPerformanceReport-P7J5XJTA.mjs.map +1 -0
  4. package/dist/{chunk-3OVYSB7R.mjs → chunk-6AXXYS36.mjs} +11 -22
  5. package/dist/chunk-6AXXYS36.mjs.map +1 -0
  6. package/dist/index.d.mts +54 -1
  7. package/dist/index.d.ts +55 -2
  8. package/dist/index.js +10 -13
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +3 -3
  11. package/dist/index.mjs.map +1 -1
  12. package/dist-react/{agentDetailReport-D6YX5EWT.mjs → agentDetailReport-D4SIU3BC.mjs} +2 -2
  13. package/dist-react/{agentPerformanceReport-DHG7I2Z4.mjs → agentPerformanceReport-NZI4MXJM.mjs} +3 -3
  14. package/dist-react/{agentPerformanceReport-DHG7I2Z4.mjs.map → agentPerformanceReport-NZI4MXJM.mjs.map} +1 -1
  15. package/dist-react/{chunk-IYYH5PCQ.mjs → chunk-GE5Q5DRU.mjs} +10 -14
  16. package/dist-react/chunk-GE5Q5DRU.mjs.map +1 -0
  17. package/dist-react/index.d.mts +54 -1
  18. package/dist-react/index.d.ts +54 -1
  19. package/dist-react/index.js +14 -18
  20. package/dist-react/index.js.map +1 -1
  21. package/dist-react/index.mjs +3 -3
  22. package/dist-react/index.mjs.map +1 -1
  23. package/package.json +1 -1
  24. package/dist/agentPerformanceReport-CY4EEEFK.mjs.map +0 -1
  25. package/dist/chunk-3OVYSB7R.mjs.map +0 -1
  26. package/dist-react/chunk-IYYH5PCQ.mjs.map +0 -1
  27. /package/dist/{agentDetailReport-5KLUBUZH.mjs.map → agentDetailReport-6HFIDHTC.mjs.map} +0 -0
  28. /package/dist-react/{agentDetailReport-D6YX5EWT.mjs.map → agentDetailReport-D4SIU3BC.mjs.map} +0 -0
@@ -10,7 +10,7 @@ var require = function (id) {
10
10
 
11
11
  import {
12
12
  agentDetailReport_default
13
- } from "./chunk-3OVYSB7R.mjs";
13
+ } from "./chunk-6AXXYS36.mjs";
14
14
  import "./chunk-NX4GSQTP.mjs";
15
15
  import "./chunk-KYGJOAS4.mjs";
16
16
  import "./chunk-KQRMGBV3.mjs";
@@ -25,4 +25,4 @@ import "./chunk-7F3FCGC3.mjs";
25
25
  export {
26
26
  agentDetailReport_default as default
27
27
  };
28
- //# sourceMappingURL=agentDetailReport-5KLUBUZH.mjs.map
28
+ //# sourceMappingURL=agentDetailReport-6HFIDHTC.mjs.map
@@ -26,11 +26,10 @@ import {
26
26
  } from "./chunk-ESUAMCTF.mjs";
27
27
  import {
28
28
  BreakSessionsTable,
29
- Visibility_default,
30
29
  agentDetailReport_default,
31
30
  exportAgentBreakSessionsToExcel,
32
31
  getAgentBreakSessions
33
- } from "./chunk-3OVYSB7R.mjs";
32
+ } from "./chunk-6AXXYS36.mjs";
34
33
  import "./chunk-NX4GSQTP.mjs";
35
34
  import {
36
35
  FileDownload_default
@@ -169,6 +168,14 @@ import {
169
168
 
170
169
  // call-control-sdk/lib/pages/agentPerformanceReport/index.tsx
171
170
  import { useState as useState5, useEffect as useEffect4, useMemo as useMemo3, useCallback as useCallback2 } from "react";
171
+
172
+ // node_modules/@mui/icons-material/Visibility.mjs
173
+ import { jsx as _jsx } from "react/jsx-runtime";
174
+ var Visibility_default = createSvgIcon(/* @__PURE__ */ _jsx("path", {
175
+ d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"
176
+ }), "Visibility");
177
+
178
+ // call-control-sdk/lib/pages/agentPerformanceReport/index.tsx
172
179
  var import_dayjs2 = __toESM(require_dayjs_min());
173
180
 
174
181
  // node_modules/@tanstack/react-table/build/lib/index.mjs
@@ -3847,177 +3854,177 @@ function getAccessorAttributes(accessor) {
3847
3854
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3848
3855
 
3849
3856
  // node_modules/@mui/icons-material/ArrowDownward.mjs
3850
- import { jsx as _jsx } from "react/jsx-runtime";
3851
- var ArrowDownward_default = createSvgIcon(/* @__PURE__ */ _jsx("path", {
3857
+ import { jsx as _jsx2 } from "react/jsx-runtime";
3858
+ var ArrowDownward_default = createSvgIcon(/* @__PURE__ */ _jsx2("path", {
3852
3859
  d: "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"
3853
3860
  }), "ArrowDownward");
3854
3861
 
3855
3862
  // node_modules/@mui/icons-material/ArrowRight.mjs
3856
- import { jsx as _jsx2 } from "react/jsx-runtime";
3857
- var ArrowRight_default = createSvgIcon(/* @__PURE__ */ _jsx2("path", {
3863
+ import { jsx as _jsx3 } from "react/jsx-runtime";
3864
+ var ArrowRight_default = createSvgIcon(/* @__PURE__ */ _jsx3("path", {
3858
3865
  d: "m10 17 5-5-5-5z"
3859
3866
  }), "ArrowRight");
3860
3867
 
3861
3868
  // node_modules/@mui/icons-material/Cancel.mjs
3862
- import { jsx as _jsx3 } from "react/jsx-runtime";
3863
- var Cancel_default = createSvgIcon(/* @__PURE__ */ _jsx3("path", {
3869
+ import { jsx as _jsx4 } from "react/jsx-runtime";
3870
+ var Cancel_default = createSvgIcon(/* @__PURE__ */ _jsx4("path", {
3864
3871
  d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"
3865
3872
  }), "Cancel");
3866
3873
 
3867
3874
  // node_modules/@mui/icons-material/ClearAll.mjs
3868
- import { jsx as _jsx4 } from "react/jsx-runtime";
3869
- var ClearAll_default = createSvgIcon(/* @__PURE__ */ _jsx4("path", {
3875
+ import { jsx as _jsx5 } from "react/jsx-runtime";
3876
+ var ClearAll_default = createSvgIcon(/* @__PURE__ */ _jsx5("path", {
3870
3877
  d: "M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z"
3871
3878
  }), "ClearAll");
3872
3879
 
3873
3880
  // node_modules/@mui/icons-material/ContentCopy.mjs
3874
- import { jsx as _jsx5 } from "react/jsx-runtime";
3875
- var ContentCopy_default = createSvgIcon(/* @__PURE__ */ _jsx5("path", {
3881
+ import { jsx as _jsx6 } from "react/jsx-runtime";
3882
+ var ContentCopy_default = createSvgIcon(/* @__PURE__ */ _jsx6("path", {
3876
3883
  d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"
3877
3884
  }), "ContentCopy");
3878
3885
 
3879
3886
  // node_modules/@mui/icons-material/DensityLarge.mjs
3880
- import { jsx as _jsx6 } from "react/jsx-runtime";
3881
- var DensityLarge_default = createSvgIcon(/* @__PURE__ */ _jsx6("path", {
3887
+ import { jsx as _jsx7 } from "react/jsx-runtime";
3888
+ var DensityLarge_default = createSvgIcon(/* @__PURE__ */ _jsx7("path", {
3882
3889
  d: "M3 3h18v2H3zm0 16h18v2H3z"
3883
3890
  }), "DensityLarge");
3884
3891
 
3885
3892
  // node_modules/@mui/icons-material/DensityMedium.mjs
3886
- import { jsx as _jsx7 } from "react/jsx-runtime";
3887
- var DensityMedium_default = createSvgIcon(/* @__PURE__ */ _jsx7("path", {
3893
+ import { jsx as _jsx8 } from "react/jsx-runtime";
3894
+ var DensityMedium_default = createSvgIcon(/* @__PURE__ */ _jsx8("path", {
3888
3895
  d: "M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"
3889
3896
  }), "DensityMedium");
3890
3897
 
3891
3898
  // node_modules/@mui/icons-material/DensitySmall.mjs
3892
- import { jsx as _jsx8 } from "react/jsx-runtime";
3893
- var DensitySmall_default = createSvgIcon(/* @__PURE__ */ _jsx8("path", {
3899
+ import { jsx as _jsx9 } from "react/jsx-runtime";
3900
+ var DensitySmall_default = createSvgIcon(/* @__PURE__ */ _jsx9("path", {
3894
3901
  d: "M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"
3895
3902
  }), "DensitySmall");
3896
3903
 
3897
3904
  // node_modules/@mui/icons-material/DragHandle.mjs
3898
- import { jsx as _jsx9 } from "react/jsx-runtime";
3899
- var DragHandle_default = createSvgIcon(/* @__PURE__ */ _jsx9("path", {
3905
+ import { jsx as _jsx10 } from "react/jsx-runtime";
3906
+ var DragHandle_default = createSvgIcon(/* @__PURE__ */ _jsx10("path", {
3900
3907
  d: "M20 9H4v2h16zM4 15h16v-2H4z"
3901
3908
  }), "DragHandle");
3902
3909
 
3903
3910
  // node_modules/@mui/icons-material/DynamicFeed.mjs
3904
- import { jsx as _jsx10 } from "react/jsx-runtime";
3905
- var DynamicFeed_default = createSvgIcon([/* @__PURE__ */ _jsx10("path", {
3911
+ import { jsx as _jsx11 } from "react/jsx-runtime";
3912
+ var DynamicFeed_default = createSvgIcon([/* @__PURE__ */ _jsx11("path", {
3906
3913
  d: "M8 8H6v7c0 1.1.9 2 2 2h9v-2H8z"
3907
- }, "0"), /* @__PURE__ */ _jsx10("path", {
3914
+ }, "0"), /* @__PURE__ */ _jsx11("path", {
3908
3915
  d: "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 8h-8V7h8zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4z"
3909
3916
  }, "1")], "DynamicFeed");
3910
3917
 
3911
3918
  // node_modules/@mui/icons-material/ExpandMore.mjs
3912
- import { jsx as _jsx11 } from "react/jsx-runtime";
3913
- var ExpandMore_default = createSvgIcon(/* @__PURE__ */ _jsx11("path", {
3919
+ import { jsx as _jsx12 } from "react/jsx-runtime";
3920
+ var ExpandMore_default = createSvgIcon(/* @__PURE__ */ _jsx12("path", {
3914
3921
  d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
3915
3922
  }), "ExpandMore");
3916
3923
 
3917
3924
  // node_modules/@mui/icons-material/FilterAlt.mjs
3918
- import { jsx as _jsx12 } from "react/jsx-runtime";
3919
- var FilterAlt_default = createSvgIcon(/* @__PURE__ */ _jsx12("path", {
3925
+ import { jsx as _jsx13 } from "react/jsx-runtime";
3926
+ var FilterAlt_default = createSvgIcon(/* @__PURE__ */ _jsx13("path", {
3920
3927
  d: "M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61"
3921
3928
  }), "FilterAlt");
3922
3929
 
3923
3930
  // node_modules/@mui/icons-material/FilterList.mjs
3924
- import { jsx as _jsx13 } from "react/jsx-runtime";
3925
- var FilterList_default = createSvgIcon(/* @__PURE__ */ _jsx13("path", {
3931
+ import { jsx as _jsx14 } from "react/jsx-runtime";
3932
+ var FilterList_default = createSvgIcon(/* @__PURE__ */ _jsx14("path", {
3926
3933
  d: "M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"
3927
3934
  }), "FilterList");
3928
3935
 
3929
3936
  // node_modules/@mui/icons-material/FilterListOff.mjs
3930
- import { jsx as _jsx14 } from "react/jsx-runtime";
3931
- var FilterListOff_default = createSvgIcon(/* @__PURE__ */ _jsx14("path", {
3937
+ import { jsx as _jsx15 } from "react/jsx-runtime";
3938
+ var FilterListOff_default = createSvgIcon(/* @__PURE__ */ _jsx15("path", {
3932
3939
  d: "M10.83 8H21V6H8.83zm5 5H18v-2h-4.17zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41z"
3933
3940
  }), "FilterListOff");
3934
3941
 
3935
3942
  // node_modules/@mui/icons-material/FirstPage.mjs
3936
- import { jsx as _jsx15 } from "react/jsx-runtime";
3937
- var FirstPage_default = createSvgIcon(/* @__PURE__ */ _jsx15("path", {
3943
+ import { jsx as _jsx16 } from "react/jsx-runtime";
3944
+ var FirstPage_default = createSvgIcon(/* @__PURE__ */ _jsx16("path", {
3938
3945
  d: "M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"
3939
3946
  }), "FirstPage");
3940
3947
 
3941
3948
  // node_modules/@mui/icons-material/Fullscreen.mjs
3942
- import { jsx as _jsx16 } from "react/jsx-runtime";
3943
- var Fullscreen_default = createSvgIcon(/* @__PURE__ */ _jsx16("path", {
3949
+ import { jsx as _jsx17 } from "react/jsx-runtime";
3950
+ var Fullscreen_default = createSvgIcon(/* @__PURE__ */ _jsx17("path", {
3944
3951
  d: "M7 14H5v5h5v-2H7zm-2-4h2V7h3V5H5zm12 7h-3v2h5v-5h-2zM14 5v2h3v3h2V5z"
3945
3952
  }), "Fullscreen");
3946
3953
 
3947
3954
  // node_modules/@mui/icons-material/FullscreenExit.mjs
3948
- import { jsx as _jsx17 } from "react/jsx-runtime";
3949
- var FullscreenExit_default = createSvgIcon(/* @__PURE__ */ _jsx17("path", {
3955
+ import { jsx as _jsx18 } from "react/jsx-runtime";
3956
+ var FullscreenExit_default = createSvgIcon(/* @__PURE__ */ _jsx18("path", {
3950
3957
  d: "M5 16h3v3h2v-5H5zm3-8H5v2h5V5H8zm6 11h2v-3h3v-2h-5zm2-11V5h-2v5h5V8z"
3951
3958
  }), "FullscreenExit");
3952
3959
 
3953
3960
  // node_modules/@mui/icons-material/KeyboardDoubleArrowDown.mjs
3954
- import { jsx as _jsx18 } from "react/jsx-runtime";
3955
- var KeyboardDoubleArrowDown_default = createSvgIcon([/* @__PURE__ */ _jsx18("path", {
3961
+ import { jsx as _jsx19 } from "react/jsx-runtime";
3962
+ var KeyboardDoubleArrowDown_default = createSvgIcon([/* @__PURE__ */ _jsx19("path", {
3956
3963
  d: "M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"
3957
- }, "0"), /* @__PURE__ */ _jsx18("path", {
3964
+ }, "0"), /* @__PURE__ */ _jsx19("path", {
3958
3965
  d: "m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"
3959
3966
  }, "1")], "KeyboardDoubleArrowDown");
3960
3967
 
3961
3968
  // node_modules/@mui/icons-material/LastPage.mjs
3962
- import { jsx as _jsx19 } from "react/jsx-runtime";
3963
- var LastPage_default = createSvgIcon(/* @__PURE__ */ _jsx19("path", {
3969
+ import { jsx as _jsx20 } from "react/jsx-runtime";
3970
+ var LastPage_default = createSvgIcon(/* @__PURE__ */ _jsx20("path", {
3964
3971
  d: "M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"
3965
3972
  }), "LastPage");
3966
3973
 
3967
3974
  // node_modules/@mui/icons-material/MoreHoriz.mjs
3968
- import { jsx as _jsx20 } from "react/jsx-runtime";
3969
- var MoreHoriz_default = createSvgIcon(/* @__PURE__ */ _jsx20("path", {
3975
+ import { jsx as _jsx21 } from "react/jsx-runtime";
3976
+ var MoreHoriz_default = createSvgIcon(/* @__PURE__ */ _jsx21("path", {
3970
3977
  d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
3971
3978
  }), "MoreHoriz");
3972
3979
 
3973
3980
  // node_modules/@mui/icons-material/PushPin.mjs
3974
- import { jsx as _jsx21 } from "react/jsx-runtime";
3975
- var PushPin_default = createSvgIcon(/* @__PURE__ */ _jsx21("path", {
3981
+ import { jsx as _jsx22 } from "react/jsx-runtime";
3982
+ var PushPin_default = createSvgIcon(/* @__PURE__ */ _jsx22("path", {
3976
3983
  fillRule: "evenodd",
3977
3984
  d: "M16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3"
3978
3985
  }), "PushPin");
3979
3986
 
3980
3987
  // node_modules/@mui/icons-material/RestartAlt.mjs
3981
- import { jsx as _jsx22 } from "react/jsx-runtime";
3982
- var RestartAlt_default = createSvgIcon(/* @__PURE__ */ _jsx22("path", {
3988
+ import { jsx as _jsx23 } from "react/jsx-runtime";
3989
+ var RestartAlt_default = createSvgIcon(/* @__PURE__ */ _jsx23("path", {
3983
3990
  d: "M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8m-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91"
3984
3991
  }), "RestartAlt");
3985
3992
 
3986
3993
  // node_modules/@mui/icons-material/Save.mjs
3987
- import { jsx as _jsx23 } from "react/jsx-runtime";
3988
- var Save_default = createSvgIcon(/* @__PURE__ */ _jsx23("path", {
3994
+ import { jsx as _jsx24 } from "react/jsx-runtime";
3995
+ var Save_default = createSvgIcon(/* @__PURE__ */ _jsx24("path", {
3989
3996
  d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"
3990
3997
  }), "Save");
3991
3998
 
3992
3999
  // node_modules/@mui/icons-material/SearchOff.mjs
3993
- import { jsx as _jsx24 } from "react/jsx-runtime";
3994
- var SearchOff_default = createSvgIcon([/* @__PURE__ */ _jsx24("path", {
4000
+ import { jsx as _jsx25 } from "react/jsx-runtime";
4001
+ var SearchOff_default = createSvgIcon([/* @__PURE__ */ _jsx25("path", {
3995
4002
  d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"
3996
- }, "0"), /* @__PURE__ */ _jsx24("path", {
4003
+ }, "0"), /* @__PURE__ */ _jsx25("path", {
3997
4004
  d: "M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"
3998
4005
  }, "1")], "SearchOff");
3999
4006
 
4000
4007
  // node_modules/@mui/icons-material/Sort.mjs
4001
- import { jsx as _jsx25 } from "react/jsx-runtime";
4002
- var Sort_default = createSvgIcon(/* @__PURE__ */ _jsx25("path", {
4008
+ import { jsx as _jsx26 } from "react/jsx-runtime";
4009
+ var Sort_default = createSvgIcon(/* @__PURE__ */ _jsx26("path", {
4003
4010
  d: "M3 18h6v-2H3zM3 6v2h18V6zm0 7h12v-2H3z"
4004
4011
  }), "Sort");
4005
4012
 
4006
4013
  // node_modules/@mui/icons-material/SyncAlt.mjs
4007
- import { jsx as _jsx26 } from "react/jsx-runtime";
4008
- var SyncAlt_default = createSvgIcon(/* @__PURE__ */ _jsx26("path", {
4014
+ import { jsx as _jsx27 } from "react/jsx-runtime";
4015
+ var SyncAlt_default = createSvgIcon(/* @__PURE__ */ _jsx27("path", {
4009
4016
  d: "m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"
4010
4017
  }), "SyncAlt");
4011
4018
 
4012
4019
  // node_modules/@mui/icons-material/ViewColumn.mjs
4013
- import { jsx as _jsx27 } from "react/jsx-runtime";
4014
- var ViewColumn_default = createSvgIcon(/* @__PURE__ */ _jsx27("path", {
4020
+ import { jsx as _jsx28 } from "react/jsx-runtime";
4021
+ var ViewColumn_default = createSvgIcon(/* @__PURE__ */ _jsx28("path", {
4015
4022
  d: "M14.67 5v14H9.33V5zm1 14H21V5h-5.33zm-7.34 0V5H3v14z"
4016
4023
  }), "ViewColumn");
4017
4024
 
4018
4025
  // node_modules/@mui/icons-material/VisibilityOff.mjs
4019
- import { jsx as _jsx28 } from "react/jsx-runtime";
4020
- var VisibilityOff_default = createSvgIcon(/* @__PURE__ */ _jsx28("path", {
4026
+ import { jsx as _jsx29 } from "react/jsx-runtime";
4027
+ var VisibilityOff_default = createSvgIcon(/* @__PURE__ */ _jsx29("path", {
4021
4028
  d: "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"
4022
4029
  }), "VisibilityOff");
4023
4030
 
@@ -4930,7 +4937,7 @@ var useTimeField = (props) => {
4930
4937
  };
4931
4938
 
4932
4939
  // node_modules/@mui/x-date-pickers/TimeField/TimeField.mjs
4933
- import { jsx as _jsx29 } from "react/jsx-runtime";
4940
+ import { jsx as _jsx30 } from "react/jsx-runtime";
4934
4941
  var _excluded = ["slots", "slotProps"];
4935
4942
  var TimeField = /* @__PURE__ */ React3.forwardRef(function TimeField2(inProps, inRef) {
4936
4943
  const themeProps = useThemeProps({
@@ -4947,11 +4954,11 @@ var TimeField = /* @__PURE__ */ React3.forwardRef(function TimeField2(inProps, i
4947
4954
  externalForwardedProps: other
4948
4955
  });
4949
4956
  const fieldResponse = useTimeField(textFieldProps);
4950
- return /* @__PURE__ */ _jsx29(PickerFieldUIContextProvider, {
4957
+ return /* @__PURE__ */ _jsx30(PickerFieldUIContextProvider, {
4951
4958
  slots,
4952
4959
  slotProps,
4953
4960
  inputRef: other.inputRef,
4954
- children: /* @__PURE__ */ _jsx29(PickerFieldUI, {
4961
+ children: /* @__PURE__ */ _jsx30(PickerFieldUI, {
4955
4962
  fieldResponse,
4956
4963
  defaultOpenPickerIcon: ClockIcon
4957
4964
  })
@@ -5248,7 +5255,7 @@ function getTimePickerToolbarUtilityClass(slot) {
5248
5255
  var timePickerToolbarClasses = generateUtilityClasses("MuiTimePickerToolbar", ["root", "separator", "hourMinuteLabel", "hourMinuteLabelLandscape", "hourMinuteLabelReverse", "ampmSelection", "ampmLandscape", "ampmLabel"]);
5249
5256
 
5250
5257
  // node_modules/@mui/x-date-pickers/TimePicker/TimePickerToolbar.mjs
5251
- import { jsx as _jsx30, jsxs as _jsxs } from "react/jsx-runtime";
5258
+ import { jsx as _jsx31, jsxs as _jsxs } from "react/jsx-runtime";
5252
5259
  var _excluded2 = ["ampm", "ampmInClock", "className", "classes"];
5253
5260
  var useUtilityClasses = (classes, ownerState) => {
5254
5261
  const {
@@ -5369,7 +5376,7 @@ function TimePickerToolbar(inProps) {
5369
5376
  }
5370
5377
  return adapter.format(value, format);
5371
5378
  };
5372
- const separator = /* @__PURE__ */ _jsx30(TimePickerToolbarSeparator, {
5379
+ const separator = /* @__PURE__ */ _jsx31(TimePickerToolbarSeparator, {
5373
5380
  tabIndex: -1,
5374
5381
  value: ":",
5375
5382
  variant: "h3",
@@ -5385,19 +5392,19 @@ function TimePickerToolbar(inProps) {
5385
5392
  children: [/* @__PURE__ */ _jsxs(TimePickerToolbarHourMinuteLabel, {
5386
5393
  className: classes.hourMinuteLabel,
5387
5394
  ownerState,
5388
- children: [arrayIncludes(views, "hours") && /* @__PURE__ */ _jsx30(PickersToolbarButton, {
5395
+ children: [arrayIncludes(views, "hours") && /* @__PURE__ */ _jsx31(PickersToolbarButton, {
5389
5396
  tabIndex: -1,
5390
5397
  variant: "h3",
5391
5398
  onClick: () => setView("hours"),
5392
5399
  selected: view === "hours",
5393
5400
  value: formatSection(ampm ? "hours12h" : "hours24h")
5394
- }), arrayIncludes(views, ["hours", "minutes"]) && separator, arrayIncludes(views, "minutes") && /* @__PURE__ */ _jsx30(PickersToolbarButton, {
5401
+ }), arrayIncludes(views, ["hours", "minutes"]) && separator, arrayIncludes(views, "minutes") && /* @__PURE__ */ _jsx31(PickersToolbarButton, {
5395
5402
  tabIndex: -1,
5396
5403
  variant: "h3",
5397
5404
  onClick: () => setView("minutes"),
5398
5405
  selected: view === "minutes",
5399
5406
  value: formatSection("minutes")
5400
- }), arrayIncludes(views, ["minutes", "seconds"]) && separator, arrayIncludes(views, "seconds") && /* @__PURE__ */ _jsx30(PickersToolbarButton, {
5407
+ }), arrayIncludes(views, ["minutes", "seconds"]) && separator, arrayIncludes(views, "seconds") && /* @__PURE__ */ _jsx31(PickersToolbarButton, {
5401
5408
  variant: "h3",
5402
5409
  onClick: () => setView("seconds"),
5403
5410
  selected: view === "seconds",
@@ -5406,7 +5413,7 @@ function TimePickerToolbar(inProps) {
5406
5413
  }), showAmPmControl && /* @__PURE__ */ _jsxs(TimePickerToolbarAmPmSelection, {
5407
5414
  className: classes.ampmSelection,
5408
5415
  ownerState,
5409
- children: [/* @__PURE__ */ _jsx30(PickersToolbarButton, {
5416
+ children: [/* @__PURE__ */ _jsx31(PickersToolbarButton, {
5410
5417
  disableRipple: true,
5411
5418
  variant: "subtitle2",
5412
5419
  selected: meridiemMode === "am",
@@ -5414,7 +5421,7 @@ function TimePickerToolbar(inProps) {
5414
5421
  value: formatMeridiem(adapter, "am"),
5415
5422
  onClick: readOnly ? void 0 : () => handleMeridiemChange("am"),
5416
5423
  disabled
5417
- }), /* @__PURE__ */ _jsx30(PickersToolbarButton, {
5424
+ }), /* @__PURE__ */ _jsx31(PickersToolbarButton, {
5418
5425
  disableRipple: true,
5419
5426
  variant: "subtitle2",
5420
5427
  selected: meridiemMode === "pm",
@@ -6141,7 +6148,7 @@ MobileTimePicker.propTypes = {
6141
6148
  };
6142
6149
 
6143
6150
  // node_modules/@mui/x-date-pickers/TimePicker/TimePicker.mjs
6144
- import { jsx as _jsx31 } from "react/jsx-runtime";
6151
+ import { jsx as _jsx32 } from "react/jsx-runtime";
6145
6152
  var _excluded3 = ["desktopModeMediaQuery"];
6146
6153
  var TimePicker = /* @__PURE__ */ React7.forwardRef(function TimePicker2(inProps, ref) {
6147
6154
  const props = useThemeProps({
@@ -6155,11 +6162,11 @@ var TimePicker = /* @__PURE__ */ React7.forwardRef(function TimePicker2(inProps,
6155
6162
  defaultMatches: true
6156
6163
  });
6157
6164
  if (isDesktop) {
6158
- return /* @__PURE__ */ _jsx31(DesktopTimePicker, _extends({
6165
+ return /* @__PURE__ */ _jsx32(DesktopTimePicker, _extends({
6159
6166
  ref
6160
6167
  }, other));
6161
6168
  }
6162
- return /* @__PURE__ */ _jsx31(MobileTimePicker, _extends({
6169
+ return /* @__PURE__ */ _jsx32(MobileTimePicker, _extends({
6163
6170
  ref
6164
6171
  }, other));
6165
6172
  });
@@ -10019,7 +10026,7 @@ function BreakSessionsDialog({ open, onClose, agentId, agentName, startDate, end
10019
10026
  },
10020
10027
  maxWidth: "md",
10021
10028
  fullWidth: true,
10022
- PaperProps: { sx: { borderRadius: "12px", fontFamily: FONT, overflow: "hidden", boxShadow: "0 8px 32px rgba(0,0,0,0.18)", maxWidth: 640 } },
10029
+ slotProps: { paper: { sx: { borderRadius: "12px", fontFamily: FONT, overflow: "hidden", boxShadow: "0 8px 32px rgba(0,0,0,0.18)", maxWidth: 640 } } },
10023
10030
  children: [
10024
10031
  /* @__PURE__ */ jsxs2(
10025
10032
  DialogTitle_default,
@@ -10727,4 +10734,4 @@ export {
10727
10734
  * @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
10728
10735
  *)
10729
10736
  */
10730
- //# sourceMappingURL=agentPerformanceReport-CY4EEEFK.mjs.map
10737
+ //# sourceMappingURL=agentPerformanceReport-P7J5XJTA.mjs.map