@formkit/pro 0.119.0 → 0.119.1

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 CHANGED
@@ -278,6 +278,7 @@ export declare interface DropdownSlotData {
278
278
  max?: number | string;
279
279
  closeOnSelect?: Bool;
280
280
  activeDescendant?: string;
281
+ deselect?: Bool;
281
282
  activeValue?: unknown;
282
283
  dropdownWrapperStyles: Record<string, boolean>;
283
284
  expanded: boolean;
@@ -1472,6 +1473,7 @@ declare module '@formkit/inputs' {
1472
1473
  selectionRemovable?: Props['multiple'] extends Yes ? undefined : Bool
1473
1474
  loadOnCreated?: Bool
1474
1475
  alwaysLoadOnOpen?: Bool
1476
+ clearOnSelect?: Bool
1475
1477
  }
1476
1478
 
1477
1479
  rating: {