@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/autocomplete/index.mjs +1 -1
- package/datepicker/index.mjs +1 -1
- package/dropdown/index.mjs +1 -1
- package/genesis.css +1 -1
- package/index.cjs +1 -1
- package/index.d.ts +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
- package/repeater/index.mjs +1 -1
- package/repeater/repeater.ts +30 -22
- package/slider/index.mjs +1 -1
- package/taglist/index.mjs +1 -1
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: {
|