@stemy/ngx-dynamic-form 13.1.1 → 13.1.2
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.
|
@@ -116,7 +116,7 @@ function findRefs(property) {
|
|
|
116
116
|
return refs.map(t => t.split("/").pop());
|
|
117
117
|
}
|
|
118
118
|
function replaceSpecialChars(str, to = "-") {
|
|
119
|
-
return (str || "").replace(/[&\/\\#, +()
|
|
119
|
+
return (str || "").replace(/[&\/\\#, +()$~%.@'":*?<>{}]/g, to);
|
|
120
120
|
}
|
|
121
121
|
function mergeFormModels(formModels) {
|
|
122
122
|
const res = [];
|