@platforma-sdk/ui-vue 1.27.2 → 1.27.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.27.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 518ec02: Aminoacid validation pattern relaxed
8
+
3
9
  ## 1.27.2
4
10
 
5
11
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -23237,7 +23237,7 @@ function lg(t, e) {
23237
23237
  var r, i;
23238
23238
  const n = ((r = t.spec.domain) == null ? void 0 : r["pl7.app/alphabet"]) ?? ((i = t.spec.annotations) == null ? void 0 : i["pl7.app/alphabet"]);
23239
23239
  if (n === "nucleotide" && !/^[AaTtGgCcNn]+$/.test(e)) throw Error("Model value is not a nucleotide.");
23240
- if (n === "aminoacid" && !/^[AaCcDdEeFfGgHhIiKkLlMmNnPpQqRrSsTtVvWwYyXx]+$/.test(e)) throw Error("Model value is not an aminoacid.");
23240
+ if (n === "aminoacid" && !/^[AaCcDdEeFfGgHhIiKkLlMmNnPpQqRrSsTtVvWwYyXx*_]+$/.test(e)) throw Error("Model value is not an aminoacid.");
23241
23241
  return e;
23242
23242
  }
23243
23243
  function iz(t) {