@react-querybuilder/core 8.20.1-alpha.0 → 8.20.2

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.
@@ -1278,7 +1278,7 @@ const defaultRuleGroupProcessorTanStackDB = (ruleGroup, options) => (refs) => {
1278
1278
  };
1279
1279
  //#endregion
1280
1280
  //#region src/utils/formatQuery/defaultRuleGroupProcessorDiagnostics.ts
1281
- const numericInputTypes = new Set([
1281
+ const numericInputTypes = /* @__PURE__ */ new Set([
1282
1282
  "number",
1283
1283
  "range",
1284
1284
  "bigint"
@@ -2918,7 +2918,7 @@ const defaultFormatQueryOptions = {
2918
2918
  translations: {},
2919
2919
  operatorMap: {}
2920
2920
  };
2921
- const valueProcessorCanActAsRuleProcessor = new Set([
2921
+ const valueProcessorCanActAsRuleProcessor = /* @__PURE__ */ new Set([
2922
2922
  "cel",
2923
2923
  "drizzle",
2924
2924
  "elasticsearch",
@@ -2932,7 +2932,7 @@ const valueProcessorCanActAsRuleProcessor = new Set([
2932
2932
  "spel",
2933
2933
  "tanstack_db"
2934
2934
  ]);
2935
- const sqlFormats = new Set([
2935
+ const sqlFormats = /* @__PURE__ */ new Set([
2936
2936
  "sql",
2937
2937
  "parameterized",
2938
2938
  "parameterized_named",