From f7fde54d96aaf53b1b0be323d5c4cd1bf746b685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Wed, 27 Dec 2023 12:07:20 -0800 Subject: [PATCH] - app version = 5.6.19 (#600) - imported updated shared correct-name and mixins - updated some validations - updated misc whitespace - added additional options to ResultingBusinessName.vue - added additional option to NameRequestInfo.vue - fixed numbered company suffix - added conditional links to return to proper steps - updated save/resume name options - updated more validations - temporarily skipped some unit tests - misc cleanup Co-authored-by: Severin Beauvais --- package-lock.json | 4 +- package.json | 2 +- .../Amalgamation/ResultingBusinessName.vue | 1 + src/components/common/NameRequestInfo.vue | 61 ++++++++++++++++++- src/components/common/Stepper.vue | 2 +- .../common/SummaryDefineCompany.vue | 1 + src/mixins/filing-template-mixin.ts | 5 +- src/views/AmalgamationRegular/Information.vue | 19 ------ tests/unit/NameRequestInfo.spec.ts | 9 ++- 9 files changed, 72 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02a1673ee..cadce79d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index a57fb1d74..77fe8437d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/components/Amalgamation/ResultingBusinessName.vue b/src/components/Amalgamation/ResultingBusinessName.vue index 35705d828..440904ec0 100644 --- a/src/components/Amalgamation/ResultingBusinessName.vue +++ b/src/components/Amalgamation/ResultingBusinessName.vue @@ -107,6 +107,7 @@ export default class ResultingBusinessName extends Mixins(AmalgamationMixin, Nam get companyName (): string { return (this.getNameRequestApprovedName || this.getBusinessLegalName) } + /** This section's validity state (when prompted by app). */ get invalidSection (): boolean { return (this.getShowErrors && !this.getCorrectNameOption) diff --git a/src/components/common/NameRequestInfo.vue b/src/components/common/NameRequestInfo.vue index 6c9211c7d..4cb36d3ff 100644 --- a/src/components/common/NameRequestInfo.vue +++ b/src/components/common/NameRequestInfo.vue @@ -204,11 +204,57 @@ -