+
+
+ {#if ruleCondition[row?.rule] === "between"}
+
+
+ handleValueInput(e, row?.rule, 0)}
+ class="ios-zoom-fix block max-w-[3.5rem] rounded-sm placeholder:text-gray-200 font-normal p-1 text-sm shadow-sm focus:border-blue-500 focus:ring-blue-500 bg-secondary"
+ />
+
+ &
+
+
+ handleValueInput(e, row?.rule, 1)}
+ class="ios-zoom-fix block max-w-[3.5rem] rounded-sm placeholder:text-gray-200 font-normal p-1 text-sm shadow-sm focus:border-blue-500 focus:ring-blue-500 bg-secondary"
+ />
+
+ {:else}
+
+ handleValueInput(e, row?.rule)}
+ class="ios-zoom-fix block max-w-[4.8rem] rounded-sm placeholder:text-gray-200 font-normal p-1 text-sm shadow-sm focus:border-blue-500 focus:ring-blue-500 bg-secondary"
+ />
+ {/if}
+
+ {#if ["over", "under"]?.includes(ruleCondition[ruleName]?.toLowerCase())}
+
+
+
+
+ {/if}
+
{:else}
@@ -1352,22 +1545,48 @@ function sendMessage(message) {
{/if}