@formkit/pro 0.119.10 → 0.119.11
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 +17 -17
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -707,89 +707,89 @@ export declare interface FormKitRepeaterSlots<Props extends FormKitInputs<Props>
|
|
|
707
707
|
default: FormKitSlotData<Props, RepeaterSlotData & {
|
|
708
708
|
item: symbol;
|
|
709
709
|
index: number;
|
|
710
|
-
value:
|
|
710
|
+
value: Record<string, any>;
|
|
711
711
|
}>;
|
|
712
712
|
items: FormKitSlotData<Props, RepeaterSlotData>;
|
|
713
713
|
item: FormKitSlotData<Props, RepeaterSlotData>;
|
|
714
714
|
content: FormKitSlotData<Props, RepeaterSlotData & {
|
|
715
715
|
item: symbol;
|
|
716
716
|
index: number;
|
|
717
|
-
value:
|
|
717
|
+
value: Record<string, any>;
|
|
718
718
|
}>;
|
|
719
719
|
group: FormKitSlotData<Props, RepeaterSlotData & {
|
|
720
720
|
item: symbol;
|
|
721
721
|
index: number;
|
|
722
|
-
value:
|
|
722
|
+
value: Record<string, any>;
|
|
723
723
|
}>;
|
|
724
724
|
controls: FormKitSlotData<Props, RepeaterSlotData & {
|
|
725
725
|
item: symbol;
|
|
726
726
|
index: number;
|
|
727
|
-
value:
|
|
727
|
+
value: Record<string, any>;
|
|
728
728
|
}>;
|
|
729
729
|
up: FormKitSlotData<Props, RepeaterSlotData & {
|
|
730
730
|
item: symbol;
|
|
731
731
|
index: number;
|
|
732
|
-
value:
|
|
732
|
+
value: Record<string, any>;
|
|
733
733
|
}>;
|
|
734
734
|
upControl: FormKitSlotData<Props, RepeaterSlotData & {
|
|
735
735
|
item: symbol;
|
|
736
736
|
index: number;
|
|
737
|
-
value:
|
|
737
|
+
value: Record<string, any>;
|
|
738
738
|
}>;
|
|
739
739
|
controlLabel: FormKitSlotData<Props, RepeaterSlotData & {
|
|
740
740
|
item: symbol;
|
|
741
741
|
index: number;
|
|
742
|
-
value:
|
|
742
|
+
value: Record<string, any>;
|
|
743
743
|
}>;
|
|
744
744
|
moveUpIcon: FormKitSlotData<Props, RepeaterSlotData & {
|
|
745
745
|
item: symbol;
|
|
746
746
|
index: number;
|
|
747
|
-
value:
|
|
747
|
+
value: Record<string, any>;
|
|
748
748
|
}>;
|
|
749
749
|
remove: FormKitSlotData<Props, RepeaterSlotData & {
|
|
750
750
|
item: symbol;
|
|
751
751
|
index: number;
|
|
752
|
-
value:
|
|
752
|
+
value: Record<string, any>;
|
|
753
753
|
}>;
|
|
754
754
|
removeControl: FormKitSlotData<Props, RepeaterSlotData & {
|
|
755
755
|
item: symbol;
|
|
756
756
|
index: number;
|
|
757
|
-
value:
|
|
757
|
+
value: Record<string, any>;
|
|
758
758
|
}>;
|
|
759
759
|
removeIcon: FormKitSlotData<Props, RepeaterSlotData & {
|
|
760
760
|
item: symbol;
|
|
761
761
|
index: number;
|
|
762
|
-
value:
|
|
762
|
+
value: Record<string, any>;
|
|
763
763
|
}>;
|
|
764
764
|
insert: FormKitSlotData<Props, RepeaterSlotData & {
|
|
765
765
|
item: symbol;
|
|
766
766
|
index: number;
|
|
767
|
-
value:
|
|
767
|
+
value: Record<string, any>;
|
|
768
768
|
}>;
|
|
769
769
|
insertControl: FormKitSlotData<Props, RepeaterSlotData & {
|
|
770
770
|
item: symbol;
|
|
771
771
|
index: number;
|
|
772
|
-
value:
|
|
772
|
+
value: Record<string, any>;
|
|
773
773
|
}>;
|
|
774
774
|
addIcon: FormKitSlotData<Props, RepeaterSlotData & {
|
|
775
775
|
item: symbol;
|
|
776
776
|
index: number;
|
|
777
|
-
value:
|
|
777
|
+
value: Record<string, any>;
|
|
778
778
|
}>;
|
|
779
779
|
down: FormKitSlotData<Props, RepeaterSlotData & {
|
|
780
780
|
item: symbol;
|
|
781
781
|
index: number;
|
|
782
|
-
value:
|
|
782
|
+
value: Record<string, any>;
|
|
783
783
|
}>;
|
|
784
784
|
downControl: FormKitSlotData<Props, RepeaterSlotData & {
|
|
785
785
|
item: symbol;
|
|
786
786
|
index: number;
|
|
787
|
-
value:
|
|
787
|
+
value: Record<string, any>;
|
|
788
788
|
}>;
|
|
789
789
|
moveDownIcon: FormKitSlotData<Props, RepeaterSlotData & {
|
|
790
790
|
item: symbol;
|
|
791
791
|
index: number;
|
|
792
|
-
value:
|
|
792
|
+
value: Record<string, any>;
|
|
793
793
|
}>;
|
|
794
794
|
suffix: FormKitSlotData<Props, RepeaterSlotData>;
|
|
795
795
|
addButton: FormKitSlotData<Props, RepeaterSlotData>;
|