@dragonmastery/zinia-forms-core 0.5.4 → 0.5.6

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/dist/index.d.ts CHANGED
@@ -2064,6 +2064,8 @@ interface ColumnDefinition<TData, TField extends keyof TData> {
2064
2064
  filterAllowCreate?: boolean;
2065
2065
  filterAllOptionText?: string;
2066
2066
  filterShowAllOption?: boolean;
2067
+ filterSearchable?: boolean;
2068
+ filterDefaultOperator?: 'eq' | 'ne' | 'in' | 'notIn';
2067
2069
  sortLabels?: {
2068
2070
  asc: string;
2069
2071
  desc: string;