@intellias/menu 2.1.11 → 2.1.13
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/dist/js/kudosForm.js +1 -1
- package/package.json +1 -1
package/dist/js/kudosForm.js
CHANGED
|
@@ -152,7 +152,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
152
152
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
153
153
|
|
|
154
154
|
"use strict";
|
|
155
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"InEnglishValidatorRegex\", function() { return InEnglishValidatorRegex; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"InEnglishWithoutSymbolsRegex\", function() { return InEnglishWithoutSymbolsRegex; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"latinOnlyWithEmoji\", function() { return latinOnlyWithEmoji; });\nconst InEnglishValidatorRegex = (value) => {\n if (!value) {\n return true;\n }\n return !/[^\\x00-\\x7F]+/.test(value);\n};\nconst latinOnlyWithEmoji = (value) => !/[^a-zA-Z0-9\\s\\-_.,?!:;'\"#()/|@[\\]+&%°*=<>]+/.test(value ? value.replace(/[\\
|
|
155
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"InEnglishValidatorRegex\", function() { return InEnglishValidatorRegex; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"InEnglishWithoutSymbolsRegex\", function() { return InEnglishWithoutSymbolsRegex; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"latinOnlyWithEmoji\", function() { return latinOnlyWithEmoji; });\nconst InEnglishValidatorRegex = (value) => {\n if (!value) {\n return true;\n }\n return !/[^\\x00-\\x7F]+/.test(value);\n};\nconst latinOnlyWithEmoji = (value) => !/[^a-zA-Z0-9\\s\\-_.,?!:;'\"#()/|@[\\]+&%°*=<>]+/.test(value ? value.replace(/(<([^>]+)>)|([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])/gi, '').trim() : '');\nconst InEnglishWithoutSymbolsRegex = (value) => {\n if (!value) {\n return true;\n }\n return /^[a-zA-Z0-9\\s.,\\n]*$/.test(value);\n};\n\n\n\n//# sourceURL=webpack://MainMenu/./components/give-kudos-form/validators/InEnglishValidatorRegex.ts?");
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|