@everymatrix/stage-mm-verification-report 1.0.39 → 1.0.41
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/{chunk-YEHJXZLH.js → chunk-56BPDXDC.js} +2 -2
- package/{chunk-4SSH756B.js → chunk-5SLGHNOA.js} +3 -3
- package/{chunk-HWFI3JTS.js → chunk-LQWEMMSH.js} +2 -2
- package/{chunk-IAW45NHK.js → chunk-XSSG23CW.js} +3 -3
- package/{chunk-IAW45NHK.js.map → chunk-XSSG23CW.js.map} +1 -1
- package/{chunk-7AQWQFWM.js → chunk-YS5YUIJD.js} +3 -3
- package/index.html +1 -1
- package/main.js +30 -22
- package/main.js.map +1 -1
- package/package.json +1 -1
- /package/{chunk-YEHJXZLH.js.map → chunk-56BPDXDC.js.map} +0 -0
- /package/{chunk-4SSH756B.js.map → chunk-5SLGHNOA.js.map} +0 -0
- /package/{chunk-HWFI3JTS.js.map → chunk-LQWEMMSH.js.map} +0 -0
- /package/{chunk-7AQWQFWM.js.map → chunk-YS5YUIJD.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DomainsOverloadModalComponent
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-LQWEMMSH.js";
|
|
4
|
+
import "./chunk-XSSG23CW.js";
|
|
5
5
|
import "./chunk-2SMQV2OO.js";
|
|
6
6
|
import "./chunk-57JN4OKS.js";
|
|
7
7
|
export {
|
|
8
8
|
DomainsOverloadModalComponent
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=chunk-
|
|
10
|
+
//# sourceMappingURL=chunk-YS5YUIJD.js.map
|
package/index.html
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
<link rel="stylesheet" href="styles.css"></head>
|
|
9
9
|
<body>
|
|
10
10
|
<everymatrix-mm-verification-report></everymatrix-mm-verification-report>
|
|
11
|
-
<link rel="modulepreload" href="chunk-
|
|
11
|
+
<link rel="modulepreload" href="chunk-56BPDXDC.js"><link rel="modulepreload" href="chunk-LQWEMMSH.js"><link rel="modulepreload" href="chunk-XSSG23CW.js"><link rel="modulepreload" href="chunk-2SMQV2OO.js"><link rel="modulepreload" href="chunk-57JN4OKS.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
12
12
|
</html>
|
package/main.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ProgressSpinner,
|
|
3
3
|
ProgressSpinnerModule
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-56BPDXDC.js";
|
|
5
5
|
import {
|
|
6
6
|
DomainsOverloadModalComponent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LQWEMMSH.js";
|
|
8
8
|
import {
|
|
9
9
|
ApiHandlerService,
|
|
10
10
|
BrowserModule,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
provideHttpClient,
|
|
36
36
|
require_moment,
|
|
37
37
|
withInterceptors
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-XSSG23CW.js";
|
|
39
39
|
import {
|
|
40
40
|
$dt,
|
|
41
41
|
AutoFocus,
|
|
@@ -52363,7 +52363,7 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
|
|
|
52363
52363
|
return of(null);
|
|
52364
52364
|
}
|
|
52365
52365
|
return this.getSchedules(template, reportKey).pipe(take(1), switchMap((schedulesData) => {
|
|
52366
|
-
const deleteObservables = schedulesData.flatMap((schedule) => schedule.schedules.map((scheduleItem) => from(this.sendingService.deleteSchedule(template.domain_id, scheduleItem.schedule_id))));
|
|
52366
|
+
const deleteObservables = schedulesData.flatMap((schedule) => schedule.schedules.map((scheduleItem) => from(this.sendingService.deleteSchedule(template.domain_id, scheduleItem.schedule_id, scheduleItem.schedule_group_id))));
|
|
52367
52367
|
return deleteObservables.length > 0 ? forkJoin(deleteObservables) : of(null);
|
|
52368
52368
|
}));
|
|
52369
52369
|
}
|
|
@@ -52553,7 +52553,7 @@ var SaveTemplateModalComponent = class _SaveTemplateModalComponent {
|
|
|
52553
52553
|
}], () => [], null);
|
|
52554
52554
|
})();
|
|
52555
52555
|
(() => {
|
|
52556
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(SaveTemplateModalComponent, { className: "SaveTemplateModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.ts", lineNumber:
|
|
52556
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(SaveTemplateModalComponent, { className: "SaveTemplateModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/save-template-modal/save-template-modal.component.ts", lineNumber: 162 });
|
|
52557
52557
|
})();
|
|
52558
52558
|
|
|
52559
52559
|
// node_modules/primeng/fesm2022/primeng-dragdrop.mjs
|
|
@@ -53841,7 +53841,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
|
|
|
53841
53841
|
|
|
53842
53842
|
// libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
|
|
53843
53843
|
var _forTrack04 = ($index, $item) => $item.dag_id;
|
|
53844
|
-
var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-
|
|
53844
|
+
var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)];
|
|
53845
53845
|
var _c026 = () => ({ "width": "460px", "max-height": "540px" });
|
|
53846
53846
|
var _c151 = () => ({ width: "20px", height: "20px" });
|
|
53847
53847
|
var _c237 = () => ({ "min-width": "720px" });
|
|
@@ -54136,7 +54136,8 @@ function SendSettingsModalComponent_Conditional_1_Conditional_1_For_20_Template(
|
|
|
54136
54136
|
const ctx_r1 = \u0275\u0275nextContext(3);
|
|
54137
54137
|
ctx_r1.showDeleteConfirmation.set(true);
|
|
54138
54138
|
ctx_r1.mailTo = item_r8.connection_details.email_to;
|
|
54139
|
-
|
|
54139
|
+
ctx_r1.scheduleId = item_r8.schedule_id;
|
|
54140
|
+
return \u0275\u0275resetView(ctx_r1.scheduleGroupId = item_r8.schedule_group_id);
|
|
54140
54141
|
});
|
|
54141
54142
|
\u0275\u0275namespaceSVG();
|
|
54142
54143
|
\u0275\u0275elementStart(18, "svg", 47);
|
|
@@ -54302,6 +54303,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
|
|
|
54302
54303
|
currentReport;
|
|
54303
54304
|
mailTo = "";
|
|
54304
54305
|
scheduleId = "";
|
|
54306
|
+
scheduleGroupId = "";
|
|
54305
54307
|
fileNameVariables = this.sendingService.fileNameVariables;
|
|
54306
54308
|
onceFileNameVariables = this.sendingService.fileNameVariables.filter(({ id }) => id !== "schedule_name");
|
|
54307
54309
|
constructor(fb, apiTracingInfo) {
|
|
@@ -54524,7 +54526,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
|
|
|
54524
54526
|
}
|
|
54525
54527
|
deleteSchedule() {
|
|
54526
54528
|
this.loading.set(true);
|
|
54527
|
-
this.sendingService.deleteSchedule(this.selectedTemplate().domain_id, this.scheduleId).pipe(take(1), switchMap((schedule) => {
|
|
54529
|
+
this.sendingService.deleteSchedule(this.selectedTemplate().domain_id, this.scheduleId, this.scheduleGroupId).pipe(take(1), switchMap((schedule) => {
|
|
54528
54530
|
const remainingItems = this.scheduleItems().filter((t) => t.schedule_id !== schedule.schedule_id);
|
|
54529
54531
|
if (!remainingItems.length) {
|
|
54530
54532
|
return this.saveTemplate(false, this.mailTo).pipe(tap((template) => {
|
|
@@ -54672,7 +54674,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
|
|
|
54672
54674
|
], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] {\n display: flex;\n gap: 40px;\n margin-bottom: 20px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n margin-left: 5px;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .radio-button[_ngcontent-%COMP%] {\n display: flex;\n align-items: baseline;\n}\n.radio-buttons-container[_ngcontent-%COMP%] .p-radiobutton-box[_ngcontent-%COMP%]:hover {\n background: #ebf4fc !important;\n}\n.form-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.list-table[_ngcontent-%COMP%] {\n width: 100%;\n border-collapse: collapse;\n table-layout: auto;\n margin-top: 24px;\n}\n.list-table[_ngcontent-%COMP%] th[_ngcontent-%COMP%], \n.list-table[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n padding: 11px 12px;\n font-size: 14px;\n font-weight: 400;\n text-align: left;\n border-bottom: 1px solid #edeff2;\n vertical-align: middle;\n height: 40px;\n min-width: 160px;\n max-width: 200px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.list-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] {\n background: #f6f7f9;\n}\n.list-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n font-weight: 600;\n font-size: 12px;\n color: #4a5469;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover {\n background: #eaeef3;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-actions[_ngcontent-%COMP%] {\n display: flex;\n gap: 16px;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%] {\n padding: 4px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%]:hover {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.08);\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%]:active {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.22);\n}\n.list-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] .cell-icon[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n width: 16px;\n height: 16px;\n}\n.modal-footer[_ngcontent-%COMP%] {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n padding-top: 8px;\n margin-top: 24px;\n}\n.loading-state[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=send-settings-modal.css.map */'], changeDetection: 0 });
|
|
54673
54675
|
};
|
|
54674
54676
|
(() => {
|
|
54675
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-
|
|
54677
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
|
|
54676
54678
|
setClassMetadata(SendSettingsModalComponent, [{
|
|
54677
54679
|
type: Component,
|
|
54678
54680
|
args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
|
|
@@ -55076,7 +55078,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
|
|
|
55076
55078
|
</span>\r
|
|
55077
55079
|
<span\r
|
|
55078
55080
|
class="cell-icon"\r
|
|
55079
|
-
(click)="showDeleteConfirmation.set(true); mailTo = item.connection_details.email_to; scheduleId = item.schedule_id"\r
|
|
55081
|
+
(click)="showDeleteConfirmation.set(true); mailTo = item.connection_details.email_to; scheduleId = item.schedule_id; scheduleGroupId = item.schedule_group_id;"\r
|
|
55080
55082
|
>\r
|
|
55081
55083
|
<svg\r
|
|
55082
55084
|
xmlns="http://www.w3.org/2000/svg"\r
|
|
@@ -55128,8 +55130,8 @@ Are you sure you want to delete the schedule?"\r
|
|
|
55128
55130
|
|
|
55129
55131
|
// libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
|
|
55130
55132
|
var _forTrack05 = ($index, $item) => $item.template_id;
|
|
55131
|
-
var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-
|
|
55132
|
-
var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-
|
|
55133
|
+
var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent)];
|
|
55134
|
+
var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-YS5YUIJD.js").then((m) => m.DomainsOverloadModalComponent)];
|
|
55133
55135
|
var _c027 = (a0) => ({ "selected-row": a0 });
|
|
55134
55136
|
var _c158 = () => ({ position: "relative" });
|
|
55135
55137
|
var _c238 = () => ({ width: "16px", height: "16px" });
|
|
@@ -55646,7 +55648,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
|
|
|
55646
55648
|
], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.popover-container[_ngcontent-%COMP%] {\n padding: 24px;\n max-height: 390px;\n overflow-y: scroll;\n}\n.popover-container[_ngcontent-%COMP%]::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n background: #fff;\n z-index: 999999;\n}\n.popover-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb {\n border-radius: 5px;\n background: #9aa6bc;\n}\n.template-list-search[_ngcontent-%COMP%] {\n position: relative;\n margin-bottom: 24px;\n width: 50%;\n}\n.template-list-search[_ngcontent-%COMP%]:hover .clear-icon[_ngcontent-%COMP%] {\n display: block;\n}\n.template-list-search[_ngcontent-%COMP%] .search-input[_ngcontent-%COMP%] {\n width: 100%;\n padding-inline: 36px;\n border-color: #bcc2d0;\n}\n.template-list-search[_ngcontent-%COMP%] .search-input[_ngcontent-%COMP%]:focus {\n border-color: #0076dd;\n}\n.template-list-search[_ngcontent-%COMP%] .clear-icon[_ngcontent-%COMP%] {\n display: none;\n position: absolute;\n right: 12px;\n transform: translateY(-50%);\n top: 50%;\n width: 12px;\n height: 12px;\n color: #5d6983;\n background: #ffffff;\n cursor: pointer;\n}\n.template-list-search[_ngcontent-%COMP%] .search-icon[_ngcontent-%COMP%] {\n position: absolute;\n left: 12px;\n transform: translateY(-50%);\n top: 50%;\n width: 16px;\n height: 16px;\n}\n.template-list[_ngcontent-%COMP%] {\n width: 100%;\n min-width: 600px;\n min-height: 50px;\n}\n.template-list[_ngcontent-%COMP%] .template-row-content[_ngcontent-%COMP%] {\n cursor: pointer;\n height: 40px;\n}\n.template-list[_ngcontent-%COMP%] .template-row-content[_ngcontent-%COMP%]:hover {\n background: #eaeef3;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] {\n display: flex;\n border-bottom: 1px solid #edeff2;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell[_ngcontent-%COMP%] {\n width: 200px;\n padding: 11px 12px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-name[_ngcontent-%COMP%], \n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-desc[_ngcontent-%COMP%] {\n color: #252a34;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-name[_ngcontent-%COMP%] .tooltip-label[_ngcontent-%COMP%], \n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-desc[_ngcontent-%COMP%] .tooltip-label[_ngcontent-%COMP%] {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: 200px;\n display: inline-block;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%] {\n cursor: pointer;\n padding: 4px;\n width: 24px;\n height: 24px;\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%]:hover {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.08);\n}\n.template-list[_ngcontent-%COMP%] .template-row[_ngcontent-%COMP%] .cell.cell-actions[_ngcontent-%COMP%] .action[_ngcontent-%COMP%]:active {\n border-radius: 4px;\n background: rgba(93, 105, 131, 0.22);\n}\n.template-list[_ngcontent-%COMP%] .selected-row[_ngcontent-%COMP%] {\n background-color: rgba(0, 118, 221, 0.12);\n}\n.template-list[_ngcontent-%COMP%] .template-row-header[_ngcontent-%COMP%] {\n background: #f6f7f9;\n}\n.template-list[_ngcontent-%COMP%] .template-row-header[_ngcontent-%COMP%] .cell-header[_ngcontent-%COMP%] {\n font-style: normal;\n line-height: 18px;\n font-weight: 600;\n font-size: 12px;\n color: #4a5469;\n}\n.template-list[_ngcontent-%COMP%] .empty-container[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 50px;\n color: #4a5469;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n.template-list[_ngcontent-%COMP%] .loading-state[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=template-select-modal.css.map */'], changeDetection: 0 });
|
|
55647
55649
|
};
|
|
55648
55650
|
(() => {
|
|
55649
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-
|
|
55651
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-5SLGHNOA.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-YS5YUIJD.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
|
|
55650
55652
|
setClassMetadata(TemplateSelectModalComponent, [{
|
|
55651
55653
|
type: Component,
|
|
55652
55654
|
args: [{ selector: "lib-template-select-modal", standalone: true, imports: [
|
|
@@ -58142,7 +58144,8 @@ var AppComponent = class _AppComponent {
|
|
|
58142
58144
|
}
|
|
58143
58145
|
const tpl = this.templateSignal();
|
|
58144
58146
|
const all = this.allFieldsSignal();
|
|
58145
|
-
this.
|
|
58147
|
+
const visibleFields = this.visibleFieldsSignal();
|
|
58148
|
+
this.buildFilterForm(all, visibleFields, tpl?.input_params.fieldValues);
|
|
58146
58149
|
this.showReportTable.set(false);
|
|
58147
58150
|
this.tableLoading = false;
|
|
58148
58151
|
this.effectRef.destroy();
|
|
@@ -58261,13 +58264,14 @@ var AppComponent = class _AppComponent {
|
|
|
58261
58264
|
});
|
|
58262
58265
|
return columns;
|
|
58263
58266
|
}
|
|
58264
|
-
buildFilterForm(all, values) {
|
|
58267
|
+
buildFilterForm(all, visibleFields, values) {
|
|
58265
58268
|
this.filterForm = new FormGroup({});
|
|
58266
58269
|
const fieldsToExclude = [
|
|
58267
58270
|
"verification_updated_date",
|
|
58268
58271
|
"documents_expiry_date",
|
|
58269
58272
|
"documents_created_date"
|
|
58270
58273
|
];
|
|
58274
|
+
const visibleFieldsIds = visibleFields.map((item) => item.field_id);
|
|
58271
58275
|
all.forEach((field) => {
|
|
58272
58276
|
let def = values && values[field.field_id] || null;
|
|
58273
58277
|
const validators = [];
|
|
@@ -58277,7 +58281,7 @@ var AppComponent = class _AppComponent {
|
|
|
58277
58281
|
def = this.domainLookupsSignal().map((l) => l.lookup_key);
|
|
58278
58282
|
}
|
|
58279
58283
|
}
|
|
58280
|
-
if (!values && field.field_data_type === "TIMESTAMP" && !fieldsToExclude.includes(field.field_id)) {
|
|
58284
|
+
if (!values && field.field_data_type === "TIMESTAMP" && !fieldsToExclude.includes(field.field_id) && visibleFieldsIds.includes(field.field_id)) {
|
|
58281
58285
|
def = {
|
|
58282
58286
|
alias: "custom",
|
|
58283
58287
|
start: (0, import_moment2.default)().startOf("day").toDate(),
|
|
@@ -58541,7 +58545,7 @@ var AppComponent = class _AppComponent {
|
|
|
58541
58545
|
show_last_verification: true
|
|
58542
58546
|
};
|
|
58543
58547
|
this.filterForm.reset(defaults);
|
|
58544
|
-
this.
|
|
58548
|
+
this.applyDefaultValues(true, false);
|
|
58545
58549
|
this.filterForm.markAsPristine();
|
|
58546
58550
|
this.filterForm.markAsUntouched();
|
|
58547
58551
|
}
|
|
@@ -58616,7 +58620,7 @@ var AppComponent = class _AppComponent {
|
|
|
58616
58620
|
applyConfigurationFields(event2) {
|
|
58617
58621
|
this.isTemplateSaved.set(false);
|
|
58618
58622
|
this.visibleFieldsSignal.set(event2.fieldsToShow);
|
|
58619
|
-
this.
|
|
58623
|
+
this.applyDefaultValues(false, true);
|
|
58620
58624
|
}
|
|
58621
58625
|
applyDocumentField() {
|
|
58622
58626
|
const fieldsMap = {
|
|
@@ -58658,7 +58662,7 @@ var AppComponent = class _AppComponent {
|
|
|
58658
58662
|
}
|
|
58659
58663
|
this.scrollHeight = isPanelOpened ? 350 : 400;
|
|
58660
58664
|
}
|
|
58661
|
-
|
|
58665
|
+
applyDefaultValues(onClearFilters = false, onApplyConfigurationFields = false) {
|
|
58662
58666
|
if (!this.filterForm || !this.visibleFieldsSignal())
|
|
58663
58667
|
return;
|
|
58664
58668
|
const fieldsToExclude = [
|
|
@@ -58666,15 +58670,19 @@ var AppComponent = class _AppComponent {
|
|
|
58666
58670
|
"documents_expiry_date",
|
|
58667
58671
|
"documents_created_date"
|
|
58668
58672
|
];
|
|
58669
|
-
const
|
|
58673
|
+
const visibleFields = this.visibleFieldsSignal();
|
|
58674
|
+
const filteredVisibleFields = visibleFields.filter((item) => !fieldsToExclude.includes(item.field_id));
|
|
58670
58675
|
Object.keys(this.filterForm.controls).forEach((control) => {
|
|
58671
|
-
const
|
|
58672
|
-
|
|
58676
|
+
const visibleField = visibleFields.find((item) => item["field_id"] == control);
|
|
58677
|
+
const filteredVisibleField = filteredVisibleFields.find((item) => item["field_id"] == control);
|
|
58678
|
+
if (visibleField && filteredVisibleField && filteredVisibleField["field_data_type"] === "TIMESTAMP" && (!this.getControl(control)?.value && onClearFilters || onApplyConfigurationFields && !this.getControl(control)?.touched && !this.getControl(control)?.dirty)) {
|
|
58673
58679
|
this.filterForm.controls[control].reset({
|
|
58674
58680
|
alias: "custom",
|
|
58675
58681
|
start: (0, import_moment2.default)().startOf("day").toDate(),
|
|
58676
58682
|
end: (0, import_moment2.default)().endOf("day").toDate()
|
|
58677
58683
|
});
|
|
58684
|
+
} else if (onApplyConfigurationFields && !visibleField && this.getControl(control)?.value && control !== "show_last_verification") {
|
|
58685
|
+
this.filterForm.controls[control].reset();
|
|
58678
58686
|
}
|
|
58679
58687
|
});
|
|
58680
58688
|
}
|