alytus-ff 1.0.12 → 1.0.13

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