@nmshd/content 2.8.8 → 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.
- package/dist/attributes/types/strings/AbstractPhoneNumber.js +1 -1
- package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
- package/dist/attributes/types/strings/AbstractURL.d.ts.map +1 -1
- package/dist/attributes/types/strings/AbstractURL.js +2 -2
- package/dist/attributes/types/strings/AbstractURL.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +7 -7
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractURL.d.ts","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractURL.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA4C,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC9G,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,8BAAsB,WAAY,SAAQ,cAAc;IAUpC,KAAK,EAAE,MAAM,CAAC;IAE9B,WAA2B,UAAU,IAAI,UAAU,
|
|
1
|
+
{"version":3,"file":"AbstractURL.d.ts","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractURL.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA4C,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC9G,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,8BAAsB,WAAY,SAAQ,cAAc;IAUpC,KAAK,EAAE,MAAM,CAAC;IAE9B,WAA2B,UAAU,IAAI,UAAU,CAOlD;IAED,WAA2B,WAAW,IAAI,WAAW,CAKpD;CACJ"}
|
|
@@ -18,7 +18,7 @@ class AbstractURL extends AbstractString_1.AbstractString {
|
|
|
18
18
|
return super.valueHints.copyWith({
|
|
19
19
|
min: 3,
|
|
20
20
|
max: 1024,
|
|
21
|
-
pattern: "
|
|
21
|
+
pattern: "/((([A-Za-z]{3,9}:(?:\\/\\/)?)(?:[-;:&=\\+\\$,\\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\\+\\$,\\w]+@)[A-Za-z0-9.-]+)((?:\\/[\\+~%\\/.\\w\\-_]*)?\\??(?:[-\\+=&;%@.\\w_]*)#?(?:[\\w]*))?)/"
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
24
|
static get renderHints() {
|
|
@@ -36,7 +36,7 @@ __decorate([
|
|
|
36
36
|
max: 1024,
|
|
37
37
|
regExp: new RegExp(
|
|
38
38
|
// eslint-disable-next-line no-useless-escape
|
|
39
|
-
|
|
39
|
+
/((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)/)
|
|
40
40
|
}),
|
|
41
41
|
__metadata("design:type", String)
|
|
42
42
|
], AbstractURL.prototype, "value", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractURL.js","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractURL.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,qDAA8G;AAC9G,sDAAmD;AAEnD,MAAsB,WAAY,SAAQ,+BAAc;IAY7C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,IAAI;YACT,OAAO,
|
|
1
|
+
{"version":3,"file":"AbstractURL.js","sourceRoot":"","sources":["../../../../src/attributes/types/strings/AbstractURL.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,qDAA8G;AAC9G,sDAAmD;AAEnD,MAAsB,WAAY,SAAQ,+BAAc;IAY7C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,IAAI;YACT,OAAO,EACH,uLAAuL;SAC9L,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,GAAG;SACpC,CAAC,CAAC;IACP,CAAC;CACJ;AA3BD,kCA2BC;AAjBmB;IATf,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI,MAAM;QACd,6CAA6C;QAC7C,mKAAmK,CACtK;KACJ,CAAC;;0CAC4B"}
|
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() {
|
|
@@ -14622,7 +14622,7 @@ class AbstractURL extends AbstractString_1.AbstractString {
|
|
|
14622
14622
|
return super.valueHints.copyWith({
|
|
14623
14623
|
min: 3,
|
|
14624
14624
|
max: 1024,
|
|
14625
|
-
pattern: "
|
|
14625
|
+
pattern: "/((([A-Za-z]{3,9}:(?:\\/\\/)?)(?:[-;:&=\\+\\$,\\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\\+\\$,\\w]+@)[A-Za-z0-9.-]+)((?:\\/[\\+~%\\/.\\w\\-_]*)?\\??(?:[-\\+=&;%@.\\w_]*)#?(?:[\\w]*))?)/"
|
|
14626
14626
|
});
|
|
14627
14627
|
}
|
|
14628
14628
|
static get renderHints() {
|
|
@@ -14640,7 +14640,7 @@ __decorate([
|
|
|
14640
14640
|
max: 1024,
|
|
14641
14641
|
regExp: new RegExp(
|
|
14642
14642
|
// eslint-disable-next-line no-useless-escape
|
|
14643
|
-
|
|
14643
|
+
/((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)/)
|
|
14644
14644
|
}),
|
|
14645
14645
|
__metadata("design:type", String)
|
|
14646
14646
|
], AbstractURL.prototype, "value", void 0);
|
|
@@ -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,
|