alytus-ff 1.0.4 → 1.0.5

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
@@ -87,6 +87,10 @@ declare const _default: import('vue').DefineComponent<{}, {
87
87
  id: number;
88
88
  name: string;
89
89
  }[] | undefined;
90
+ choices?: {
91
+ value: string;
92
+ name: string;
93
+ }[] | undefined;
90
94
  }, Filter | {
91
95
  name: string;
92
96
  title: string;
@@ -101,6 +105,10 @@ declare const _default: import('vue').DefineComponent<{}, {
101
105
  id: number;
102
106
  name: string;
103
107
  }[] | undefined;
108
+ choices?: {
109
+ value: string;
110
+ name: string;
111
+ }[] | undefined;
104
112
  }>;
105
113
  filterVal: import('vue').Ref<number, number>;
106
114
  upload: UploadMethodFx;