xrk-components 2.0.0-beta.44 → 2.0.0-beta.45
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/lib/index.esm.js +2 -0
- package/lib/index.umd.js +2 -0
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -72272,6 +72272,8 @@ var arr2Reg = function (arr) {
|
|
|
72272
72272
|
testReg: new RegExp("^[".concat(str, "]+$"), 'i'),
|
|
72273
72273
|
replaceReg: new RegExp("[^".concat(str, "]"), 'g'),
|
|
72274
72274
|
errMsg: "\u8BF7\u8F93\u5165".concat(arr.join('、'))
|
|
72275
|
+
.replace('(、)', '')
|
|
72276
|
+
.replace('(、)', '()')
|
|
72275
72277
|
};
|
|
72276
72278
|
};
|
|
72277
72279
|
|
package/lib/index.umd.js
CHANGED
|
@@ -72275,6 +72275,8 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
72275
72275
|
testReg: new RegExp("^[".concat(str, "]+$"), 'i'),
|
|
72276
72276
|
replaceReg: new RegExp("[^".concat(str, "]"), 'g'),
|
|
72277
72277
|
errMsg: "\u8BF7\u8F93\u5165".concat(arr.join('、'))
|
|
72278
|
+
.replace('(、)', '')
|
|
72279
|
+
.replace('(、)', '()')
|
|
72278
72280
|
};
|
|
72279
72281
|
};
|
|
72280
72282
|
|