
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@easyv/react-gui
Advanced tools
类似于name/value/displayName/type 都属于主属性,不会改变其数据结构位置,如上图示例 selectableDisabled
、defaultEntry
等其他属性会被处理到config对象中,
组件接收的数据如下所示
{
name: 'upload5',
displayName: '文件夹',
config:{
selectableDisabled:true,
defaultEntry:'/main.json',
accept:".easytwin",
},
value: {
entry: 'components/static-image/borderMapNew/hebei/130000.json',
options: [
xxx
]
},
type: 'folder'
}
类似于name/value/displayName/type 都属于主属性,不会改变其数据结构位置,如上图示例 selectableDisabled
、defaultEntry
等其他属性 需要预先写到 config对象中,
组件接收的数据如下所示
{
name: 'upload7',
displayName: '文件夹_new',
config:{
selectableDisabled:true,
defaultEntry:'/main.json',
accept:".easytwin"
},
value: {
entry: 'components/static-image/borderMapNew/hebei/130000.json',
options: [
xxx
]
},
type: 'folder'
},
FAQs
## tip: 组件配置项,旧版本 “ \_xxx ” 开头,新版本 " xxx "
The npm package @easyv/react-gui receives a total of 23 weekly downloads. As such, @easyv/react-gui popularity was classified as not popular.
We found that @easyv/react-gui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 18 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.