@nmshd/content 2.8.9 → 2.8.10
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractPhoneNumber.js","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractPhoneNumber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,qDAA8G;AAC9G,sDAAmD;AAEnD,MAAsB,mBAAoB,SAAQ,+BAAc;IAKrD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,GAAG;YACR,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"AbstractPhoneNumber.js","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractPhoneNumber.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,qDAA8G;AAC9G,sDAAmD;AAEnD,MAAsB,mBAAoB,SAAQ,+BAAc;IAKrD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,GAAG;YACR,OAAO,EAAE,+BAA+B;SAC3C,CAAC,CAAC;IACP,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,SAAS;YACvC,QAAQ,EAAE,2BAAmB,CAAC,WAAW;SAC5C,CAAC,CAAC;IACP,CAAC;CACJ;AAnBD,kDAmBC;AAhBmB;IAFf,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC,EAAE,CAAC;;kDACnD"}
|
package/dist/buildInformation.js
CHANGED
|
@@ -5,10 +5,10 @@ const ts_serval_1 = require("@js-soft/ts-serval");
|
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
const transport_1 = require("@nmshd/transport");
|
|
7
7
|
exports.buildInformation = {
|
|
8
|
-
version: "2.8.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2024-03-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.8.10",
|
|
9
|
+
build: "42",
|
|
10
|
+
date: "2024-03-06T10:59:05+00:00",
|
|
11
|
+
commit: "a357a1d82deba6e2315be6c68472c7a83d822e90",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.1","@nmshd/iql":"^1.0.2","easy-tsnameof":"^3.0.6"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -14576,7 +14576,7 @@ class AbstractPhoneNumber extends AbstractString_1.AbstractString {
|
|
|
14576
14576
|
return super.valueHints.copyWith({
|
|
14577
14577
|
min: 3,
|
|
14578
14578
|
max: 100,
|
|
14579
|
-
pattern: "
|
|
14579
|
+
pattern: "^[\\d+\\-x#*()/[\\] ]{3,100}$"
|
|
14580
14580
|
});
|
|
14581
14581
|
}
|
|
14582
14582
|
static get renderHints() {
|
|
@@ -14739,10 +14739,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
14739
14739
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
14740
14740
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
14741
14741
|
exports.buildInformation = {
|
|
14742
|
-
version: "2.8.
|
|
14743
|
-
build: "
|
|
14744
|
-
date: "2024-03-
|
|
14745
|
-
commit: "
|
|
14742
|
+
version: "2.8.10",
|
|
14743
|
+
build: "42",
|
|
14744
|
+
date: "2024-03-06T10:59:05+00:00",
|
|
14745
|
+
commit: "a357a1d82deba6e2315be6c68472c7a83d822e90",
|
|
14746
14746
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.1","@nmshd/iql":"^1.0.2","easy-tsnameof":"^3.0.6"},
|
|
14747
14747
|
libraries: {
|
|
14748
14748
|
serval: ts_serval_1.buildInformation,
|