Update dependency @react-awesome-query-builder/ui to v6.5.2 (#88630)
* Update dependency @react-awesome-query-builder/ui to v6.5.2 * fix type errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
co-authored by
Ashley Harrison
parent
9f95841c45
commit
de67734871
@@ -1,9 +1,9 @@
|
||||
import {
|
||||
AnyObject,
|
||||
BasicConfig,
|
||||
Config,
|
||||
JsonTree,
|
||||
Operator,
|
||||
OperatorOptionsI,
|
||||
Settings,
|
||||
SimpleField,
|
||||
SqlFormatOperator,
|
||||
@@ -262,7 +262,7 @@ function getCustomOperators(config: BasicConfig) {
|
||||
valueSrc: ValueSource,
|
||||
valueType: string,
|
||||
opDef: Operator,
|
||||
operatorOptions: AnyObject,
|
||||
operatorOptions: OperatorOptionsI,
|
||||
fieldDef: SimpleField
|
||||
) => {
|
||||
return sqlFormatInOpOrNoop()(
|
||||
@@ -292,7 +292,7 @@ function getCustomOperators(config: BasicConfig) {
|
||||
valueSrc: ValueSource,
|
||||
valueType: string,
|
||||
opDef: Operator,
|
||||
operatorOptions: AnyObject,
|
||||
operatorOptions: OperatorOptionsI,
|
||||
fieldDef: SimpleField
|
||||
) => {
|
||||
return sqlFormatNotInOpOrNoop()(
|
||||
|
||||
Reference in New Issue
Block a user