
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
@goldnet/react
Advanced tools
v0.0.28
v0.0.27
v0.0.26
v0.0.26
v0.0.23
v0.0.22
v0.0.21
v0.0.20
v0.0.19
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
zpage增加 getTableRef(), 用于回去table的方法
zsearch优化 增加数据对象是[]数组情况下的处理,显示顶部背景,不显示搜索框。
ztable优化 分页增加跳转和页数大小选择
v0.0.12
zpage增加
size 字段: 'large' | 'middle' | 'small' , 用于设置搜索与表格大小。 zTableHideSerialNumber 字段:隐藏序号 loading 字段, 用于网络请求时设置
表单类型增加switch
{
type: 'switch',
key: 'isDeleted',
label: '状态',
placeholder: '请输入',
value: item && item.isDeleted,
option: [
{ label: '已启用', value: true },
{ label: '已停用', value: false }
]
}
表单增类型加上传upload
{
type: 'upload',
key: 'docId',
label: '上传授信批复函',
placeholder: '上传文件',
option: [
{
label: '*',
value: uploadFile
}
],
rules: [{ required: true, message: '请上传批复函件' }]
}
zmodal弹出组件增加点击空白区域能否关闭弹窗字段:maskClosable。
ztable增加
hideSerialNumber字段, 隐藏序号 scroll 设置滚动条,使用同ant table一致。 onRow 设置表格选中,使用同ant table一致。 replace()方法,用于替换表格数据。
ztableForm增加
handleSave 可编辑值变化后时调用 onValuesChange?: (values: any) => void; 属性变化时调用
FAQs
v0.0.28
We found that @goldnet/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.