@maltjoy/core-vue 5.22.1 → 5.22.2-next.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.
@@ -29,7 +29,10 @@ export interface VJoyInputProps {
29
29
  * Use VJoyInputPassword for password fields and toggle behavior.
30
30
  */
31
31
  type?: string;
32
- /** Adds a legend like symbol on the right of the component. Made for number based values */
32
+ /**
33
+ * @deprecated Use VJoyInputNumber instead.
34
+ * Adds a legend like symbol on the right of the component. Made for number based values
35
+ */
33
36
  unit?: string;
34
37
  /** Activates the readonly mode for the input */
35
38
  readonly?: boolean;