@dyedurham/search-and-file-widget 1.6.12 → 1.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dnd-filing-shell.js +1091 -708
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -55793,15 +55793,15 @@ 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
|
|
55796
|
+
var NameType, NameTypeLabel, LegalIdentifier;
|
|
55797
55797
|
var init_OntarioConstants = __esm({
|
|
55798
55798
|
"src/app/constants/OntarioConstants.ts"() {
|
|
55799
55799
|
(function(NameType3) {
|
|
55800
55800
|
NameType3[NameType3["Numbered"] = 1] = "Numbered";
|
|
55801
|
-
NameType3[NameType3["NamedEnglish"] =
|
|
55802
|
-
NameType3[NameType3["NamedFrench"] =
|
|
55803
|
-
NameType3[NameType3["NamedBilingual"] =
|
|
55804
|
-
NameType3[NameType3["NamedCombined"] =
|
|
55801
|
+
NameType3[NameType3["NamedEnglish"] = 6] = "NamedEnglish";
|
|
55802
|
+
NameType3[NameType3["NamedFrench"] = 7] = "NamedFrench";
|
|
55803
|
+
NameType3[NameType3["NamedBilingual"] = 8] = "NamedBilingual";
|
|
55804
|
+
NameType3[NameType3["NamedCombined"] = 13] = "NamedCombined";
|
|
55805
55805
|
})(NameType || (NameType = {}));
|
|
55806
55806
|
NameTypeLabel = {
|
|
55807
55807
|
[NameType.Numbered]: "Numbered",
|
|
@@ -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
|
-
|
|
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
|
|
|
@@ -56228,6 +56228,339 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56228
56228
|
}
|
|
56229
56229
|
});
|
|
56230
56230
|
|
|
56231
|
+
// src/app/enums/common.enums.ts
|
|
56232
|
+
var TaskType, ECoreGenericFilingFormType, ECoreFilingFormType, NAICSCodes;
|
|
56233
|
+
var init_common_enums = __esm({
|
|
56234
|
+
"src/app/enums/common.enums.ts"() {
|
|
56235
|
+
(function(TaskType2) {
|
|
56236
|
+
TaskType2["Formation"] = "Formation";
|
|
56237
|
+
TaskType2["InitialReturn"] = "Initial Return";
|
|
56238
|
+
TaskType2["AnnualReturn"] = "Annual Return";
|
|
56239
|
+
TaskType2["NoticeOfChange"] = "Notice of Change";
|
|
56240
|
+
TaskType2["AnnualCompliance"] = "Annual Compliance";
|
|
56241
|
+
TaskType2["Amendments"] = "Amendments";
|
|
56242
|
+
TaskType2["ChangeOfCompanyName"] = "Change of Company Name";
|
|
56243
|
+
TaskType2["ChangeOfAddress"] = "Change of Address";
|
|
56244
|
+
TaskType2["ChangeOfPrincipals"] = "Change of Principals";
|
|
56245
|
+
TaskType2["RegistrationCompliance"] = "Registration Compliance";
|
|
56246
|
+
TaskType2["Continuance"] = "Continuance";
|
|
56247
|
+
TaskType2["Dissolve"] = "Dissolve";
|
|
56248
|
+
TaskType2["Revival"] = "Revival";
|
|
56249
|
+
})(TaskType || (TaskType = {}));
|
|
56250
|
+
(function(ECoreGenericFilingFormType2) {
|
|
56251
|
+
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["InitialReturn"] = 1] = "InitialReturn";
|
|
56252
|
+
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["NoticeOfChange"] = 2] = "NoticeOfChange";
|
|
56253
|
+
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["AnnualReturn"] = 3] = "AnnualReturn";
|
|
56254
|
+
})(ECoreGenericFilingFormType || (ECoreGenericFilingFormType = {}));
|
|
56255
|
+
(function(ECoreFilingFormType2) {
|
|
56256
|
+
ECoreFilingFormType2[ECoreFilingFormType2["InitialReturn"] = 6] = "InitialReturn";
|
|
56257
|
+
ECoreFilingFormType2[ECoreFilingFormType2["NoticeOfChange"] = 7] = "NoticeOfChange";
|
|
56258
|
+
ECoreFilingFormType2[ECoreFilingFormType2["AnnualReturn"] = 1] = "AnnualReturn";
|
|
56259
|
+
})(ECoreFilingFormType || (ECoreFilingFormType = {}));
|
|
56260
|
+
(function(NAICSCodes2) {
|
|
56261
|
+
NAICSCodes2["IndustrialMachineryManufacturing"] = "333248";
|
|
56262
|
+
NAICSCodes2["AirTransportation"] = "481";
|
|
56263
|
+
NAICSCodes2["ScheduledAirTransportation"] = "481110";
|
|
56264
|
+
NAICSCodes2["NonScheduledAirTransportation"] = "48121";
|
|
56265
|
+
NAICSCodes2["NonScheduledCharteredAirTransportation"] = "481214";
|
|
56266
|
+
NAICSCodes2["NonScheduledSpecialtyFlyingServices"] = "481215";
|
|
56267
|
+
NAICSCodes2["RailTransportation"] = "48211";
|
|
56268
|
+
NAICSCodes2["ShortHaulFreightRailTransportation"] = "482112";
|
|
56269
|
+
NAICSCodes2["MainlineFreightRailTransportation"] = "482113";
|
|
56270
|
+
NAICSCodes2["PassengerRailTransportation"] = "482114";
|
|
56271
|
+
NAICSCodes2["WaterTransportation"] = "483";
|
|
56272
|
+
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportation"] = "48311";
|
|
56273
|
+
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries"] = "483115";
|
|
56274
|
+
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationByFerries"] = "483116";
|
|
56275
|
+
NAICSCodes2["InlandWaterTransportation"] = "48321";
|
|
56276
|
+
NAICSCodes2["InlandWaterTransportationExceptByFerries"] = "483213";
|
|
56277
|
+
NAICSCodes2["InlandWaterTransportationByFerries"] = "483214";
|
|
56278
|
+
})(NAICSCodes || (NAICSCodes = {}));
|
|
56279
|
+
}
|
|
56280
|
+
});
|
|
56281
|
+
|
|
56282
|
+
// src/app/constants/common.constants.ts
|
|
56283
|
+
var NAICS_CODES, NAICS_CODE_DESCRIPTIONS, countryCodes;
|
|
56284
|
+
var init_common_constants = __esm({
|
|
56285
|
+
"src/app/constants/common.constants.ts"() {
|
|
56286
|
+
init_common_enums();
|
|
56287
|
+
NAICS_CODES = [
|
|
56288
|
+
{ value: NAICSCodes.IndustrialMachineryManufacturing, label: "[333248] All other industrial machinery manufacturing" },
|
|
56289
|
+
{ value: NAICSCodes.AirTransportation, label: "[481] Air transportation" },
|
|
56290
|
+
{ value: NAICSCodes.ScheduledAirTransportation, label: "[481110] Scheduled air transportation" },
|
|
56291
|
+
{ value: NAICSCodes.NonScheduledAirTransportation, label: "[48121] Non-scheduled air transportation" },
|
|
56292
|
+
{ value: NAICSCodes.NonScheduledCharteredAirTransportation, label: "[481214] Non-scheduled chartered air transportation" },
|
|
56293
|
+
{ value: NAICSCodes.NonScheduledSpecialtyFlyingServices, label: "[481215] Non-scheduled specialty flying services" },
|
|
56294
|
+
{ value: NAICSCodes.RailTransportation, label: "[48211] Rail transportation" },
|
|
56295
|
+
{ value: NAICSCodes.ShortHaulFreightRailTransportation, label: "[482112] Short-haul freight rail transportation" },
|
|
56296
|
+
{ value: NAICSCodes.MainlineFreightRailTransportation, label: "[482113] Mainline freight rail transportation" },
|
|
56297
|
+
{ value: NAICSCodes.PassengerRailTransportation, label: "[482114] Passenger rail transportation" },
|
|
56298
|
+
{ value: NAICSCodes.WaterTransportation, label: "[483] Water transportation" },
|
|
56299
|
+
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportation, label: "[48311] Deep sea, coastal and Great Lakes water transportation" },
|
|
56300
|
+
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries, label: "[483115] Deep sea, coastal and Great Lakes water transportation (except by ferries)" },
|
|
56301
|
+
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationByFerries, label: "[483116] Deep sea, coastal and Great Lakes water transportation by ferries" },
|
|
56302
|
+
{ value: NAICSCodes.InlandWaterTransportation, label: "[48321] Inland water transportation" },
|
|
56303
|
+
{ value: NAICSCodes.InlandWaterTransportationExceptByFerries, label: "[483213] Inland water transportation (except by ferries)" },
|
|
56304
|
+
{ value: NAICSCodes.InlandWaterTransportationByFerries, label: "[483214] Inland water transportation by ferries" }
|
|
56305
|
+
];
|
|
56306
|
+
NAICS_CODE_DESCRIPTIONS = NAICS_CODES.reduce((acc, { value, label }) => {
|
|
56307
|
+
acc[value] = label.replace(/^\[\S+\]\s*/, "");
|
|
56308
|
+
return acc;
|
|
56309
|
+
}, {});
|
|
56310
|
+
countryCodes = {
|
|
56311
|
+
"Andorra": "AD",
|
|
56312
|
+
"United Arab Emirates": "AE",
|
|
56313
|
+
"Afghanistan": "AF",
|
|
56314
|
+
"Antigua and Barbuda": "AG",
|
|
56315
|
+
"Anguilla": "AI",
|
|
56316
|
+
"Albania": "AL",
|
|
56317
|
+
"Armenia": "AM",
|
|
56318
|
+
"Angola": "AO",
|
|
56319
|
+
"Antarctica": "AQ",
|
|
56320
|
+
"Argentina": "AR",
|
|
56321
|
+
"American Samoa": "AS",
|
|
56322
|
+
"Austria": "AT",
|
|
56323
|
+
"Australia": "AU",
|
|
56324
|
+
"Aruba": "AW",
|
|
56325
|
+
"Aland Islands": "AX",
|
|
56326
|
+
"Azerbaijan": "AZ",
|
|
56327
|
+
"Bosnia and Herzegovina": "BA",
|
|
56328
|
+
"Barbados": "BB",
|
|
56329
|
+
"Bangladesh": "BD",
|
|
56330
|
+
"Belgium": "BE",
|
|
56331
|
+
"Burkina Faso": "BF",
|
|
56332
|
+
"Bulgaria": "BG",
|
|
56333
|
+
"Bahrain": "BH",
|
|
56334
|
+
"Burundi": "BI",
|
|
56335
|
+
"Benin": "BJ",
|
|
56336
|
+
"Saint Barthelemy": "BL",
|
|
56337
|
+
"Bermuda": "BM",
|
|
56338
|
+
"Brunei Darussalam": "BN",
|
|
56339
|
+
"Bolivia": "BO",
|
|
56340
|
+
"Bonaire": "BQ",
|
|
56341
|
+
"Brazil": "BR",
|
|
56342
|
+
"Bahamas": "BS",
|
|
56343
|
+
"Bhutan": "BT",
|
|
56344
|
+
"Bouvet Island": "BV",
|
|
56345
|
+
"Botswana": "BW",
|
|
56346
|
+
"Belarus": "BY",
|
|
56347
|
+
"Belize": "BZ",
|
|
56348
|
+
"Canada": "CA",
|
|
56349
|
+
"Cocos (Keeling) Islands": "CC",
|
|
56350
|
+
"Congo, The Democratic Republic of The": "CD",
|
|
56351
|
+
"Central African Republic": "CF",
|
|
56352
|
+
"Congo": "CG",
|
|
56353
|
+
"Switzerland": "CH",
|
|
56354
|
+
"Cote D'Ivoire": "CI",
|
|
56355
|
+
"Cook Islands": "CK",
|
|
56356
|
+
"Chile": "CL",
|
|
56357
|
+
"Cameroon": "CM",
|
|
56358
|
+
"China": "CN",
|
|
56359
|
+
"Colombia": "CO",
|
|
56360
|
+
"Costa Rica": "CR",
|
|
56361
|
+
"Cuba": "CU",
|
|
56362
|
+
"Cape Verde": "CV",
|
|
56363
|
+
"Curacao": "CW",
|
|
56364
|
+
"Christmas Island": "CX",
|
|
56365
|
+
"Cyprus": "CY",
|
|
56366
|
+
"Czech Republic": "CZ",
|
|
56367
|
+
"Germany": "DE",
|
|
56368
|
+
"Djibouti": "DJ",
|
|
56369
|
+
"Denmark": "DK",
|
|
56370
|
+
"Dominica": "DM",
|
|
56371
|
+
"Dominican Republic": "DO",
|
|
56372
|
+
"Algeria": "DZ",
|
|
56373
|
+
"Ecuador": "EC",
|
|
56374
|
+
"Estonia": "EE",
|
|
56375
|
+
"Egypt": "EG",
|
|
56376
|
+
"Western Sahara": "EH",
|
|
56377
|
+
"Eritrea": "ER",
|
|
56378
|
+
"Spain": "ES",
|
|
56379
|
+
"Ethiopia": "ET",
|
|
56380
|
+
"Finland": "FI",
|
|
56381
|
+
"Fiji": "FJ",
|
|
56382
|
+
"Falkland Islands (Malvinas)": "FK",
|
|
56383
|
+
"Micronesia, Federated States of": "FM",
|
|
56384
|
+
"Faroe Islands": "FO",
|
|
56385
|
+
"France": "FR",
|
|
56386
|
+
"Gabon": "GA",
|
|
56387
|
+
"United Kingdom": "GB",
|
|
56388
|
+
"Grenada": "GD",
|
|
56389
|
+
"Georgia": "GE",
|
|
56390
|
+
"French Guiana": "GF",
|
|
56391
|
+
"Guernsey": "GG",
|
|
56392
|
+
"Ghana": "GH",
|
|
56393
|
+
"Gibraltar": "GI",
|
|
56394
|
+
"Greenland": "GL",
|
|
56395
|
+
"Gambia": "GM",
|
|
56396
|
+
"Guinea": "GN",
|
|
56397
|
+
"Guadeloupe": "GP",
|
|
56398
|
+
"Equatorial Guinea": "GQ",
|
|
56399
|
+
"Greece": "GR",
|
|
56400
|
+
"South Georgia and The South Sandwich Islands": "GS",
|
|
56401
|
+
"Guatemala": "GT",
|
|
56402
|
+
"Guam": "GU",
|
|
56403
|
+
"Guinea-Bissau": "GW",
|
|
56404
|
+
"Guyana": "GY",
|
|
56405
|
+
"Hong Kong Special Administrative Region, China": "HK",
|
|
56406
|
+
"Heard Island and McDonald Islands": "HM",
|
|
56407
|
+
"Honduras": "HN",
|
|
56408
|
+
"Croatia": "HR",
|
|
56409
|
+
"Haiti": "HT",
|
|
56410
|
+
"Hungary": "HU",
|
|
56411
|
+
"Indonesia": "ID",
|
|
56412
|
+
"Ireland": "IE",
|
|
56413
|
+
"Israel": "IL",
|
|
56414
|
+
"Isle of Man": "IM",
|
|
56415
|
+
"India": "IN",
|
|
56416
|
+
"British Indian Ocean Territory": "IO",
|
|
56417
|
+
"Iraq": "IQ",
|
|
56418
|
+
"Iran, Islamic Republic of": "IR",
|
|
56419
|
+
"Iceland": "IS",
|
|
56420
|
+
"Italy": "IT",
|
|
56421
|
+
"Jersey": "JE",
|
|
56422
|
+
"Jamaica": "JM",
|
|
56423
|
+
"Jordan": "JO",
|
|
56424
|
+
"Japan": "JP",
|
|
56425
|
+
"Kenya": "KE",
|
|
56426
|
+
"Kyrgyzstan": "KG",
|
|
56427
|
+
"Cambodia": "KH",
|
|
56428
|
+
"Kiribati": "KI",
|
|
56429
|
+
"Comoros": "KM",
|
|
56430
|
+
"Saint Kitts and Nevis": "KN",
|
|
56431
|
+
"Korea, Democratic People's Republic of": "KP",
|
|
56432
|
+
"Korea, Republic of": "KR",
|
|
56433
|
+
"Kuwait": "KW",
|
|
56434
|
+
"Cayman Islands": "KY",
|
|
56435
|
+
"Kazakhstan": "KZ",
|
|
56436
|
+
"Lao People's Democratic Republic": "LA",
|
|
56437
|
+
"Lebanon": "LB",
|
|
56438
|
+
"Saint Lucia": "LC",
|
|
56439
|
+
"Liechtenstein": "LI",
|
|
56440
|
+
"Sri Lanka": "LK",
|
|
56441
|
+
"Liberia": "LR",
|
|
56442
|
+
"Lesotho": "LS",
|
|
56443
|
+
"Lithuania": "LT",
|
|
56444
|
+
"Luxembourg": "LU",
|
|
56445
|
+
"Latvia": "LV",
|
|
56446
|
+
"Libyan Arab Jamahiriya": "LY",
|
|
56447
|
+
"Morocco": "MA",
|
|
56448
|
+
"Monaco": "MC",
|
|
56449
|
+
"Moldova, Republic of": "MD",
|
|
56450
|
+
"Montenegro": "ME",
|
|
56451
|
+
"Saint Martin": "MF",
|
|
56452
|
+
"Madagascar": "MG",
|
|
56453
|
+
"Marshall Islands": "MH",
|
|
56454
|
+
"Macedonia, The Former Yugoslav Republic of": "MK",
|
|
56455
|
+
"Mali": "ML",
|
|
56456
|
+
"Myanmar": "MM",
|
|
56457
|
+
"Mongolia": "MN",
|
|
56458
|
+
"Macao Special Administrative Region, China": "MO",
|
|
56459
|
+
"Northern Mariana Islands": "MP",
|
|
56460
|
+
"Martinique": "MQ",
|
|
56461
|
+
"Mauritania": "MR",
|
|
56462
|
+
"Montserrat": "MS",
|
|
56463
|
+
"Malta": "MT",
|
|
56464
|
+
"Mauritius": "MU",
|
|
56465
|
+
"Maldives": "MV",
|
|
56466
|
+
"Malawi": "MW",
|
|
56467
|
+
"Mexico": "MX",
|
|
56468
|
+
"Malaysia": "MY",
|
|
56469
|
+
"Mozambique": "MZ",
|
|
56470
|
+
"Namibia": "NA",
|
|
56471
|
+
"New Caledonia": "NC",
|
|
56472
|
+
"Niger": "NE",
|
|
56473
|
+
"Norfolk Island": "NF",
|
|
56474
|
+
"Nigeria": "NG",
|
|
56475
|
+
"Nicaragua": "NI",
|
|
56476
|
+
"Netherlands": "NL",
|
|
56477
|
+
"Norway": "NO",
|
|
56478
|
+
"Nepal": "NP",
|
|
56479
|
+
"Nauru": "NR",
|
|
56480
|
+
"Niue": "NU",
|
|
56481
|
+
"New Zealand": "NZ",
|
|
56482
|
+
"Oman": "OM",
|
|
56483
|
+
"Panama": "PA",
|
|
56484
|
+
"Peru": "PE",
|
|
56485
|
+
"French Polynesia": "PF",
|
|
56486
|
+
"Papua New Guinea": "PG",
|
|
56487
|
+
"Philippines": "PH",
|
|
56488
|
+
"Pakistan": "PK",
|
|
56489
|
+
"Poland": "PL",
|
|
56490
|
+
"Saint Pierre and Miquelon": "PM",
|
|
56491
|
+
"Pitcairn": "PN",
|
|
56492
|
+
"Puerto Rico": "PR",
|
|
56493
|
+
"Palestinian Territory, Occupied": "PS",
|
|
56494
|
+
"Portugal": "PT",
|
|
56495
|
+
"Palau": "PW",
|
|
56496
|
+
"Paraguay": "PY",
|
|
56497
|
+
"Qatar": "QA",
|
|
56498
|
+
"Reunion": "RE",
|
|
56499
|
+
"Romania": "RO",
|
|
56500
|
+
"Serbia": "RS",
|
|
56501
|
+
"Russian Federation": "RU",
|
|
56502
|
+
"Rwanda": "RW",
|
|
56503
|
+
"Saudi Arabia": "SA",
|
|
56504
|
+
"Solomon Islands": "SB",
|
|
56505
|
+
"Seychelles": "SC",
|
|
56506
|
+
"Sudan": "SD",
|
|
56507
|
+
"Sweden": "SE",
|
|
56508
|
+
"Singapore": "SG",
|
|
56509
|
+
"Saint Helena": "SH",
|
|
56510
|
+
"Slovenia": "SI",
|
|
56511
|
+
"Svalbard and Jan Mayen": "SJ",
|
|
56512
|
+
"Slovakia": "SK",
|
|
56513
|
+
"Sierra Leone": "SL",
|
|
56514
|
+
"San Marino": "SM",
|
|
56515
|
+
"Senegal": "SN",
|
|
56516
|
+
"Somalia": "SO",
|
|
56517
|
+
"Suriname": "SR",
|
|
56518
|
+
"South Sudan": "SS",
|
|
56519
|
+
"Sao Tome and Principe": "ST",
|
|
56520
|
+
"El Salvador": "SV",
|
|
56521
|
+
"Sint Maarten (Dutch Part)": "SX",
|
|
56522
|
+
"Syrian Arab Republic": "SY",
|
|
56523
|
+
"Swaziland": "SZ",
|
|
56524
|
+
"Turks and Caicos Islands": "TC",
|
|
56525
|
+
"Chad": "TD",
|
|
56526
|
+
"French Southern Territories": "TF",
|
|
56527
|
+
"Togo": "TG",
|
|
56528
|
+
"Thailand": "TH",
|
|
56529
|
+
"Tajikistan": "TJ",
|
|
56530
|
+
"Tokelau": "TK",
|
|
56531
|
+
"Timor-Leste": "TL",
|
|
56532
|
+
"Turkmenistan": "TM",
|
|
56533
|
+
"Tunisia": "TN",
|
|
56534
|
+
"Tonga": "TO",
|
|
56535
|
+
"Turkey": "TR",
|
|
56536
|
+
"Trinidad and Tobago": "TT",
|
|
56537
|
+
"Tuvalu": "TV",
|
|
56538
|
+
"Taiwan, Province of China": "TW",
|
|
56539
|
+
"Tanzania, United Republic of": "TZ",
|
|
56540
|
+
"Ukraine": "UA",
|
|
56541
|
+
"Uganda": "UG",
|
|
56542
|
+
"United States Minor Outlying Islands": "UM",
|
|
56543
|
+
"United States": "US",
|
|
56544
|
+
"Uruguay": "UY",
|
|
56545
|
+
"Uzbekistan": "UZ",
|
|
56546
|
+
"Holy See (Vatican City State)": "VA",
|
|
56547
|
+
"Saint Vincent and The Grenadines": "VC",
|
|
56548
|
+
"Venezuela, Bolivarian Republic of": "VE",
|
|
56549
|
+
"Virgin Islands, British": "VG",
|
|
56550
|
+
"Virgin Islands, U.S.": "VI",
|
|
56551
|
+
"Viet Nam": "VN",
|
|
56552
|
+
"Vanuatu": "VU",
|
|
56553
|
+
"Wallis and Futuna": "WF",
|
|
56554
|
+
"Samoa": "WS",
|
|
56555
|
+
"Yemen": "YE",
|
|
56556
|
+
"Mayotte": "YT",
|
|
56557
|
+
"South Africa": "ZA",
|
|
56558
|
+
"Zambia": "ZM",
|
|
56559
|
+
"Zimbabwe": "ZW"
|
|
56560
|
+
};
|
|
56561
|
+
}
|
|
56562
|
+
});
|
|
56563
|
+
|
|
56231
56564
|
// src/app/utils/address.utils.ts
|
|
56232
56565
|
function parseStreetAddress(streetOnly) {
|
|
56233
56566
|
let StreetName = "";
|
|
@@ -56269,7 +56602,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56269
56602
|
} else if (countryLower === "united states" || countryLower === "usa" || countryLower === "us") {
|
|
56270
56603
|
return "US";
|
|
56271
56604
|
} else {
|
|
56272
|
-
return country.toUpperCase();
|
|
56605
|
+
return countryCodes[toTitleCase(country)] ?? country.toUpperCase();
|
|
56273
56606
|
}
|
|
56274
56607
|
}
|
|
56275
56608
|
function CANProvinceToCode(province) {
|
|
@@ -56432,6 +56765,8 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56432
56765
|
var STREET_DIRECTIONS, STREET_TYPES;
|
|
56433
56766
|
var init_address_utils = __esm({
|
|
56434
56767
|
"src/app/utils/address.utils.ts"() {
|
|
56768
|
+
init_common_constants();
|
|
56769
|
+
init_common_utils();
|
|
56435
56770
|
STREET_DIRECTIONS = {
|
|
56436
56771
|
north: "N",
|
|
56437
56772
|
south: "S",
|
|
@@ -56739,16 +57074,18 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56739
57074
|
const restrictionsOnShareRights = task.entity._articles?.share_restrictions_text || "None";
|
|
56740
57075
|
const restrictionsOnShareTransfers = task.entity._articles?.transfer_restrictions_text || "None";
|
|
56741
57076
|
const otherProvisions = task.entity._articles?.other_provisions || "None";
|
|
56742
|
-
const eCorePayload = {
|
|
57077
|
+
const eCorePayload = __spreadProps(__spreadValues({
|
|
56743
57078
|
IncorporationType: mapNameTypeToECore(entityDetails?.corporationNameType),
|
|
56744
57079
|
LegalEnding: legalEnding,
|
|
56745
57080
|
EnglishName: englishName,
|
|
56746
57081
|
FrenchName: frenchName,
|
|
56747
57082
|
RegisteredOffice: transformAddress(registeredOfficeAddress, deltaData.registeredOfficeAddress),
|
|
56748
57083
|
CoverLetter: createCoverLetter(deltaData),
|
|
56749
|
-
DirectorNumberType: task.entity._articles?.min_directors === task.entity._articles?.max_directors ? ECoreDirectorNumberType.Fixed : ECoreDirectorNumberType.Range
|
|
57084
|
+
DirectorNumberType: task.entity._articles?.min_directors === task.entity._articles?.max_directors ? ECoreDirectorNumberType.Fixed : ECoreDirectorNumberType.Range
|
|
57085
|
+
}, task.entity._articles?.min_directors === task.entity._articles?.max_directors ? { FixedNumberOfDirectors: task.entity._articles?.min_directors } : {
|
|
56750
57086
|
MinimumNumberOfDirectors: task.entity._articles?.min_directors,
|
|
56751
|
-
MaximumNumberOfDirectors: task.entity._articles?.max_directors
|
|
57087
|
+
MaximumNumberOfDirectors: task.entity._articles?.max_directors
|
|
57088
|
+
}), {
|
|
56752
57089
|
Directors: directors,
|
|
56753
57090
|
Incorporators: incorporators,
|
|
56754
57091
|
RestrictionsOnBusiness: restrictionsOnBusiness,
|
|
@@ -56757,11 +57094,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56757
57094
|
RestrictionsOnShareTransfers: restrictionsOnShareTransfers,
|
|
56758
57095
|
OtherProvisions: otherProvisions,
|
|
56759
57096
|
EffectiveType: determineEffectiveType(requestedDate),
|
|
57097
|
+
EffectiveDate: requestedDate,
|
|
56760
57098
|
OfficialEmail: officialBusinessEmail || "",
|
|
56761
57099
|
NAICSCode: naicsData?.code || "",
|
|
56762
57100
|
PrimaryActivity: naicsData?.description || "",
|
|
56763
57101
|
Authorization: true
|
|
56764
|
-
};
|
|
57102
|
+
});
|
|
56765
57103
|
return eCorePayload;
|
|
56766
57104
|
}
|
|
56767
57105
|
var ECoreIncorporationType, ECoreDirectorNumberType, ECoreEffectiveType, ECoreDirectorResidencyType, ECoreIncorporatorType, ECoreStreetType, ECoreCanadianStreetDirectionType, ECoreCanadianUnitType;
|
|
@@ -57013,7 +57351,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
57013
57351
|
});
|
|
57014
57352
|
|
|
57015
57353
|
// 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;
|
|
57354
|
+
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
57355
|
var init_app_constants = __esm({
|
|
57018
57356
|
"src/app/app.constants.ts"() {
|
|
57019
57357
|
init_app_enums();
|
|
@@ -57384,6 +57722,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
57384
57722
|
TSSE: ECoreStreetType.TSSE,
|
|
57385
57723
|
VOIE: ECoreStreetType.VOIE
|
|
57386
57724
|
};
|
|
57725
|
+
UNIT_TYPE_TO_ECORE = {
|
|
57726
|
+
[ECoreCanadianUnitType.APMT]: "APMT",
|
|
57727
|
+
[ECoreCanadianUnitType.APP]: "APP",
|
|
57728
|
+
[ECoreCanadianUnitType.Bureau]: "Bureau",
|
|
57729
|
+
[ECoreCanadianUnitType.STE]: "STE",
|
|
57730
|
+
[ECoreCanadianUnitType.UNIT]: "UNIT",
|
|
57731
|
+
[ECoreCanadianUnitType.UNIT\u00C9]: "UNIT\xC9"
|
|
57732
|
+
};
|
|
57387
57733
|
STREET_DIRECTION_TO_ECORE = {
|
|
57388
57734
|
N: ECoreCanadianStreetDirectionType.N,
|
|
57389
57735
|
S: ECoreCanadianStreetDirectionType.S,
|
|
@@ -57413,57 +57759,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
57413
57759
|
}
|
|
57414
57760
|
});
|
|
57415
57761
|
|
|
57416
|
-
// src/app/enums/common.enums.ts
|
|
57417
|
-
var TaskType, ECoreGenericFilingFormType, ECoreFilingFormType, NAICSCodes;
|
|
57418
|
-
var init_common_enums = __esm({
|
|
57419
|
-
"src/app/enums/common.enums.ts"() {
|
|
57420
|
-
(function(TaskType2) {
|
|
57421
|
-
TaskType2["Formation"] = "Formation";
|
|
57422
|
-
TaskType2["InitialReturn"] = "Initial Return";
|
|
57423
|
-
TaskType2["AnnualReturn"] = "Annual Return";
|
|
57424
|
-
TaskType2["NoticeOfChange"] = "Notice of Change";
|
|
57425
|
-
TaskType2["AnnualCompliance"] = "Annual Compliance";
|
|
57426
|
-
TaskType2["Amendments"] = "Amendments";
|
|
57427
|
-
TaskType2["ChangeOfCompanyName"] = "Change of Company Name";
|
|
57428
|
-
TaskType2["ChangeOfAddress"] = "Change of Address";
|
|
57429
|
-
TaskType2["ChangeOfPrincipals"] = "Change of Principals";
|
|
57430
|
-
TaskType2["RegistrationCompliance"] = "Registration Compliance";
|
|
57431
|
-
TaskType2["Continuance"] = "Continuance";
|
|
57432
|
-
TaskType2["Dissolve"] = "Dissolve";
|
|
57433
|
-
TaskType2["Revival"] = "Revival";
|
|
57434
|
-
})(TaskType || (TaskType = {}));
|
|
57435
|
-
(function(ECoreGenericFilingFormType2) {
|
|
57436
|
-
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["InitialReturn"] = 1] = "InitialReturn";
|
|
57437
|
-
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["NoticeOfChange"] = 2] = "NoticeOfChange";
|
|
57438
|
-
ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["AnnualReturn"] = 3] = "AnnualReturn";
|
|
57439
|
-
})(ECoreGenericFilingFormType || (ECoreGenericFilingFormType = {}));
|
|
57440
|
-
(function(ECoreFilingFormType2) {
|
|
57441
|
-
ECoreFilingFormType2[ECoreFilingFormType2["InitialReturn"] = 6] = "InitialReturn";
|
|
57442
|
-
ECoreFilingFormType2[ECoreFilingFormType2["NoticeOfChange"] = 7] = "NoticeOfChange";
|
|
57443
|
-
ECoreFilingFormType2[ECoreFilingFormType2["AnnualReturn"] = 1] = "AnnualReturn";
|
|
57444
|
-
})(ECoreFilingFormType || (ECoreFilingFormType = {}));
|
|
57445
|
-
(function(NAICSCodes2) {
|
|
57446
|
-
NAICSCodes2["IndustrialMachineryManufacturing"] = "333248";
|
|
57447
|
-
NAICSCodes2["AirTransportation"] = "481";
|
|
57448
|
-
NAICSCodes2["ScheduledAirTransportation"] = "481110";
|
|
57449
|
-
NAICSCodes2["NonScheduledAirTransportation"] = "48121";
|
|
57450
|
-
NAICSCodes2["NonScheduledCharteredAirTransportation"] = "481214";
|
|
57451
|
-
NAICSCodes2["NonScheduledSpecialtyFlyingServices"] = "481215";
|
|
57452
|
-
NAICSCodes2["RailTransportation"] = "48211";
|
|
57453
|
-
NAICSCodes2["ShortHaulFreightRailTransportation"] = "482112";
|
|
57454
|
-
NAICSCodes2["MainlineFreightRailTransportation"] = "482113";
|
|
57455
|
-
NAICSCodes2["PassengerRailTransportation"] = "482114";
|
|
57456
|
-
NAICSCodes2["WaterTransportation"] = "483";
|
|
57457
|
-
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportation"] = "48311";
|
|
57458
|
-
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries"] = "483115";
|
|
57459
|
-
NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationByFerries"] = "483116";
|
|
57460
|
-
NAICSCodes2["InlandWaterTransportation"] = "48321";
|
|
57461
|
-
NAICSCodes2["InlandWaterTransportationExceptByFerries"] = "483213";
|
|
57462
|
-
NAICSCodes2["InlandWaterTransportationByFerries"] = "483214";
|
|
57463
|
-
})(NAICSCodes || (NAICSCodes = {}));
|
|
57464
|
-
}
|
|
57465
|
-
});
|
|
57466
|
-
|
|
57467
57762
|
// src/app/enums/initial-return.enums.ts
|
|
57468
57763
|
var IRCurrentState, IRAffiliationType;
|
|
57469
57764
|
var init_initial_return_enums = __esm({
|
|
@@ -57615,6 +57910,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
57615
57910
|
const normalized = removeAccents(streetType.trim().toUpperCase());
|
|
57616
57911
|
return STREET_TYPE_TO_ECORE[normalized];
|
|
57617
57912
|
}
|
|
57913
|
+
function mapUnitTypeToEcore(unitType) {
|
|
57914
|
+
if (!unitType) {
|
|
57915
|
+
return;
|
|
57916
|
+
}
|
|
57917
|
+
return UNIT_TYPE_TO_ECORE[unitType];
|
|
57918
|
+
}
|
|
57618
57919
|
function removeAccents(str) {
|
|
57619
57920
|
return str.normalize("NFD").replace(/[\u0300-\u036f]/g, "");
|
|
57620
57921
|
}
|
|
@@ -57791,6 +58092,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
57791
58092
|
function getEPRegistrations(task) {
|
|
57792
58093
|
return task.entity?.registrations?._registrations.filter((r) => r.type === "EP Registration") ?? [];
|
|
57793
58094
|
}
|
|
58095
|
+
function toTitleCase(str) {
|
|
58096
|
+
if (!str)
|
|
58097
|
+
return "";
|
|
58098
|
+
return str.toLowerCase().replace(/(?:^|\s|[-/])\S/g, (match) => match.toUpperCase());
|
|
58099
|
+
}
|
|
57794
58100
|
var init_common_utils = __esm({
|
|
57795
58101
|
"src/app/utils/common.utils.ts"() {
|
|
57796
58102
|
init_app_constants();
|
|
@@ -58031,7 +58337,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58031
58337
|
});
|
|
58032
58338
|
|
|
58033
58339
|
// src/app/constants/ui/ontario-formation-form.constants.ts
|
|
58034
|
-
var ONTARIO_NAME_TYPE_OPTIONS,
|
|
58340
|
+
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
58341
|
var init_ontario_formation_form_constants = __esm({
|
|
58036
58342
|
"src/app/constants/ui/ontario-formation-form.constants.ts"() {
|
|
58037
58343
|
init_form_enums();
|
|
@@ -58040,9 +58346,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58040
58346
|
init_app_enums();
|
|
58041
58347
|
init_common_utils();
|
|
58042
58348
|
init_OntarioConstants();
|
|
58043
|
-
|
|
58349
|
+
init_address_utils();
|
|
58350
|
+
init_address_utils();
|
|
58351
|
+
init_transform_utils();
|
|
58044
58352
|
ONTARIO_NAME_TYPE_OPTIONS = Object.values(NameType).filter((v) => typeof v === "number").map((v) => ({ label: NameTypeLabel[v], value: v }));
|
|
58045
|
-
|
|
58353
|
+
FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
|
|
58046
58354
|
{
|
|
58047
58355
|
type: FormType.Text,
|
|
58048
58356
|
dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
|
|
@@ -58085,7 +58393,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58085
58393
|
class: "span-12"
|
|
58086
58394
|
}
|
|
58087
58395
|
];
|
|
58088
|
-
|
|
58396
|
+
FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT = [
|
|
58089
58397
|
{
|
|
58090
58398
|
type: FormType.Text,
|
|
58091
58399
|
dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
|
|
@@ -58145,7 +58453,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58145
58453
|
class: "span-12"
|
|
58146
58454
|
}
|
|
58147
58455
|
];
|
|
58148
|
-
|
|
58456
|
+
FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL = [
|
|
58149
58457
|
{
|
|
58150
58458
|
type: FormType.Text,
|
|
58151
58459
|
label: "",
|
|
@@ -58155,16 +58463,22 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58155
58463
|
}
|
|
58156
58464
|
];
|
|
58157
58465
|
FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP = {
|
|
58158
|
-
[AffiliationAddressType.CanadianNoSuite]:
|
|
58159
|
-
[AffiliationAddressType.CanadianSuite]:
|
|
58160
|
-
[AffiliationAddressType.InternationalNoSuite]:
|
|
58161
|
-
[AffiliationAddressType.InternationalSuite]:
|
|
58466
|
+
[AffiliationAddressType.CanadianNoSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
|
|
58467
|
+
[AffiliationAddressType.CanadianSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
|
|
58468
|
+
[AffiliationAddressType.InternationalNoSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
|
|
58469
|
+
[AffiliationAddressType.InternationalSuite]: FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
|
|
58162
58470
|
};
|
|
58163
58471
|
EMAIL_TEXT_FIELD = {
|
|
58164
58472
|
type: FormType.Text,
|
|
58165
58473
|
label: "",
|
|
58166
58474
|
formControlName: "",
|
|
58167
|
-
dynamicLabel: (form) =>
|
|
58475
|
+
dynamicLabel: (form) => {
|
|
58476
|
+
const email = form.get(FormationFormControls.OfficialEmail)?.value;
|
|
58477
|
+
if (!email) {
|
|
58478
|
+
return "";
|
|
58479
|
+
}
|
|
58480
|
+
return `<span class="body-1-semibold">Email:</span> ${email}`;
|
|
58481
|
+
},
|
|
58168
58482
|
class: "span-12"
|
|
58169
58483
|
};
|
|
58170
58484
|
RESIDENT_CHECKBOX_FIELD = {
|
|
@@ -58175,44 +58489,54 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58175
58489
|
};
|
|
58176
58490
|
FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP = {
|
|
58177
58491
|
[AffiliationAddressType.CanadianNoSuite]: [
|
|
58178
|
-
...
|
|
58179
|
-
EMAIL_TEXT_FIELD
|
|
58492
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT
|
|
58180
58493
|
],
|
|
58181
58494
|
[AffiliationAddressType.CanadianSuite]: [
|
|
58182
|
-
...
|
|
58183
|
-
EMAIL_TEXT_FIELD
|
|
58495
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT
|
|
58184
58496
|
],
|
|
58185
58497
|
[AffiliationAddressType.InternationalNoSuite]: [
|
|
58186
|
-
...
|
|
58187
|
-
EMAIL_TEXT_FIELD
|
|
58498
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
|
|
58188
58499
|
],
|
|
58189
58500
|
[AffiliationAddressType.InternationalSuite]: [
|
|
58190
|
-
...
|
|
58191
|
-
EMAIL_TEXT_FIELD
|
|
58501
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
|
|
58192
58502
|
]
|
|
58193
58503
|
};
|
|
58194
58504
|
FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP = {
|
|
58195
58505
|
[AffiliationAddressType.CanadianNoSuite]: [
|
|
58196
|
-
...
|
|
58506
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
|
|
58197
58507
|
EMAIL_TEXT_FIELD,
|
|
58198
58508
|
RESIDENT_CHECKBOX_FIELD
|
|
58199
58509
|
],
|
|
58200
58510
|
[AffiliationAddressType.CanadianSuite]: [
|
|
58201
|
-
...
|
|
58511
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
|
|
58202
58512
|
EMAIL_TEXT_FIELD,
|
|
58203
58513
|
RESIDENT_CHECKBOX_FIELD
|
|
58204
58514
|
],
|
|
58205
58515
|
[AffiliationAddressType.InternationalNoSuite]: [
|
|
58206
|
-
...
|
|
58516
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
|
|
58207
58517
|
EMAIL_TEXT_FIELD,
|
|
58208
58518
|
RESIDENT_CHECKBOX_FIELD
|
|
58209
58519
|
],
|
|
58210
58520
|
[AffiliationAddressType.InternationalSuite]: [
|
|
58211
|
-
...
|
|
58521
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
|
|
58212
58522
|
EMAIL_TEXT_FIELD,
|
|
58213
58523
|
RESIDENT_CHECKBOX_FIELD
|
|
58214
58524
|
]
|
|
58215
58525
|
};
|
|
58526
|
+
FORMATION_FORM_ADDRESSES_FIELDS_MAP = {
|
|
58527
|
+
[AffiliationAddressType.CanadianNoSuite]: [
|
|
58528
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT
|
|
58529
|
+
],
|
|
58530
|
+
[AffiliationAddressType.CanadianSuite]: [
|
|
58531
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT
|
|
58532
|
+
],
|
|
58533
|
+
[AffiliationAddressType.InternationalNoSuite]: [
|
|
58534
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
|
|
58535
|
+
],
|
|
58536
|
+
[AffiliationAddressType.InternationalSuite]: [
|
|
58537
|
+
...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
|
|
58538
|
+
]
|
|
58539
|
+
};
|
|
58216
58540
|
FORMATION_PREVIEW_CARD_FORM_AFFILIATION_FIELDS_SHARES_AND_PROVISIONS = [
|
|
58217
58541
|
{
|
|
58218
58542
|
type: FormType.TextArea,
|
|
@@ -58411,17 +58735,51 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58411
58735
|
}
|
|
58412
58736
|
];
|
|
58413
58737
|
};
|
|
58414
|
-
FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = (
|
|
58415
|
-
{
|
|
58416
|
-
|
|
58417
|
-
|
|
58418
|
-
|
|
58419
|
-
|
|
58420
|
-
|
|
58421
|
-
|
|
58422
|
-
|
|
58423
|
-
|
|
58424
|
-
|
|
58738
|
+
FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = (lawyers) => {
|
|
58739
|
+
const lawyerOptions = lawyers.map((a) => ({
|
|
58740
|
+
label: a.participant._profile.name ?? "",
|
|
58741
|
+
value: a._id
|
|
58742
|
+
}));
|
|
58743
|
+
return [
|
|
58744
|
+
{
|
|
58745
|
+
type: FormType.Select,
|
|
58746
|
+
label: "Lawyer Signing Opinion",
|
|
58747
|
+
formControlName: FormationFormControls.LawyerSigningOpinion,
|
|
58748
|
+
required: true,
|
|
58749
|
+
class: "span-12",
|
|
58750
|
+
onChange: (form) => {
|
|
58751
|
+
const affiliation = lawyers.find((a) => a._id === form.get(FormationFormControls.LawyerSigningOpinion)?.value);
|
|
58752
|
+
const address = affiliation?.addresses.at(0) || affiliation?.parent_affiliation?.addresses?.at(0);
|
|
58753
|
+
if (address) {
|
|
58754
|
+
const streetOnly = getAddressComponent(address, "Street Only");
|
|
58755
|
+
const streetNumberOnly = getAddressComponent(address, "Street Number Only");
|
|
58756
|
+
const { StreetName, StreetType: StreetType2, StreetDirection: StreetDirection2 } = parseStreetAddress(streetOnly);
|
|
58757
|
+
const streetName = StreetName;
|
|
58758
|
+
const streetType = StreetType2 ?? "";
|
|
58759
|
+
const streetDirection = StreetDirection2 ? StreetDirection2 : "";
|
|
58760
|
+
const normalizedCountryCode = normalizeCountryCode(address?.country);
|
|
58761
|
+
const suite = getAddressComponent(address, "Suite/Apartment");
|
|
58762
|
+
const isCanadian = normalizedCountryCode === "CA";
|
|
58763
|
+
form.get(FormationFormControls.StreetDirection)?.setValue(streetDirection, { emitEvent: false });
|
|
58764
|
+
form.get(FormationFormControls.StreetType)?.setValue(streetType, { emitEvent: false });
|
|
58765
|
+
form.get(FormationFormControls.StreetName)?.setValue(streetName, { emitEvent: false });
|
|
58766
|
+
form.get(FormationFormControls.StreetNumber)?.setValue(streetNumberOnly, { emitEvent: false });
|
|
58767
|
+
form.get(FormationFormControls.UnitNumber)?.setValue(suite ?? "", { emitEvent: false });
|
|
58768
|
+
form.get(FormationFormControls.UnitType)?.setValue(suite ? ECoreCanadianUnitType.UNIT : "", { emitEvent: false });
|
|
58769
|
+
let affiliationAddressType;
|
|
58770
|
+
if (isCanadian) {
|
|
58771
|
+
affiliationAddressType = suite ? AffiliationAddressType.CanadianSuite : AffiliationAddressType.CanadianNoSuite;
|
|
58772
|
+
} else {
|
|
58773
|
+
affiliationAddressType = suite ? AffiliationAddressType.InternationalSuite : AffiliationAddressType.InternationalNoSuite;
|
|
58774
|
+
}
|
|
58775
|
+
form.get(FormationFormControls.AffiliationAddressType)?.setValue(affiliationAddressType, { emitEvent: false });
|
|
58776
|
+
}
|
|
58777
|
+
},
|
|
58778
|
+
options: lawyerOptions
|
|
58779
|
+
}
|
|
58780
|
+
];
|
|
58781
|
+
};
|
|
58782
|
+
[
|
|
58425
58783
|
{
|
|
58426
58784
|
type: FormType.Text,
|
|
58427
58785
|
dynamicLabel: (_, t) => `<span class="body-1-semibold">${t("Confirm Address Parts")}:</span>`,
|
|
@@ -58534,7 +58892,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58534
58892
|
requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedBilingual),
|
|
58535
58893
|
requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedCombined)
|
|
58536
58894
|
]),
|
|
58537
|
-
[FormationFormControls.NuansReportReferenceEng]: new FormControl(entityDetailsDelta?.nuansReportEnglishReferenceNumber
|
|
58895
|
+
[FormationFormControls.NuansReportReferenceEng]: new FormControl(entityDetailsDelta?.nuansReportEnglishReferenceNumber || task._ext._name_reservationID, [
|
|
58538
58896
|
requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedEnglish),
|
|
58539
58897
|
requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedBilingual),
|
|
58540
58898
|
requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedCombined)
|
|
@@ -58570,7 +58928,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58570
58928
|
disabled: true
|
|
58571
58929
|
})
|
|
58572
58930
|
});
|
|
58573
|
-
config2[FormationFormGroups.LegalOpinion] = this.generateLegalOpinionConfirmAddressFormGroup(delta?.legalOpinion);
|
|
58931
|
+
config2[FormationFormGroups.LegalOpinion] = this.generateLegalOpinionConfirmAddressFormGroup(delta?.legalOpinion, task.entity.affiliations.filter((a) => a.role.role_name === "Responsible"));
|
|
58574
58932
|
if (registeredOfficeAddress) {
|
|
58575
58933
|
config2[FormationFormGroups.RegisteredOfficeAddress] = registeredOfficeAddress;
|
|
58576
58934
|
}
|
|
@@ -58615,13 +58973,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58615
58973
|
[FormationFormControls.DocketNumber]: new FormControl(deltaData?.docketNumber ?? "")
|
|
58616
58974
|
});
|
|
58617
58975
|
}
|
|
58618
|
-
static generateLegalOpinionConfirmAddressFormGroup(deltaData) {
|
|
58976
|
+
static generateLegalOpinionConfirmAddressFormGroup(deltaData, affiliations) {
|
|
58977
|
+
const affiliation = affiliations?.find((a) => a._id === deltaData?.lawyerSigning);
|
|
58978
|
+
let affiliationAddressType = "";
|
|
58979
|
+
if (affiliation) {
|
|
58980
|
+
const address = affiliation?.addresses.at(0) || affiliation?.parent_affiliation?.addresses?.at(0);
|
|
58981
|
+
const normalizedCountryCode = normalizeCountryCode(address?.country);
|
|
58982
|
+
const suite = getAddressComponent(address, "Suite/Apartment");
|
|
58983
|
+
const isCanadian = normalizedCountryCode === "CA";
|
|
58984
|
+
if (isCanadian) {
|
|
58985
|
+
affiliationAddressType = suite ? AffiliationAddressType.CanadianSuite : AffiliationAddressType.CanadianNoSuite;
|
|
58986
|
+
} else {
|
|
58987
|
+
affiliationAddressType = suite ? AffiliationAddressType.InternationalSuite : AffiliationAddressType.InternationalNoSuite;
|
|
58988
|
+
}
|
|
58989
|
+
}
|
|
58619
58990
|
return new FormGroup({
|
|
58620
58991
|
[FormationFormControls.LawyerSigningOpinion]: new FormControl(deltaData?.lawyerSigning ?? "", Validators.required),
|
|
58992
|
+
[FormationFormControls.UnitType]: new FormControl(deltaData?.address?.unitType ?? "", requiredIf(IRFormControls.UnitNumber)),
|
|
58993
|
+
[FormationFormControls.UnitNumber]: new FormControl(deltaData?.address?.unitType ?? "", requiredIf(IRFormControls.UnitType)),
|
|
58621
58994
|
[FormationFormControls.StreetNumber]: new FormControl(deltaData?.address?.streetNumber ?? "", Validators.required),
|
|
58622
58995
|
[FormationFormControls.StreetName]: new FormControl(deltaData?.address?.streetName ?? "", Validators.required),
|
|
58623
58996
|
[FormationFormControls.StreetType]: new FormControl(deltaData?.address?.streetType ?? ""),
|
|
58624
|
-
[FormationFormControls.StreetDirection]: new FormControl(deltaData?.address?.streetDirection ?? "")
|
|
58997
|
+
[FormationFormControls.StreetDirection]: new FormControl(deltaData?.address?.streetDirection ?? ""),
|
|
58998
|
+
[FormationFormControls.AffiliationAddressType]: new FormControl(affiliationAddressType)
|
|
58625
58999
|
});
|
|
58626
59000
|
}
|
|
58627
59001
|
static generateAffiliationFormGroup(affiliation, deltaData) {
|
|
@@ -58849,7 +59223,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58849
59223
|
const firstName = person._profile.firstName || "";
|
|
58850
59224
|
const lastName = person._profile.lastName || "";
|
|
58851
59225
|
const middleName = person._profile.middleName || "";
|
|
58852
|
-
const name =
|
|
59226
|
+
const name = [firstName, middleName, lastName].filter(Boolean).join(" ");
|
|
58853
59227
|
const config2 = {
|
|
58854
59228
|
[IRFormControls.ID]: new FormControl(affiliation._id),
|
|
58855
59229
|
[IRFormControls.AffiliationName]: new FormControl(name),
|
|
@@ -58857,12 +59231,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
58857
59231
|
[IRFormControls.EffectiveDate]: new FormControl(affiliation.start_date),
|
|
58858
59232
|
[IRFormControls.CeaseDate]: new FormControl(affiliation.end_date ? toYyyyMmDd(affiliation.end_date) : ""),
|
|
58859
59233
|
[IRFormControls.Email]: new FormControl(emailAddress ?? ""),
|
|
58860
|
-
[IRFormControls.IsCanadianResident]: new FormControl(deltaData?.residentCanadian ?? false),
|
|
58861
59234
|
[IRFormControls.AffiliationType]: new FormControl(affiliationType)
|
|
58862
59235
|
};
|
|
58863
59236
|
const form = new FormGroup(__spreadValues(__spreadValues({}, config2), this.generateAddressFormConfig(address, _OntarioUpdateMaintainFormHelper.mapAddressDelta(deltaData?.address))));
|
|
58864
59237
|
const affiliationAddressType = form.get(IRFormControls.AffiliationAddressType)?.value;
|
|
58865
59238
|
updateFormControlsEnableState(form, addressEnabledFieldsMap[affiliationAddressType]);
|
|
59239
|
+
form.addControl(IRFormControls.IsCanadianResident, new FormControl(deltaData?.residentCanadian ?? false));
|
|
58866
59240
|
return form;
|
|
58867
59241
|
}
|
|
58868
59242
|
static mapAddressDelta(addr) {
|
|
@@ -78103,13 +78477,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
78103
78477
|
if (rf & 1) {
|
|
78104
78478
|
\u0275\u0275elementStart(0, "mat-option", 12);
|
|
78105
78479
|
\u0275\u0275text(1);
|
|
78480
|
+
\u0275\u0275pipe(2, "translate");
|
|
78106
78481
|
\u0275\u0275elementEnd();
|
|
78107
78482
|
}
|
|
78108
78483
|
if (rf & 2) {
|
|
78109
78484
|
const option_r5 = ctx.$implicit;
|
|
78110
78485
|
\u0275\u0275property("value", option_r5.value);
|
|
78111
78486
|
\u0275\u0275advance();
|
|
78112
|
-
\u0275\u0275textInterpolate1(" ", option_r5.label, " ");
|
|
78487
|
+
\u0275\u0275textInterpolate1(" ", \u0275\u0275pipeBind1(2, 2, option_r5.label), " ");
|
|
78113
78488
|
}
|
|
78114
78489
|
}
|
|
78115
78490
|
function FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_10_Template(rf, ctx) {
|
|
@@ -78174,7 +78549,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
78174
78549
|
const form_r4 = \u0275\u0275readContextLet(1);
|
|
78175
78550
|
return \u0275\u0275resetView(field_r3.onChange && field_r3.onChange(form_r4));
|
|
78176
78551
|
});
|
|
78177
|
-
\u0275\u0275repeaterCreate(8, FilingFormGroupComponent_For_5_Conditional_0_Case_1_For_9_Template,
|
|
78552
|
+
\u0275\u0275repeaterCreate(8, FilingFormGroupComponent_For_5_Conditional_0_Case_1_For_9_Template, 3, 4, "mat-option", 12, _forTrack12);
|
|
78178
78553
|
\u0275\u0275template(10, FilingFormGroupComponent_For_5_Conditional_0_Case_1_Conditional_10_Template, 3, 3, "mat-option", 13);
|
|
78179
78554
|
\u0275\u0275elementEnd();
|
|
78180
78555
|
\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 +79046,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
78671
79046
|
return "";
|
|
78672
79047
|
const staticOpt = (field.options ?? []).find((o) => o.value === value);
|
|
78673
79048
|
if (staticOpt)
|
|
78674
|
-
return staticOpt.label;
|
|
79049
|
+
return this.translateService.instant(staticOpt.label);
|
|
78675
79050
|
if (field.dynamicOptions) {
|
|
78676
79051
|
const dynOpt = field.dynamicOptions(form).find((o) => o.value === value);
|
|
78677
79052
|
if (dynOpt)
|
|
78678
|
-
return dynOpt.label;
|
|
79053
|
+
return this.translateService.instant(dynOpt.label);
|
|
78679
79054
|
}
|
|
78680
|
-
return String(value);
|
|
79055
|
+
return this.translateService.instant(String(value));
|
|
78681
79056
|
};
|
|
78682
79057
|
}
|
|
78683
79058
|
/**
|
|
@@ -78819,7 +79194,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
78819
79194
|
class="filing-form-group-select-option"\r
|
|
78820
79195
|
[value]="option.value"\r
|
|
78821
79196
|
>\r
|
|
78822
|
-
{{ option.label }}\r
|
|
79197
|
+
{{ option.label | translate }}\r
|
|
78823
79198
|
</mat-option>\r
|
|
78824
79199
|
}\r
|
|
78825
79200
|
@if (getFilteredOptions(field).length === 0) {\r
|
|
@@ -79059,124 +79434,193 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
79059
79434
|
static \u0275fac = function TermsAndConditionsComponent_Factory(__ngFactoryType__) {
|
|
79060
79435
|
return new (__ngFactoryType__ || _TermsAndConditionsComponent)();
|
|
79061
79436
|
};
|
|
79062
|
-
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _TermsAndConditionsComponent, selectors: [["terms-and-conditions"]], outputs: { confirm: "confirm", prev: "prev", close: "close" }, decls:
|
|
79437
|
+
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
79438
|
if (rf & 1) {
|
|
79064
79439
|
\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
|
|
79440
|
+
\u0275\u0275text(7);
|
|
79441
|
+
\u0275\u0275pipe(8, "translate");
|
|
79066
79442
|
\u0275\u0275elementEnd();
|
|
79067
|
-
\u0275\u0275elementStart(
|
|
79068
|
-
\u0275\u0275text(
|
|
79069
|
-
\u0275\
|
|
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 ');
|
|
79443
|
+
\u0275\u0275elementStart(9, "span", 6);
|
|
79444
|
+
\u0275\u0275text(10);
|
|
79445
|
+
\u0275\u0275pipe(11, "translate");
|
|
79072
79446
|
\u0275\u0275elementEnd();
|
|
79073
79447
|
\u0275\u0275elementStart(12, "span", 6);
|
|
79074
|
-
\u0275\u0275text(13
|
|
79075
|
-
\u0275\
|
|
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. ");
|
|
79448
|
+
\u0275\u0275text(13);
|
|
79449
|
+
\u0275\u0275pipe(14, "translate");
|
|
79078
79450
|
\u0275\u0275elementEnd();
|
|
79079
|
-
\u0275\u0275elementStart(
|
|
79080
|
-
\u0275\u0275text(
|
|
79451
|
+
\u0275\u0275elementStart(15, "span", 6);
|
|
79452
|
+
\u0275\u0275text(16);
|
|
79453
|
+
\u0275\u0275pipe(17, "translate");
|
|
79081
79454
|
\u0275\u0275elementEnd();
|
|
79082
79455
|
\u0275\u0275elementStart(18, "span", 6);
|
|
79083
|
-
\u0275\u0275text(19
|
|
79456
|
+
\u0275\u0275text(19);
|
|
79457
|
+
\u0275\u0275pipe(20, "translate");
|
|
79084
79458
|
\u0275\u0275elementEnd();
|
|
79085
|
-
\u0275\u0275elementStart(
|
|
79086
|
-
\u0275\u0275text(
|
|
79087
|
-
\u0275\
|
|
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. ");
|
|
79459
|
+
\u0275\u0275elementStart(21, "span", 6);
|
|
79460
|
+
\u0275\u0275text(22);
|
|
79461
|
+
\u0275\u0275pipe(23, "translate");
|
|
79090
79462
|
\u0275\u0275elementEnd();
|
|
79091
79463
|
\u0275\u0275elementStart(24, "span", 6);
|
|
79092
|
-
\u0275\u0275text(25
|
|
79093
|
-
\u0275\
|
|
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. ");
|
|
79464
|
+
\u0275\u0275text(25);
|
|
79465
|
+
\u0275\u0275pipe(26, "translate");
|
|
79096
79466
|
\u0275\u0275elementEnd();
|
|
79097
|
-
\u0275\u0275elementStart(
|
|
79098
|
-
\u0275\u0275text(
|
|
79467
|
+
\u0275\u0275elementStart(27, "span", 6);
|
|
79468
|
+
\u0275\u0275text(28);
|
|
79469
|
+
\u0275\u0275pipe(29, "translate");
|
|
79099
79470
|
\u0275\u0275elementEnd();
|
|
79100
79471
|
\u0275\u0275elementStart(30, "span", 6);
|
|
79101
|
-
\u0275\u0275text(31
|
|
79472
|
+
\u0275\u0275text(31);
|
|
79473
|
+
\u0275\u0275pipe(32, "translate");
|
|
79102
79474
|
\u0275\u0275elementEnd();
|
|
79103
|
-
\u0275\u0275elementStart(
|
|
79104
|
-
\u0275\u0275text(
|
|
79105
|
-
\u0275\
|
|
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. ");
|
|
79475
|
+
\u0275\u0275elementStart(33, "span", 6);
|
|
79476
|
+
\u0275\u0275text(34);
|
|
79477
|
+
\u0275\u0275pipe(35, "translate");
|
|
79108
79478
|
\u0275\u0275elementEnd();
|
|
79109
79479
|
\u0275\u0275elementStart(36, "span", 6);
|
|
79110
|
-
\u0275\u0275text(37
|
|
79111
|
-
\u0275\
|
|
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. ");
|
|
79480
|
+
\u0275\u0275text(37);
|
|
79481
|
+
\u0275\u0275pipe(38, "translate");
|
|
79114
79482
|
\u0275\u0275elementEnd();
|
|
79115
|
-
\u0275\u0275elementStart(
|
|
79116
|
-
\u0275\u0275text(
|
|
79483
|
+
\u0275\u0275elementStart(39, "span", 6);
|
|
79484
|
+
\u0275\u0275text(40);
|
|
79485
|
+
\u0275\u0275pipe(41, "translate");
|
|
79117
79486
|
\u0275\u0275elementEnd();
|
|
79118
79487
|
\u0275\u0275elementStart(42, "span", 6);
|
|
79119
|
-
\u0275\u0275text(43
|
|
79488
|
+
\u0275\u0275text(43);
|
|
79489
|
+
\u0275\u0275pipe(44, "translate");
|
|
79120
79490
|
\u0275\u0275elementEnd();
|
|
79121
|
-
\u0275\u0275elementStart(
|
|
79122
|
-
\u0275\u0275text(
|
|
79123
|
-
\u0275\
|
|
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. ");
|
|
79491
|
+
\u0275\u0275elementStart(45, "span", 6);
|
|
79492
|
+
\u0275\u0275text(46);
|
|
79493
|
+
\u0275\u0275pipe(47, "translate");
|
|
79126
79494
|
\u0275\u0275elementEnd();
|
|
79127
79495
|
\u0275\u0275elementStart(48, "span", 6);
|
|
79128
|
-
\u0275\u0275text(49
|
|
79496
|
+
\u0275\u0275text(49);
|
|
79497
|
+
\u0275\u0275pipe(50, "translate");
|
|
79129
79498
|
\u0275\u0275elementEnd();
|
|
79130
|
-
\u0275\u0275elementStart(
|
|
79131
|
-
\u0275\u0275text(
|
|
79132
|
-
\u0275\
|
|
79133
|
-
\u0275\
|
|
79499
|
+
\u0275\u0275elementStart(51, "span", 6);
|
|
79500
|
+
\u0275\u0275text(52);
|
|
79501
|
+
\u0275\u0275pipe(53, "translate");
|
|
79502
|
+
\u0275\u0275elementEnd();
|
|
79503
|
+
\u0275\u0275elementStart(54, "span", 6);
|
|
79134
79504
|
\u0275\u0275text(55);
|
|
79135
79505
|
\u0275\u0275pipe(56, "translate");
|
|
79506
|
+
\u0275\u0275elementEnd();
|
|
79507
|
+
\u0275\u0275elementStart(57, "span", 6);
|
|
79508
|
+
\u0275\u0275text(58);
|
|
79509
|
+
\u0275\u0275pipe(59, "translate");
|
|
79510
|
+
\u0275\u0275elementEnd();
|
|
79511
|
+
\u0275\u0275elementStart(60, "span", 6);
|
|
79512
|
+
\u0275\u0275text(61);
|
|
79513
|
+
\u0275\u0275pipe(62, "translate");
|
|
79514
|
+
\u0275\u0275elementEnd();
|
|
79515
|
+
\u0275\u0275elementStart(63, "span", 6);
|
|
79516
|
+
\u0275\u0275text(64);
|
|
79517
|
+
\u0275\u0275pipe(65, "translate");
|
|
79518
|
+
\u0275\u0275elementEnd();
|
|
79519
|
+
\u0275\u0275elementStart(66, "span", 6);
|
|
79520
|
+
\u0275\u0275text(67);
|
|
79521
|
+
\u0275\u0275pipe(68, "translate");
|
|
79522
|
+
\u0275\u0275elementEnd();
|
|
79523
|
+
\u0275\u0275elementStart(69, "span", 6);
|
|
79524
|
+
\u0275\u0275text(70);
|
|
79525
|
+
\u0275\u0275pipe(71, "translate");
|
|
79526
|
+
\u0275\u0275elementEnd();
|
|
79527
|
+
\u0275\u0275elementStart(72, "span", 6);
|
|
79528
|
+
\u0275\u0275text(73);
|
|
79529
|
+
\u0275\u0275pipe(74, "translate");
|
|
79530
|
+
\u0275\u0275elementEnd()()();
|
|
79531
|
+
\u0275\u0275elementStart(75, "mat-checkbox", 7)(76, "div", 8)(77, "span");
|
|
79532
|
+
\u0275\u0275text(78);
|
|
79533
|
+
\u0275\u0275pipe(79, "translate");
|
|
79136
79534
|
\u0275\u0275elementEnd()()()()();
|
|
79137
|
-
\u0275\u0275elementStart(
|
|
79138
|
-
\u0275\u0275element(
|
|
79535
|
+
\u0275\u0275elementStart(80, "expandable-card", 9);
|
|
79536
|
+
\u0275\u0275element(81, "filing-form-group", 10);
|
|
79139
79537
|
\u0275\u0275elementEnd()();
|
|
79140
|
-
\u0275\u0275elementStart(
|
|
79141
|
-
\u0275\u0275listener("click", function
|
|
79538
|
+
\u0275\u0275elementStart(82, "div", 11)(83, "button", 12);
|
|
79539
|
+
\u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_83_listener() {
|
|
79142
79540
|
return ctx.close.emit();
|
|
79143
79541
|
});
|
|
79144
|
-
\u0275\u0275elementStart(
|
|
79145
|
-
\u0275\u0275text(
|
|
79146
|
-
\u0275\u0275pipe(
|
|
79542
|
+
\u0275\u0275elementStart(84, "span", 13);
|
|
79543
|
+
\u0275\u0275text(85);
|
|
79544
|
+
\u0275\u0275pipe(86, "translate");
|
|
79147
79545
|
\u0275\u0275elementEnd()();
|
|
79148
|
-
\u0275\u0275elementStart(
|
|
79149
|
-
\u0275\u0275listener("click", function
|
|
79546
|
+
\u0275\u0275elementStart(87, "button", 12);
|
|
79547
|
+
\u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_87_listener() {
|
|
79150
79548
|
return ctx.prev.emit();
|
|
79151
79549
|
});
|
|
79152
|
-
\u0275\u0275elementStart(
|
|
79153
|
-
\u0275\u0275text(
|
|
79154
|
-
\u0275\u0275pipe(
|
|
79550
|
+
\u0275\u0275elementStart(88, "span", 13);
|
|
79551
|
+
\u0275\u0275text(89);
|
|
79552
|
+
\u0275\u0275pipe(90, "translate");
|
|
79155
79553
|
\u0275\u0275elementEnd()();
|
|
79156
|
-
\u0275\u0275elementStart(
|
|
79157
|
-
\u0275\u0275listener("click", function
|
|
79554
|
+
\u0275\u0275elementStart(91, "button", 14);
|
|
79555
|
+
\u0275\u0275listener("click", function TermsAndConditionsComponent_Template_button_click_91_listener() {
|
|
79158
79556
|
return ctx.onConfirm();
|
|
79159
79557
|
});
|
|
79160
|
-
\u0275\u0275elementStart(
|
|
79161
|
-
\u0275\u0275text(
|
|
79162
|
-
\u0275\u0275pipe(
|
|
79558
|
+
\u0275\u0275elementStart(92, "span", 13);
|
|
79559
|
+
\u0275\u0275text(93);
|
|
79560
|
+
\u0275\u0275pipe(94, "translate");
|
|
79163
79561
|
\u0275\u0275elementEnd()()()();
|
|
79164
79562
|
}
|
|
79165
79563
|
if (rf & 2) {
|
|
79166
|
-
\u0275\u0275advance(
|
|
79564
|
+
\u0275\u0275advance(7);
|
|
79565
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(8, 32, "TERMS.intro"));
|
|
79566
|
+
\u0275\u0275advance(3);
|
|
79567
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(11, 34, "TERMS.agreement_mandatory"));
|
|
79568
|
+
\u0275\u0275advance(3);
|
|
79569
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(14, 36, "TERMS.clause_i"));
|
|
79570
|
+
\u0275\u0275advance(3);
|
|
79571
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(17, 38, "TERMS.clause_ii"));
|
|
79572
|
+
\u0275\u0275advance(3);
|
|
79573
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(20, 40, "TERMS.authority"));
|
|
79574
|
+
\u0275\u0275advance(3);
|
|
79575
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(23, 42, "TERMS.bound"));
|
|
79576
|
+
\u0275\u0275advance(3);
|
|
79577
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(26, 44, "TERMS.section_1"));
|
|
79578
|
+
\u0275\u0275advance(3);
|
|
79579
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(29, 46, "TERMS.section_2"));
|
|
79580
|
+
\u0275\u0275advance(3);
|
|
79581
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(32, 48, "TERMS.section_3"));
|
|
79582
|
+
\u0275\u0275advance(3);
|
|
79583
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(35, 50, "TERMS.section_4"));
|
|
79584
|
+
\u0275\u0275advance(3);
|
|
79585
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(38, 52, "TERMS.section_5"));
|
|
79586
|
+
\u0275\u0275advance(3);
|
|
79587
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(41, 54, "TERMS.section_6"));
|
|
79588
|
+
\u0275\u0275advance(3);
|
|
79589
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(44, 56, "TERMS.section_7"));
|
|
79590
|
+
\u0275\u0275advance(3);
|
|
79591
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(47, 58, "TERMS.section_8"));
|
|
79592
|
+
\u0275\u0275advance(3);
|
|
79593
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(50, 60, "TERMS.section_9"));
|
|
79594
|
+
\u0275\u0275advance(3);
|
|
79595
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(53, 62, "TERMS.section_10"));
|
|
79596
|
+
\u0275\u0275advance(3);
|
|
79597
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(56, 64, "TERMS.section_11"));
|
|
79598
|
+
\u0275\u0275advance(3);
|
|
79599
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(59, 66, "TERMS.section_12"));
|
|
79600
|
+
\u0275\u0275advance(3);
|
|
79601
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(62, 68, "TERMS.section_13"));
|
|
79602
|
+
\u0275\u0275advance(3);
|
|
79603
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(65, 70, "TERMS.section_14"));
|
|
79604
|
+
\u0275\u0275advance(3);
|
|
79605
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(68, 72, "TERMS.section_15"));
|
|
79606
|
+
\u0275\u0275advance(3);
|
|
79607
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(71, 74, "TERMS.section_16"));
|
|
79608
|
+
\u0275\u0275advance(3);
|
|
79609
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(74, 76, "TERMS.section_17"));
|
|
79610
|
+
\u0275\u0275advance(2);
|
|
79167
79611
|
\u0275\u0275property("formControl", ctx.getFormControl(ctx.termsAndConditionsControls.AcceptTerms));
|
|
79168
79612
|
\u0275\u0275advance(3);
|
|
79169
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(
|
|
79613
|
+
\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
79614
|
\u0275\u0275advance(3);
|
|
79171
79615
|
\u0275\u0275property("isSubmitted", true)("form", ctx.form)("config", ctx.termsAndConditionsFields);
|
|
79172
79616
|
\u0275\u0275advance(4);
|
|
79173
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(
|
|
79617
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(86, 80, "Close"));
|
|
79174
79618
|
\u0275\u0275advance(4);
|
|
79175
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(
|
|
79619
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(90, 82, "Back"));
|
|
79176
79620
|
\u0275\u0275advance(2);
|
|
79177
79621
|
\u0275\u0275property("disabled", ctx.form.invalid);
|
|
79178
79622
|
\u0275\u0275advance(2);
|
|
79179
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(
|
|
79623
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(94, 84, "Proceed"));
|
|
79180
79624
|
}
|
|
79181
79625
|
}, dependencies: [
|
|
79182
79626
|
ReactiveFormsModule,
|
|
@@ -79206,230 +79650,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
79206
79650
|
<div class="terms-and-conditions-card-content">\r
|
|
79207
79651
|
<div class="terms-and-conditions-text-wrapper">\r
|
|
79208
79652
|
<div class="terms-and-conditions-text">\r
|
|
79209
|
-
|
|
79210
|
-
|
|
79211
|
-
|
|
79212
|
-
|
|
79213
|
-
|
|
79214
|
-
|
|
79215
|
-
|
|
79216
|
-
|
|
79217
|
-
<span class="body-1-regular">\r
|
|
79218
|
-
|
|
79219
|
-
|
|
79220
|
-
|
|
79221
|
-
|
|
79222
|
-
<span class="body-1-regular">\r
|
|
79223
|
-
|
|
79224
|
-
|
|
79225
|
-
|
|
79226
|
-
|
|
79227
|
-
<span class="body-1-regular">\r
|
|
79228
|
-
|
|
79229
|
-
|
|
79230
|
-
|
|
79231
|
-
|
|
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
|
|
79653
|
+
<span class="body-1-regular">{{ 'TERMS.intro' | translate }}</span>\r
|
|
79654
|
+
<span class="body-1-regular">{{ 'TERMS.agreement_mandatory' | translate }}</span>\r
|
|
79655
|
+
<span class="body-1-regular">{{ 'TERMS.clause_i' | translate }}</span>\r
|
|
79656
|
+
<span class="body-1-regular">{{ 'TERMS.clause_ii' | translate }}</span>\r
|
|
79657
|
+
<span class="body-1-regular">{{ 'TERMS.authority' | translate }}</span>\r
|
|
79658
|
+
<span class="body-1-regular">{{ 'TERMS.bound' | translate }}</span>\r
|
|
79659
|
+
<span class="body-1-regular">{{ 'TERMS.section_1' | translate }}</span>\r
|
|
79660
|
+
<span class="body-1-regular">{{ 'TERMS.section_2' | translate }}</span>\r
|
|
79661
|
+
<span class="body-1-regular">{{ 'TERMS.section_3' | translate }}</span>\r
|
|
79662
|
+
<span class="body-1-regular">{{ 'TERMS.section_4' | translate }}</span>\r
|
|
79663
|
+
<span class="body-1-regular">{{ 'TERMS.section_5' | translate }}</span>\r
|
|
79664
|
+
<span class="body-1-regular">{{ 'TERMS.section_6' | translate }}</span>\r
|
|
79665
|
+
<span class="body-1-regular">{{ 'TERMS.section_7' | translate }}</span>\r
|
|
79666
|
+
<span class="body-1-regular">{{ 'TERMS.section_8' | translate }}</span>\r
|
|
79667
|
+
<span class="body-1-regular">{{ 'TERMS.section_9' | translate }}</span>\r
|
|
79668
|
+
<span class="body-1-regular">{{ 'TERMS.section_10' | translate }}</span>\r
|
|
79669
|
+
<span class="body-1-regular">{{ 'TERMS.section_11' | translate }}</span>\r
|
|
79670
|
+
<span class="body-1-regular">{{ 'TERMS.section_12' | translate }}</span>\r
|
|
79671
|
+
<span class="body-1-regular">{{ 'TERMS.section_13' | translate }}</span>\r
|
|
79672
|
+
<span class="body-1-regular">{{ 'TERMS.section_14' | translate }}</span>\r
|
|
79673
|
+
<span class="body-1-regular">{{ 'TERMS.section_15' | translate }}</span>\r
|
|
79674
|
+
<span class="body-1-regular">{{ 'TERMS.section_16' | translate }}</span>\r
|
|
79675
|
+
<span class="body-1-regular">{{ 'TERMS.section_17' | translate }}</span>\r
|
|
79433
79676
|
</div>\r
|
|
79434
79677
|
</div>\r
|
|
79435
79678
|
\r
|
|
@@ -80004,6 +80247,25 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80004
80247
|
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", corporationDetails_r5)("config", ctx_r0.corporationDetailsCardFields);
|
|
80005
80248
|
}
|
|
80006
80249
|
}
|
|
80250
|
+
function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template(rf, ctx) {
|
|
80251
|
+
if (rf & 1) {
|
|
80252
|
+
const _r7 = \u0275\u0275getCurrentView();
|
|
80253
|
+
\u0275\u0275elementStart(0, "filing-form-group", 10);
|
|
80254
|
+
\u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template_filing_form_group_visiblyValidChange_0_listener($event) {
|
|
80255
|
+
\u0275\u0275restoreView(_r7);
|
|
80256
|
+
const ctx_r0 = \u0275\u0275nextContext(3);
|
|
80257
|
+
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionAddress", $event));
|
|
80258
|
+
});
|
|
80259
|
+
\u0275\u0275elementEnd();
|
|
80260
|
+
}
|
|
80261
|
+
if (rf & 2) {
|
|
80262
|
+
let tmp_14_0;
|
|
80263
|
+
\u0275\u0275nextContext(2);
|
|
80264
|
+
const legalOpinion_r8 = \u0275\u0275readContextLet(0);
|
|
80265
|
+
const ctx_r0 = \u0275\u0275nextContext();
|
|
80266
|
+
\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]);
|
|
80267
|
+
}
|
|
80268
|
+
}
|
|
80007
80269
|
function OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template(rf, ctx) {
|
|
80008
80270
|
if (rf & 1) {
|
|
80009
80271
|
const _r6 = \u0275\u0275getCurrentView();
|
|
@@ -80014,43 +80276,39 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80014
80276
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionLawyer", $event));
|
|
80015
80277
|
});
|
|
80016
80278
|
\u0275\u0275elementEnd();
|
|
80017
|
-
\u0275\
|
|
80018
|
-
\u0275\
|
|
80019
|
-
\u0275\u0275restoreView(_r6);
|
|
80020
|
-
const ctx_r0 = \u0275\u0275nextContext(2);
|
|
80021
|
-
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("legalOpinionAddress", $event));
|
|
80022
|
-
});
|
|
80023
|
-
\u0275\u0275elementEnd()();
|
|
80279
|
+
\u0275\u0275template(2, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Conditional_2_Template, 1, 3, "filing-form-group", 11);
|
|
80280
|
+
\u0275\u0275elementEnd();
|
|
80024
80281
|
}
|
|
80025
80282
|
if (rf & 2) {
|
|
80283
|
+
let tmp_17_0;
|
|
80026
80284
|
\u0275\u0275nextContext();
|
|
80027
|
-
const
|
|
80285
|
+
const legalOpinion_r8 = \u0275\u0275readContextLet(0);
|
|
80028
80286
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80029
80287
|
\u0275\u0275property("isValid", ctx_r0.sectionValidity["legalOpinionLawyer"] && ctx_r0.sectionValidity["legalOpinionAddress"])("isStatusIcon", ctx_r0.statusIcon())("title", ctx_r0.groups.LegalOpinion);
|
|
80030
80288
|
\u0275\u0275advance();
|
|
80031
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form",
|
|
80289
|
+
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r8)("config", ctx_r0.legalOpinionLawyerFields());
|
|
80032
80290
|
\u0275\u0275advance();
|
|
80033
|
-
\u0275\
|
|
80291
|
+
\u0275\u0275conditional(((tmp_17_0 = legalOpinion_r8.get(ctx_r0.controls.LawyerSigningOpinion)) == null ? null : tmp_17_0.value) ? 2 : -1);
|
|
80034
80292
|
}
|
|
80035
80293
|
}
|
|
80036
80294
|
function OntarioIncorporationFormComponent_Conditional_8_Template(rf, ctx) {
|
|
80037
80295
|
if (rf & 1) {
|
|
80038
80296
|
\u0275\u0275declareLet(0);
|
|
80039
|
-
\u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template, 3,
|
|
80297
|
+
\u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_8_Conditional_1_Template, 3, 7, "expandable-card", 5);
|
|
80040
80298
|
}
|
|
80041
80299
|
if (rf & 2) {
|
|
80042
80300
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80043
|
-
const
|
|
80301
|
+
const legalOpinion_r9 = \u0275\u0275storeLet(ctx_r0.getFormGroup(ctx_r0.groups.LegalOpinion));
|
|
80044
80302
|
\u0275\u0275advance();
|
|
80045
|
-
\u0275\u0275conditional(
|
|
80303
|
+
\u0275\u0275conditional(legalOpinion_r9 ? 1 : -1);
|
|
80046
80304
|
}
|
|
80047
80305
|
}
|
|
80048
80306
|
function OntarioIncorporationFormComponent_Conditional_10_Template(rf, ctx) {
|
|
80049
80307
|
if (rf & 1) {
|
|
80050
|
-
const
|
|
80308
|
+
const _r10 = \u0275\u0275getCurrentView();
|
|
80051
80309
|
\u0275\u0275elementStart(0, "expandable-card", 5)(1, "filing-form-group", 10);
|
|
80052
80310
|
\u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_10_Template_filing_form_group_visiblyValidChange_1_listener($event) {
|
|
80053
|
-
\u0275\u0275restoreView(
|
|
80311
|
+
\u0275\u0275restoreView(_r10);
|
|
80054
80312
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80055
80313
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("registeredOffice", $event));
|
|
80056
80314
|
});
|
|
@@ -80059,36 +80317,36 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80059
80317
|
if (rf & 2) {
|
|
80060
80318
|
let tmp_14_0;
|
|
80061
80319
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80062
|
-
const
|
|
80320
|
+
const registeredOfficeForm_r11 = \u0275\u0275readContextLet(9);
|
|
80063
80321
|
\u0275\u0275property("isValid", ctx_r0.sectionValidity["registeredOffice"])("isStatusIcon", ctx_r0.statusIcon())("title", ctx_r0.groups.RegisteredOfficeAddress);
|
|
80064
80322
|
\u0275\u0275advance();
|
|
80065
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form",
|
|
80323
|
+
\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
80324
|
}
|
|
80067
80325
|
}
|
|
80068
80326
|
function OntarioIncorporationFormComponent_Conditional_14_Template(rf, ctx) {
|
|
80069
80327
|
if (rf & 1) {
|
|
80070
|
-
const
|
|
80071
|
-
\u0275\u0275elementStart(0, "expandable-list-card",
|
|
80328
|
+
const _r12 = \u0275\u0275getCurrentView();
|
|
80329
|
+
\u0275\u0275elementStart(0, "expandable-list-card", 12);
|
|
80072
80330
|
\u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_14_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
|
|
80073
|
-
\u0275\u0275restoreView(
|
|
80331
|
+
\u0275\u0275restoreView(_r12);
|
|
80074
80332
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80075
80333
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("directors", $event));
|
|
80076
80334
|
});
|
|
80077
|
-
\u0275\u0275element(1, "p",
|
|
80335
|
+
\u0275\u0275element(1, "p", 13);
|
|
80078
80336
|
\u0275\u0275elementEnd();
|
|
80079
80337
|
}
|
|
80080
80338
|
if (rf & 2) {
|
|
80081
80339
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80082
|
-
const
|
|
80083
|
-
const
|
|
80084
|
-
\u0275\u0275property("isValid", ctx_r0.sectionValidity["directors"])("areItemsOpen",
|
|
80340
|
+
const directorsArray_r13 = \u0275\u0275readContextLet(12);
|
|
80341
|
+
const isOpenDirectors_r14 = \u0275\u0275readContextLet(13);
|
|
80342
|
+
\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
80343
|
\u0275\u0275advance();
|
|
80086
80344
|
\u0275\u0275property("innerHTML", ctx_r0.directorsSubtitle(), \u0275\u0275sanitizeHtml);
|
|
80087
80345
|
}
|
|
80088
80346
|
}
|
|
80089
80347
|
function OntarioIncorporationFormComponent_Conditional_15_Template(rf, ctx) {
|
|
80090
80348
|
if (rf & 1) {
|
|
80091
|
-
\u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2",
|
|
80349
|
+
\u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 14);
|
|
80092
80350
|
\u0275\u0275text(2);
|
|
80093
80351
|
\u0275\u0275pipe(3, "translate");
|
|
80094
80352
|
\u0275\u0275elementEnd()();
|
|
@@ -80103,23 +80361,23 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80103
80361
|
function OntarioIncorporationFormComponent_Conditional_17_Template(rf, ctx) {
|
|
80104
80362
|
if (rf & 1) {
|
|
80105
80363
|
\u0275\u0275elementStart(0, "expandable-card", 7);
|
|
80106
|
-
\u0275\u0275element(1, "filing-form-group",
|
|
80364
|
+
\u0275\u0275element(1, "filing-form-group", 11);
|
|
80107
80365
|
\u0275\u0275elementEnd();
|
|
80108
80366
|
}
|
|
80109
80367
|
if (rf & 2) {
|
|
80110
80368
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80111
|
-
const
|
|
80369
|
+
const sharesAndProvisions_r15 = \u0275\u0275readContextLet(16);
|
|
80112
80370
|
\u0275\u0275property("isStatusIcon", false)("title", ctx_r0.groups.SharesAndProvisions);
|
|
80113
80371
|
\u0275\u0275advance();
|
|
80114
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form",
|
|
80372
|
+
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", sharesAndProvisions_r15)("config", ctx_r0.sharesAndProvincesFields);
|
|
80115
80373
|
}
|
|
80116
80374
|
}
|
|
80117
80375
|
function OntarioIncorporationFormComponent_Conditional_19_Template(rf, ctx) {
|
|
80118
80376
|
if (rf & 1) {
|
|
80119
|
-
const
|
|
80377
|
+
const _r16 = \u0275\u0275getCurrentView();
|
|
80120
80378
|
\u0275\u0275elementStart(0, "expandable-list-card", 15);
|
|
80121
80379
|
\u0275\u0275listener("visiblyValidChange", function OntarioIncorporationFormComponent_Conditional_19_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
|
|
80122
|
-
\u0275\u0275restoreView(
|
|
80380
|
+
\u0275\u0275restoreView(_r16);
|
|
80123
80381
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80124
80382
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("incorporators", $event));
|
|
80125
80383
|
});
|
|
@@ -80127,14 +80385,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80127
80385
|
}
|
|
80128
80386
|
if (rf & 2) {
|
|
80129
80387
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
80130
|
-
const
|
|
80131
|
-
const
|
|
80132
|
-
\u0275\u0275property("isValid", ctx_r0.sectionValidity["incorporators"])("areItemsOpen",
|
|
80388
|
+
const incorporatorsArray_r17 = \u0275\u0275readContextLet(11);
|
|
80389
|
+
const isOpenIncorporators_r18 = \u0275\u0275readContextLet(18);
|
|
80390
|
+
\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
80391
|
}
|
|
80134
80392
|
}
|
|
80135
80393
|
function OntarioIncorporationFormComponent_Conditional_20_Template(rf, ctx) {
|
|
80136
80394
|
if (rf & 1) {
|
|
80137
|
-
\u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2",
|
|
80395
|
+
\u0275\u0275elementStart(0, "expandable-card", 4)(1, "h2", 14);
|
|
80138
80396
|
\u0275\u0275text(2);
|
|
80139
80397
|
\u0275\u0275pipe(3, "translate");
|
|
80140
80398
|
\u0275\u0275elementEnd()();
|
|
@@ -80171,7 +80429,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80171
80429
|
groups = FormationFormGroups;
|
|
80172
80430
|
controls = FormationFormControls;
|
|
80173
80431
|
formationFormControls = FormationFormControls;
|
|
80174
|
-
|
|
80432
|
+
legalOpinionConfirmAddressFieldsMap = FORMATION_FORM_ADDRESSES_FIELDS_MAP;
|
|
80175
80433
|
referenceNumbersFields = FORMATION_DELTA_CARD_FORM_REFERENCE_NUMBERS_FIELDS;
|
|
80176
80434
|
affiliationCardFieldsMap = FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP;
|
|
80177
80435
|
incorporatorsCardFieldsMap = FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP;
|
|
@@ -80180,23 +80438,22 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80180
80438
|
corporationDetailsCardFields = [];
|
|
80181
80439
|
initiallyOpenCardsCount = 3;
|
|
80182
80440
|
sectionValidity = {};
|
|
80441
|
+
translate = inject(TranslateService);
|
|
80183
80442
|
laywers = computed(() => {
|
|
80184
|
-
|
|
80185
|
-
|
|
80186
|
-
|
|
80187
|
-
|
|
80188
|
-
}));
|
|
80443
|
+
return this.task()?.entity.affiliations ?? [];
|
|
80444
|
+
});
|
|
80445
|
+
legalOpinionLawyerFields = computed(() => {
|
|
80446
|
+
return FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER(this.laywers().filter((a) => a.role.role_name === "Responsible"));
|
|
80189
80447
|
});
|
|
80190
|
-
legalOpinionLawyerFields = computed(() => FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER(this.laywers()));
|
|
80191
80448
|
directorsSubtitle = computed(() => {
|
|
80192
80449
|
const articles = this.task()?.entity._articles;
|
|
80193
80450
|
if (!articles?.min_directors && !articles?.max_directors) {
|
|
80194
80451
|
return "";
|
|
80195
80452
|
}
|
|
80196
80453
|
if (articles.min_directors === articles.max_directors) {
|
|
80197
|
-
return `<span class="body-1-semibold black"
|
|
80454
|
+
return `<span class="body-1-semibold black">${this.translate.instant("Number of Directors")}:</span> ${articles.min_directors}`;
|
|
80198
80455
|
}
|
|
80199
|
-
return `<span class="body-1-semibold black"
|
|
80456
|
+
return `<span class="body-1-semibold black">${this.translate.instant("Minimum and Maximum Number of Directors")}:</span> ${articles.min_directors}-${articles.max_directors}`;
|
|
80200
80457
|
});
|
|
80201
80458
|
constructor() {
|
|
80202
80459
|
effect(() => {
|
|
@@ -80228,7 +80485,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80228
80485
|
static \u0275fac = function OntarioIncorporationFormComponent_Factory(__ngFactoryType__) {
|
|
80229
80486
|
return new (__ngFactoryType__ || _OntarioIncorporationFormComponent)();
|
|
80230
80487
|
};
|
|
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, "
|
|
80488
|
+
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
80489
|
if (rf & 1) {
|
|
80233
80490
|
\u0275\u0275elementStart(0, "div", 0);
|
|
80234
80491
|
\u0275\u0275template(1, OntarioIncorporationFormComponent_Conditional_1_Template, 1, 1, "alert", 1)(2, OntarioIncorporationFormComponent_Conditional_2_Template, 1, 1, "alert", 2);
|
|
@@ -80255,35 +80512,35 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80255
80512
|
\u0275\u0275advance();
|
|
80256
80513
|
\u0275\u0275conditional(ctx.errors().length ? 2 : -1);
|
|
80257
80514
|
\u0275\u0275advance(2);
|
|
80258
|
-
const
|
|
80515
|
+
const referenceNumbers_r19 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.ReferenceNumbers));
|
|
80259
80516
|
\u0275\u0275advance();
|
|
80260
|
-
\u0275\u0275conditional(
|
|
80517
|
+
\u0275\u0275conditional(referenceNumbers_r19 ? 5 : -1);
|
|
80261
80518
|
\u0275\u0275advance();
|
|
80262
|
-
const
|
|
80519
|
+
const corporationDetails_r20 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CorporationDetails));
|
|
80263
80520
|
\u0275\u0275advance();
|
|
80264
|
-
\u0275\u0275conditional(
|
|
80521
|
+
\u0275\u0275conditional(corporationDetails_r20 ? 7 : -1);
|
|
80265
80522
|
\u0275\u0275advance();
|
|
80266
80523
|
\u0275\u0275conditional(ctx.isLegalOpinion ? 8 : -1);
|
|
80267
80524
|
\u0275\u0275advance();
|
|
80268
|
-
const
|
|
80525
|
+
const registeredOfficeForm_r21 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
|
|
80269
80526
|
\u0275\u0275advance();
|
|
80270
|
-
\u0275\u0275conditional(
|
|
80527
|
+
\u0275\u0275conditional(registeredOfficeForm_r21 ? 10 : -1);
|
|
80271
80528
|
\u0275\u0275advance();
|
|
80272
|
-
const
|
|
80529
|
+
const incorporatorsArray_r22 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Incorporators));
|
|
80273
80530
|
\u0275\u0275advance();
|
|
80274
|
-
const
|
|
80531
|
+
const directorsArray_r23 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
|
|
80275
80532
|
\u0275\u0275advance();
|
|
80276
|
-
\u0275\u0275storeLet(((tmp_11_0 =
|
|
80533
|
+
\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
80534
|
\u0275\u0275advance();
|
|
80278
|
-
\u0275\u0275conditional(
|
|
80535
|
+
\u0275\u0275conditional(directorsArray_r23 && directorsArray_r23.length ? 14 : 15);
|
|
80279
80536
|
\u0275\u0275advance(2);
|
|
80280
|
-
const
|
|
80537
|
+
const sharesAndProvisions_r24 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.SharesAndProvisions));
|
|
80281
80538
|
\u0275\u0275advance();
|
|
80282
|
-
\u0275\u0275conditional(
|
|
80539
|
+
\u0275\u0275conditional(sharesAndProvisions_r24 ? 17 : -1);
|
|
80283
80540
|
\u0275\u0275advance();
|
|
80284
|
-
\u0275\u0275storeLet(((tmp_15_0 =
|
|
80541
|
+
\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
80542
|
\u0275\u0275advance();
|
|
80286
|
-
\u0275\u0275conditional(
|
|
80543
|
+
\u0275\u0275conditional(incorporatorsArray_r22 && incorporatorsArray_r22.length ? 19 : 20);
|
|
80287
80544
|
}
|
|
80288
80545
|
}, dependencies: [
|
|
80289
80546
|
ExpandableCardComponent,
|
|
@@ -80373,14 +80630,18 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80373
80630
|
onSectionValidChange('legalOpinionLawyer', $event)\r
|
|
80374
80631
|
"\r
|
|
80375
80632
|
/>\r
|
|
80376
|
-
|
|
80377
|
-
|
|
80378
|
-
|
|
80379
|
-
|
|
80380
|
-
|
|
80633
|
+
\r
|
|
80634
|
+
@if (legalOpinion.get(controls.LawyerSigningOpinion)?.value) {\r
|
|
80635
|
+
<filing-form-group\r
|
|
80636
|
+
[isSubmitted]="isSubmitted()"\r
|
|
80637
|
+
[form]="legalOpinion"\r
|
|
80638
|
+
[config]="legalOpinionConfirmAddressFieldsMap[legalOpinion.get(controls.AffiliationAddressType)?.value]"\r
|
|
80639
|
+
(visiblyValidChange)="\r
|
|
80381
80640
|
onSectionValidChange('legalOpinionAddress', $event)\r
|
|
80382
80641
|
"\r
|
|
80383
|
-
|
|
80642
|
+
/>\r
|
|
80643
|
+
}\r
|
|
80644
|
+
\r
|
|
80384
80645
|
</expandable-card>\r
|
|
80385
80646
|
}\r
|
|
80386
80647
|
}\r
|
|
@@ -80506,6 +80767,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80506
80767
|
submitted = signal(false);
|
|
80507
80768
|
visiblyValid = signal(true);
|
|
80508
80769
|
clientErrors = signal([]);
|
|
80770
|
+
translate = inject(TranslateService);
|
|
80509
80771
|
combinedErrors = computed(() => {
|
|
80510
80772
|
const client = this.clientErrors();
|
|
80511
80773
|
return client.length ? client : this.errors();
|
|
@@ -80518,7 +80780,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80518
80780
|
this.clientErrors.set([]);
|
|
80519
80781
|
markFormGroupTouched(this.form());
|
|
80520
80782
|
if (!this.visiblyValid()) {
|
|
80521
|
-
this.clientErrors.set(["Some required fields aren't completed."]);
|
|
80783
|
+
this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
|
|
80522
80784
|
return;
|
|
80523
80785
|
}
|
|
80524
80786
|
this.validate.emit();
|
|
@@ -80613,7 +80875,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80613
80875
|
}], null, null);
|
|
80614
80876
|
})();
|
|
80615
80877
|
(() => {
|
|
80616
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioIncorporationDeltaFormComponent, { className: "OntarioIncorporationDeltaFormComponent", filePath: "src/app/components/ontario/incorporation/steps/delta/ontario-incorporation-delta-form.component.ts", lineNumber:
|
|
80878
|
+
(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
80879
|
})();
|
|
80618
80880
|
}
|
|
80619
80881
|
});
|
|
@@ -80718,14 +80980,84 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80718
80980
|
});
|
|
80719
80981
|
|
|
80720
80982
|
// 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,
|
|
80983
|
+
var directorFullAddressFormField, fullAddressFormField, certifiedByAddressFormField, 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
80984
|
var init_initial_return_form_constants = __esm({
|
|
80723
80985
|
"src/app/constants/initial-return-form.constants.ts"() {
|
|
80724
80986
|
init_form_enums();
|
|
80725
80987
|
init_app_enums();
|
|
80726
80988
|
init_app_constants();
|
|
80727
|
-
init_common_utils();
|
|
80728
80989
|
init_initial_return_enums();
|
|
80990
|
+
init_common_utils();
|
|
80991
|
+
directorFullAddressFormField = {
|
|
80992
|
+
type: FormType.Text,
|
|
80993
|
+
label: "",
|
|
80994
|
+
formControlName: "",
|
|
80995
|
+
dynamicLabel: (form, t, prevValueMap) => {
|
|
80996
|
+
const formValue = form.getRawValue();
|
|
80997
|
+
const baseAddress = getAddressPreview(formValue);
|
|
80998
|
+
const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
|
|
80999
|
+
if (!prevValueMap) {
|
|
81000
|
+
return baseResult;
|
|
81001
|
+
}
|
|
81002
|
+
const key = formValue[IRFormControls.AffiliationName];
|
|
81003
|
+
const prevValue = prevValueMap.get(key);
|
|
81004
|
+
if (!prevValue) {
|
|
81005
|
+
return baseResult;
|
|
81006
|
+
}
|
|
81007
|
+
const prevAddress = getCurrentAddressPreview(prevValue.address);
|
|
81008
|
+
if (prevAddress === baseAddress) {
|
|
81009
|
+
return baseResult;
|
|
81010
|
+
}
|
|
81011
|
+
return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
|
|
81012
|
+
},
|
|
81013
|
+
class: "span-12"
|
|
81014
|
+
};
|
|
81015
|
+
fullAddressFormField = {
|
|
81016
|
+
type: FormType.Text,
|
|
81017
|
+
label: "",
|
|
81018
|
+
formControlName: "",
|
|
81019
|
+
dynamicLabel: (form, t, prevValue) => {
|
|
81020
|
+
const formValue = form.getRawValue();
|
|
81021
|
+
const baseAddress = getAddressPreview(formValue);
|
|
81022
|
+
const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
|
|
81023
|
+
if (!prevValue) {
|
|
81024
|
+
return baseResult;
|
|
81025
|
+
}
|
|
81026
|
+
const prevAddressData = prevValue.registeredOfficeAddress;
|
|
81027
|
+
if (!prevAddressData) {
|
|
81028
|
+
return baseResult;
|
|
81029
|
+
}
|
|
81030
|
+
const prevAddress = getCurrentAddressPreview(prevAddressData);
|
|
81031
|
+
if (prevAddress === baseAddress) {
|
|
81032
|
+
return baseResult;
|
|
81033
|
+
}
|
|
81034
|
+
return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
|
|
81035
|
+
},
|
|
81036
|
+
class: "span-12"
|
|
81037
|
+
};
|
|
81038
|
+
certifiedByAddressFormField = {
|
|
81039
|
+
type: FormType.Text,
|
|
81040
|
+
label: "",
|
|
81041
|
+
formControlName: "",
|
|
81042
|
+
dynamicLabel: (form, t, prevValue) => {
|
|
81043
|
+
const formValue = form.getRawValue();
|
|
81044
|
+
const baseAddress = getAddressPreview(formValue);
|
|
81045
|
+
const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
|
|
81046
|
+
if (!prevValue) {
|
|
81047
|
+
return baseResult;
|
|
81048
|
+
}
|
|
81049
|
+
const prevAddressData = prevValue.additionalInfo;
|
|
81050
|
+
if (!prevAddressData) {
|
|
81051
|
+
return baseResult;
|
|
81052
|
+
}
|
|
81053
|
+
const prevAddress = getCurrentAddressPreview(prevAddressData);
|
|
81054
|
+
if (prevAddress === baseAddress) {
|
|
81055
|
+
return baseResult;
|
|
81056
|
+
}
|
|
81057
|
+
return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Address")}:</span> ${prevAddress}</span>`;
|
|
81058
|
+
},
|
|
81059
|
+
class: "span-12"
|
|
81060
|
+
};
|
|
80729
81061
|
ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
|
|
80730
81062
|
{
|
|
80731
81063
|
type: FormType.Text,
|
|
@@ -80760,31 +81092,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80760
81092
|
formControlName: FormationFormControls.StreetDirection,
|
|
80761
81093
|
options: STREET_DIRECTION_OPTIONS,
|
|
80762
81094
|
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
81095
|
}
|
|
80789
81096
|
];
|
|
80790
81097
|
ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT = [
|
|
@@ -80840,60 +81147,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80840
81147
|
formControlName: FormationFormControls.StreetDirection,
|
|
80841
81148
|
class: "span-2",
|
|
80842
81149
|
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
81150
|
}
|
|
80898
81151
|
];
|
|
80899
81152
|
ONTARIO_INITIAL_RETURN_FORM_GENERAL_FIELDS = [
|
|
@@ -80935,10 +81188,17 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80935
81188
|
},
|
|
80936
81189
|
{
|
|
80937
81190
|
type: FormType.Text,
|
|
80938
|
-
dynamicLabel: (form, t) => {
|
|
81191
|
+
dynamicLabel: (form, t, prevValue) => {
|
|
80939
81192
|
const primaryActivity = form.get(IRFormControls.PrimaryActivity)?.value;
|
|
81193
|
+
const prevValueData = prevValue;
|
|
81194
|
+
const result = `<span class="body-1-semibold">${t("Primary Activity")}:</span> ${primaryActivity}`;
|
|
81195
|
+
if (prevValueData?.primaryActivity) {
|
|
81196
|
+
if (prevValueData.primaryActivity !== primaryActivity) {
|
|
81197
|
+
return result + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Activity")}:</span> ${prevValueData.primaryActivity}</span>`;
|
|
81198
|
+
}
|
|
81199
|
+
}
|
|
80940
81200
|
if (primaryActivity) {
|
|
80941
|
-
return
|
|
81201
|
+
return result;
|
|
80942
81202
|
}
|
|
80943
81203
|
return "";
|
|
80944
81204
|
},
|
|
@@ -80948,10 +81208,17 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80948
81208
|
},
|
|
80949
81209
|
{
|
|
80950
81210
|
type: FormType.Text,
|
|
80951
|
-
dynamicLabel: (form, t) => {
|
|
81211
|
+
dynamicLabel: (form, t, prevValue) => {
|
|
80952
81212
|
const email = form.get(IRFormControls.OfficialEmail)?.value;
|
|
81213
|
+
const prevValueData = prevValue;
|
|
81214
|
+
const result = `<span class="body-1-semibold">${t("Official Email")}:</span> ${email}`;
|
|
81215
|
+
if (prevValueData?.email) {
|
|
81216
|
+
if (prevValueData.email !== email) {
|
|
81217
|
+
return result + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Official Email")}:</span> ${prevValueData.email}</span>`;
|
|
81218
|
+
}
|
|
81219
|
+
}
|
|
80953
81220
|
if (email) {
|
|
80954
|
-
return
|
|
81221
|
+
return result;
|
|
80955
81222
|
}
|
|
80956
81223
|
return "";
|
|
80957
81224
|
},
|
|
@@ -80961,10 +81228,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
80961
81228
|
}
|
|
80962
81229
|
];
|
|
80963
81230
|
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]:
|
|
80967
|
-
[AffiliationAddressType.InternationalSuite]:
|
|
81231
|
+
[AffiliationAddressType.CanadianNoSuite]: [...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, fullAddressFormField],
|
|
81232
|
+
[AffiliationAddressType.CanadianSuite]: [...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, fullAddressFormField],
|
|
81233
|
+
[AffiliationAddressType.InternationalNoSuite]: [fullAddressFormField],
|
|
81234
|
+
[AffiliationAddressType.InternationalSuite]: [fullAddressFormField]
|
|
80968
81235
|
};
|
|
80969
81236
|
generateDirectorFields = (fields) => [
|
|
80970
81237
|
{
|
|
@@ -81008,16 +81275,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81008
81275
|
const baseEmail = form.get(IRFormControls.Email)?.value ?? "";
|
|
81009
81276
|
const baseResult = `<span class="body-1-semibold">${t("Email")}:</span> ${form.get(IRFormControls.Email)?.value ?? ""}`;
|
|
81010
81277
|
if (!prevValueMap || !isUpdate) {
|
|
81011
|
-
return baseResult;
|
|
81278
|
+
return baseEmail ? baseResult : "";
|
|
81012
81279
|
}
|
|
81013
81280
|
const key = formValue[IRFormControls.AffiliationName];
|
|
81014
81281
|
const prevValue = prevValueMap.get(key);
|
|
81015
81282
|
if (!prevValue) {
|
|
81016
|
-
return baseResult;
|
|
81283
|
+
return baseEmail ? baseResult : "";
|
|
81017
81284
|
}
|
|
81018
81285
|
const prevEmail = prevValue.email;
|
|
81019
81286
|
if (prevEmail === baseEmail) {
|
|
81020
|
-
return baseResult;
|
|
81287
|
+
return baseEmail ? baseResult : "";
|
|
81021
81288
|
}
|
|
81022
81289
|
return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Email")}:</span> ${prevEmail}</span>`;
|
|
81023
81290
|
}
|
|
@@ -81030,10 +81297,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81030
81297
|
}
|
|
81031
81298
|
];
|
|
81032
81299
|
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(
|
|
81036
|
-
[AffiliationAddressType.InternationalSuite]: generateDirectorFields(
|
|
81300
|
+
[AffiliationAddressType.CanadianNoSuite]: generateDirectorFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, directorFullAddressFormField]),
|
|
81301
|
+
[AffiliationAddressType.CanadianSuite]: generateDirectorFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, directorFullAddressFormField]),
|
|
81302
|
+
[AffiliationAddressType.InternationalNoSuite]: generateDirectorFields([directorFullAddressFormField]),
|
|
81303
|
+
[AffiliationAddressType.InternationalSuite]: generateDirectorFields([directorFullAddressFormField])
|
|
81037
81304
|
};
|
|
81038
81305
|
generateCertifiedByFields = (fields) => [
|
|
81039
81306
|
{
|
|
@@ -81045,10 +81312,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81045
81312
|
...fields
|
|
81046
81313
|
];
|
|
81047
81314
|
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(
|
|
81051
|
-
[AffiliationAddressType.InternationalSuite]: generateCertifiedByFields(
|
|
81315
|
+
[AffiliationAddressType.CanadianNoSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, certifiedByAddressFormField]),
|
|
81316
|
+
[AffiliationAddressType.CanadianSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, certifiedByAddressFormField]),
|
|
81317
|
+
[AffiliationAddressType.InternationalNoSuite]: generateCertifiedByFields([certifiedByAddressFormField]),
|
|
81318
|
+
[AffiliationAddressType.InternationalSuite]: generateCertifiedByFields([certifiedByAddressFormField])
|
|
81052
81319
|
};
|
|
81053
81320
|
}
|
|
81054
81321
|
});
|
|
@@ -81084,11 +81351,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81084
81351
|
\u0275\u0275elementEnd()();
|
|
81085
81352
|
}
|
|
81086
81353
|
if (rf & 2) {
|
|
81354
|
+
let tmp_9_0;
|
|
81087
81355
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81088
81356
|
const generalInfoForm_r3 = \u0275\u0275readContextLet(4);
|
|
81089
81357
|
\u0275\u0275property("title", ctx_r0.groups.General)("isStatusIcon", !ctx_r0.readonly());
|
|
81090
81358
|
\u0275\u0275advance();
|
|
81091
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", generalInfoForm_r3)("config", ctx_r0.generalCardFields)("label", ctx_r0.groups.General);
|
|
81359
|
+
\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
81360
|
}
|
|
81093
81361
|
}
|
|
81094
81362
|
function OntarioUpdateMaintainFormComponent_Conditional_7_Template(rf, ctx) {
|
|
@@ -81103,19 +81371,21 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81103
81371
|
\u0275\u0275elementEnd()();
|
|
81104
81372
|
}
|
|
81105
81373
|
if (rf & 2) {
|
|
81106
|
-
let
|
|
81374
|
+
let tmp_9_0;
|
|
81375
|
+
let tmp_12_0;
|
|
81107
81376
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81108
81377
|
const registeredOfficeAddress_r5 = \u0275\u0275readContextLet(6);
|
|
81109
81378
|
\u0275\u0275property("isStatusIcon", !ctx_r0.readonly())("isValid", ctx_r0.sectionValidity["registeredOffice"])("title", ctx_r0.groups.RegisteredOfficeAddress);
|
|
81110
81379
|
\u0275\u0275advance();
|
|
81111
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", registeredOfficeAddress_r5)("config", ctx_r0.addressFieldsMap[(
|
|
81380
|
+
\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
81381
|
}
|
|
81113
81382
|
}
|
|
81114
81383
|
function OntarioUpdateMaintainFormComponent_Conditional_9_Template(rf, ctx) {
|
|
81115
81384
|
if (rf & 1) {
|
|
81116
81385
|
const _r6 = \u0275\u0275getCurrentView();
|
|
81117
|
-
\u0275\
|
|
81118
|
-
\u0275\
|
|
81386
|
+
\u0275\u0275declareLet(0);
|
|
81387
|
+
\u0275\u0275elementStart(1, "expandable-list-card", 13);
|
|
81388
|
+
\u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_9_Template_expandable_list_card_visiblyValidChange_1_listener($event) {
|
|
81119
81389
|
\u0275\u0275restoreView(_r6);
|
|
81120
81390
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81121
81391
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("directors", $event));
|
|
@@ -81124,9 +81394,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81124
81394
|
}
|
|
81125
81395
|
if (rf & 2) {
|
|
81126
81396
|
let tmp_6_0;
|
|
81397
|
+
let tmp_7_0;
|
|
81127
81398
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81128
81399
|
const directorsArray_r7 = \u0275\u0275readContextLet(8);
|
|
81129
|
-
|
|
81400
|
+
const isOpen_r8 = ((tmp_6_0 = directorsArray_r7 == null ? null : directorsArray_r7.length) !== null && tmp_6_0 !== void 0 ? tmp_6_0 : 0) <= ctx_r0.initiallyOpenCardsCount;
|
|
81401
|
+
\u0275\u0275advance();
|
|
81402
|
+
\u0275\u0275property("prevData", (tmp_7_0 = ctx_r0.prevData()) == null ? null : tmp_7_0.directors)("isSubmitted", ctx_r0.isSubmitted())("isValid", ctx_r0.sectionValidity["directors"])("areItemsOpen", isOpen_r8)("isStatusIcon", !ctx_r0.readonly())("config", ctx_r0.directorsFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", directorsArray_r7)("title", ctx_r0.groups.Directors);
|
|
81130
81403
|
}
|
|
81131
81404
|
}
|
|
81132
81405
|
function OntarioUpdateMaintainFormComponent_Conditional_10_Template(rf, ctx) {
|
|
@@ -81145,10 +81418,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81145
81418
|
}
|
|
81146
81419
|
function OntarioUpdateMaintainFormComponent_Conditional_12_Template(rf, ctx) {
|
|
81147
81420
|
if (rf & 1) {
|
|
81148
|
-
const
|
|
81149
|
-
\u0275\
|
|
81150
|
-
\u0275\
|
|
81151
|
-
|
|
81421
|
+
const _r9 = \u0275\u0275getCurrentView();
|
|
81422
|
+
\u0275\u0275declareLet(0);
|
|
81423
|
+
\u0275\u0275elementStart(1, "expandable-list-card", 14);
|
|
81424
|
+
\u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_12_Template_expandable_list_card_visiblyValidChange_1_listener($event) {
|
|
81425
|
+
\u0275\u0275restoreView(_r9);
|
|
81152
81426
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81153
81427
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("officers", $event));
|
|
81154
81428
|
});
|
|
@@ -81156,9 +81430,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81156
81430
|
}
|
|
81157
81431
|
if (rf & 2) {
|
|
81158
81432
|
let tmp_6_0;
|
|
81433
|
+
let tmp_7_0;
|
|
81159
81434
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81160
|
-
const
|
|
81161
|
-
|
|
81435
|
+
const officersArray_r10 = \u0275\u0275readContextLet(11);
|
|
81436
|
+
const isOpen_r11 = ((tmp_6_0 = officersArray_r10 == null ? null : officersArray_r10.length) !== null && tmp_6_0 !== void 0 ? tmp_6_0 : 0) <= ctx_r0.initiallyOpenCardsCount;
|
|
81437
|
+
\u0275\u0275advance();
|
|
81438
|
+
\u0275\u0275property("prevData", (tmp_7_0 = ctx_r0.prevData()) == null ? null : tmp_7_0.officers)("isSubmitted", ctx_r0.isSubmitted())("areItemsOpen", isOpen_r11)("isStatusIcon", !ctx_r0.readonly())("config", ctx_r0.directorsFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", officersArray_r10)("title", ctx_r0.groups.Officers)("isValid", ctx_r0.sectionValidity["officers"]);
|
|
81162
81439
|
}
|
|
81163
81440
|
}
|
|
81164
81441
|
function OntarioUpdateMaintainFormComponent_Conditional_13_Template(rf, ctx) {
|
|
@@ -81177,20 +81454,21 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81177
81454
|
}
|
|
81178
81455
|
function OntarioUpdateMaintainFormComponent_Conditional_16_Template(rf, ctx) {
|
|
81179
81456
|
if (rf & 1) {
|
|
81180
|
-
const
|
|
81457
|
+
const _r12 = \u0275\u0275getCurrentView();
|
|
81181
81458
|
\u0275\u0275elementStart(0, "filing-form-group", 12);
|
|
81182
81459
|
\u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_16_Template_filing_form_group_visiblyValidChange_0_listener($event) {
|
|
81183
|
-
\u0275\u0275restoreView(
|
|
81460
|
+
\u0275\u0275restoreView(_r12);
|
|
81184
81461
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81185
81462
|
return \u0275\u0275resetView(ctx_r0.onSectionValidChange("certifiedBy", $event));
|
|
81186
81463
|
});
|
|
81187
81464
|
\u0275\u0275elementEnd();
|
|
81188
81465
|
}
|
|
81189
81466
|
if (rf & 2) {
|
|
81190
|
-
let
|
|
81467
|
+
let tmp_6_0;
|
|
81468
|
+
let tmp_9_0;
|
|
81191
81469
|
const ctx_r0 = \u0275\u0275nextContext();
|
|
81192
|
-
const
|
|
81193
|
-
\u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form",
|
|
81470
|
+
const certifiedBy_r13 = \u0275\u0275readContextLet(14);
|
|
81471
|
+
\u0275\u0275property("prevData", (tmp_6_0 = ctx_r0.prevData()) == null ? null : tmp_6_0.corporationInfo)("isSubmitted", ctx_r0.isSubmitted())("form", certifiedBy_r13)("config", ctx_r0.certifiedByFieldsMap[(tmp_9_0 = certifiedBy_r13.get(ctx_r0.controls.AffiliationAddressType)) == null ? null : tmp_9_0.value]);
|
|
81194
81472
|
}
|
|
81195
81473
|
}
|
|
81196
81474
|
function OntarioUpdateMaintainFormComponent_Conditional_17_Template(rf, ctx) {
|
|
@@ -81235,12 +81513,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81235
81513
|
alertType = AlertType;
|
|
81236
81514
|
controls = InitialReturnFormControls;
|
|
81237
81515
|
sectionValidity = {};
|
|
81238
|
-
|
|
81239
|
-
const directors = this.form().get(InitialReturnFillingFormGroups.Directors);
|
|
81240
|
-
const officers = this.form().get(InitialReturnFillingFormGroups.Officers);
|
|
81241
|
-
const total = (directors?.length ?? 0) + (officers?.length ?? 0);
|
|
81242
|
-
return total <= 3;
|
|
81243
|
-
});
|
|
81516
|
+
initiallyOpenCardsCount = 3;
|
|
81244
81517
|
isVisiblyValid() {
|
|
81245
81518
|
return Object.values(this.sectionValidity).every((v) => v);
|
|
81246
81519
|
}
|
|
@@ -81257,22 +81530,22 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81257
81530
|
static \u0275fac = function OntarioUpdateMaintainFormComponent_Factory(__ngFactoryType__) {
|
|
81258
81531
|
return new (__ngFactoryType__ || _OntarioUpdateMaintainFormComponent)();
|
|
81259
81532
|
};
|
|
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) {
|
|
81533
|
+
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, "prevData", "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"]], template: function OntarioUpdateMaintainFormComponent_Template(rf, ctx) {
|
|
81261
81534
|
if (rf & 1) {
|
|
81262
81535
|
\u0275\u0275elementStart(0, "div", 0);
|
|
81263
81536
|
\u0275\u0275template(1, OntarioUpdateMaintainFormComponent_Conditional_1_Template, 1, 1, "alert", 1)(2, OntarioUpdateMaintainFormComponent_Conditional_2_Template, 1, 1, "alert", 2);
|
|
81264
81537
|
\u0275\u0275elementStart(3, "div", 3);
|
|
81265
81538
|
\u0275\u0275declareLet(4);
|
|
81266
|
-
\u0275\u0275template(5, OntarioUpdateMaintainFormComponent_Conditional_5_Template, 2,
|
|
81539
|
+
\u0275\u0275template(5, OntarioUpdateMaintainFormComponent_Conditional_5_Template, 2, 7, "expandable-card", 4);
|
|
81267
81540
|
\u0275\u0275declareLet(6);
|
|
81268
|
-
\u0275\u0275template(7, OntarioUpdateMaintainFormComponent_Conditional_7_Template, 2,
|
|
81541
|
+
\u0275\u0275template(7, OntarioUpdateMaintainFormComponent_Conditional_7_Template, 2, 7, "expandable-card", 5);
|
|
81269
81542
|
\u0275\u0275declareLet(8);
|
|
81270
|
-
\u0275\u0275template(9, OntarioUpdateMaintainFormComponent_Conditional_9_Template,
|
|
81543
|
+
\u0275\u0275template(9, OntarioUpdateMaintainFormComponent_Conditional_9_Template, 2, 9, "expandable-list-card", 6)(10, OntarioUpdateMaintainFormComponent_Conditional_10_Template, 4, 4, "expandable-card", 7);
|
|
81271
81544
|
\u0275\u0275declareLet(11);
|
|
81272
|
-
\u0275\u0275template(12, OntarioUpdateMaintainFormComponent_Conditional_12_Template,
|
|
81545
|
+
\u0275\u0275template(12, OntarioUpdateMaintainFormComponent_Conditional_12_Template, 2, 9, "expandable-list-card", 8)(13, OntarioUpdateMaintainFormComponent_Conditional_13_Template, 4, 4, "expandable-card", 7);
|
|
81273
81546
|
\u0275\u0275declareLet(14);
|
|
81274
81547
|
\u0275\u0275elementStart(15, "expandable-card", 5);
|
|
81275
|
-
\u0275\u0275template(16, OntarioUpdateMaintainFormComponent_Conditional_16_Template, 1,
|
|
81548
|
+
\u0275\u0275template(16, OntarioUpdateMaintainFormComponent_Conditional_16_Template, 1, 4, "filing-form-group", 9)(17, OntarioUpdateMaintainFormComponent_Conditional_17_Template, 3, 3, "h2", 10);
|
|
81276
81549
|
\u0275\u0275elementEnd()()();
|
|
81277
81550
|
}
|
|
81278
81551
|
if (rf & 2) {
|
|
@@ -81281,27 +81554,27 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81281
81554
|
\u0275\u0275advance();
|
|
81282
81555
|
\u0275\u0275conditional(ctx.errors().length ? 2 : -1);
|
|
81283
81556
|
\u0275\u0275advance(2);
|
|
81284
|
-
const
|
|
81557
|
+
const generalInfoForm_r14 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.General));
|
|
81285
81558
|
\u0275\u0275advance();
|
|
81286
|
-
\u0275\u0275conditional(
|
|
81559
|
+
\u0275\u0275conditional(generalInfoForm_r14 ? 5 : -1);
|
|
81287
81560
|
\u0275\u0275advance();
|
|
81288
|
-
const
|
|
81561
|
+
const registeredOfficeAddress_r15 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
|
|
81289
81562
|
\u0275\u0275advance();
|
|
81290
|
-
\u0275\u0275conditional(
|
|
81563
|
+
\u0275\u0275conditional(registeredOfficeAddress_r15 ? 7 : -1);
|
|
81291
81564
|
\u0275\u0275advance();
|
|
81292
|
-
const
|
|
81565
|
+
const directorsArray_r16 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
|
|
81293
81566
|
\u0275\u0275advance();
|
|
81294
|
-
\u0275\u0275conditional(
|
|
81567
|
+
\u0275\u0275conditional(directorsArray_r16 && directorsArray_r16.length ? 9 : 10);
|
|
81295
81568
|
\u0275\u0275advance(2);
|
|
81296
|
-
const
|
|
81569
|
+
const officersArray_r17 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Officers));
|
|
81297
81570
|
\u0275\u0275advance();
|
|
81298
|
-
\u0275\u0275conditional(
|
|
81571
|
+
\u0275\u0275conditional(officersArray_r17 && officersArray_r17.length ? 12 : 13);
|
|
81299
81572
|
\u0275\u0275advance(2);
|
|
81300
|
-
const
|
|
81573
|
+
const certifiedBy_r18 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CertifiedBy));
|
|
81301
81574
|
\u0275\u0275advance();
|
|
81302
|
-
\u0275\u0275property("isStatusIcon", !ctx.readonly())("isValid",
|
|
81575
|
+
\u0275\u0275property("isStatusIcon", !ctx.readonly())("isValid", certifiedBy_r18 ? ctx.sectionValidity["certifiedBy"] : true)("title", ctx.groups.CertifiedBy);
|
|
81303
81576
|
\u0275\u0275advance();
|
|
81304
|
-
\u0275\u0275conditional(
|
|
81577
|
+
\u0275\u0275conditional(certifiedBy_r18 ? 16 : 17);
|
|
81305
81578
|
}
|
|
81306
81579
|
}, dependencies: [
|
|
81307
81580
|
FilingFormGroupComponent,
|
|
@@ -81346,6 +81619,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81346
81619
|
>\r
|
|
81347
81620
|
<filing-form-group\r
|
|
81348
81621
|
[isSubmitted]="isSubmitted()"\r
|
|
81622
|
+
[prevData]="prevData()?.corporationInfo"\r
|
|
81349
81623
|
[form]="generalInfoForm"\r
|
|
81350
81624
|
[config]="generalCardFields"\r
|
|
81351
81625
|
[label]="groups.General"\r
|
|
@@ -81363,6 +81637,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81363
81637
|
[title]="groups.RegisteredOfficeAddress"\r
|
|
81364
81638
|
>\r
|
|
81365
81639
|
<filing-form-group\r
|
|
81640
|
+
[prevData]="prevData()?.corporationInfo"\r
|
|
81366
81641
|
[isSubmitted]="isSubmitted()"\r
|
|
81367
81642
|
[form]="registeredOfficeAddress"\r
|
|
81368
81643
|
[config]="\r
|
|
@@ -81380,11 +81655,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81380
81655
|
\r
|
|
81381
81656
|
@let directorsArray = getFormArray(groups.Directors);\r
|
|
81382
81657
|
@if (directorsArray && directorsArray.length) {\r
|
|
81658
|
+
@let isOpen =\r
|
|
81659
|
+
(directorsArray?.length ?? 0) <= initiallyOpenCardsCount;\r
|
|
81383
81660
|
<expandable-list-card\r
|
|
81384
81661
|
[prevData]="prevData()?.directors"\r
|
|
81385
81662
|
[isSubmitted]="isSubmitted()"\r
|
|
81386
81663
|
[isValid]="sectionValidity['directors']"\r
|
|
81387
|
-
[areItemsOpen]="
|
|
81664
|
+
[areItemsOpen]="isOpen"\r
|
|
81388
81665
|
[isStatusIcon]="!readonly()"\r
|
|
81389
81666
|
[config]="directorsFieldsMap"\r
|
|
81390
81667
|
[configKey]="controls.AffiliationAddressType"\r
|
|
@@ -81399,11 +81676,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81399
81676
|
}\r
|
|
81400
81677
|
\r
|
|
81401
81678
|
@let officersArray = getFormArray(groups.Officers);\r
|
|
81679
|
+
\r
|
|
81680
|
+
\r
|
|
81402
81681
|
@if (officersArray && officersArray.length) {\r
|
|
81682
|
+
@let isOpen =\r
|
|
81683
|
+
(officersArray?.length ?? 0) <= initiallyOpenCardsCount;\r
|
|
81684
|
+
\r
|
|
81403
81685
|
<expandable-list-card\r
|
|
81404
81686
|
[prevData]="prevData()?.officers"\r
|
|
81405
81687
|
[isSubmitted]="isSubmitted()"\r
|
|
81406
|
-
[areItemsOpen]="
|
|
81688
|
+
[areItemsOpen]="isOpen"\r
|
|
81407
81689
|
[isStatusIcon]="!readonly()"\r
|
|
81408
81690
|
[config]="directorsFieldsMap"\r
|
|
81409
81691
|
[configKey]="controls.AffiliationAddressType"\r
|
|
@@ -81426,6 +81708,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81426
81708
|
>\r
|
|
81427
81709
|
@if (certifiedBy) {\r
|
|
81428
81710
|
<filing-form-group\r
|
|
81711
|
+
[prevData]="prevData()?.corporationInfo"\r
|
|
81429
81712
|
[isSubmitted]="isSubmitted()"\r
|
|
81430
81713
|
[form]="certifiedBy"\r
|
|
81431
81714
|
[config]="\r
|
|
@@ -81474,6 +81757,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81474
81757
|
submitted = signal(false);
|
|
81475
81758
|
visiblyValid = signal(true);
|
|
81476
81759
|
clientErrors = signal([]);
|
|
81760
|
+
translate = inject(TranslateService);
|
|
81477
81761
|
combinedErrors = computed(() => {
|
|
81478
81762
|
const client = this.clientErrors();
|
|
81479
81763
|
return client.length ? client : this.errors();
|
|
@@ -81486,7 +81770,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81486
81770
|
this.clientErrors.set([]);
|
|
81487
81771
|
markFormGroupTouched(this.form());
|
|
81488
81772
|
if (!this.visiblyValid()) {
|
|
81489
|
-
this.clientErrors.set(["Some required fields aren't completed."]);
|
|
81773
|
+
this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
|
|
81490
81774
|
return;
|
|
81491
81775
|
}
|
|
81492
81776
|
this.validate.emit();
|
|
@@ -81591,7 +81875,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
81591
81875
|
}], null, null);
|
|
81592
81876
|
})();
|
|
81593
81877
|
(() => {
|
|
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:
|
|
81878
|
+
(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
81879
|
})();
|
|
81596
81880
|
}
|
|
81597
81881
|
});
|
|
@@ -82541,37 +82825,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
82541
82825
|
}
|
|
82542
82826
|
});
|
|
82543
82827
|
|
|
82544
|
-
// src/app/constants/common.constants.ts
|
|
82545
|
-
var NAICS_CODES, NAICS_CODE_DESCRIPTIONS;
|
|
82546
|
-
var init_common_constants = __esm({
|
|
82547
|
-
"src/app/constants/common.constants.ts"() {
|
|
82548
|
-
init_common_enums();
|
|
82549
|
-
NAICS_CODES = [
|
|
82550
|
-
{ value: NAICSCodes.IndustrialMachineryManufacturing, label: "[333248] All other industrial machinery manufacturing" },
|
|
82551
|
-
{ value: NAICSCodes.AirTransportation, label: "[481] Air transportation" },
|
|
82552
|
-
{ value: NAICSCodes.ScheduledAirTransportation, label: "[481110] Scheduled air transportation" },
|
|
82553
|
-
{ value: NAICSCodes.NonScheduledAirTransportation, label: "[48121] Non-scheduled air transportation" },
|
|
82554
|
-
{ value: NAICSCodes.NonScheduledCharteredAirTransportation, label: "[481214] Non-scheduled chartered air transportation" },
|
|
82555
|
-
{ value: NAICSCodes.NonScheduledSpecialtyFlyingServices, label: "[481215] Non-scheduled specialty flying services" },
|
|
82556
|
-
{ value: NAICSCodes.RailTransportation, label: "[48211] Rail transportation" },
|
|
82557
|
-
{ value: NAICSCodes.ShortHaulFreightRailTransportation, label: "[482112] Short-haul freight rail transportation" },
|
|
82558
|
-
{ value: NAICSCodes.MainlineFreightRailTransportation, label: "[482113] Mainline freight rail transportation" },
|
|
82559
|
-
{ value: NAICSCodes.PassengerRailTransportation, label: "[482114] Passenger rail transportation" },
|
|
82560
|
-
{ value: NAICSCodes.WaterTransportation, label: "[483] Water transportation" },
|
|
82561
|
-
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportation, label: "[48311] Deep sea, coastal and Great Lakes water transportation" },
|
|
82562
|
-
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries, label: "[483115] Deep sea, coastal and Great Lakes water transportation (except by ferries)" },
|
|
82563
|
-
{ value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationByFerries, label: "[483116] Deep sea, coastal and Great Lakes water transportation by ferries" },
|
|
82564
|
-
{ value: NAICSCodes.InlandWaterTransportation, label: "[48321] Inland water transportation" },
|
|
82565
|
-
{ value: NAICSCodes.InlandWaterTransportationExceptByFerries, label: "[483213] Inland water transportation (except by ferries)" },
|
|
82566
|
-
{ value: NAICSCodes.InlandWaterTransportationByFerries, label: "[483214] Inland water transportation by ferries" }
|
|
82567
|
-
];
|
|
82568
|
-
NAICS_CODE_DESCRIPTIONS = NAICS_CODES.reduce((acc, { value, label }) => {
|
|
82569
|
-
acc[value] = label.replace(/^\[\S+\]\s*/, "");
|
|
82570
|
-
return acc;
|
|
82571
|
-
}, {});
|
|
82572
|
-
}
|
|
82573
|
-
});
|
|
82574
|
-
|
|
82575
82828
|
// src/app/constants/federal-formation-form.contants.ts
|
|
82576
82829
|
var dynamicOptionsCache, FEDERAL_INCORPORATION_TYPE_OPTIONS, FEDERAL_INCORPORATION_ROLE_OPTIONS, FEDERAL_LEGAL_ENDING_OPTIONS, FEDERAL_SIGNIFICANT_CONTROL_TYPE_OPTIONS, FEDERAL_EXCLUSION_REASON_OPTIONS, FEDERAL_ISC_TYPE_OF_INTEREST_OPTIONS, FEDERAL_ISC_SHARE_HOLDING_METHOD_OPTIONS, FEDERAL_ISC_JOINT_HOLDING_TYPE_OPTIONS, FEDERAL_ISC_PERCENTAGE_INTEREST_OPTIONS, GENERATE_FEDERAL_FORMATION_FORM_INCORPORATION_DETAILS, FEDERAL_FORMATION_ARTICLES_OF_INCORPORATION, FEDERAL_FORMATION_FORM_DIRECTORS, FEDERAL_FORMATION_FORM_SIGNIFICANT_CONTROL, FEDERAL_FORMATION_FORM_ADDITIONAL_INFORMATION, generateFederalFormationFormContactControl, generateFederalFormationFormRegisteredOfficeAddressControl, generateFederalFormationFormInviteDirectorsToBeManagersControl, federalFormationFormIndividualsWithSignificantControl, GENERATE_FEDERAL_FORMATION_FORM_EXTRA_PROVINCIAL_LICENSES, GENERATE_FEDERAL_FORMATION_FORM_SIGNATORY_CONTROL;
|
|
82577
82830
|
var init_federal_formation_form_contants = __esm({
|
|
@@ -82591,7 +82844,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
82591
82844
|
FEDERAL_ISC_SHARE_HOLDING_METHOD_OPTIONS = Object.values(ISCShareHoldingMethod).filter((v) => typeof v === "number").map((v) => ({ label: ISCShareHoldingMethodLabel[v], value: v }));
|
|
82592
82845
|
FEDERAL_ISC_JOINT_HOLDING_TYPE_OPTIONS = Object.values(ISCJointHoldingType).filter((v) => typeof v === "number").map((v) => ({ label: ISCJointHoldingTypeLabel[v], value: v }));
|
|
82593
82846
|
FEDERAL_ISC_PERCENTAGE_INTEREST_OPTIONS = Object.values(ISCPercentageInterest).filter((v) => typeof v === "number").map((v) => ({ label: ISCPercentageInterestLabel[v], value: v }));
|
|
82594
|
-
Object.values(EPLLangage).map((v) => ({ label: v, value: v }));
|
|
82595
82847
|
GENERATE_FEDERAL_FORMATION_FORM_INCORPORATION_DETAILS = [
|
|
82596
82848
|
{
|
|
82597
82849
|
type: FormType.Select,
|
|
@@ -83056,7 +83308,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
83056
83308
|
},
|
|
83057
83309
|
{
|
|
83058
83310
|
type: FormType.Text,
|
|
83059
|
-
dynamicLabel: (form) =>
|
|
83311
|
+
dynamicLabel: (form) => {
|
|
83312
|
+
const email = form.get(FederalFormationFormControl.OfficialEmail)?.value;
|
|
83313
|
+
if (!email) {
|
|
83314
|
+
return "";
|
|
83315
|
+
}
|
|
83316
|
+
return `<span class="body-1-semibold">Official Email:</span> ${email}`;
|
|
83317
|
+
},
|
|
83060
83318
|
formControlName: FederalFormationFormControl.OfficialEmail,
|
|
83061
83319
|
class: "span-12"
|
|
83062
83320
|
},
|
|
@@ -84024,6 +84282,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
84024
84282
|
dialog = inject(MatDialog);
|
|
84025
84283
|
cdr = inject(ChangeDetectorRef);
|
|
84026
84284
|
dr = inject(DestroyRef);
|
|
84285
|
+
translate = inject(TranslateService);
|
|
84027
84286
|
selectedIndividualWithSignificant = signal([]);
|
|
84028
84287
|
isListISC = signal(false);
|
|
84029
84288
|
isNonPreapprovedNameType = signal(false);
|
|
@@ -84142,9 +84401,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
84142
84401
|
return "";
|
|
84143
84402
|
}
|
|
84144
84403
|
if (articles.min_directors === articles.max_directors) {
|
|
84145
|
-
return `<span class="body-1-semibold black"
|
|
84404
|
+
return `<span class="body-1-semibold black">${this.translate.instant("Number of Directors")}:</span> ${articles.min_directors}`;
|
|
84146
84405
|
}
|
|
84147
|
-
return `<span class="body-1-semibold black"
|
|
84406
|
+
return `<span class="body-1-semibold black">${this.translate.instant("Minimum and Maximum Number of Directors")}:</span> ${articles.min_directors}-${articles.max_directors}`;
|
|
84148
84407
|
});
|
|
84149
84408
|
generateEPLFields(registrations) {
|
|
84150
84409
|
const eplAddressesMap = /* @__PURE__ */ new Map();
|
|
@@ -84574,6 +84833,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
84574
84833
|
submitted = signal(false);
|
|
84575
84834
|
visiblyValid = signal(true);
|
|
84576
84835
|
clientErrors = signal([]);
|
|
84836
|
+
translate = inject(TranslateService);
|
|
84577
84837
|
combinedErrors = computed(() => {
|
|
84578
84838
|
const client = this.clientErrors();
|
|
84579
84839
|
return client.length ? client : this.errors();
|
|
@@ -84586,7 +84846,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
84586
84846
|
this.clientErrors.set([]);
|
|
84587
84847
|
markFormGroupTouched(this.form());
|
|
84588
84848
|
if (!this.visiblyValid()) {
|
|
84589
|
-
this.clientErrors.set(["Some required fields aren't completed."]);
|
|
84849
|
+
this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
|
|
84590
84850
|
return;
|
|
84591
84851
|
}
|
|
84592
84852
|
this.validate.emit();
|
|
@@ -84696,7 +84956,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
84696
84956
|
}], null, null);
|
|
84697
84957
|
})();
|
|
84698
84958
|
(() => {
|
|
84699
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FederalIncorporationDeltaFormComponent, { className: "FederalIncorporationDeltaFormComponent", filePath: "src/app/components/federal/incorporation/steps/delta/federal-incorporation-delta-form.component.ts", lineNumber:
|
|
84959
|
+
(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
84960
|
})();
|
|
84701
84961
|
}
|
|
84702
84962
|
});
|
|
@@ -85638,6 +85898,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
85638
85898
|
submitted = signal(false);
|
|
85639
85899
|
visiblyValid = signal(true);
|
|
85640
85900
|
clientErrors = signal([]);
|
|
85901
|
+
translate = inject(TranslateService);
|
|
85641
85902
|
combinedErrors = computed(() => {
|
|
85642
85903
|
const client = this.clientErrors();
|
|
85643
85904
|
return client.length ? client : this.errors();
|
|
@@ -85650,7 +85911,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
85650
85911
|
this.clientErrors.set([]);
|
|
85651
85912
|
markFormGroupTouched(this.form());
|
|
85652
85913
|
if (!this.visiblyValid()) {
|
|
85653
|
-
this.clientErrors.set(["Some required fields aren't completed."]);
|
|
85914
|
+
this.clientErrors.set([this.translate.instant("Some required fields aren't completed.")]);
|
|
85654
85915
|
return;
|
|
85655
85916
|
}
|
|
85656
85917
|
this.validate.emit();
|
|
@@ -86680,7 +86941,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86680
86941
|
// ApiKey: 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
|
|
86681
86942
|
ClientId: "22124",
|
|
86682
86943
|
UserId: "140422",
|
|
86683
|
-
"x-target-url": `${this.config.ONFiling}api/${encodeURIComponent(serviceOrderId)}/submit`,
|
|
86944
|
+
"x-target-url": `${this.config.ONFiling}api/FilingON/${encodeURIComponent(serviceOrderId)}/submit`,
|
|
86684
86945
|
Cookie: "AWSALB=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53; AWSALBCORS=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53"
|
|
86685
86946
|
}
|
|
86686
86947
|
}));
|
|
@@ -86736,24 +86997,89 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86736
86997
|
// src/app/helpers/initial-return-payload.helper.ts
|
|
86737
86998
|
function irPersonPayloadToDeltaData(payload) {
|
|
86738
86999
|
if (!payload) {
|
|
86739
|
-
return
|
|
86740
|
-
address: { streetNumber: "", streetName: "" },
|
|
86741
|
-
residentCanadian: false
|
|
86742
|
-
};
|
|
87000
|
+
return null;
|
|
86743
87001
|
}
|
|
86744
87002
|
const residentCanadian = payload.ResidentCanadian === "true";
|
|
86745
87003
|
const postalAddress = "PostalAddress" in payload ? payload.PostalAddress : null;
|
|
86746
87004
|
if (!postalAddress) {
|
|
86747
|
-
return
|
|
86748
|
-
address: { streetNumber: "", streetName: "" },
|
|
86749
|
-
residentCanadian
|
|
86750
|
-
};
|
|
87005
|
+
return null;
|
|
86751
87006
|
}
|
|
86752
87007
|
return {
|
|
86753
87008
|
address: extractAddressDeltaData(postalAddress),
|
|
86754
87009
|
residentCanadian
|
|
86755
87010
|
};
|
|
86756
87011
|
}
|
|
87012
|
+
function extractAddressDeltaDataFromInitialReturnAdditionalDetails(details) {
|
|
87013
|
+
const toNum = (v) => {
|
|
87014
|
+
if (v === null || v === void 0 || v === "")
|
|
87015
|
+
return void 0;
|
|
87016
|
+
const n = Number(v);
|
|
87017
|
+
return isNaN(n) ? void 0 : n;
|
|
87018
|
+
};
|
|
87019
|
+
const region = details.RegionName ?? details.Region ?? details.Prov ?? "";
|
|
87020
|
+
const country = details.CountryCode ?? "";
|
|
87021
|
+
const province = country === "CA" ? CANCodeToProvince(region) : country === "US" ? USCodeToState(region) : region;
|
|
87022
|
+
return __spreadValues(__spreadValues(__spreadValues(__spreadValues({
|
|
87023
|
+
streetNumber: details.StreetNumber ?? "",
|
|
87024
|
+
streetName: details.StreetName ?? "",
|
|
87025
|
+
city: details.CityTown ?? void 0,
|
|
87026
|
+
province,
|
|
87027
|
+
postalCode: details.PostCode ?? void 0,
|
|
87028
|
+
country,
|
|
87029
|
+
careOf: details.CareOf ?? void 0
|
|
87030
|
+
}, details.StreetType != null && { streetType: details.StreetType }), details.StreetDirection != null && { streetDirection: details.StreetDirection }), toNum(details.UnitType) !== void 0 && { unitType: toNum(details.UnitType) }), details.UnitNumber != null && { unitNumber: details.UnitNumber });
|
|
87031
|
+
}
|
|
87032
|
+
function extractAddressDeltaDataFromInitialReturnAddressContainer(postalAddress) {
|
|
87033
|
+
const { AddressLocale, AddressCA, AddressUS, AddressINTL } = postalAddress;
|
|
87034
|
+
const toNum = (v) => {
|
|
87035
|
+
if (v === null || v === void 0 || v === "")
|
|
87036
|
+
return void 0;
|
|
87037
|
+
const n = Number(v);
|
|
87038
|
+
return isNaN(n) ? void 0 : n;
|
|
87039
|
+
};
|
|
87040
|
+
if (AddressLocale === "CA" && AddressCA) {
|
|
87041
|
+
const region = AddressCA.RegionName ?? AddressCA.Region ?? "";
|
|
87042
|
+
return __spreadValues(__spreadValues(__spreadValues(__spreadValues({
|
|
87043
|
+
streetNumber: postalAddress.StreetNumber ?? AddressCA.Address1 ?? "",
|
|
87044
|
+
streetName: postalAddress.StreetName ?? AddressCA.Address2 ?? "",
|
|
87045
|
+
city: postalAddress.CityTown ?? AddressCA.CityTown ?? void 0,
|
|
87046
|
+
province: CANCodeToProvince(region),
|
|
87047
|
+
postalCode: postalAddress.PostCode ?? AddressCA.PostCode ?? void 0,
|
|
87048
|
+
country: postalAddress.CountryCode ?? AddressCA.CountryCode,
|
|
87049
|
+
careOf: postalAddress.CareOf ?? AddressCA.CareOf ?? void 0
|
|
87050
|
+
}, 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 });
|
|
87051
|
+
}
|
|
87052
|
+
if (AddressLocale === "US" && AddressUS) {
|
|
87053
|
+
const region = AddressUS.RegionName ?? AddressUS.Region ?? "";
|
|
87054
|
+
return {
|
|
87055
|
+
streetNumber: postalAddress.StreetNumber ?? AddressUS.Address1 ?? "",
|
|
87056
|
+
streetName: postalAddress.StreetName ?? AddressUS.Address2 ?? "",
|
|
87057
|
+
city: postalAddress.CityTown ?? AddressUS.CityTown ?? void 0,
|
|
87058
|
+
province: USCodeToState(region),
|
|
87059
|
+
postalCode: postalAddress.PostCode ?? AddressUS.PostCode ?? void 0,
|
|
87060
|
+
country: postalAddress.CountryCode ?? AddressUS.CountryCode
|
|
87061
|
+
};
|
|
87062
|
+
}
|
|
87063
|
+
if (AddressLocale === "INTL" && AddressINTL) {
|
|
87064
|
+
return __spreadValues({
|
|
87065
|
+
streetNumber: postalAddress.StreetNumber ?? AddressINTL.Address1 ?? "",
|
|
87066
|
+
streetName: postalAddress.StreetName ?? AddressINTL.Address2 ?? "",
|
|
87067
|
+
city: postalAddress.CityTown ?? AddressINTL.CityTown ?? void 0,
|
|
87068
|
+
province: postalAddress.RegionName ?? AddressINTL.RegionName ?? AddressINTL.Region,
|
|
87069
|
+
postalCode: postalAddress.PostCode ?? AddressINTL.PostCode ?? void 0,
|
|
87070
|
+
country: postalAddress.CountryCode ?? AddressINTL.CountryCode
|
|
87071
|
+
}, AddressINTL.Suite != null && { unitNumber: AddressINTL.Suite });
|
|
87072
|
+
}
|
|
87073
|
+
return {
|
|
87074
|
+
streetNumber: postalAddress.StreetNumber ?? "",
|
|
87075
|
+
streetName: postalAddress.StreetName ?? "",
|
|
87076
|
+
city: postalAddress.CityTown ?? void 0,
|
|
87077
|
+
province: postalAddress.RegionName ?? postalAddress.Region ?? void 0,
|
|
87078
|
+
postalCode: postalAddress.PostCode ?? void 0,
|
|
87079
|
+
country: postalAddress.CountryCode,
|
|
87080
|
+
careOf: postalAddress.CareOf ?? void 0
|
|
87081
|
+
};
|
|
87082
|
+
}
|
|
86757
87083
|
function extractAddressDeltaData(postalAddress) {
|
|
86758
87084
|
const { AddressLocale, AddressCA, AddressUS, AddressINTL } = postalAddress;
|
|
86759
87085
|
const toNum = (v) => {
|
|
@@ -86798,49 +87124,54 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86798
87124
|
return { streetNumber: "", streetName: "" };
|
|
86799
87125
|
}
|
|
86800
87126
|
function corporationInfoToPersonnelDeltaData(corporationInfo) {
|
|
86801
|
-
const
|
|
86802
|
-
const
|
|
87127
|
+
const directorsMap = /* @__PURE__ */ new Map();
|
|
87128
|
+
const officersMap = /* @__PURE__ */ new Map();
|
|
86803
87129
|
if (!corporationInfo)
|
|
86804
|
-
return { directors, officers };
|
|
87130
|
+
return { directors: directorsMap, officers: officersMap, corporationInfo: { primaryActivity: "", email: "" } };
|
|
86805
87131
|
const { ChangeDirectors: cd, ChangeOfficers: co } = corporationInfo.CurrentData;
|
|
86806
|
-
const fullName = (payload) =>
|
|
86807
|
-
|
|
86808
|
-
|
|
86809
|
-
|
|
86810
|
-
|
|
86811
|
-
|
|
87132
|
+
const fullName = (payload) => {
|
|
87133
|
+
return [
|
|
87134
|
+
payload.PersonName.FirstName,
|
|
87135
|
+
payload.PersonName.MiddleName,
|
|
87136
|
+
payload.PersonName.LastName
|
|
87137
|
+
].filter(Boolean).join(" ");
|
|
87138
|
+
};
|
|
87139
|
+
const populatePersonsMap = (lists, target) => {
|
|
86812
87140
|
for (const list of lists) {
|
|
86813
87141
|
for (const payload of list ?? []) {
|
|
86814
87142
|
if (!payload)
|
|
86815
87143
|
continue;
|
|
86816
87144
|
const deltaData = irPersonPayloadToDeltaData(payload);
|
|
87145
|
+
if (!deltaData)
|
|
87146
|
+
continue;
|
|
86817
87147
|
const email = ("EmailAddress" in payload ? payload.EmailAddress : "") ?? "";
|
|
86818
87148
|
const ceasedRoles = "CeasedAppointedRoles" in payload && Array.isArray(payload.CeasedAppointedRoles) ? payload.CeasedAppointedRoles.map((role) => `${role.PositionFullName} - ${role.CeasedDate} (Appointed ${role.AppointedDate})`) : void 0;
|
|
86819
87149
|
target.set(fullName(payload), __spreadProps(__spreadValues({}, deltaData), { email, ceasedRoles }));
|
|
86820
87150
|
}
|
|
86821
87151
|
}
|
|
86822
87152
|
};
|
|
86823
|
-
|
|
87153
|
+
populatePersonsMap([
|
|
86824
87154
|
cd?.AddedDirectors,
|
|
86825
87155
|
cd?.CeasedDirectors,
|
|
86826
87156
|
cd?.EditedDirectors,
|
|
86827
87157
|
cd?.AddDirector,
|
|
86828
87158
|
cd?.CeaseDirector,
|
|
86829
87159
|
cd?.EditDirector
|
|
86830
|
-
],
|
|
86831
|
-
|
|
87160
|
+
], directorsMap);
|
|
87161
|
+
populatePersonsMap([
|
|
86832
87162
|
co?.AddedOfficers,
|
|
86833
87163
|
co?.CeasedOfficers,
|
|
86834
87164
|
co?.EditedOfficers,
|
|
86835
87165
|
co?.AddOfficer,
|
|
86836
87166
|
co?.CeaseOfficer,
|
|
86837
87167
|
co?.EditOfficer
|
|
86838
|
-
],
|
|
86839
|
-
|
|
87168
|
+
], officersMap);
|
|
87169
|
+
const primaryActivity = [corporationInfo?.CurrentData.PrimaryBusinessActivity.NAICSCode, corporationInfo?.CurrentData.PrimaryBusinessActivity.PrimaryActivity].join(" - ");
|
|
87170
|
+
const additionalDetails = corporationInfo?.CurrentData.AdditionalDetails;
|
|
87171
|
+
return { directors: directorsMap, officers: officersMap, corporationInfo: { email: corporationInfo.CurrentData.OfficialEmail.Email, primaryActivity, registeredOfficeAddress: extractAddressDeltaDataFromInitialReturnAddressContainer(corporationInfo?.CurrentData.RegisteredHeadOfficeAddress), additionalInfo: additionalDetails ? extractAddressDeltaDataFromInitialReturnAdditionalDetails(additionalDetails) : null } };
|
|
86840
87172
|
}
|
|
86841
87173
|
var init_initial_return_payload_helper = __esm({
|
|
86842
87174
|
"src/app/helpers/initial-return-payload.helper.ts"() {
|
|
86843
|
-
init_initial_return_enums();
|
|
86844
87175
|
init_address_utils();
|
|
86845
87176
|
}
|
|
86846
87177
|
});
|
|
@@ -86891,7 +87222,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86891
87222
|
const individualsWithSignificantControl = getIndividualWithSignificantControl(task.entity.affiliations);
|
|
86892
87223
|
const isListIsc = significantControl.type === ISCOptions.ListISC;
|
|
86893
87224
|
const isNonPreapproved = corporateNameDelta?.nameType === NameType2.NonPreapproved;
|
|
86894
|
-
const payload = {
|
|
87225
|
+
const payload = __spreadProps(__spreadValues({
|
|
86895
87226
|
IncorporationType: corporateNameDelta?.nameType,
|
|
86896
87227
|
LegalEnding: isNumbered ? legalEnding : "",
|
|
86897
87228
|
EnglishName: englishName,
|
|
@@ -86907,10 +87238,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86907
87238
|
Directors: directors.map((d) => transformDirector(d, directorsDelta[d.participant._id], consentToProvideEmails)),
|
|
86908
87239
|
Incorporators: incorporators.map((i) => transformIncorporator(i)),
|
|
86909
87240
|
CoverLetter: createCoverLetter2(officialBusinessEmail, contact?.participant),
|
|
86910
|
-
DirectorNumberType: task.entity._articles?.min_directors === task.entity._articles?.max_directors ? ECoreDirectorNumberType.Fixed : ECoreDirectorNumberType.Range
|
|
87241
|
+
DirectorNumberType: task.entity._articles?.min_directors === task.entity._articles?.max_directors ? ECoreDirectorNumberType.Fixed : ECoreDirectorNumberType.Range
|
|
87242
|
+
}, task.entity._articles?.min_directors === task.entity._articles?.max_directors ? { FixedNumberOfDirectors: task.entity._articles?.min_directors } : {
|
|
86911
87243
|
MinimumNumberOfDirectors: task.entity._articles?.min_directors,
|
|
86912
|
-
MaximumNumberOfDirectors: task.entity._articles?.max_directors
|
|
86913
|
-
|
|
87244
|
+
MaximumNumberOfDirectors: task.entity._articles?.max_directors
|
|
87245
|
+
}), {
|
|
86914
87246
|
SignificantControlType: significantControl?.type,
|
|
86915
87247
|
ExclusionReason: significantControl?.exclusionReason ?? 0,
|
|
86916
87248
|
RestrictionsOnBusiness: task.entity._articles?.restrictions || "None",
|
|
@@ -86963,7 +87295,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86963
87295
|
// PrimaryActivity: naicsData.description,
|
|
86964
87296
|
// OfficialEmail: officialBusinessEmail,
|
|
86965
87297
|
// Authorization: true,
|
|
86966
|
-
};
|
|
87298
|
+
});
|
|
86967
87299
|
return payload;
|
|
86968
87300
|
}
|
|
86969
87301
|
function buildFederalFormationValidateRequest(task, deltaData) {
|
|
@@ -87242,7 +87574,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87242
87574
|
StreetNumberSuffix: "",
|
|
87243
87575
|
StreetType: streetType.toString(),
|
|
87244
87576
|
StreetDirection: streetDir,
|
|
87245
|
-
UnitType: unitType
|
|
87577
|
+
UnitType: mapUnitTypeToEcore(unitType)
|
|
87246
87578
|
} : null,
|
|
87247
87579
|
AddressUS: AddressLocale === "US" ? {
|
|
87248
87580
|
PostCode: entityAddress?.postal_zip,
|
|
@@ -87498,7 +87830,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87498
87830
|
})(),
|
|
87499
87831
|
StreetType: certDeltaAddr?.streetType ?? certStreetType ?? null,
|
|
87500
87832
|
StreetDirection: certDeltaAddr?.streetDirection ?? (certStreetDir ? certStreetDir : null),
|
|
87501
|
-
UnitType: certDeltaAddr?.unitType ?? null,
|
|
87833
|
+
UnitType: mapUnitTypeToEcore((certDeltaAddr?.unitType ?? "").toString()) ?? null,
|
|
87502
87834
|
UnitNumber: certDeltaAddr?.unitNumber ?? getAddressComponent(certEntityAddr, "Suite/Apartment") ?? null,
|
|
87503
87835
|
CityTown: certEntityAddr?.city ?? null,
|
|
87504
87836
|
PostCode: certEntityAddr?.postal_zip ?? null,
|
|
@@ -87515,7 +87847,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87515
87847
|
const RegisteredHeadOfficeAddress = {
|
|
87516
87848
|
AddressStandardLot: "standard",
|
|
87517
87849
|
CareOf: getAddressComponent(regOfficeEntityAddr, "Attention") || regOfficeEntityAddr?.attention || null,
|
|
87518
|
-
UnitType: regDelta
|
|
87850
|
+
UnitType: mapUnitTypeToEcore((regDelta?.unitType ?? "").toString()) ?? null,
|
|
87519
87851
|
UnitNumber: regDelta.unitNumber ?? null,
|
|
87520
87852
|
StreetNumber: regDelta.streetNumber,
|
|
87521
87853
|
StreetNumberSuffix: "",
|
|
@@ -87874,7 +88206,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87874
88206
|
proxyApiUrl = input("");
|
|
87875
88207
|
jwtToken = input("");
|
|
87876
88208
|
task = input();
|
|
87877
|
-
height = input("
|
|
88209
|
+
height = input("90vh");
|
|
87878
88210
|
validateOptions = input();
|
|
87879
88211
|
getDocumentBytes = input();
|
|
87880
88212
|
deltaDataChange = output();
|
|
@@ -88084,15 +88416,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88084
88416
|
*/
|
|
88085
88417
|
onOntarioFormationSave(deltaData) {
|
|
88086
88418
|
const oldDeltaData = this.task()?.deltaData;
|
|
88087
|
-
console.log("task before remove");
|
|
88088
|
-
console.log(this.task());
|
|
88089
88419
|
if (oldDeltaData) {
|
|
88090
88420
|
delete this.task()?.deltaData;
|
|
88091
88421
|
}
|
|
88092
|
-
console.log("task after remove");
|
|
88093
|
-
console.log(this.task());
|
|
88094
|
-
console.log("new delta data");
|
|
88095
|
-
console.log(deltaData);
|
|
88096
88422
|
this.deltaDataChange.emit(deltaData);
|
|
88097
88423
|
}
|
|
88098
88424
|
/**
|
|
@@ -88426,7 +88752,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88426
88752
|
if (rf & 2) {
|
|
88427
88753
|
\u0275\u0275queryAdvance(2);
|
|
88428
88754
|
}
|
|
88429
|
-
},
|
|
88755
|
+
}, hostVars: 2, hostBindings: function FilingComponent_HostBindings(rf, ctx) {
|
|
88756
|
+
if (rf & 2) {
|
|
88757
|
+
\u0275\u0275styleProp("height", ctx.modalHeight());
|
|
88758
|
+
}
|
|
88759
|
+
}, inputs: { env: [1, "env"], config: [1, "config"], language: [1, "language"], proxyApiUrl: [1, "proxyApiUrl"], jwtToken: [1, "jwtToken"], task: [1, "task"], height: [1, "height"], validateOptions: [1, "validateOptions"], getDocumentBytes: [1, "getDocumentBytes"] }, outputs: { deltaDataChange: "deltaDataChange", filingValidateSuccess: "filingValidateSuccess", filingSubmitSuccess: "filingSubmitSuccess", close: "close" }, decls: 12, vars: 9, consts: [[1, "filing"], [1, "filing-title"], [1, "filing-title-text"], [1, "filing-title-action", 3, "click"], [1, "filing-header"], [1, "filing-content"], [1, "filing-content-loading"], ["mat-stroked-button", "", 3, "click", "disabled"], [3, "task", "activeStep", "isNote", "actionsDisabled", "errors", "prevData", "irValidationConfig"], [3, "actionsDisabled", "isNote", "activeStep", "task", "errors"], [3, "close", "formationValidate", "saveFormationDeltaData", "formationSubmit", "nextStep", "prevStep", "irValidate", "saveIrDeltaData", "irSubmit", "task", "activeStep", "isNote", "actionsDisabled", "errors", "prevData", "irValidationConfig"], [3, "close", "deltaDataChange", "file", "validate", "umSave", "umValidate", "umSubmit", "nextStep", "actionsDisabled", "isNote", "activeStep", "task", "errors"], [3, "diameter"]], template: function FilingComponent_Template(rf, ctx) {
|
|
88430
88760
|
if (rf & 1) {
|
|
88431
88761
|
const _r1 = \u0275\u0275getCurrentView();
|
|
88432
88762
|
\u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
|
|
@@ -88447,9 +88777,8 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88447
88777
|
\u0275\u0275elementEnd()();
|
|
88448
88778
|
}
|
|
88449
88779
|
if (rf & 2) {
|
|
88450
|
-
\u0275\u0275styleProp("height", ctx.modalHeight());
|
|
88451
88780
|
\u0275\u0275advance(3);
|
|
88452
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4,
|
|
88781
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 6, ctx.title()));
|
|
88453
88782
|
\u0275\u0275advance(4);
|
|
88454
88783
|
\u0275\u0275conditional(ctx.isEditButton() ? 7 : -1);
|
|
88455
88784
|
\u0275\u0275advance();
|
|
@@ -88469,7 +88798,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88469
88798
|
MatIcon,
|
|
88470
88799
|
FederalComponent,
|
|
88471
88800
|
OntarioComponent
|
|
88472
|
-
], styles: ["/* src/app/components/filing/filing.component.scss */\n:host .filing {\n position: relative;\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .filing-title {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .filing-title-text {\n color: #666666;\n}\n:host .filing-title-action {\n cursor: pointer;\n}\n:host .filing-header {\n display: flex;\n width: 100%;\n justify-content: flex-end;\n}\n:host .filing-content {\n height: calc(100% - 44px);\n}\n:host .filing-content.edit {\n height: calc(100% - 95px);\n}\n:host .filing-content-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n background: transparent;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.pointer {\n cursor: pointer;\n}\n/*# sourceMappingURL=filing.component.css.map */\n", '/* src/app/components/filing/typography.scss */\n:host {\n --filing-modal-color-grey: #444444;\n --filing-modal-color-dark-blue: #485673;\n --filing-modal-color-grey-mid: #A0A0A0;\n --filing-modal-color-light-blue: #3778E4;\n --filing-modal-color-black: #444444;\n}\nmat-icon {\n font-family: "Material Icons" !important;\n font-size: 20px;\n height: 20px;\n width: 20px;\n line-height: 20px;\n}\nh1 {\n font-size: 24px;\n line-height: 28px;\n font-weight: 700;\n font-family: "Open Sans";\n margin: 0;\n}\nh2 {\n font-size: 22px;\n line-height: 26px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh3 {\n font-size: 18px;\n font-weight: 600;\n font-family: "Open Sans";\n margin-top: 0;\n margin-bottom: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 22px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 20px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\n.body-1-regular {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-1-bold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-1-semibold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 600;\n font-family: "Open Sans";\n}\n.body-2-regular {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-2-bold {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-3-regular {\n line-height: 20px;\n font-size: 16px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-regular {\n line-height: 18px;\n font-size: 18px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-bold {\n line-height: 20px;\n font-size: 20px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin: 0;\n}\n.black {\n color: var(--filing-modal-color-black);\n}\n.grey {\n color: var(--filing-modal-color-grey);\n}\n.dark-blue {\n color: var(--filing-modal-color-dark-blue);\n}\n.grey-mid {\n color: var(--filing-modal-color-grey-mid);\n}\n.light-blue {\n color: var(--filing-modal-color-light-blue);\n}\n/*# sourceMappingURL=typography.css.map */\n', '/* src/app/components/filing/material-theme.scss */\n.filling {\n height: 100%;\n overflow: hidden;\n}\n* {\n box-sizing: border-box;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n}\n.filling {\n margin: 0;\n font-family: "Helvetica Neue", sans-serif;\n}\n.filing {\n --app-font-family:\n -apple-system,\n BlinkMacSystemFont,\n "Helvetica Neue",\n Helvetica,\n Arial,\n sans-serif;\n --mat-sys-background: #faf9fd;\n --mat-sys-error: #ba1a1a;\n --mat-sys-error-container: #ffdad6;\n --mat-sys-inverse-on-surface: #f2f0f4;\n --mat-sys-inverse-primary: #abc7ff;\n --mat-sys-inverse-surface: #2f3033;\n --mat-sys-on-background: #1a1b1f;\n --mat-sys-on-error: #ffffff;\n --mat-sys-on-error-container: #93000a;\n --mat-sys-on-primary: #ffffff;\n --mat-sys-on-primary-container: #00458f;\n --mat-sys-on-primary-fixed: #001b3f;\n --mat-sys-on-primary-fixed-variant: #00458f;\n --mat-sys-on-secondary: #ffffff;\n --mat-sys-on-secondary-container: #3e4759;\n --mat-sys-on-secondary-fixed: #131c2b;\n --mat-sys-on-secondary-fixed-variant: #3e4759;\n --mat-sys-on-surface: #1a1b1f;\n --mat-sys-on-surface-variant: var(--filing-modal-color-grey);\n --mat-sys-on-tertiary: #ffffff;\n --mat-sys-on-tertiary-container: #0000ef;\n --mat-sys-on-tertiary-fixed: #00006e;\n --mat-sys-on-tertiary-fixed-variant: #0000ef;\n --mat-sys-outline: #74777f;\n --mat-sys-outline-variant: #c4c6d0;\n --mat-sys-primary: #3778e4;\n --mat-sys-primary-container: #d7e3ff;\n --mat-sys-primary-fixed: #d7e3ff;\n --mat-sys-primary-fixed-dim: #abc7ff;\n --mat-sys-scrim: #000000;\n --mat-sys-secondary: #565e71;\n --mat-sys-secondary-container: #dae2f9;\n --mat-sys-secondary-fixed: #dae2f9;\n --mat-sys-secondary-fixed-dim: #bec6dc;\n --mat-sys-shadow: #000000;\n --mat-sys-surface: #faf9fd;\n --mat-sys-surface-bright: #faf9fd;\n --mat-sys-surface-container: #efedf0;\n --mat-sys-surface-container-high: #e9e7eb;\n --mat-sys-surface-container-highest: #e3e2e6;\n --mat-sys-surface-container-low: #f4f3f6;\n --mat-sys-surface-container-lowest: #ffffff;\n --mat-sys-surface-dim: #dbd9dd;\n --mat-sys-surface-tint: #005cbb;\n --mat-sys-surface-variant: #e0e2ec;\n --mat-sys-tertiary: #343dff;\n --mat-sys-tertiary-container: #e0e0ff;\n --mat-sys-tertiary-fixed: #e0e0ff;\n --mat-sys-tertiary-fixed-dim: #bec2ff;\n --mat-sys-neutral-variant20: #2d3038;\n --mat-sys-neutral10: #1a1b1f;\n --mdc-filled-button-container-height: 35px;\n --mdc-outlined-button-container-height: 35px;\n --mdc-text-button-label-text-color: #808090;\n --mdc-filled-button-label-text-weight: 600;\n --mdc-text-button-label-text-weight: 600;\n --mdc-filled-button-container-shape: 4px;\n --mdc-outlined-button-outline-color: none;\n --mdc-outlined-button-container-shape: 6px;\n --mat-sys-level0:\n 0px 0px 0px 0px rgba(0, 0, 0, 0.2),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.14),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2),\n 0px 1px 1px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2),\n 0px 3px 4px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2),\n 0px 6px 10px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level4:\n 0px 5px 5px -3px rgba(0, 0, 0, 0.2),\n 0px 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0px 3px 14px 2px rgba(0, 0, 0, 0.12);\n --mat-sys-level5:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2),\n 0px 12px 17px 2px rgba(0, 0, 0, 0.14),\n 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --mdc-outlined-button-label-text-size: 14px;\n --mdc-filled-button-label-text-size: 14px;\n --mdc-filled-text-field-label-text-size: 16px;\n --mat-sys-body-large: 400 1rem / 1.5rem var(--app-font-family);\n --mat-sys-body-large-font: var(--app-font-family);\n --mat-sys-body-large-line-height: 1.5rem;\n --mat-sys-body-large-size: 14px;\n --mat-sys-body-large-tracking: 0.031rem;\n --mat-sys-body-large-weight: 400;\n --mat-sys-body-medium: 400 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-body-medium-font: var(--app-font-family);\n --mat-sys-body-medium-line-height: 1.25rem;\n --mat-sys-body-medium-size: 0.875rem;\n --mat-sys-body-medium-tracking: 0.016rem;\n --mat-sys-body-medium-weight: 400;\n --mat-sys-body-small: 400 0.75rem / 1rem var(--app-font-family);\n --mat-sys-body-small-font: var(--app-font-family);\n --mat-sys-body-small-line-height: 1rem;\n --mat-sys-body-small-size: 0.75rem;\n --mat-sys-body-small-tracking: 0.025rem;\n --mat-sys-body-small-weight: 400;\n --mat-sys-display-large: 400 3.562rem / 4rem var(--app-font-family);\n --mat-sys-display-large-font: var(--app-font-family);\n --mat-sys-display-large-line-height: 4rem;\n --mat-sys-display-large-size: 3.562rem;\n --mat-sys-display-large-tracking: -0.016rem;\n --mat-sys-display-large-weight: 400;\n --mat-sys-display-medium: 400 2.812rem / 3.25rem var(--app-font-family);\n --mat-sys-display-medium-font: var(--app-font-family);\n --mat-sys-display-medium-line-height: 3.25rem;\n --mat-sys-display-medium-size: 2.812rem;\n --mat-sys-display-medium-tracking: 0;\n --mat-sys-display-medium-weight: 400;\n --mat-sys-display-small: 400 2.25rem / 2.75rem var(--app-font-family);\n --mat-sys-display-small-font: var(--app-font-family);\n --mat-sys-display-small-line-height: 2.75rem;\n --mat-sys-display-small-size: 2.25rem;\n --mat-sys-display-small-tracking: 0;\n --mat-sys-display-small-weight: 400;\n --mat-sys-headline-large: 400 2rem / 2.5rem var(--app-font-family);\n --mat-sys-headline-large-font: var(--app-font-family);\n --mat-sys-headline-large-line-height: 2.5rem;\n --mat-sys-headline-large-size: 2rem;\n --mat-sys-headline-large-tracking: 0;\n --mat-sys-headline-large-weight: 400;\n --mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--app-font-family);\n --mat-sys-headline-medium-font: var(--app-font-family);\n --mat-sys-headline-medium-line-height: 2.25rem;\n --mat-sys-headline-medium-size: 1.75rem;\n --mat-sys-headline-medium-tracking: 0;\n --mat-sys-headline-medium-weight: 400;\n --mat-sys-headline-small: 400 1.5rem / 2rem var(--app-font-family);\n --mat-sys-headline-small-font: var(--app-font-family);\n --mat-sys-headline-small-line-height: 2rem;\n --mat-sys-headline-small-size: 1.5rem;\n --mat-sys-headline-small-tracking: 0;\n --mat-sys-headline-small-weight: 400;\n --mat-sys-label-large: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-label-large-font: var(--app-font-family);\n --mat-sys-label-large-line-height: 1.25rem;\n --mat-sys-label-large-size: 0.875rem;\n --mat-sys-label-large-tracking: 0.006rem;\n --mat-sys-label-large-weight: 500;\n --mat-sys-label-large-weight-prominent: 700;\n --mat-sys-label-medium: 500 0.75rem / 1rem var(--app-font-family);\n --mat-sys-label-medium-font: var(--app-font-family);\n --mat-sys-label-medium-line-height: 1rem;\n --mat-sys-label-medium-size: 0.75rem;\n --mat-sys-label-medium-tracking: 0.031rem;\n --mat-sys-label-medium-weight: 500;\n --mat-sys-label-medium-weight-prominent: 700;\n --mat-sys-label-small: 500 0.688rem / 1rem var(--app-font-family);\n --mat-sys-label-small-font: var(--app-font-family);\n --mat-sys-label-small-line-height: 1rem;\n --mat-sys-label-small-size: 0.688rem;\n --mat-sys-label-small-tracking: 0.031rem;\n --mat-sys-label-small-weight: 500;\n --mat-sys-title-large: 400 1.375rem / 1.75rem var(--app-font-family);\n --mat-sys-title-large-font: var(--app-font-family);\n --mat-sys-title-large-line-height: 1.75rem;\n --mat-sys-title-large-size: 1.375rem;\n --mat-sys-title-large-tracking: 0;\n --mat-sys-title-large-weight: 400;\n --mat-sys-title-medium: 500 1rem / 1.5rem var(--app-font-family);\n --mat-sys-title-medium-font: var(--app-font-family);\n --mat-sys-title-medium-line-height: 1.5rem;\n --mat-sys-title-medium-size: 1rem;\n --mat-sys-title-medium-tracking: 0.009rem;\n --mat-sys-title-medium-weight: 500;\n --mat-sys-title-small: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-title-small-font: var(--app-font-family);\n --mat-sys-title-small-line-height: 1.25rem;\n --mat-sys-title-small-size: 0.875rem;\n --mat-sys-title-small-tracking: 0.006rem;\n --mat-sys-title-small-weight: 500;\n --mat-sys-corner-extra-large: 28px;\n --mat-sys-corner-extra-large-top: 28px 28px 0 0;\n --mat-sys-corner-extra-small: 4px;\n --mat-sys-corner-extra-small-top: 4px 4px 0 0;\n --mat-sys-corner-full: 9999px;\n --mat-sys-corner-large: 16px;\n --mat-sys-corner-large-end: 0 16px 16px 0;\n --mat-sys-corner-large-start: 16px 0 0 16px;\n --mat-sys-corner-large-top: 16px 16px 0 0;\n --mat-sys-corner-medium: 12px;\n --mat-sys-corner-none: 0;\n --mat-sys-corner-small: 8px;\n --mat-sys-dragged-state-layer-opacity: 0.16;\n --mat-sys-focus-state-layer-opacity: 0.12;\n --mat-sys-hover-state-layer-opacity: 0.08;\n --mat-sys-pressed-state-layer-opacity: 0.12;\n}\n.filing .mat-primary .mat-pseudo-checkbox-checked,\n.filing .mat-primary .mat-pseudo-checkbox-indeterminate {\n background: transparent !important;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox {\n width: 24px;\n height: 24px;\n flex-basis: 24px;\n padding: 0;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__background {\n width: 24px;\n height: 24px;\n border-radius: 6px;\n top: 0;\n left: 0;\n border: 3px solid var(--filing-modal-color-grey);\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__checkmark {\n height: 20px;\n width: 20px;\n font-size: 20px;\n top: 1px;\n left: 1px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__ripple,\n.filing .mat-mdc-checkbox[cardView] .mat-ripple {\n display: none;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-label {\n padding-left: 8px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-button__label {\n line-height: 10px;\n}\n/*# sourceMappingURL=material-theme.css.map */\n'], encapsulation: 3 });
|
|
88801
|
+
], styles: ["/* src/app/components/filing/filing.component.scss */\n:host {\n display: flex;\n}\n:host .filing {\n position: relative;\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .filing-title {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .filing-title-text {\n color: #666666;\n}\n:host .filing-title-action {\n cursor: pointer;\n}\n:host .filing-header {\n display: flex;\n width: 100%;\n justify-content: flex-end;\n}\n:host .filing-content {\n height: calc(100% - 44px);\n}\n:host .filing-content.edit {\n height: calc(100% - 95px);\n}\n:host .filing-content-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n background: transparent;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.pointer {\n cursor: pointer;\n}\n/*# sourceMappingURL=filing.component.css.map */\n", '/* src/app/components/filing/typography.scss */\n:host {\n --filing-modal-color-grey: #444444;\n --filing-modal-color-dark-blue: #485673;\n --filing-modal-color-grey-mid: #A0A0A0;\n --filing-modal-color-light-blue: #3778E4;\n --filing-modal-color-black: #444444;\n}\nmat-icon {\n font-family: "Material Icons" !important;\n font-size: 20px;\n height: 20px;\n width: 20px;\n line-height: 20px;\n}\nh1 {\n font-size: 24px;\n line-height: 28px;\n font-weight: 700;\n font-family: "Open Sans";\n margin: 0;\n}\nh2 {\n font-size: 22px;\n line-height: 26px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh3 {\n font-size: 18px;\n font-weight: 600;\n font-family: "Open Sans";\n margin-top: 0;\n margin-bottom: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 22px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 20px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\n.body-1-regular {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-1-bold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-1-semibold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 600;\n font-family: "Open Sans";\n}\n.body-2-regular {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-2-bold {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-3-regular {\n line-height: 20px;\n font-size: 16px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-regular {\n line-height: 18px;\n font-size: 18px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-bold {\n line-height: 20px;\n font-size: 20px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin: 0;\n}\n.black {\n color: var(--filing-modal-color-black);\n}\n.grey {\n color: var(--filing-modal-color-grey);\n}\n.dark-blue {\n color: var(--filing-modal-color-dark-blue);\n}\n.grey-mid {\n color: var(--filing-modal-color-grey-mid);\n}\n.light-blue {\n color: var(--filing-modal-color-light-blue);\n}\n/*# sourceMappingURL=typography.css.map */\n', '/* src/app/components/filing/material-theme.scss */\n.filling {\n height: 100%;\n overflow: hidden;\n}\n* {\n box-sizing: border-box;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n}\n.filling {\n margin: 0;\n font-family: "Helvetica Neue", sans-serif;\n}\n.filing {\n --app-font-family:\n -apple-system,\n BlinkMacSystemFont,\n "Helvetica Neue",\n Helvetica,\n Arial,\n sans-serif;\n --mat-sys-background: #faf9fd;\n --mat-sys-error: #ba1a1a;\n --mat-sys-error-container: #ffdad6;\n --mat-sys-inverse-on-surface: #f2f0f4;\n --mat-sys-inverse-primary: #abc7ff;\n --mat-sys-inverse-surface: #2f3033;\n --mat-sys-on-background: #1a1b1f;\n --mat-sys-on-error: #ffffff;\n --mat-sys-on-error-container: #93000a;\n --mat-sys-on-primary: #ffffff;\n --mat-sys-on-primary-container: #00458f;\n --mat-sys-on-primary-fixed: #001b3f;\n --mat-sys-on-primary-fixed-variant: #00458f;\n --mat-sys-on-secondary: #ffffff;\n --mat-sys-on-secondary-container: #3e4759;\n --mat-sys-on-secondary-fixed: #131c2b;\n --mat-sys-on-secondary-fixed-variant: #3e4759;\n --mat-sys-on-surface: #1a1b1f;\n --mat-sys-on-surface-variant: var(--filing-modal-color-grey);\n --mat-sys-on-tertiary: #ffffff;\n --mat-sys-on-tertiary-container: #0000ef;\n --mat-sys-on-tertiary-fixed: #00006e;\n --mat-sys-on-tertiary-fixed-variant: #0000ef;\n --mat-sys-outline: #74777f;\n --mat-sys-outline-variant: #c4c6d0;\n --mat-sys-primary: #3778e4;\n --mat-sys-primary-container: #d7e3ff;\n --mat-sys-primary-fixed: #d7e3ff;\n --mat-sys-primary-fixed-dim: #abc7ff;\n --mat-sys-scrim: #000000;\n --mat-sys-secondary: #565e71;\n --mat-sys-secondary-container: #dae2f9;\n --mat-sys-secondary-fixed: #dae2f9;\n --mat-sys-secondary-fixed-dim: #bec6dc;\n --mat-sys-shadow: #000000;\n --mat-sys-surface: #faf9fd;\n --mat-sys-surface-bright: #faf9fd;\n --mat-sys-surface-container: #efedf0;\n --mat-sys-surface-container-high: #e9e7eb;\n --mat-sys-surface-container-highest: #e3e2e6;\n --mat-sys-surface-container-low: #f4f3f6;\n --mat-sys-surface-container-lowest: #ffffff;\n --mat-sys-surface-dim: #dbd9dd;\n --mat-sys-surface-tint: #005cbb;\n --mat-sys-surface-variant: #e0e2ec;\n --mat-sys-tertiary: #343dff;\n --mat-sys-tertiary-container: #e0e0ff;\n --mat-sys-tertiary-fixed: #e0e0ff;\n --mat-sys-tertiary-fixed-dim: #bec2ff;\n --mat-sys-neutral-variant20: #2d3038;\n --mat-sys-neutral10: #1a1b1f;\n --mdc-filled-button-container-height: 35px;\n --mdc-outlined-button-container-height: 35px;\n --mdc-text-button-label-text-color: #808090;\n --mdc-filled-button-label-text-weight: 600;\n --mdc-text-button-label-text-weight: 600;\n --mdc-filled-button-container-shape: 4px;\n --mdc-outlined-button-outline-color: none;\n --mdc-outlined-button-container-shape: 6px;\n --mat-sys-level0:\n 0px 0px 0px 0px rgba(0, 0, 0, 0.2),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.14),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2),\n 0px 1px 1px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2),\n 0px 3px 4px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2),\n 0px 6px 10px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level4:\n 0px 5px 5px -3px rgba(0, 0, 0, 0.2),\n 0px 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0px 3px 14px 2px rgba(0, 0, 0, 0.12);\n --mat-sys-level5:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2),\n 0px 12px 17px 2px rgba(0, 0, 0, 0.14),\n 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --mdc-outlined-button-label-text-size: 14px;\n --mdc-filled-button-label-text-size: 14px;\n --mdc-filled-text-field-label-text-size: 16px;\n --mat-sys-body-large: 400 1rem / 1.5rem var(--app-font-family);\n --mat-sys-body-large-font: var(--app-font-family);\n --mat-sys-body-large-line-height: 1.5rem;\n --mat-sys-body-large-size: 14px;\n --mat-sys-body-large-tracking: 0.031rem;\n --mat-sys-body-large-weight: 400;\n --mat-sys-body-medium: 400 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-body-medium-font: var(--app-font-family);\n --mat-sys-body-medium-line-height: 1.25rem;\n --mat-sys-body-medium-size: 0.875rem;\n --mat-sys-body-medium-tracking: 0.016rem;\n --mat-sys-body-medium-weight: 400;\n --mat-sys-body-small: 400 0.75rem / 1rem var(--app-font-family);\n --mat-sys-body-small-font: var(--app-font-family);\n --mat-sys-body-small-line-height: 1rem;\n --mat-sys-body-small-size: 0.75rem;\n --mat-sys-body-small-tracking: 0.025rem;\n --mat-sys-body-small-weight: 400;\n --mat-sys-display-large: 400 3.562rem / 4rem var(--app-font-family);\n --mat-sys-display-large-font: var(--app-font-family);\n --mat-sys-display-large-line-height: 4rem;\n --mat-sys-display-large-size: 3.562rem;\n --mat-sys-display-large-tracking: -0.016rem;\n --mat-sys-display-large-weight: 400;\n --mat-sys-display-medium: 400 2.812rem / 3.25rem var(--app-font-family);\n --mat-sys-display-medium-font: var(--app-font-family);\n --mat-sys-display-medium-line-height: 3.25rem;\n --mat-sys-display-medium-size: 2.812rem;\n --mat-sys-display-medium-tracking: 0;\n --mat-sys-display-medium-weight: 400;\n --mat-sys-display-small: 400 2.25rem / 2.75rem var(--app-font-family);\n --mat-sys-display-small-font: var(--app-font-family);\n --mat-sys-display-small-line-height: 2.75rem;\n --mat-sys-display-small-size: 2.25rem;\n --mat-sys-display-small-tracking: 0;\n --mat-sys-display-small-weight: 400;\n --mat-sys-headline-large: 400 2rem / 2.5rem var(--app-font-family);\n --mat-sys-headline-large-font: var(--app-font-family);\n --mat-sys-headline-large-line-height: 2.5rem;\n --mat-sys-headline-large-size: 2rem;\n --mat-sys-headline-large-tracking: 0;\n --mat-sys-headline-large-weight: 400;\n --mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--app-font-family);\n --mat-sys-headline-medium-font: var(--app-font-family);\n --mat-sys-headline-medium-line-height: 2.25rem;\n --mat-sys-headline-medium-size: 1.75rem;\n --mat-sys-headline-medium-tracking: 0;\n --mat-sys-headline-medium-weight: 400;\n --mat-sys-headline-small: 400 1.5rem / 2rem var(--app-font-family);\n --mat-sys-headline-small-font: var(--app-font-family);\n --mat-sys-headline-small-line-height: 2rem;\n --mat-sys-headline-small-size: 1.5rem;\n --mat-sys-headline-small-tracking: 0;\n --mat-sys-headline-small-weight: 400;\n --mat-sys-label-large: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-label-large-font: var(--app-font-family);\n --mat-sys-label-large-line-height: 1.25rem;\n --mat-sys-label-large-size: 0.875rem;\n --mat-sys-label-large-tracking: 0.006rem;\n --mat-sys-label-large-weight: 500;\n --mat-sys-label-large-weight-prominent: 700;\n --mat-sys-label-medium: 500 0.75rem / 1rem var(--app-font-family);\n --mat-sys-label-medium-font: var(--app-font-family);\n --mat-sys-label-medium-line-height: 1rem;\n --mat-sys-label-medium-size: 0.75rem;\n --mat-sys-label-medium-tracking: 0.031rem;\n --mat-sys-label-medium-weight: 500;\n --mat-sys-label-medium-weight-prominent: 700;\n --mat-sys-label-small: 500 0.688rem / 1rem var(--app-font-family);\n --mat-sys-label-small-font: var(--app-font-family);\n --mat-sys-label-small-line-height: 1rem;\n --mat-sys-label-small-size: 0.688rem;\n --mat-sys-label-small-tracking: 0.031rem;\n --mat-sys-label-small-weight: 500;\n --mat-sys-title-large: 400 1.375rem / 1.75rem var(--app-font-family);\n --mat-sys-title-large-font: var(--app-font-family);\n --mat-sys-title-large-line-height: 1.75rem;\n --mat-sys-title-large-size: 1.375rem;\n --mat-sys-title-large-tracking: 0;\n --mat-sys-title-large-weight: 400;\n --mat-sys-title-medium: 500 1rem / 1.5rem var(--app-font-family);\n --mat-sys-title-medium-font: var(--app-font-family);\n --mat-sys-title-medium-line-height: 1.5rem;\n --mat-sys-title-medium-size: 1rem;\n --mat-sys-title-medium-tracking: 0.009rem;\n --mat-sys-title-medium-weight: 500;\n --mat-sys-title-small: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-title-small-font: var(--app-font-family);\n --mat-sys-title-small-line-height: 1.25rem;\n --mat-sys-title-small-size: 0.875rem;\n --mat-sys-title-small-tracking: 0.006rem;\n --mat-sys-title-small-weight: 500;\n --mat-sys-corner-extra-large: 28px;\n --mat-sys-corner-extra-large-top: 28px 28px 0 0;\n --mat-sys-corner-extra-small: 4px;\n --mat-sys-corner-extra-small-top: 4px 4px 0 0;\n --mat-sys-corner-full: 9999px;\n --mat-sys-corner-large: 16px;\n --mat-sys-corner-large-end: 0 16px 16px 0;\n --mat-sys-corner-large-start: 16px 0 0 16px;\n --mat-sys-corner-large-top: 16px 16px 0 0;\n --mat-sys-corner-medium: 12px;\n --mat-sys-corner-none: 0;\n --mat-sys-corner-small: 8px;\n --mat-sys-dragged-state-layer-opacity: 0.16;\n --mat-sys-focus-state-layer-opacity: 0.12;\n --mat-sys-hover-state-layer-opacity: 0.08;\n --mat-sys-pressed-state-layer-opacity: 0.12;\n}\n.filing .mat-primary .mat-pseudo-checkbox-checked,\n.filing .mat-primary .mat-pseudo-checkbox-indeterminate {\n background: transparent !important;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox {\n width: 24px;\n height: 24px;\n flex-basis: 24px;\n padding: 0;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__background {\n width: 24px;\n height: 24px;\n border-radius: 6px;\n top: 0;\n left: 0;\n border: 3px solid var(--filing-modal-color-grey);\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__checkmark {\n height: 20px;\n width: 20px;\n font-size: 20px;\n top: 1px;\n left: 1px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__ripple,\n.filing .mat-mdc-checkbox[cardView] .mat-ripple {\n display: none;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-label {\n padding-left: 8px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-button__label {\n line-height: 10px;\n}\n/*# sourceMappingURL=material-theme.css.map */\n'], encapsulation: 3 });
|
|
88473
88802
|
};
|
|
88474
88803
|
(() => {
|
|
88475
88804
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(FilingComponent, [{
|
|
@@ -88481,7 +88810,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88481
88810
|
MatIcon,
|
|
88482
88811
|
FederalComponent,
|
|
88483
88812
|
OntarioComponent
|
|
88484
|
-
], encapsulation: ViewEncapsulation.ShadowDom,
|
|
88813
|
+
], encapsulation: ViewEncapsulation.ShadowDom, host: {
|
|
88814
|
+
"[style.height]": "modalHeight()"
|
|
88815
|
+
}, template: `<div class="filing">\r
|
|
88485
88816
|
<div class="filing-title">\r
|
|
88486
88817
|
<h1 class="filing-title-text">{{title() | translate}}</h1>\r
|
|
88487
88818
|
<mat-icon (click)="onClose()" class="filing-title-action">close</mat-icon>\r
|
|
@@ -88548,11 +88879,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
88548
88879
|
}\r
|
|
88549
88880
|
</div>\r
|
|
88550
88881
|
</div>\r
|
|
88551
|
-
`, styles: ["/* src/app/components/filing/filing.component.scss */\n:host .filing {\n position: relative;\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .filing-title {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .filing-title-text {\n color: #666666;\n}\n:host .filing-title-action {\n cursor: pointer;\n}\n:host .filing-header {\n display: flex;\n width: 100%;\n justify-content: flex-end;\n}\n:host .filing-content {\n height: calc(100% - 44px);\n}\n:host .filing-content.edit {\n height: calc(100% - 95px);\n}\n:host .filing-content-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n background: transparent;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.pointer {\n cursor: pointer;\n}\n/*# sourceMappingURL=filing.component.css.map */\n", '/* src/app/components/filing/typography.scss */\n:host {\n --filing-modal-color-grey: #444444;\n --filing-modal-color-dark-blue: #485673;\n --filing-modal-color-grey-mid: #A0A0A0;\n --filing-modal-color-light-blue: #3778E4;\n --filing-modal-color-black: #444444;\n}\nmat-icon {\n font-family: "Material Icons" !important;\n font-size: 20px;\n height: 20px;\n width: 20px;\n line-height: 20px;\n}\nh1 {\n font-size: 24px;\n line-height: 28px;\n font-weight: 700;\n font-family: "Open Sans";\n margin: 0;\n}\nh2 {\n font-size: 22px;\n line-height: 26px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh3 {\n font-size: 18px;\n font-weight: 600;\n font-family: "Open Sans";\n margin-top: 0;\n margin-bottom: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 22px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 20px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\n.body-1-regular {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-1-bold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-1-semibold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 600;\n font-family: "Open Sans";\n}\n.body-2-regular {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-2-bold {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-3-regular {\n line-height: 20px;\n font-size: 16px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-regular {\n line-height: 18px;\n font-size: 18px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-bold {\n line-height: 20px;\n font-size: 20px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin: 0;\n}\n.black {\n color: var(--filing-modal-color-black);\n}\n.grey {\n color: var(--filing-modal-color-grey);\n}\n.dark-blue {\n color: var(--filing-modal-color-dark-blue);\n}\n.grey-mid {\n color: var(--filing-modal-color-grey-mid);\n}\n.light-blue {\n color: var(--filing-modal-color-light-blue);\n}\n/*# sourceMappingURL=typography.css.map */\n', '/* src/app/components/filing/material-theme.scss */\n.filling {\n height: 100%;\n overflow: hidden;\n}\n* {\n box-sizing: border-box;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n}\n.filling {\n margin: 0;\n font-family: "Helvetica Neue", sans-serif;\n}\n.filing {\n --app-font-family:\n -apple-system,\n BlinkMacSystemFont,\n "Helvetica Neue",\n Helvetica,\n Arial,\n sans-serif;\n --mat-sys-background: #faf9fd;\n --mat-sys-error: #ba1a1a;\n --mat-sys-error-container: #ffdad6;\n --mat-sys-inverse-on-surface: #f2f0f4;\n --mat-sys-inverse-primary: #abc7ff;\n --mat-sys-inverse-surface: #2f3033;\n --mat-sys-on-background: #1a1b1f;\n --mat-sys-on-error: #ffffff;\n --mat-sys-on-error-container: #93000a;\n --mat-sys-on-primary: #ffffff;\n --mat-sys-on-primary-container: #00458f;\n --mat-sys-on-primary-fixed: #001b3f;\n --mat-sys-on-primary-fixed-variant: #00458f;\n --mat-sys-on-secondary: #ffffff;\n --mat-sys-on-secondary-container: #3e4759;\n --mat-sys-on-secondary-fixed: #131c2b;\n --mat-sys-on-secondary-fixed-variant: #3e4759;\n --mat-sys-on-surface: #1a1b1f;\n --mat-sys-on-surface-variant: var(--filing-modal-color-grey);\n --mat-sys-on-tertiary: #ffffff;\n --mat-sys-on-tertiary-container: #0000ef;\n --mat-sys-on-tertiary-fixed: #00006e;\n --mat-sys-on-tertiary-fixed-variant: #0000ef;\n --mat-sys-outline: #74777f;\n --mat-sys-outline-variant: #c4c6d0;\n --mat-sys-primary: #3778e4;\n --mat-sys-primary-container: #d7e3ff;\n --mat-sys-primary-fixed: #d7e3ff;\n --mat-sys-primary-fixed-dim: #abc7ff;\n --mat-sys-scrim: #000000;\n --mat-sys-secondary: #565e71;\n --mat-sys-secondary-container: #dae2f9;\n --mat-sys-secondary-fixed: #dae2f9;\n --mat-sys-secondary-fixed-dim: #bec6dc;\n --mat-sys-shadow: #000000;\n --mat-sys-surface: #faf9fd;\n --mat-sys-surface-bright: #faf9fd;\n --mat-sys-surface-container: #efedf0;\n --mat-sys-surface-container-high: #e9e7eb;\n --mat-sys-surface-container-highest: #e3e2e6;\n --mat-sys-surface-container-low: #f4f3f6;\n --mat-sys-surface-container-lowest: #ffffff;\n --mat-sys-surface-dim: #dbd9dd;\n --mat-sys-surface-tint: #005cbb;\n --mat-sys-surface-variant: #e0e2ec;\n --mat-sys-tertiary: #343dff;\n --mat-sys-tertiary-container: #e0e0ff;\n --mat-sys-tertiary-fixed: #e0e0ff;\n --mat-sys-tertiary-fixed-dim: #bec2ff;\n --mat-sys-neutral-variant20: #2d3038;\n --mat-sys-neutral10: #1a1b1f;\n --mdc-filled-button-container-height: 35px;\n --mdc-outlined-button-container-height: 35px;\n --mdc-text-button-label-text-color: #808090;\n --mdc-filled-button-label-text-weight: 600;\n --mdc-text-button-label-text-weight: 600;\n --mdc-filled-button-container-shape: 4px;\n --mdc-outlined-button-outline-color: none;\n --mdc-outlined-button-container-shape: 6px;\n --mat-sys-level0:\n 0px 0px 0px 0px rgba(0, 0, 0, 0.2),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.14),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2),\n 0px 1px 1px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2),\n 0px 3px 4px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2),\n 0px 6px 10px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level4:\n 0px 5px 5px -3px rgba(0, 0, 0, 0.2),\n 0px 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0px 3px 14px 2px rgba(0, 0, 0, 0.12);\n --mat-sys-level5:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2),\n 0px 12px 17px 2px rgba(0, 0, 0, 0.14),\n 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --mdc-outlined-button-label-text-size: 14px;\n --mdc-filled-button-label-text-size: 14px;\n --mdc-filled-text-field-label-text-size: 16px;\n --mat-sys-body-large: 400 1rem / 1.5rem var(--app-font-family);\n --mat-sys-body-large-font: var(--app-font-family);\n --mat-sys-body-large-line-height: 1.5rem;\n --mat-sys-body-large-size: 14px;\n --mat-sys-body-large-tracking: 0.031rem;\n --mat-sys-body-large-weight: 400;\n --mat-sys-body-medium: 400 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-body-medium-font: var(--app-font-family);\n --mat-sys-body-medium-line-height: 1.25rem;\n --mat-sys-body-medium-size: 0.875rem;\n --mat-sys-body-medium-tracking: 0.016rem;\n --mat-sys-body-medium-weight: 400;\n --mat-sys-body-small: 400 0.75rem / 1rem var(--app-font-family);\n --mat-sys-body-small-font: var(--app-font-family);\n --mat-sys-body-small-line-height: 1rem;\n --mat-sys-body-small-size: 0.75rem;\n --mat-sys-body-small-tracking: 0.025rem;\n --mat-sys-body-small-weight: 400;\n --mat-sys-display-large: 400 3.562rem / 4rem var(--app-font-family);\n --mat-sys-display-large-font: var(--app-font-family);\n --mat-sys-display-large-line-height: 4rem;\n --mat-sys-display-large-size: 3.562rem;\n --mat-sys-display-large-tracking: -0.016rem;\n --mat-sys-display-large-weight: 400;\n --mat-sys-display-medium: 400 2.812rem / 3.25rem var(--app-font-family);\n --mat-sys-display-medium-font: var(--app-font-family);\n --mat-sys-display-medium-line-height: 3.25rem;\n --mat-sys-display-medium-size: 2.812rem;\n --mat-sys-display-medium-tracking: 0;\n --mat-sys-display-medium-weight: 400;\n --mat-sys-display-small: 400 2.25rem / 2.75rem var(--app-font-family);\n --mat-sys-display-small-font: var(--app-font-family);\n --mat-sys-display-small-line-height: 2.75rem;\n --mat-sys-display-small-size: 2.25rem;\n --mat-sys-display-small-tracking: 0;\n --mat-sys-display-small-weight: 400;\n --mat-sys-headline-large: 400 2rem / 2.5rem var(--app-font-family);\n --mat-sys-headline-large-font: var(--app-font-family);\n --mat-sys-headline-large-line-height: 2.5rem;\n --mat-sys-headline-large-size: 2rem;\n --mat-sys-headline-large-tracking: 0;\n --mat-sys-headline-large-weight: 400;\n --mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--app-font-family);\n --mat-sys-headline-medium-font: var(--app-font-family);\n --mat-sys-headline-medium-line-height: 2.25rem;\n --mat-sys-headline-medium-size: 1.75rem;\n --mat-sys-headline-medium-tracking: 0;\n --mat-sys-headline-medium-weight: 400;\n --mat-sys-headline-small: 400 1.5rem / 2rem var(--app-font-family);\n --mat-sys-headline-small-font: var(--app-font-family);\n --mat-sys-headline-small-line-height: 2rem;\n --mat-sys-headline-small-size: 1.5rem;\n --mat-sys-headline-small-tracking: 0;\n --mat-sys-headline-small-weight: 400;\n --mat-sys-label-large: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-label-large-font: var(--app-font-family);\n --mat-sys-label-large-line-height: 1.25rem;\n --mat-sys-label-large-size: 0.875rem;\n --mat-sys-label-large-tracking: 0.006rem;\n --mat-sys-label-large-weight: 500;\n --mat-sys-label-large-weight-prominent: 700;\n --mat-sys-label-medium: 500 0.75rem / 1rem var(--app-font-family);\n --mat-sys-label-medium-font: var(--app-font-family);\n --mat-sys-label-medium-line-height: 1rem;\n --mat-sys-label-medium-size: 0.75rem;\n --mat-sys-label-medium-tracking: 0.031rem;\n --mat-sys-label-medium-weight: 500;\n --mat-sys-label-medium-weight-prominent: 700;\n --mat-sys-label-small: 500 0.688rem / 1rem var(--app-font-family);\n --mat-sys-label-small-font: var(--app-font-family);\n --mat-sys-label-small-line-height: 1rem;\n --mat-sys-label-small-size: 0.688rem;\n --mat-sys-label-small-tracking: 0.031rem;\n --mat-sys-label-small-weight: 500;\n --mat-sys-title-large: 400 1.375rem / 1.75rem var(--app-font-family);\n --mat-sys-title-large-font: var(--app-font-family);\n --mat-sys-title-large-line-height: 1.75rem;\n --mat-sys-title-large-size: 1.375rem;\n --mat-sys-title-large-tracking: 0;\n --mat-sys-title-large-weight: 400;\n --mat-sys-title-medium: 500 1rem / 1.5rem var(--app-font-family);\n --mat-sys-title-medium-font: var(--app-font-family);\n --mat-sys-title-medium-line-height: 1.5rem;\n --mat-sys-title-medium-size: 1rem;\n --mat-sys-title-medium-tracking: 0.009rem;\n --mat-sys-title-medium-weight: 500;\n --mat-sys-title-small: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-title-small-font: var(--app-font-family);\n --mat-sys-title-small-line-height: 1.25rem;\n --mat-sys-title-small-size: 0.875rem;\n --mat-sys-title-small-tracking: 0.006rem;\n --mat-sys-title-small-weight: 500;\n --mat-sys-corner-extra-large: 28px;\n --mat-sys-corner-extra-large-top: 28px 28px 0 0;\n --mat-sys-corner-extra-small: 4px;\n --mat-sys-corner-extra-small-top: 4px 4px 0 0;\n --mat-sys-corner-full: 9999px;\n --mat-sys-corner-large: 16px;\n --mat-sys-corner-large-end: 0 16px 16px 0;\n --mat-sys-corner-large-start: 16px 0 0 16px;\n --mat-sys-corner-large-top: 16px 16px 0 0;\n --mat-sys-corner-medium: 12px;\n --mat-sys-corner-none: 0;\n --mat-sys-corner-small: 8px;\n --mat-sys-dragged-state-layer-opacity: 0.16;\n --mat-sys-focus-state-layer-opacity: 0.12;\n --mat-sys-hover-state-layer-opacity: 0.08;\n --mat-sys-pressed-state-layer-opacity: 0.12;\n}\n.filing .mat-primary .mat-pseudo-checkbox-checked,\n.filing .mat-primary .mat-pseudo-checkbox-indeterminate {\n background: transparent !important;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox {\n width: 24px;\n height: 24px;\n flex-basis: 24px;\n padding: 0;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__background {\n width: 24px;\n height: 24px;\n border-radius: 6px;\n top: 0;\n left: 0;\n border: 3px solid var(--filing-modal-color-grey);\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__checkmark {\n height: 20px;\n width: 20px;\n font-size: 20px;\n top: 1px;\n left: 1px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__ripple,\n.filing .mat-mdc-checkbox[cardView] .mat-ripple {\n display: none;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-label {\n padding-left: 8px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-button__label {\n line-height: 10px;\n}\n/*# sourceMappingURL=material-theme.css.map */\n'] }]
|
|
88882
|
+
`, styles: ["/* src/app/components/filing/filing.component.scss */\n:host {\n display: flex;\n}\n:host .filing {\n position: relative;\n height: 100%;\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .filing-title {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .filing-title-text {\n color: #666666;\n}\n:host .filing-title-action {\n cursor: pointer;\n}\n:host .filing-header {\n display: flex;\n width: 100%;\n justify-content: flex-end;\n}\n:host .filing-content {\n height: calc(100% - 44px);\n}\n:host .filing-content.edit {\n height: calc(100% - 95px);\n}\n:host .filing-content-loading {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n background: transparent;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.pointer {\n cursor: pointer;\n}\n/*# sourceMappingURL=filing.component.css.map */\n", '/* src/app/components/filing/typography.scss */\n:host {\n --filing-modal-color-grey: #444444;\n --filing-modal-color-dark-blue: #485673;\n --filing-modal-color-grey-mid: #A0A0A0;\n --filing-modal-color-light-blue: #3778E4;\n --filing-modal-color-black: #444444;\n}\nmat-icon {\n font-family: "Material Icons" !important;\n font-size: 20px;\n height: 20px;\n width: 20px;\n line-height: 20px;\n}\nh1 {\n font-size: 24px;\n line-height: 28px;\n font-weight: 700;\n font-family: "Open Sans";\n margin: 0;\n}\nh2 {\n font-size: 22px;\n line-height: 26px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh3 {\n font-size: 18px;\n font-weight: 600;\n font-family: "Open Sans";\n margin-top: 0;\n margin-bottom: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 22px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\nh4 {\n font-size: 16px;\n line-height: 20px;\n font-weight: 600;\n font-family: "Open Sans";\n margin: 0;\n}\n.body-1-regular {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-1-bold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-1-semibold {\n line-height: 20px;\n font-size: 14px !important;\n font-weight: 600;\n font-family: "Open Sans";\n}\n.body-2-regular {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-2-bold {\n line-height: 20px;\n font-size: 12px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\n.body-3-regular {\n line-height: 20px;\n font-size: 16px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-regular {\n line-height: 18px;\n font-size: 18px !important;\n font-weight: 400;\n font-family: "Open Sans";\n}\n.body-4-bold {\n line-height: 20px;\n font-size: 20px !important;\n font-weight: 700;\n font-family: "Open Sans";\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np {\n margin: 0;\n}\n.black {\n color: var(--filing-modal-color-black);\n}\n.grey {\n color: var(--filing-modal-color-grey);\n}\n.dark-blue {\n color: var(--filing-modal-color-dark-blue);\n}\n.grey-mid {\n color: var(--filing-modal-color-grey-mid);\n}\n.light-blue {\n color: var(--filing-modal-color-light-blue);\n}\n/*# sourceMappingURL=typography.css.map */\n', '/* src/app/components/filing/material-theme.scss */\n.filling {\n height: 100%;\n overflow: hidden;\n}\n* {\n box-sizing: border-box;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n}\n.filling {\n margin: 0;\n font-family: "Helvetica Neue", sans-serif;\n}\n.filing {\n --app-font-family:\n -apple-system,\n BlinkMacSystemFont,\n "Helvetica Neue",\n Helvetica,\n Arial,\n sans-serif;\n --mat-sys-background: #faf9fd;\n --mat-sys-error: #ba1a1a;\n --mat-sys-error-container: #ffdad6;\n --mat-sys-inverse-on-surface: #f2f0f4;\n --mat-sys-inverse-primary: #abc7ff;\n --mat-sys-inverse-surface: #2f3033;\n --mat-sys-on-background: #1a1b1f;\n --mat-sys-on-error: #ffffff;\n --mat-sys-on-error-container: #93000a;\n --mat-sys-on-primary: #ffffff;\n --mat-sys-on-primary-container: #00458f;\n --mat-sys-on-primary-fixed: #001b3f;\n --mat-sys-on-primary-fixed-variant: #00458f;\n --mat-sys-on-secondary: #ffffff;\n --mat-sys-on-secondary-container: #3e4759;\n --mat-sys-on-secondary-fixed: #131c2b;\n --mat-sys-on-secondary-fixed-variant: #3e4759;\n --mat-sys-on-surface: #1a1b1f;\n --mat-sys-on-surface-variant: var(--filing-modal-color-grey);\n --mat-sys-on-tertiary: #ffffff;\n --mat-sys-on-tertiary-container: #0000ef;\n --mat-sys-on-tertiary-fixed: #00006e;\n --mat-sys-on-tertiary-fixed-variant: #0000ef;\n --mat-sys-outline: #74777f;\n --mat-sys-outline-variant: #c4c6d0;\n --mat-sys-primary: #3778e4;\n --mat-sys-primary-container: #d7e3ff;\n --mat-sys-primary-fixed: #d7e3ff;\n --mat-sys-primary-fixed-dim: #abc7ff;\n --mat-sys-scrim: #000000;\n --mat-sys-secondary: #565e71;\n --mat-sys-secondary-container: #dae2f9;\n --mat-sys-secondary-fixed: #dae2f9;\n --mat-sys-secondary-fixed-dim: #bec6dc;\n --mat-sys-shadow: #000000;\n --mat-sys-surface: #faf9fd;\n --mat-sys-surface-bright: #faf9fd;\n --mat-sys-surface-container: #efedf0;\n --mat-sys-surface-container-high: #e9e7eb;\n --mat-sys-surface-container-highest: #e3e2e6;\n --mat-sys-surface-container-low: #f4f3f6;\n --mat-sys-surface-container-lowest: #ffffff;\n --mat-sys-surface-dim: #dbd9dd;\n --mat-sys-surface-tint: #005cbb;\n --mat-sys-surface-variant: #e0e2ec;\n --mat-sys-tertiary: #343dff;\n --mat-sys-tertiary-container: #e0e0ff;\n --mat-sys-tertiary-fixed: #e0e0ff;\n --mat-sys-tertiary-fixed-dim: #bec2ff;\n --mat-sys-neutral-variant20: #2d3038;\n --mat-sys-neutral10: #1a1b1f;\n --mdc-filled-button-container-height: 35px;\n --mdc-outlined-button-container-height: 35px;\n --mdc-text-button-label-text-color: #808090;\n --mdc-filled-button-label-text-weight: 600;\n --mdc-text-button-label-text-weight: 600;\n --mdc-filled-button-container-shape: 4px;\n --mdc-outlined-button-outline-color: none;\n --mdc-outlined-button-container-shape: 6px;\n --mat-sys-level0:\n 0px 0px 0px 0px rgba(0, 0, 0, 0.2),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.14),\n 0px 0px 0px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2),\n 0px 1px 1px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2),\n 0px 3px 4px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2),\n 0px 6px 10px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --mat-sys-level4:\n 0px 5px 5px -3px rgba(0, 0, 0, 0.2),\n 0px 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0px 3px 14px 2px rgba(0, 0, 0, 0.12);\n --mat-sys-level5:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2),\n 0px 12px 17px 2px rgba(0, 0, 0, 0.14),\n 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --mdc-outlined-button-label-text-size: 14px;\n --mdc-filled-button-label-text-size: 14px;\n --mdc-filled-text-field-label-text-size: 16px;\n --mat-sys-body-large: 400 1rem / 1.5rem var(--app-font-family);\n --mat-sys-body-large-font: var(--app-font-family);\n --mat-sys-body-large-line-height: 1.5rem;\n --mat-sys-body-large-size: 14px;\n --mat-sys-body-large-tracking: 0.031rem;\n --mat-sys-body-large-weight: 400;\n --mat-sys-body-medium: 400 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-body-medium-font: var(--app-font-family);\n --mat-sys-body-medium-line-height: 1.25rem;\n --mat-sys-body-medium-size: 0.875rem;\n --mat-sys-body-medium-tracking: 0.016rem;\n --mat-sys-body-medium-weight: 400;\n --mat-sys-body-small: 400 0.75rem / 1rem var(--app-font-family);\n --mat-sys-body-small-font: var(--app-font-family);\n --mat-sys-body-small-line-height: 1rem;\n --mat-sys-body-small-size: 0.75rem;\n --mat-sys-body-small-tracking: 0.025rem;\n --mat-sys-body-small-weight: 400;\n --mat-sys-display-large: 400 3.562rem / 4rem var(--app-font-family);\n --mat-sys-display-large-font: var(--app-font-family);\n --mat-sys-display-large-line-height: 4rem;\n --mat-sys-display-large-size: 3.562rem;\n --mat-sys-display-large-tracking: -0.016rem;\n --mat-sys-display-large-weight: 400;\n --mat-sys-display-medium: 400 2.812rem / 3.25rem var(--app-font-family);\n --mat-sys-display-medium-font: var(--app-font-family);\n --mat-sys-display-medium-line-height: 3.25rem;\n --mat-sys-display-medium-size: 2.812rem;\n --mat-sys-display-medium-tracking: 0;\n --mat-sys-display-medium-weight: 400;\n --mat-sys-display-small: 400 2.25rem / 2.75rem var(--app-font-family);\n --mat-sys-display-small-font: var(--app-font-family);\n --mat-sys-display-small-line-height: 2.75rem;\n --mat-sys-display-small-size: 2.25rem;\n --mat-sys-display-small-tracking: 0;\n --mat-sys-display-small-weight: 400;\n --mat-sys-headline-large: 400 2rem / 2.5rem var(--app-font-family);\n --mat-sys-headline-large-font: var(--app-font-family);\n --mat-sys-headline-large-line-height: 2.5rem;\n --mat-sys-headline-large-size: 2rem;\n --mat-sys-headline-large-tracking: 0;\n --mat-sys-headline-large-weight: 400;\n --mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--app-font-family);\n --mat-sys-headline-medium-font: var(--app-font-family);\n --mat-sys-headline-medium-line-height: 2.25rem;\n --mat-sys-headline-medium-size: 1.75rem;\n --mat-sys-headline-medium-tracking: 0;\n --mat-sys-headline-medium-weight: 400;\n --mat-sys-headline-small: 400 1.5rem / 2rem var(--app-font-family);\n --mat-sys-headline-small-font: var(--app-font-family);\n --mat-sys-headline-small-line-height: 2rem;\n --mat-sys-headline-small-size: 1.5rem;\n --mat-sys-headline-small-tracking: 0;\n --mat-sys-headline-small-weight: 400;\n --mat-sys-label-large: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-label-large-font: var(--app-font-family);\n --mat-sys-label-large-line-height: 1.25rem;\n --mat-sys-label-large-size: 0.875rem;\n --mat-sys-label-large-tracking: 0.006rem;\n --mat-sys-label-large-weight: 500;\n --mat-sys-label-large-weight-prominent: 700;\n --mat-sys-label-medium: 500 0.75rem / 1rem var(--app-font-family);\n --mat-sys-label-medium-font: var(--app-font-family);\n --mat-sys-label-medium-line-height: 1rem;\n --mat-sys-label-medium-size: 0.75rem;\n --mat-sys-label-medium-tracking: 0.031rem;\n --mat-sys-label-medium-weight: 500;\n --mat-sys-label-medium-weight-prominent: 700;\n --mat-sys-label-small: 500 0.688rem / 1rem var(--app-font-family);\n --mat-sys-label-small-font: var(--app-font-family);\n --mat-sys-label-small-line-height: 1rem;\n --mat-sys-label-small-size: 0.688rem;\n --mat-sys-label-small-tracking: 0.031rem;\n --mat-sys-label-small-weight: 500;\n --mat-sys-title-large: 400 1.375rem / 1.75rem var(--app-font-family);\n --mat-sys-title-large-font: var(--app-font-family);\n --mat-sys-title-large-line-height: 1.75rem;\n --mat-sys-title-large-size: 1.375rem;\n --mat-sys-title-large-tracking: 0;\n --mat-sys-title-large-weight: 400;\n --mat-sys-title-medium: 500 1rem / 1.5rem var(--app-font-family);\n --mat-sys-title-medium-font: var(--app-font-family);\n --mat-sys-title-medium-line-height: 1.5rem;\n --mat-sys-title-medium-size: 1rem;\n --mat-sys-title-medium-tracking: 0.009rem;\n --mat-sys-title-medium-weight: 500;\n --mat-sys-title-small: 500 0.875rem / 1.25rem var(--app-font-family);\n --mat-sys-title-small-font: var(--app-font-family);\n --mat-sys-title-small-line-height: 1.25rem;\n --mat-sys-title-small-size: 0.875rem;\n --mat-sys-title-small-tracking: 0.006rem;\n --mat-sys-title-small-weight: 500;\n --mat-sys-corner-extra-large: 28px;\n --mat-sys-corner-extra-large-top: 28px 28px 0 0;\n --mat-sys-corner-extra-small: 4px;\n --mat-sys-corner-extra-small-top: 4px 4px 0 0;\n --mat-sys-corner-full: 9999px;\n --mat-sys-corner-large: 16px;\n --mat-sys-corner-large-end: 0 16px 16px 0;\n --mat-sys-corner-large-start: 16px 0 0 16px;\n --mat-sys-corner-large-top: 16px 16px 0 0;\n --mat-sys-corner-medium: 12px;\n --mat-sys-corner-none: 0;\n --mat-sys-corner-small: 8px;\n --mat-sys-dragged-state-layer-opacity: 0.16;\n --mat-sys-focus-state-layer-opacity: 0.12;\n --mat-sys-hover-state-layer-opacity: 0.08;\n --mat-sys-pressed-state-layer-opacity: 0.12;\n}\n.filing .mat-primary .mat-pseudo-checkbox-checked,\n.filing .mat-primary .mat-pseudo-checkbox-indeterminate {\n background: transparent !important;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox {\n width: 24px;\n height: 24px;\n flex-basis: 24px;\n padding: 0;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__background {\n width: 24px;\n height: 24px;\n border-radius: 6px;\n top: 0;\n left: 0;\n border: 3px solid var(--filing-modal-color-grey);\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__checkmark {\n height: 20px;\n width: 20px;\n font-size: 20px;\n top: 1px;\n left: 1px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-checkbox__ripple,\n.filing .mat-mdc-checkbox[cardView] .mat-ripple {\n display: none;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-label {\n padding-left: 8px;\n}\n.filing .mat-mdc-checkbox[cardView] .mdc-button__label {\n line-height: 10px;\n}\n/*# sourceMappingURL=material-theme.css.map */\n'] }]
|
|
88552
88883
|
}], () => [], null);
|
|
88553
88884
|
})();
|
|
88554
88885
|
(() => {
|
|
88555
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber:
|
|
88886
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber: 83 });
|
|
88556
88887
|
})();
|
|
88557
88888
|
}
|
|
88558
88889
|
});
|
|
@@ -93054,7 +93385,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93054
93385
|
"Nuans Report Reference Number is required": "Nuans Report Reference Number is required",
|
|
93055
93386
|
"Nuans Report Date": "Nuans Report Date",
|
|
93056
93387
|
"Nuans Report Date is required": "Nuans Report Date is required",
|
|
93057
|
-
"A legal opinion was obtained to
|
|
93388
|
+
"A legal opinion was obtained to use the proposed name": "A legal opinion was obtained to use the proposed name",
|
|
93058
93389
|
"Legal Opinion": "Legal Opinion",
|
|
93059
93390
|
"Lawyer Signing Opinion": "Lawyer Signing Opinion",
|
|
93060
93391
|
"Laywer Signing Opinion is required": "Laywer Signing Opinion is required",
|
|
@@ -93062,12 +93393,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93062
93393
|
"Unit Number is required": "Unit Number is required",
|
|
93063
93394
|
"Street Number is required": "Street Number is required",
|
|
93064
93395
|
"Street Name is required": "Street Name is required",
|
|
93065
|
-
"
|
|
93396
|
+
"Minimum and Maximum Number of Directors": "Minimum and Maximum Number of Directors",
|
|
93066
93397
|
"Number of Directors": "Number of Directors",
|
|
93067
|
-
"
|
|
93398
|
+
"Nuans Report Reference #": "Nuans Report Reference #",
|
|
93399
|
+
"Shares & Provisions": "Shares and Provisions",
|
|
93068
93400
|
"Restrictions on Business Owners": "Restrictions on Business Owners",
|
|
93069
93401
|
"Description of Classes of Shares": "Description of Classes of Shares",
|
|
93070
93402
|
"Rights, Privileges, Restrictions and Conditions": "Rights, Privileges, Restrictions and Conditions",
|
|
93403
|
+
"Restrictions on Business or Powers": "Restrictions on Business or Powers",
|
|
93071
93404
|
"Restrictions on Share Transfers": "Restrictions on Share Transfers",
|
|
93072
93405
|
"Other Provisions": "Other Provisions",
|
|
93073
93406
|
Contact: "Contact",
|
|
@@ -93092,7 +93425,31 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93092
93425
|
"Year of Filing": "Year of Filing",
|
|
93093
93426
|
"Annual Meeting": "Annual Meeting",
|
|
93094
93427
|
"Type of Corporation": "Type of Corporation",
|
|
93095
|
-
"Number of Shareholders": "Number of Shareholders"
|
|
93428
|
+
"Number of Shareholders": "Number of Shareholders",
|
|
93429
|
+
"Some required fields aren't completed.": "Some required fields aren't completed.",
|
|
93430
|
+
"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.',
|
|
93431
|
+
"TERMS.agreement_mandatory": "Agreement to these Terms and Conditions by the following persons and entities is a mandatory condition of filing:",
|
|
93432
|
+
"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',
|
|
93433
|
+
"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',
|
|
93434
|
+
"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.",
|
|
93435
|
+
"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.",
|
|
93436
|
+
"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.",
|
|
93437
|
+
"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.",
|
|
93438
|
+
"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.",
|
|
93439
|
+
"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.",
|
|
93440
|
+
"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.",
|
|
93441
|
+
"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.",
|
|
93442
|
+
"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.",
|
|
93443
|
+
"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.",
|
|
93444
|
+
"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.",
|
|
93445
|
+
"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.",
|
|
93446
|
+
"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.",
|
|
93447
|
+
"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.",
|
|
93448
|
+
"TERMS.section_13": "13. The Acts set out penalties, including fines, for submitting false or misleading information.",
|
|
93449
|
+
"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.",
|
|
93450
|
+
"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.",
|
|
93451
|
+
"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.",
|
|
93452
|
+
"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
93453
|
};
|
|
93097
93454
|
}
|
|
93098
93455
|
});
|
|
@@ -93141,7 +93498,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93141
93498
|
"Cancel Edits": "Annuler les modifications",
|
|
93142
93499
|
Cancel: "Annuler",
|
|
93143
93500
|
NOTE: "REMARQUE",
|
|
93144
|
-
"A new draft needs to be generated as the Entity was changed since the last draft was produced.": "Un nouveau
|
|
93501
|
+
"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
93502
|
"Terms and Conditions": "Termes et conditions",
|
|
93146
93503
|
"I have read and agree to the Terms and Conditions": "J'ai lu et j'accepte les Termes et conditions",
|
|
93147
93504
|
Signatory: "Signataire",
|
|
@@ -93242,7 +93599,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93242
93599
|
"Post Code": "Code postal",
|
|
93243
93600
|
"Postal / Zip": "Code postal / ZIP",
|
|
93244
93601
|
"Primary Activity": "Activit\xE9 principale",
|
|
93245
|
-
"Client/Matter Number": "
|
|
93602
|
+
"Client/Matter Number": "Num\xE9ro de client/dossier",
|
|
93246
93603
|
"Region Name": "Nom de la r\xE9gion",
|
|
93247
93604
|
"Resident Canadian": "R\xE9sident canadien",
|
|
93248
93605
|
Role: "R\xF4le",
|
|
@@ -93286,7 +93643,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93286
93643
|
Chase: "All\xE9e",
|
|
93287
93644
|
Circle: "Cercle",
|
|
93288
93645
|
Circuit: "Circuit",
|
|
93289
|
-
Close: "
|
|
93646
|
+
Close: "Fermer",
|
|
93290
93647
|
Common: "Terrain commun",
|
|
93291
93648
|
Concession: "Concession",
|
|
93292
93649
|
Corners: "Carrefour",
|
|
@@ -93417,10 +93774,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93417
93774
|
"Proposed Corporation Name (French)": "Nom propos\xE9 de la soci\xE9t\xE9 (fran\xE7ais)",
|
|
93418
93775
|
"Proposed Corporation Name (French) is required": "Le nom propos\xE9 de la soci\xE9t\xE9 (fran\xE7ais) est requis",
|
|
93419
93776
|
"Nuans Report Reference Number": "Num\xE9ro de r\xE9f\xE9rence du rapport Nuans",
|
|
93777
|
+
"Nuans Report Reference #": "R\xE9f\xE9rence du rapport Nuans #",
|
|
93420
93778
|
"Nuans Report Reference Number is required": "Le num\xE9ro de r\xE9f\xE9rence du rapport Nuans est requis",
|
|
93421
93779
|
"Nuans Report Date": "Date du rapport Nuans",
|
|
93422
93780
|
"Nuans Report Date is required": "La date du rapport Nuans est requise",
|
|
93423
|
-
"A legal opinion was obtained to
|
|
93781
|
+
"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
93782
|
"Legal Opinion": "Avis juridique",
|
|
93425
93783
|
"Lawyer Signing Opinion": "Avocat signataire de l'avis",
|
|
93426
93784
|
"Laywer Signing Opinion is required": "L'avocat signataire de l'avis est requis",
|
|
@@ -93428,13 +93786,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93428
93786
|
"Unit Number is required": "Le num\xE9ro d'unit\xE9 est requis",
|
|
93429
93787
|
"Street Number is required": "Le num\xE9ro de rue est requis",
|
|
93430
93788
|
"Street Name is required": "Le nom de rue est requis",
|
|
93431
|
-
"
|
|
93789
|
+
"Minimum and Maximum Number of Directors": "Nombre minimal et maximal d'administrateurs",
|
|
93432
93790
|
"Number of Directors": "Nombre d'administrateurs",
|
|
93433
|
-
"Shares
|
|
93791
|
+
"Shares & Provisions": "Actions et dispositions",
|
|
93434
93792
|
"Restrictions on Business Owners": "Restrictions sur les propri\xE9taires d'entreprise",
|
|
93435
93793
|
"Description of Classes of Shares": "Description des cat\xE9gories d'actions",
|
|
93436
93794
|
"Rights, Privileges, Restrictions and Conditions": "Droits, privil\xE8ges, restrictions et conditions",
|
|
93437
93795
|
"Restrictions on Share Transfers": "Restrictions sur le transfert d'actions",
|
|
93796
|
+
"Restrictions on Business or Powers": "Restrictions sur les propri\xE9taires d'entreprise",
|
|
93438
93797
|
"Other Provisions": "Autres dispositions",
|
|
93439
93798
|
Contact: "Contact",
|
|
93440
93799
|
"Not specified": "Non sp\xE9cifi\xE9",
|
|
@@ -93458,7 +93817,31 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
93458
93817
|
"Year of Filing": "Ann\xE9e de d\xE9p\xF4t",
|
|
93459
93818
|
"Annual Meeting": "Assembl\xE9e annuelle",
|
|
93460
93819
|
"Type of Corporation": "Type de soci\xE9t\xE9",
|
|
93461
|
-
"Number of Shareholders": "Nombre d'actionnaires"
|
|
93820
|
+
"Number of Shareholders": "Nombre d'actionnaires",
|
|
93821
|
+
"Some required fields aren't completed.": "Certains champs obligatoires ne sont pas remplis.",
|
|
93822
|
+
"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.",
|
|
93823
|
+
"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 :",
|
|
93824
|
+
"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);",
|
|
93825
|
+
"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.",
|
|
93826
|
+
"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.",
|
|
93827
|
+
"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.",
|
|
93828
|
+
"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.",
|
|
93829
|
+
"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.",
|
|
93830
|
+
"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.",
|
|
93831
|
+
"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.",
|
|
93832
|
+
"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.",
|
|
93833
|
+
"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.",
|
|
93834
|
+
"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.",
|
|
93835
|
+
"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.",
|
|
93836
|
+
"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.",
|
|
93837
|
+
"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.",
|
|
93838
|
+
"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.",
|
|
93839
|
+
"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.",
|
|
93840
|
+
"TERMS.section_13": "13. La Loi pr\xE9voit des p\xE9nalit\xE9s, y compris des amendes, pour toute communication de renseignements faux ou trompeurs.",
|
|
93841
|
+
"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.",
|
|
93842
|
+
"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.",
|
|
93843
|
+
"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.",
|
|
93844
|
+
"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
93845
|
};
|
|
93463
93846
|
}
|
|
93464
93847
|
});
|