@flarehr/apollo-super-selection 5.33.58857 → 5.35.59699
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/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-9560cde4.entry.js → p-acc018a2.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-6cfe67bb.system.entry.js → p-ccf21337.system.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_33.cjs.entry.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +1 -1
- package/dist/lib/esm/sss-button_33.entry.js +2 -2
- package/dist/lib/esm-es5/sss-button_33.entry.js +1 -1
- package/package.json +1 -1
|
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
const AppVersion = '5.
|
|
287
|
+
const AppVersion = '5.35.59699';
|
|
288
288
|
|
|
289
289
|
// -------------------------------------------------------------------------------------
|
|
290
290
|
// guards
|
|
@@ -4827,7 +4827,7 @@ const MemberNameInput = class {
|
|
|
4827
4827
|
this.showValidationErrors = false;
|
|
4828
4828
|
this.errorMessage = '';
|
|
4829
4829
|
// Pattern for name validation
|
|
4830
|
-
this.NAME_PATTERN = "[A-Za-z]([A-Za-z']
|
|
4830
|
+
this.NAME_PATTERN = "^[A-Za-z](?:[A-Za-z]||'[A-Za-z]||-[A-Za-z]|| [A-Za-z])*\\s*$";
|
|
4831
4831
|
}
|
|
4832
4832
|
render() {
|
|
4833
4833
|
return (index.h(index.Host, null, index.h("input", { "data-testid": this.testId, type: "text", class: {
|
package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js
CHANGED
|
@@ -7,7 +7,7 @@ export class MemberNameInput {
|
|
|
7
7
|
this.showValidationErrors = false;
|
|
8
8
|
this.errorMessage = '';
|
|
9
9
|
// Pattern for name validation
|
|
10
|
-
this.NAME_PATTERN = "[A-Za-z]([A-Za-z']
|
|
10
|
+
this.NAME_PATTERN = "^[A-Za-z](?:[A-Za-z]||'[A-Za-z]||-[A-Za-z]|| [A-Za-z])*\\s*$";
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
13
|
return (h(Host, null,
|
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '5.
|
|
263
|
+
const AppVersion = '5.35.59699';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -4803,7 +4803,7 @@ const MemberNameInput = class {
|
|
|
4803
4803
|
this.showValidationErrors = false;
|
|
4804
4804
|
this.errorMessage = '';
|
|
4805
4805
|
// Pattern for name validation
|
|
4806
|
-
this.NAME_PATTERN = "[A-Za-z]([A-Za-z']
|
|
4806
|
+
this.NAME_PATTERN = "^[A-Za-z](?:[A-Za-z]||'[A-Za-z]||-[A-Za-z]|| [A-Za-z])*\\s*$";
|
|
4807
4807
|
}
|
|
4808
4808
|
render() {
|
|
4809
4809
|
return (h(Host, null, h("input", { "data-testid": this.testId, type: "text", class: {
|