@zscreate/form-component 1.1.221-test.43 → 1.1.221-test.44
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.
|
@@ -147326,7 +147326,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
147326
147326
|
/***/ ((module) => {
|
|
147327
147327
|
|
|
147328
147328
|
"use strict";
|
|
147329
|
-
module.exports = JSON.parse('{"i8":"1.1.221-test.
|
|
147329
|
+
module.exports = JSON.parse('{"i8":"1.1.221-test.44"}');
|
|
147330
147330
|
|
|
147331
147331
|
/***/ })
|
|
147332
147332
|
|
|
@@ -149304,7 +149304,7 @@ const basicComponents = [{
|
|
|
149304
149304
|
dataType: 'string',
|
|
149305
149305
|
pattern: '',
|
|
149306
149306
|
enableSpecialCharsRules: true,
|
|
149307
|
-
specialCharsRules: '/^(?!.*[#$|<]).*$/',
|
|
149307
|
+
specialCharsRules: '/^(?!.*[#$|<]).*$/s',
|
|
149308
149308
|
specialCharsMessage: '您输入的表单项中含有非法字符,请修正后提交!',
|
|
149309
149309
|
labelWidth: '',
|
|
149310
149310
|
placeholder: '请输入单行文本',
|
|
@@ -149332,7 +149332,7 @@ const basicComponents = [{
|
|
|
149332
149332
|
disabled: false,
|
|
149333
149333
|
pattern: '',
|
|
149334
149334
|
enableSpecialCharsRules: true,
|
|
149335
|
-
specialCharsRules: '/^(?!.*[#$|<]).*$/',
|
|
149335
|
+
specialCharsRules: '/^(?!.*[#$|<]).*$/s',
|
|
149336
149336
|
specialCharsMessage: '您输入的表单项中含有非法字符,请修正后提交!',
|
|
149337
149337
|
placeholder: '请输入多行文本',
|
|
149338
149338
|
confiOptions: [{
|