@newview/ui 1.1.49 → 1.1.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -1881,7 +1881,11 @@ export interface ComFormItem {
1881
1881
  /**
1882
1882
  * CA签章参数
1883
1883
  */
1884
- signProp?: signProp;
1884
+ signProp?: signProp;
1885
+ /**
1886
+ * 标签点击事件
1887
+ */
1888
+ onLabelClick?: Function
1885
1889
  }
1886
1890
 
1887
1891
  import type { DefineComponent } from 'vue';