From e452cf654fde8cc106ea312efe5fc671cb9f4f65 Mon Sep 17 00:00:00 2001 From: David Keyworth Date: Thu, 19 Dec 2024 12:41:02 -0500 Subject: [PATCH] feat(ConditionBuilder): Added some automation values for testing purposes --- .../condition-definitions/date-condition.definition.ts | 8 ++++---- .../date-time-condition.definition.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/novo-elements/src/elements/query-builder/condition-definitions/date-condition.definition.ts b/projects/novo-elements/src/elements/query-builder/condition-definitions/date-condition.definition.ts index cc7b3e1ec..d69fa0980 100644 --- a/projects/novo-elements/src/elements/query-builder/condition-definitions/date-condition.definition.ts +++ b/projects/novo-elements/src/elements/query-builder/condition-definitions/date-condition.definition.ts @@ -36,10 +36,10 @@ import { NovoLabelService } from 'novo-elements/services'; - {{ labels.next7Days }} - {{ labels.past7Days }} - {{ labels.past30Days }} - {{ labels.past90Days }} + {{ labels.next7Days }} + {{ labels.past7Days }} + {{ labels.past30Days }} + {{ labels.past90Days }} diff --git a/projects/novo-elements/src/elements/query-builder/condition-definitions/date-time-condition.definition.ts b/projects/novo-elements/src/elements/query-builder/condition-definitions/date-time-condition.definition.ts index b47bce93d..8118663a5 100644 --- a/projects/novo-elements/src/elements/query-builder/condition-definitions/date-time-condition.definition.ts +++ b/projects/novo-elements/src/elements/query-builder/condition-definitions/date-time-condition.definition.ts @@ -42,10 +42,10 @@ import { NovoLabelService } from 'novo-elements/services'; - {{ labels.next7Days }} - {{ labels.past7Days }} - {{ labels.past30Days }} - {{ labels.past90Days }} + {{ labels.next7Days }} + {{ labels.past7Days }} + {{ labels.past30Days }} + {{ labels.past90Days }}