alytus-ff 1.0.14 → 1.0.15

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/App.vue.d.ts CHANGED
@@ -91,7 +91,7 @@ declare const _default: import('vue').DefineComponent<{}, {
91
91
  value: string;
92
92
  name: string;
93
93
  }[] | undefined;
94
- create_choices_filter?: ((values: import('./index.ts').FilterValue) => boolean) | undefined;
94
+ create_choices_filter?: ((values: import('./index.ts').FilterValue) => ((item: any) => boolean) | null) | undefined;
95
95
  }, Filter | {
96
96
  name: string;
97
97
  title: string;
@@ -110,7 +110,7 @@ declare const _default: import('vue').DefineComponent<{}, {
110
110
  value: string;
111
111
  name: string;
112
112
  }[] | undefined;
113
- create_choices_filter?: ((values: import('./index.ts').FilterValue) => boolean) | undefined;
113
+ create_choices_filter?: ((values: import('./index.ts').FilterValue) => ((item: any) => boolean) | null) | undefined;
114
114
  }>;
115
115
  filterVal: import('vue').Ref<number, number>;
116
116
  upload: UploadMethodFx;