diff --git a/package-lock.json b/package-lock.json index bdbdeb60c..8cd9122bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-edit-ui", - "version": "4.10.1", + "version": "4.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-edit-ui", - "version": "4.10.1", + "version": "4.10.2", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/action-chip": "1.1.5", @@ -18,7 +18,7 @@ "@bcrs-shared-components/completing-party": "2.1.30", "@bcrs-shared-components/confirm-dialog": "1.2.1", "@bcrs-shared-components/contact-info": "1.2.5", - "@bcrs-shared-components/corp-type-module": "1.0.11", + "@bcrs-shared-components/corp-type-module": "1.0.16", "@bcrs-shared-components/court-order-poa": "2.1.3", "@bcrs-shared-components/date-picker": "1.2.5", "@bcrs-shared-components/detail-comment": "1.1.3", @@ -282,11 +282,6 @@ "vue": "^2.7.14" } }, - "node_modules/@bcrs-shared-components/business-lookup/node_modules/@bcrs-shared-components/corp-type-module": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.16.tgz", - "integrity": "sha512-3MumJZ/0Urfnp1AGJpnUifk5DMrLcjDD+8YiGXy1WXjvpVLwA0S4bNPuvFUf0w4My+0HyXWZ/XsZWiQydVGYHw==" - }, "node_modules/@bcrs-shared-components/business-lookup/node_modules/@bcrs-shared-components/enums": { "version": "1.1.10", "resolved": "https://registry.npmjs.org/@bcrs-shared-components/enums/-/enums-1.1.10.tgz", @@ -345,9 +340,9 @@ } }, "node_modules/@bcrs-shared-components/corp-type-module": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.11.tgz", - "integrity": "sha512-+iE3qiySSafiA311m14DuoG9Rq/ranBJNT7Kf7KQ9dJFDNNuTA326pCGwKBeuT1L6pFpGeibXGE+vQ0AYnSPUA==" + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.16.tgz", + "integrity": "sha512-3MumJZ/0Urfnp1AGJpnUifk5DMrLcjDD+8YiGXy1WXjvpVLwA0S4bNPuvFUf0w4My+0HyXWZ/XsZWiQydVGYHw==" }, "node_modules/@bcrs-shared-components/court-order-poa": { "version": "2.1.3", @@ -384,11 +379,6 @@ "@bcrs-shared-components/corp-type-module": "^1.0.15" } }, - "node_modules/@bcrs-shared-components/enums/node_modules/@bcrs-shared-components/corp-type-module": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.15.tgz", - "integrity": "sha512-g/TcNSR7zJsG2lBjn/NnM+/+k7dJzhAiy5PiPj0ObN56bUV1PrUWVVlg5lz4/JZUEAZetWhwnyAzPVGsn7kr1w==" - }, "node_modules/@bcrs-shared-components/fee-summary": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/@bcrs-shared-components/fee-summary/-/fee-summary-1.2.5.tgz", @@ -486,11 +476,6 @@ "vue": "^2.7.14" } }, - "node_modules/@bcrs-shared-components/interfaces/node_modules/@bcrs-shared-components/corp-type-module": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@bcrs-shared-components/corp-type-module/-/corp-type-module-1.0.15.tgz", - "integrity": "sha512-g/TcNSR7zJsG2lBjn/NnM+/+k7dJzhAiy5PiPj0ObN56bUV1PrUWVVlg5lz4/JZUEAZetWhwnyAzPVGsn7kr1w==" - }, "node_modules/@bcrs-shared-components/limited-restoration-panel": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@bcrs-shared-components/limited-restoration-panel/-/limited-restoration-panel-2.0.1.tgz", diff --git a/package.json b/package.json index b03d7fba1..6e6bed04f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-edit-ui", - "version": "4.10.1", + "version": "4.10.2", "private": true, "appName": "Edit UI", "sbcName": "SBC Common Components", @@ -23,7 +23,7 @@ "@bcrs-shared-components/completing-party": "2.1.30", "@bcrs-shared-components/confirm-dialog": "1.2.1", "@bcrs-shared-components/contact-info": "1.2.5", - "@bcrs-shared-components/corp-type-module": "1.0.11", + "@bcrs-shared-components/corp-type-module": "1.0.16", "@bcrs-shared-components/court-order-poa": "2.1.3", "@bcrs-shared-components/date-picker": "1.2.5", "@bcrs-shared-components/detail-comment": "1.1.3", diff --git a/src/App.vue b/src/App.vue index f3267f62a..88906c824 100644 --- a/src/App.vue +++ b/src/App.vue @@ -166,7 +166,7 @@ export default class App extends Mixins(CommonMixin, FilingTemplateMixin) { confirm: ConfirmDialogType } - // Global getters + // Store getters @Getter(useStore) getAppValidate!: boolean @Getter(useStore) getComponentValidate!: boolean @Getter(useStore) getCurrentJsDate!: Date @@ -187,7 +187,7 @@ export default class App extends Mixins(CommonMixin, FilingTemplateMixin) { @Getter(useStore) isSummaryMode!: boolean @Getter(useStore) showFeeSummary!: boolean - // Global actions + // Store actions @Action(useStore) setAccountInformation!: (x: AccountInformationIF) => void @Action(useStore) setAppValidate!: (x: boolean) => void @Action(useStore) setBusinessId!: (x: string) => void diff --git a/src/components/Alteration/AlterationSummary.vue b/src/components/Alteration/AlterationSummary.vue index 9815550f2..b0788eb3a 100644 --- a/src/components/Alteration/AlterationSummary.vue +++ b/src/components/Alteration/AlterationSummary.vue @@ -188,7 +188,7 @@ import { useStore } from '@/store/store' } }) export default class AlterationSummary extends Mixins(DateMixin, FeeMixin, FilingTemplateMixin) { - // Global getters + // Store getters @Getter(useStore) getBusinessNumber!: string @Getter(useStore) getCurrentFees!: FeesIF[] @Getter(useStore) getFlagsReviewCertify!: FlagsReviewCertifyIF @@ -198,7 +198,7 @@ export default class AlterationSummary extends Mixins(DateMixin, FeeMixin, Filin @Getter(useStore) haveNewResolutionDates!: boolean @Getter(useStore) isBusySaving!: boolean - // Global actions + // Store actions @Action(useStore) setEffectiveDateValid!: (x: boolean) => void /** Whether to perform validation. */ diff --git a/src/components/Alteration/Articles/Articles.vue b/src/components/Alteration/Articles/Articles.vue index 1378c2be4..5b7a0a8f1 100644 --- a/src/components/Alteration/Articles/Articles.vue +++ b/src/components/Alteration/Articles/Articles.vue @@ -58,7 +58,7 @@ export default class Articles extends Mixins(CommonMixin) { private isEditingCompanyProvisions = false private isAddingResolutionDate = false - // Global getters + // Store getters @Getter(useStore) getBusinessInformation!: BusinessInformationIF @Getter(useStore) getNewResolutionDates!: string[] @Getter(useStore) areProvisionsRemoved!: boolean @@ -68,7 +68,7 @@ export default class Articles extends Mixins(CommonMixin) { @Getter(useStore) getComponentValidate!: boolean @Getter(useStore) isAlterationFiling!: boolean - // Global actions + // Store actions @Action(useStore) setProvisionsRemoved!: (x: boolean) => void @Action(useStore) setNewResolutionDates!: (x: string[]) => void @Action(useStore) setValidComponent!: (x: ActionKvIF) => void diff --git a/src/components/Alteration/Articles/ResolutionDates.vue b/src/components/Alteration/Articles/ResolutionDates.vue index 57538a88d..d3bc0b42e 100644 --- a/src/components/Alteration/Articles/ResolutionDates.vue +++ b/src/components/Alteration/Articles/ResolutionDates.vue @@ -197,7 +197,7 @@ export default class ResolutionDates extends Mixins(CommonMixin, DateMixin) { /** Boolean indicating rights or restrictions in ShareStructure. */ @Prop({ default: false }) readonly hasRightsOrRestrictions!: boolean - // Global getters + // Store getters @Getter(useStore) getBusinessFoundingDateTime!: string @Getter(useStore) getCurrentDate!: string @Getter(useStore) haveNewResolutionDates!: boolean diff --git a/src/components/Alteration/BcRegEntityDetails.vue b/src/components/Alteration/BcRegEntityDetails.vue index 5d197af26..b0e2e7cce 100644 --- a/src/components/Alteration/BcRegEntityDetails.vue +++ b/src/components/Alteration/BcRegEntityDetails.vue @@ -1,6 +1,6 @@