@steroidsjs/core 3.0.81 → 3.0.82
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
|
@@ -29743,7 +29743,7 @@
|
|
|
29743
29743
|
"decorators": [],
|
|
29744
29744
|
"description": "Свойства для элемента input",
|
|
29745
29745
|
"required": true,
|
|
29746
|
-
"type": "{disabled: boolean, name: string, onKeyUp: KeyboardEventHandler, placeholder: string, value: string | number, onChange: null}",
|
|
29746
|
+
"type": "{disabled: boolean, name: string, onKeyUp: KeyboardEventHandler, placeholder: string, required: boolean, value: string | number, onChange: null}",
|
|
29747
29747
|
"example": null
|
|
29748
29748
|
},
|
|
29749
29749
|
{
|
package/package.json
CHANGED