@everymatrix/stage-mm-verification-report 1.0.48 → 1.1.0

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.
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DomainsOverloadModalComponent
3
- } from "./chunk-JFOMKAHM.js";
4
- import "./chunk-IZYMSKEV.js";
3
+ } from "./chunk-5K6TODDU.js";
4
+ import "./chunk-ILY5KFAW.js";
5
5
  import "./chunk-2SMQV2OO.js";
6
6
  import "./chunk-57JN4OKS.js";
7
7
  export {
8
8
  DomainsOverloadModalComponent
9
9
  };
10
- //# sourceMappingURL=chunk-2SYPYTGW.js.map
10
+ //# sourceMappingURL=chunk-WO5OURZE.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-IZYMSKEV.js";
3
+ } from "./chunk-ILY5KFAW.js";
4
4
  import {
5
5
  BaseComponent,
6
6
  BaseStyle,
@@ -450,4 +450,4 @@ export {
450
450
  ProgressSpinnerModule,
451
451
  DeleteTemplateModalComponent
452
452
  };
453
- //# sourceMappingURL=chunk-XM5CXKZB.js.map
453
+ //# sourceMappingURL=chunk-Y5KSVMMR.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-XM5CXKZB.js"><link rel="modulepreload" href="chunk-JFOMKAHM.js"><link rel="modulepreload" href="chunk-IZYMSKEV.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>
11
+ <link rel="modulepreload" href="chunk-Y5KSVMMR.js"><link rel="modulepreload" href="chunk-5K6TODDU.js"><link rel="modulepreload" href="chunk-ILY5KFAW.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,13 +1,14 @@
1
1
  import {
2
2
  ProgressSpinner,
3
3
  ProgressSpinnerModule
4
- } from "./chunk-XM5CXKZB.js";
4
+ } from "./chunk-Y5KSVMMR.js";
5
5
  import {
6
6
  DomainsOverloadModalComponent
7
- } from "./chunk-JFOMKAHM.js";
7
+ } from "./chunk-5K6TODDU.js";
8
8
  import {
9
9
  ApiHandlerService,
10
10
  BrowserModule,
11
+ DATE_HINTS,
11
12
  DAY_OF_MONTH_OPTIONS,
12
13
  DAY_OF_WEEK_OPTIONS,
13
14
  DmButtonLibComponent,
@@ -23,6 +24,7 @@ import {
23
24
  TEMPORARY_TEMPLATE_WARNING,
24
25
  TIME_OPTIONS,
25
26
  TemplateService,
27
+ TimePeriod,
26
28
  TracingInfoService,
27
29
  UiGridCommonService,
28
30
  VerificationRequestBodyStrategy,
@@ -36,7 +38,7 @@ import {
36
38
  provideHttpClient,
37
39
  require_moment,
38
40
  withInterceptors
39
- } from "./chunk-IZYMSKEV.js";
41
+ } from "./chunk-ILY5KFAW.js";
40
42
  import {
41
43
  $dt,
42
44
  AutoFocus,
@@ -23029,93 +23031,6 @@ function DmRangeDatePickerLibComponent_For_20_Template(rf, ctx) {
23029
23031
  \u0275\u0275textInterpolate(item_r7.value);
23030
23032
  }
23031
23033
  }
23032
- var TimePeriod;
23033
- (function(TimePeriod2) {
23034
- TimePeriod2["Today"] = "today";
23035
- TimePeriod2["Yesterday"] = "yesterday";
23036
- TimePeriod2["CurrentWeek"] = "current_week";
23037
- TimePeriod2["CurrentMonth"] = "current_month";
23038
- TimePeriod2["CurrentQuarter"] = "current_quarter";
23039
- TimePeriod2["LastMonth"] = "last_month";
23040
- TimePeriod2["LastQuarter"] = "last_quarter";
23041
- TimePeriod2["Last30Days"] = "last_30_days";
23042
- TimePeriod2["CurrentYear"] = "current_year";
23043
- TimePeriod2["Custom"] = "custom";
23044
- })(TimePeriod || (TimePeriod = {}));
23045
- var DATE_HINTS = [
23046
- {
23047
- name: "Today",
23048
- dateAlias: TimePeriod.Today,
23049
- interval: {
23050
- start: (0, import_moment.default)().startOf("day").toDate(),
23051
- end: (0, import_moment.default)().endOf("day").toDate()
23052
- }
23053
- },
23054
- {
23055
- name: "Yesterday",
23056
- dateAlias: TimePeriod.Yesterday,
23057
- interval: {
23058
- start: (0, import_moment.default)().subtract(1, "days").startOf("day").toDate(),
23059
- end: (0, import_moment.default)().subtract(1, "days").endOf("day").toDate()
23060
- }
23061
- },
23062
- {
23063
- name: "Current Week",
23064
- dateAlias: TimePeriod.CurrentWeek,
23065
- interval: {
23066
- start: (0, import_moment.default)().startOf("isoWeek").startOf("day").toDate(),
23067
- end: (0, import_moment.default)().endOf("day").toDate()
23068
- }
23069
- },
23070
- {
23071
- name: "Current Month",
23072
- dateAlias: TimePeriod.CurrentMonth,
23073
- interval: {
23074
- start: (0, import_moment.default)().startOf("month").startOf("day").toDate(),
23075
- end: (0, import_moment.default)().endOf("day").toDate()
23076
- }
23077
- },
23078
- {
23079
- name: "Current Quarter",
23080
- dateAlias: TimePeriod.CurrentQuarter,
23081
- interval: {
23082
- start: (0, import_moment.default)().startOf("quarter").startOf("day").toDate(),
23083
- end: (0, import_moment.default)().endOf("day").toDate()
23084
- }
23085
- },
23086
- {
23087
- name: "Last Month",
23088
- dateAlias: TimePeriod.LastMonth,
23089
- interval: {
23090
- start: (0, import_moment.default)().subtract(1, "months").startOf("month").startOf("day").toDate(),
23091
- end: (0, import_moment.default)().subtract(1, "months").endOf("month").endOf("day").toDate()
23092
- }
23093
- },
23094
- {
23095
- name: "Last Quarter",
23096
- dateAlias: TimePeriod.LastQuarter,
23097
- interval: {
23098
- start: (0, import_moment.default)().subtract(1, "quarter").startOf("quarter").startOf("day").toDate(),
23099
- end: (0, import_moment.default)().subtract(1, "quarter").endOf("quarter").endOf("day").toDate()
23100
- }
23101
- },
23102
- {
23103
- name: "Last 30 Days",
23104
- dateAlias: TimePeriod.Last30Days,
23105
- interval: {
23106
- start: (0, import_moment.default)().subtract(30, "days").startOf("day").toDate(),
23107
- end: (0, import_moment.default)().subtract(1, "day").endOf("day").toDate()
23108
- }
23109
- },
23110
- {
23111
- name: "Current Year",
23112
- dateAlias: TimePeriod.CurrentYear,
23113
- interval: {
23114
- start: (0, import_moment.default)().startOf("year").startOf("day").toDate(),
23115
- end: (0, import_moment.default)().endOf("day").toDate()
23116
- }
23117
- }
23118
- ];
23119
23034
  var endDateRequired = (control) => {
23120
23035
  const dates = control.value;
23121
23036
  if (dates && dates.length && !dates[1]) {
@@ -23792,7 +23707,7 @@ var DmRangeDatePickerLibComponent = class _DmRangeDatePickerLibComponent {
23792
23707
  }] });
23793
23708
  })();
23794
23709
  (() => {
23795
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmRangeDatePickerLibComponent, { className: "DmRangeDatePickerLibComponent", filePath: "libs/components/dm-range-date-picker-lib/src/lib/dm-range-date-picker-lib/dm-range-date-picker-lib.component.ts", lineNumber: 186 });
23710
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DmRangeDatePickerLibComponent, { className: "DmRangeDatePickerLibComponent", filePath: "libs/components/dm-range-date-picker-lib/src/lib/dm-range-date-picker-lib/dm-range-date-picker-lib.component.ts", lineNumber: 80 });
23796
23711
  })();
23797
23712
 
23798
23713
  // node_modules/@angular/core/fesm2022/rxjs-interop.mjs
@@ -53858,7 +53773,7 @@ var DmDatePickerLibComponent = class _DmDatePickerLibComponent {
53858
53773
 
53859
53774
  // libs/shared/ui/components/src/lib/modals/send-settings-modal/send-settings-modal.ts
53860
53775
  var _forTrack04 = ($index, $item) => $item.dag_id;
53861
- var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)];
53776
+ var SendSettingsModalComponent_Defer_3_DepsFn = () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)];
53862
53777
  var _c026 = () => ({ "width": "460px", "max-height": "540px" });
53863
53778
  var _c151 = () => ({ width: "20px", height: "20px" });
53864
53779
  var _c237 = () => ({ "min-width": "720px" });
@@ -54693,7 +54608,7 @@ var SendSettingsModalComponent = class _SendSettingsModalComponent {
54693
54608
  ], 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 });
54694
54609
  };
54695
54610
  (() => {
54696
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54611
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(SendSettingsModalComponent, () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)], (DeleteTemplateModalComponent) => {
54697
54612
  setClassMetadata(SendSettingsModalComponent, [{
54698
54613
  type: Component,
54699
54614
  args: [{ selector: "lib-send-settings-modal", standalone: true, imports: [
@@ -55150,8 +55065,8 @@ Are you sure you want to delete the schedule?"\r
55150
55065
 
55151
55066
  // libs/shared/ui/components/src/lib/modals/template-select-modal/template-select-modal.ts
55152
55067
  var _forTrack05 = ($index, $item) => $item.template_id;
55153
- var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent)];
55154
- var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-2SYPYTGW.js").then((m) => m.DomainsOverloadModalComponent)];
55068
+ var TemplateSelectModalComponent_Defer_12_DepsFn = () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent)];
55069
+ var TemplateSelectModalComponent_Defer_16_DepsFn = () => [import("./chunk-WO5OURZE.js").then((m) => m.DomainsOverloadModalComponent)];
55155
55070
  var _c027 = (a0) => ({ "selected-row": a0 });
55156
55071
  var _c158 = () => ({ position: "relative" });
55157
55072
  var _c238 = () => ({ width: "16px", height: "16px" });
@@ -55680,7 +55595,7 @@ var TemplateSelectModalComponent = class _TemplateSelectModalComponent {
55680
55595
  ], 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 });
55681
55596
  };
55682
55597
  (() => {
55683
- (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-G2LXKUIO.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-2SYPYTGW.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55598
+ (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(TemplateSelectModalComponent, () => [import("./chunk-6PYNOELZ.js").then((m) => m.DeleteTemplateModalComponent), import("./chunk-WO5OURZE.js").then((m) => m.DomainsOverloadModalComponent)], (DeleteTemplateModalComponent, DomainsOverloadModalComponent2) => {
55684
55599
  setClassMetadata(TemplateSelectModalComponent, [{
55685
55600
  type: Component,
55686
55601
  args: [{ selector: "lib-template-select-modal", standalone: true, imports: [