From f9e0c62a5a4c45ac00833c8751a0256423580252 Mon Sep 17 00:00:00 2001 From: Severin Beauvais Date: Thu, 10 Oct 2024 12:41:50 -0700 Subject: [PATCH] - app version = 5.12.4 - imported new shared Approval Type component (with lint fix) - imported new shared Certify component (with pronoun and colour fix) - updated entity display (per Jacqueline) --- package-lock.json | 58 +++++++++++----------------- package.json | 6 +-- src/resources/ContinuationIn/C.ts | 2 +- src/resources/ContinuationIn/CBEN.ts | 2 +- src/resources/ContinuationIn/CCC.ts | 2 +- src/resources/ContinuationIn/CUL.ts | 2 +- 6 files changed, 29 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7baa2b44..deca85c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "business-create-ui", - "version": "5.12.3", + "version": "5.12.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.12.3", + "version": "5.12.4", "dependencies": { "@babel/compat-data": "^7.21.5", - "@bcrs-shared-components/approval-type": "1.1.2", + "@bcrs-shared-components/approval-type": "1.1.3", "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/breadcrumb": "2.1.15", "@bcrs-shared-components/business-lookup": "1.3.4", - "@bcrs-shared-components/certify": "2.1.15", + "@bcrs-shared-components/certify": "2.1.51", "@bcrs-shared-components/completing-party": "2.1.30", "@bcrs-shared-components/confirm-dialog": "1.2.1", "@bcrs-shared-components/contact-info": "1.2.15", @@ -260,9 +260,9 @@ } }, "node_modules/@bcrs-shared-components/approval-type": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/approval-type/-/approval-type-1.1.2.tgz", - "integrity": "sha512-XenzbwjC4NrtB1I/d6q01qCCywh44MCzTGcaFQr09x5DM6SoQHnhhM8NSsyQSjm1Bw2LhoO7m0U7trX3wP0cuQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/approval-type/-/approval-type-1.1.3.tgz", + "integrity": "sha512-Z/sLfwZZbHFpFlXrmRYHdQqDvh0o5gyM35pKokTLixJWRoXnMkDrXf+c8nY7w9pnQP3Zmhfgp3nRJR05Nb0aRQ==", "dependencies": { "@bcrs-shared-components/date-picker": "^1.3.3", "@bcrs-shared-components/enums": "^1.1.11", @@ -270,16 +270,6 @@ "vue": "^2.7.14" } }, - "node_modules/@bcrs-shared-components/approval-type/node_modules/@bcrs-shared-components/date-picker": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/date-picker/-/date-picker-1.3.3.tgz", - "integrity": "sha512-s69gYHbd0XdtLqw+GUfQhHCeTR5abqXUoG5bzZ0ompoZ0zMFuAYIGe+u4DrruVhh7GhyeUu0pKjv7wbHuzzs8g==", - "dependencies": { - "@bcrs-shared-components/interfaces": "^1.1.16", - "@bcrs-shared-components/mixins": "^1.1.47", - "vue": "^2.7.14" - } - }, "node_modules/@bcrs-shared-components/approval-type/node_modules/@bcrs-shared-components/interfaces": { "version": "1.1.16", "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.16.tgz", @@ -290,20 +280,6 @@ "vue": "^2.7.14" } }, - "node_modules/@bcrs-shared-components/approval-type/node_modules/@bcrs-shared-components/mixins": { - "version": "1.1.47", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/mixins/-/mixins-1.1.47.tgz", - "integrity": "sha512-EMlf5F+//0GaEaHnISSLi+Hqbo1hpIdP02nUfP/FoiF79Me0fL4B54mkJFQMsh1kepJewkh2dA4Sm0GUzBnUsw==", - "dependencies": { - "@bcrs-shared-components/corp-type-module": "^1.0.16", - "@bcrs-shared-components/enums": "^1.1.11", - "@bcrs-shared-components/interfaces": "^1.1.16", - "country-list": "^2.3.0", - "lodash": "4.17.21", - "provinces": "^1.11.0", - "vue": "^2.7.14" - } - }, "node_modules/@bcrs-shared-components/base-address": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@bcrs-shared-components/base-address/-/base-address-2.0.3.tgz", @@ -335,12 +311,22 @@ } }, "node_modules/@bcrs-shared-components/certify": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.15.tgz", - "integrity": "sha512-EpURDqBv/SfS27Z6ZDLelvaCT1xoazDx5T+hvH/RM84feFS0PYNegXG4cCzZt1UCRrYnHRYoYdC2hJTUn+prhA==", + "version": "2.1.51", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.51.tgz", + "integrity": "sha512-x11JVxWmxRqf3RUTXW9vrCwuHQ+8/CyDoLsMvp/ggsgFM5jbeTbQzdW2KuMY5WSjiplntEakiQbsMaK0oWnE8A==", "dependencies": { - "@bcrs-shared-components/interfaces": "^1.0.58", - "vue-property-decorator": "^9.1.2" + "@bcrs-shared-components/interfaces": "^1.1.16", + "vue": "^2.7.14" + } + }, + "node_modules/@bcrs-shared-components/certify/node_modules/@bcrs-shared-components/interfaces": { + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.16.tgz", + "integrity": "sha512-RxmR+6W6t0lRkDGVb4VEHfEqgK76pk42LaJn36aSrd/hNIMfxgHEAqPT21zBJ5on5rvWzFMBemp3hV6DyUTw8Q==", + "dependencies": { + "@bcrs-shared-components/corp-type-module": "^1.0.16", + "@bcrs-shared-components/enums": "^1.1.11", + "vue": "^2.7.14" } }, "node_modules/@bcrs-shared-components/completing-party": { diff --git a/package.json b/package.json index 3fb166cc..ef387a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.12.3", + "version": "5.12.4", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", @@ -14,11 +14,11 @@ }, "dependencies": { "@babel/compat-data": "^7.21.5", - "@bcrs-shared-components/approval-type": "1.1.2", + "@bcrs-shared-components/approval-type": "1.1.3", "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/breadcrumb": "2.1.15", "@bcrs-shared-components/business-lookup": "1.3.4", - "@bcrs-shared-components/certify": "2.1.15", + "@bcrs-shared-components/certify": "2.1.51", "@bcrs-shared-components/completing-party": "2.1.30", "@bcrs-shared-components/confirm-dialog": "1.2.1", "@bcrs-shared-components/contact-info": "1.2.15", diff --git a/src/resources/ContinuationIn/C.ts b/src/resources/ContinuationIn/C.ts index 371ddfbb..140d1576 100644 --- a/src/resources/ContinuationIn/C.ts +++ b/src/resources/ContinuationIn/C.ts @@ -35,7 +35,7 @@ export const ContinuationInResourceC: ContinuationInResourceIF = { completingPartyStatement: { certifyStatements: [], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/ContinuationIn/CBEN.ts b/src/resources/ContinuationIn/CBEN.ts index 969e166f..07f78f62 100644 --- a/src/resources/ContinuationIn/CBEN.ts +++ b/src/resources/ContinuationIn/CBEN.ts @@ -36,7 +36,7 @@ export const ContinuationInResourceCben: ContinuationInResourceIF = { completingPartyStatement: { certifyStatements: [], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/ContinuationIn/CCC.ts b/src/resources/ContinuationIn/CCC.ts index 4ba5a2d1..afe90f6a 100644 --- a/src/resources/ContinuationIn/CCC.ts +++ b/src/resources/ContinuationIn/CCC.ts @@ -36,7 +36,7 @@ export const ContinuationInResourceCcc: ContinuationInResourceIF = { completingPartyStatement: { certifyStatements: [], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/ContinuationIn/CUL.ts b/src/resources/ContinuationIn/CUL.ts index e7f0b8b7..9b0d2161 100644 --- a/src/resources/ContinuationIn/CUL.ts +++ b/src/resources/ContinuationIn/CUL.ts @@ -36,7 +36,7 @@ export const ContinuationInResourceCul: ContinuationInResourceIF = { completingPartyStatement: { certifyStatements: [], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } }