@everymatrix/stage-mm-verification-report 1.0.43 → 1.0.45
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/app.component.css.map +2 -2
- package/main.js +19 -9
- package/main.js.map +1 -1
- package/package.json +1 -1
package/app.component.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["node_modules/modern-normalize/modern-normalize.css", "libs/shared/ui/styles/src/lib/styles.scss", "libs/shared/ui/styles/src/lib/variables.scss", "apps/reports/moneymatrix/verification/src/app/app.component.scss"],
|
|
4
|
-
"sourcesContent": ["/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n\tbox-sizing: border-box;\n}\n\nhtml {\n\t/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */\n\tfont-family:\n\t\tsystem-ui,\n\t\t'Segoe UI',\n\t\tRoboto,\n\t\tHelvetica,\n\t\tArial,\n\t\tsans-serif,\n\t\t'Apple Color Emoji',\n\t\t'Segoe UI Emoji';\n\tline-height: 1.15; /* 1. Correct the line height in all browsers. */\n\t-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */\n\ttab-size: 4; /* 3. Use a more readable tab size (opinionated). */\n}\n\n/*\nSections\n========\n*/\n\nbody {\n\tmargin: 0; /* Remove the margin in all browsers. */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n\tfont-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n\tfont-family:\n\t\tui-monospace,\n\t\tSFMono-Regular,\n\t\tConsolas,\n\t\t'Liberation Mono',\n\t\tMenlo,\n\t\tmonospace; /* 1 */\n\tfont-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n\tfont-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n\tfont-size: 75%;\n\tline-height: 0;\n\tposition: relative;\n\tvertical-align: baseline;\n}\n\nsub {\n\tbottom: -0.25em;\n}\n\nsup {\n\ttop: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\nCorrect table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n\tborder-color: currentcolor;\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n\tfont-family: inherit; /* 1 */\n\tfont-size: 100%; /* 1 */\n\tline-height: 1.15; /* 1 */\n\tmargin: 0; /* 2 */\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n\t-webkit-appearance: button;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n\tpadding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n\tvertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n\theight: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n\t-webkit-appearance: textfield; /* 1 */\n\toutline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n\t-webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n\t-webkit-appearance: button; /* 1 */\n\tfont: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n\tdisplay: list-item;\n}\n", "@use 'variables' as *;\r\n@import 'modern-normalize/modern-normalize.css';\r\n\r\n* {\r\n font-family: Inter, Arial, serif;\r\n caret-color: transparent !important;\r\n}\r\ninput,\r\ntextarea,\r\n[contenteditable='true'] {\r\n caret-color: auto !important;\r\n}\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.input:focus-visible {\r\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\r\n}\r\n\r\n.form-control-container {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 4px;\r\n font-size: 14px;\r\n line-height: 18px;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n font-weight: 400;\r\n cursor: pointer;\r\n position: relative;\r\n .form-control-label {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n font-style: $basicFontStyle;\r\n font-weight: $labelWeight;\r\n line-height: $textLineHeight;\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 4px;\r\n position: relative;\r\n }\r\n\r\n .form-control-field, .p-autocomplete-input {\r\n font-size: $formControlFont;\r\n color: $textPrimaryColor;\r\n font-weight: $formControlWeight;\r\n line-height: $textLineHeight;\r\n font-style: $basicFontStyle;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n width: 100%;\r\n }\r\n\r\n .form-control-error-message {\r\n font-size: $labelFont;\r\n color: $errorColor;\r\n margin-top: 2px;\r\n }\r\n\r\n .form-control-hint-message {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n margin-top: 2px;\r\n }\r\n}\r\n", "$labelColor: #4a5469;\r\n$labelFont: 12px;\r\n$labelWeight: 500;\r\n$textPrimaryColor: #252a34;\r\n$textLineHeight: 18px;\r\n$formControlFont: 14px;\r\n$formControlWeight: 400;\r\n$basicFontStyle: normal;\r\n$primaryColor: #0076dd;\r\n$secondaryColor: #5d6983;\r\n$errorColor: #d6421e;\r\n$whiteColor: #ffffff;\r\n$textTertiary: #7985a0;\r\n", "@use 'libs/shared/ui/styles/src/index.scss' as shared;\r\n\r\n.report-wrapper {\r\n padding: 24px;\r\n width: 100%;\r\n
|
|
5
|
-
"mappings": ";AAWA;AACA;AACA;AACC,cAAY;AACb;AAEA;AAEC;AAAA,IACC,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,mBAAmB;AAAA,IACnB;AACD,eAAa;AACb,4BAA0B;AAC1B,YAAU;AACX;AAOA;AACC,UAAQ;AACT;AAWA;AACA;AACC,eAAa;AACd;AAOA;AACA;AACA;AACA;AACC;AAAA,IACC,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,QAAQ;AAAA,IACR,iBAAiB;AAAA,IACjB,KAAK;AAAA,IACL;AACD,aAAW;AACZ;AAMA;AACC,aAAW;AACZ;AAMA;AACA;AACC,aAAW;AACX,eAAa;AACb,YAAU;AACV,kBAAgB;AACjB;AAEA;AACC,UAAQ;AACT;AAEA;AACC,OAAK;AACN;AAWA;AACC,gBAAc;AACf;AAYA;AACA;AACA;AACA;AACA;AACC,eAAa;AACb,aAAW;AACX,eAAa;AACb,UAAQ;AACT;AAMA;AACA,CAAC;AACD,CAAC;AACD,CAAC;AACA,sBAAoB;AACrB;AAMA;AACC,WAAS;AACV;AAMA;AACC,kBAAgB;AACjB;AAMA;AACA;AACC,UAAQ;AACT;AAOA,CAAC;AACA,sBAAoB;AACpB,kBAAgB;AACjB;AAMA;AACC,sBAAoB;AACrB;AAOA;AACC,sBAAoB;AACpB,QAAM;AACP;AAWA;AACC,WAAS;AACV;;;ACjNA;AACE;IAAA,KAAA;IAAA,KAAA;IAAA;AACA,eAAA;;AAEF;AAAA;AAAA,CAAA;AAGE,eAAA;;AAEF;AACE,UAAA;AACA,WAAA;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAME,UAAA;AACA,WAAA;;AAGF,CAAA,KAAA;AACE,cAAA,IAAA,IAAA,IAAA,IAAA,KAAA,CAAA,EAAA,GAAA,EAAA,GAAA,EAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,OAAA;AACA,aAAA;AACA,eAAA;AACA,wBAAA,YAAA;AACA,eAAA;AACA,UAAA;AACA,YAAA;;AACA,CAVF,uBAUE,CAAA;AACE,SC1CS;AD2CT,aC1CQ;AD2CR,cCrCa;ADsCb,eC3CU;AD4CV,eC1Ca;AD2Cb,WAAA;AACA,eAAA;AACA,OAAA;AACA,YAAA;;AAGF,CAtBF,uBAsBE,CAAA;AAAA,CAtBF,uBAsBE,CAAA;AACE,aCjDc;ADkDd,SCpDe;ADqDf,eClDgB;ADmDhB,eCrDa;ADsDb,cCnDa;ADoDb,wBAAA,YAAA;AACA,SAAA;;AAGF,CAhCF,uBAgCE,CAAA;AACE,aC/DQ;ADgER,SCvDS;ADwDT,cAAA;;AAGF,CAtCF,uBAsCE,CAAA;AACE,SCtES;ADuET,aCtEQ;ADuER,cAAA;;AEtEJ,CAAA;AACE,WAAA;AACA,SAAA;AACA,
|
|
4
|
+
"sourcesContent": ["/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n\tbox-sizing: border-box;\n}\n\nhtml {\n\t/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */\n\tfont-family:\n\t\tsystem-ui,\n\t\t'Segoe UI',\n\t\tRoboto,\n\t\tHelvetica,\n\t\tArial,\n\t\tsans-serif,\n\t\t'Apple Color Emoji',\n\t\t'Segoe UI Emoji';\n\tline-height: 1.15; /* 1. Correct the line height in all browsers. */\n\t-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */\n\ttab-size: 4; /* 3. Use a more readable tab size (opinionated). */\n}\n\n/*\nSections\n========\n*/\n\nbody {\n\tmargin: 0; /* Remove the margin in all browsers. */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n\tfont-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n\tfont-family:\n\t\tui-monospace,\n\t\tSFMono-Regular,\n\t\tConsolas,\n\t\t'Liberation Mono',\n\t\tMenlo,\n\t\tmonospace; /* 1 */\n\tfont-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n\tfont-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n\tfont-size: 75%;\n\tline-height: 0;\n\tposition: relative;\n\tvertical-align: baseline;\n}\n\nsub {\n\tbottom: -0.25em;\n}\n\nsup {\n\ttop: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\nCorrect table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n\tborder-color: currentcolor;\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n\tfont-family: inherit; /* 1 */\n\tfont-size: 100%; /* 1 */\n\tline-height: 1.15; /* 1 */\n\tmargin: 0; /* 2 */\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n\t-webkit-appearance: button;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n\tpadding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n\tvertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n\theight: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n\t-webkit-appearance: textfield; /* 1 */\n\toutline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n\t-webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n\t-webkit-appearance: button; /* 1 */\n\tfont: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n\tdisplay: list-item;\n}\n", "@use 'variables' as *;\r\n@import 'modern-normalize/modern-normalize.css';\r\n\r\n* {\r\n font-family: Inter, Arial, serif;\r\n caret-color: transparent !important;\r\n}\r\ninput,\r\ntextarea,\r\n[contenteditable='true'] {\r\n caret-color: auto !important;\r\n}\r\nbody {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.input:focus-visible {\r\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\r\n}\r\n\r\n.form-control-container {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 4px;\r\n font-size: 14px;\r\n line-height: 18px;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n font-weight: 400;\r\n cursor: pointer;\r\n position: relative;\r\n .form-control-label {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n font-style: $basicFontStyle;\r\n font-weight: $labelWeight;\r\n line-height: $textLineHeight;\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 4px;\r\n position: relative;\r\n }\r\n\r\n .form-control-field, .p-autocomplete-input {\r\n font-size: $formControlFont;\r\n color: $textPrimaryColor;\r\n font-weight: $formControlWeight;\r\n line-height: $textLineHeight;\r\n font-style: $basicFontStyle;\r\n font-variant-numeric: lining-nums tabular-nums;\r\n width: 100%;\r\n }\r\n\r\n .form-control-error-message {\r\n font-size: $labelFont;\r\n color: $errorColor;\r\n margin-top: 2px;\r\n }\r\n\r\n .form-control-hint-message {\r\n color: $labelColor;\r\n font-size: $labelFont;\r\n margin-top: 2px;\r\n }\r\n}\r\n", "$labelColor: #4a5469;\r\n$labelFont: 12px;\r\n$labelWeight: 500;\r\n$textPrimaryColor: #252a34;\r\n$textLineHeight: 18px;\r\n$formControlFont: 14px;\r\n$formControlWeight: 400;\r\n$basicFontStyle: normal;\r\n$primaryColor: #0076dd;\r\n$secondaryColor: #5d6983;\r\n$errorColor: #d6421e;\r\n$whiteColor: #ffffff;\r\n$textTertiary: #7985a0;\r\n", "@use 'libs/shared/ui/styles/src/index.scss' as shared;\r\n\r\n.report-wrapper {\r\n padding: 24px;\r\n width: 100%;\r\n min-height: calc(100vh - 85px);\r\n background-color: #f6f7f9;\r\n\r\n .report-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n margin-bottom: 24px;\r\n }\r\n\r\n .report-title {\r\n color: shared.$textPrimaryColor;\r\n font-size: 24px;\r\n font-style: normal;\r\n font-weight: 700;\r\n }\r\n\r\n .template-title {\r\n font-style: normal;\r\n margin-top: 5px;\r\n line-height: 20px;\r\n color: shared.$labelColor;\r\n font-size: 16px;\r\n font-weight: 700;\r\n }\r\n\r\n .table-toggle-container {\r\n display: inline-flex;\r\n align-items: center;\r\n gap: 5px;\r\n height: 36px;\r\n .table-toggle-label {\r\n color: shared.$textPrimaryColor;\r\n font-size: 14px;\r\n font-weight: 400;\r\n line-height: 18px;\r\n }\r\n .table-toggle {\r\n .p-toggleswitch {\r\n --p-toggleswitch-width: 36px;\r\n --p-toggleswitch-height: 20px;\r\n --p-toggleswitch-gap: 2px;\r\n --p-toggleswitch-handle-size: 14px;\r\n .p-toggleswitch-checked .p-toggleswitch-slider {\r\n background: shared.$primaryColor;\r\n }\r\n }\r\n .p-toggleswitch:not(.p-disabled):has(\r\n .p-toggleswitch-input:hover\r\n ).p-toggleswitch-checked\r\n .p-toggleswitch-slider {\r\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\r\n shared.$primaryColor;\r\n }\r\n }\r\n }\r\n\r\n lib-dm-input-text-lib::part(documents-modal-button-custom-styles) {\r\n padding-right: 42px !important;\r\n text-overflow: ellipsis !important;\r\n }\r\n}\r\n\r\n.panel-header-container {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n width: 100%;\r\n .panel-header-title {\r\n color: shared.$textTertiary;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 20px;\r\n }\r\n .panel-header-title-sub {\r\n font-size: 14px;\r\n font-weight: 500;\r\n line-height: 18px;\r\n margin-left: 16px;\r\n }\r\n .panel-header-right {\r\n display: flex;\r\n gap: 16px;\r\n }\r\n .panel-header-left {\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n }\r\n}\r\n\r\n.table-panel-container {\r\n margin-top: 20px;\r\n max-width: 100%;\r\n .panel-header-container {\r\n width: 100%;\r\n }\r\n}\r\n\r\n.spinner-wrapper {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.dialog-content {\r\n display: flex;\r\n flex-direction: column;\r\n gap: 10px;\r\n}\r\n\r\n.dialog-footer {\r\n display: flex;\r\n justify-content: space-between;\r\n margin-top: 24px;\r\n}\r\n\r\n.last-updated-checkbox {\r\n flex-direction: row;\r\n align-items: center;\r\n padding-top: 20px;\r\n gap: 5px;\r\n display: flex;\r\n}\r\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/main.js
CHANGED
|
@@ -23419,21 +23419,31 @@ var DmRangeDatePickerLibComponent = class _DmRangeDatePickerLibComponent {
|
|
|
23419
23419
|
const popEl = this.popover.container;
|
|
23420
23420
|
const parentEl = popEl.parentElement;
|
|
23421
23421
|
this.popoverOpened = true;
|
|
23422
|
-
if (popEl) {
|
|
23422
|
+
if (popEl && parentEl) {
|
|
23423
23423
|
popEl.style.left = "0px";
|
|
23424
|
-
popEl.style.top =
|
|
23425
|
-
|
|
23424
|
+
popEl.style.top = `${parentEl.offsetHeight}px`;
|
|
23425
|
+
popEl.style.bottom = "";
|
|
23426
|
+
requestAnimationFrame(() => {
|
|
23426
23427
|
const rect = popEl.getBoundingClientRect();
|
|
23427
23428
|
const parentRect = parentEl.getBoundingClientRect();
|
|
23428
|
-
const
|
|
23429
|
+
const popoverHeight = popEl.offsetHeight;
|
|
23430
|
+
const viewportHeight = window.innerHeight;
|
|
23431
|
+
const viewportWidth = window.innerWidth;
|
|
23432
|
+
const isClippedRight = rect.right > viewportWidth;
|
|
23433
|
+
const isClippedBottom = rect.bottom > viewportHeight;
|
|
23434
|
+
const spaceAbove = parentRect.top;
|
|
23429
23435
|
if (isClippedRight) {
|
|
23430
23436
|
popEl.style.left = `-${rect.width - parentRect.width}px`;
|
|
23431
23437
|
}
|
|
23432
|
-
const isClippedBottom = rect.bottom > window.innerHeight;
|
|
23433
23438
|
if (isClippedBottom) {
|
|
23434
|
-
|
|
23439
|
+
if (spaceAbove >= popoverHeight) {
|
|
23440
|
+
popEl.style.top = "";
|
|
23441
|
+
popEl.style.bottom = `${parentEl.offsetHeight}px`;
|
|
23442
|
+
} else {
|
|
23443
|
+
popEl.style.top = `-${(viewportHeight - (viewportHeight - popoverHeight)) / 2}px`;
|
|
23444
|
+
}
|
|
23435
23445
|
}
|
|
23436
|
-
}
|
|
23446
|
+
});
|
|
23437
23447
|
}
|
|
23438
23448
|
}
|
|
23439
23449
|
onPopoverClose() {
|
|
@@ -58805,7 +58815,7 @@ var AppComponent = class _AppComponent {
|
|
|
58805
58815
|
NgModel,
|
|
58806
58816
|
TemplateSelectModalComponent,
|
|
58807
58817
|
Checkbox
|
|
58808
|
-
], styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\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 {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* apps/reports/moneymatrix/verification/src/app/app.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\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 .form-control-label {\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 .form-control-field,\n.form-control-container .p-autocomplete-input {\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 .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.report-wrapper {\n padding: 24px;\n width: 100%;\n
|
|
58818
|
+
], styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\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 {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* apps/reports/moneymatrix/verification/src/app/app.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\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 .form-control-label {\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 .form-control-field,\n.form-control-container .p-autocomplete-input {\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 .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.report-wrapper {\n padding: 24px;\n width: 100%;\n min-height: calc(100vh - 85px);\n background-color: #f6f7f9;\n}\n.report-wrapper .report-header-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-bottom: 24px;\n}\n.report-wrapper .report-title {\n color: #252a34;\n font-size: 24px;\n font-style: normal;\n font-weight: 700;\n}\n.report-wrapper .template-title {\n font-style: normal;\n margin-top: 5px;\n line-height: 20px;\n color: #4a5469;\n font-size: 16px;\n font-weight: 700;\n}\n.report-wrapper .table-toggle-container {\n display: inline-flex;\n align-items: center;\n gap: 5px;\n height: 36px;\n}\n.report-wrapper .table-toggle-container .table-toggle-label {\n color: #252a34;\n font-size: 14px;\n font-weight: 400;\n line-height: 18px;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch {\n --p-toggleswitch-width: 36px;\n --p-toggleswitch-height: 20px;\n --p-toggleswitch-gap: 2px;\n --p-toggleswitch-handle-size: 14px;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch .p-toggleswitch-checked .p-toggleswitch-slider {\n background: #0076dd;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch:not(.p-disabled):has(.p-toggleswitch-input:hover).p-toggleswitch-checked .p-toggleswitch-slider {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.report-wrapper lib-dm-input-text-lib::part(documents-modal-button-custom-styles) {\n padding-right: 42px !important;\n text-overflow: ellipsis !important;\n}\n.panel-header-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n}\n.panel-header-container .panel-header-title {\n color: #7985a0;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n}\n.panel-header-container .panel-header-title-sub {\n font-size: 14px;\n font-weight: 500;\n line-height: 18px;\n margin-left: 16px;\n}\n.panel-header-container .panel-header-right {\n display: flex;\n gap: 16px;\n}\n.panel-header-container .panel-header-left {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.table-panel-container {\n margin-top: 20px;\n max-width: 100%;\n}\n.table-panel-container .panel-header-container {\n width: 100%;\n}\n.spinner-wrapper {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dialog-content {\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n.dialog-footer {\n display: flex;\n justify-content: space-between;\n margin-top: 24px;\n}\n.last-updated-checkbox {\n flex-direction: row;\n align-items: center;\n padding-top: 20px;\n gap: 5px;\n display: flex;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=app.component.css.map */\n'], encapsulation: 3, changeDetection: 0 });
|
|
58809
58819
|
};
|
|
58810
58820
|
(() => {
|
|
58811
58821
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadataAsync(AppComponent, () => [import("./chunk-C7TDIIUY.js").then((m) => m.Dialog)], (Dialog2) => {
|
|
@@ -59339,7 +59349,7 @@ var AppComponent = class _AppComponent {
|
|
|
59339
59349
|
} }\r
|
|
59340
59350
|
</div>\r
|
|
59341
59351
|
<lib-toast-message></lib-toast-message>\r
|
|
59342
|
-
`, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\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 {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* apps/reports/moneymatrix/verification/src/app/app.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\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 .form-control-label {\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 .form-control-field,\n.form-control-container .p-autocomplete-input {\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 .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.report-wrapper {\n padding: 24px;\n width: 100%;\n
|
|
59352
|
+
`, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\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 {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* apps/reports/moneymatrix/verification/src/app/app.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\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 .form-control-label {\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 .form-control-field,\n.form-control-container .p-autocomplete-input {\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 .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.report-wrapper {\n padding: 24px;\n width: 100%;\n min-height: calc(100vh - 85px);\n background-color: #f6f7f9;\n}\n.report-wrapper .report-header-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-bottom: 24px;\n}\n.report-wrapper .report-title {\n color: #252a34;\n font-size: 24px;\n font-style: normal;\n font-weight: 700;\n}\n.report-wrapper .template-title {\n font-style: normal;\n margin-top: 5px;\n line-height: 20px;\n color: #4a5469;\n font-size: 16px;\n font-weight: 700;\n}\n.report-wrapper .table-toggle-container {\n display: inline-flex;\n align-items: center;\n gap: 5px;\n height: 36px;\n}\n.report-wrapper .table-toggle-container .table-toggle-label {\n color: #252a34;\n font-size: 14px;\n font-weight: 400;\n line-height: 18px;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch {\n --p-toggleswitch-width: 36px;\n --p-toggleswitch-height: 20px;\n --p-toggleswitch-gap: 2px;\n --p-toggleswitch-handle-size: 14px;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch .p-toggleswitch-checked .p-toggleswitch-slider {\n background: #0076dd;\n}\n.report-wrapper .table-toggle-container .table-toggle .p-toggleswitch:not(.p-disabled):has(.p-toggleswitch-input:hover).p-toggleswitch-checked .p-toggleswitch-slider {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.report-wrapper lib-dm-input-text-lib::part(documents-modal-button-custom-styles) {\n padding-right: 42px !important;\n text-overflow: ellipsis !important;\n}\n.panel-header-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n}\n.panel-header-container .panel-header-title {\n color: #7985a0;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n}\n.panel-header-container .panel-header-title-sub {\n font-size: 14px;\n font-weight: 500;\n line-height: 18px;\n margin-left: 16px;\n}\n.panel-header-container .panel-header-right {\n display: flex;\n gap: 16px;\n}\n.panel-header-container .panel-header-left {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.table-panel-container {\n margin-top: 20px;\n max-width: 100%;\n}\n.table-panel-container .panel-header-container {\n width: 100%;\n}\n.spinner-wrapper {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.dialog-content {\n display: flex;\n flex-direction: column;\n gap: 10px;\n}\n.dialog-footer {\n display: flex;\n justify-content: space-between;\n margin-top: 24px;\n}\n.last-updated-checkbox {\n flex-direction: row;\n align-items: center;\n padding-top: 20px;\n gap: 5px;\n display: flex;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=app.component.css.map */\n'] }]
|
|
59343
59353
|
}], () => [], null);
|
|
59344
59354
|
});
|
|
59345
59355
|
})();
|