@everymatrix/stage-mm-verification-report 1.0.38 → 1.0.40
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 +43 -19
- 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: [
|
|
@@ -58263,6 +58265,11 @@ var AppComponent = class _AppComponent {
|
|
|
58263
58265
|
}
|
|
58264
58266
|
buildFilterForm(all, values) {
|
|
58265
58267
|
this.filterForm = new FormGroup({});
|
|
58268
|
+
const fieldsToExclude = [
|
|
58269
|
+
"verification_updated_date",
|
|
58270
|
+
"documents_expiry_date",
|
|
58271
|
+
"documents_created_date"
|
|
58272
|
+
];
|
|
58266
58273
|
all.forEach((field) => {
|
|
58267
58274
|
let def = values && values[field.field_id] || null;
|
|
58268
58275
|
const validators = [];
|
|
@@ -58272,7 +58279,7 @@ var AppComponent = class _AppComponent {
|
|
|
58272
58279
|
def = this.domainLookupsSignal().map((l) => l.lookup_key);
|
|
58273
58280
|
}
|
|
58274
58281
|
}
|
|
58275
|
-
if (!values && field.
|
|
58282
|
+
if (!values && field.field_data_type === "TIMESTAMP" && !fieldsToExclude.includes(field.field_id)) {
|
|
58276
58283
|
def = {
|
|
58277
58284
|
alias: "custom",
|
|
58278
58285
|
start: (0, import_moment2.default)().startOf("day").toDate(),
|
|
@@ -58533,14 +58540,10 @@ var AppComponent = class _AppComponent {
|
|
|
58533
58540
|
clearFilters() {
|
|
58534
58541
|
const defaults = {
|
|
58535
58542
|
merchant_name: this.domainLookupsSignal()?.length ? this.domainLookupsSignal().map((l) => l.lookup_key) : [],
|
|
58536
|
-
verification_creation_date: {
|
|
58537
|
-
alias: "custom",
|
|
58538
|
-
start: (0, import_moment2.default)().startOf("day").toDate(),
|
|
58539
|
-
end: (0, import_moment2.default)().endOf("day").toDate()
|
|
58540
|
-
},
|
|
58541
58543
|
show_last_verification: true
|
|
58542
58544
|
};
|
|
58543
58545
|
this.filterForm.reset(defaults);
|
|
58546
|
+
this.applyDefaultPeriods(true, false);
|
|
58544
58547
|
this.filterForm.markAsPristine();
|
|
58545
58548
|
this.filterForm.markAsUntouched();
|
|
58546
58549
|
}
|
|
@@ -58615,6 +58618,7 @@ var AppComponent = class _AppComponent {
|
|
|
58615
58618
|
applyConfigurationFields(event2) {
|
|
58616
58619
|
this.isTemplateSaved.set(false);
|
|
58617
58620
|
this.visibleFieldsSignal.set(event2.fieldsToShow);
|
|
58621
|
+
this.applyDefaultPeriods(false, true);
|
|
58618
58622
|
}
|
|
58619
58623
|
applyDocumentField() {
|
|
58620
58624
|
const fieldsMap = {
|
|
@@ -58656,6 +58660,26 @@ var AppComponent = class _AppComponent {
|
|
|
58656
58660
|
}
|
|
58657
58661
|
this.scrollHeight = isPanelOpened ? 350 : 400;
|
|
58658
58662
|
}
|
|
58663
|
+
applyDefaultPeriods(onClearFilters = false, onApplyConfigurationFields = false) {
|
|
58664
|
+
if (!this.filterForm || !this.visibleFieldsSignal())
|
|
58665
|
+
return;
|
|
58666
|
+
const fieldsToExclude = [
|
|
58667
|
+
"verification_updated_date",
|
|
58668
|
+
"documents_expiry_date",
|
|
58669
|
+
"documents_created_date"
|
|
58670
|
+
];
|
|
58671
|
+
const visibleFieldsSignal = this.visibleFieldsSignal().filter((item) => !fieldsToExclude.includes(item.field_id));
|
|
58672
|
+
Object.keys(this.filterForm.controls).forEach((control) => {
|
|
58673
|
+
const field = visibleFieldsSignal.find((item) => item["field_id"] == control);
|
|
58674
|
+
if (field && field["field_data_type"] === "TIMESTAMP" && (!this.getControl(control)?.value && onClearFilters || onApplyConfigurationFields && !this.getControl(control)?.touched && !this.getControl(control)?.dirty)) {
|
|
58675
|
+
this.filterForm.controls[control].reset({
|
|
58676
|
+
alias: "custom",
|
|
58677
|
+
start: (0, import_moment2.default)().startOf("day").toDate(),
|
|
58678
|
+
end: (0, import_moment2.default)().endOf("day").toDate()
|
|
58679
|
+
});
|
|
58680
|
+
}
|
|
58681
|
+
});
|
|
58682
|
+
}
|
|
58659
58683
|
static \u0275fac = function AppComponent_Factory(__ngFactoryType__) {
|
|
58660
58684
|
return new (__ngFactoryType__ || _AppComponent)();
|
|
58661
58685
|
};
|