@zscreate/form-component 1.1.226 → 1.1.227

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.
@@ -138865,7 +138865,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
138865
138865
  /***/ ((module) => {
138866
138866
 
138867
138867
  "use strict";
138868
- module.exports = {"i8":"1.1.226"};
138868
+ module.exports = {"i8":"1.1.227"};
138869
138869
 
138870
138870
  /***/ })
138871
138871
 
@@ -139123,7 +139123,7 @@ const basicComponents = [{
139123
139123
  dataType: 'string',
139124
139124
  pattern: '',
139125
139125
  enableSpecialCharsRules: true,
139126
- specialCharsRules: '/^(?!.*[#$|<]).*$/',
139126
+ specialCharsRules: '/^(?!.*[#$|<]).*$/s',
139127
139127
  specialCharsMessage: '您输入的表单项中含有非法字符,请修正后提交!',
139128
139128
  labelWidth: '',
139129
139129
  placeholder: '请输入单行文本',
@@ -139151,7 +139151,7 @@ const basicComponents = [{
139151
139151
  disabled: false,
139152
139152
  pattern: '',
139153
139153
  enableSpecialCharsRules: true,
139154
- specialCharsRules: '/^(?!.*[#$|<]).*$/',
139154
+ specialCharsRules: '/^(?!.*[#$|<]).*$/s',
139155
139155
  specialCharsMessage: '您输入的表单项中含有非法字符,请修正后提交!',
139156
139156
  placeholder: '请输入多行文本',
139157
139157
  confiOptions: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.226",
3
+ "version": "1.1.227",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",