@fewangsit/wangsvue-fats 1.0.0-alpha.134 → 1.0.0-alpha.135

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.
@@ -44,10 +44,7 @@ type BaseSelectField<OptionsQueryParams extends QueryParams> = {
44
44
  */
45
45
  fetchOptionFn?(
46
46
  args: OptionsQueryParams,
47
- ):
48
- | Option[]
49
- | Promise<Option[]>
50
- | Promise<AxiosResponse<FetchOptionResponse<OptionsQueryParams>>>;
47
+ ): Option[] | Promise<Option[]> | Promise<AxiosResponse<FetchOptionResponse>>;
51
48
 
52
49
  optionField?: keyof OptionsQueryParams; // @example - actionOptions
53
50
  params?: OptionsQueryParams; // Additional QueryParams for the fetchOptionFn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.134",
3
+ "version": "1.0.0-alpha.135",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",