novo-elements 11.2.1 → 11.3.0-next.2

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.
@@ -31,6 +31,7 @@ export interface DataTableWhere {
31
31
  keywords?: SearchKeywords;
32
32
  booleanKeywords?: string;
33
33
  scoreByEntityId?: number;
34
+ matchMetaData?: any;
34
35
  form: any;
35
36
  }
36
37
  export interface DataTableSavedSearchOwner {
@@ -85,6 +85,7 @@ export declare class ConditionBuilderComponent implements OnInit, OnChanges, Aft
85
85
  updateFieldSelection(): void;
86
86
  updateConditionType(): void;
87
87
  private findDefinitionForField;
88
+ private doesFieldQualifyAsBinary;
88
89
  private createFieldTemplates;
89
90
  private createFieldOperators;
90
91
  private createFieldInput;
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class NovoDefaultBooleanConditionDef extends AbstractConditionFieldDef {
9
9
  defaultOperator: Operator;
10
10
  constructor(labelService: NovoLabelService);
11
+ optIdentify(option: any): any;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<NovoDefaultBooleanConditionDef, never>;
12
13
  static ɵcmp: i0.ɵɵComponentDeclaration<NovoDefaultBooleanConditionDef, "novo-boolean-condition-def", never, {}, {}, never, never, false, never>;
13
14
  }