@dyedurham/search-and-file-widget 1.6.13 → 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.
Files changed (2) hide show
  1. package/dnd-filing-shell.js +510 -184
  2. package/package.json +1 -1
@@ -55798,10 +55798,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
55798
55798
  "src/app/constants/OntarioConstants.ts"() {
55799
55799
  (function(NameType3) {
55800
55800
  NameType3[NameType3["Numbered"] = 1] = "Numbered";
55801
- NameType3[NameType3["NamedEnglish"] = 2] = "NamedEnglish";
55802
- NameType3[NameType3["NamedFrench"] = 3] = "NamedFrench";
55803
- NameType3[NameType3["NamedBilingual"] = 4] = "NamedBilingual";
55804
- NameType3[NameType3["NamedCombined"] = 5] = "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",
@@ -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;
@@ -57421,57 +57759,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
57421
57759
  }
57422
57760
  });
57423
57761
 
57424
- // src/app/enums/common.enums.ts
57425
- var TaskType, ECoreGenericFilingFormType, ECoreFilingFormType, NAICSCodes;
57426
- var init_common_enums = __esm({
57427
- "src/app/enums/common.enums.ts"() {
57428
- (function(TaskType2) {
57429
- TaskType2["Formation"] = "Formation";
57430
- TaskType2["InitialReturn"] = "Initial Return";
57431
- TaskType2["AnnualReturn"] = "Annual Return";
57432
- TaskType2["NoticeOfChange"] = "Notice of Change";
57433
- TaskType2["AnnualCompliance"] = "Annual Compliance";
57434
- TaskType2["Amendments"] = "Amendments";
57435
- TaskType2["ChangeOfCompanyName"] = "Change of Company Name";
57436
- TaskType2["ChangeOfAddress"] = "Change of Address";
57437
- TaskType2["ChangeOfPrincipals"] = "Change of Principals";
57438
- TaskType2["RegistrationCompliance"] = "Registration Compliance";
57439
- TaskType2["Continuance"] = "Continuance";
57440
- TaskType2["Dissolve"] = "Dissolve";
57441
- TaskType2["Revival"] = "Revival";
57442
- })(TaskType || (TaskType = {}));
57443
- (function(ECoreGenericFilingFormType2) {
57444
- ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["InitialReturn"] = 1] = "InitialReturn";
57445
- ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["NoticeOfChange"] = 2] = "NoticeOfChange";
57446
- ECoreGenericFilingFormType2[ECoreGenericFilingFormType2["AnnualReturn"] = 3] = "AnnualReturn";
57447
- })(ECoreGenericFilingFormType || (ECoreGenericFilingFormType = {}));
57448
- (function(ECoreFilingFormType2) {
57449
- ECoreFilingFormType2[ECoreFilingFormType2["InitialReturn"] = 6] = "InitialReturn";
57450
- ECoreFilingFormType2[ECoreFilingFormType2["NoticeOfChange"] = 7] = "NoticeOfChange";
57451
- ECoreFilingFormType2[ECoreFilingFormType2["AnnualReturn"] = 1] = "AnnualReturn";
57452
- })(ECoreFilingFormType || (ECoreFilingFormType = {}));
57453
- (function(NAICSCodes2) {
57454
- NAICSCodes2["IndustrialMachineryManufacturing"] = "333248";
57455
- NAICSCodes2["AirTransportation"] = "481";
57456
- NAICSCodes2["ScheduledAirTransportation"] = "481110";
57457
- NAICSCodes2["NonScheduledAirTransportation"] = "48121";
57458
- NAICSCodes2["NonScheduledCharteredAirTransportation"] = "481214";
57459
- NAICSCodes2["NonScheduledSpecialtyFlyingServices"] = "481215";
57460
- NAICSCodes2["RailTransportation"] = "48211";
57461
- NAICSCodes2["ShortHaulFreightRailTransportation"] = "482112";
57462
- NAICSCodes2["MainlineFreightRailTransportation"] = "482113";
57463
- NAICSCodes2["PassengerRailTransportation"] = "482114";
57464
- NAICSCodes2["WaterTransportation"] = "483";
57465
- NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportation"] = "48311";
57466
- NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries"] = "483115";
57467
- NAICSCodes2["DeepSeaCoastalAndGreatLakesWaterTransportationByFerries"] = "483116";
57468
- NAICSCodes2["InlandWaterTransportation"] = "48321";
57469
- NAICSCodes2["InlandWaterTransportationExceptByFerries"] = "483213";
57470
- NAICSCodes2["InlandWaterTransportationByFerries"] = "483214";
57471
- })(NAICSCodes || (NAICSCodes = {}));
57472
- }
57473
- });
57474
-
57475
57762
  // src/app/enums/initial-return.enums.ts
57476
57763
  var IRCurrentState, IRAffiliationType;
57477
57764
  var init_initial_return_enums = __esm({
@@ -57805,6 +58092,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
57805
58092
  function getEPRegistrations(task) {
57806
58093
  return task.entity?.registrations?._registrations.filter((r) => r.type === "EP Registration") ?? [];
57807
58094
  }
58095
+ function toTitleCase(str) {
58096
+ if (!str)
58097
+ return "";
58098
+ return str.toLowerCase().replace(/(?:^|\s|[-/])\S/g, (match) => match.toUpperCase());
58099
+ }
57808
58100
  var init_common_utils = __esm({
57809
58101
  "src/app/utils/common.utils.ts"() {
57810
58102
  init_app_constants();
@@ -58180,7 +58472,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58180
58472
  type: FormType.Text,
58181
58473
  label: "",
58182
58474
  formControlName: "",
58183
- dynamicLabel: (form) => `Email: ${form.get(FormationFormControls.OfficialEmail)?.value ?? ""}`,
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
+ },
58184
58482
  class: "span-12"
58185
58483
  };
58186
58484
  RESIDENT_CHECKBOX_FIELD = {
@@ -58191,20 +58489,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58191
58489
  };
58192
58490
  FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP = {
58193
58491
  [AffiliationAddressType.CanadianNoSuite]: [
58194
- ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
58195
- EMAIL_TEXT_FIELD
58492
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT
58196
58493
  ],
58197
58494
  [AffiliationAddressType.CanadianSuite]: [
58198
- ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
58199
- EMAIL_TEXT_FIELD
58495
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT
58200
58496
  ],
58201
58497
  [AffiliationAddressType.InternationalNoSuite]: [
58202
- ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58203
- EMAIL_TEXT_FIELD
58498
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58204
58499
  ],
58205
58500
  [AffiliationAddressType.InternationalSuite]: [
58206
- ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL,
58207
- EMAIL_TEXT_FIELD
58501
+ ...FORMATION_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL
58208
58502
  ]
58209
58503
  };
58210
58504
  FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP = {
@@ -58598,7 +58892,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58598
58892
  requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedBilingual),
58599
58893
  requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedCombined)
58600
58894
  ]),
58601
- [FormationFormControls.NuansReportReferenceEng]: new FormControl(entityDetailsDelta?.nuansReportEnglishReferenceNumber ?? task._ext._consent_to_use_name, [
58895
+ [FormationFormControls.NuansReportReferenceEng]: new FormControl(entityDetailsDelta?.nuansReportEnglishReferenceNumber || task._ext._name_reservationID, [
58602
58896
  requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedEnglish),
58603
58897
  requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedBilingual),
58604
58898
  requiredIfValue(FormationFormControls.CorporationNameType, NameType.NamedCombined)
@@ -58929,7 +59223,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
58929
59223
  const firstName = person._profile.firstName || "";
58930
59224
  const lastName = person._profile.lastName || "";
58931
59225
  const middleName = person._profile.middleName || "";
58932
- const name = `${firstName} ${middleName} ${lastName}`;
59226
+ const name = [firstName, middleName, lastName].filter(Boolean).join(" ");
58933
59227
  const config2 = {
58934
59228
  [IRFormControls.ID]: new FormControl(affiliation._id),
58935
59229
  [IRFormControls.AffiliationName]: new FormControl(name),
@@ -80686,7 +80980,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80686
80980
  });
80687
80981
 
80688
80982
  // src/app/constants/initial-return-form.constants.ts
80689
- var directorFullAddressFormField, fullAddressFormField, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, ONTARIO_INITIAL_RETURN_FORM_GENERAL_FIELDS, ONTARIO_INITIAL_RETURN_CARD_FORM_ADDRESS_FIELDS_MAP, generateDirectorFields, ONTARIO_INITIAL_RETURN_FORM_ADDRESS_FIELDS_MAP, generateCertifiedByFields, ONTARIO_INITIAL_RETURN_FORM_CERTIFIED_BY_FIELDS_MAP;
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;
80690
80984
  var init_initial_return_form_constants = __esm({
80691
80985
  "src/app/constants/initial-return-form.constants.ts"() {
80692
80986
  init_form_enums();
@@ -80700,10 +80994,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80700
80994
  formControlName: "",
80701
80995
  dynamicLabel: (form, t, prevValueMap) => {
80702
80996
  const formValue = form.getRawValue();
80703
- const isUpdate = formValue[IRFormControls.AffiliationType] === IRAffiliationType.Update;
80704
80997
  const baseAddress = getAddressPreview(formValue);
80705
80998
  const baseResult = `<span class="body-1-semibold">${t("Full Address")}:</span> ${baseAddress}`;
80706
- if (!prevValueMap || !isUpdate) {
80999
+ if (!prevValueMap) {
80707
81000
  return baseResult;
80708
81001
  }
80709
81002
  const key = formValue[IRFormControls.AffiliationName];
@@ -80742,6 +81035,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80742
81035
  },
80743
81036
  class: "span-12"
80744
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
+ };
80745
81061
  ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT = [
80746
81062
  {
80747
81063
  type: FormType.Text,
@@ -80959,16 +81275,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80959
81275
  const baseEmail = form.get(IRFormControls.Email)?.value ?? "";
80960
81276
  const baseResult = `<span class="body-1-semibold">${t("Email")}:</span> ${form.get(IRFormControls.Email)?.value ?? ""}`;
80961
81277
  if (!prevValueMap || !isUpdate) {
80962
- return baseResult;
81278
+ return baseEmail ? baseResult : "";
80963
81279
  }
80964
81280
  const key = formValue[IRFormControls.AffiliationName];
80965
81281
  const prevValue = prevValueMap.get(key);
80966
81282
  if (!prevValue) {
80967
- return baseResult;
81283
+ return baseEmail ? baseResult : "";
80968
81284
  }
80969
81285
  const prevEmail = prevValue.email;
80970
81286
  if (prevEmail === baseEmail) {
80971
- return baseResult;
81287
+ return baseEmail ? baseResult : "";
80972
81288
  }
80973
81289
  return baseResult + `<span class="grey-mid"><br/><span class="body-1-semibold">${t("Previous Email")}:</span> ${prevEmail}</span>`;
80974
81290
  }
@@ -80996,10 +81312,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
80996
81312
  ...fields
80997
81313
  ];
80998
81314
  ONTARIO_INITIAL_RETURN_FORM_CERTIFIED_BY_FIELDS_MAP = {
80999
- [AffiliationAddressType.CanadianNoSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, fullAddressFormField]),
81000
- [AffiliationAddressType.CanadianSuite]: generateCertifiedByFields([...ONTARIO_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, fullAddressFormField]),
81001
- [AffiliationAddressType.InternationalNoSuite]: generateCertifiedByFields([fullAddressFormField]),
81002
- [AffiliationAddressType.InternationalSuite]: generateCertifiedByFields([fullAddressFormField])
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])
81003
81319
  };
81004
81320
  }
81005
81321
  });
@@ -81067,8 +81383,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81067
81383
  function OntarioUpdateMaintainFormComponent_Conditional_9_Template(rf, ctx) {
81068
81384
  if (rf & 1) {
81069
81385
  const _r6 = \u0275\u0275getCurrentView();
81070
- \u0275\u0275elementStart(0, "expandable-list-card", 13);
81071
- \u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_9_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
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) {
81072
81389
  \u0275\u0275restoreView(_r6);
81073
81390
  const ctx_r0 = \u0275\u0275nextContext();
81074
81391
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("directors", $event));
@@ -81077,9 +81394,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81077
81394
  }
81078
81395
  if (rf & 2) {
81079
81396
  let tmp_6_0;
81397
+ let tmp_7_0;
81080
81398
  const ctx_r0 = \u0275\u0275nextContext();
81081
81399
  const directorsArray_r7 = \u0275\u0275readContextLet(8);
81082
- \u0275\u0275property("prevData", (tmp_6_0 = ctx_r0.prevData()) == null ? null : tmp_6_0.directors)("isSubmitted", ctx_r0.isSubmitted())("isValid", ctx_r0.sectionValidity["directors"])("areItemsOpen", ctx_r0.isPersonnelExpanded())("isStatusIcon", !ctx_r0.readonly())("config", ctx_r0.directorsFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", directorsArray_r7)("title", ctx_r0.groups.Directors);
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);
81083
81403
  }
81084
81404
  }
81085
81405
  function OntarioUpdateMaintainFormComponent_Conditional_10_Template(rf, ctx) {
@@ -81098,10 +81418,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81098
81418
  }
81099
81419
  function OntarioUpdateMaintainFormComponent_Conditional_12_Template(rf, ctx) {
81100
81420
  if (rf & 1) {
81101
- const _r8 = \u0275\u0275getCurrentView();
81102
- \u0275\u0275elementStart(0, "expandable-list-card", 14);
81103
- \u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_12_Template_expandable_list_card_visiblyValidChange_0_listener($event) {
81104
- \u0275\u0275restoreView(_r8);
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);
81105
81426
  const ctx_r0 = \u0275\u0275nextContext();
81106
81427
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("officers", $event));
81107
81428
  });
@@ -81109,9 +81430,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81109
81430
  }
81110
81431
  if (rf & 2) {
81111
81432
  let tmp_6_0;
81433
+ let tmp_7_0;
81112
81434
  const ctx_r0 = \u0275\u0275nextContext();
81113
- const officersArray_r9 = \u0275\u0275readContextLet(11);
81114
- \u0275\u0275property("prevData", (tmp_6_0 = ctx_r0.prevData()) == null ? null : tmp_6_0.officers)("isSubmitted", ctx_r0.isSubmitted())("areItemsOpen", ctx_r0.isPersonnelExpanded())("isStatusIcon", !ctx_r0.readonly())("config", ctx_r0.directorsFieldsMap)("configKey", ctx_r0.controls.AffiliationAddressType)("formArray", officersArray_r9)("title", ctx_r0.groups.Officers)("isValid", ctx_r0.sectionValidity["officers"]);
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"]);
81115
81439
  }
81116
81440
  }
81117
81441
  function OntarioUpdateMaintainFormComponent_Conditional_13_Template(rf, ctx) {
@@ -81130,20 +81454,21 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81130
81454
  }
81131
81455
  function OntarioUpdateMaintainFormComponent_Conditional_16_Template(rf, ctx) {
81132
81456
  if (rf & 1) {
81133
- const _r10 = \u0275\u0275getCurrentView();
81134
- \u0275\u0275elementStart(0, "filing-form-group", 15);
81457
+ const _r12 = \u0275\u0275getCurrentView();
81458
+ \u0275\u0275elementStart(0, "filing-form-group", 12);
81135
81459
  \u0275\u0275listener("visiblyValidChange", function OntarioUpdateMaintainFormComponent_Conditional_16_Template_filing_form_group_visiblyValidChange_0_listener($event) {
81136
- \u0275\u0275restoreView(_r10);
81460
+ \u0275\u0275restoreView(_r12);
81137
81461
  const ctx_r0 = \u0275\u0275nextContext();
81138
81462
  return \u0275\u0275resetView(ctx_r0.onSectionValidChange("certifiedBy", $event));
81139
81463
  });
81140
81464
  \u0275\u0275elementEnd();
81141
81465
  }
81142
81466
  if (rf & 2) {
81143
- let tmp_8_0;
81467
+ let tmp_6_0;
81468
+ let tmp_9_0;
81144
81469
  const ctx_r0 = \u0275\u0275nextContext();
81145
- const certifiedBy_r11 = \u0275\u0275readContextLet(14);
81146
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", certifiedBy_r11)("config", ctx_r0.certifiedByFieldsMap[(tmp_8_0 = certifiedBy_r11.get(ctx_r0.controls.AffiliationAddressType)) == null ? null : tmp_8_0.value]);
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]);
81147
81472
  }
81148
81473
  }
81149
81474
  function OntarioUpdateMaintainFormComponent_Conditional_17_Template(rf, ctx) {
@@ -81188,12 +81513,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81188
81513
  alertType = AlertType;
81189
81514
  controls = InitialReturnFormControls;
81190
81515
  sectionValidity = {};
81191
- isPersonnelExpanded = computed(() => {
81192
- const directors = this.form().get(InitialReturnFillingFormGroups.Directors);
81193
- const officers = this.form().get(InitialReturnFillingFormGroups.Officers);
81194
- const total = (directors?.length ?? 0) + (officers?.length ?? 0);
81195
- return total <= 3;
81196
- });
81516
+ initiallyOpenCardsCount = 3;
81197
81517
  isVisiblyValid() {
81198
81518
  return Object.values(this.sectionValidity).every((v) => v);
81199
81519
  }
@@ -81210,7 +81530,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81210
81530
  static \u0275fac = function OntarioUpdateMaintainFormComponent_Factory(__ngFactoryType__) {
81211
81531
  return new (__ngFactoryType__ || _OntarioUpdateMaintainFormComponent)();
81212
81532
  };
81213
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _OntarioUpdateMaintainFormComponent, selectors: [["ontario-update-maintain-form"]], inputs: { form: [1, "form"], task: [1, "task"], errors: [1, "errors"], isNote: [1, "isNote"], isSubmitted: [1, "isSubmitted"], readonly: [1, "readonly"], prevData: [1, "prevData"] }, outputs: { visiblyValidChange: "visiblyValidChange" }, decls: 18, vars: 15, consts: [[1, "ontario-update-maintain-form"], ["title", "Entity changed", "content", "A new draft needs to be generated as the Entity was changed since the last draft was produced.", 3, "type"], ["title", "The following issues need to be resolved before proceeding:", 3, "content"], [1, "ontario-update-maintain-form-content"], [3, "title", "isStatusIcon"], [3, "isStatusIcon", "isValid", "title"], [3, "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "title"], [3, "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"], [3, "isSubmitted", "form", "config"], [1, "body-1-regular"], [3, "visiblyValidChange", "isSubmitted", "prevData", "form", "config", "label"], [3, "visiblyValidChange", "prevData", "isSubmitted", "form", "config"], [3, "visiblyValidChange", "prevData", "isSubmitted", "isValid", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title"], [3, "visiblyValidChange", "prevData", "isSubmitted", "areItemsOpen", "isStatusIcon", "config", "configKey", "formArray", "title", "isValid"], [3, "visiblyValidChange", "isSubmitted", "form", "config"]], template: function OntarioUpdateMaintainFormComponent_Template(rf, ctx) {
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) {
81214
81534
  if (rf & 1) {
81215
81535
  \u0275\u0275elementStart(0, "div", 0);
81216
81536
  \u0275\u0275template(1, OntarioUpdateMaintainFormComponent_Conditional_1_Template, 1, 1, "alert", 1)(2, OntarioUpdateMaintainFormComponent_Conditional_2_Template, 1, 1, "alert", 2);
@@ -81220,12 +81540,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81220
81540
  \u0275\u0275declareLet(6);
81221
81541
  \u0275\u0275template(7, OntarioUpdateMaintainFormComponent_Conditional_7_Template, 2, 7, "expandable-card", 5);
81222
81542
  \u0275\u0275declareLet(8);
81223
- \u0275\u0275template(9, OntarioUpdateMaintainFormComponent_Conditional_9_Template, 1, 9, "expandable-list-card", 6)(10, OntarioUpdateMaintainFormComponent_Conditional_10_Template, 4, 4, "expandable-card", 7);
81543
+ \u0275\u0275template(9, OntarioUpdateMaintainFormComponent_Conditional_9_Template, 2, 9, "expandable-list-card", 6)(10, OntarioUpdateMaintainFormComponent_Conditional_10_Template, 4, 4, "expandable-card", 7);
81224
81544
  \u0275\u0275declareLet(11);
81225
- \u0275\u0275template(12, OntarioUpdateMaintainFormComponent_Conditional_12_Template, 1, 9, "expandable-list-card", 8)(13, OntarioUpdateMaintainFormComponent_Conditional_13_Template, 4, 4, "expandable-card", 7);
81545
+ \u0275\u0275template(12, OntarioUpdateMaintainFormComponent_Conditional_12_Template, 2, 9, "expandable-list-card", 8)(13, OntarioUpdateMaintainFormComponent_Conditional_13_Template, 4, 4, "expandable-card", 7);
81226
81546
  \u0275\u0275declareLet(14);
81227
81547
  \u0275\u0275elementStart(15, "expandable-card", 5);
81228
- \u0275\u0275template(16, OntarioUpdateMaintainFormComponent_Conditional_16_Template, 1, 3, "filing-form-group", 9)(17, OntarioUpdateMaintainFormComponent_Conditional_17_Template, 3, 3, "h2", 10);
81548
+ \u0275\u0275template(16, OntarioUpdateMaintainFormComponent_Conditional_16_Template, 1, 4, "filing-form-group", 9)(17, OntarioUpdateMaintainFormComponent_Conditional_17_Template, 3, 3, "h2", 10);
81229
81549
  \u0275\u0275elementEnd()()();
81230
81550
  }
81231
81551
  if (rf & 2) {
@@ -81234,27 +81554,27 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81234
81554
  \u0275\u0275advance();
81235
81555
  \u0275\u0275conditional(ctx.errors().length ? 2 : -1);
81236
81556
  \u0275\u0275advance(2);
81237
- const generalInfoForm_r12 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.General));
81557
+ const generalInfoForm_r14 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.General));
81238
81558
  \u0275\u0275advance();
81239
- \u0275\u0275conditional(generalInfoForm_r12 ? 5 : -1);
81559
+ \u0275\u0275conditional(generalInfoForm_r14 ? 5 : -1);
81240
81560
  \u0275\u0275advance();
81241
- const registeredOfficeAddress_r13 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
81561
+ const registeredOfficeAddress_r15 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.RegisteredOfficeAddress));
81242
81562
  \u0275\u0275advance();
81243
- \u0275\u0275conditional(registeredOfficeAddress_r13 ? 7 : -1);
81563
+ \u0275\u0275conditional(registeredOfficeAddress_r15 ? 7 : -1);
81244
81564
  \u0275\u0275advance();
81245
- const directorsArray_r14 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
81565
+ const directorsArray_r16 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Directors));
81246
81566
  \u0275\u0275advance();
81247
- \u0275\u0275conditional(directorsArray_r14 && directorsArray_r14.length ? 9 : 10);
81567
+ \u0275\u0275conditional(directorsArray_r16 && directorsArray_r16.length ? 9 : 10);
81248
81568
  \u0275\u0275advance(2);
81249
- const officersArray_r15 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Officers));
81569
+ const officersArray_r17 = \u0275\u0275storeLet(ctx.getFormArray(ctx.groups.Officers));
81250
81570
  \u0275\u0275advance();
81251
- \u0275\u0275conditional(officersArray_r15 && officersArray_r15.length ? 12 : 13);
81571
+ \u0275\u0275conditional(officersArray_r17 && officersArray_r17.length ? 12 : 13);
81252
81572
  \u0275\u0275advance(2);
81253
- const certifiedBy_r16 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CertifiedBy));
81573
+ const certifiedBy_r18 = \u0275\u0275storeLet(ctx.getFormGroup(ctx.groups.CertifiedBy));
81254
81574
  \u0275\u0275advance();
81255
- \u0275\u0275property("isStatusIcon", !ctx.readonly())("isValid", certifiedBy_r16 ? ctx.sectionValidity["certifiedBy"] : true)("title", ctx.groups.CertifiedBy);
81575
+ \u0275\u0275property("isStatusIcon", !ctx.readonly())("isValid", certifiedBy_r18 ? ctx.sectionValidity["certifiedBy"] : true)("title", ctx.groups.CertifiedBy);
81256
81576
  \u0275\u0275advance();
81257
- \u0275\u0275conditional(certifiedBy_r16 ? 16 : 17);
81577
+ \u0275\u0275conditional(certifiedBy_r18 ? 16 : 17);
81258
81578
  }
81259
81579
  }, dependencies: [
81260
81580
  FilingFormGroupComponent,
@@ -81335,11 +81655,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81335
81655
  \r
81336
81656
  @let directorsArray = getFormArray(groups.Directors);\r
81337
81657
  @if (directorsArray && directorsArray.length) {\r
81658
+ @let isOpen =\r
81659
+ (directorsArray?.length ?? 0) <= initiallyOpenCardsCount;\r
81338
81660
  <expandable-list-card\r
81339
81661
  [prevData]="prevData()?.directors"\r
81340
81662
  [isSubmitted]="isSubmitted()"\r
81341
81663
  [isValid]="sectionValidity['directors']"\r
81342
- [areItemsOpen]="isPersonnelExpanded()"\r
81664
+ [areItemsOpen]="isOpen"\r
81343
81665
  [isStatusIcon]="!readonly()"\r
81344
81666
  [config]="directorsFieldsMap"\r
81345
81667
  [configKey]="controls.AffiliationAddressType"\r
@@ -81354,11 +81676,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81354
81676
  }\r
81355
81677
  \r
81356
81678
  @let officersArray = getFormArray(groups.Officers);\r
81679
+ \r
81680
+ \r
81357
81681
  @if (officersArray && officersArray.length) {\r
81682
+ @let isOpen =\r
81683
+ (officersArray?.length ?? 0) <= initiallyOpenCardsCount;\r
81684
+ \r
81358
81685
  <expandable-list-card\r
81359
81686
  [prevData]="prevData()?.officers"\r
81360
81687
  [isSubmitted]="isSubmitted()"\r
81361
- [areItemsOpen]="isPersonnelExpanded()"\r
81688
+ [areItemsOpen]="isOpen"\r
81362
81689
  [isStatusIcon]="!readonly()"\r
81363
81690
  [config]="directorsFieldsMap"\r
81364
81691
  [configKey]="controls.AffiliationAddressType"\r
@@ -81381,6 +81708,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81381
81708
  >\r
81382
81709
  @if (certifiedBy) {\r
81383
81710
  <filing-form-group\r
81711
+ [prevData]="prevData()?.corporationInfo"\r
81384
81712
  [isSubmitted]="isSubmitted()"\r
81385
81713
  [form]="certifiedBy"\r
81386
81714
  [config]="\r
@@ -82497,37 +82825,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
82497
82825
  }
82498
82826
  });
82499
82827
 
82500
- // src/app/constants/common.constants.ts
82501
- var NAICS_CODES, NAICS_CODE_DESCRIPTIONS;
82502
- var init_common_constants = __esm({
82503
- "src/app/constants/common.constants.ts"() {
82504
- init_common_enums();
82505
- NAICS_CODES = [
82506
- { value: NAICSCodes.IndustrialMachineryManufacturing, label: "[333248] All other industrial machinery manufacturing" },
82507
- { value: NAICSCodes.AirTransportation, label: "[481] Air transportation" },
82508
- { value: NAICSCodes.ScheduledAirTransportation, label: "[481110] Scheduled air transportation" },
82509
- { value: NAICSCodes.NonScheduledAirTransportation, label: "[48121] Non-scheduled air transportation" },
82510
- { value: NAICSCodes.NonScheduledCharteredAirTransportation, label: "[481214] Non-scheduled chartered air transportation" },
82511
- { value: NAICSCodes.NonScheduledSpecialtyFlyingServices, label: "[481215] Non-scheduled specialty flying services" },
82512
- { value: NAICSCodes.RailTransportation, label: "[48211] Rail transportation" },
82513
- { value: NAICSCodes.ShortHaulFreightRailTransportation, label: "[482112] Short-haul freight rail transportation" },
82514
- { value: NAICSCodes.MainlineFreightRailTransportation, label: "[482113] Mainline freight rail transportation" },
82515
- { value: NAICSCodes.PassengerRailTransportation, label: "[482114] Passenger rail transportation" },
82516
- { value: NAICSCodes.WaterTransportation, label: "[483] Water transportation" },
82517
- { value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportation, label: "[48311] Deep sea, coastal and Great Lakes water transportation" },
82518
- { value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationExceptByFerries, label: "[483115] Deep sea, coastal and Great Lakes water transportation (except by ferries)" },
82519
- { value: NAICSCodes.DeepSeaCoastalAndGreatLakesWaterTransportationByFerries, label: "[483116] Deep sea, coastal and Great Lakes water transportation by ferries" },
82520
- { value: NAICSCodes.InlandWaterTransportation, label: "[48321] Inland water transportation" },
82521
- { value: NAICSCodes.InlandWaterTransportationExceptByFerries, label: "[483213] Inland water transportation (except by ferries)" },
82522
- { value: NAICSCodes.InlandWaterTransportationByFerries, label: "[483214] Inland water transportation by ferries" }
82523
- ];
82524
- NAICS_CODE_DESCRIPTIONS = NAICS_CODES.reduce((acc, { value, label }) => {
82525
- acc[value] = label.replace(/^\[\S+\]\s*/, "");
82526
- return acc;
82527
- }, {});
82528
- }
82529
- });
82530
-
82531
82828
  // src/app/constants/federal-formation-form.contants.ts
82532
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;
82533
82830
  var init_federal_formation_form_contants = __esm({
@@ -82547,7 +82844,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
82547
82844
  FEDERAL_ISC_SHARE_HOLDING_METHOD_OPTIONS = Object.values(ISCShareHoldingMethod).filter((v) => typeof v === "number").map((v) => ({ label: ISCShareHoldingMethodLabel[v], value: v }));
82548
82845
  FEDERAL_ISC_JOINT_HOLDING_TYPE_OPTIONS = Object.values(ISCJointHoldingType).filter((v) => typeof v === "number").map((v) => ({ label: ISCJointHoldingTypeLabel[v], value: v }));
82549
82846
  FEDERAL_ISC_PERCENTAGE_INTEREST_OPTIONS = Object.values(ISCPercentageInterest).filter((v) => typeof v === "number").map((v) => ({ label: ISCPercentageInterestLabel[v], value: v }));
82550
- Object.values(EPLLangage).map((v) => ({ label: v, value: v }));
82551
82847
  GENERATE_FEDERAL_FORMATION_FORM_INCORPORATION_DETAILS = [
82552
82848
  {
82553
82849
  type: FormType.Select,
@@ -83012,7 +83308,13 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
83012
83308
  },
83013
83309
  {
83014
83310
  type: FormType.Text,
83015
- dynamicLabel: (form) => `<span class="body-1-regular grey">Official Email:</span> ${form.get(FederalFormationFormControl.OfficialEmail)?.value ?? ""}`,
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
+ },
83016
83318
  formControlName: FederalFormationFormControl.OfficialEmail,
83017
83319
  class: "span-12"
83018
83320
  },
@@ -86639,7 +86941,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86639
86941
  // ApiKey: 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
86640
86942
  ClientId: "22124",
86641
86943
  UserId: "140422",
86642
- "x-target-url": `${this.config.ONFiling}api/${encodeURIComponent(serviceOrderId)}/submit`,
86944
+ "x-target-url": `${this.config.ONFiling}api/FilingON/${encodeURIComponent(serviceOrderId)}/submit`,
86643
86945
  Cookie: "AWSALB=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53; AWSALBCORS=PpMRL+JDLimOntn4FPEpJ2ZX9rtRbn/7wOE1Ntyq9RGhYPgnJpjAN8xr8R5TyM4v1tBvC62q0YWVR2fQwDLLKWIIQm+U79VccsjiMHRffNr6an9tJNOOdpX94R53"
86644
86946
  }
86645
86947
  }));
@@ -86695,24 +86997,38 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86695
86997
  // src/app/helpers/initial-return-payload.helper.ts
86696
86998
  function irPersonPayloadToDeltaData(payload) {
86697
86999
  if (!payload) {
86698
- return {
86699
- address: { streetNumber: "", streetName: "" },
86700
- residentCanadian: false
86701
- };
87000
+ return null;
86702
87001
  }
86703
87002
  const residentCanadian = payload.ResidentCanadian === "true";
86704
87003
  const postalAddress = "PostalAddress" in payload ? payload.PostalAddress : null;
86705
87004
  if (!postalAddress) {
86706
- return {
86707
- address: { streetNumber: "", streetName: "" },
86708
- residentCanadian
86709
- };
87005
+ return null;
86710
87006
  }
86711
87007
  return {
86712
87008
  address: extractAddressDeltaData(postalAddress),
86713
87009
  residentCanadian
86714
87010
  };
86715
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
+ }
86716
87032
  function extractAddressDeltaDataFromInitialReturnAddressContainer(postalAddress) {
86717
87033
  const { AddressLocale, AddressCA, AddressUS, AddressINTL } = postalAddress;
86718
87034
  const toNum = (v) => {
@@ -86813,24 +87129,28 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86813
87129
  if (!corporationInfo)
86814
87130
  return { directors: directorsMap, officers: officersMap, corporationInfo: { primaryActivity: "", email: "" } };
86815
87131
  const { ChangeDirectors: cd, ChangeOfficers: co } = corporationInfo.CurrentData;
86816
- const fullName = (payload) => [
86817
- payload.PersonName.FirstName,
86818
- payload.PersonName.MiddleName,
86819
- payload.PersonName.LastName
86820
- ].filter(Boolean).join(" ");
86821
- const populate = (lists, target) => {
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) => {
86822
87140
  for (const list of lists) {
86823
87141
  for (const payload of list ?? []) {
86824
87142
  if (!payload)
86825
87143
  continue;
86826
87144
  const deltaData = irPersonPayloadToDeltaData(payload);
87145
+ if (!deltaData)
87146
+ continue;
86827
87147
  const email = ("EmailAddress" in payload ? payload.EmailAddress : "") ?? "";
86828
87148
  const ceasedRoles = "CeasedAppointedRoles" in payload && Array.isArray(payload.CeasedAppointedRoles) ? payload.CeasedAppointedRoles.map((role) => `${role.PositionFullName} - ${role.CeasedDate} (Appointed ${role.AppointedDate})`) : void 0;
86829
87149
  target.set(fullName(payload), __spreadProps(__spreadValues({}, deltaData), { email, ceasedRoles }));
86830
87150
  }
86831
87151
  }
86832
87152
  };
86833
- populate([
87153
+ populatePersonsMap([
86834
87154
  cd?.AddedDirectors,
86835
87155
  cd?.CeasedDirectors,
86836
87156
  cd?.EditedDirectors,
@@ -86838,7 +87158,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86838
87158
  cd?.CeaseDirector,
86839
87159
  cd?.EditDirector
86840
87160
  ], directorsMap);
86841
- populate([
87161
+ populatePersonsMap([
86842
87162
  co?.AddedOfficers,
86843
87163
  co?.CeasedOfficers,
86844
87164
  co?.EditedOfficers,
@@ -86847,11 +87167,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86847
87167
  co?.EditOfficer
86848
87168
  ], officersMap);
86849
87169
  const primaryActivity = [corporationInfo?.CurrentData.PrimaryBusinessActivity.NAICSCode, corporationInfo?.CurrentData.PrimaryBusinessActivity.PrimaryActivity].join(" - ");
86850
- return { directors: directorsMap, officers: officersMap, corporationInfo: { email: corporationInfo.CurrentData.OfficialEmail.Email, primaryActivity, registeredOfficeAddress: extractAddressDeltaDataFromInitialReturnAddressContainer(corporationInfo?.CurrentData.RegisteredHeadOfficeAddress) } };
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 } };
86851
87172
  }
86852
87173
  var init_initial_return_payload_helper = __esm({
86853
87174
  "src/app/helpers/initial-return-payload.helper.ts"() {
86854
- init_initial_return_enums();
86855
87175
  init_address_utils();
86856
87176
  }
86857
87177
  });
@@ -86902,7 +87222,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86902
87222
  const individualsWithSignificantControl = getIndividualWithSignificantControl(task.entity.affiliations);
86903
87223
  const isListIsc = significantControl.type === ISCOptions.ListISC;
86904
87224
  const isNonPreapproved = corporateNameDelta?.nameType === NameType2.NonPreapproved;
86905
- const payload = {
87225
+ const payload = __spreadProps(__spreadValues({
86906
87226
  IncorporationType: corporateNameDelta?.nameType,
86907
87227
  LegalEnding: isNumbered ? legalEnding : "",
86908
87228
  EnglishName: englishName,
@@ -86918,10 +87238,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86918
87238
  Directors: directors.map((d) => transformDirector(d, directorsDelta[d.participant._id], consentToProvideEmails)),
86919
87239
  Incorporators: incorporators.map((i) => transformIncorporator(i)),
86920
87240
  CoverLetter: createCoverLetter2(officialBusinessEmail, contact?.participant),
86921
- 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 } : {
86922
87243
  MinimumNumberOfDirectors: task.entity._articles?.min_directors,
86923
- MaximumNumberOfDirectors: task.entity._articles?.max_directors,
86924
- FixedNumberOfDirectors: task.entity._articles?.min_directors === task.entity._articles?.max_directors ? task.entity._articles?.min_directors : null,
87244
+ MaximumNumberOfDirectors: task.entity._articles?.max_directors
87245
+ }), {
86925
87246
  SignificantControlType: significantControl?.type,
86926
87247
  ExclusionReason: significantControl?.exclusionReason ?? 0,
86927
87248
  RestrictionsOnBusiness: task.entity._articles?.restrictions || "None",
@@ -86974,7 +87295,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86974
87295
  // PrimaryActivity: naicsData.description,
86975
87296
  // OfficialEmail: officialBusinessEmail,
86976
87297
  // Authorization: true,
86977
- };
87298
+ });
86978
87299
  return payload;
86979
87300
  }
86980
87301
  function buildFederalFormationValidateRequest(task, deltaData) {
@@ -87885,7 +88206,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87885
88206
  proxyApiUrl = input("");
87886
88207
  jwtToken = input("");
87887
88208
  task = input();
87888
- height = input("600px");
88209
+ height = input("90vh");
87889
88210
  validateOptions = input();
87890
88211
  getDocumentBytes = input();
87891
88212
  deltaDataChange = output();
@@ -88431,7 +88752,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88431
88752
  if (rf & 2) {
88432
88753
  \u0275\u0275queryAdvance(2);
88433
88754
  }
88434
- }, 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: 11, 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) {
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) {
88435
88760
  if (rf & 1) {
88436
88761
  const _r1 = \u0275\u0275getCurrentView();
88437
88762
  \u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
@@ -88452,9 +88777,8 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88452
88777
  \u0275\u0275elementEnd()();
88453
88778
  }
88454
88779
  if (rf & 2) {
88455
- \u0275\u0275styleProp("height", ctx.modalHeight());
88456
88780
  \u0275\u0275advance(3);
88457
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 8, ctx.title()));
88781
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 6, ctx.title()));
88458
88782
  \u0275\u0275advance(4);
88459
88783
  \u0275\u0275conditional(ctx.isEditButton() ? 7 : -1);
88460
88784
  \u0275\u0275advance();
@@ -88474,7 +88798,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88474
88798
  MatIcon,
88475
88799
  FederalComponent,
88476
88800
  OntarioComponent
88477
- ], 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 });
88478
88802
  };
88479
88803
  (() => {
88480
88804
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(FilingComponent, [{
@@ -88486,7 +88810,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88486
88810
  MatIcon,
88487
88811
  FederalComponent,
88488
88812
  OntarioComponent
88489
- ], encapsulation: ViewEncapsulation.ShadowDom, template: `<div [style.height]="modalHeight()" class="filing">\r
88813
+ ], encapsulation: ViewEncapsulation.ShadowDom, host: {
88814
+ "[style.height]": "modalHeight()"
88815
+ }, template: `<div class="filing">\r
88490
88816
  <div class="filing-title">\r
88491
88817
  <h1 class="filing-title-text">{{title() | translate}}</h1>\r
88492
88818
  <mat-icon (click)="onClose()" class="filing-title-action">close</mat-icon>\r
@@ -88553,11 +88879,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88553
88879
  }\r
88554
88880
  </div>\r
88555
88881
  </div>\r
88556
- `, 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'] }]
88557
88883
  }], () => [], null);
88558
88884
  })();
88559
88885
  (() => {
88560
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber: 80 });
88886
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber: 83 });
88561
88887
  })();
88562
88888
  }
88563
88889
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {