@flarehr/apollo-super-selection 1.3.42612 → 1.3.42772

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 = '1.3.42612';
287
+ const AppVersion = '1.3.42772';
288
288
 
289
289
  // -------------------------------------------------------------------------------------
290
290
  // guards
@@ -5240,7 +5240,7 @@ const MemberNameInput = class {
5240
5240
  this.showValidationErrors = false;
5241
5241
  this.errorMessage = '';
5242
5242
  // Pattern for name validation
5243
- this.NAME_PATTERN = "[A-Za-z][A-Za-z']+(( |-)[A-Za-z][A-Za-z']+)*\\s*$";
5243
+ this.NAME_PATTERN = "[A-Za-z]+(( |-)[A-Za-z][A-Za-z']+)*\\s*$";
5244
5244
  }
5245
5245
  render() {
5246
5246
  return (index.h(index.Host, null, index.h("input", { 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']+)*\\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 = '1.3.42612';
263
+ const AppVersion = '1.3.42772';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -5216,7 +5216,7 @@ const MemberNameInput = class {
5216
5216
  this.showValidationErrors = false;
5217
5217
  this.errorMessage = '';
5218
5218
  // Pattern for name validation
5219
- this.NAME_PATTERN = "[A-Za-z][A-Za-z']+(( |-)[A-Za-z][A-Za-z']+)*\\s*$";
5219
+ this.NAME_PATTERN = "[A-Za-z]+(( |-)[A-Za-z][A-Za-z']+)*\\s*$";
5220
5220
  }
5221
5221
  render() {
5222
5222
  return (h(Host, null, h("input", { type: "text", class: {