@everymatrix/stage-mm-verification-report 1.0.34 → 1.0.36

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,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 overflow: hidden;\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\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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",
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 overflow: hidden;\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
  }
@@ -1284,7 +1284,7 @@ var Action = class extends Subscription {
1284
1284
  constructor(scheduler, work) {
1285
1285
  super();
1286
1286
  }
1287
- schedule(state2, delay = 0) {
1287
+ schedule(state2, delay2 = 0) {
1288
1288
  return this;
1289
1289
  }
1290
1290
  };
@@ -1317,7 +1317,7 @@ var AsyncAction = class extends Action {
1317
1317
  this.work = work;
1318
1318
  this.pending = false;
1319
1319
  }
1320
- schedule(state2, delay = 0) {
1320
+ schedule(state2, delay2 = 0) {
1321
1321
  var _a;
1322
1322
  if (this.closed) {
1323
1323
  return this;
@@ -1326,18 +1326,18 @@ var AsyncAction = class extends Action {
1326
1326
  const id = this.id;
1327
1327
  const scheduler = this.scheduler;
1328
1328
  if (id != null) {
1329
- this.id = this.recycleAsyncId(scheduler, id, delay);
1329
+ this.id = this.recycleAsyncId(scheduler, id, delay2);
1330
1330
  }
1331
1331
  this.pending = true;
1332
- this.delay = delay;
1333
- this.id = (_a = this.id) !== null && _a !== void 0 ? _a : this.requestAsyncId(scheduler, this.id, delay);
1332
+ this.delay = delay2;
1333
+ this.id = (_a = this.id) !== null && _a !== void 0 ? _a : this.requestAsyncId(scheduler, this.id, delay2);
1334
1334
  return this;
1335
1335
  }
1336
- requestAsyncId(scheduler, _id, delay = 0) {
1337
- return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);
1336
+ requestAsyncId(scheduler, _id, delay2 = 0) {
1337
+ return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay2);
1338
1338
  }
1339
- recycleAsyncId(_scheduler, id, delay = 0) {
1340
- if (delay != null && this.delay === delay && this.pending === false) {
1339
+ recycleAsyncId(_scheduler, id, delay2 = 0) {
1340
+ if (delay2 != null && this.delay === delay2 && this.pending === false) {
1341
1341
  return id;
1342
1342
  }
1343
1343
  if (id != null) {
@@ -1345,12 +1345,12 @@ var AsyncAction = class extends Action {
1345
1345
  }
1346
1346
  return void 0;
1347
1347
  }
1348
- execute(state2, delay) {
1348
+ execute(state2, delay2) {
1349
1349
  if (this.closed) {
1350
1350
  return new Error("executing a cancelled action");
1351
1351
  }
1352
1352
  this.pending = false;
1353
- const error = this._execute(state2, delay);
1353
+ const error = this._execute(state2, delay2);
1354
1354
  if (error) {
1355
1355
  return error;
1356
1356
  } else if (this.pending === false && this.id != null) {
@@ -1398,8 +1398,8 @@ var Scheduler = class _Scheduler {
1398
1398
  this.schedulerActionCtor = schedulerActionCtor;
1399
1399
  this.now = now;
1400
1400
  }
1401
- schedule(work, delay = 0, state2) {
1402
- return new this.schedulerActionCtor(this, work).schedule(state2, delay);
1401
+ schedule(work, delay2 = 0, state2) {
1402
+ return new this.schedulerActionCtor(this, work).schedule(state2, delay2);
1403
1403
  }
1404
1404
  };
1405
1405
  Scheduler.now = dateTimestampProvider.now;
@@ -1733,15 +1733,15 @@ function process(asyncIterable, subscriber) {
1733
1733
  }
1734
1734
 
1735
1735
  // node_modules/rxjs/dist/esm/internal/util/executeSchedule.js
1736
- function executeSchedule(parentSubscription, scheduler, work, delay = 0, repeat = false) {
1736
+ function executeSchedule(parentSubscription, scheduler, work, delay2 = 0, repeat = false) {
1737
1737
  const scheduleSubscription = scheduler.schedule(function() {
1738
1738
  work();
1739
1739
  if (repeat) {
1740
- parentSubscription.add(this.schedule(null, delay));
1740
+ parentSubscription.add(this.schedule(null, delay2));
1741
1741
  } else {
1742
1742
  this.unsubscribe();
1743
1743
  }
1744
- }, delay);
1744
+ }, delay2);
1745
1745
  parentSubscription.add(scheduleSubscription);
1746
1746
  if (!repeat) {
1747
1747
  return scheduleSubscription;
@@ -1749,16 +1749,16 @@ function executeSchedule(parentSubscription, scheduler, work, delay = 0, repeat
1749
1749
  }
1750
1750
 
1751
1751
  // node_modules/rxjs/dist/esm/internal/operators/observeOn.js
1752
- function observeOn(scheduler, delay = 0) {
1752
+ function observeOn(scheduler, delay2 = 0) {
1753
1753
  return operate((source, subscriber) => {
1754
- source.subscribe(createOperatorSubscriber(subscriber, (value) => executeSchedule(subscriber, scheduler, () => subscriber.next(value), delay), () => executeSchedule(subscriber, scheduler, () => subscriber.complete(), delay), (err) => executeSchedule(subscriber, scheduler, () => subscriber.error(err), delay)));
1754
+ source.subscribe(createOperatorSubscriber(subscriber, (value) => executeSchedule(subscriber, scheduler, () => subscriber.next(value), delay2), () => executeSchedule(subscriber, scheduler, () => subscriber.complete(), delay2), (err) => executeSchedule(subscriber, scheduler, () => subscriber.error(err), delay2)));
1755
1755
  });
1756
1756
  }
1757
1757
 
1758
1758
  // node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js
1759
- function subscribeOn(scheduler, delay = 0) {
1759
+ function subscribeOn(scheduler, delay2 = 0) {
1760
1760
  return operate((source, subscriber) => {
1761
- subscriber.add(scheduler.schedule(() => source.subscribe(subscriber), delay));
1761
+ subscriber.add(scheduler.schedule(() => source.subscribe(subscriber), delay2));
1762
1762
  });
1763
1763
  }
1764
1764
 
@@ -2290,6 +2290,32 @@ function take(count) {
2290
2290
  });
2291
2291
  }
2292
2292
 
2293
+ // node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js
2294
+ function ignoreElements() {
2295
+ return operate((source, subscriber) => {
2296
+ source.subscribe(createOperatorSubscriber(subscriber, noop));
2297
+ });
2298
+ }
2299
+
2300
+ // node_modules/rxjs/dist/esm/internal/operators/mapTo.js
2301
+ function mapTo(value) {
2302
+ return map(() => value);
2303
+ }
2304
+
2305
+ // node_modules/rxjs/dist/esm/internal/operators/delayWhen.js
2306
+ function delayWhen(delayDurationSelector, subscriptionDelay) {
2307
+ if (subscriptionDelay) {
2308
+ return (source) => concat(subscriptionDelay.pipe(take(1), ignoreElements()), source.pipe(delayWhen(delayDurationSelector)));
2309
+ }
2310
+ return mergeMap((value, index) => innerFrom(delayDurationSelector(value, index)).pipe(take(1), mapTo(value)));
2311
+ }
2312
+
2313
+ // node_modules/rxjs/dist/esm/internal/operators/delay.js
2314
+ function delay(due, scheduler = asyncScheduler) {
2315
+ const duration = timer(due, scheduler);
2316
+ return delayWhen(() => duration);
2317
+ }
2318
+
2293
2319
  // node_modules/rxjs/dist/esm/internal/operators/finalize.js
2294
2320
  function finalize(callback) {
2295
2321
  return operate((source, subscriber) => {
@@ -2301,6 +2327,33 @@ function finalize(callback) {
2301
2327
  });
2302
2328
  }
2303
2329
 
2330
+ // node_modules/rxjs/dist/esm/internal/operators/retryWhen.js
2331
+ function retryWhen(notifier) {
2332
+ return operate((source, subscriber) => {
2333
+ let innerSub;
2334
+ let syncResub = false;
2335
+ let errors$;
2336
+ const subscribeForRetryWhen = () => {
2337
+ innerSub = source.subscribe(createOperatorSubscriber(subscriber, void 0, void 0, (err) => {
2338
+ if (!errors$) {
2339
+ errors$ = new Subject();
2340
+ innerFrom(notifier(errors$)).subscribe(createOperatorSubscriber(subscriber, () => innerSub ? subscribeForRetryWhen() : syncResub = true));
2341
+ }
2342
+ if (errors$) {
2343
+ errors$.next(err);
2344
+ }
2345
+ }));
2346
+ if (syncResub) {
2347
+ innerSub.unsubscribe();
2348
+ innerSub = null;
2349
+ syncResub = false;
2350
+ subscribeForRetryWhen();
2351
+ }
2352
+ };
2353
+ subscribeForRetryWhen();
2354
+ });
2355
+ }
2356
+
2304
2357
  // node_modules/rxjs/dist/esm/internal/operators/startWith.js
2305
2358
  function startWith(...values) {
2306
2359
  const scheduler = popScheduler(values);
@@ -13977,13 +14030,13 @@ var IdleScheduler = class _IdleScheduler {
13977
14030
  })
13978
14031
  );
13979
14032
  };
13980
- function onTimer(delay) {
13981
- return (callback, injector) => scheduleTimerTrigger(delay, callback, injector);
14033
+ function onTimer(delay2) {
14034
+ return (callback, injector) => scheduleTimerTrigger(delay2, callback, injector);
13982
14035
  }
13983
- function scheduleTimerTrigger(delay, callback, injector) {
14036
+ function scheduleTimerTrigger(delay2, callback, injector) {
13984
14037
  const scheduler = injector.get(TimerScheduler);
13985
14038
  const cleanupFn = () => scheduler.remove(callback);
13986
- scheduler.add(delay, callback);
14039
+ scheduler.add(delay2, callback);
13987
14040
  return cleanupFn;
13988
14041
  }
13989
14042
  var TimerScheduler = class _TimerScheduler {
@@ -14004,9 +14057,9 @@ var TimerScheduler = class _TimerScheduler {
14004
14057
  // the current callback invocation. The shape of this list is the same
14005
14058
  // as the shape of the `current` list.
14006
14059
  deferred = [];
14007
- add(delay, callback) {
14060
+ add(delay2, callback) {
14008
14061
  const target = this.executingCallbacks ? this.deferred : this.current;
14009
- this.addToQueue(target, Date.now() + delay, callback);
14062
+ this.addToQueue(target, Date.now() + delay2, callback);
14010
14063
  this.scheduleTimer();
14011
14064
  }
14012
14065
  remove(callback) {
@@ -16156,34 +16209,34 @@ function \u0275\u0275deferHydrateOnImmediate() {
16156
16209
  triggerHydrationFromBlockName(injector, ssrUniqueId);
16157
16210
  }
16158
16211
  }
16159
- function \u0275\u0275deferOnTimer(delay) {
16212
+ function \u0275\u0275deferOnTimer(delay2) {
16160
16213
  const lView = getLView();
16161
16214
  const tNode = getCurrentTNode();
16162
16215
  if (!shouldAttachTrigger(0, lView, tNode)) return;
16163
- scheduleDelayedTrigger(onTimer(delay));
16216
+ scheduleDelayedTrigger(onTimer(delay2));
16164
16217
  }
16165
- function \u0275\u0275deferPrefetchOnTimer(delay) {
16218
+ function \u0275\u0275deferPrefetchOnTimer(delay2) {
16166
16219
  const lView = getLView();
16167
16220
  const tNode = getCurrentTNode();
16168
16221
  if (!shouldAttachTrigger(1, lView, tNode)) return;
16169
16222
  scheduleDelayedPrefetching(
16170
- onTimer(delay),
16223
+ onTimer(delay2),
16171
16224
  5
16172
16225
  /* DeferBlockTrigger.Timer */
16173
16226
  );
16174
16227
  }
16175
- function \u0275\u0275deferHydrateOnTimer(delay) {
16228
+ function \u0275\u0275deferHydrateOnTimer(delay2) {
16176
16229
  const lView = getLView();
16177
16230
  const tNode = getCurrentTNode();
16178
16231
  if (!shouldAttachTrigger(2, lView, tNode)) return;
16179
16232
  const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
16180
16233
  hydrateTriggers.set(5, {
16181
- delay
16234
+ delay: delay2
16182
16235
  });
16183
16236
  if (false) {
16184
16237
  triggerDeferBlock(2, lView, tNode);
16185
16238
  } else {
16186
- scheduleDelayedHydrating(onTimer(delay), lView, tNode);
16239
+ scheduleDelayedHydrating(onTimer(delay2), lView, tNode);
16187
16240
  }
16188
16241
  }
16189
16242
  function \u0275\u0275deferOnHover(triggerIndex, walkUpTimes) {
@@ -28431,8 +28484,8 @@ var NoopAnimationPlayer = class {
28431
28484
  _position = 0;
28432
28485
  parentPlayer = null;
28433
28486
  totalTime;
28434
- constructor(duration = 0, delay = 0) {
28435
- this.totalTime = duration + delay;
28487
+ constructor(duration = 0, delay2 = 0) {
28488
+ this.totalTime = duration + delay2;
28436
28489
  }
28437
28490
  _onFinish() {
28438
28491
  if (!this._finished) {
@@ -28669,7 +28722,9 @@ export {
28669
28722
  catchError,
28670
28723
  concatMap,
28671
28724
  take,
28725
+ delay,
28672
28726
  finalize,
28727
+ retryWhen,
28673
28728
  startWith,
28674
28729
  switchMap,
28675
28730
  takeUntil,
@@ -28951,4 +29006,4 @@ export {
28951
29006
  * License: MIT
28952
29007
  *)
28953
29008
  */
28954
- //# sourceMappingURL=chunk-57JN4OKS.js.map
29009
+ //# sourceMappingURL=chunk-572KF4F3.js.map