@formkit/pro 0.114.0-3277316 → 0.114.0-791c329
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.cjs +1 -1
- package/index.d.ts +1 -7
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -467,10 +467,6 @@ export declare interface FormKitDropdownSlots<Props extends FormKitInputs<Props>
|
|
|
467
467
|
index: number;
|
|
468
468
|
}>;
|
|
469
469
|
placeholder: FormKitSlotData<Props, DropdownSlotData>;
|
|
470
|
-
tag: FormKitSlotData<Props, TaglistSlotData & {
|
|
471
|
-
option: FormKitOptionsItem;
|
|
472
|
-
index: number;
|
|
473
|
-
}>;
|
|
474
470
|
}
|
|
475
471
|
|
|
476
472
|
/**
|
|
@@ -984,9 +980,7 @@ export declare interface TaglistSlotData {
|
|
|
984
980
|
search: string;
|
|
985
981
|
hasNextPage: (data?: any) => void;
|
|
986
982
|
fns: FormKitFrameworkContext['fns'] & {};
|
|
987
|
-
handlers: FormKitFrameworkContext['handlers'] & {
|
|
988
|
-
removeSelection: (option: FormKitOptionsItem) => void;
|
|
989
|
-
};
|
|
983
|
+
handlers: FormKitFrameworkContext['handlers'] & {};
|
|
990
984
|
ui: FormKitFrameworkContext['ui'] & {
|
|
991
985
|
isLoading: FormKitMessage;
|
|
992
986
|
loadMore: FormKitMessage;
|