@newview/file-ui 1.1.48 → 1.1.49

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/README.md CHANGED
@@ -1,6 +1,3 @@
1
- ## 1.1.48
2
- 1.新增房建构件划分选择组件
3
-
4
1
  ## 1.1.47
5
2
  1、UploadFile优化doBeforeUpload,增加对应'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx'格式文件的文件名长度检测,
6
3
 
package/dist/file-ui.js CHANGED
@@ -20517,8 +20517,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20517
20517
  signType: _ctx.getPropValue(item.signProp, "signType"),
20518
20518
  isFakeVerifySign: _ctx.getPropValue(item.signProp, "isFakeVerifySign"),
20519
20519
  signResult: _ctx.formModel[item.model],
20520
+ isInstitutionSign: _ctx.getPropValue(item.signProp, "isInstitutionSign"),
20520
20521
  onSignSuccess: ($event) => _ctx.signOnSuccess(item, $event)
20521
- }, null, 8, ["signContent", "signType", "isFakeVerifySign", "signResult", "onSignSuccess"])) : createCommentVNode("", true)
20522
+ }, null, 8, ["signContent", "signType", "isFakeVerifySign", "signResult", "isInstitutionSign", "onSignSuccess"])) : createCommentVNode("", true)
20522
20523
  ]),
20523
20524
  _: 1
20524
20525
  }, 8, ["onlyView", "formItems", "formModel"]);