@everymatrix/stage-mm-verification-report 1.1.53 → 1.1.54

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,6 +1,6 @@
1
1
  import {
2
2
  DmButtonLibComponent
3
- } from "./chunk-IYLEQFZO.js";
3
+ } from "./chunk-H23OX7UI.js";
4
4
  import {
5
5
  Dialog,
6
6
  DialogModule,
@@ -219,4 +219,4 @@ var DomainsOverloadModalComponent = class _DomainsOverloadModalComponent {
219
219
  export {
220
220
  DomainsOverloadModalComponent
221
221
  };
222
- //# sourceMappingURL=chunk-2NP6GXZX.js.map
222
+ //# sourceMappingURL=chunk-263OX4ZL.js.map
@@ -37511,10 +37511,11 @@ var RulesUsageRequestBodyStrategy = class _RulesUsageRequestBodyStrategy {
37511
37511
  if (value !== null) {
37512
37512
  if (field.field_data_type === "dateRange" && value) {
37513
37513
  const { start, end, alias } = value;
37514
- if (start && end || alias && alias !== "custom") {
37514
+ const isPredefinedPeriod = alias && alias !== "custom";
37515
+ if (start && end || isPredefinedPeriod) {
37515
37516
  let startDate = start;
37516
37517
  let endDate = end;
37517
- if (alias) {
37518
+ if (isPredefinedPeriod) {
37518
37519
  startDate = dateTransform(alias, "start");
37519
37520
  endDate = dateTransform(alias, "end");
37520
37521
  }
@@ -37795,4 +37796,4 @@ crypto-js/mode-ctr-gladman.js:
37795
37796
  * License: MIT
37796
37797
  *)
37797
37798
  */
37798
- //# sourceMappingURL=chunk-IYLEQFZO.js.map
37799
+ //# sourceMappingURL=chunk-H23OX7UI.js.map