@formkit/pro 0.114.0-fd1bcdf → 0.114.0

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
@@ -591,6 +591,7 @@ export declare interface FormKitRepeaterSlots<Props extends FormKitInputs<Props>
591
591
  outer: FormKitSlotData<Props, RepeaterSlotData>;
592
592
  fieldset: FormKitSlotData<Props, RepeaterSlotData>;
593
593
  legend: FormKitSlotData<Props, RepeaterSlotData>;
594
+ empty: FormKitSlotData<Props, RepeaterSlotData>;
594
595
  help: FormKitSlotData<Props, RepeaterSlotData>;
595
596
  prefix: FormKitSlotData<Props, RepeaterSlotData>;
596
597
  default: FormKitSlotData<Props, RepeaterSlotData>;
@@ -1290,7 +1291,6 @@ declare module '@formkit/inputs' {
1290
1291
  selectionRemovable?: Props['multiple'] extends Yes ? undefined : Bool
1291
1292
  loadOnCreated?: Bool
1292
1293
  alwaysLoadOnOpen?: Bool
1293
- optionsAppearance?: 'checkbox'
1294
1294
  }
1295
1295
 
1296
1296
  rating: {