react-querybuilder
Advanced tools
Comparing version 6.2.0 to 6.3.0-alpha.0
@@ -1,3 +0,3 @@ | ||
import * as _react_querybuilder_ts_dist_importExport from '@react-querybuilder/ts/dist/importExport'; | ||
import { RuleProcessor, ValueProcessorByRule, RuleType, ValueProcessorOptions, RuleGroupTypeAny, FormatQueryOptions, ParameterizedSQL, ParameterizedNamedSQL, RQBJsonLogic, ExportFormat, ValueProcessorLegacy } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { R as RuleProcessor, V as ValueProcessorByRule, a as ValueProcessorOptions, F as FormatQueryOptions, P as ParameterizedSQL, b as ParameterizedNamedSQL, c as RQBJsonLogic, E as ExportFormat, d as ValueProcessorLegacy } from './importExport-d473c9d2.js'; | ||
import { R as RuleType, a as RuleGroupTypeAny } from './basic-b86f9e36.js'; | ||
@@ -70,12 +70,12 @@ declare const defaultRuleProcessorCEL: RuleProcessor; | ||
*/ | ||
declare const defaultValueProcessorCELByRule: _react_querybuilder_ts_dist_importExport.RuleProcessor; | ||
declare const defaultValueProcessorCELByRule: RuleProcessor; | ||
/** | ||
* @deprecated Renamed to "defaultRuleProcessorMongoDB". | ||
*/ | ||
declare const defaultValueProcessorMongoDBByRule: _react_querybuilder_ts_dist_importExport.RuleProcessor; | ||
declare const defaultValueProcessorMongoDBByRule: RuleProcessor; | ||
/** | ||
* @deprecated Renamed to "defaultRuleProcessorSpEL". | ||
*/ | ||
declare const defaultValueProcessorSpELByRule: _react_querybuilder_ts_dist_importExport.RuleProcessor; | ||
declare const defaultValueProcessorSpELByRule: RuleProcessor; | ||
export { defaultCELValueProcessor, defaultMongoDBValueProcessor, defaultRuleProcessorCEL, defaultRuleProcessorJsonLogic, defaultRuleProcessorMongoDB, defaultRuleProcessorSQL, defaultRuleProcessorSpEL, defaultSpELValueProcessor, defaultValueProcessor, defaultValueProcessorByRule, defaultValueProcessorCELByRule, defaultValueProcessorMongoDBByRule, defaultValueProcessorSpELByRule, formatQuery, jsonLogicAdditionalOperators }; |
@@ -1,2 +0,3 @@ | ||
import { DefaultRuleGroupType, ParseCELOptions, DefaultRuleGroupTypeIC } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { D as DefaultRuleGroupType, b as DefaultRuleGroupTypeIC } from './basic-b86f9e36.js'; | ||
import { e as ParseCELOptions } from './importExport-d473c9d2.js'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { RQBJsonLogic, DefaultRuleGroupType, ParseJsonLogicOptions, DefaultRuleGroupTypeIC } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { D as DefaultRuleGroupType, b as DefaultRuleGroupTypeIC } from './basic-b86f9e36.js'; | ||
import { c as RQBJsonLogic, f as ParseJsonLogicOptions } from './importExport-d473c9d2.js'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { DefaultRuleGroupType, ParseMongoDbOptions, DefaultRuleGroupTypeIC } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { D as DefaultRuleGroupType, b as DefaultRuleGroupTypeIC } from './basic-b86f9e36.js'; | ||
import { g as ParseMongoDbOptions } from './importExport-d473c9d2.js'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { DefaultRuleGroupType, ParseSQLOptions, DefaultRuleGroupTypeIC } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { D as DefaultRuleGroupType, b as DefaultRuleGroupTypeIC } from './basic-b86f9e36.js'; | ||
import { h as ParseSQLOptions } from './importExport-d473c9d2.js'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { RuleGroupTypeAny, RuleGroupType, RuleType, RuleGroupTypeIC } from '@react-querybuilder/ts/dist/index.noReact'; | ||
import { a as RuleGroupTypeAny, d as RuleGroupType, R as RuleType, e as RuleGroupTypeIC } from './basic-b86f9e36.js'; | ||
@@ -3,0 +3,0 @@ interface TransformQueryOptions<RG extends RuleGroupTypeAny = RuleGroupType> { |
{ | ||
"name": "react-querybuilder", | ||
"version": "6.2.0", | ||
"version": "6.3.0-alpha.0", | ||
"description": "The React <QueryBuilder /> component for constructing queries", | ||
@@ -102,4 +102,2 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@react-querybuilder/ctx": "^6.2.0", | ||
"@react-querybuilder/ts": "^6.2.0", | ||
"clsx": "^1.2.1", | ||
@@ -123,3 +121,3 @@ "immer": "^10.0.1" | ||
}, | ||
"gitHead": "36c80581e9a487e9ec223a4a5149f3d2f1ca0f28" | ||
"gitHead": "fd69d09523be41dfb8515ae0bab1b9f9f70411c1" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4909712
3
44
29574
2
- Removed@react-querybuilder/ctx@^6.2.0
- Removed@react-querybuilder/ts@^6.2.0
- Removed@react-querybuilder/ctx@6.2.0(transitive)
- Removed@react-querybuilder/ts@6.2.0(transitive)