@maltjoy/core-vue 5.22.1 → 5.22.2-next
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/components/JoyInput/JoyInput.types.d.ts +4 -1
- package/dist/core-vue.js +239 -242
- package/dist/core-vue.umd.cjs +1 -1
- package/dist/joy-core-vue-manifest.json +4 -4
- package/dist/style.css +1 -1
- package/package.json +110 -109
- package/LICENSE +0 -21
- package/dist/components/JoyAvailability/VJoyAvailability.figma.d.ts +0 -1
- package/dist/components/JoyBadge/VJoyBadge.figma.d.ts +0 -1
- package/dist/components/JoyButton/JoyButton.wip.figma.d.ts +0 -1
- package/dist/components/JoyFormError/JoyFormError.wip.figma.d.ts +0 -1
- package/dist/components/JoyHighlight/JoyHighlight.wip.figma.d.ts +0 -1
- package/dist/components/JoyIcon/JoyIcon.wip.figma.d.ts +0 -1
- package/dist/components/JoyIconButton/JoyIconButton.wip.figma.d.ts +0 -1
- package/dist/components/JoyInput/JoyInput.wip.figma.d.ts +0 -1
- package/dist/components/JoyLabel/JoyLabel.wip.figma.d.ts +0 -1
- package/dist/components/JoyPanel/JoyPanel.wip.figma.d.ts +0 -1
- package/dist/components/JoySnackbar/JoySnackbar.wip.figma.d.ts +0 -1
- package/dist/components/JoyTitleBrand/VJoyTitleBrand.wip.figma.d.ts +0 -1
- package/dist/components/JoyUserCard/JoyUserCard.wip.figma.d.ts +0 -1
|
@@ -29,7 +29,10 @@ export interface VJoyInputProps {
|
|
|
29
29
|
* Use VJoyInputPassword for password fields and toggle behavior.
|
|
30
30
|
*/
|
|
31
31
|
type?: string;
|
|
32
|
-
/**
|
|
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;
|