Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icreate/ics-basic-form-builder

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icreate/ics-basic-form-builder - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name":"@icreate/ics-basic-form-builder",
"version": "0.0.5",
"version": "0.0.6",
"description": "vue组件封装的表单设计器",

@@ -5,0 +5,0 @@ "main": "form-builder.umd.min.js",

@@ -40,2 +40,3 @@

<v-form-render
ref="vFormRef"
:form-json="formJson"

@@ -46,3 +47,3 @@ :form-data="formData"

@appendButtonClick="appendButtonClickHandler"
ref="vFormRef"
@formChange="handleFormChange"
>

@@ -70,2 +71,3 @@ </v-form-render>

>appendButtonClickHandler : 输入框后置按钮的回调函数(选传)
>handleFormChange: 表单数据改变时触发
>submitForm: 可以获取到表单数据formData

@@ -430,4 +432,17 @@

},
handleFormChange(
fieldName,
newValue,
oldValue,
formDataModel,
subFormName,
subFormRowIndex
) {
//fieldName name
//newValue 新值
//oldValue 旧值
//formDataModel 表单数据
},
},
}
```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc