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:
renovate[bot]
2024-06-04 12:15:16 +03:00
committed by GitHub
co-authored by Ashley Harrison
parent 9f95841c45
commit de67734871
4 changed files with 63 additions and 29 deletions
@@ -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()(