@steroidsjs/core 3.0.80 → 3.0.81
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/docs-autogen-result.json
CHANGED
|
@@ -26936,7 +26936,7 @@
|
|
|
26936
26936
|
"decorators": [],
|
|
26937
26937
|
"description": "Свойства для элемента input",
|
|
26938
26938
|
"required": true,
|
|
26939
|
-
"type": "{disabled: boolean, max: number, min: number, name: string, placeholder: string, step: string | number, type: string, value: number, onChange: null}",
|
|
26939
|
+
"type": "{disabled: boolean, max: number, min: number, name: string, placeholder: string, required: boolean, step: string | number, type: string, value: number, onChange: null}",
|
|
26940
26940
|
"example": null
|
|
26941
26941
|
},
|
|
26942
26942
|
{
|
package/package.json
CHANGED