ahs-cti 0.0.23 → 0.0.25
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/{agentDetailReport-LLYQYMML.mjs → agentDetailReport-6HFIDHTC.mjs} +2 -2
- package/dist/{agentPerformanceReport-HV2EGJLX.mjs → agentPerformanceReport-2CVLWA6O.mjs} +84 -75
- package/dist/agentPerformanceReport-2CVLWA6O.mjs.map +1 -0
- package/dist/{chunk-4ZGL3YV7.mjs → chunk-6AXXYS36.mjs} +2 -15
- package/dist/chunk-6AXXYS36.mjs.map +1 -0
- package/dist/index.d.mts +54 -1
- package/dist/index.d.ts +55 -2
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist-react/{agentDetailReport-5Z7TJCKZ.mjs → agentDetailReport-D4SIU3BC.mjs} +2 -2
- package/dist-react/{agentPerformanceReport-254GZV62.mjs → agentPerformanceReport-NOYTAUHK.mjs} +4 -2
- package/dist-react/agentPerformanceReport-NOYTAUHK.mjs.map +1 -0
- package/dist-react/{chunk-4ZGPGLF3.mjs → chunk-GE5Q5DRU.mjs} +1 -7
- package/dist-react/chunk-GE5Q5DRU.mjs.map +1 -0
- package/dist-react/index.d.mts +54 -1
- package/dist-react/index.d.ts +54 -1
- package/dist-react/index.js +6 -10
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +3 -3
- package/dist-react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/agentPerformanceReport-HV2EGJLX.mjs.map +0 -1
- package/dist/chunk-4ZGL3YV7.mjs.map +0 -1
- package/dist-react/agentPerformanceReport-254GZV62.mjs.map +0 -1
- package/dist-react/chunk-4ZGPGLF3.mjs.map +0 -1
- /package/dist/{agentDetailReport-LLYQYMML.mjs.map → agentDetailReport-6HFIDHTC.mjs.map} +0 -0
- /package/dist-react/{agentDetailReport-5Z7TJCKZ.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-
|
|
13
|
+
} from "./chunk-GE5Q5DRU.mjs";
|
|
14
14
|
import "./chunk-KRXHK4AU.mjs";
|
|
15
15
|
import "./chunk-LX6I32Y4.mjs";
|
|
16
16
|
import "./chunk-GKP4CDJS.mjs";
|
|
@@ -20,4 +20,4 @@ import "./chunk-SQSETW3L.mjs";
|
|
|
20
20
|
export {
|
|
21
21
|
agentDetailReport_default as default
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=agentDetailReport-
|
|
23
|
+
//# sourceMappingURL=agentDetailReport-D4SIU3BC.mjs.map
|
package/dist-react/{agentPerformanceReport-254GZV62.mjs → agentPerformanceReport-NOYTAUHK.mjs}
RENAMED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
agentDetailReport_default,
|
|
22
22
|
exportAgentBreakSessionsToExcel,
|
|
23
23
|
getAgentBreakSessions
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-GE5Q5DRU.mjs";
|
|
25
25
|
import {
|
|
26
26
|
PageHeader
|
|
27
27
|
} from "./chunk-KRXHK4AU.mjs";
|
|
@@ -8895,6 +8895,8 @@ function AgentPerformanceReportContent() {
|
|
|
8895
8895
|
enableDensityToggle: false,
|
|
8896
8896
|
enableFullScreenToggle: false,
|
|
8897
8897
|
enableSorting: true,
|
|
8898
|
+
enableSortingRemoval: false,
|
|
8899
|
+
enableMultiSort: false,
|
|
8898
8900
|
manualPagination: true,
|
|
8899
8901
|
rowCount: total,
|
|
8900
8902
|
onPaginationChange: setPagination,
|
|
@@ -8994,4 +8996,4 @@ export {
|
|
|
8994
8996
|
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
8995
8997
|
*)
|
|
8996
8998
|
*/
|
|
8997
|
-
//# sourceMappingURL=agentPerformanceReport-
|
|
8999
|
+
//# sourceMappingURL=agentPerformanceReport-NOYTAUHK.mjs.map
|