@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 +2 -0
- package/dist/index.js +361 -186
- package/dist/index.js.map +1 -1
- package/dist/tailwind.css +3 -3
- package/package.json +1 -1
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;
|