@acorex/cdk 20.1.18 → 20.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/common/index.d.ts
CHANGED
|
@@ -492,7 +492,7 @@ declare abstract class AXAutocompleteParentComponent<T> extends MXValueComponent
|
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
type AXDataSourceOperator = {
|
|
495
|
-
type: 'equal' | 'isNull' | 'isEmpty' | 'lt' | 'lte' | 'gt' | 'gte' | 'startsWith' | 'endsWith' | 'contains';
|
|
495
|
+
type: 'equal' | 'isNull' | 'isEmpty' | 'lt' | 'lte' | 'gt' | 'gte' | 'startsWith' | 'endsWith' | 'contains' | 'in';
|
|
496
496
|
negative?: boolean;
|
|
497
497
|
};
|
|
498
498
|
type AXFilterLogic = 'and' | 'or';
|