aq-fe-framework 0.1.433 → 0.1.434

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.
@@ -109,7 +109,7 @@ interface MySelectFromAPIProps<IRes extends IBaseEntity, IBody = any> extends My
109
109
  queryKey: QueryKey;
110
110
  axiosFn: () => Promise<AxiosResponse<MyApiResponse<IRes[]>, IBody>>;
111
111
  labelWithCode?: boolean;
112
- queryOptions?: UseQueryOptions<IRes[], Error>;
112
+ queryOptions?: Partial<UseQueryOptions<IRes[], Error>>;
113
113
  getOptionLabel?: (item: IRes) => string;
114
114
  setObjectData?: (item: IRes | undefined) => void;
115
115
  autoSelectFirstItem?: boolean;
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.433",
45
+ "version": "0.1.434",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"