ukrbublik / react-awesome-query-builder

User-friendly query builder for React
https://ukrbublik.github.io/react-awesome-query-builder
MIT License
1.91k stars 490 forks source link

Missing "conjuction" and "not" in RuleGroupExtProperties type #1021

Closed noam7700 closed 1 month ago

noam7700 commented 6 months ago

Describe the bug rule_group's properties (aka RuleGroupExtProperties) is missing "conjuction" and "not" in it's types. currently only GroupProperties has those

See in types index.d.ts image

but for example if I create a rule group with in sandbox, the tree does have those properties: image

image