@dyedurham/search-and-file-widget 1.6.12 → 1.6.13

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.
Files changed (2) hide show
  1. package/dnd-filing-shell.js +596 -539
  2. package/package.json +1 -1
@@ -55793,7 +55793,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
55793
55793
  });
55794
55794
 
55795
55795
  // src/app/constants/OntarioConstants.ts
55796
- var NameType, NameTypeLabel, LegalIdentifier, LegalIdentifierLabel;
55796
+ var NameType, NameTypeLabel, LegalIdentifier;
55797
55797
  var init_OntarioConstants = __esm({
55798
55798
  "src/app/constants/OntarioConstants.ts"() {
55799
55799
  (function(NameType3) {
@@ -55821,7 +55821,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
55821
55821
  LegalIdentifier2[LegalIdentifier2["Corporation"] = 8] = "Corporation";
55822
55822
  LegalIdentifier2[LegalIdentifier2["Corp"] = 9] = "Corp";
55823
55823
  })(LegalIdentifier || (LegalIdentifier = {}));
55824
- LegalIdentifierLabel = {
55824
+ ({
55825
55825
  [LegalIdentifier.Limited]: "Limited",
55826
55826
  [LegalIdentifier.Limitee]: "Limit\xE9e",
55827
55827
  [LegalIdentifier.Ltd]: "Ltd.",
@@ -55831,7 +55831,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
55831
55831
  [LegalIdentifier.Inc]: "Inc.",
55832
55832
  [LegalIdentifier.Corporation]: "Corporation",
55833
55833
  [LegalIdentifier.Corp]: "Corp."
55834
- };
55834
+ });
55835
55835
  }
55836
55836
  });
55837
55837
 
@@ -57013,7 +57013,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
57013
57013
  });
57014
57014
 
57015
57015
  // src/app/app.constants.ts
57016
- var UNIT_TYPE_OPTIONS, STREET_TYPE_OPTIONS, STREET_DIRECTION_OPTIONS, LEGAL_ENDING_OPTIONS, STREET_TYPE_TO_ECORE, STREET_DIRECTION_TO_ECORE;
57016
+ var UNIT_TYPE_OPTIONS, STREET_TYPE_OPTIONS, STREET_DIRECTION_OPTIONS, LEGAL_ENDING_OPTIONS, STREET_TYPE_TO_ECORE, UNIT_TYPE_TO_ECORE, STREET_DIRECTION_TO_ECORE;
57017
57017
  var init_app_constants = __esm({
57018
57018
  "src/app/app.constants.ts"() {
57019
57019
  init_app_enums();
@@ -57384,6 +57384,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
57384
57384
  TSSE: ECoreStreetType.TSSE,
57385
57385
  VOIE: ECoreStreetType.VOIE
57386
57386
  };
57387
+ UNIT_TYPE_TO_ECORE = {
57388
+ [ECoreCanadianUnitType.APMT]: "APMT",
57389
+ [ECoreCanadianUnitType.APP]: "APP",
57390
+ [ECoreCanadianUnitType.Bureau]: "Bureau",
57391
+ [ECoreCanadianUnitType.STE]: "STE",
57392
+ [ECoreCanadianUnitType.UNIT]: "UNIT",
57393
+ [ECoreCanadianUnitType.UNIT\u00C9]: "UNIT\xC9"
57394
+ };
57387
57395
  STREET_DIRECTION_TO_ECORE = {
57388
57396
  N: ECoreCanadianStreetDirectionType.N,
57389
57397
  S: ECoreCanadianStreetDirectionType.S,
@@ -57615,6 +57623,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
57615
57623
  const normalized = removeAccents(streetType.trim().toUpperCase());
57616
57624
  return STREET_TYPE_TO_ECORE[normalized];
57617
57625
  }
57626
+ function mapUnitTypeToEcore(unitType) {
57627
+ if (!unitType) {
57628
+ return;
57629
+ }
57630
+ return UNIT_TYPE_TO_ECORE[unitType];
57631
+ }
57618
57632
  function removeAccents(str) {
57619
57633
  return str.normalize("NFD").replace(/[\u0300-\u036f]/g, "");
57620
57634
  }
@@ -58031,7 +58045,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58031
58045
  });
58032
58046
 
58033
58047
  // src/app/constants/ui/ontario-formation-form.constants.ts
58034
- var ONTARIO_NAME_TYPE_OPTIONS, FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL, FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD, FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP, FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP, FORMATION_PREVIEW_CARD_FORM_AFFILIATION_FIELDS_SHARES_AND_PROVISIONS, FORMATION_DELTA_CARD_FORM_REFERENCE_NUMBERS_FIELDS, generateFormationDeltaCardFormCorporationDetails, FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER, FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_CONFIRM_ADDRESS, addressEnabledFieldsMap;
58048
+ var ONTARIO_NAME_TYPE_OPTIONS, FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL, FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD, FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP, FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP, FORMATION_FORM_ADDRESSES_FIELDS_MAP, FORMATION_PREVIEW_CARD_FORM_AFFILIATION_FIELDS_SHARES_AND_PROVISIONS, FORMATION_DELTA_CARD_FORM_REFERENCE_NUMBERS_FIELDS, generateFormationDeltaCardFormCorporationDetails, FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER, addressEnabledFieldsMap;
58035
58049
  var init_ontario_formation_form_constants = __esm({
58036
58050
  "src/app/constants/ui/ontario-formation-form.constants.ts"() {
58037
58051
  init_form_enums();
@@ -58040,9 +58054,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58040
58054
  init_app_enums();
58041
58055
  init_common_utils();
58042
58056
  init_OntarioConstants();
58043
- Object.values(LegalIdentifier).filter((v) => typeof v === "number").map((v) => ({ label: LegalIdentifierLabel[v], value: v }));
58057
+ init_address_utils();
58058
+ init_address_utils();
58059
+ init_transform_utils();
58044
58060
  ONTARIO_NAME_TYPE_OPTIONS = Object.values(NameType).filter((v) => typeof v === "number").map((v) => ({ label: NameTypeLabel[v], value: v }));
58045
- FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
58061
+ FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
58046
58062
  {
58047
58063
  type: FormType.Text,
58048
58064
  dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
@@ -58085,7 +58101,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58085
58101
  class: "span-12"
58086
58102
  }
58087
58103
  ];
58088
- FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT = [
58104
+ FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT = [
58089
58105
  {
58090
58106
  type: FormType.Text,
58091
58107
  dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
@@ -58145,7 +58161,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58145
58161
  class: "span-12"
58146
58162
  }
58147
58163
  ];
58148
- FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL = [
58164
+ FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL = [
58149
58165
  {
58150
58166
  type: FormType.Text,
58151
58167
  label: "",
@@ -58155,10 +58171,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58155
58171
  }
58156
58172
  ];
58157
58173
  FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP = {
58158
- [AffiliationAddressType.CanadianNoSuite]: FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58159
- [AffiliationAddressType.CanadianSuite]: FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58160
- [AffiliationAddressType.InternationalNoSuite]: FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58161
- [AffiliationAddressType.InternationalSuite]: FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58174
+ [AffiliationAddressType.CanadianNoSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58175
+ [AffiliationAddressType.CanadianSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58176
+ [AffiliationAddressType.InternationalNoSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58177
+ [AffiliationAddressType.InternationalSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58162
58178
  };
58163
58179
  EMAIL_TEXT_FIELD = {
58164
58180
  type: FormType.Text,
@@ -58175,44 +58191,58 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58175
58191
  };
58176
58192
  FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP = {
58177
58193
  [AffiliationAddressType.CanadianNoSuite]: [
58178
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58194
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58179
58195
  EMAIL_TEXT_FIELD
58180
58196
  ],
58181
58197
  [AffiliationAddressType.CanadianSuite]: [
58182
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58198
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58183
58199
  EMAIL_TEXT_FIELD
58184
58200
  ],
58185
58201
  [AffiliationAddressType.InternationalNoSuite]: [
58186
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58202
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58187
58203
  EMAIL_TEXT_FIELD
58188
58204
  ],
58189
58205
  [AffiliationAddressType.InternationalSuite]: [
58190
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58206
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58191
58207
  EMAIL_TEXT_FIELD
58192
58208
  ]
58193
58209
  };
58194
58210
  FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP = {
58195
58211
  [AffiliationAddressType.CanadianNoSuite]: [
58196
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58212
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58197
58213
  EMAIL_TEXT_FIELD,
58198
58214
  RESIDENT_CHECKBOX_FIELD
58199
58215
  ],
58200
58216
  [AffiliationAddressType.CanadianSuite]: [
58201
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58217
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58202
58218
  EMAIL_TEXT_FIELD,
58203
58219
  RESIDENT_CHECKBOX_FIELD
58204
58220
  ],
58205
58221
  [AffiliationAddressType.InternationalNoSuite]: [
58206
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58222
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58207
58223
  EMAIL_TEXT_FIELD,
58208
58224
  RESIDENT_CHECKBOX_FIELD
58209
58225
  ],
58210
58226
  [AffiliationAddressType.InternationalSuite]: [
58211
- ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58227
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58212
58228
  EMAIL_TEXT_FIELD,
58213
58229
  RESIDENT_CHECKBOX_FIELD
58214
58230
  ]
58215
58231
  };
58232
+ FORMATION_FORM_ADDRESSES_FIELDS_MAP = {
58233
+ [AffiliationAddressType.CanadianNoSuite]: [
58234
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT
58235
+ ],
58236
+ [AffiliationAddressType.CanadianSuite]: [
58237
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT
58238
+ ],
58239
+ [AffiliationAddressType.InternationalNoSuite]: [
58240
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58241
+ ],
58242
+ [AffiliationAddressType.InternationalSuite]: [
58243
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58244
+ ]
58245
+ };
58216
58246
  FORMATION_PREVIEW_CARD_FORM_AFFILIATION_FIELDS_SHARES_AND_PROVISIONS = [
58217
58247
  {
58218
58248
  type: FormType.TextArea,
@@ -58411,17 +58441,51 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58411
58441
  }
58412
58442
  ];
58413
58443
  };
58414
- FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = (lawyerOptions) => [
58415
- {
58416
- type: FormType.Select,
58417
- label: "Lawyer Signing Opinion",
58418
- formControlName: FormationFormControls.LawyerSigningOpinion,
58419
- required: true,
58420
- class: "span-12",
58421
- options: lawyerOptions
58422
- }
58423
- ];
58424
- FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_CONFIRM_ADDRESS = [
58444
+ FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = (lawyers) => {
58445
+ const lawyerOptions = lawyers.map((a) => ({
58446
+ label: a.participant._profile.name ?? "",
58447
+ value: a._id
58448
+ }));
58449
+ return [
58450
+ {
58451
+ type: FormType.Select,
58452
+ label: "Lawyer Signing Opinion",
58453
+ formControlName: FormationFormControls.LawyerSigningOpinion,
58454
+ required: true,
58455
+ class: "span-12",
58456
+ onChange: (form) => {
58457
+ const affiliation = lawyers.find((a) => a._id === form.get(FormationFormControls.LawyerSigningOpinion)?.value);
58458
+ const address = affiliation?.addresses.at(0) || affiliation?.parent_affiliation?.addresses?.at(0);
58459
+ if (address) {
58460
+ const streetOnly = getAddressComponent(address, "Street Only");
58461
+ const streetNumberOnly = getAddressComponent(address, "Street Number Only");
58462
+ const { StreetName, StreetType: StreetType2, StreetDirection: StreetDirection2 } = parseStreetAddress(streetOnly);
58463
+ const streetName = StreetName;
58464
+ const streetType = StreetType2 ?? "";
58465
+ const streetDirection = StreetDirection2 ? StreetDirection2 : "";
58466
+ const normalizedCountryCode = normalizeCountryCode(address?.country);
58467
+ const suite = getAddressComponent(address, "Suite/Apartment");
58468
+ const isCanadian = normalizedCountryCode === "CA";
58469
+ form.get(FormationFormControls.StreetDirection)?.setValue(streetDirection, { emitEvent: false });
58470
+ form.get(FormationFormControls.StreetType)?.setValue(streetType, { emitEvent: false });
58471
+ form.get(FormationFormControls.StreetName)?.setValue(streetName, { emitEvent: false });
58472
+ form.get(FormationFormControls.StreetNumber)?.setValue(streetNumberOnly, { emitEvent: false });
58473
+ form.get(FormationFormControls.UnitNumber)?.setValue(suite ?? "", { emitEvent: false });
58474
+ form.get(FormationFormControls.UnitType)?.setValue(suite ? ECoreCanadianUnitType.UNIT : "", { emitEvent: false });
58475
+ let affiliationAddressType;
58476
+ if (isCanadian) {
58477
+ affiliationAddressType = suite ? AffiliationAddressType.CanadianSuite : AffiliationAddressType.CanadianNoSuite;
58478
+ } else {
58479
+ affiliationAddressType = suite ? AffiliationAddressType.InternationalSuite : AffiliationAddressType.InternationalNoSuite;
58480
+ }
58481
+ form.get(FormationFormControls.AffiliationAddressType)?.setValue(affiliationAddressType, { emitEvent: false });
58482
+ }
58483
+ },
58484
+ options: lawyerOptions
58485
+ }
58486
+ ];
58487
+ };
58488
+ [
58425
58489
  {
58426
58490
  type: FormType.Text,
58427
58491
  dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
@@ -58570,7 +58634,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58570
58634
  disabled: true
58571
58635
  })
58572
58636
  });
58573
- config2[FormationFormGroups.LegalOpinion] = this.generateLegalOpinionConfirmAddressFormGroup(delta?.legalOpinion);
58637
+ config2[FormationFormGroups.LegalOpinion] = this.generateLegalOpinionConfirmAddressFormGroup(delta?.legalOpinion, task.entity.affiliations.filter((a) => a.role.role_name === "Responsible"));
58574
58638
  if (registeredOfficeAddress) {
58575
58639
  config2[FormationFormGroups.RegisteredOfficeAddress] = registeredOfficeAddress;
58576
58640
  }
@@ -58615,13 +58679,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58615
58679
  [FormationFormControls.DocketNumber]: new FormControl(deltaData?.docketNumber ?? "")
58616
58680
  });
58617
58681
  }
58618
- static generateLegalOpinionConfirmAddressFormGroup(deltaData) {
58682
+ static generateLegalOpinionConfirmAddressFormGroup(deltaData, affiliations) {
58683
+ const affiliation = affiliations?.find((a) => a._id === deltaData?.lawyerSigning);
58684
+ let affiliationAddressType = "";
58685
+ if (affiliation) {
58686
+ const address = affiliation?.addresses.at(0) || affiliation?.parent_affiliation?.addresses?.at(0);
58687
+ const normalizedCountryCode = normalizeCountryCode(address?.country);
58688
+ const suite = getAddressComponent(address, "Suite/Apartment");
58689
+ const isCanadian = normalizedCountryCode === "CA";
58690
+ if (isCanadian) {
58691
+ affiliationAddressType = suite ? AffiliationAddressType.CanadianSuite : AffiliationAddressType.CanadianNoSuite;
58692
+ } else {
58693
+ affiliationAddressType = suite ? AffiliationAddressType.InternationalSuite : AffiliationAddressType.InternationalNoSuite;
58694
+ }
58695
+ }
58619
58696
  return new FormGroup({
58620
58697
  [FormationFormControls.LawyerSigningOpinion]: new FormControl(deltaData?.lawyerSigning ?? "", Validators.required),
58698
+ [FormationFormControls.UnitType]: new FormControl(deltaData?.address?.unitType ?? "", requiredIf(IRFormControls.UnitNumber)),
58699
+ [FormationFormControls.UnitNumber]: new FormControl(deltaData?.address?.unitType ?? "", requiredIf(IRFormControls.UnitType)),
58621
58700
  [FormationFormControls.StreetNumber]: new FormControl(deltaData?.address?.streetNumber ?? "", Validators.required),
58622
58701
  [FormationFormControls.StreetName]: new FormControl(deltaData?.address?.streetName ?? "", Validators.required),
58623
58702
  [FormationFormControls.StreetType]: new FormControl(deltaData?.address?.streetType ?? ""),
58624
- [FormationFormControls.StreetDirection]: new FormControl(deltaData?.address?.streetDirection ?? "")
58703
+ [FormationFormControls.StreetDirection]: new FormControl(deltaData?.address?.streetDirection ?? ""),
58704
+ [FormationFormControls.AffiliationAddressType]: new FormControl(affiliationAddressType)
58625
58705
  });
58626
58706
  }
58627
58707
  static generateAffiliationFormGroup(affiliation, deltaData) {
@@ -58857,12 +58937,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58857
58937
  [IRFormControls.EffectiveDate]: new FormControl(affiliation.start_date),
58858
58938
  [IRFormControls.CeaseDate]: new FormControl(affiliation.end_date ? toYyyyMmDd(affiliation.end_date) : ""),
58859
58939
  [IRFormControls.Email]: new FormControl(emailAddress ?? ""),
58860
- [IRFormControls.IsCanadianResident]: new FormControl(deltaData?.residentCanadian ?? false),
58861
58940
  [IRFormControls.AffiliationType]: new FormControl(affiliationType)
58862
58941
  };
58863
58942
  const form = new FormGroup(__spreadValues(__spreadValues({}, config2), this.generateAddressFormConfig(address, _OntarioUpdateMaintainFormHelper.mapAddressDelta(deltaData?.address))));
58864
58943
  const affiliationAddressType = form.get(IRFormControls.AffiliationAddressType)?.value;
58865
58944
  updateFormControlsEnableState(form, addressEnabledFieldsMap[affiliationAddressType]);
58945
+ form.addControl(IRFormControls.IsCanadianResident, new FormControl(deltaData?.residentCanadian ?? false));
58866
58946
  return form;
58867
58947
  }
58868
58948
  static mapAddressDelta(addr) {
@@ -78103,13 +78183,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78103
78183
  if (rf & 1) {
78104
78184
  \u0275\u0275elementStart(0, "mat-option", 12);
78105
78185
  \u0275\u0275text(1);
78186
+ \u0275\u0275pipe(2, "translate");
78106
78187
  \u0275\u0275elementEnd();
78107
78188
  }
78108
78189
  if (rf & 2) {
78109
78190
  const option_r5 = ctx.$implicit;
78110
78191
  \u0275\u0275property("value", option_r5.value);
78111
78192
  \u0275\u0275advance();
78112
- \u0275\u0275textInterpolate1(" ", option_r5.label, " ");
78193
+ \u0275\u0275textInterpolate1(" ", \u0275\u0275pipeBind1(2, 2, option_r5.label), " ");
78113
78194
  }
78114
78195
  }
78115
78196
  function FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_10_Template(rf, ctx) {
@@ -78174,7 +78255,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78174
78255
  const form_r4 = \u0275\u0275readContextLet(1);
78175
78256
  return \u0275\u0275resetView(field_r3.onChange && field_r3.onChange(form_r4));
78176
78257
  });
78177
- \u0275\u0275repeaterCreate(8, FilingFormGroupComponent_For_5_Conditional_0_Case_1_For_9_Template, 2, 2, "mat-option", 12, _forTrack12);
78258
+ \u0275\u0275repeaterCreate(8, FilingFormGroupComponent_For_5_Conditional_0_Case_1_For_9_Template, 3, 4, "mat-option", 12, _forTrack12);
78178
78259
  \u0275\u0275template(10, FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_10_Template, 3, 3, "mat-option", 13);
78179
78260
  \u0275\u0275elementEnd();
78180
78261
  \u0275\u0275template(11, FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_11_Template, 6, 0, "div", 14)(12, FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_12_Template, 2, 0, "mat-icon", 15);
@@ -78671,13 +78752,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78671
78752
  return "";
78672
78753
  const staticOpt = (field.options ?? []).find((o) => o.value === value);
78673
78754
  if (staticOpt)
78674
- return staticOpt.label;
78755
+ return this.translateService.instant(staticOpt.label);
78675
78756
  if (field.dynamicOptions) {
78676
78757
  const dynOpt = field.dynamicOptions(form).find((o) => o.value === value);
78677
78758
  if (dynOpt)
78678
- return dynOpt.label;
78759
+ return this.translateService.instant(dynOpt.label);
78679
78760
  }
78680
- return String(value);
78761
+ return this.translateService.instant(String(value));
78681
78762
  };
78682
78763
  }
78683
78764
  /**
@@ -78819,7 +78900,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78819
78900
  class="filing-form-group-select-option"\r
78820
78901
  [value]="option.value"\r
78821
78902
  >\r
78822
- {{ option.label }}\r
78903
+ {{ option.label | translate }}\r
78823
78904
  </mat-option>\r
78824
78905
  }\r
78825
78906
  @if (getFilteredOptions(field).length === 0) {\r
@@ -79059,124 +79140,193 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
79059
79140
  static \u0275fac = function TermsAndConditionsComponent_Factory(__ngFactoryType__) {
79060
79141
  return new (__ngFactoryType__ || _TermsAndConditionsComponent)();
79061
79142
  };
79062
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _TermsAndConditionsComponent, selectors: [["terms-and-conditions"]], outputs: { confirm: "confirm", prev: "prev", close: "close" }, decls: 72, vars: 17, consts: [[1, "terms-and-conditions"], [1, "terms-and-conditions-content"], ["title", "Terms and Conditions", 1, "terms-and-conditions-card"], [1, "terms-and-conditions-card-content"], [1, "terms-and-conditions-text-wrapper"], [1, "terms-and-conditions-text"], [1, "body-1-regular"], [3, "formControl"], [1, "body-1-regular", "black"], ["title", "Signatory"], [3, "isSubmitted", "form", "config"], [1, "terms-and-conditions-form-actions"], ["mat-stroked-button", "", "mat-button", "", 3, "click"], [1, "body-1-semibold"], ["mat-flat-button", "", "type", "submit", 3, "click", "disabled"]], template: function TermsAndConditionsComponent_Template(rf, ctx) {
79143
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _TermsAndConditionsComponent, selectors: [["terms-and-conditions"]], outputs: { confirm: "confirm", prev: "prev", close: "close" }, decls: 95, vars: 86, consts: [[1, "terms-and-conditions"], [1, "terms-and-conditions-content"], ["title", "Terms and Conditions", 1, "terms-and-conditions-card"], [1, "terms-and-conditions-card-content"], [1, "terms-and-conditions-text-wrapper"], [1, "terms-and-conditions-text"], [1, "body-1-regular"], [3, "formControl"], [1, "body-1-regular", "black"], ["title", "Signatory"], [3, "isSubmitted", "form", "config"], [1, "terms-and-conditions-form-actions"], ["mat-stroked-button", "", "mat-button", "", 3, "click"], [1, "body-1-semibold"], ["mat-flat-button", "", "type", "submit", 3, "click", "disabled"]], template: function TermsAndConditionsComponent_Template(rf, ctx) {
79063
79144
  if (rf & 1) {
79064
79145
  \u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "expandable-card", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5)(6, "span", 6);
79065
- \u0275\u0275text(7, ' The following are the Terms and Conditions for filing with the Ministry of Public and Business Service Delivery ("Ministry") under the Business Corporations Act, Business Names Act, Corporations Act, Corporations Information Act, Extra-Provincial Corporations Act, Limited Partnerships Act and Not-for-Profit Corporations Act, 2010. ');
79066
- \u0275\u0275elementEnd();
79067
- \u0275\u0275elementStart(8, "span", 6);
79068
- \u0275\u0275text(9, " Agreement to these Terms and Conditions by the following persons and entities is a mandatory condition of filing: ");
79146
+ \u0275\u0275text(7);
79147
+ \u0275\u0275pipe(8, "translate");
79069
79148
  \u0275\u0275elementEnd();
79070
- \u0275\u0275elementStart(10, "span", 6);
79071
- \u0275\u0275text(11, ' (i) the person(s) signing or otherwise authorizing the filing and any person(s) acting on their behalf (collectively, the "authorizers"); and ');
79149
+ \u0275\u0275elementStart(9, "span", 6);
79150
+ \u0275\u0275text(10);
79151
+ \u0275\u0275pipe(11, "translate");
79072
79152
  \u0275\u0275elementEnd();
79073
79153
  \u0275\u0275elementStart(12, "span", 6);
79074
- \u0275\u0275text(13, ' (ii) the corporation or other entity that is the subject of the filing (the "entity") and any person(s) acting on behalf of the entity ');
79075
- \u0275\u0275elementEnd();
79076
- \u0275\u0275elementStart(14, "span", 6);
79077
- \u0275\u0275text(15, " These Terms and Conditions are made under the authority of the requirements established by the Director or Registrar appointed under the applicable Act. These Terms and Conditions are in addition to and subject to the applicable Acts, regulations and requirements of the Director or Registrar. ");
79154
+ \u0275\u0275text(13);
79155
+ \u0275\u0275pipe(14, "translate");
79078
79156
  \u0275\u0275elementEnd();
79079
- \u0275\u0275elementStart(16, "span", 6);
79080
- \u0275\u0275text(17, " By proceeding with this filing under any of the above-named Acts, the authorizer(s), the entity and any person(s) acting on behalf of the entity accept and agree to be bound by these Terms and Conditions. ");
79157
+ \u0275\u0275elementStart(15, "span", 6);
79158
+ \u0275\u0275text(16);
79159
+ \u0275\u0275pipe(17, "translate");
79081
79160
  \u0275\u0275elementEnd();
79082
79161
  \u0275\u0275elementStart(18, "span", 6);
79083
- \u0275\u0275text(19, " 1. The sole responsibility for correctness and completeness of the filing, and for compliance with the applicable Act and all regulations and Director's or Registrar's requirements made under it, lies with the authorizer(s) and the entity. The authorizer(s), the entity and any person(s) acting on behalf of the entity agree that any information provided by the Ministry in or related to the making of a filing is not legal advice, and that they have obtained their own legal or other advice as appropriate. ");
79084
- \u0275\u0275elementEnd();
79085
- \u0275\u0275elementStart(20, "span", 6);
79086
- \u0275\u0275text(21, " 2. All filings must meet any signature or authorization requirements established by the Director or Registrar under the applicable Act. Where signatures are required for electronic filing, the applicable articles, application, declaration, other approved form or other document must be saved or printed and signed in accordance with the instructions provided. The entity must keep a properly executed version of the applicable document in paper or electronic format, together with any records that may exist related to an electronic signature, if signed by electronic signature, as follows: If the subject of a filing is a corporation, the corporation must keep these documents and records at its registered office. If the subject of the filing is an Ontario limited partnership, the limited partnership must keep these documents and records at the limited partnership's principal place of business in Ontario. If the subject of the filing is an extraprovincial limited partnership that does not have a principal place of business in Ontario, the extraprovincial limited partnership must keep these documents and records at the address of the limited partnership's attorney and representative in Ontario set out in the declaration filed under the Limited Partnerships Act and stated in the power of attorney executed under the Act. If required by notice from the Director or Registrar, the corporation, limited partnership, the attorney and representative in Ontario or other person as applicable must provide a copy of the properly executed version of the applicable document to the Director or Registrar within the time period set out in the notice, together with any records that may exist related to an electronic signature, if signed by electronic signature. ");
79162
+ \u0275\u0275text(19);
79163
+ \u0275\u0275pipe(20, "translate");
79087
79164
  \u0275\u0275elementEnd();
79088
- \u0275\u0275elementStart(22, "span", 6);
79089
- \u0275\u0275text(23, " 3. In addition to retaining and filing supporting documents in accordance with the applicable Act and regulations, the entity must keep a copy of all filed supporting documents and provide a copy in accordance with any written notice from the Director or Registrar. In the case of a consent from a Minister or the Public Guardian and Trustee (PGT) that is required to support a filing made by a corporation, the corporation agrees that the Ministry may contact that Minister or the PGT, as applicable, to confirm that the necessary consent has been obtained and to record this in the electronic business registration system maintained by the Ministry. ");
79165
+ \u0275\u0275elementStart(21, "span", 6);
79166
+ \u0275\u0275text(22);
79167
+ \u0275\u0275pipe(23, "translate");
79090
79168
  \u0275\u0275elementEnd();
79091
79169
  \u0275\u0275elementStart(24, "span", 6);
79092
- \u0275\u0275text(25, " 4. The entity assumes full responsibility for any risk of confusion or legal action, including the risk of a lawsuit or name hearing under the applicable Act, resulting from a filing that sets out a name that is the same or similar to that of an existing corporation, business name or trademark, or that is otherwise contrary to the applicable Act or regulations. ");
79093
- \u0275\u0275elementEnd();
79094
- \u0275\u0275elementStart(26, "span", 6);
79095
- \u0275\u0275text(27, " 5. Filings must be made in the required form and format, and must meet the technical requirements or other specifications and requirements established by the Director or Registrar. ");
79170
+ \u0275\u0275text(25);
79171
+ \u0275\u0275pipe(26, "translate");
79096
79172
  \u0275\u0275elementEnd();
79097
- \u0275\u0275elementStart(28, "span", 6);
79098
- \u0275\u0275text(29, " 6. Valid email address(es) must be provided as specified in the transaction for administrative purposes, and all mandatory fields must be completed. ");
79173
+ \u0275\u0275elementStart(27, "span", 6);
79174
+ \u0275\u0275text(28);
79175
+ \u0275\u0275pipe(29, "translate");
79099
79176
  \u0275\u0275elementEnd();
79100
79177
  \u0275\u0275elementStart(30, "span", 6);
79101
- \u0275\u0275text(31, " 7. The business information provided in this filing may be shared with other government bodies. The business information that is collected may be used and disclosed for the purpose of administering their programs. ");
79178
+ \u0275\u0275text(31);
79179
+ \u0275\u0275pipe(32, "translate");
79102
79180
  \u0275\u0275elementEnd();
79103
- \u0275\u0275elementStart(32, "span", 6);
79104
- \u0275\u0275text(33, " 8. Payment of the required fee must be made at the time of submission, and any certificate or other documentation issued by the Ministry is subject to compliance action and cancellation if payment is disputed or fraudulent. Payment of fees for electronic filings must be made electronically using the payment options provided. ");
79105
- \u0275\u0275elementEnd();
79106
- \u0275\u0275elementStart(34, "span", 6);
79107
- \u0275\u0275text(35, " 9. If an application is for a corrected certificate, and the application is approved under the applicable Act, the corporation or limited partnership as applicable will be notified when the certificate has been issued. The corporation or limited partnership, as applicable, agrees to review the issued corrected certificate in the records maintained by the Ministry forthwith and to confirm that the issued certificate corresponds with the final approved application for correction. The corporation or limited partnership, as applicable, agrees to be responsible and assume all liability for any discrepancies between the issued corrected certificate and the final approved application if these are not immediately brought to the attention of the Ministry. ");
79181
+ \u0275\u0275elementStart(33, "span", 6);
79182
+ \u0275\u0275text(34);
79183
+ \u0275\u0275pipe(35, "translate");
79108
79184
  \u0275\u0275elementEnd();
79109
79185
  \u0275\u0275elementStart(36, "span", 6);
79110
- \u0275\u0275text(37, " 10. If this is a new filing, a company key consisting of a unique series of digits will be provided electronically by the Ministry to the entity at the time of completion of the transaction, together with the final documentation for the transaction. If this is not a new filing, the entity will have received a company key. The company key provides authority over the entity; by proceeding with this transaction, any person(s) acting on behalf of the entity is confirming that they are duly authorized by the entity. ");
79111
- \u0275\u0275elementEnd();
79112
- \u0275\u0275elementStart(38, "span", 6);
79113
- \u0275\u0275text(39, " 11. The company key will be required for any subsequent paper or online filings regarding the entity. The entity is responsible for the care and control of the company key. The entity is responsible for treating this key as confidential information and not sharing it unless it is in the course of providing delegated authority to a trusted service provider or trusted intermediary to make filings on their behalf. The recipient of the company key agrees to notify the Ministry as soon as they become aware that the key has been lost, stolen or misused to request a replacement key. The entity agrees to be responsible and assume all liability for all filings authorized by the key in respect of the entity. Unauthorized use of the company key or delegated authority may result in suspension of access to the electronic business registration system. ");
79186
+ \u0275\u0275text(37);
79187
+ \u0275\u0275pipe(38, "translate");
79114
79188
  \u0275\u0275elementEnd();
79115
- \u0275\u0275elementStart(40, "span", 6);
79116
- \u0275\u0275text(41, " 12. The Ministry may take appropriate compliance action at any time if it comes to the attention of the Ministry that a filing does not comply with the applicable Act, regulations or the requirements of the Director or Registrar. ");
79189
+ \u0275\u0275elementStart(39, "span", 6);
79190
+ \u0275\u0275text(40);
79191
+ \u0275\u0275pipe(41, "translate");
79117
79192
  \u0275\u0275elementEnd();
79118
79193
  \u0275\u0275elementStart(42, "span", 6);
79119
- \u0275\u0275text(43, " 13. The Acts set out penalties, including fines, for submitting false or misleading information. ");
79194
+ \u0275\u0275text(43);
79195
+ \u0275\u0275pipe(44, "translate");
79120
79196
  \u0275\u0275elementEnd();
79121
- \u0275\u0275elementStart(44, "span", 6);
79122
- \u0275\u0275text(45, " 14. The corporation agrees to file restated articles at any time required by the Director under the Business Corporations Act or Not-for-Profit Corporations Act, 2010. ");
79123
- \u0275\u0275elementEnd();
79124
- \u0275\u0275elementStart(46, "span", 6);
79125
- \u0275\u0275text(47, " 15. Where a filing under the Business Corporations Act, Extra-Provincial Corporations Act or Not-for-Profit Corporations Act, 2010 must be supported by an Ontario biased or weighted Nuans search report, and the identifying information is provided, the authorizer(s) consents for the Director appointed under the Act or other person delegated by the Director to retrieve the Nuans report directly from the appropriate department of the Government of Canada. The corporation agrees to keep a copy of the Nuans report in electronic or paper format at the corporation's registered office. ");
79197
+ \u0275\u0275elementStart(45, "span", 6);
79198
+ \u0275\u0275text(46);
79199
+ \u0275\u0275pipe(47, "translate");
79126
79200
  \u0275\u0275elementEnd();
79127
79201
  \u0275\u0275elementStart(48, "span", 6);
79128
- \u0275\u0275text(49, " 16. A corporation under the Business Corporations Act or Not-for-Profit Corporations Act, 2010 that continues out of Ontario agrees to file with the Ministry a copy of the instrument of continuance issued to it by the other jurisdiction within 60 days after the date of issuance. ");
79202
+ \u0275\u0275text(49);
79203
+ \u0275\u0275pipe(50, "translate");
79129
79204
  \u0275\u0275elementEnd();
79130
- \u0275\u0275elementStart(50, "span", 6);
79131
- \u0275\u0275text(51, " 17. If this is a filing made in respect of an arrangement under the Business Corporations Act or Not-for-Profit Corporations Act, 2010, the corporation acknowledges that it must give the Director notice of the application to the court and that the Director is entitled to appear in court and be heard in person or by counsel. The corporation agrees to submit the required notice and a draft copy of the Plan of Arrangement under the applicable Act for review through the electronic system maintained by the Ministry at least seven business days before seeking an interim and/or final order with the court. The corporation agrees to make changes required by the Director to ensure that the Plan complies with the applicable Act and Ministry requirements, and is capable of being implemented in the electronic system maintained by the Ministry under the applicable Act. The corporation agrees that if the Ministry does not receive a draft of the application or sufficient notice of the application, additional time may be required for review. The corporation acknowledges that the Ministry may seek an adjournment if the corporation fails to provide a draft of the application or sufficient notice of the application. The corporation agrees that if it obtains a court order without providing the required notice of the application to the Ministry, revisions may be required to any Plan of Arrangement attached to a court order and a further court order may be required before the articles of arrangement are endorsed. ");
79132
- \u0275\u0275elementEnd()()();
79133
- \u0275\u0275elementStart(52, "mat-checkbox", 7)(53, "div", 8)(54, "span");
79205
+ \u0275\u0275elementStart(51, "span", 6);
79206
+ \u0275\u0275text(52);
79207
+ \u0275\u0275pipe(53, "translate");
79208
+ \u0275\u0275elementEnd();
79209
+ \u0275\u0275elementStart(54, "span", 6);
79134
79210
  \u0275\u0275text(55);
79135
79211
  \u0275\u0275pipe(56, "translate");
79212
+ \u0275\u0275elementEnd();
79213
+ \u0275\u0275elementStart(57, "span", 6);
79214
+ \u0275\u0275text(58);
79215
+ \u0275\u0275pipe(59, "translate");
79216
+ \u0275\u0275elementEnd();
79217
+ \u0275\u0275elementStart(60, "span", 6);
79218
+ \u0275\u0275text(61);
79219
+ \u0275\u0275pipe(62, "translate");
79220
+ \u0275\u0275elementEnd();
79221
+ \u0275\u0275elementStart(63, "span", 6);
79222
+ \u0275\u0275text(64);
79223
+ \u0275\u0275pipe(65, "translate");
79224
+ \u0275\u0275elementEnd();
79225
+ \u0275\u0275elementStart(66, "span", 6);
79226
+ \u0275\u0275text(67);
79227
+ \u0275\u0275pipe(68, "translate");
79228
+ \u0275\u0275elementEnd();
79229
+ \u0275\u0275elementStart(69, "span", 6);
79230
+ \u0275\u0275text(70);
79231
+ \u0275\u0275pipe(71, "translate");
79232
+ \u0275\u0275elementEnd();
79233
+ \u0275\u0275elementStart(72, "span", 6);
79234
+ \u0275\u0275text(73);
79235
+ \u0275\u0275pipe(74, "translate");
79236
+ \u0275\u0275elementEnd()()();
79237
+ \u0275\u0275elementStart(75, "mat-checkbox", 7)(76, "div", 8)(77, "span");
79238
+ \u0275\u0275text(78);
79239
+ \u0275\u0275pipe(79, "translate");
79136
79240
  \u0275\u0275elementEnd()()()()();
79137
- \u0275\u0275elementStart(57, "expandable-card", 9);
79138
- \u0275\u0275element(58, "filing-form-group", 10);
79241
+ \u0275\u0275elementStart(80, "expandable-card", 9);
79242
+ \u0275\u0275element(81, "filing-form-group", 10);
79139
79243
  \u0275\u0275elementEnd()();
79140
- \u0275\u0275elementStart(59, "div", 11)(60, "button", 12);
79141
- \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_60_listener() {
79244
+ \u0275\u0275elementStart(82, "div", 11)(83, "button", 12);
79245
+ \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_83_listener() {
79142
79246
  return ctx.close.emit();
79143
79247
  });
79144
- \u0275\u0275elementStart(61, "span", 13);
79145
- \u0275\u0275text(62);
79146
- \u0275\u0275pipe(63, "translate");
79248
+ \u0275\u0275elementStart(84, "span", 13);
79249
+ \u0275\u0275text(85);
79250
+ \u0275\u0275pipe(86, "translate");
79147
79251
  \u0275\u0275elementEnd()();
79148
- \u0275\u0275elementStart(64, "button", 12);
79149
- \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_64_listener() {
79252
+ \u0275\u0275elementStart(87, "button", 12);
79253
+ \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_87_listener() {
79150
79254
  return ctx.prev.emit();
79151
79255
  });
79152
- \u0275\u0275elementStart(65, "span", 13);
79153
- \u0275\u0275text(66);
79154
- \u0275\u0275pipe(67, "translate");
79256
+ \u0275\u0275elementStart(88, "span", 13);
79257
+ \u0275\u0275text(89);
79258
+ \u0275\u0275pipe(90, "translate");
79155
79259
  \u0275\u0275elementEnd()();
79156
- \u0275\u0275elementStart(68, "button", 14);
79157
- \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_68_listener() {
79260
+ \u0275\u0275elementStart(91, "button", 14);
79261
+ \u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_91_listener() {
79158
79262
  return ctx.onConfirm();
79159
79263
  });
79160
- \u0275\u0275elementStart(69, "span", 13);
79161
- \u0275\u0275text(70);
79162
- \u0275\u0275pipe(71, "translate");
79264
+ \u0275\u0275elementStart(92, "span", 13);
79265
+ \u0275\u0275text(93);
79266
+ \u0275\u0275pipe(94, "translate");
79163
79267
  \u0275\u0275elementEnd()()()();
79164
79268
  }
79165
79269
  if (rf & 2) {
79166
- \u0275\u0275advance(52);
79270
+ \u0275\u0275advance(7);
79271
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(8, 32, "TERMS.intro"));
79272
+ \u0275\u0275advance(3);
79273
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(11, 34, "TERMS.agreement_mandatory"));
79274
+ \u0275\u0275advance(3);
79275
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(14, 36, "TERMS.clause_i"));
79276
+ \u0275\u0275advance(3);
79277
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(17, 38, "TERMS.clause_ii"));
79278
+ \u0275\u0275advance(3);
79279
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(20, 40, "TERMS.authority"));
79280
+ \u0275\u0275advance(3);
79281
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(23, 42, "TERMS.bound"));
79282
+ \u0275\u0275advance(3);
79283
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(26, 44, "TERMS.section_1"));
79284
+ \u0275\u0275advance(3);
79285
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(29, 46, "TERMS.section_2"));
79286
+ \u0275\u0275advance(3);
79287
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(32, 48, "TERMS.section_3"));
79288
+ \u0275\u0275advance(3);
79289
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(35, 50, "TERMS.section_4"));
79290
+ \u0275\u0275advance(3);
79291
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(38, 52, "TERMS.section_5"));
79292
+ \u0275\u0275advance(3);
79293
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(41, 54, "TERMS.section_6"));
79294
+ \u0275\u0275advance(3);
79295
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(44, 56, "TERMS.section_7"));
79296
+ \u0275\u0275advance(3);
79297
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(47, 58, "TERMS.section_8"));
79298
+ \u0275\u0275advance(3);
79299
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(50, 60, "TERMS.section_9"));
79300
+ \u0275\u0275advance(3);
79301
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(53, 62, "TERMS.section_10"));
79302
+ \u0275\u0275advance(3);
79303
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(56, 64, "TERMS.section_11"));
79304
+ \u0275\u0275advance(3);
79305
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(59, 66, "TERMS.section_12"));
79306
+ \u0275\u0275advance(3);
79307
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(62, 68, "TERMS.section_13"));
79308
+ \u0275\u0275advance(3);
79309
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(65, 70, "TERMS.section_14"));
79310
+ \u0275\u0275advance(3);
79311
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(68, 72, "TERMS.section_15"));
79312
+ \u0275\u0275advance(3);
79313
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(71, 74, "TERMS.section_16"));
79314
+ \u0275\u0275advance(3);
79315
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(74, 76, "TERMS.section_17"));
79316
+ \u0275\u0275advance(2);
79167
79317
  \u0275\u0275property("formControl", ctx.getFormControl(ctx.termsAndConditionsControls.AcceptTerms));
79168
79318
  \u0275\u0275advance(3);
79169
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(56, 9, "I agree to the Terms and Conditions and confirm that all required person(s) and/or entities agree to them"));
79319
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(79, 78, "I agree to the Terms and Conditions and confirm that all required person(s) and/or entities agree to them"));
79170
79320
  \u0275\u0275advance(3);
79171
79321
  \u0275\u0275property("isSubmitted", true)("form", ctx.form)("config", ctx.termsAndConditionsFields);
79172
79322
  \u0275\u0275advance(4);
79173
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(63, 11, "Close"));
79323
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(86, 80, "Close"));
79174
79324
  \u0275\u0275advance(4);
79175
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(67, 13, "Back"));
79325
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(90, 82, "Back"));
79176
79326
  \u0275\u0275advance(2);
79177
79327
  \u0275\u0275property("disabled", ctx.form.invalid);
79178
79328
  \u0275\u0275advance(2);
79179
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(71, 15, "Proceed"));
79329
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(94, 84, "Proceed"));
79180
79330
  }
79181
79331
  }, dependencies: [
79182
79332
  ReactiveFormsModule,
@@ -79206,230 +79356,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
79206
79356
  <div class="terms-and-conditions-card-content">\r
79207
79357
  <div class="terms-and-conditions-text-wrapper">\r
79208
79358
  <div class="terms-and-conditions-text">\r
79209
- <span class="body-1-regular">\r
79210
- The following are the Terms and Conditions for filing with the Ministry of\r
79211
- Public and Business Service Delivery ("Ministry") under the Business\r
79212
- Corporations Act, Business Names Act, Corporations Act, Corporations\r
79213
- Information Act, Extra-Provincial Corporations Act, Limited Partnerships\r
79214
- Act and Not-for-Profit Corporations Act, 2010.\r
79215
- </span>\r
79216
- \r
79217
- <span class="body-1-regular">\r
79218
- Agreement to these Terms and Conditions by the following persons and\r
79219
- entities is a mandatory condition of filing:\r
79220
- </span>\r
79221
- \r
79222
- <span class="body-1-regular">\r
79223
- (i) the person(s) signing or otherwise authorizing the filing and any\r
79224
- person(s) acting on their behalf (collectively, the "authorizers"); and\r
79225
- </span>\r
79226
- \r
79227
- <span class="body-1-regular">\r
79228
- (ii) the corporation or other entity that is the subject of the filing\r
79229
- (the "entity") and any person(s) acting on behalf of the entity\r
79230
- </span>\r
79231
- \r
79232
- <span class="body-1-regular">\r
79233
- These Terms and Conditions are made under the authority of the\r
79234
- requirements established by the Director or Registrar appointed under the\r
79235
- applicable Act. These Terms and Conditions are in addition to and subject\r
79236
- to the applicable Acts, regulations and requirements of the Director or\r
79237
- Registrar.\r
79238
- </span>\r
79239
- \r
79240
- <span class="body-1-regular">\r
79241
- By proceeding with this filing under any of the above-named Acts, the\r
79242
- authorizer(s), the entity and any person(s) acting on behalf of the entity\r
79243
- accept and agree to be bound by these Terms and Conditions.\r
79244
- </span>\r
79245
- \r
79246
- <span class="body-1-regular">\r
79247
- 1. The sole responsibility for correctness and completeness of the filing,\r
79248
- and for compliance with the applicable Act and all regulations and\r
79249
- Director's or Registrar's requirements made under it, lies with the\r
79250
- authorizer(s) and the entity. The authorizer(s), the entity and any\r
79251
- person(s) acting on behalf of the entity agree that any information\r
79252
- provided by the Ministry in or related to the making of a filing is not\r
79253
- legal advice, and that they have obtained their own legal or other advice\r
79254
- as appropriate.\r
79255
- </span>\r
79256
- \r
79257
- <span class="body-1-regular">\r
79258
- 2. All filings must meet any signature or authorization requirements\r
79259
- established by the Director or Registrar under the applicable Act. Where\r
79260
- signatures are required for electronic filing, the applicable articles,\r
79261
- application, declaration, other approved form or other document must be\r
79262
- saved or printed and signed in accordance with the instructions provided.\r
79263
- The entity must keep a properly executed version of the applicable\r
79264
- document in paper or electronic format, together with any records that may\r
79265
- exist related to an electronic signature, if signed by electronic\r
79266
- signature, as follows: If the subject of a filing is a corporation, the\r
79267
- corporation must keep these documents and records at its registered\r
79268
- office. If the subject of the filing is an Ontario limited partnership,\r
79269
- the limited partnership must keep these documents and records at the\r
79270
- limited partnership's principal place of business in Ontario. If the\r
79271
- subject of the filing is an extraprovincial limited partnership that does\r
79272
- not have a principal place of business in Ontario, the extraprovincial\r
79273
- limited partnership must keep these documents and records at the address\r
79274
- of the limited partnership's attorney and representative in Ontario set\r
79275
- out in the declaration filed under the Limited Partnerships Act and stated\r
79276
- in the power of attorney executed under the Act. If required by notice\r
79277
- from the Director or Registrar, the corporation, limited partnership, the\r
79278
- attorney and representative in Ontario or other person as applicable must\r
79279
- provide a copy of the properly executed version of the applicable document\r
79280
- to the Director or Registrar within the time period set out in the notice,\r
79281
- together with any records that may exist related to an electronic\r
79282
- signature, if signed by electronic signature.\r
79283
- </span>\r
79284
- \r
79285
- <span class="body-1-regular">\r
79286
- 3. In addition to retaining and filing supporting documents in accordance\r
79287
- with the applicable Act and regulations, the entity must keep a copy of\r
79288
- all filed supporting documents and provide a copy in accordance with any\r
79289
- written notice from the Director or Registrar. In the case of a consent\r
79290
- from a Minister or the Public Guardian and Trustee (PGT) that is required\r
79291
- to support a filing made by a corporation, the corporation agrees that the\r
79292
- Ministry may contact that Minister or the PGT, as applicable, to confirm\r
79293
- that the necessary consent has been obtained and to record this in the\r
79294
- electronic business registration system maintained by the Ministry.\r
79295
- </span>\r
79296
- \r
79297
- <span class="body-1-regular">\r
79298
- 4. The entity assumes full responsibility for any risk of confusion or\r
79299
- legal action, including the risk of a lawsuit or name hearing under the\r
79300
- applicable Act, resulting from a filing that sets out a name that is the\r
79301
- same or similar to that of an existing corporation, business name or\r
79302
- trademark, or that is otherwise contrary to the applicable Act or\r
79303
- regulations.\r
79304
- </span>\r
79305
- \r
79306
- <span class="body-1-regular">\r
79307
- 5. Filings must be made in the required form and format, and must meet the\r
79308
- technical requirements or other specifications and requirements\r
79309
- established by the Director or Registrar.\r
79310
- </span>\r
79311
- \r
79312
- <span class="body-1-regular">\r
79313
- 6. Valid email address(es) must be provided as specified in the\r
79314
- transaction for administrative purposes, and all mandatory fields must be\r
79315
- completed.\r
79316
- </span>\r
79317
- \r
79318
- <span class="body-1-regular">\r
79319
- 7. The business information provided in this filing may be shared with\r
79320
- other government bodies. The business information that is collected may be\r
79321
- used and disclosed for the purpose of administering their programs.\r
79322
- </span>\r
79323
- \r
79324
- <span class="body-1-regular">\r
79325
- 8. Payment of the required fee must be made at the time of submission, and\r
79326
- any certificate or other documentation issued by the Ministry is subject\r
79327
- to compliance action and cancellation if payment is disputed or\r
79328
- fraudulent. Payment of fees for electronic filings must be made\r
79329
- electronically using the payment options provided.\r
79330
- </span>\r
79331
- \r
79332
- <span class="body-1-regular">\r
79333
- 9. If an application is for a corrected certificate, and the application\r
79334
- is approved under the applicable Act, the corporation or limited\r
79335
- partnership as applicable will be notified when the certificate has been\r
79336
- issued. The corporation or limited partnership, as applicable, agrees to\r
79337
- review the issued corrected certificate in the records maintained by the\r
79338
- Ministry forthwith and to confirm that the issued certificate corresponds\r
79339
- with the final approved application for correction. The corporation or\r
79340
- limited partnership, as applicable, agrees to be responsible and assume\r
79341
- all liability for any discrepancies between the issued corrected\r
79342
- certificate and the final approved application if these are not\r
79343
- immediately brought to the attention of the Ministry.\r
79344
- </span>\r
79345
- \r
79346
- <span class="body-1-regular">\r
79347
- 10. If this is a new filing, a company key consisting of a unique series\r
79348
- of digits will be provided electronically by the Ministry to the entity at\r
79349
- the time of completion of the transaction, together with the final\r
79350
- documentation for the transaction. If this is not a new filing, the entity\r
79351
- will have received a company key. The company key provides authority over\r
79352
- the entity; by proceeding with this transaction, any person(s) acting on\r
79353
- behalf of the entity is confirming that they are duly authorized by the\r
79354
- entity.\r
79355
- </span>\r
79356
- \r
79357
- <span class="body-1-regular">\r
79358
- 11. The company key will be required for any subsequent paper or online\r
79359
- filings regarding the entity. The entity is responsible for the care and\r
79360
- control of the company key. The entity is responsible for treating this\r
79361
- key as confidential information and not sharing it unless it is in the\r
79362
- course of providing delegated authority to a trusted service provider or\r
79363
- trusted intermediary to make filings on their behalf. The recipient of the\r
79364
- company key agrees to notify the Ministry as soon as they become aware\r
79365
- that the key has been lost, stolen or misused to request a replacement\r
79366
- key. The entity agrees to be responsible and assume all liability for all\r
79367
- filings authorized by the key in respect of the entity. Unauthorized use\r
79368
- of the company key or delegated authority may result in suspension of\r
79369
- access to the electronic business registration system.\r
79370
- </span>\r
79371
- \r
79372
- <span class="body-1-regular">\r
79373
- 12. The Ministry may take appropriate compliance action at any time if it\r
79374
- comes to the attention of the Ministry that a filing does not comply with\r
79375
- the applicable Act, regulations or the requirements of the Director or\r
79376
- Registrar.\r
79377
- </span>\r
79378
- \r
79379
- <span class="body-1-regular">\r
79380
- 13. The Acts set out penalties, including fines, for submitting false or\r
79381
- misleading information.\r
79382
- </span>\r
79383
- \r
79384
- <span class="body-1-regular">\r
79385
- 14. The corporation agrees to file restated articles at any time required\r
79386
- by the Director under the Business Corporations Act or Not-for-Profit\r
79387
- Corporations Act, 2010.\r
79388
- </span>\r
79389
- \r
79390
- <span class="body-1-regular">\r
79391
- 15. Where a filing under the Business Corporations Act, Extra-Provincial\r
79392
- Corporations Act or Not-for-Profit Corporations Act, 2010 must be\r
79393
- supported by an Ontario biased or weighted Nuans search report, and the\r
79394
- identifying information is provided, the authorizer(s) consents for the\r
79395
- Director appointed under the Act or other person delegated by the Director\r
79396
- to retrieve the Nuans report directly from the appropriate department of\r
79397
- the Government of Canada. The corporation agrees to keep a copy of the\r
79398
- Nuans report in electronic or paper format at the corporation's registered\r
79399
- office.\r
79400
- </span>\r
79401
- \r
79402
- <span class="body-1-regular">\r
79403
- 16. A corporation under the Business Corporations Act or Not-for-Profit\r
79404
- Corporations Act, 2010 that continues out of Ontario agrees to file with\r
79405
- the Ministry a copy of the instrument of continuance issued to it by the\r
79406
- other jurisdiction within 60 days after the date of issuance.\r
79407
- </span>\r
79408
- \r
79409
- <span class="body-1-regular">\r
79410
- 17. If this is a filing made in respect of an arrangement under the\r
79411
- Business Corporations Act or Not-for-Profit Corporations Act, 2010, the\r
79412
- corporation acknowledges that it must give the Director notice of the\r
79413
- application to the court and that the Director is entitled to appear in\r
79414
- court and be heard in person or by counsel. The corporation agrees to\r
79415
- submit the required notice and a draft copy of the Plan of Arrangement\r
79416
- under the applicable Act for review through the electronic system\r
79417
- maintained by the Ministry at least seven business days before seeking an\r
79418
- interim and/or final order with the court. The corporation agrees to make\r
79419
- changes required by the Director to ensure that the Plan complies with the\r
79420
- applicable Act and Ministry requirements, and is capable of being\r
79421
- implemented in the electronic system maintained by the Ministry under the\r
79422
- applicable Act. The corporation agrees that if the Ministry does not\r
79423
- receive a draft of the application or sufficient notice of the\r
79424
- application, additional time may be required for review. The corporation\r
79425
- acknowledges that the Ministry may seek an adjournment if the corporation\r
79426
- fails to provide a draft of the application or sufficient notice of the\r
79427
- application. The corporation agrees that if it obtains a court order\r
79428
- without providing the required notice of the application to the Ministry,\r
79429
- revisions may be required to any Plan of Arrangement attached to a court\r
79430
- order and a further court order may be required before the articles of\r
79431
- arrangement are endorsed.\r
79432
- </span>\r
79359
+ <span class="body-1-regular">{{ 'TERMS.intro' | translate }}</span>\r
79360
+ <span class="body-1-regular">{{ 'TERMS.agreement_mandatory' | translate }}</span>\r
79361
+ <span class="body-1-regular">{{ 'TERMS.clause_i' | translate }}</span>\r
79362
+ <span class="body-1-regular">{{ 'TERMS.clause_ii' | translate }}</span>\r
79363
+ <span class="body-1-regular">{{ 'TERMS.authority' | translate }}</span>\r
79364
+ <span class="body-1-regular">{{ 'TERMS.bound' | translate }}</span>\r
79365
+ <span class="body-1-regular">{{ 'TERMS.section_1' | translate }}</span>\r
79366
+ <span class="body-1-regular">{{ 'TERMS.section_2' | translate }}</span>\r
79367
+ <span class="body-1-regular">{{ 'TERMS.section_3' | translate }}</span>\r
79368
+ <span class="body-1-regular">{{ 'TERMS.section_4' | translate }}</span>\r
79369
+ <span class="body-1-regular">{{ 'TERMS.section_5' | translate }}</span>\r
79370
+ <span class="body-1-regular">{{ 'TERMS.section_6' | translate }}</span>\r
79371
+ <span class="body-1-regular">{{ 'TERMS.section_7' | translate }}</span>\r
79372
+ <span class="body-1-regular">{{ 'TERMS.section_8' | translate }}</span>\r
79373
+ <span class="body-1-regular">{{ 'TERMS.section_9' | translate }}</span>\r
79374
+ <span class="body-1-regular">{{ 'TERMS.section_10' | translate }}</span>\r
79375
+ <span class="body-1-regular">{{ 'TERMS.section_11' | translate }}</span>\r
79376
+ <span class="body-1-regular">{{ 'TERMS.section_12' | translate }}</span>\r
79377
+ <span class="body-1-regular">{{ 'TERMS.section_13' | translate }}</span>\r
79378
+ <span class="body-1-regular">{{ 'TERMS.section_14' | translate }}</span>\r
79379
+ <span class="body-1-regular">{{ 'TERMS.section_15' | translate }}</span>\r
79380
+ <span class="body-1-regular">{{ 'TERMS.section_16' | translate }}</span>\r
79381
+ <span class="body-1-regular">{{ 'TERMS.section_17' | translate }}</span>\r
79433
79382
  </div>\r
79434
79383
  </div>\r
79435
79384
  \r
@@ -80004,6 +79953,25 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80004
79953
  \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", corporationDetails_r5)("config", ctx_r0.corporationDetailsCardFields);
80005
79954
  }
80006
79955
  }
79956
+ function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template(rf, ctx) {
79957
+ if (rf & 1) {
79958
+ const _r7 = \u0275\u0275getCurrentView();
79959
+ \u0275\u0275elementStart(0, "filing-form-group", 10);
79960
+ \u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template_filing_form_group_visiblyValidChange_0_listener($event) {
79961
+ \u0275\u0275restoreView(_r7);
79962
+ const ctx_r0 = \u0275\u0275nextContext(3);
79963
+ return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionAddress", $event));
79964
+ });
79965
+ \u0275\u0275elementEnd();
79966
+ }
79967
+ if (rf & 2) {
79968
+ let tmp_14_0;
79969
+ \u0275\u0275nextContext(2);
79970
+ const legalOpinion_r8 = \u0275\u0275readContextLet(0);
79971
+ const ctx_r0 = \u0275\u0275nextContext();
79972
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r8)("config", ctx_r0.legalOpinionConfirmAddressFieldsMap[(tmp_14_0 = legalOpinion_r8.get(ctx_r0.controls.AffiliationAddressType)) == null ? null : tmp_14_0.value]);
79973
+ }
79974
+ }
80007
79975
  function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template(rf, ctx) {
80008
79976
  if (rf & 1) {
80009
79977
  const _r6 = \u0275\u0275getCurrentView();
@@ -80014,43 +79982,39 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80014
79982
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionLawyer", $event));
80015
79983
  });
80016
79984
  \u0275\u0275elementEnd();
80017
- \u0275\u0275elementStart(2, "filing-form-group", 10);
80018
- \u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template_filing_form_group_visiblyValidChange_2_listener($event) {
80019
- \u0275\u0275restoreView(_r6);
80020
- const ctx_r0 = \u0275\u0275nextContext(2);
80021
- return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionAddress", $event));
80022
- });
80023
- \u0275\u0275elementEnd()();
79985
+ \u0275\u0275template(2, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template, 1, 3, "filing-form-group", 11);
79986
+ \u0275\u0275elementEnd();
80024
79987
  }
80025
79988
  if (rf & 2) {
79989
+ let tmp_17_0;
80026
79990
  \u0275\u0275nextContext();
80027
- const legalOpinion_r7 = \u0275\u0275readContextLet(0);
79991
+ const legalOpinion_r8 = \u0275\u0275readContextLet(0);
80028
79992
  const ctx_r0 = \u0275\u0275nextContext();
80029
79993
  \u0275\u0275property("isValid", ctx_r0.sectionValidity["legalOpinionLawyer"] && ctx_r0.sectionValidity["legalOpinionAddress"])("isStatusIcon", ctx_r0.statusIcon())("title", ctx_r0.groups.LegalOpinion);
80030
79994
  \u0275\u0275advance();
80031
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r7)("config", ctx_r0.legalOpinionLawyerFields());
79995
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r8)("config", ctx_r0.legalOpinionLawyerFields());
80032
79996
  \u0275\u0275advance();
80033
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r7)("config", ctx_r0.legalOpinionConfirmAddressFields);
79997
+ \u0275\u0275conditional(((tmp_17_0 = legalOpinion_r8.get(ctx_r0.controls.LawyerSigningOpinion)) == null ? null : tmp_17_0.value) ? 2 : -1);
80034
79998
  }
80035
79999
  }
80036
80000
  function OntarioIncorporationFormComponent_Conditional_8_Template(rf, ctx) {
80037
80001
  if (rf & 1) {
80038
80002
  \u0275\u0275declareLet(0);
80039
- \u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template, 3, 9, "expandable-card", 5);
80003
+ \u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template, 3, 7, "expandable-card", 5);
80040
80004
  }
80041
80005
  if (rf & 2) {
80042
80006
  const ctx_r0 = \u0275\u0275nextContext();
80043
- const legalOpinion_r8 = \u0275\u0275storeLet(ctx_r0.getFormGroup(ctx_r0.groups.LegalOpinion));
80007
+ const legalOpinion_r9 = \u0275\u0275storeLet(ctx_r0.getFormGroup(ctx_r0.groups.LegalOpinion));
80044
80008
  \u0275\u0275advance();
80045
- \u0275\u0275conditional(legalOpinion_r8 ? 1 : -1);
80009
+ \u0275\u0275conditional(legalOpinion_r9 ? 1 : -1);
80046
80010
  }
80047
80011
  }
80048
80012
  function OntarioIncorporationFormComponent_Conditional_10_Template(rf, ctx) {
80049
80013
  if (rf & 1) {
80050
- const _r9 = \u0275\u0275getCurrentView();
80014
+ const _r10 = \u0275\u0275getCurrentView();
80051
80015
  \u0275\u0275elementStart(0, "expandable-card", 5)(1, "filing-form-group", 10);
80052
80016
  \u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_10_Template_filing_form_group_visiblyValidChange_1_listener($event) {
80053
- \u0275\u0275restoreView(_r9);
80017
+ \u0275\u0275restoreView(_r10);
80054
80018
  const ctx_r0 = \u0275\u0275nextContext();
80055
80019
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("registeredOffice", $event));
80056
80020
  });
@@ -80059,36 +80023,36 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80059
80023
  if (rf & 2) {
80060
80024
  let tmp_14_0;
80061
80025
  const ctx_r0 = \u0275\u0275nextContext();
80062
- const registeredOfficeForm_r10 = \u0275\u0275readContextLet(9);
80026
+ const registeredOfficeForm_r11 = \u0275\u0275readContextLet(9);
80063
80027
  \u0275\u0275property("isValid", ctx_r0.sectionValidity["registeredOffice"])("isStatusIcon", ctx_r0.statusIcon())("title", ctx_r0.groups.RegisteredOfficeAddress);
80064
80028
  \u0275\u0275advance();
80065
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", registeredOfficeForm_r10)("config", ctx_r0.affiliationCardFieldsMap[(tmp_14_0 = registeredOfficeForm_r10.get(ctx_r0.formationFormControls.AffiliationAddressType)) == null ? null : tmp_14_0.value]);
80029
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", registeredOfficeForm_r11)("config", ctx_r0.affiliationCardFieldsMap[(tmp_14_0 = registeredOfficeForm_r11.get(ctx_r0.formationFormControls.AffiliationAddressType)) == null ? null : tmp_14_0.value]);
80066
80030
  }
80067
80031
  }
80068
80032
  function OntarioIncorporationFormComponent_Conditional_14_Template(rf, ctx) {
80069
80033
  if (rf & 1) {
80070
- const _r11 = \u0275\u0275getCurrentView();
80071
- \u0275\u0275elementStart(0, "expandable-list-card", 11);
80034
+ const _r12 = \u0275\u0275getCurrentView();
80035
+ \u0275\u0275elementStart(0, "expandable-list-card", 12);
80072
80036
  \u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_14_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
80073
- \u0275\u0275restoreView(_r11);
80037
+ \u0275\u0275restoreView(_r12);
80074
80038
  const ctx_r0 = \u0275\u0275nextContext();
80075
80039
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("directors", $event));
80076
80040
  });
80077
- \u0275\u0275element(1, "p", 12);
80041
+ \u0275\u0275element(1, "p", 13);
80078
80042
  \u0275\u0275elementEnd();
80079
80043
  }
80080
80044
  if (rf & 2) {
80081
80045
  const ctx_r0 = \u0275\u0275nextContext();
80082
- const directorsArray_r12 = \u0275\u0275readContextLet(12);
80083
- const isOpenDirectors_r13 = \u0275\u0275readContextLet(13);
80084
- \u0275\u0275property("isValid", ctx_r0.sectionValidity["directors"])("areItemsOpen", isOpenDirectors_r13)("isStatusIcon", ctx_r0.statusIcon())("config", ctx_r0.directorsCardFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", directorsArray_r12)("title", ctx_r0.groups.Directors);
80046
+ const directorsArray_r13 = \u0275\u0275readContextLet(12);
80047
+ const isOpenDirectors_r14 = \u0275\u0275readContextLet(13);
80048
+ \u0275\u0275property("isValid", ctx_r0.sectionValidity["directors"])("areItemsOpen", isOpenDirectors_r14)("isStatusIcon", ctx_r0.statusIcon())("config", ctx_r0.directorsCardFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", directorsArray_r13)("title", ctx_r0.groups.Directors);
80085
80049
  \u0275\u0275advance();
80086
80050
  \u0275\u0275property("innerHTML", ctx_r0.directorsSubtitle(), \u0275\u0275sanitizeHtml);
80087
80051
  }
80088
80052
  }
80089
80053
  function OntarioIncorporationFormComponent_Conditional_15_Template(rf, ctx) {
80090
80054
  if (rf & 1) {
80091
- \u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 13);
80055
+ \u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 14);
80092
80056
  \u0275\u0275text(2);
80093
80057
  \u0275\u0275pipe(3, "translate");
80094
80058
  \u0275\u0275elementEnd()();
@@ -80103,23 +80067,23 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80103
80067
  function OntarioIncorporationFormComponent_Conditional_17_Template(rf, ctx) {
80104
80068
  if (rf & 1) {
80105
80069
  \u0275\u0275elementStart(0, "expandable-card", 7);
80106
- \u0275\u0275element(1, "filing-form-group", 14);
80070
+ \u0275\u0275element(1, "filing-form-group", 11);
80107
80071
  \u0275\u0275elementEnd();
80108
80072
  }
80109
80073
  if (rf & 2) {
80110
80074
  const ctx_r0 = \u0275\u0275nextContext();
80111
- const sharesAndProvisions_r14 = \u0275\u0275readContextLet(16);
80075
+ const sharesAndProvisions_r15 = \u0275\u0275readContextLet(16);
80112
80076
  \u0275\u0275property("isStatusIcon", false)("title", ctx_r0.groups.SharesAndProvisions);
80113
80077
  \u0275\u0275advance();
80114
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", sharesAndProvisions_r14)("config", ctx_r0.sharesAndProvincesFields);
80078
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", sharesAndProvisions_r15)("config", ctx_r0.sharesAndProvincesFields);
80115
80079
  }
80116
80080
  }
80117
80081
  function OntarioIncorporationFormComponent_Conditional_19_Template(rf, ctx) {
80118
80082
  if (rf & 1) {
80119
- const _r15 = \u0275\u0275getCurrentView();
80083
+ const _r16 = \u0275\u0275getCurrentView();
80120
80084
  \u0275\u0275elementStart(0, "expandable-list-card", 15);
80121
80085
  \u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_19_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
80122
- \u0275\u0275restoreView(_r15);
80086
+ \u0275\u0275restoreView(_r16);
80123
80087
  const ctx_r0 = \u0275\u0275nextContext();
80124
80088
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("incorporators", $event));
80125
80089
  });
@@ -80127,14 +80091,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80127
80091
  }
80128
80092
  if (rf & 2) {
80129
80093
  const ctx_r0 = \u0275\u0275nextContext();
80130
- const incorporatorsArray_r16 = \u0275\u0275readContextLet(11);
80131
- const isOpenIncorporators_r17 = \u0275\u0275readContextLet(18);
80132
- \u0275\u0275property("isValid", ctx_r0.sectionValidity["incorporators"])("areItemsOpen", isOpenIncorporators_r17)("isStatusIcon", ctx_r0.statusIcon())("config", ctx_r0.incorporatorsCardFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", incorporatorsArray_r16)("isSubmitted", ctx_r0.isSubmitted())("title", ctx_r0.groups.Incorporators);
80094
+ const incorporatorsArray_r17 = \u0275\u0275readContextLet(11);
80095
+ const isOpenIncorporators_r18 = \u0275\u0275readContextLet(18);
80096
+ \u0275\u0275property("isValid", ctx_r0.sectionValidity["incorporators"])("areItemsOpen", isOpenIncorporators_r18)("isStatusIcon", ctx_r0.statusIcon())("config", ctx_r0.incorporatorsCardFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", incorporatorsArray_r17)("isSubmitted", ctx_r0.isSubmitted())("title", ctx_r0.groups.Incorporators);
80133
80097
  }
80134
80098
  }
80135
80099
  function OntarioIncorporationFormComponent_Conditional_20_Template(rf, ctx) {
80136
80100
  if (rf & 1) {
80137
- \u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 13);
80101
+ \u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 14);
80138
80102
  \u0275\u0275text(2);
80139
80103
  \u0275\u0275pipe(3, "translate");
80140
80104
  \u0275\u0275elementEnd()();
@@ -80171,7 +80135,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80171
80135
  groups = FormationFormGroups;
80172
80136
  controls = FormationFormControls;
80173
80137
  formationFormControls = FormationFormControls;
80174
- legalOpinionConfirmAddressFields = FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_CONFIRM_ADDRESS;
80138
+ legalOpinionConfirmAddressFieldsMap = FORMATION_FORM_ADDRESSES_FIELDS_MAP;
80175
80139
  referenceNumbersFields = FORMATION_DELTA_CARD_FORM_REFERENCE_NUMBERS_FIELDS;
80176
80140
  affiliationCardFieldsMap = FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP;
80177
80141
  incorporatorsCardFieldsMap = FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP;
@@ -80180,23 +80144,22 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80180
80144
  corporationDetailsCardFields = [];
80181
80145
  initiallyOpenCardsCount = 3;
80182
80146
  sectionValidity = {};
80147
+ translate = inject(TranslateService);
80183
80148
  laywers = computed(() => {
80184
- const affiliations = this.task()?.entity.affiliations ?? [];
80185
- return affiliations.filter((a) => a.role.role_name === "Responsible").map((a) => ({
80186
- label: a.participant._profile.name ?? "",
80187
- value: a._id
80188
- }));
80149
+ return this.task()?.entity.affiliations ?? [];
80150
+ });
80151
+ legalOpinionLawyerFields = computed(() => {
80152
+ return FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER(this.laywers().filter((a) => a.role.role_name === "Responsible"));
80189
80153
  });
80190
- legalOpinionLawyerFields = computed(() => FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER(this.laywers()));
80191
80154
  directorsSubtitle = computed(() => {
80192
80155
  const articles = this.task()?.entity._articles;
80193
80156
  if (!articles?.min_directors && !articles?.max_directors) {
80194
80157
  return "";
80195
80158
  }
80196
80159
  if (articles.min_directors === articles.max_directors) {
80197
- return `<span class="body-1-semibold black">Number of Directors:</span> ${articles.min_directors}`;
80160
+ return `<span class="body-1-semibold black">${this.translate.instant("Number of Directors")}:</span> ${articles.min_directors}`;
80198
80161
  }
80199
- return `<span class="body-1-semibold black">Minimum and Maximum Number of Directors:</span> ${articles.min_directors}-${articles.max_directors}`;
80162
+ return `<span class="body-1-semibold black">${this.translate.instant("Minimum and Maximum Number of Directors")}:</span> ${articles.min_directors}-${articles.max_directors}`;
80200
80163
  });
80201
80164
  constructor() {
80202
80165
  effect(() => {
@@ -80228,7 +80191,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80228
80191
  static \u0275fac = function OntarioIncorporationFormComponent_Factory(__ngFactoryType__) {
80229
80192
  return new (__ngFactoryType__ || _OntarioIncorporationFormComponent)();
80230
80193
  };
80231
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _OntarioIncorporationFormComponent, selectors: [["ontario-incorporation-form"]], inputs: { form: [1, "form"], task: [1, "task"], errors: [1, "errors"], isNote: [1, "isNote"], statusIcon: [1, "statusIcon"], isSubmitted: [1, "isSubmitted"] }, outputs: { visiblyValidChange: "visiblyValidChange" }, decls: 21, vars: 17, consts: [[1, "incorporation-form"], ["title", "Entity changed", "content", "A new draft needs to be generated as the Entity was changed since the last draft was produced.", 3, "type"], ["title", "The following issues need to be resolved before proceeding:", 3, "content"], [1, "incorporation-form-content"], [3, "title"], [3, "isValid", "isStatusIcon", "title"], [3, "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "isStatusIcon", "title"], [3, "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "isSubmitted", "title"], [1, "incorporation-form-item"], [3, "visiblyValidChange", "isSubmitted", "form", "config"], [3, "visiblyValidChange", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], ["slot", "subtitle", 1, "body-1-regular", "black", 3, "innerHTML"], [1, "body-1-regular"], [3, "isSubmitted", "form", "config"], [3, "visiblyValidChange", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "isSubmitted", "title"]], template: function OntarioIncorporationFormComponent_Template(rf, ctx) {
80194
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _OntarioIncorporationFormComponent, selectors: [["ontario-incorporation-form"]], inputs: { form: [1, "form"], task: [1, "task"], errors: [1, "errors"], isNote: [1, "isNote"], statusIcon: [1, "statusIcon"], isSubmitted: [1, "isSubmitted"] }, outputs: { visiblyValidChange: "visiblyValidChange" }, decls: 21, vars: 17, consts: [[1, "incorporation-form"], ["title", "Entity changed", "content", "A new draft needs to be generated as the Entity was changed since the last draft was produced.", 3, "type"], ["title", "The following issues need to be resolved before proceeding:", 3, "content"], [1, "incorporation-form-content"], [3, "title"], [3, "isValid", "isStatusIcon", "title"], [3, "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "isStatusIcon", "title"], [3, "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "isSubmitted", "title"], [1, "incorporation-form-item"], [3, "visiblyValidChange", "isSubmitted", "form", "config"], [3, "isSubmitted", "form", "config"], [3, "visiblyValidChange", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], ["slot", "subtitle", 1, "body-1-regular", "black", 3, "innerHTML"], [1, "body-1-regular"], [3, "visiblyValidChange", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "isSubmitted", "title"]], template: function OntarioIncorporationFormComponent_Template(rf, ctx) {
80232
80195
  if (rf & 1) {
80233
80196
  \u0275\u0275elementStart(0, "div", 0);
80234
80197
  \u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_1_Template, 1, 1, "alert", 1)(2, OntarioIncorporationFormComponent_Conditional_2_Template, 1, 1, "alert", 2);
@@ -80255,35 +80218,35 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80255
80218
  \u0275\u0275advance();
80256
80219
  \u0275\u0275conditional(ctx.errors().length ? 2 : -1);
80257
80220
  \u0275\u0275advance(2);
80258
- const referenceNumbers_r18 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.ReferenceNumbers));
80221
+ const referenceNumbers_r19 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.ReferenceNumbers));
80259
80222
  \u0275\u0275advance();
80260
- \u0275\u0275conditional(referenceNumbers_r18 ? 5 : -1);
80223
+ \u0275\u0275conditional(referenceNumbers_r19 ? 5 : -1);
80261
80224
  \u0275\u0275advance();
80262
- const corporationDetails_r19 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CorporationDetails));
80225
+ const corporationDetails_r20 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CorporationDetails));
80263
80226
  \u0275\u0275advance();
80264
- \u0275\u0275conditional(corporationDetails_r19 ? 7 : -1);
80227
+ \u0275\u0275conditional(corporationDetails_r20 ? 7 : -1);
80265
80228
  \u0275\u0275advance();
80266
80229
  \u0275\u0275conditional(ctx.isLegalOpinion ? 8 : -1);
80267
80230
  \u0275\u0275advance();
80268
- const registeredOfficeForm_r20 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
80231
+ const registeredOfficeForm_r21 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
80269
80232
  \u0275\u0275advance();
80270
- \u0275\u0275conditional(registeredOfficeForm_r20 ? 10 : -1);
80233
+ \u0275\u0275conditional(registeredOfficeForm_r21 ? 10 : -1);
80271
80234
  \u0275\u0275advance();
80272
- const incorporatorsArray_r21 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Incorporators));
80235
+ const incorporatorsArray_r22 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Incorporators));
80273
80236
  \u0275\u0275advance();
80274
- const directorsArray_r22 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
80237
+ const directorsArray_r23 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
80275
80238
  \u0275\u0275advance();
80276
- \u0275\u0275storeLet(((tmp_11_0 = directorsArray_r22 == null ? null : directorsArray_r22.length) !== null && tmp_11_0 !== void 0 ? tmp_11_0 : 0) <= ctx.initiallyOpenCardsCount);
80239
+ \u0275\u0275storeLet(((tmp_11_0 = directorsArray_r23 == null ? null : directorsArray_r23.length) !== null && tmp_11_0 !== void 0 ? tmp_11_0 : 0) <= ctx.initiallyOpenCardsCount);
80277
80240
  \u0275\u0275advance();
80278
- \u0275\u0275conditional(directorsArray_r22 && directorsArray_r22.length ? 14 : 15);
80241
+ \u0275\u0275conditional(directorsArray_r23 && directorsArray_r23.length ? 14 : 15);
80279
80242
  \u0275\u0275advance(2);
80280
- const sharesAndProvisions_r23 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.SharesAndProvisions));
80243
+ const sharesAndProvisions_r24 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.SharesAndProvisions));
80281
80244
  \u0275\u0275advance();
80282
- \u0275\u0275conditional(sharesAndProvisions_r23 ? 17 : -1);
80245
+ \u0275\u0275conditional(sharesAndProvisions_r24 ? 17 : -1);
80283
80246
  \u0275\u0275advance();
80284
- \u0275\u0275storeLet(((tmp_15_0 = incorporatorsArray_r21 == null ? null : incorporatorsArray_r21.length) !== null && tmp_15_0 !== void 0 ? tmp_15_0 : 0) <= ctx.initiallyOpenCardsCount);
80247
+ \u0275\u0275storeLet(((tmp_15_0 = incorporatorsArray_r22 == null ? null : incorporatorsArray_r22.length) !== null && tmp_15_0 !== void 0 ? tmp_15_0 : 0) <= ctx.initiallyOpenCardsCount);
80285
80248
  \u0275\u0275advance();
80286
- \u0275\u0275conditional(incorporatorsArray_r21 && incorporatorsArray_r21.length ? 19 : 20);
80249
+ \u0275\u0275conditional(incorporatorsArray_r22 && incorporatorsArray_r22.length ? 19 : 20);
80287
80250
  }
80288
80251
  }, dependencies: [
80289
80252
  ExpandableCardComponent,
@@ -80373,14 +80336,18 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80373
80336
  onSectionValidChange('legalOpinionLawyer', $event)\r
80374
80337
  "\r
80375
80338
  />\r
80376
- <filing-form-group\r
80377
- [isSubmitted]="isSubmitted()"\r
80378
- [form]="legalOpinion"\r
80379
- [config]="legalOpinionConfirmAddressFields"\r
80380
- (visiblyValidChange)="\r
80339
+ \r
80340
+ @if (legalOpinion.get(controls.LawyerSigningOpinion)?.value) {\r
80341
+ <filing-form-group\r
80342
+ [isSubmitted]="isSubmitted()"\r
80343
+ [form]="legalOpinion"\r
80344
+ [config]="legalOpinionConfirmAddressFieldsMap[legalOpinion.get(controls.AffiliationAddressType)?.value]"\r
80345
+ (visiblyValidChange)="\r
80381
80346
  onSectionValidChange('legalOpinionAddress', $event)\r
80382
80347
  "\r
80383
- />\r
80348
+ />\r
80349
+ }\r
80350
+ \r
80384
80351
  </expandable-card>\r
80385
80352
  }\r
80386
80353
  }\r
@@ -80506,6 +80473,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80506
80473
  submitted = signal(false);
80507
80474
  visiblyValid = signal(true);
80508
80475
  clientErrors = signal([]);
80476
+ translate = inject(TranslateService);
80509
80477
  combinedErrors = computed(() => {
80510
80478
  const client = this.clientErrors();
80511
80479
  return client.length ? client : this.errors();
@@ -80518,7 +80486,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80518
80486
  this.clientErrors.set([]);
80519
80487
  markFormGroupTouched(this.form());
80520
80488
  if (!this.visiblyValid()) {
80521
- this.clientErrors.set(["Some required fields aren't completed."]);
80489
+ this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
80522
80490
  return;
80523
80491
  }
80524
80492
  this.validate.emit();
@@ -80613,7 +80581,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80613
80581
  }], null, null);
80614
80582
  })();
80615
80583
  (() => {
80616
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioIncorporationDeltaFormComponent, { className: "OntarioIncorporationDeltaFormComponent", filePath: "src/app/components/ontario/incorporation/steps/delta/ontario-incorporation-delta-form.component.ts", lineNumber: 24 });
80584
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioIncorporationDeltaFormComponent, { className: "OntarioIncorporationDeltaFormComponent", filePath: "src/app/components/ontario/incorporation/steps/delta/ontario-incorporation-delta-form.component.ts", lineNumber: 25 });
80617
80585
  })();
80618
80586
  }
80619
80587
  });
@@ -80718,14 +80686,62 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80718
80686
  });
80719
80687
 
80720
80688
  // src/app/constants/initial-return-form.constants.ts
80721
- var ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL, ONTARIO_INITIAL_RETURN_FORM_GENERAL_FIELDS, ONTARIO_INITIAL_RETURN_CARD_FORM_ADDRESS_FIELDS_MAP, generateDirectorFields, ONTARIO_INITIAL_RETURN_FORM_ADDRESS_FIELDS_MAP, generateCertifiedByFields, ONTARIO_INITIAL_RETURN_FORM_CERTIFIED_BY_FIELDS_MAP;
80689
+ var directorFullAddressFormField, fullAddressFormField, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, ONTARIO_INITIAL_RETURN_FORM_GENERAL_FIELDS, ONTARIO_INITIAL_RETURN_CARD_FORM_ADDRESS_FIELDS_MAP, generateDirectorFields, ONTARIO_INITIAL_RETURN_FORM_ADDRESS_FIELDS_MAP, generateCertifiedByFields, ONTARIO_INITIAL_RETURN_FORM_CERTIFIED_BY_FIELDS_MAP;
80722
80690
  var init_initial_return_form_constants = __esm({
80723
80691
  "src/app/constants/initial-return-form.constants.ts"() {
80724
80692
  init_form_enums();
80725
80693
  init_app_enums();
80726
80694
  init_app_constants();
80727
- init_common_utils();
80728
80695
  init_initial_return_enums();
80696
+ init_common_utils();
80697
+ directorFullAddressFormField = {
80698
+ type: FormType.Text,
80699
+ label: "",
80700
+ formControlName: "",
80701
+ dynamicLabel: (form, t, prevValueMap) => {
80702
+ const formValue = form.getRawValue();
80703
+ const isUpdate = formValue[IRFormControls.AffiliationType] === IRAffiliationType.Update;
80704
+ const baseAddress = getAddressPreview(formValue);
80705
+ const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80706
+ if (!prevValueMap || !isUpdate) {
80707
+ return baseResult;
80708
+ }
80709
+ const key = formValue[IRFormControls.AffiliationName];
80710
+ const prevValue = prevValueMap.get(key);
80711
+ if (!prevValue) {
80712
+ return baseResult;
80713
+ }
80714
+ const prevAddress = getCurrentAddressPreview(prevValue.address);
80715
+ if (prevAddress === baseAddress) {
80716
+ return baseResult;
80717
+ }
80718
+ return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
80719
+ },
80720
+ class: "span-12"
80721
+ };
80722
+ fullAddressFormField = {
80723
+ type: FormType.Text,
80724
+ label: "",
80725
+ formControlName: "",
80726
+ dynamicLabel: (form, t, prevValue) => {
80727
+ const formValue = form.getRawValue();
80728
+ const baseAddress = getAddressPreview(formValue);
80729
+ const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80730
+ if (!prevValue) {
80731
+ return baseResult;
80732
+ }
80733
+ const prevAddressData = prevValue.registeredOfficeAddress;
80734
+ if (!prevAddressData) {
80735
+ return baseResult;
80736
+ }
80737
+ const prevAddress = getCurrentAddressPreview(prevAddressData);
80738
+ if (prevAddress === baseAddress) {
80739
+ return baseResult;
80740
+ }
80741
+ return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
80742
+ },
80743
+ class: "span-12"
80744
+ };
80729
80745
  ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
80730
80746
  {
80731
80747
  type: FormType.Text,
@@ -80760,31 +80776,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80760
80776
  formControlName: FormationFormControls.StreetDirection,
80761
80777
  options: STREET_DIRECTION_OPTIONS,
80762
80778
  class: "span-2"
80763
- },
80764
- {
80765
- type: FormType.Text,
80766
- label: "",
80767
- formControlName: "",
80768
- dynamicLabel: (form, t, prevValueMap) => {
80769
- const formValue = form.getRawValue();
80770
- const isUpdate = formValue[IRFormControls.AffiliationType] === IRAffiliationType.Update;
80771
- const baseAddress = getAddressPreview(formValue);
80772
- const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80773
- if (!prevValueMap || !isUpdate) {
80774
- return baseResult;
80775
- }
80776
- const key = formValue[IRFormControls.AffiliationName];
80777
- const prevValue = prevValueMap.get(key);
80778
- if (!prevValue) {
80779
- return baseResult;
80780
- }
80781
- const prevAddress = getCurrentAddressPreview(prevValue.address);
80782
- if (prevAddress === baseAddress) {
80783
- return baseResult;
80784
- }
80785
- return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
80786
- },
80787
- class: "span-12"
80788
80779
  }
80789
80780
  ];
80790
80781
  ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT = [
@@ -80840,60 +80831,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80840
80831
  formControlName: FormationFormControls.StreetDirection,
80841
80832
  class: "span-2",
80842
80833
  options: STREET_DIRECTION_OPTIONS
80843
- },
80844
- {
80845
- type: FormType.Text,
80846
- label: "",
80847
- formControlName: "",
80848
- dynamicLabel: (form, t, prevValueMap) => {
80849
- const formValue = form.getRawValue();
80850
- const isUpdate = formValue[IRFormControls.AffiliationType] === IRAffiliationType.Update;
80851
- const baseAddress = getAddressPreview(formValue);
80852
- const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80853
- if (!prevValueMap || !isUpdate) {
80854
- return baseResult;
80855
- }
80856
- const key = formValue[IRFormControls.AffiliationName];
80857
- const prevValue = prevValueMap.get(key);
80858
- if (!prevValue) {
80859
- return baseResult;
80860
- }
80861
- const prevAddress = getCurrentAddressPreview(prevValue.address);
80862
- console.log(prevAddress === baseAddress);
80863
- console.log(prevValue.address);
80864
- if (prevAddress === baseAddress) {
80865
- return baseResult;
80866
- }
80867
- return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
80868
- },
80869
- class: "span-12"
80870
- }
80871
- ];
80872
- ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL = [
80873
- {
80874
- type: FormType.Text,
80875
- label: "",
80876
- formControlName: "",
80877
- dynamicLabel: (form, t, prevValueMap) => {
80878
- const formValue = form.getRawValue();
80879
- const isUpdate = formValue[IRFormControls.AffiliationType] === IRAffiliationType.Update;
80880
- const baseAddress = getAddressPreview(formValue);
80881
- const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80882
- if (!prevValueMap || !isUpdate) {
80883
- return baseResult;
80884
- }
80885
- const key = formValue[IRFormControls.AffiliationName];
80886
- const prevValue = prevValueMap.get(key);
80887
- if (!prevValue) {
80888
- return baseResult;
80889
- }
80890
- const prevAddress = getCurrentAddressPreview(prevValue.address);
80891
- if (prevAddress === baseAddress) {
80892
- return baseResult;
80893
- }
80894
- return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
80895
- },
80896
- class: "span-12"
80897
80834
  }
80898
80835
  ];
80899
80836
  ONTARIO_INITIAL_RETURN_FORM_GENERAL_FIELDS = [
@@ -80935,10 +80872,17 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80935
80872
  },
80936
80873
  {
80937
80874
  type: FormType.Text,
80938
- dynamicLabel: (form, t) => {
80875
+ dynamicLabel: (form, t, prevValue) => {
80939
80876
  const primaryActivity = form.get(IRFormControls.PrimaryActivity)?.value;
80877
+ const prevValueData = prevValue;
80878
+ const result = `<span class="body-1-semibold">${t("Primary Activity")}:</span> ${primaryActivity}`;
80879
+ if (prevValueData?.primaryActivity) {
80880
+ if (prevValueData.primaryActivity !== primaryActivity) {
80881
+ return result + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Activity")}:</span> ${prevValueData.primaryActivity}</span>`;
80882
+ }
80883
+ }
80940
80884
  if (primaryActivity) {
80941
- return `<span class="body-1-semibold">${t("Primary Activity")}:</span> ${primaryActivity}`;
80885
+ return result;
80942
80886
  }
80943
80887
  return "";
80944
80888
  },
@@ -80948,10 +80892,17 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80948
80892
  },
80949
80893
  {
80950
80894
  type: FormType.Text,
80951
- dynamicLabel: (form, t) => {
80895
+ dynamicLabel: (form, t, prevValue) => {
80952
80896
  const email = form.get(IRFormControls.OfficialEmail)?.value;
80897
+ const prevValueData = prevValue;
80898
+ const result = `<span class="body-1-semibold">${t("Official Email")}:</span> ${email}`;
80899
+ if (prevValueData?.email) {
80900
+ if (prevValueData.email !== email) {
80901
+ return result + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Official Email")}:</span> ${prevValueData.email}</span>`;
80902
+ }
80903
+ }
80953
80904
  if (email) {
80954
- return `<span class="body-1-semibold">${t("Official Email")}:</span> ${email}`;
80905
+ return result;
80955
80906
  }
80956
80907
  return "";
80957
80908
  },
@@ -80961,10 +80912,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80961
80912
  }
80962
80913
  ];
80963
80914
  ONTARIO_INITIAL_RETURN_CARD_FORM_ADDRESS_FIELDS_MAP = {
80964
- [AffiliationAddressType.CanadianNoSuite]: ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
80965
- [AffiliationAddressType.CanadianSuite]: ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
80966
- [AffiliationAddressType.InternationalNoSuite]: ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
80967
- [AffiliationAddressType.InternationalSuite]: ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
80915
+ [AffiliationAddressType.CanadianNoSuite]: [...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, fullAddressFormField],
80916
+ [AffiliationAddressType.CanadianSuite]: [...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, fullAddressFormField],
80917
+ [AffiliationAddressType.InternationalNoSuite]: [fullAddressFormField],
80918
+ [AffiliationAddressType.InternationalSuite]: [fullAddressFormField]
80968
80919
  };
80969
80920
  generateDirectorFields = (fields) => [
80970
80921
  {
@@ -81030,10 +80981,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81030
80981
  }
81031
80982
  ];
81032
80983
  ONTARIO_INITIAL_RETURN_FORM_ADDRESS_FIELDS_MAP = {
81033
- [AffiliationAddressType.CanadianNoSuite]: generateDirectorFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT),
81034
- [AffiliationAddressType.CanadianSuite]: generateDirectorFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT),
81035
- [AffiliationAddressType.InternationalNoSuite]: generateDirectorFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL),
81036
- [AffiliationAddressType.InternationalSuite]: generateDirectorFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL)
80984
+ [AffiliationAddressType.CanadianNoSuite]: generateDirectorFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, directorFullAddressFormField]),
80985
+ [AffiliationAddressType.CanadianSuite]: generateDirectorFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, directorFullAddressFormField]),
80986
+ [AffiliationAddressType.InternationalNoSuite]: generateDirectorFields([directorFullAddressFormField]),
80987
+ [AffiliationAddressType.InternationalSuite]: generateDirectorFields([directorFullAddressFormField])
81037
80988
  };
81038
80989
  generateCertifiedByFields = (fields) => [
81039
80990
  {
@@ -81045,10 +80996,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81045
80996
  ...fields
81046
80997
  ];
81047
80998
  ONTARIO_INITIAL_RETURN_FORM_CERTIFIED_BY_FIELDS_MAP = {
81048
- [AffiliationAddressType.CanadianNoSuite]: generateCertifiedByFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT),
81049
- [AffiliationAddressType.CanadianSuite]: generateCertifiedByFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT),
81050
- [AffiliationAddressType.InternationalNoSuite]: generateCertifiedByFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL),
81051
- [AffiliationAddressType.InternationalSuite]: generateCertifiedByFields(ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL)
80999
+ [AffiliationAddressType.CanadianNoSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, fullAddressFormField]),
81000
+ [AffiliationAddressType.CanadianSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, fullAddressFormField]),
81001
+ [AffiliationAddressType.InternationalNoSuite]: generateCertifiedByFields([fullAddressFormField]),
81002
+ [AffiliationAddressType.InternationalSuite]: generateCertifiedByFields([fullAddressFormField])
81052
81003
  };
81053
81004
  }
81054
81005
  });
@@ -81084,11 +81035,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81084
81035
  \u0275\u0275elementEnd()();
81085
81036
  }
81086
81037
  if (rf & 2) {
81038
+ let tmp_9_0;
81087
81039
  const ctx_r0 = \u0275\u0275nextContext();
81088
81040
  const generalInfoForm_r3 = \u0275\u0275readContextLet(4);
81089
81041
  \u0275\u0275property("title", ctx_r0.groups.General)("isStatusIcon", !ctx_r0.readonly());
81090
81042
  \u0275\u0275advance();
81091
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", generalInfoForm_r3)("config", ctx_r0.generalCardFields)("label", ctx_r0.groups.General);
81043
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("prevData", (tmp_9_0 = ctx_r0.prevData()) == null ? null : tmp_9_0.corporationInfo)("form", generalInfoForm_r3)("config", ctx_r0.generalCardFields)("label", ctx_r0.groups.General);
81092
81044
  }
81093
81045
  }
81094
81046
  function OntarioUpdateMaintainFormComponent_Conditional_7_Template(rf, ctx) {
@@ -81103,12 +81055,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81103
81055
  \u0275\u0275elementEnd()();
81104
81056
  }
81105
81057
  if (rf & 2) {
81106
- let tmp_11_0;
81058
+ let tmp_9_0;
81059
+ let tmp_12_0;
81107
81060
  const ctx_r0 = \u0275\u0275nextContext();
81108
81061
  const registeredOfficeAddress_r5 = \u0275\u0275readContextLet(6);
81109
81062
  \u0275\u0275property("isStatusIcon", !ctx_r0.readonly())("isValid", ctx_r0.sectionValidity["registeredOffice"])("title", ctx_r0.groups.RegisteredOfficeAddress);
81110
81063
  \u0275\u0275advance();
81111
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", registeredOfficeAddress_r5)("config", ctx_r0.addressFieldsMap[(tmp_11_0 = registeredOfficeAddress_r5.get(ctx_r0.controls.AffiliationAddressType)) == null ? null : tmp_11_0.value]);
81064
+ \u0275\u0275property("prevData", (tmp_9_0 = ctx_r0.prevData()) == null ? null : tmp_9_0.corporationInfo)("isSubmitted", ctx_r0.isSubmitted())("form", registeredOfficeAddress_r5)("config", ctx_r0.addressFieldsMap[(tmp_12_0 = registeredOfficeAddress_r5.get(ctx_r0.controls.AffiliationAddressType)) == null ? null : tmp_12_0.value]);
81112
81065
  }
81113
81066
  }
81114
81067
  function OntarioUpdateMaintainFormComponent_Conditional_9_Template(rf, ctx) {
@@ -81178,7 +81131,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81178
81131
  function OntarioUpdateMaintainFormComponent_Conditional_16_Template(rf, ctx) {
81179
81132
  if (rf & 1) {
81180
81133
  const _r10 = \u0275\u0275getCurrentView();
81181
- \u0275\u0275elementStart(0, "filing-form-group", 12);
81134
+ \u0275\u0275elementStart(0, "filing-form-group", 15);
81182
81135
  \u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_16_Template_filing_form_group_visiblyValidChange_0_listener($event) {
81183
81136
  \u0275\u0275restoreView(_r10);
81184
81137
  const ctx_r0 = \u0275\u0275nextContext();
@@ -81257,15 +81210,15 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81257
81210
  static \u0275fac = function OntarioUpdateMaintainFormComponent_Factory(__ngFactoryType__) {
81258
81211
  return new (__ngFactoryType__ || _OntarioUpdateMaintainFormComponent)();
81259
81212
  };
81260
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _OntarioUpdateMaintainFormComponent, selectors: [["ontario-update-maintain-form"]], inputs: { form: [1, "form"], task: [1, "task"], errors: [1, "errors"], isNote: [1, "isNote"], isSubmitted: [1, "isSubmitted"], readonly: [1, "readonly"], prevData: [1, "prevData"] }, outputs: { visiblyValidChange: "visiblyValidChange" }, decls: 18, vars: 15, consts: [[1, "ontario-update-maintain-form"], ["title", "Entity changed", "content", "A new draft needs to be generated as the Entity was changed since the last draft was produced.", 3, "type"], ["title", "The following issues need to be resolved before proceeding:", 3, "content"], [1, "ontario-update-maintain-form-content"], [3, "title", "isStatusIcon"], [3, "isStatusIcon", "isValid", "title"], [3, "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "title"], [3, "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"], [3, "isSubmitted", "form", "config"], [1, "body-1-regular"], [3, "visiblyValidChange", "isSubmitted", "form", "config", "label"], [3, "visiblyValidChange", "isSubmitted", "form", "config"], [3, "visiblyValidChange", "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "visiblyValidChange", "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"]], template: function OntarioUpdateMaintainFormComponent_Template(rf, ctx) {
81213
+ static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _OntarioUpdateMaintainFormComponent, selectors: [["ontario-update-maintain-form"]], inputs: { form: [1, "form"], task: [1, "task"], errors: [1, "errors"], isNote: [1, "isNote"], isSubmitted: [1, "isSubmitted"], readonly: [1, "readonly"], prevData: [1, "prevData"] }, outputs: { visiblyValidChange: "visiblyValidChange" }, decls: 18, vars: 15, consts: [[1, "ontario-update-maintain-form"], ["title", "Entity changed", "content", "A new draft needs to be generated as the Entity was changed since the last draft was produced.", 3, "type"], ["title", "The following issues need to be resolved before proceeding:", 3, "content"], [1, "ontario-update-maintain-form-content"], [3, "title", "isStatusIcon"], [3, "isStatusIcon", "isValid", "title"], [3, "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "title"], [3, "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"], [3, "isSubmitted", "form", "config"], [1, "body-1-regular"], [3, "visiblyValidChange", "isSubmitted", "prevData", "form", "config", "label"], [3, "visiblyValidChange", "prevData", "isSubmitted", "form", "config"], [3, "visiblyValidChange", "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "visiblyValidChange", "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"], [3, "visiblyValidChange", "isSubmitted", "form", "config"]], template: function OntarioUpdateMaintainFormComponent_Template(rf, ctx) {
81261
81214
  if (rf & 1) {
81262
81215
  \u0275\u0275elementStart(0, "div", 0);
81263
81216
  \u0275\u0275template(1, OntarioUpdateMaintainFormComponent_Conditional_1_Template, 1, 1, "alert", 1)(2, OntarioUpdateMaintainFormComponent_Conditional_2_Template, 1, 1, "alert", 2);
81264
81217
  \u0275\u0275elementStart(3, "div", 3);
81265
81218
  \u0275\u0275declareLet(4);
81266
- \u0275\u0275template(5, OntarioUpdateMaintainFormComponent_Conditional_5_Template, 2, 6, "expandable-card", 4);
81219
+ \u0275\u0275template(5, OntarioUpdateMaintainFormComponent_Conditional_5_Template, 2, 7, "expandable-card", 4);
81267
81220
  \u0275\u0275declareLet(6);
81268
- \u0275\u0275template(7, OntarioUpdateMaintainFormComponent_Conditional_7_Template, 2, 6, "expandable-card", 5);
81221
+ \u0275\u0275template(7, OntarioUpdateMaintainFormComponent_Conditional_7_Template, 2, 7, "expandable-card", 5);
81269
81222
  \u0275\u0275declareLet(8);
81270
81223
  \u0275\u0275template(9, OntarioUpdateMaintainFormComponent_Conditional_9_Template, 1, 9, "expandable-list-card", 6)(10, OntarioUpdateMaintainFormComponent_Conditional_10_Template, 4, 4, "expandable-card", 7);
81271
81224
  \u0275\u0275declareLet(11);
@@ -81346,6 +81299,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81346
81299
  >\r
81347
81300
  <filing-form-group\r
81348
81301
  [isSubmitted]="isSubmitted()"\r
81302
+ [prevData]="prevData()?.corporationInfo"\r
81349
81303
  [form]="generalInfoForm"\r
81350
81304
  [config]="generalCardFields"\r
81351
81305
  [label]="groups.General"\r
@@ -81363,6 +81317,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81363
81317
  [title]="groups.RegisteredOfficeAddress"\r
81364
81318
  >\r
81365
81319
  <filing-form-group\r
81320
+ [prevData]="prevData()?.corporationInfo"\r
81366
81321
  [isSubmitted]="isSubmitted()"\r
81367
81322
  [form]="registeredOfficeAddress"\r
81368
81323
  [config]="\r
@@ -81474,6 +81429,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81474
81429
  submitted = signal(false);
81475
81430
  visiblyValid = signal(true);
81476
81431
  clientErrors = signal([]);
81432
+ translate = inject(TranslateService);
81477
81433
  combinedErrors = computed(() => {
81478
81434
  const client = this.clientErrors();
81479
81435
  return client.length ? client : this.errors();
@@ -81486,7 +81442,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81486
81442
  this.clientErrors.set([]);
81487
81443
  markFormGroupTouched(this.form());
81488
81444
  if (!this.visiblyValid()) {
81489
- this.clientErrors.set(["Some required fields aren't completed."]);
81445
+ this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
81490
81446
  return;
81491
81447
  }
81492
81448
  this.validate.emit();
@@ -81591,7 +81547,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81591
81547
  }], null, null);
81592
81548
  })();
81593
81549
  (() => {
81594
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioUpdateMaintainDeltaFormComponent, { className: "OntarioUpdateMaintainDeltaFormComponent", filePath: "src/app/components/ontario/update-maintain/steps/delta/update-maintain-delta-form.component.ts", lineNumber: 29 });
81550
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioUpdateMaintainDeltaFormComponent, { className: "OntarioUpdateMaintainDeltaFormComponent", filePath: "src/app/components/ontario/update-maintain/steps/delta/update-maintain-delta-form.component.ts", lineNumber: 30 });
81595
81551
  })();
81596
81552
  }
81597
81553
  });
@@ -84024,6 +83980,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84024
83980
  dialog = inject(MatDialog);
84025
83981
  cdr = inject(ChangeDetectorRef);
84026
83982
  dr = inject(DestroyRef);
83983
+ translate = inject(TranslateService);
84027
83984
  selectedIndividualWithSignificant = signal([]);
84028
83985
  isListISC = signal(false);
84029
83986
  isNonPreapprovedNameType = signal(false);
@@ -84142,9 +84099,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84142
84099
  return "";
84143
84100
  }
84144
84101
  if (articles.min_directors === articles.max_directors) {
84145
- return `<span class="body-1-semibold black">Number of Directors:</span> ${articles.min_directors}`;
84102
+ return `<span class="body-1-semibold black">${this.translate.instant("Number of Directors")}:</span> ${articles.min_directors}`;
84146
84103
  }
84147
- return `<span class="body-1-semibold black">Minimum and Maximum Number of Directors:</span> ${articles.min_directors}-${articles.max_directors}`;
84104
+ return `<span class="body-1-semibold black">${this.translate.instant("Minimum and Maximum Number of Directors")}:</span> ${articles.min_directors}-${articles.max_directors}`;
84148
84105
  });
84149
84106
  generateEPLFields(registrations) {
84150
84107
  const eplAddressesMap = /* @__PURE__ */ new Map();
@@ -84574,6 +84531,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84574
84531
  submitted = signal(false);
84575
84532
  visiblyValid = signal(true);
84576
84533
  clientErrors = signal([]);
84534
+ translate = inject(TranslateService);
84577
84535
  combinedErrors = computed(() => {
84578
84536
  const client = this.clientErrors();
84579
84537
  return client.length ? client : this.errors();
@@ -84586,7 +84544,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84586
84544
  this.clientErrors.set([]);
84587
84545
  markFormGroupTouched(this.form());
84588
84546
  if (!this.visiblyValid()) {
84589
- this.clientErrors.set(["Some required fields aren't completed."]);
84547
+ this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
84590
84548
  return;
84591
84549
  }
84592
84550
  this.validate.emit();
@@ -84696,7 +84654,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84696
84654
  }], null, null);
84697
84655
  })();
84698
84656
  (() => {
84699
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FederalIncorporationDeltaFormComponent, { className: "FederalIncorporationDeltaFormComponent", filePath: "src/app/components/federal/incorporation/steps/delta/federal-incorporation-delta-form.component.ts", lineNumber: 27 });
84657
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FederalIncorporationDeltaFormComponent, { className: "FederalIncorporationDeltaFormComponent", filePath: "src/app/components/federal/incorporation/steps/delta/federal-incorporation-delta-form.component.ts", lineNumber: 28 });
84700
84658
  })();
84701
84659
  }
84702
84660
  });
@@ -85638,6 +85596,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
85638
85596
  submitted = signal(false);
85639
85597
  visiblyValid = signal(true);
85640
85598
  clientErrors = signal([]);
85599
+ translate = inject(TranslateService);
85641
85600
  combinedErrors = computed(() => {
85642
85601
  const client = this.clientErrors();
85643
85602
  return client.length ? client : this.errors();
@@ -85650,7 +85609,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
85650
85609
  this.clientErrors.set([]);
85651
85610
  markFormGroupTouched(this.form());
85652
85611
  if (!this.visiblyValid()) {
85653
- this.clientErrors.set(["Some required fields aren't completed."]);
85612
+ this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
85654
85613
  return;
85655
85614
  }
85656
85615
  this.validate.emit();
@@ -86754,6 +86713,57 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86754
86713
  residentCanadian
86755
86714
  };
86756
86715
  }
86716
+ function extractAddressDeltaDataFromInitialReturnAddressContainer(postalAddress) {
86717
+ const { AddressLocale, AddressCA, AddressUS, AddressINTL } = postalAddress;
86718
+ const toNum = (v) => {
86719
+ if (v === null || v === void 0 || v === "")
86720
+ return void 0;
86721
+ const n = Number(v);
86722
+ return isNaN(n) ? void 0 : n;
86723
+ };
86724
+ if (AddressLocale === "CA" && AddressCA) {
86725
+ const region = AddressCA.RegionName ?? AddressCA.Region ?? "";
86726
+ return __spreadValues(__spreadValues(__spreadValues(__spreadValues({
86727
+ streetNumber: postalAddress.StreetNumber ?? AddressCA.Address1 ?? "",
86728
+ streetName: postalAddress.StreetName ?? AddressCA.Address2 ?? "",
86729
+ city: postalAddress.CityTown ?? AddressCA.CityTown ?? void 0,
86730
+ province: CANCodeToProvince(region),
86731
+ postalCode: postalAddress.PostCode ?? AddressCA.PostCode ?? void 0,
86732
+ country: postalAddress.CountryCode ?? AddressCA.CountryCode,
86733
+ careOf: postalAddress.CareOf ?? AddressCA.CareOf ?? void 0
86734
+ }, AddressCA.StreetType !== void 0 && { streetType: AddressCA.StreetType ?? "" }), AddressCA.StreetDirection !== void 0 && { streetDirection: AddressCA.StreetDirection ?? "" }), toNum(AddressCA.UnitType) !== void 0 && { unitType: toNum(AddressCA.UnitType) }), AddressCA.Suite != null && { unitNumber: AddressCA.Suite });
86735
+ }
86736
+ if (AddressLocale === "US" && AddressUS) {
86737
+ const region = AddressUS.RegionName ?? AddressUS.Region ?? "";
86738
+ return {
86739
+ streetNumber: postalAddress.StreetNumber ?? AddressUS.Address1 ?? "",
86740
+ streetName: postalAddress.StreetName ?? AddressUS.Address2 ?? "",
86741
+ city: postalAddress.CityTown ?? AddressUS.CityTown ?? void 0,
86742
+ province: USCodeToState(region),
86743
+ postalCode: postalAddress.PostCode ?? AddressUS.PostCode ?? void 0,
86744
+ country: postalAddress.CountryCode ?? AddressUS.CountryCode
86745
+ };
86746
+ }
86747
+ if (AddressLocale === "INTL" && AddressINTL) {
86748
+ return __spreadValues({
86749
+ streetNumber: postalAddress.StreetNumber ?? AddressINTL.Address1 ?? "",
86750
+ streetName: postalAddress.StreetName ?? AddressINTL.Address2 ?? "",
86751
+ city: postalAddress.CityTown ?? AddressINTL.CityTown ?? void 0,
86752
+ province: postalAddress.RegionName ?? AddressINTL.RegionName ?? AddressINTL.Region,
86753
+ postalCode: postalAddress.PostCode ?? AddressINTL.PostCode ?? void 0,
86754
+ country: postalAddress.CountryCode ?? AddressINTL.CountryCode
86755
+ }, AddressINTL.Suite != null && { unitNumber: AddressINTL.Suite });
86756
+ }
86757
+ return {
86758
+ streetNumber: postalAddress.StreetNumber ?? "",
86759
+ streetName: postalAddress.StreetName ?? "",
86760
+ city: postalAddress.CityTown ?? void 0,
86761
+ province: postalAddress.RegionName ?? postalAddress.Region ?? void 0,
86762
+ postalCode: postalAddress.PostCode ?? void 0,
86763
+ country: postalAddress.CountryCode,
86764
+ careOf: postalAddress.CareOf ?? void 0
86765
+ };
86766
+ }
86757
86767
  function extractAddressDeltaData(postalAddress) {
86758
86768
  const { AddressLocale, AddressCA, AddressUS, AddressINTL } = postalAddress;
86759
86769
  const toNum = (v) => {
@@ -86798,10 +86808,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86798
86808
  return { streetNumber: "", streetName: "" };
86799
86809
  }
86800
86810
  function corporationInfoToPersonnelDeltaData(corporationInfo) {
86801
- const directors = /* @__PURE__ */ new Map();
86802
- const officers = /* @__PURE__ */ new Map();
86811
+ const directorsMap = /* @__PURE__ */ new Map();
86812
+ const officersMap = /* @__PURE__ */ new Map();
86803
86813
  if (!corporationInfo)
86804
- return { directors, officers };
86814
+ return { directors: directorsMap, officers: officersMap, corporationInfo: { primaryActivity: "", email: "" } };
86805
86815
  const { ChangeDirectors: cd, ChangeOfficers: co } = corporationInfo.CurrentData;
86806
86816
  const fullName = (payload) => [
86807
86817
  payload.PersonName.FirstName,
@@ -86827,7 +86837,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86827
86837
  cd?.AddDirector,
86828
86838
  cd?.CeaseDirector,
86829
86839
  cd?.EditDirector
86830
- ], directors);
86840
+ ], directorsMap);
86831
86841
  populate([
86832
86842
  co?.AddedOfficers,
86833
86843
  co?.CeasedOfficers,
@@ -86835,8 +86845,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86835
86845
  co?.AddOfficer,
86836
86846
  co?.CeaseOfficer,
86837
86847
  co?.EditOfficer
86838
- ], officers);
86839
- return { directors, officers };
86848
+ ], officersMap);
86849
+ const primaryActivity = [corporationInfo?.CurrentData.PrimaryBusinessActivity.NAICSCode, corporationInfo?.CurrentData.PrimaryBusinessActivity.PrimaryActivity].join(" - ");
86850
+ return { directors: directorsMap, officers: officersMap, corporationInfo: { email: corporationInfo.CurrentData.OfficialEmail.Email, primaryActivity, registeredOfficeAddress: extractAddressDeltaDataFromInitialReturnAddressContainer(corporationInfo?.CurrentData.RegisteredHeadOfficeAddress) } };
86840
86851
  }
86841
86852
  var init_initial_return_payload_helper = __esm({
86842
86853
  "src/app/helpers/initial-return-payload.helper.ts"() {
@@ -87242,7 +87253,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87242
87253
  StreetNumberSuffix: "",
87243
87254
  StreetType: streetType.toString(),
87244
87255
  StreetDirection: streetDir,
87245
- UnitType: unitType
87256
+ UnitType: mapUnitTypeToEcore(unitType)
87246
87257
  } : null,
87247
87258
  AddressUS: AddressLocale === "US" ? {
87248
87259
  PostCode: entityAddress?.postal_zip,
@@ -87498,7 +87509,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87498
87509
  })(),
87499
87510
  StreetType: certDeltaAddr?.streetType ?? certStreetType ?? null,
87500
87511
  StreetDirection: certDeltaAddr?.streetDirection ?? (certStreetDir ? certStreetDir : null),
87501
- UnitType: certDeltaAddr?.unitType ?? null,
87512
+ UnitType: mapUnitTypeToEcore((certDeltaAddr?.unitType ?? "").toString()) ?? null,
87502
87513
  UnitNumber: certDeltaAddr?.unitNumber ?? getAddressComponent(certEntityAddr, "Suite/Apartment") ?? null,
87503
87514
  CityTown: certEntityAddr?.city ?? null,
87504
87515
  PostCode: certEntityAddr?.postal_zip ?? null,
@@ -87515,7 +87526,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87515
87526
  const RegisteredHeadOfficeAddress = {
87516
87527
  AddressStandardLot: "standard",
87517
87528
  CareOf: getAddressComponent(regOfficeEntityAddr, "Attention") || regOfficeEntityAddr?.attention || null,
87518
- UnitType: regDelta.unitType ?? null,
87529
+ UnitType: mapUnitTypeToEcore((regDelta?.unitType ?? "").toString()) ?? null,
87519
87530
  UnitNumber: regDelta.unitNumber ?? null,
87520
87531
  StreetNumber: regDelta.streetNumber,
87521
87532
  StreetNumberSuffix: "",
@@ -88084,15 +88095,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88084
88095
  */
88085
88096
  onOntarioFormationSave(deltaData) {
88086
88097
  const oldDeltaData = this.task()?.deltaData;
88087
- console.log("task before remove");
88088
- console.log(this.task());
88089
88098
  if (oldDeltaData) {
88090
88099
  delete this.task()?.deltaData;
88091
88100
  }
88092
- console.log("task after remove");
88093
- console.log(this.task());
88094
- console.log("new delta data");
88095
- console.log(deltaData);
88096
88101
  this.deltaDataChange.emit(deltaData);
88097
88102
  }
88098
88103
  /**
@@ -93054,7 +93059,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93054
93059
  "Nuans Report Reference Number is required": "Nuans Report Reference Number is required",
93055
93060
  "Nuans Report Date": "Nuans Report Date",
93056
93061
  "Nuans Report Date is required": "Nuans Report Date is required",
93057
- "A legal opinion was obtained to the use the proposed name": "A legal opinion was obtained to the use the proposed name",
93062
+ "A legal opinion was obtained to use the proposed name": "A legal opinion was obtained to use the proposed name",
93058
93063
  "Legal Opinion": "Legal Opinion",
93059
93064
  "Lawyer Signing Opinion": "Lawyer Signing Opinion",
93060
93065
  "Laywer Signing Opinion is required": "Laywer Signing Opinion is required",
@@ -93062,12 +93067,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93062
93067
  "Unit Number is required": "Unit Number is required",
93063
93068
  "Street Number is required": "Street Number is required",
93064
93069
  "Street Name is required": "Street Name is required",
93065
- "Minumum and Maximum Number of Directors": "Minumum and Maximum Number of Directors",
93070
+ "Minimum and Maximum Number of Directors": "Minimum and Maximum Number of Directors",
93066
93071
  "Number of Directors": "Number of Directors",
93067
- "Shares and Provisions": "Shares and Provisions",
93072
+ "Nuans Report Reference #": "Nuans Report Reference #",
93073
+ "Shares & Provisions": "Shares and Provisions",
93068
93074
  "Restrictions on Business Owners": "Restrictions on Business Owners",
93069
93075
  "Description of Classes of Shares": "Description of Classes of Shares",
93070
93076
  "Rights, Privileges, Restrictions and Conditions": "Rights, Privileges, Restrictions and Conditions",
93077
+ "Restrictions on Business or Powers": "Restrictions on Business or Powers",
93071
93078
  "Restrictions on Share Transfers": "Restrictions on Share Transfers",
93072
93079
  "Other Provisions": "Other Provisions",
93073
93080
  Contact: "Contact",
@@ -93092,7 +93099,31 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93092
93099
  "Year of Filing": "Year of Filing",
93093
93100
  "Annual Meeting": "Annual Meeting",
93094
93101
  "Type of Corporation": "Type of Corporation",
93095
- "Number of Shareholders": "Number of Shareholders"
93102
+ "Number of Shareholders": "Number of Shareholders",
93103
+ "Some required fields aren't completed.": "Some required fields aren't completed.",
93104
+ "TERMS.intro": 'The following are the Terms and Conditions for filing with the Ministry of Public and Business Service Delivery ("Ministry") under the Business Corporations Act, Business Names Act, Corporations Act, Corporations Information Act, Extra-Provincial Corporations Act, Limited Partnerships Act and Not-for-Profit Corporations Act, 2010.',
93105
+ "TERMS.agreement_mandatory": "Agreement to these Terms and Conditions by the following persons and entities is a mandatory condition of filing:",
93106
+ "TERMS.clause_i": '(i) the person(s) signing or otherwise authorizing the filing and any person(s) acting on their behalf (collectively, the "authorizers"); and',
93107
+ "TERMS.clause_ii": '(ii) the corporation or other entity that is the subject of the filing (the "entity") and any person(s) acting on behalf of the entity',
93108
+ "TERMS.authority": "These Terms and Conditions are made under the authority of the requirements established by the Director or Registrar appointed under the applicable Act. These Terms and Conditions are in addition to and subject to the applicable Acts, regulations and requirements of the Director or Registrar.",
93109
+ "TERMS.bound": "By proceeding with this filing under any of the above-named Acts, the authorizer(s), the entity and any person(s) acting on behalf of the entity accept and agree to be bound by these Terms and Conditions.",
93110
+ "TERMS.section_1": "1. The sole responsibility for correctness and completeness of the filing, and for compliance with the applicable Act and all regulations and Director's or Registrar's requirements made under it, lies with the authorizer(s) and the entity. The authorizer(s), the entity and any person(s) acting on behalf of the entity agree that any information provided by the Ministry in or related to the making of a filing is not legal advice, and that they have obtained their own legal or other advice as appropriate.",
93111
+ "TERMS.section_2": "2. All filings must meet any signature or authorization requirements established by the Director or Registrar under the applicable Act. Where signatures are required for electronic filing, the applicable articles, application, declaration, other approved form or other document must be saved or printed and signed in accordance with the instructions provided. The entity must keep a properly executed version of the applicable document in paper or electronic format, together with any records that may exist related to an electronic signature, if signed by electronic signature, as follows: If the subject of a filing is a corporation, the corporation must keep these documents and records at its registered office. If the subject of the filing is an Ontario limited partnership, the limited partnership must keep these documents and records at the limited partnership's principal place of business in Ontario. If the subject of the filing is an extraprovincial limited partnership that does not have a principal place of business in Ontario, the extraprovincial limited partnership must keep these documents and records at the address of the limited partnership's attorney and representative in Ontario set out in the declaration filed under the Limited Partnerships Act and stated in the power of attorney executed under the Act. If required by notice from the Director or Registrar, the corporation, limited partnership, the attorney and representative in Ontario or other person as applicable must provide a copy of the properly executed version of the applicable document to the Director or Registrar within the time period set out in the notice, together with any records that may exist related to an electronic signature, if signed by electronic signature.",
93112
+ "TERMS.section_3": "3. In addition to retaining and filing supporting documents in accordance with the applicable Act and regulations, the entity must keep a copy of all filed supporting documents and provide a copy in accordance with any written notice from the Director or Registrar. In the case of a consent from a Minister or the Public Guardian and Trustee (PGT) that is required to support a filing made by a corporation, the corporation agrees that the Ministry may contact that Minister or the PGT, as applicable, to confirm that the necessary consent has been obtained and to record this in the electronic business registration system maintained by the Ministry.",
93113
+ "TERMS.section_4": "4. The entity assumes full responsibility for any risk of confusion or legal action, including the risk of a lawsuit or name hearing under the applicable Act, resulting from a filing that sets out a name that is the same or similar to that of an existing corporation, business name or trademark, or that is otherwise contrary to the applicable Act or regulations.",
93114
+ "TERMS.section_5": "5. Filings must be made in the required form and format, and must meet the technical requirements or other specifications and requirements established by the Director or Registrar.",
93115
+ "TERMS.section_6": "6. Valid email address(es) must be provided as specified in the transaction for administrative purposes, and all mandatory fields must be completed.",
93116
+ "TERMS.section_7": "7. The business information provided in this filing may be shared with other government bodies. The business information that is collected may be used and disclosed for the purpose of administering their programs.",
93117
+ "TERMS.section_8": "8. Payment of the required fee must be made at the time of submission, and any certificate or other documentation issued by the Ministry is subject to compliance action and cancellation if payment is disputed or fraudulent. Payment of fees for electronic filings must be made electronically using the payment options provided.",
93118
+ "TERMS.section_9": "9. If an application is for a corrected certificate, and the application is approved under the applicable Act, the corporation or limited partnership as applicable will be notified when the certificate has been issued. The corporation or limited partnership, as applicable, agrees to review the issued corrected certificate in the records maintained by the Ministry forthwith and to confirm that the issued certificate corresponds with the final approved application for correction. The corporation or limited partnership, as applicable, agrees to be responsible and assume all liability for any discrepancies between the issued corrected certificate and the final approved application if these are not immediately brought to the attention of the Ministry.",
93119
+ "TERMS.section_10": "10. If this is a new filing, a company key consisting of a unique series of digits will be provided electronically by the Ministry to the entity at the time of completion of the transaction, together with the final documentation for the transaction. If this is not a new filing, the entity will have received a company key. The company key provides authority over the entity; by proceeding with this transaction, any person(s) acting on behalf of the entity is confirming that they are duly authorized by the entity.",
93120
+ "TERMS.section_11": "11. The company key will be required for any subsequent paper or online filings regarding the entity. The entity is responsible for the care and control of the company key. The entity is responsible for treating this key as confidential information and not sharing it unless it is in the course of providing delegated authority to a trusted service provider or trusted intermediary to make filings on their behalf. The recipient of the company key agrees to notify the Ministry as soon as they become aware that the key has been lost, stolen or misused to request a replacement key. The entity agrees to be responsible and assume all liability for all filings authorized by the key in respect of the entity. Unauthorized use of the company key or delegated authority may result in suspension of access to the electronic business registration system.",
93121
+ "TERMS.section_12": "12. The Ministry may take appropriate compliance action at any time if it comes to the attention of the Ministry that a filing does not comply with the applicable Act, regulations or the requirements of the Director or Registrar.",
93122
+ "TERMS.section_13": "13. The Acts set out penalties, including fines, for submitting false or misleading information.",
93123
+ "TERMS.section_14": "14. The corporation agrees to file restated articles at any time required by the Director under the Business Corporations Act or Not-for-Profit Corporations Act, 2010.",
93124
+ "TERMS.section_15": "15. Where a filing under the Business Corporations Act, Extra-Provincial Corporations Act or Not-for-Profit Corporations Act, 2010 must be supported by an Ontario biased or weighted Nuans search report, and the identifying information is provided, the authorizer(s) consents for the Director appointed under the Act or other person delegated by the Director to retrieve the Nuans report directly from the appropriate department of the Government of Canada. The corporation agrees to keep a copy of the Nuans report in electronic or paper format at the corporation's registered office.",
93125
+ "TERMS.section_16": "16. A corporation under the Business Corporations Act or Not-for-Profit Corporations Act, 2010 that continues out of Ontario agrees to file with the Ministry a copy of the instrument of continuance issued to it by the other jurisdiction within 60 days after the date of issuance.",
93126
+ "TERMS.section_17": "17. If this is a filing made in respect of an arrangement under the Business Corporations Act or Not-for-Profit Corporations Act, 2010, the corporation acknowledges that it must give the Director notice of the application to the court and that the Director is entitled to appear in court and be heard in person or by counsel. The corporation agrees to submit the required notice and a draft copy of the Plan of Arrangement under the applicable Act for review through the electronic system maintained by the Ministry at least seven business days before seeking an interim and/or final order with the court. The corporation agrees to make changes required by the Director to ensure that the Plan complies with the applicable Act and Ministry requirements, and is capable of being implemented in the electronic system maintained by the Ministry under the applicable Act. The corporation acknowledges that if the Ministry does not receive a draft of the application or sufficient notice of the application, additional time may be required for review. The corporation acknowledges that the Ministry may seek an adjournment if the corporation fails to provide a draft of the application or sufficient notice of the application. The corporation agrees that if it obtains a court order without providing the required notice of the application to the Ministry, revisions may be required to any Plan of Arrangement attached to a court order and a further court order may be required before the articles of arrangement are endorsed."
93096
93127
  };
93097
93128
  }
93098
93129
  });
@@ -93141,7 +93172,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93141
93172
  "Cancel Edits": "Annuler les modifications",
93142
93173
  Cancel: "Annuler",
93143
93174
  NOTE: "REMARQUE",
93144
- "A new draft needs to be generated as the Entity was changed since the last draft was produced.": "Un nouveau projet doit \xEAtre g\xE9n\xE9r\xE9 car l'entit\xE9 a \xE9t\xE9 modifi\xE9e depuis la production du dernier projet.",
93175
+ "A new draft needs to be generated as the Entity was changed since the last draft was produced.": "Un nouveau brouillon doit \xEAtre g\xE9n\xE9r\xE9 car l'entit\xE9 a \xE9t\xE9 modifi\xE9e depuis la production du dernier brouillon.",
93145
93176
  "Terms and Conditions": "Termes et conditions",
93146
93177
  "I have read and agree to the Terms and Conditions": "J'ai lu et j'accepte les Termes et conditions",
93147
93178
  Signatory: "Signataire",
@@ -93242,7 +93273,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93242
93273
  "Post Code": "Code postal",
93243
93274
  "Postal / Zip": "Code postal / ZIP",
93244
93275
  "Primary Activity": "Activit\xE9 principale",
93245
- "Client/Matter Number": "Client / Num\xE9ro de dossier",
93276
+ "Client/Matter Number": "Num\xE9ro de client/dossier",
93246
93277
  "Region Name": "Nom de la r\xE9gion",
93247
93278
  "Resident Canadian": "R\xE9sident canadien",
93248
93279
  Role: "R\xF4le",
@@ -93286,7 +93317,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93286
93317
  Chase: "All\xE9e",
93287
93318
  Circle: "Cercle",
93288
93319
  Circuit: "Circuit",
93289
- Close: "Impasse",
93320
+ Close: "Fermer",
93290
93321
  Common: "Terrain commun",
93291
93322
  Concession: "Concession",
93292
93323
  Corners: "Carrefour",
@@ -93417,10 +93448,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93417
93448
  "Proposed Corporation Name (French)": "Nom propos\xE9 de la soci\xE9t\xE9 (fran\xE7ais)",
93418
93449
  "Proposed Corporation Name (French) is required": "Le nom propos\xE9 de la soci\xE9t\xE9 (fran\xE7ais) est requis",
93419
93450
  "Nuans Report Reference Number": "Num\xE9ro de r\xE9f\xE9rence du rapport Nuans",
93451
+ "Nuans Report Reference #": "R\xE9f\xE9rence du rapport Nuans #",
93420
93452
  "Nuans Report Reference Number is required": "Le num\xE9ro de r\xE9f\xE9rence du rapport Nuans est requis",
93421
93453
  "Nuans Report Date": "Date du rapport Nuans",
93422
93454
  "Nuans Report Date is required": "La date du rapport Nuans est requise",
93423
- "A legal opinion was obtained to the use the proposed name": "Un avis juridique a \xE9t\xE9 obtenu concernant l'utilisation du nom propos\xE9",
93455
+ "A legal opinion was obtained to use the proposed name": "Un avis juridique a \xE9t\xE9 obtenu concernant l'utilisation du nom propos\xE9",
93424
93456
  "Legal Opinion": "Avis juridique",
93425
93457
  "Lawyer Signing Opinion": "Avocat signataire de l'avis",
93426
93458
  "Laywer Signing Opinion is required": "L'avocat signataire de l'avis est requis",
@@ -93428,13 +93460,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93428
93460
  "Unit Number is required": "Le num\xE9ro d'unit\xE9 est requis",
93429
93461
  "Street Number is required": "Le num\xE9ro de rue est requis",
93430
93462
  "Street Name is required": "Le nom de rue est requis",
93431
- "Minumum and Maximum Number of Directors": "Nombre minimal et maximal d'administrateurs",
93463
+ "Minimum and Maximum Number of Directors": "Nombre minimal et maximal d'administrateurs",
93432
93464
  "Number of Directors": "Nombre d'administrateurs",
93433
- "Shares and Provisions": "Actions et dispositions",
93465
+ "Shares & Provisions": "Actions et dispositions",
93434
93466
  "Restrictions on Business Owners": "Restrictions sur les propri\xE9taires d'entreprise",
93435
93467
  "Description of Classes of Shares": "Description des cat\xE9gories d'actions",
93436
93468
  "Rights, Privileges, Restrictions and Conditions": "Droits, privil\xE8ges, restrictions et conditions",
93437
93469
  "Restrictions on Share Transfers": "Restrictions sur le transfert d'actions",
93470
+ "Restrictions on Business or Powers": "Restrictions sur les propri\xE9taires d'entreprise",
93438
93471
  "Other Provisions": "Autres dispositions",
93439
93472
  Contact: "Contact",
93440
93473
  "Not specified": "Non sp\xE9cifi\xE9",
@@ -93458,7 +93491,31 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
93458
93491
  "Year of Filing": "Ann\xE9e de d\xE9p\xF4t",
93459
93492
  "Annual Meeting": "Assembl\xE9e annuelle",
93460
93493
  "Type of Corporation": "Type de soci\xE9t\xE9",
93461
- "Number of Shareholders": "Nombre d'actionnaires"
93494
+ "Number of Shareholders": "Nombre d'actionnaires",
93495
+ "Some required fields aren't completed.": "Certains champs obligatoires ne sont pas remplis.",
93496
+ "TERMS.intro": "Vous trouverez ci-dessous les conditions g\xE9n\xE9rales de d\xE9p\xF4t aupr\xE8s du Minist\xE8re des Services au public et aux entreprises (le \xAB Minist\xE8re \xBB) en vertu de la Loi sur les soci\xE9t\xE9s par actions, la Loi sur les noms commerciaux, la Loi sur les soci\xE9t\xE9s par actions, la Loi sur les renseignements exig\xE9s des personnes morales, la Loi sur les personnes morales extraprovinciales, la Loi sur les soci\xE9t\xE9s en commandite et la Loi de 2010 sur les organisations sans but lucratif.",
93497
+ "TERMS.agreement_mandatory": "L'acceptation des conditions g\xE9n\xE9rales par les personnes et entit\xE9s suivantes est une condition obligatoire du d\xE9p\xF4t :",
93498
+ "TERMS.clause_i": "(i) personnes qui signent ou autorisent autrement le d\xE9p\xF4t et toute personne agissant en leur nom (collectivement d\xE9nomm\xE9s les \xAB signataires autoris\xE9s \xBB);",
93499
+ "TERMS.clause_ii": "(ii) personne morale ou autre entit\xE9 vis\xE9e par le d\xE9p\xF4t (l'\xAB entit\xE9 \xBB) et toute personne agissant au nom de l'entit\xE9.",
93500
+ "TERMS.authority": "Ces conditions g\xE9n\xE9rales sont r\xE9gies par les exigences \xE9tablies par l'administrateur ou le registrateur d\xE9sign\xE9 en vertu de la Loi applicable. Elles s'ajoutent et sont assujetties aux Lois, aux r\xE8glements et aux exigences \xE9tablies par l'administrateur ou le registrateur.",
93501
+ "TERMS.bound": "En proc\xE9dant \xE0 ce d\xE9p\xF4t en vertu de toute Loi cit\xE9e ci-dessus, les signataires autoris\xE9s, l'entit\xE9 et toute personne agissant au nom de l'entit\xE9 acceptent et conviennent d'\xEAtre li\xE9s par les pr\xE9sentes conditions g\xE9n\xE9rales.",
93502
+ "TERMS.section_1": "1. La seule responsabilit\xE9 relative \xE0 l'exactitude et \xE0 l'exhaustivit\xE9 du d\xE9p\xF4t, \xE0 la conformit\xE9 avec la Loi et tous les r\xE8glements applicables et avec les exigences de l'administrateur ou du registrateur incombe aux signataires autoris\xE9s et \xE0 l'entit\xE9. Les signataires autoris\xE9s, l'entit\xE9 et toute personne agissant au nom de l'entit\xE9 reconnaissent que toute information fournie par le Minist\xE8re ou en lien avec une proc\xE9dure de d\xE9p\xF4t ne constitue pas un conseil juridique, et qu'ils ont obtenu leur propre conseil juridique ou autre avis, selon le cas.",
93503
+ "TERMS.section_2": "2. Tous les d\xE9p\xF4ts doivent r\xE9pondre aux exigences en mati\xE8re de signature ou d'autorisation \xE9tablies par l'administrateur ou le registrateur en vertu de la Loi applicable. Si les signatures sont requises pour un d\xE9p\xF4t \xE9lectronique, les statuts, la demande et la d\xE9claration applicables, ainsi que toute autre formulaire approuv\xE9 ou autre document doivent \xEAtre sauvegard\xE9s ou imprim\xE9s et sign\xE9s conform\xE9ment aux instructions fournies. L'entit\xE9 doit conserver un exemplaire d\xFBment sign\xE9 du document applicable, sous forme imprim\xE9e ou \xE9lectronique, avec tout dossier qui pourrait exister en lien avec une signature \xE9lectronique, le cas \xE9ch\xE9ant, comme suit : Si l'entit\xE9 vis\xE9e par le d\xE9p\xF4t est une personne morale, cette derni\xE8re doit conserver ces documents et dossiers \xE0 son si\xE8ge social. Si l'entit\xE9 vis\xE9e par le d\xE9p\xF4t est une soci\xE9t\xE9 par actions de l'Ontario, la soci\xE9t\xE9 par actions doit conserver ces documents et dossiers \xE0 son \xE9tablissement principal en Ontario. Si l'entit\xE9 vis\xE9e par le d\xE9p\xF4t est une soci\xE9t\xE9 \xE0 responsabilit\xE9 limit\xE9e extraprovinciale qui n'a pas d'\xE9tablissement principal en Ontario, la soci\xE9t\xE9 doit conserver ces documents et dossiers \xE0 l'adresse de son avocat et repr\xE9sentant en Ontario stipul\xE9e dans la d\xE9claration d\xE9pos\xE9e en vertu de la Loi sur les soci\xE9t\xE9s en commandite et dans la procuration sign\xE9e en vertu de la Loi. Si un avis de l'administrateur ou du registrateur l'exige, la personne morale, la soci\xE9t\xE9 en commandite, l'avocat et repr\xE9sentant en Ontario ou toute autre personne, selon le cas, doit fournir une copie de l'exemplaire d\xFBment sign\xE9 du document applicable \xE0 l'administrateur ou au registrateur dans les d\xE9lais stipul\xE9s dans l'avis, ainsi que tout dossier qui pourrait exister en lien avec une signature \xE9lectronique, le cas \xE9ch\xE9ant.",
93504
+ "TERMS.section_3": "3. En plus de conserver et de d\xE9poser les documents \xE0 l'appui conform\xE9ment \xE0 la Loi et aux r\xE8glements applicables, l'entit\xE9 doit conserver une copie de tous les documents d'appui d\xE9pos\xE9s, et en fournir une copie conform\xE9ment \xE0 tout avis \xE9crit de l'administrateur ou du registrateur. Si un consentement du Ministre ou du tuteur et curateur public (TCP) est requis pour appuyer un d\xE9p\xF4t effectu\xE9 par une personne morale, cette derni\xE8re convient que le minist\xE8re peut communiquer avec ce Ministre ou le TCP, selon le cas, pour confirmer que le consentement n\xE9cessaire a \xE9t\xE9 obtenu et l'enregistrer dans le syst\xE8me d'enregistrement \xE9lectronique des soci\xE9t\xE9s tenu \xE0 jour par le minist\xE8re.",
93505
+ "TERMS.section_4": "4. L'entit\xE9 assume la pleine responsabilit\xE9 de tout risque de confusion ou d'action en justice, y compris le risque de poursuite ou d'instruction judiciaire en vertu de la Loi applicable, r\xE9sultant d'un d\xE9p\xF4t qui stipule une d\xE9nomination identique ou similaire \xE0 celle d'une soci\xE9t\xE9, \xE0 un nom commercial ou \xE0 une marque de commerce existants, ou qui enfreint autrement la Loi et les r\xE8glements applicables.",
93506
+ "TERMS.section_5": "5. Les d\xE9p\xF4ts doivent \xEAtre effectu\xE9s sous la forme et dans le format requis, et r\xE9pondre aux exigences techniques ou autres sp\xE9cifications et exigences \xE9tablies par l'administrateur ou le registrateur.",
93507
+ "TERMS.section_6": "6. Les adresses de courriel valides doivent \xEAtre fournies tel que stipul\xE9 dans la transaction pour les besoins administratifs, et tous les champs obligatoires doivent \xEAtre remplis.",
93508
+ "TERMS.section_7": "7. Les renseignements sur l'entreprise fournis dans le cadre de ce d\xE9p\xF4t peuvent \xEAtre partag\xE9s avec d'autres organismes gouvernementaux. Les renseignements sur l'entreprise qui sont recueillis peuvent \xEAtre utilis\xE9s et divulgu\xE9s pour les besoins de l'administration des programmes.",
93509
+ "TERMS.section_8": "8. Le paiement des droits requis doit \xEAtre effectu\xE9 au moment de la soumission et tout certificat ou autre document \xE9mis par le Minist\xE8re est passible d'une mesure de conformit\xE9 et d'une annulation si le paiement est contest\xE9 ou frauduleux. Le paiement des droits des d\xE9p\xF4ts \xE9lectroniques doit \xEAtre effectu\xE9e \xE9lectroniquement \xE0 l'aide des options de paiement propos\xE9es.",
93510
+ "TERMS.section_9": "9. Si une demande est faite pour un certificat corrig\xE9 et si la demande est approuv\xE9e en vertu de la Loi applicable, la personne morale ou la soci\xE9t\xE9 en commandite, selon le cas, sera avis\xE9e lorsque le certificat sera \xE9mis. La personne morale ou la soci\xE9t\xE9 en commandite, selon le cas, accepte d'examiner sur-le-champ le certificat corrig\xE9 \xE9mis dans les dossiers tenus par le Minist\xE8re et de confirmer qu'il correspond \xE0 la demande de correction approuv\xE9e et finale. La personne morale ou la soci\xE9t\xE9 en commandite, selon le cas, reconna\xEEt qu'elle est responsable et assume la pleine responsabilit\xE9 de toute diff\xE9rence \xE9ventuelle entre le certificat corrig\xE9 \xE9mis et la demande approuv\xE9e finale qui n'est pas imm\xE9diatement port\xE9e \xE0 l'attention du minist\xE8re.",
93511
+ "TERMS.section_10": "10. S'il s'agit d'un nouveau d\xE9p\xF4t, le Minist\xE8re fournira \xE0 l'entit\xE9, au moment de l'ach\xE8vement de la transaction, une cl\xE9 d'entreprise compos\xE9e d'une s\xE9rie unique de chiffres, ainsi que la documentation finale de la transaction. S'il ne s'agit pas d'un nouveau d\xE9p\xF4t, l'entit\xE9 recevra une cl\xE9 d'entreprise. La cl\xE9 d'entreprise fournit le pouvoir relatif \xE0 l'entit\xE9; en ex\xE9cutant cette transaction, toute personne qui agit au nom de l'entit\xE9 confirme qu'elle est d\xFBment autoris\xE9e par l'entit\xE9.",
93512
+ "TERMS.section_11": "11. La cl\xE9 d'entreprise sera requise pour tout d\xE9p\xF4t effectu\xE9 en ligne par la suite concernant l'entit\xE9. L'entit\xE9 est responsable de prot\xE9ger la cl\xE9 d'entreprise et d'en assurer le contr\xF4le. L'entit\xE9 est responsable de traiter la cl\xE9 comme de l'information confidentielle et de ne pas l'\xE9changer, \xE0 moins que ce soit dans le but de d\xE9l\xE9guer le pouvoir \xE0 un prestataire de services ou \xE0 un interm\xE9diaire de confiance pour qu'il effectue les d\xE9p\xF4ts en son nom. La personne qui re\xE7oit la cl\xE9 d'entreprise convient d'aviser le Minist\xE8re d\xE8s que la perte, le vol ou l'utilisation inappropri\xE9e de la cl\xE9 est port\xE9(e) \xE0 sa connaissance, afin d'en demander le remplacement. L'entit\xE9 reconna\xEEt qu'elle est responsable et assume la pleine responsabilit\xE9 de tous les d\xE9p\xF4ts la concernant qui sont autoris\xE9s par la cl\xE9. L'utilisation non autoris\xE9e de la cl\xE9 d'entreprise ou du pouvoir d\xE9l\xE9gu\xE9 peut r\xE9sulter en une suspension de l'acc\xE8s au syst\xE8me d'enregistrement \xE9lectronique des soci\xE9t\xE9s.",
93513
+ "TERMS.section_12": "12. Le Minist\xE8re peut prendre en tout temps la mesure de conformit\xE9 appropri\xE9e si un d\xE9p\xF4t non conforme \xE0 la Loi, aux r\xE8glements applicables ou aux exigences de l'Administrateur et du registrateur est port\xE9 \xE0 sa connaissance.",
93514
+ "TERMS.section_13": "13. La Loi pr\xE9voit des p\xE9nalit\xE9s, y compris des amendes, pour toute communication de renseignements faux ou trompeurs.",
93515
+ "TERMS.section_14": "14. La personne morale convient de d\xE9poser en tout temps les statuts constitutifs requis par l'administrateur en vertu de la Loi sur les soci\xE9t\xE9s par actions ou la Loi de 2010 sur les organisations sans but lucrative.",
93516
+ "TERMS.section_15": "15. Si un d\xE9p\xF4t est effectu\xE9 en vertu de Loi sur les soci\xE9t\xE9s par actions, de la Loi sur les personnes morales extraprovinciales, de la Loi sur les soci\xE9t\xE9s en commandite ou de la Loi de 2010 sur les organisations sans but lucratif, il doit \xEAtre appuy\xE9 par un rapport de recherche NUANS ax\xE9 sur l'Ontario ou pond\xE9r\xE9, et si les renseignements identificatoires sont fournis, les consentements des signataires autoris\xE9s pour l'administrateur nomm\xE9 en vertu de la Loi ou tout autre personne d\xE9sign\xE9e par l'administrateur doivent \xEAtre obtenus pour r\xE9cup\xE9rer le rapport NUANS directement aupr\xE8s du minist\xE8re appropri\xE9 du gouvernement du Canada. La personne morale convient de conserver un exemplaire du rapport NUANS \xE0 son si\xE8ge social, sous forme \xE9lectronique ou imprim\xE9e.",
93517
+ "TERMS.section_16": "16. Une personne morale constitu\xE9e en vertu de la Loi sur les soci\xE9t\xE9s par actions ou de la Loi de 2010 sur les organisations sans but lucratif qui maintient son activit\xE9 \xE0 l'ext\xE9rieur de l'Ontario convient de d\xE9poser aupr\xE8s du Minist\xE8re une copie de l'acte de maintien qui lui a \xE9t\xE9 \xE9mis dans l'autre territoire de comp\xE9tence dans les 60 jours qui suivent la date d'\xE9mission.",
93518
+ "TERMS.section_17": "17. S'il s'agit d'un d\xE9p\xF4t concernant un arrangement effectu\xE9 en vertu de la Loi sur les soci\xE9t\xE9s par actions ou la Loi de 2010 sur les organisations sans but lucratif, la personne morale reconna\xEEt qu'elle doit pr\xE9venir l'administrateur de la demande pr\xE9sent\xE9e au tribunal et que l'administrateur a le droit de se pr\xE9senter au tribunal et d'\xEAtre entendu en personne ou d'\xEAtre repr\xE9sent\xE9 par l'avocat. La personne morale convient de soumettre l'avis requis et une copie provisoire du plan d'arrangement en vertu de la Loi applicable aux fins d'examen par le syst\xE8me \xE9lectronique tenu \xE0 jour par le Minist\xE8re au moins sept jours ouvrables avant de demander une ordonnance provisoire ou finale au tribunal. La personne morale convient d'apporter les modifications requises par l'administrateur afin de s'assurer que le plan est conforme \xE0 la Loi applicable et aux exigences du Minist\xE8re et qu'il peut \xEAtre mis en place dans le syst\xE8me \xE9lectronique tenu \xE0 jour par le Minist\xE8re en vertu de la Loi applicable. La personne morale reconna\xEEt que si le Minist\xE8re ne re\xE7oit pas une version provisoire de la demande ou un pr\xE9avis suffisant, l'examen pourrait prendre plus de temps. La personne morale reconna\xEEt que le Minist\xE8re pourrait demander l'ajournement si elle ne fournit pas une version provisoire de la demande ou un pr\xE9avis suffisant. La personne morale reconna\xEEt que si elle obtient une ordonnance du tribunal sans avoir fourni au Minist\xE8re le pr\xE9avis requis relatif \xE0 la demande, des r\xE9visions pourraient \xEAtre n\xE9cessaires pour tout plan d'arrangement joint \xE0 une ordonnance du tribunal, et une autre ordonnance du tribunal pourrait \xEAtre requise avant que les statuts d'arrangement soient approuv\xE9s."
93462
93519
  };
93463
93520
  }
93464
93521
  });