@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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-cf8b04c6.entry.js → p-8d9214f1.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-860d9f11.system.entry.js → p-ea636055.system.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_41.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_41.entry.js +2 -2
- package/dist/lib/esm-es5/sss-button_41.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 = '1.3.
|
|
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]
|
|
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: {
|
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]
|
|
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.
|
|
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]
|
|
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: {
|