react-declarative 2.7.94 → 2.7.96

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/dist/index.d.ts CHANGED
@@ -13776,6 +13776,10 @@ declare module "react-declarative/components/One/fields/FileField" {
13776
13776
  *
13777
13777
  */
13778
13778
  view?: PickProp<IField<Data, Payload>, "view">;
13779
+ /**
13780
+ * The translate label for FieldType.File
13781
+ */
13782
+ tr?: PickProp<IField<Data, Payload>, "tr">;
13779
13783
  }
13780
13784
  /**
13781
13785
  * Interface representing a private file field.
@@ -29763,7 +29767,7 @@ declare module "react-declarative/components/One/components/SlotFactory/SlotCont
29763
29767
  File: ({
29764
29768
  invalid,
29765
29769
  incorrect,
29766
- value,
29770
+ value: upperValue,
29767
29771
  disabled,
29768
29772
  readonly,
29769
29773
  description,
@@ -29779,6 +29783,7 @@ declare module "react-declarative/components/One/components/SlotFactory/SlotCont
29779
29783
  name,
29780
29784
  upload,
29781
29785
  view,
29786
+ tr,
29782
29787
  }: import("../..").IFileSlot) => JSX.Element;
29783
29788
  Choose: ({
29784
29789
  invalid,