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