@react-querybuilder/core 8.11.1 → 8.12.0

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.
Files changed (103) hide show
  1. package/dist/{basic-BeKPP0_1.d.ts → basic-DbvrfPNz.d.mts} +39 -4
  2. package/dist/{basic-B4vXboTG.d.mts → basic-o1-sYjK6.d.ts} +39 -4
  3. package/dist/chunk-BxBTb9qk.js +39 -0
  4. package/dist/chunk-DrjzjjTJ.mjs +23 -0
  5. package/dist/chunk-Dv2ph0Ay.js +23 -0
  6. package/dist/cjs/react-querybuilder_core.cjs.development.d.ts +131 -53
  7. package/dist/cjs/react-querybuilder_core.cjs.development.js +36 -39
  8. package/dist/cjs/react-querybuilder_core.cjs.development.js.map +1 -1
  9. package/dist/cjs/react-querybuilder_core.cjs.production.d.ts +131 -53
  10. package/dist/cjs/react-querybuilder_core.cjs.production.js +1 -1
  11. package/dist/cjs/react-querybuilder_core.cjs.production.js.map +1 -1
  12. package/dist/{convertQuery-CqX3rPvj.mjs → convertQuery-Cj4t-LT4.mjs} +2 -2
  13. package/dist/{convertQuery-CqX3rPvj.mjs.map → convertQuery-Cj4t-LT4.mjs.map} +1 -1
  14. package/dist/{convertQuery-DAqoID3O.js → convertQuery-DuY_BJHy.js} +3 -3
  15. package/dist/{convertQuery-DAqoID3O.js.map → convertQuery-DuY_BJHy.js.map} +1 -1
  16. package/dist/{export-BjRt-qrK.d.mts → export-CCULKoP4.d.mts} +2 -2
  17. package/dist/{export-CQB0nuvW.d.ts → export-WDHFbiPz.d.ts} +2 -2
  18. package/dist/formatQuery.d.mts +15 -3
  19. package/dist/formatQuery.d.ts +15 -3
  20. package/dist/formatQuery.js +172 -425
  21. package/dist/formatQuery.js.map +1 -1
  22. package/dist/formatQuery.mjs +4 -257
  23. package/dist/formatQuery.mjs.map +1 -1
  24. package/dist/{import-Dvayhrgj.d.ts → import-BSWb9Vgd.d.ts} +2 -2
  25. package/dist/{import-Bc_p8ls9.d.mts → import-CLyHpgk8.d.mts} +2 -2
  26. package/dist/{isRuleGroup-CYcfPgbg.mjs → isRuleGroup-BcfwGaIN.mjs} +1 -1
  27. package/dist/{isRuleGroup-CYcfPgbg.mjs.map → isRuleGroup-BcfwGaIN.mjs.map} +1 -1
  28. package/dist/{isRuleGroup-DqAs2x4E.js → isRuleGroup-Do9KKsmt.js} +2 -40
  29. package/dist/{isRuleGroup-DqAs2x4E.js.map → isRuleGroup-Do9KKsmt.js.map} +1 -1
  30. package/dist/parseCEL.d.mts +32 -7
  31. package/dist/parseCEL.d.ts +32 -7
  32. package/dist/parseCEL.js +181 -12
  33. package/dist/parseCEL.js.map +1 -1
  34. package/dist/parseCEL.mjs +174 -8
  35. package/dist/parseCEL.mjs.map +1 -1
  36. package/dist/parseJSONata.d.mts +2 -2
  37. package/dist/parseJSONata.d.ts +2 -2
  38. package/dist/parseJSONata.js +6 -5
  39. package/dist/parseJSONata.js.map +1 -1
  40. package/dist/parseJSONata.mjs +3 -3
  41. package/dist/parseJsonLogic.d.mts +3 -3
  42. package/dist/parseJsonLogic.d.ts +3 -3
  43. package/dist/parseJsonLogic.js +10 -11
  44. package/dist/parseJsonLogic.js.map +1 -1
  45. package/dist/parseJsonLogic.mjs +4 -5
  46. package/dist/parseJsonLogic.mjs.map +1 -1
  47. package/dist/parseMongoDB.d.mts +2 -2
  48. package/dist/parseMongoDB.d.ts +2 -2
  49. package/dist/parseMongoDB.js +20 -21
  50. package/dist/parseMongoDB.js.map +1 -1
  51. package/dist/parseMongoDB.mjs +4 -5
  52. package/dist/parseMongoDB.mjs.map +1 -1
  53. package/dist/parseSQL.d.mts +2 -2
  54. package/dist/parseSQL.d.ts +2 -2
  55. package/dist/parseSQL.js +10 -13
  56. package/dist/parseSQL.js.map +1 -1
  57. package/dist/parseSQL.mjs +3 -5
  58. package/dist/parseSQL.mjs.map +1 -1
  59. package/dist/parseSpEL.d.mts +2 -2
  60. package/dist/parseSpEL.d.ts +2 -2
  61. package/dist/parseSpEL.js +7 -7
  62. package/dist/parseSpEL.js.map +1 -1
  63. package/dist/parseSpEL.mjs +3 -4
  64. package/dist/parseSpEL.mjs.map +1 -1
  65. package/dist/{prepareQueryObjects-DPCC-iHp.mjs → prepareQueryObjects-BfnyRV5t.mjs} +4 -3
  66. package/dist/{prepareQueryObjects-DPCC-iHp.mjs.map → prepareQueryObjects-BfnyRV5t.mjs.map} +1 -1
  67. package/dist/{prepareQueryObjects-BOUWfel5.js → prepareQueryObjects-DCtJJrF5.js} +14 -13
  68. package/dist/prepareQueryObjects-DCtJJrF5.js.map +1 -0
  69. package/dist/react-querybuilder_core.d.mts +131 -53
  70. package/dist/react-querybuilder_core.legacy-esm.d.ts +131 -53
  71. package/dist/react-querybuilder_core.legacy-esm.js +43 -21
  72. package/dist/react-querybuilder_core.legacy-esm.js.map +1 -1
  73. package/dist/react-querybuilder_core.mjs +36 -14
  74. package/dist/react-querybuilder_core.mjs.map +1 -1
  75. package/dist/react-querybuilder_core.production.d.mts +131 -53
  76. package/dist/react-querybuilder_core.production.mjs +1 -1
  77. package/dist/react-querybuilder_core.production.mjs.map +1 -1
  78. package/dist/{transformQuery-DCCpjtyq.mjs → transformQuery-Bq4iyYsE.mjs} +9 -2
  79. package/dist/{transformQuery-DCCpjtyq.mjs.map → transformQuery-Bq4iyYsE.mjs.map} +1 -1
  80. package/dist/{transformQuery-CWDPogO5.js → transformQuery-DvJTAvkh.js} +10 -3
  81. package/dist/{transformQuery-CWDPogO5.js.map → transformQuery-DvJTAvkh.js.map} +1 -1
  82. package/dist/transformQuery.d.mts +1 -1
  83. package/dist/transformQuery.d.ts +1 -1
  84. package/dist/transformQuery.js +2 -2
  85. package/dist/transformQuery.mjs +2 -2
  86. package/dist/utils-CoYbYnVo.js +706 -0
  87. package/dist/utils-CoYbYnVo.js.map +1 -0
  88. package/dist/utils-DxH23QtE.mjs +514 -0
  89. package/dist/utils-DxH23QtE.mjs.map +1 -0
  90. package/package.json +15 -15
  91. package/dist/arrayUtils-A_OXU9W1.mjs +0 -50
  92. package/dist/arrayUtils-A_OXU9W1.mjs.map +0 -1
  93. package/dist/arrayUtils-QxZOZTf6.js +0 -73
  94. package/dist/arrayUtils-QxZOZTf6.js.map +0 -1
  95. package/dist/optGroupUtils-B0hTpodo.js +0 -251
  96. package/dist/optGroupUtils-B0hTpodo.js.map +0 -1
  97. package/dist/optGroupUtils-VeZ3k7-1.mjs +0 -185
  98. package/dist/optGroupUtils-VeZ3k7-1.mjs.map +0 -1
  99. package/dist/parseNumber-CXdMVNFx.mjs +0 -24
  100. package/dist/parseNumber-CXdMVNFx.mjs.map +0 -1
  101. package/dist/parseNumber-D4iQDxK-.js +0 -31
  102. package/dist/parseNumber-D4iQDxK-.js.map +0 -1
  103. package/dist/prepareQueryObjects-BOUWfel5.js.map +0 -1
package/dist/parseCEL.mjs CHANGED
@@ -1,7 +1,6 @@
1
- import { l as defaultOperatorNegationMap } from "./optGroupUtils-VeZ3k7-1.mjs";
2
- import { t as joinWith } from "./arrayUtils-A_OXU9W1.mjs";
3
- import { t as isRuleGroup } from "./isRuleGroup-CYcfPgbg.mjs";
4
- import { n as fieldIsValidUtil, r as getFieldsArray, t as prepareRuleGroup } from "./prepareQueryObjects-DPCC-iHp.mjs";
1
+ import { A as defaultOperatorNegationMap, D as joinWith } from "./utils-DxH23QtE.mjs";
2
+ import { t as isRuleGroup } from "./isRuleGroup-BcfwGaIN.mjs";
3
+ import { n as fieldIsValidUtil, r as getFieldsArray, t as prepareRuleGroup } from "./prepareQueryObjects-BfnyRV5t.mjs";
5
4
  import { JisonParser } from "@ts-jison/parser";
6
5
  import { JisonLexer } from "@ts-jison/lexer";
7
6
 
@@ -2058,14 +2057,39 @@ const isCELProperty = (expr) => expr.type === "Property";
2058
2057
  // istanbul ignore next
2059
2058
  const isCELSubtraction = (expr) => expr.type === "Subtraction";
2060
2059
  const isCELUnsignedIntegerLiteral = (expr) => expr.type === "UnsignedIntegerLiteral";
2061
- const isCELIdentifierOrChain = (expr) => isCELIdentifier(expr) || isCELMember(expr) && !!expr.left && !!expr.right && !expr.list && !expr.value && isCELIdentifierOrChain(expr.left) && isCELIdentifier(expr.right);
2060
+ const isCELIdentifierOrChain = (expr) => isCELIdentifier(expr) || isCELDynamicPropertyAccessor(expr) || isCELMember(expr) && !!expr.left && !!expr.right && !expr.list && !expr.value && isCELIdentifierOrChain(expr.left) && isCELIdentifier(expr.right);
2062
2061
  const isCELNegatedIdentifier = (expr) => isCELNegation(expr) && isCELIdentifier(expr.value);
2063
2062
  const isCELNegatedIdentifierOrChain = (expr) => isCELNegatedIdentifier(expr) || isCELMember(expr) && !!expr.left && !!expr.right && !expr.list && !expr.value && isCELIdentifierOrChain(expr.right) && isCELNegatedIdentifier(expr.left);
2064
2063
  const isCELLikeExpression = (expr) => isCELMember(expr) && !!expr.left && !!expr.right && !!expr.list && isCELIdentifierOrChain(expr.left) && isCELIdentifier(expr.right) && (expr.right.value === "contains" || expr.right.value === "startsWith" || expr.right.value === "endsWith") && expr.list.value.length === 1 && (isCELStringLiteral(expr.list.value[0]) || isCELIdentifier(expr.list.value[0]));
2065
2064
  const isCELNegatedLikeExpression = (expr) => isCELMember(expr) && !!expr.left && !!expr.right && !!expr.list && isCELNegatedIdentifierOrChain(expr.left) && isCELIdentifier(expr.right) && (expr.right.value === "contains" || expr.right.value === "startsWith" || expr.right.value === "endsWith") && expr.list.value.length === 1 && (isCELStringLiteral(expr.list.value[0]) || isCELIdentifier(expr.list.value[0]));
2065
+ const isCELSubqueryExpression = (expr) => isCELMember(expr) && !!expr.left && !!expr.right && !!expr.list && isCELIdentifierOrChain(expr.left) && isCELIdentifier(expr.right) && (expr.right.value === "all" || expr.right.value === "exists") && expr.list.value.length >= 2;
2066
+ const isCELNegatedSubqueryExpression = (expr) => isCELMember(expr) && !!expr.left && !!expr.right && !!expr.list && isCELNegatedIdentifierOrChain(expr.left) && isCELIdentifier(expr.right) && (expr.right.value === "all" || expr.right.value === "exists") && expr.list.value.length >= 2;
2067
+ const extractSubqueryComponents = (expr) => {
2068
+ // istanbul ignore next
2069
+ if (!isCELSubqueryExpression(expr)) return null;
2070
+ const field = getCELIdentifierFromChain(expr.left);
2071
+ const method = expr.right.value;
2072
+ const [aliasExpr, conditionExpr] = expr.list.value;
2073
+ return {
2074
+ field,
2075
+ method,
2076
+ alias: isCELIdentifier(aliasExpr) ? aliasExpr.value : null,
2077
+ condition: conditionExpr
2078
+ };
2079
+ };
2066
2080
  const getCELIdentifierFromChain = (expr) => {
2067
2081
  if (isCELIdentifier(expr)) return expr.value;
2068
- return `${getCELIdentifierFromChain(expr.left)}.${expr.right.value}`;
2082
+ if (isCELDynamicPropertyAccessor(expr)) {
2083
+ const leftField = getCELIdentifierFromChain(expr.left);
2084
+ // istanbul ignore else
2085
+ if (isCELStringLiteral(expr.right)) return `${leftField}["${evalCELLiteralValue(expr.right)}"]`;
2086
+ // istanbul ignore next
2087
+ return `${leftField}[${expr.right.type}]`;
2088
+ }
2089
+ // istanbul ignore else
2090
+ if (expr.left && expr.right && isCELIdentifier(expr.right) && (isCELIdentifier(expr.left) || isCELMember(expr.left) || isCELDynamicPropertyAccessor(expr.left))) return `${getCELIdentifierFromChain(expr.left)}.${expr.right.value}`;
2091
+ // istanbul ignore next
2092
+ return expr.type;
2069
2093
  };
2070
2094
  const getCELIdentifierFromNegatedChain = (expr) => {
2071
2095
  if (isCELNegatedIdentifier(expr)) return `${``.padStart(expr.negations, `!`)}${expr.value.value}`;
@@ -2128,6 +2152,102 @@ const celGenerateMixedAndOrList = (expr) => {
2128
2152
  if (returnArray.length === 1 && Array.isArray(returnArray[0])) return returnArray[0];
2129
2153
  return returnArray;
2130
2154
  };
2155
+ const isPrimitiveArrayUsage = (expr, alias) => {
2156
+ // istanbul ignore next
2157
+ if (!alias) return false;
2158
+ if (isCELIdentifier(expr) && expr.value === alias) return true;
2159
+ if (isCELLikeExpression(expr) && isCELIdentifier(expr.left) && expr.left.value === alias) return true;
2160
+ if (isCELRelation(expr) || isCELConditionalAnd(expr) || isCELConditionalOr(expr)) return isPrimitiveArrayUsage(expr.left, alias) || isPrimitiveArrayUsage(expr.right, alias);
2161
+ // istanbul ignore next
2162
+ if (isCELExpressionGroup(expr) || isCELNegation(expr)) return isPrimitiveArrayUsage(expr.value, alias);
2163
+ return false;
2164
+ };
2165
+ const transformAliasInExpressionInternal = (expr, alias, isPrimitive) => {
2166
+ // istanbul ignore next
2167
+ if (!alias) return expr;
2168
+ if (isCELIdentifier(expr) && expr.value === alias) return {
2169
+ type: "Identifier",
2170
+ value: ""
2171
+ };
2172
+ if (isCELMember(expr) && expr.left && isCELIdentifier(expr.left) && expr.left.value === alias) {
2173
+ if (expr.right && isCELIdentifier(expr.right) && !isPrimitive) {
2174
+ if (expr.list) return {
2175
+ type: "Member",
2176
+ left: {
2177
+ type: "Identifier",
2178
+ value: ""
2179
+ },
2180
+ right: expr.right,
2181
+ list: expr.list
2182
+ };
2183
+ return expr.right;
2184
+ }
2185
+ }
2186
+ if (isCELLikeExpression(expr) && isCELIdentifier(expr.left) && expr.left.value === alias) return {
2187
+ type: "Member",
2188
+ left: {
2189
+ type: "Identifier",
2190
+ value: ""
2191
+ },
2192
+ right: expr.right,
2193
+ list: expr.list
2194
+ };
2195
+ if (isCELNegatedLikeExpression(expr) && expr.left && isCELNegatedIdentifier(expr.left) && expr.left.value.value === alias) return {
2196
+ type: "Member",
2197
+ left: {
2198
+ type: "Negation",
2199
+ negations: expr.left.negations,
2200
+ value: {
2201
+ type: "Identifier",
2202
+ value: ""
2203
+ }
2204
+ },
2205
+ right: expr.right,
2206
+ list: expr.list
2207
+ };
2208
+ if (isCELMember(expr) && expr.left && expr.right) {
2209
+ const transformedLeft = transformAliasInExpressionInternal(expr.left, alias, isPrimitive);
2210
+ // istanbul ignore else
2211
+ if (transformedLeft !== expr.left) return {
2212
+ type: "Member",
2213
+ left: transformedLeft,
2214
+ right: expr.right,
2215
+ list: expr.list,
2216
+ value: expr.value
2217
+ };
2218
+ }
2219
+ if (isCELRelation(expr)) return {
2220
+ type: "Relation",
2221
+ left: transformAliasInExpressionInternal(expr.left, alias, isPrimitive),
2222
+ right: transformAliasInExpressionInternal(expr.right, alias, isPrimitive),
2223
+ operator: expr.operator
2224
+ };
2225
+ if (isCELConditionalAnd(expr)) return {
2226
+ type: "ConditionalAnd",
2227
+ left: transformAliasInExpressionInternal(expr.left, alias, isPrimitive),
2228
+ right: transformAliasInExpressionInternal(expr.right, alias, isPrimitive)
2229
+ };
2230
+ if (isCELConditionalOr(expr)) return {
2231
+ type: "ConditionalOr",
2232
+ left: transformAliasInExpressionInternal(expr.left, alias, isPrimitive),
2233
+ right: transformAliasInExpressionInternal(expr.right, alias, isPrimitive)
2234
+ };
2235
+ if (isCELExpressionGroup(expr)) return {
2236
+ type: "ExpressionGroup",
2237
+ value: transformAliasInExpressionInternal(expr.value, alias, isPrimitive)
2238
+ };
2239
+ if (isCELNegation(expr)) return {
2240
+ type: "Negation",
2241
+ negations: expr.negations,
2242
+ value: transformAliasInExpressionInternal(expr.value, alias, isPrimitive)
2243
+ };
2244
+ return expr;
2245
+ };
2246
+ const transformAliasInExpression = (expr, alias) => {
2247
+ // istanbul ignore next
2248
+ if (!alias) return expr;
2249
+ return transformAliasInExpressionInternal(expr, alias, isPrimitiveArrayUsage(expr, alias));
2250
+ };
2131
2251
 
2132
2252
  //#endregion
2133
2253
  //#region src/utils/parseCEL/parseCEL.ts
@@ -2226,6 +2346,52 @@ function parseCEL(cel, options = {}) {
2226
2346
  operator,
2227
2347
  value
2228
2348
  };
2349
+ } else if (isCELSubqueryExpression(expr)) {
2350
+ const components = extractSubqueryComponents(expr);
2351
+ // istanbul ignore else
2352
+ if (components) {
2353
+ const { field, method, alias, condition } = components;
2354
+ const matchMode = method === "all" ? "all" : "some";
2355
+ const subqueryValue = processCELExpression(transformAliasInExpression(condition, alias));
2356
+ if (subqueryValue && fieldIsValid(field, "=")) {
2357
+ const ruleGroupValue = isRuleGroup(subqueryValue) ? subqueryValue : ic ? { rules: [subqueryValue] } : {
2358
+ combinator: "and",
2359
+ rules: [subqueryValue]
2360
+ };
2361
+ return {
2362
+ field,
2363
+ operator: "=",
2364
+ match: { mode: matchMode },
2365
+ value: ruleGroupValue
2366
+ };
2367
+ }
2368
+ }
2369
+ } else if (isCELNegatedSubqueryExpression(expr)) {
2370
+ const field = getCELIdentifierFromNegatedChain(expr.left).replace(/^!+/, "");
2371
+ const method = expr.right.value;
2372
+ const [aliasExpr, conditionExpr] = expr.list.value;
2373
+ const subqueryValue = processCELExpression(transformAliasInExpression(conditionExpr, isCELIdentifier(aliasExpr) ? aliasExpr.value : null));
2374
+ // istanbul ignore else
2375
+ if (subqueryValue && fieldIsValid(field, "=")) {
2376
+ const ruleGroupValue = isRuleGroup(subqueryValue) ? subqueryValue : ic ? { rules: [subqueryValue] } : {
2377
+ combinator: "and",
2378
+ rules: [subqueryValue]
2379
+ };
2380
+ const subqueryRule = {
2381
+ field,
2382
+ operator: "=",
2383
+ match: { mode: method === "all" ? "all" : "some" },
2384
+ value: ruleGroupValue
2385
+ };
2386
+ return ic ? {
2387
+ not: true,
2388
+ rules: [subqueryRule]
2389
+ } : {
2390
+ combinator: "and",
2391
+ not: true,
2392
+ rules: [subqueryRule]
2393
+ };
2394
+ }
2229
2395
  } else if (isCELRelation(expr)) {
2230
2396
  let field = null;
2231
2397
  let value = void 0;
@@ -2258,7 +2424,7 @@ function parseCEL(cel, options = {}) {
2258
2424
  if (keys.every((k) => isCELLiteral(k) || isCELIdentifierOrChain(k))) value = keys.map((k) => isCELLiteral(k) ? evalCELLiteralValue(k) : getCELIdentifierFromChain(k));
2259
2425
  if (value && !listsAsArrays) value = joinWith(value.map((v) => `${v}`), ",");
2260
2426
  }
2261
- if (field && fieldIsValid(field, operator, valueSource === "field" ? value : void 0) && value !== void 0) return valueSource ? {
2427
+ if (field !== null && fieldIsValid(field, operator, valueSource === "field" ? value : void 0) && value !== void 0) return valueSource ? {
2262
2428
  field,
2263
2429
  operator,
2264
2430
  value,
@@ -2291,5 +2457,5 @@ function parseCEL(cel, options = {}) {
2291
2457
  }
2292
2458
 
2293
2459
  //#endregion
2294
- export { celGenerateFlatAndOrList, celGenerateMixedAndOrList, celNormalizeCombinator, celNormalizeOperator, evalCELLiteralValue, getCELIdentifierFromChain, getCELIdentifierFromNegatedChain, isCELAddition, isCELBooleanLiteral, isCELBytesLiteral, isCELConditionalAnd, isCELConditionalExpr, isCELConditionalOr, isCELDivision, isCELDynamicPropertyAccessor, isCELExpressionGroup, isCELExpressionList, isCELFieldInit, isCELFieldInits, isCELFieldsObject, isCELFloatLiteral, isCELFunctionCall, isCELIdentifier, isCELIdentifierOrChain, isCELIntegerLiteral, isCELLikeExpression, isCELList, isCELLiteral, isCELMap, isCELMapInit, isCELMapInits, isCELMember, isCELModulo, isCELMultiplication, isCELNegatedIdentifier, isCELNegatedIdentifierOrChain, isCELNegatedLikeExpression, isCELNegation, isCELNegative, isCELNullLiteral, isCELNumericLiteral, isCELProperty, isCELRelation, isCELStringLiteral, isCELSubtraction, isCELUnsignedIntegerLiteral, parseCEL };
2460
+ export { celGenerateFlatAndOrList, celGenerateMixedAndOrList, celNormalizeCombinator, celNormalizeOperator, evalCELLiteralValue, extractSubqueryComponents, getCELIdentifierFromChain, getCELIdentifierFromNegatedChain, isCELAddition, isCELBooleanLiteral, isCELBytesLiteral, isCELConditionalAnd, isCELConditionalExpr, isCELConditionalOr, isCELDivision, isCELDynamicPropertyAccessor, isCELExpressionGroup, isCELExpressionList, isCELFieldInit, isCELFieldInits, isCELFieldsObject, isCELFloatLiteral, isCELFunctionCall, isCELIdentifier, isCELIdentifierOrChain, isCELIntegerLiteral, isCELLikeExpression, isCELList, isCELLiteral, isCELMap, isCELMapInit, isCELMapInits, isCELMember, isCELModulo, isCELMultiplication, isCELNegatedIdentifier, isCELNegatedIdentifierOrChain, isCELNegatedLikeExpression, isCELNegatedSubqueryExpression, isCELNegation, isCELNegative, isCELNullLiteral, isCELNumericLiteral, isCELProperty, isCELRelation, isCELStringLiteral, isCELSubqueryExpression, isCELSubtraction, isCELUnsignedIntegerLiteral, parseCEL, transformAliasInExpression };
2295
2461
  //# sourceMappingURL=parseCEL.mjs.map