@formkit/pro 0.127.4 → 0.127.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/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -401,6 +401,7 @@ export declare interface FormKitAutocompleteSlots<Props extends FormKitInputs<Pr
|
|
|
401
401
|
help: FormKitSlotData<Props, AutocompleteSlotData>;
|
|
402
402
|
messages: FormKitSlotData<Props, AutocompleteSlotData>;
|
|
403
403
|
message: FormKitSlotData<Props, AutocompleteSlotData>;
|
|
404
|
+
loaderIcon: FormKitSlotData<Props, AutocompleteSlotData>;
|
|
404
405
|
}
|
|
405
406
|
|
|
406
407
|
declare interface FormKitColorpickerSlotData {
|
|
@@ -650,6 +651,7 @@ export declare interface FormKitDropdownSlots<Props extends FormKitInputs<Props>
|
|
|
650
651
|
option: FormKitOptionsItem<OptionsProValue<Props['options']>>;
|
|
651
652
|
index: number;
|
|
652
653
|
}>;
|
|
654
|
+
loaderIcon: FormKitSlotData<Props, DropdownSlotData>;
|
|
653
655
|
}
|
|
654
656
|
|
|
655
657
|
/**
|
|
@@ -942,6 +944,7 @@ export declare interface FormKitTaglistSlots<Props extends FormKitInputs<Props>>
|
|
|
942
944
|
option: FormKitOptionsItem;
|
|
943
945
|
index: number;
|
|
944
946
|
}>;
|
|
947
|
+
loaderIcon: FormKitSlotData<Props, TaglistSlotData>;
|
|
945
948
|
}
|
|
946
949
|
|
|
947
950
|
/**
|