@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.
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
284
284
  }
285
285
  }
286
286
 
287
- const AppVersion = '5.33.58857';
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']+)?(( |-)[A-Za-z]([A-Za-z']+)?)*\\s*$";
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: {
@@ -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']+)?(( |-)[A-Za-z]([A-Za-z']+)?)*\\s*$";
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.33.58857';
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']+)?(( |-)[A-Za-z]([A-Za-z']+)?)*\\s*$";
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: {