@react-querybuilder/core 8.17.0 → 8.18.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.
- package/dist/cjs/react-querybuilder_core.cjs.development.d.ts +36 -3
- package/dist/cjs/react-querybuilder_core.cjs.development.js +14 -9
- package/dist/cjs/react-querybuilder_core.cjs.development.js.map +1 -1
- package/dist/cjs/react-querybuilder_core.cjs.production.d.ts +36 -3
- package/dist/cjs/react-querybuilder_core.cjs.production.js +1 -1
- package/dist/cjs/react-querybuilder_core.cjs.production.js.map +1 -1
- package/dist/formatQuery.d.mts +3 -1
- package/dist/formatQuery.d.ts +3 -1
- package/dist/formatQuery.js +10 -8
- package/dist/formatQuery.js.map +1 -1
- package/dist/formatQuery.mjs +10 -8
- package/dist/formatQuery.mjs.map +1 -1
- package/dist/{import-CSHMjlid.d.ts → import-Qs1-kgv5.d.ts} +2 -2
- package/dist/{import-BQ5xaW6i.d.mts → import-ShTj5IdB.d.mts} +2 -2
- package/dist/{index-CREDWM32.d.ts → index-DlVg-QXo.d.mts} +32 -3
- package/dist/{index-CREDWM32.d.mts → index-DlVg-QXo.d.ts} +32 -3
- package/dist/parseCEL.d.mts +7 -7
- package/dist/parseCEL.d.ts +7 -7
- package/dist/parseCEL.js +3 -3
- package/dist/parseCEL.js.map +1 -1
- package/dist/parseCEL.mjs +3 -3
- package/dist/parseCEL.mjs.map +1 -1
- package/dist/parseCypher.d.mts +1 -1
- package/dist/parseCypher.d.ts +1 -1
- package/dist/parseGremlin.d.mts +1 -1
- package/dist/parseGremlin.d.ts +1 -1
- package/dist/parseJSONata.d.mts +2 -2
- package/dist/parseJSONata.d.ts +2 -2
- package/dist/parseJsonLogic.d.mts +2 -2
- package/dist/parseJsonLogic.d.ts +2 -2
- package/dist/parseJsonLogic.js +7 -7
- package/dist/parseJsonLogic.js.map +1 -1
- package/dist/parseJsonLogic.mjs +7 -7
- package/dist/parseJsonLogic.mjs.map +1 -1
- package/dist/parseMongoDB.d.mts +2 -2
- package/dist/parseMongoDB.d.ts +2 -2
- package/dist/parseSPARQL.d.mts +1 -1
- package/dist/parseSPARQL.d.ts +1 -1
- package/dist/parseSQL.d.mts +2 -2
- package/dist/parseSQL.d.ts +2 -2
- package/dist/parseSpEL.d.mts +2 -2
- package/dist/parseSpEL.d.ts +2 -2
- package/dist/react-querybuilder_core.d.mts +36 -3
- package/dist/react-querybuilder_core.legacy-esm.d.ts +36 -3
- package/dist/react-querybuilder_core.legacy-esm.js +14 -9
- package/dist/react-querybuilder_core.legacy-esm.js.map +1 -1
- package/dist/react-querybuilder_core.mjs +14 -9
- package/dist/react-querybuilder_core.mjs.map +1 -1
- package/dist/react-querybuilder_core.production.d.mts +36 -3
- package/dist/react-querybuilder_core.production.mjs +1 -1
- package/dist/react-querybuilder_core.production.mjs.map +1 -1
- package/dist/transformQuery.d.mts +1 -1
- package/dist/transformQuery.d.ts +1 -1
- package/dist/utils-01WaTGBL.mjs.map +1 -1
- package/dist/utils-ZlKseh1X.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as ValueSources, k as OptionList, y as FullField } from "./index-
|
|
1
|
+
import { b as ValueSources, k as OptionList, y as FullField } from "./index-DlVg-QXo.js";
|
|
2
2
|
|
|
3
3
|
//#region src/types/import.d.ts
|
|
4
4
|
/**
|
|
@@ -24,4 +24,4 @@ interface ParserCommonOptions {
|
|
|
24
24
|
}
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ParserCommonOptions as t };
|
|
27
|
-
//# sourceMappingURL=import-
|
|
27
|
+
//# sourceMappingURL=import-Qs1-kgv5.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as ValueSources, k as OptionList, y as FullField } from "./index-
|
|
1
|
+
import { b as ValueSources, k as OptionList, y as FullField } from "./index-DlVg-QXo.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/import.d.ts
|
|
4
4
|
/**
|
|
@@ -24,4 +24,4 @@ interface ParserCommonOptions {
|
|
|
24
24
|
}
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ParserCommonOptions as t };
|
|
27
|
-
//# sourceMappingURL=import-
|
|
27
|
+
//# sourceMappingURL=import-ShTj5IdB.d.mts.map
|
|
@@ -797,7 +797,36 @@ type Result = ApplyDefaultOptions<PathsOptions, DefaultPathsOptions, SpecifiedOp
|
|
|
797
797
|
// Types of property 'leavesOnly' are incompatible. Type 'string' is not assignable to type 'boolean'.
|
|
798
798
|
```
|
|
799
799
|
*/
|
|
800
|
-
type ApplyDefaultOptions<Options extends object, Defaults extends Simplify<Omit<Required<Options>, RequiredKeysOf<Options>> & Partial<Record<RequiredKeysOf<Options>, never>>>, SpecifiedOptions extends Options> =
|
|
800
|
+
type ApplyDefaultOptions<Options extends object, Defaults extends Simplify<Omit<Required<Options>, RequiredKeysOf<Options>> & Partial<Record<RequiredKeysOf<Options>, never>>>, SpecifiedOptions extends Options> = _ApplyDefaultOptions<Options, Defaults, SpecifiedOptions> extends infer Result extends Required<Options> // `extends Required<Options>` ensures that `ApplyDefaultOptions<SomeOption, ...>` is always assignable to `Required<SomeOption>`
|
|
801
|
+
? Result : never;
|
|
802
|
+
type _ApplyDefaultOptions<Options, Defaults, SpecifiedOptions> = If<IsAny<SpecifiedOptions>, Defaults, If<IsNever<SpecifiedOptions>, Defaults, Merge<Defaults, { [Key in keyof SpecifiedOptions as undefined extends Required<Options>[Key & keyof Options] ? Key : undefined extends SpecifiedOptions[Key] ? never : Key]: SpecifiedOptions[Key] }>>>;
|
|
803
|
+
/**
|
|
804
|
+
Collapses literal types in a union into their corresponding primitive types, when possible. For example, `CollapseLiterals<'foo' | 'bar' | (string & {})>` returns `string`.
|
|
805
|
+
|
|
806
|
+
Note: This doesn't collapse literals within tagged types. For example, `CollapseLiterals<Tagged<'foo' | (string & {}), 'Tag'>>` returns `("foo" & Tag<"Tag", never>) | (string & Tag<"Tag", never>)` and not `string & Tag<"Tag", never>`.
|
|
807
|
+
|
|
808
|
+
Use-case: For collapsing unions created using {@link LiteralUnion}.
|
|
809
|
+
|
|
810
|
+
@example
|
|
811
|
+
```
|
|
812
|
+
import type {LiteralUnion} from 'type-fest';
|
|
813
|
+
|
|
814
|
+
type A = CollapseLiterals<'foo' | 'bar' | (string & {})>;
|
|
815
|
+
//=> string
|
|
816
|
+
|
|
817
|
+
type B = CollapseLiterals<LiteralUnion<1 | 2 | 3, number>>;
|
|
818
|
+
//=> number
|
|
819
|
+
|
|
820
|
+
type C = CollapseLiterals<LiteralUnion<'onClick' | 'onChange', `on${string}`>>;
|
|
821
|
+
//=> `on${string}`
|
|
822
|
+
|
|
823
|
+
type D = CollapseLiterals<'click' | 'change' | (`on${string}` & {})>;
|
|
824
|
+
//=> 'click' | 'change' | `on${string}`
|
|
825
|
+
|
|
826
|
+
type E = CollapseLiterals<LiteralUnion<'foo' | 'bar', string> | null | undefined>;
|
|
827
|
+
//=> string | null | undefined
|
|
828
|
+
```
|
|
829
|
+
*/
|
|
801
830
|
//#endregion
|
|
802
831
|
//#region ../../node_modules/type-fest/source/except.d.ts
|
|
803
832
|
/**
|
|
@@ -941,7 +970,7 @@ type SetArrayRequired<TArray extends UnknownArray, Keys, Counter extends any[] =
|
|
|
941
970
|
: never; // Should never happen
|
|
942
971
|
//#endregion
|
|
943
972
|
//#region src/types/options.d.ts
|
|
944
|
-
type RequireAtLeastOne<
|
|
973
|
+
type RequireAtLeastOne<O, K extends keyof O> = { [P in K]-?: Required<Pick<O, P>> & Partial<Pick<O, Exclude<K, P>>> }[K] & Except<O, K>;
|
|
945
974
|
/**
|
|
946
975
|
* Adds an `unknown` index property to an interface.
|
|
947
976
|
*/
|
|
@@ -1913,4 +1942,4 @@ type NLTranslationKey = "and" | "or" | "true" | "false" | "ruleSeparator" | "bet
|
|
|
1913
1942
|
type NLTranslations = Partial<Record<NLTranslationKey, string>>;
|
|
1914
1943
|
//#endregion
|
|
1915
1944
|
export { SetRequired as A, RuleGroupTypeIC as C, RuleGroupType as D, DefaultRuleGroupType as E, RuleType as O, RuleGroupTypeAny as S, DefaultOperatorName as T, ValueProcessorLegacy as _, ExportOperatorMap as a, ValueSources as b, NLTranslationKey as c, ParameterizedSQL as d, RQBJsonLogic as f, ValueProcessorByRule as g, SQLPreset as h, ExportObjectFormats as i, Except as j, OptionList as k, NLTranslations as l, RuleProcessor as m, DiagnosticsResult as n, FormatQueryOptions as o, RuleGroupProcessor as p, ExportFormat as r, GroupVariantCondition as s, ConstituentWordOrder as t, ParameterizedNamedSQL as u, ValueProcessorOptions as v, DefaultCombinatorName as w, DefaultRuleGroupTypeIC as x, FullField as y };
|
|
1916
|
-
//# sourceMappingURL=index-
|
|
1945
|
+
//# sourceMappingURL=index-DlVg-QXo.d.mts.map
|
|
@@ -797,7 +797,36 @@ type Result = ApplyDefaultOptions<PathsOptions, DefaultPathsOptions, SpecifiedOp
|
|
|
797
797
|
// Types of property 'leavesOnly' are incompatible. Type 'string' is not assignable to type 'boolean'.
|
|
798
798
|
```
|
|
799
799
|
*/
|
|
800
|
-
type ApplyDefaultOptions<Options extends object, Defaults extends Simplify<Omit<Required<Options>, RequiredKeysOf<Options>> & Partial<Record<RequiredKeysOf<Options>, never>>>, SpecifiedOptions extends Options> =
|
|
800
|
+
type ApplyDefaultOptions<Options extends object, Defaults extends Simplify<Omit<Required<Options>, RequiredKeysOf<Options>> & Partial<Record<RequiredKeysOf<Options>, never>>>, SpecifiedOptions extends Options> = _ApplyDefaultOptions<Options, Defaults, SpecifiedOptions> extends infer Result extends Required<Options> // `extends Required<Options>` ensures that `ApplyDefaultOptions<SomeOption, ...>` is always assignable to `Required<SomeOption>`
|
|
801
|
+
? Result : never;
|
|
802
|
+
type _ApplyDefaultOptions<Options, Defaults, SpecifiedOptions> = If<IsAny<SpecifiedOptions>, Defaults, If<IsNever<SpecifiedOptions>, Defaults, Merge<Defaults, { [Key in keyof SpecifiedOptions as undefined extends Required<Options>[Key & keyof Options] ? Key : undefined extends SpecifiedOptions[Key] ? never : Key]: SpecifiedOptions[Key] }>>>;
|
|
803
|
+
/**
|
|
804
|
+
Collapses literal types in a union into their corresponding primitive types, when possible. For example, `CollapseLiterals<'foo' | 'bar' | (string & {})>` returns `string`.
|
|
805
|
+
|
|
806
|
+
Note: This doesn't collapse literals within tagged types. For example, `CollapseLiterals<Tagged<'foo' | (string & {}), 'Tag'>>` returns `("foo" & Tag<"Tag", never>) | (string & Tag<"Tag", never>)` and not `string & Tag<"Tag", never>`.
|
|
807
|
+
|
|
808
|
+
Use-case: For collapsing unions created using {@link LiteralUnion}.
|
|
809
|
+
|
|
810
|
+
@example
|
|
811
|
+
```
|
|
812
|
+
import type {LiteralUnion} from 'type-fest';
|
|
813
|
+
|
|
814
|
+
type A = CollapseLiterals<'foo' | 'bar' | (string & {})>;
|
|
815
|
+
//=> string
|
|
816
|
+
|
|
817
|
+
type B = CollapseLiterals<LiteralUnion<1 | 2 | 3, number>>;
|
|
818
|
+
//=> number
|
|
819
|
+
|
|
820
|
+
type C = CollapseLiterals<LiteralUnion<'onClick' | 'onChange', `on${string}`>>;
|
|
821
|
+
//=> `on${string}`
|
|
822
|
+
|
|
823
|
+
type D = CollapseLiterals<'click' | 'change' | (`on${string}` & {})>;
|
|
824
|
+
//=> 'click' | 'change' | `on${string}`
|
|
825
|
+
|
|
826
|
+
type E = CollapseLiterals<LiteralUnion<'foo' | 'bar', string> | null | undefined>;
|
|
827
|
+
//=> string | null | undefined
|
|
828
|
+
```
|
|
829
|
+
*/
|
|
801
830
|
//#endregion
|
|
802
831
|
//#region ../../node_modules/type-fest/source/except.d.ts
|
|
803
832
|
/**
|
|
@@ -941,7 +970,7 @@ type SetArrayRequired<TArray extends UnknownArray, Keys, Counter extends any[] =
|
|
|
941
970
|
: never; // Should never happen
|
|
942
971
|
//#endregion
|
|
943
972
|
//#region src/types/options.d.ts
|
|
944
|
-
type RequireAtLeastOne<
|
|
973
|
+
type RequireAtLeastOne<O, K extends keyof O> = { [P in K]-?: Required<Pick<O, P>> & Partial<Pick<O, Exclude<K, P>>> }[K] & Except<O, K>;
|
|
945
974
|
/**
|
|
946
975
|
* Adds an `unknown` index property to an interface.
|
|
947
976
|
*/
|
|
@@ -1913,4 +1942,4 @@ type NLTranslationKey = "and" | "or" | "true" | "false" | "ruleSeparator" | "bet
|
|
|
1913
1942
|
type NLTranslations = Partial<Record<NLTranslationKey, string>>;
|
|
1914
1943
|
//#endregion
|
|
1915
1944
|
export { SetRequired as A, RuleGroupTypeIC as C, RuleGroupType as D, DefaultRuleGroupType as E, RuleType as O, RuleGroupTypeAny as S, DefaultOperatorName as T, ValueProcessorLegacy as _, ExportOperatorMap as a, ValueSources as b, NLTranslationKey as c, ParameterizedSQL as d, RQBJsonLogic as f, ValueProcessorByRule as g, SQLPreset as h, ExportObjectFormats as i, Except as j, OptionList as k, NLTranslations as l, RuleProcessor as m, DiagnosticsResult as n, FormatQueryOptions as o, RuleGroupProcessor as p, ExportFormat as r, GroupVariantCondition as s, ConstituentWordOrder as t, ParameterizedNamedSQL as u, ValueProcessorOptions as v, DefaultCombinatorName as w, DefaultRuleGroupTypeIC as x, FullField as y };
|
|
1916
|
-
//# sourceMappingURL=index-
|
|
1945
|
+
//# sourceMappingURL=index-DlVg-QXo.d.ts.map
|
package/dist/parseCEL.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as RuleGroupTypeIC, D as RuleGroupType, E as DefaultRuleGroupType, O as RuleType, T as DefaultOperatorName, j as Except, w as DefaultCombinatorName, x as DefaultRuleGroupTypeIC } from "./index-
|
|
2
|
-
import { t as ParserCommonOptions } from "./import-
|
|
1
|
+
import { C as RuleGroupTypeIC, D as RuleGroupType, E as DefaultRuleGroupType, O as RuleType, T as DefaultOperatorName, j as Except, w as DefaultCombinatorName, x as DefaultRuleGroupTypeIC } from "./index-DlVg-QXo.mjs";
|
|
2
|
+
import { t as ParserCommonOptions } from "./import-ShTj5IdB.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/parseCEL/types.d.ts
|
|
5
|
-
type CELExpressionType = "Addition" | "BooleanLiteral" | "BytesLiteral" | "ConditionalAnd" | "ConditionalExpr" | "ConditionalOr" | "Division" | "DynamicPropertyAccessor" | "ExpressionGroup" | "ExpressionList" | "FieldInit" | "FieldInits" | "
|
|
5
|
+
type CELExpressionType = "Addition" | "BooleanLiteral" | "BytesLiteral" | "ConditionalAnd" | "ConditionalExpr" | "ConditionalOr" | "Division" | "DynamicPropertyAccessor" | "ExpressionGroup" | "ExpressionList" | "FieldInit" | "FieldInits" | "MessageInit" | "FloatLiteral" | "FunctionCall" | "Identifier" | "IntegerLiteral" | "List" | "Map" | "MapInit" | "MapInits" | "Member" | "Modulo" | "Multiplication" | "Negation" | "Negative" | "NullLiteral" | "Property" | "Relation" | "StringLiteral" | "Subtraction" | "Unary" | "UnsignedIntegerLiteral" | "LikeExpression" | "SubqueryExpression";
|
|
6
6
|
type CELRelop = "==" | ">=" | ">" | "<=" | "<" | "!=" | "in";
|
|
7
7
|
interface CELExpression {
|
|
8
8
|
type: CELExpressionType;
|
|
@@ -154,8 +154,8 @@ interface CELExpressionList extends CELExpression {
|
|
|
154
154
|
type: "ExpressionList";
|
|
155
155
|
value: CELExpression[];
|
|
156
156
|
}
|
|
157
|
-
interface
|
|
158
|
-
type: "
|
|
157
|
+
interface CELMessageInit extends CELExpression {
|
|
158
|
+
type: "MessageInit";
|
|
159
159
|
left: CELMember;
|
|
160
160
|
list: CELFieldInits;
|
|
161
161
|
trailingComma?: boolean;
|
|
@@ -295,7 +295,7 @@ declare const isCELDynamicPropertyAccessor: (expr: CELExpression) => expr is CEL
|
|
|
295
295
|
declare const isCELExpressionList: (expr: CELExpression) => expr is CELExpressionList;
|
|
296
296
|
declare const isCELFieldInit: (expr: CELExpression) => expr is CELFieldInit;
|
|
297
297
|
declare const isCELFieldInits: (expr: CELExpression) => expr is CELFieldInits;
|
|
298
|
-
declare const
|
|
298
|
+
declare const isCELMessageInit: (expr: CELExpression) => expr is CELMessageInit;
|
|
299
299
|
declare const isCELFloatLiteral: (expr: CELExpression) => expr is CELFloatLiteral;
|
|
300
300
|
declare const isCELFunctionCall: (expr: CELExpression) => expr is CELFunctionCall;
|
|
301
301
|
declare const isCELIntegerLiteral: (expr: CELExpression) => expr is CELIntegerLiteral;
|
|
@@ -335,5 +335,5 @@ declare const celGenerateFlatAndOrList: (expr: CELConditionalAnd | CELConditiona
|
|
|
335
335
|
declare const celGenerateMixedAndOrList: (expr: CELConditionalAnd | CELConditionalOr) => (DefaultCombinatorName | CELExpression | ("and" | CELExpression)[])[];
|
|
336
336
|
declare const transformAliasInExpression: (expr: CELExpression, alias: string | null) => CELExpression;
|
|
337
337
|
//#endregion
|
|
338
|
-
export { CELAddition, CELBooleanLiteral, CELBytesLiteral, CELConditionalAnd, CELConditionalExpr, CELConditionalOr, CELDivision, CELDynamicPropertyAccessor, CELExpression, CELExpressionGroup, CELExpressionList, CELExpressionType, CELFieldInit, CELFieldInits,
|
|
338
|
+
export { CELAddition, CELBooleanLiteral, CELBytesLiteral, CELConditionalAnd, CELConditionalExpr, CELConditionalOr, CELDivision, CELDynamicPropertyAccessor, CELExpression, CELExpressionGroup, CELExpressionList, CELExpressionType, CELFieldInit, CELFieldInits, CELFloatLiteral, CELFunctionCall, CELIdentifier, CELIntegerLiteral, CELLikeExpression, CELList, CELLiteral, CELMap, CELMapInit, CELMapInits, CELMathOperation, CELMember, CELMemberIdentifierChain, CELMemberNegatedIdentifier, CELMemberNegatedIdentifierChain, CELMessageInit, CELModulo, CELMultiplication, CELNegatedLikeExpression, CELNegatedSubqueryExpression, CELNegation, CELNegative, CELNullLiteral, CELNumericLiteral, CELPrimary, CELProperty, CELRelation, CELRelop, CELStringLiteral, CELSubqueryExpression, CELSubtraction, CELUnsignedIntegerLiteral, ParseCELOptions, ParseCELOptionsIC, ParseCELOptionsStandard, ParsedCEL, celGenerateFlatAndOrList, celGenerateMixedAndOrList, celNormalizeCombinator, celNormalizeOperator, evalCELLiteralValue, extractSubqueryComponents, getCELIdentifierFromChain, getCELIdentifierFromNegatedChain, isCELAddition, isCELBooleanLiteral, isCELBytesLiteral, isCELConditionalAnd, isCELConditionalExpr, isCELConditionalOr, isCELDivision, isCELDynamicPropertyAccessor, isCELExpressionGroup, isCELExpressionList, isCELFieldInit, isCELFieldInits, isCELFloatLiteral, isCELFunctionCall, isCELIdentifier, isCELIdentifierOrChain, isCELIntegerLiteral, isCELLikeExpression, isCELList, isCELLiteral, isCELMap, isCELMapInit, isCELMapInits, isCELMember, isCELMessageInit, isCELModulo, isCELMultiplication, isCELNegatedIdentifier, isCELNegatedIdentifierOrChain, isCELNegatedLikeExpression, isCELNegatedSubqueryExpression, isCELNegation, isCELNegative, isCELNullLiteral, isCELNumericLiteral, isCELProperty, isCELRelation, isCELStringLiteral, isCELSubqueryExpression, isCELSubtraction, isCELUnsignedIntegerLiteral, parseCEL, transformAliasInExpression };
|
|
339
339
|
//# sourceMappingURL=parseCEL.d.mts.map
|
package/dist/parseCEL.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as RuleGroupTypeIC, D as RuleGroupType, E as DefaultRuleGroupType, O as RuleType, T as DefaultOperatorName, j as Except, w as DefaultCombinatorName, x as DefaultRuleGroupTypeIC } from "./index-
|
|
2
|
-
import { t as ParserCommonOptions } from "./import-
|
|
1
|
+
import { C as RuleGroupTypeIC, D as RuleGroupType, E as DefaultRuleGroupType, O as RuleType, T as DefaultOperatorName, j as Except, w as DefaultCombinatorName, x as DefaultRuleGroupTypeIC } from "./index-DlVg-QXo.js";
|
|
2
|
+
import { t as ParserCommonOptions } from "./import-Qs1-kgv5.js";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/parseCEL/types.d.ts
|
|
5
|
-
type CELExpressionType = "Addition" | "BooleanLiteral" | "BytesLiteral" | "ConditionalAnd" | "ConditionalExpr" | "ConditionalOr" | "Division" | "DynamicPropertyAccessor" | "ExpressionGroup" | "ExpressionList" | "FieldInit" | "FieldInits" | "
|
|
5
|
+
type CELExpressionType = "Addition" | "BooleanLiteral" | "BytesLiteral" | "ConditionalAnd" | "ConditionalExpr" | "ConditionalOr" | "Division" | "DynamicPropertyAccessor" | "ExpressionGroup" | "ExpressionList" | "FieldInit" | "FieldInits" | "MessageInit" | "FloatLiteral" | "FunctionCall" | "Identifier" | "IntegerLiteral" | "List" | "Map" | "MapInit" | "MapInits" | "Member" | "Modulo" | "Multiplication" | "Negation" | "Negative" | "NullLiteral" | "Property" | "Relation" | "StringLiteral" | "Subtraction" | "Unary" | "UnsignedIntegerLiteral" | "LikeExpression" | "SubqueryExpression";
|
|
6
6
|
type CELRelop = "==" | ">=" | ">" | "<=" | "<" | "!=" | "in";
|
|
7
7
|
interface CELExpression {
|
|
8
8
|
type: CELExpressionType;
|
|
@@ -154,8 +154,8 @@ interface CELExpressionList extends CELExpression {
|
|
|
154
154
|
type: "ExpressionList";
|
|
155
155
|
value: CELExpression[];
|
|
156
156
|
}
|
|
157
|
-
interface
|
|
158
|
-
type: "
|
|
157
|
+
interface CELMessageInit extends CELExpression {
|
|
158
|
+
type: "MessageInit";
|
|
159
159
|
left: CELMember;
|
|
160
160
|
list: CELFieldInits;
|
|
161
161
|
trailingComma?: boolean;
|
|
@@ -295,7 +295,7 @@ declare const isCELDynamicPropertyAccessor: (expr: CELExpression) => expr is CEL
|
|
|
295
295
|
declare const isCELExpressionList: (expr: CELExpression) => expr is CELExpressionList;
|
|
296
296
|
declare const isCELFieldInit: (expr: CELExpression) => expr is CELFieldInit;
|
|
297
297
|
declare const isCELFieldInits: (expr: CELExpression) => expr is CELFieldInits;
|
|
298
|
-
declare const
|
|
298
|
+
declare const isCELMessageInit: (expr: CELExpression) => expr is CELMessageInit;
|
|
299
299
|
declare const isCELFloatLiteral: (expr: CELExpression) => expr is CELFloatLiteral;
|
|
300
300
|
declare const isCELFunctionCall: (expr: CELExpression) => expr is CELFunctionCall;
|
|
301
301
|
declare const isCELIntegerLiteral: (expr: CELExpression) => expr is CELIntegerLiteral;
|
|
@@ -335,5 +335,5 @@ declare const celGenerateFlatAndOrList: (expr: CELConditionalAnd | CELConditiona
|
|
|
335
335
|
declare const celGenerateMixedAndOrList: (expr: CELConditionalAnd | CELConditionalOr) => (DefaultCombinatorName | CELExpression | ("and" | CELExpression)[])[];
|
|
336
336
|
declare const transformAliasInExpression: (expr: CELExpression, alias: string | null) => CELExpression;
|
|
337
337
|
//#endregion
|
|
338
|
-
export { CELAddition, CELBooleanLiteral, CELBytesLiteral, CELConditionalAnd, CELConditionalExpr, CELConditionalOr, CELDivision, CELDynamicPropertyAccessor, CELExpression, CELExpressionGroup, CELExpressionList, CELExpressionType, CELFieldInit, CELFieldInits,
|
|
338
|
+
export { CELAddition, CELBooleanLiteral, CELBytesLiteral, CELConditionalAnd, CELConditionalExpr, CELConditionalOr, CELDivision, CELDynamicPropertyAccessor, CELExpression, CELExpressionGroup, CELExpressionList, CELExpressionType, CELFieldInit, CELFieldInits, CELFloatLiteral, CELFunctionCall, CELIdentifier, CELIntegerLiteral, CELLikeExpression, CELList, CELLiteral, CELMap, CELMapInit, CELMapInits, CELMathOperation, CELMember, CELMemberIdentifierChain, CELMemberNegatedIdentifier, CELMemberNegatedIdentifierChain, CELMessageInit, CELModulo, CELMultiplication, CELNegatedLikeExpression, CELNegatedSubqueryExpression, CELNegation, CELNegative, CELNullLiteral, CELNumericLiteral, CELPrimary, CELProperty, CELRelation, CELRelop, CELStringLiteral, CELSubqueryExpression, CELSubtraction, CELUnsignedIntegerLiteral, ParseCELOptions, ParseCELOptionsIC, ParseCELOptionsStandard, ParsedCEL, celGenerateFlatAndOrList, celGenerateMixedAndOrList, celNormalizeCombinator, celNormalizeOperator, evalCELLiteralValue, extractSubqueryComponents, getCELIdentifierFromChain, getCELIdentifierFromNegatedChain, isCELAddition, isCELBooleanLiteral, isCELBytesLiteral, isCELConditionalAnd, isCELConditionalExpr, isCELConditionalOr, isCELDivision, isCELDynamicPropertyAccessor, isCELExpressionGroup, isCELExpressionList, isCELFieldInit, isCELFieldInits, isCELFloatLiteral, isCELFunctionCall, isCELIdentifier, isCELIdentifierOrChain, isCELIntegerLiteral, isCELLikeExpression, isCELList, isCELLiteral, isCELMap, isCELMapInit, isCELMapInits, isCELMember, isCELMessageInit, isCELModulo, isCELMultiplication, isCELNegatedIdentifier, isCELNegatedIdentifierOrChain, isCELNegatedLikeExpression, isCELNegatedSubqueryExpression, isCELNegation, isCELNegative, isCELNullLiteral, isCELNumericLiteral, isCELProperty, isCELRelation, isCELStringLiteral, isCELSubqueryExpression, isCELSubtraction, isCELUnsignedIntegerLiteral, parseCEL, transformAliasInExpression };
|
|
339
339
|
//# sourceMappingURL=parseCEL.d.ts.map
|
package/dist/parseCEL.js
CHANGED
|
@@ -1648,7 +1648,7 @@ var CELParser = class extends _ts_jison_parser.JisonParser {
|
|
|
1648
1648
|
break;
|
|
1649
1649
|
case 35:
|
|
1650
1650
|
this.$ = {
|
|
1651
|
-
type: "
|
|
1651
|
+
type: "MessageInit",
|
|
1652
1652
|
left: $$[$0 - 4],
|
|
1653
1653
|
list: $$[$0 - 2],
|
|
1654
1654
|
trailingComma: $$[$0 - 1]
|
|
@@ -2035,7 +2035,7 @@ const isCELFieldInit = (expr) => expr.type === "FieldInit";
|
|
|
2035
2035
|
// v8 ignore next
|
|
2036
2036
|
const isCELFieldInits = (expr) => expr.type === "FieldInits";
|
|
2037
2037
|
// v8 ignore next
|
|
2038
|
-
const
|
|
2038
|
+
const isCELMessageInit = (expr) => expr.type === "MessageInit";
|
|
2039
2039
|
const isCELFloatLiteral = (expr) => expr.type === "FloatLiteral";
|
|
2040
2040
|
// v8 ignore next
|
|
2041
2041
|
const isCELFunctionCall = (expr) => expr.type === "FunctionCall";
|
|
@@ -2474,7 +2474,6 @@ exports.isCELExpressionGroup = isCELExpressionGroup;
|
|
|
2474
2474
|
exports.isCELExpressionList = isCELExpressionList;
|
|
2475
2475
|
exports.isCELFieldInit = isCELFieldInit;
|
|
2476
2476
|
exports.isCELFieldInits = isCELFieldInits;
|
|
2477
|
-
exports.isCELFieldsObject = isCELFieldsObject;
|
|
2478
2477
|
exports.isCELFloatLiteral = isCELFloatLiteral;
|
|
2479
2478
|
exports.isCELFunctionCall = isCELFunctionCall;
|
|
2480
2479
|
exports.isCELIdentifier = isCELIdentifier;
|
|
@@ -2487,6 +2486,7 @@ exports.isCELMap = isCELMap;
|
|
|
2487
2486
|
exports.isCELMapInit = isCELMapInit;
|
|
2488
2487
|
exports.isCELMapInits = isCELMapInits;
|
|
2489
2488
|
exports.isCELMember = isCELMember;
|
|
2489
|
+
exports.isCELMessageInit = isCELMessageInit;
|
|
2490
2490
|
exports.isCELModulo = isCELModulo;
|
|
2491
2491
|
exports.isCELMultiplication = isCELMultiplication;
|
|
2492
2492
|
exports.isCELNegatedIdentifier = isCELNegatedIdentifier;
|