@messaia/cdk 12.3.0 → 12.3.4

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.
@@ -166,6 +166,10 @@ export declare class VdSelectComponent extends AbstractMatFormField<any> impleme
166
166
  * launch?: function
167
167
  */
168
168
  onLaunch: EventEmitter<any>;
169
+ /**
170
+ * searchField?: function
171
+ */
172
+ searchField: (x: any) => string;
169
173
  /**
170
174
  * Constructor
171
175
  * @param ngControl
@@ -19,6 +19,7 @@ export declare class TableColumn {
19
19
  event?: Function | string;
20
20
  inputType?: string;
21
21
  filterInputNumber?: boolean;
22
+ filterOperator?: string;
22
23
  patchIncludes?: string[];
23
24
  eventArgs?: any;
24
25
  disable?: Function;