react-querybuilder
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -0,0 +0,0 @@ ## Change Log |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "react-querybuilder", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "The React <QueryBuilder /> component for constructing queries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # react-querybuilder |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ export { default as ValueEditor } from './ValueEditor'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ import { QueryBuilder } from './QueryBuilder'; |
import React from 'react'; | ||
import { QueryBuilderProps } from './types'; | ||
export declare const QueryBuilder: React.FC<QueryBuilderProps>; |
import React from 'react'; | ||
import { RuleProps } from './types'; | ||
export declare const Rule: React.FC<RuleProps>; |
import React from 'react'; | ||
import { RuleGroupProps } from './types'; | ||
export declare const RuleGroup: React.FC<RuleGroupProps>; |
@@ -0,0 +0,0 @@ import React from 'react'; |
import { RuleGroupType, RuleType } from '../types'; | ||
declare const findRule: (id: string, parent: RuleGroupType) => RuleGroupType | RuleType | undefined; | ||
export default findRule; |
@@ -0,0 +0,0 @@ import { ExportFormat, RuleGroupType, ValueProcessor } from '../types'; |
@@ -0,0 +0,0 @@ import { RuleType, RuleGroupType } from '../types'; |
import { RuleGroupType, RuleType } from '../types'; | ||
declare const getLevel: (id: string, index: number, query: RuleGroupType | RuleType) => number; | ||
export default getLevel; |
@@ -0,0 +0,0 @@ export { default as findRule } from './findRule'; |
@@ -0,0 +0,0 @@ import { RuleType, RuleGroupType } from '../types'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
150051
3
425