cat-qw-lib 1.0.77 → 1.0.78
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/fesm2022/cat-qw-lib.mjs +12 -12
- package/fesm2022/cat-qw-lib.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -5901,18 +5901,18 @@ class QueueRecordTableBuilderService extends TableBuilder {
|
|
|
5901
5901
|
});
|
|
5902
5902
|
//---------------------will remove this code and index in params later----code start---------////////
|
|
5903
5903
|
// Inject dummy tasks data for first 5 records only
|
|
5904
|
-
const dummyTasks = ['0/0', '5/0', '0/5', '1/6', '1/4', '1/13'];
|
|
5905
|
-
if (index < 5) {
|
|
5906
|
-
|
|
5907
|
-
}
|
|
5908
|
-
const dummytaskCompletionPercent = [100, 0, 100, 14.29, 20, 7.14];
|
|
5909
|
-
if (index < 5) {
|
|
5910
|
-
|
|
5911
|
-
}
|
|
5912
|
-
const dummyPeding = ['100 days', '10 days', '98 days', '53 days', '75 days', '14 days'];
|
|
5913
|
-
if (index < 5) {
|
|
5914
|
-
|
|
5915
|
-
}
|
|
5904
|
+
// const dummyTasks = ['0/0', '5/0', '0/5', '1/6', '1/4', '1/13'];
|
|
5905
|
+
// if (index < 5) {
|
|
5906
|
+
// record.tasks = dummyTasks[index];
|
|
5907
|
+
// }
|
|
5908
|
+
// const dummytaskCompletionPercent = [100, 0, 100, 14.29, 20, 7.14];
|
|
5909
|
+
// if (index < 5) {
|
|
5910
|
+
// record.taskCompletionPercent = dummytaskCompletionPercent[index];
|
|
5911
|
+
// }
|
|
5912
|
+
// const dummyPeding = ['100 days', '10 days', '98 days', '53 days', '75 days', '14 days'];
|
|
5913
|
+
// if (index < 5) {
|
|
5914
|
+
// record.pending = dummyPeding[index];
|
|
5915
|
+
// }
|
|
5916
5916
|
//---------------------will remove this code and index in params later----code end---------////////
|
|
5917
5917
|
// console.log("-------record", record);
|
|
5918
5918
|
// Attach row-level ngClass expression for dynamic row styling
|