@dyedurham/search-and-file-widget 1.6.0 → 1.6.1

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 +1247 -1200
  2. package/package.json +1 -1
@@ -51412,16 +51412,44 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51412
51412
  class: "span-12"
51413
51413
  };
51414
51414
  FORMATION_DELTA_CARD_FORM_INCORPORATORS_FIELDS_MAP = {
51415
- [AffiliationAddressType.CanadianNoSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, EMAIL_TEXT_FIELD],
51416
- [AffiliationAddressType.CanadianSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, EMAIL_TEXT_FIELD],
51417
- [AffiliationAddressType.InternationalNoSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_NO_SUIT, EMAIL_TEXT_FIELD],
51418
- [AffiliationAddressType.InternationalSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_SUIT, EMAIL_TEXT_FIELD]
51415
+ [AffiliationAddressType.CanadianNoSuite]: [
51416
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
51417
+ EMAIL_TEXT_FIELD
51418
+ ],
51419
+ [AffiliationAddressType.CanadianSuite]: [
51420
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
51421
+ EMAIL_TEXT_FIELD
51422
+ ],
51423
+ [AffiliationAddressType.InternationalNoSuite]: [
51424
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_NO_SUIT,
51425
+ EMAIL_TEXT_FIELD
51426
+ ],
51427
+ [AffiliationAddressType.InternationalSuite]: [
51428
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_SUIT,
51429
+ EMAIL_TEXT_FIELD
51430
+ ]
51419
51431
  };
51420
51432
  FORMATION_DELTA_CARD_FORM_DIRECTORS_FIELDS_MAP = {
51421
- [AffiliationAddressType.CanadianNoSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD],
51422
- [AffiliationAddressType.CanadianSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD],
51423
- [AffiliationAddressType.InternationalNoSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_NO_SUIT, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD],
51424
- [AffiliationAddressType.InternationalSuite]: [...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_SUIT, EMAIL_TEXT_FIELD, RESIDENT_CHECKBOX_FIELD]
51433
+ [AffiliationAddressType.CanadianNoSuite]: [
51434
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_NO_SUIT,
51435
+ EMAIL_TEXT_FIELD,
51436
+ RESIDENT_CHECKBOX_FIELD
51437
+ ],
51438
+ [AffiliationAddressType.CanadianSuite]: [
51439
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_CANADIAN_SUIT,
51440
+ EMAIL_TEXT_FIELD,
51441
+ RESIDENT_CHECKBOX_FIELD
51442
+ ],
51443
+ [AffiliationAddressType.InternationalNoSuite]: [
51444
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_NO_SUIT,
51445
+ EMAIL_TEXT_FIELD,
51446
+ RESIDENT_CHECKBOX_FIELD
51447
+ ],
51448
+ [AffiliationAddressType.InternationalSuite]: [
51449
+ ...FORMATION_DELTA_CARD_FORM_AFFILIATION_FIELDS_INTERNATIONAL_SUIT,
51450
+ EMAIL_TEXT_FIELD,
51451
+ RESIDENT_CHECKBOX_FIELD
51452
+ ]
51425
51453
  };
51426
51454
  FORMATION_PREVIEW_CARD_FORM_AFFILIATION_FIELDS_SHARES_AND_PROVISIONS = [
51427
51455
  {
@@ -51475,7 +51503,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51475
51503
  }
51476
51504
  ];
51477
51505
  generateFormationDeltaCardFormCorporationDetails = (name, secondaryName) => {
51478
- const proposedOptions = [{ label: name ?? "", value: name }, { label: secondaryName ?? "", value: secondaryName }].filter((option) => option.value);
51506
+ const proposedOptions = [
51507
+ { label: name ?? "", value: name },
51508
+ { label: secondaryName ?? "", value: secondaryName }
51509
+ ].filter((option) => option.value);
51479
51510
  return [
51480
51511
  {
51481
51512
  type: FormType.Select,
@@ -51490,7 +51521,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51490
51521
  if (isNumbered) {
51491
51522
  form.get(FormationFormControls.wasLegalOpinionObtained)?.setValue(false, { emitEvent: false });
51492
51523
  }
51493
- if ([NameType.NamedEnglish, NameType.NamedBilingual, NameType.NamedCombined].includes(corporationNameType)) {
51524
+ if ([
51525
+ NameType.NamedEnglish,
51526
+ NameType.NamedBilingual,
51527
+ NameType.NamedCombined
51528
+ ].includes(corporationNameType)) {
51494
51529
  form.get(FormationFormControls.ProposedCorporationNameEng)?.setValue(name, { emitEvent: false });
51495
51530
  }
51496
51531
  if ([NameType.NamedFrench].includes(corporationNameType)) {
@@ -51620,7 +51655,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51620
51655
  ];
51621
51656
  };
51622
51657
  generateOntarioFormationFormContactControl = (contacts) => {
51623
- const contactsOptions = contacts.map((contact) => ({ label: contact.participant._profile.name ?? "", value: contact._id }));
51658
+ const contactsOptions = contacts.map((contact) => ({
51659
+ label: contact.participant._profile.name ?? "",
51660
+ value: contact._id
51661
+ }));
51624
51662
  return [
51625
51663
  {
51626
51664
  type: FormType.Select,
@@ -51646,7 +51684,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51646
51684
  }
51647
51685
  ];
51648
51686
  };
51649
- FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = [
51687
+ FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER = (lawyerOptions) => [
51650
51688
  {
51651
51689
  type: FormType.Select,
51652
51690
  placeholder: "",
@@ -51654,7 +51692,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
51654
51692
  formControlName: FormationFormControls.LawyerSigningOpinion,
51655
51693
  required: true,
51656
51694
  class: "span-12",
51657
- options: []
51695
+ options: lawyerOptions
51658
51696
  },
51659
51697
  {
51660
51698
  type: FormType.Text,
@@ -54505,7 +54543,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
54505
54543
  (() => {
54506
54544
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ChipComponent, [{
54507
54545
  type: Component,
54508
- args: [{ selector: "chip", changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatIconModule, TranslatePipe], template: '<div class="chip {{type()}}">\r\n <span class="body-1-semibold">{{title() | translate}}</span>\r\n</div>\r\n', styles: ["/* src/app/components/chip/chip.component.scss */\n:host .chip {\n padding: 0 15px;\n height: 20px;\n display: flex;\n align-items: center;\n border-radius: 4px;\n border: 1px solid #A1B5C7;\n}\n:host .chip.warning {\n color: #CFB95A;\n}\n:host .chip.danger {\n color: #C56868;\n}\n:host .chip.success {\n color: #4CAF51;\n}\n/*# sourceMappingURL=chip.component.css.map */\n"] }]
54546
+ args: [{ selector: "chip", changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatIconModule, TranslatePipe], template: '<div class="chip {{type()}}">\n <span class="body-1-semibold">{{title() | translate}}</span>\n</div>\n', styles: ["/* src/app/components/chip/chip.component.scss */\n:host .chip {\n padding: 0 15px;\n height: 20px;\n display: flex;\n align-items: center;\n border-radius: 4px;\n border: 1px solid #A1B5C7;\n}\n:host .chip.warning {\n color: #CFB95A;\n}\n:host .chip.danger {\n color: #C56868;\n}\n:host .chip.success {\n color: #4CAF51;\n}\n/*# sourceMappingURL=chip.component.css.map */\n"] }]
54509
54547
  }], null, null);
54510
54548
  })();
54511
54549
  (() => {
@@ -54708,42 +54746,42 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
54708
54746
  animate("100ms cubic-bezier(0.4, 0.0, 0.2, 1)")
54709
54747
  ])
54710
54748
  ])
54711
- ], template: `<div [class.padded]="padded()" [class.border]="border()" class="expandable-card">\r
54712
- <div (click)="toggle()" class="expandable-card-header">\r
54713
- <h2 [class.list-item]="isListItem()" class="expandable-card-header-title">{{title() | translate}}</h2>\r
54714
- \r
54715
- <div [class.list-item]="isListItem()" class="expandable-card-header-container">\r
54716
- @if (isStatusIcon()) {\r
54717
- @if (!isValid()) {\r
54718
- <mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon>\r
54719
- }\r
54720
- }\r
54721
- \r
54722
- @if(chipType()) {\r
54723
- <chip [type]="chipType()" [title]="chipText()"/>\r
54724
- }\r
54725
- \r
54726
- @if (isExpandable()) {\r
54727
- <mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon>\r
54728
- }\r
54729
- </div>\r
54730
- </div>\r
54731
- \r
54732
- <div class="expandable-card-content"\r
54733
- [@expandCollapse]="isExpanded()">\r
54734
- <div class="expandable-card-content-item">\r
54735
- <ng-content></ng-content>\r
54736
- \r
54737
- @if (removable()) {\r
54738
- <div class="expandable-card-content-item-actions">\r
54739
- <span (click)="remove.emit()" class="body-1-regular light-blue pointer">{{'Remove' | translate}}</span>\r
54740
- </div>\r
54741
- }\r
54742
- \r
54743
- \r
54744
- </div>\r
54745
- </div>\r
54746
- </div>\r
54749
+ ], template: `<div [class.padded]="padded()" [class.border]="border()" class="expandable-card">
54750
+ <div (click)="toggle()" class="expandable-card-header">
54751
+ <h2 [class.list-item]="isListItem()" class="expandable-card-header-title">{{title() | translate}}</h2>
54752
+
54753
+ <div [class.list-item]="isListItem()" class="expandable-card-header-container">
54754
+ @if (isStatusIcon()) {
54755
+ @if (!isValid()) {
54756
+ <mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon>
54757
+ }
54758
+ }
54759
+
54760
+ @if(chipType()) {
54761
+ <chip [type]="chipType()" [title]="chipText()"/>
54762
+ }
54763
+
54764
+ @if (isExpandable()) {
54765
+ <mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon>
54766
+ }
54767
+ </div>
54768
+ </div>
54769
+
54770
+ <div class="expandable-card-content"
54771
+ [@expandCollapse]="isExpanded()">
54772
+ <div class="expandable-card-content-item">
54773
+ <ng-content></ng-content>
54774
+
54775
+ @if (removable()) {
54776
+ <div class="expandable-card-content-item-actions">
54777
+ <span (click)="remove.emit()" class="body-1-regular light-blue pointer">{{'Remove' | translate}}</span>
54778
+ </div>
54779
+ }
54780
+
54781
+
54782
+ </div>
54783
+ </div>
54784
+ </div>
54747
54785
  `, styles: ["/* src/app/components/expandable-card/expandable-card.component.scss */\n:host .expandable-card {\n border-radius: 8px;\n height: 100%;\n}\n:host .expandable-card-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .expandable-card-header-status-icon {\n font-weight: 400;\n color: #F1D01E;\n font-size: 22px;\n height: 22px;\n width: 22px;\n}\n:host .expandable-card-header-status-icon.added {\n color: #44aa00;\n}\n:host .expandable-card-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n:host .expandable-card-header-title {\n color: #666666;\n font-weight: 700;\n font-size: 14px;\n}\n:host .expandable-card-header-title.list-item {\n color: var(--filing-modal-color-dark-blue);\n font-weight: 600;\n}\n:host .expandable-card-header-container {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n:host .expandable-card-header-container.list-item mat-icon {\n font-size: 16px;\n}\n:host .expandable-card-header mat-icon:not(.expandable-card-header-status-icon) {\n display: flex;\n align-items: center;\n justify-content: center;\n transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);\n transform: rotate(-90deg);\n}\n:host .expandable-card-header mat-icon:not(.expandable-card-header-status-icon).rotated {\n transform: rotate(90deg);\n}\n:host .expandable-card-content {\n height: 100%;\n}\n:host .expandable-card-content-item {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n:host .expandable-card-content-item-actions {\n display: flex;\n justify-content: flex-end;\n width: 100%;\n}\n:host .expandable-card.border {\n box-shadow:\n 0 1px 2px rgba(0, 0, 0, 0.08),\n 0 2px 4px rgba(0, 0, 0, 0.12),\n 0 0 0 1px rgba(0, 0, 0, 0.04);\n margin: 1px;\n}\n:host .expandable-card.padded {\n padding: 16px;\n}\n/*# sourceMappingURL=expandable-card.component.css.map */\n"] }]
54748
54786
  }], () => [], null);
54749
54787
  })();
@@ -71788,7 +71826,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
71788
71826
  MatFormFieldModule,
71789
71827
  MatInputModule,
71790
71828
  MatAutocompleteModule
71791
- ], template: '<mat-form-field appearance="outline">\r\n <input\r\n matInput\r\n [formControl]="control()"\r\n [placeholder]="placeholder()"\r\n [required]="required()"\r\n [matAutocomplete]="auto"\r\n />\r\n\r\n <mat-autocomplete #auto="matAutocomplete">\r\n @for (option of filteredOptions(); track option) {\r\n <mat-option [value]="option.value">\r\n {{ option.label }}\r\n </mat-option>\r\n }\r\n </mat-autocomplete>\r\n</mat-form-field>\r\n' }]
71829
+ ], template: '<mat-form-field appearance="outline">\n <input\n matInput\n [formControl]="control()"\n [placeholder]="placeholder()"\n [required]="required()"\n [matAutocomplete]="auto"\n />\n\n <mat-autocomplete #auto="matAutocomplete">\n @for (option of filteredOptions(); track option) {\n <mat-option [value]="option.value">\n {{ option.label }}\n </mat-option>\n }\n </mat-autocomplete>\n</mat-form-field>\n' }]
71792
71830
  }], null, null);
71793
71831
  })();
71794
71832
  (() => {
@@ -75931,7 +75969,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
75931
75969
  }
75932
75970
  ], imports: [
75933
75971
  MatCheckbox
75934
- ], template: '<div class="checkbox-list">\r\n <div class="body-1-regular grey">{{ title() }}</div>\r\n\r\n @for (item of items(); track item.value) {\r\n <label class="checkbox-list-item">\r\n <mat-checkbox\r\n [checked]="isChecked(item.value)"\r\n [disabled]="disabled"\r\n (change)="toggle(item.value)"\r\n >\r\n <span class="body-1-regular grey">{{ item.label }}</span>\r\n </mat-checkbox>\r\n </label>\r\n }\r\n</div>\r\n', styles: ["/* src/app/components/checkbox-list/checkbox-list.component.scss */\n:host .checkbox-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding-bottom: 16px;\n}\n:host .checkbox-list-item {\n padding-left: 16px;\n}\n/*# sourceMappingURL=checkbox-list.component.css.map */\n"] }]
75972
+ ], template: '<div class="checkbox-list">\n <div class="body-1-regular grey">{{ title() }}</div>\n\n @for (item of items(); track item.value) {\n <label class="checkbox-list-item">\n <mat-checkbox\n [checked]="isChecked(item.value)"\n [disabled]="disabled"\n (change)="toggle(item.value)"\n >\n <span class="body-1-regular grey">{{ item.label }}</span>\n </mat-checkbox>\n </label>\n }\n</div>\n', styles: ["/* src/app/components/checkbox-list/checkbox-list.component.scss */\n:host .checkbox-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding-bottom: 16px;\n}\n:host .checkbox-list-item {\n padding-left: 16px;\n}\n/*# sourceMappingURL=checkbox-list.component.css.map */\n"] }]
75935
75973
  }], null, null);
75936
75974
  })();
75937
75975
  (() => {
@@ -76605,239 +76643,239 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
76605
76643
  { provide: DateAdapter, useClass: MomentDateAdapter },
76606
76644
  { provide: MAT_DATE_FORMATS, useValue: MY_DATE_FORMATS },
76607
76645
  { provide: MAT_DATE_LOCALE, useValue: "en-GB" }
76608
- ], template: `@let fields = this.config();\r
76609
- @let form = this.form();\r
76610
- \r
76611
- <section>\r
76612
- <div [class.submitted]="isSubmitted()" class="filling-form-fields" [formGroup]="form">\r
76613
- @for (field of fields; track field.formControlName + $index; let last = $last) {\r
76614
- @if (!field.isVisible || field.isVisible(form)) {\r
76615
- @let previousValue = validationConfig()?.[field.formControlName];\r
76616
- \r
76617
- @switch (field.type) {\r
76618
- @case (types.Select) {\r
76619
- <div class="filling-form-fields-item {{field.class ?? 'span-6'}}">\r
76620
- @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label;\r
76621
- @if (label) {\r
76622
- <span class="filling-form-fields-item-label body-1-regular">\r
76623
- {{ (label | translate) + (field.required ? " *" : "") }}\r
76624
- </span>\r
76625
- }\r
76626
- <mat-form-field appearance="outline">\r
76627
- @let control = form.get(field.formControlName);\r
76628
- \r
76629
- <input\r
76630
- matInput\r
76631
- [formControlName]="field.formControlName"\r
76632
- [placeholder]="field.placeholder ?? ''"\r
76633
- [matAutocomplete]="autocompleteRef"\r
76634
- (change)="field.onChange && field.onChange(form)"\r
76635
- />\r
76636
- \r
76637
- <mat-autocomplete\r
76638
- #autocompleteRef="matAutocomplete"\r
76639
- [displayWith]="getDisplayFn(field)"\r
76640
- (optionSelected)="field.onChange && field.onChange(form)"\r
76641
- >\r
76642
- @for (option of getFilteredOptions(field); track option.value) {\r
76643
- <mat-option\r
76644
- class="filing-form-group-select-option"\r
76645
- [value]="option.value"\r
76646
- >\r
76647
- {{ option.label }}\r
76648
- </mat-option>\r
76649
- }\r
76650
- @if (getFilteredOptions(field).length === 0) {\r
76651
- <mat-option disabled>No options found</mat-option>\r
76652
- }\r
76653
- </mat-autocomplete>\r
76654
- \r
76655
- @if (control?.value && !control?.disabled) {\r
76656
- <div matSuffix class="suffix-container">\r
76657
- <button mat-icon-button (click)="control?.reset()">\r
76658
- <mat-icon>close</mat-icon>\r
76659
- </button>\r
76660
- \r
76661
- <mat-icon class="arrow-icon">arrow_drop_down</mat-icon>\r
76662
- </div>\r
76663
- } @else {\r
76664
- <mat-icon matSuffix>arrow_drop_down</mat-icon>\r
76665
- }\r
76666
- \r
76667
- <mat-error>{{ field.label }} is required</mat-error>\r
76668
- </mat-form-field>\r
76669
- </div>\r
76670
- }\r
76671
- \r
76672
- @case (types.Checkbox) {\r
76673
- <div [class.last]="last" class="filling-form-fields-checkbox {{field.class ?? 'span-6'}}">\r
76674
- <mat-checkbox\r
76675
- (change)="field.onChange && field.onChange(form)"\r
76676
- [formControlName]="field.formControlName"\r
76677
- >\r
76678
- @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label;\r
76679
- <div>\r
76680
- <span class="body-1-regular black" [class.warning]="!!previousValue">{{\r
76681
- label\r
76682
- }}</span>\r
76683
- @if (previousValue != null) {\r
76684
- <mat-icon\r
76685
- [class.warning]="true"\r
76686
- class="filling-form-fields-item-icon"\r
76687
- matSuffix\r
76688
- >warning_amber</mat-icon\r
76689
- >\r
76690
- }\r
76691
- </div>\r
76692
- </mat-checkbox>\r
76693
- \r
76694
- @if (previousValue != null) {\r
76695
- <mat-hint\r
76696
- [class.warning]="true"\r
76697
- class="filling-form-fields-item-hint"\r
76698
- >Previously saved value: {{ previousValue ? 'checked' : 'unchecked' }}</mat-hint\r
76699
- >\r
76700
- }\r
76701
- </div>\r
76702
- }\r
76703
- \r
76704
- @case (types.Empty) {\r
76705
- <div class="filling-form-fields-empty {{field.class ?? 'span-6'}}"></div>\r
76706
- }\r
76707
- @case (types.Autocomplete) {\r
76708
- <div class="filling-form-fields-item {{field.class ?? 'span-6'}}">\r
76709
- @if (field.label) {\r
76710
- <span class="filling-form-fields-item-label body-1-regular">\r
76711
- {{ field.label + (field.required ? " *" : "") }}\r
76712
- </span>\r
76713
- }\r
76714
- <autocomplete-field\r
76715
- [options]="field.options ?? []"\r
76716
- [control]="getFormControl(field.formControlName)"\r
76717
- [placeholder]="field.placeholder ?? ''"\r
76718
- [required]="field.required ?? false"\r
76719
- />\r
76720
- </div>\r
76721
- }\r
76722
- \r
76723
- @case (types.Date) {\r
76724
- <div\r
76725
- class="filling-form-fields-item {{field.class ?? 'span-6'}}"\r
76726
- [class.warning]="!!previousValue"\r
76727
- >\r
76728
- @if (field.label) {\r
76729
- <span\r
76730
- class="filling-form-fields-item-label body-1-regular"\r
76731
- [class.warning]="!!previousValue"\r
76732
- >\r
76733
- {{ field.label + (field.required ? " *" : "") }}\r
76734
- </span>\r
76735
- }\r
76736
- \r
76737
- <mat-form-field appearance="outline">\r
76738
- <input\r
76739
- matInput\r
76740
- [matDatepicker]="picker"\r
76741
- [formControlName]="field.formControlName"\r
76742
- [placeholder]="field.placeholder ?? ''"\r
76743
- (dateChange)="field.onChange && field.onChange(form)"\r
76744
- />\r
76745
- <mat-datepicker-toggle matSuffix [for]="picker">\r
76746
- <mat-icon matDatepickerToggleIcon>calendar_today</mat-icon>\r
76747
- </mat-datepicker-toggle>\r
76748
- <mat-datepicker #picker></mat-datepicker>\r
76749
- \r
76750
- @if (previousValue != null) {\r
76751
- <mat-hint\r
76752
- [class.warning]="true"\r
76753
- class="filling-form-fields-item-hint"\r
76754
- >\r
76755
- Previously saved value: {{ previousValue }}\r
76756
- </mat-hint>\r
76757
- }\r
76758
- \r
76759
- <mat-error>{{field.label}} is required</mat-error>\r
76760
- </mat-form-field>\r
76761
- </div>\r
76762
- }\r
76763
- \r
76764
- @case (types.Input) {\r
76765
- <div\r
76766
- [class.warning]="!!previousValue"\r
76767
- class="filling-form-fields-item {{field.class ?? 'span-6'}}"\r
76768
- >\r
76769
- @if (field.label) {\r
76770
- <span\r
76771
- [class.warning]="!!previousValue"\r
76772
- class="filling-form-fields-item-label body-1-regular"\r
76773
- >\r
76774
- {{ field.label + (field.required ? " *" : "") }}\r
76775
- </span>\r
76776
- \r
76777
- <mat-form-field appearance="outline">\r
76778
- <input\r
76779
- matInput\r
76780
- [readonly]="field.readonly"\r
76781
- [formControlName]="field.formControlName"\r
76782
- [placeholder]="field.placeholder ?? ''"\r
76783
- (change)="field.onChange && field.onChange(form)"\r
76784
- />\r
76785
- \r
76786
- @if (previousValue != null) {\r
76787
- <mat-hint\r
76788
- [class.warning]="true"\r
76789
- class="filling-form-fields-item-hint"\r
76790
- >Previously saved value: {{ previousValue }}</mat-hint\r
76791
- >\r
76792
- }\r
76793
- \r
76794
- @if (previousValue != null) {\r
76795
- <mat-icon\r
76796
- [class.warning]="true"\r
76797
- class="filling-form-fields-item-icon"\r
76798
- matSuffix\r
76799
- >warning_amber</mat-icon\r
76800
- >\r
76801
- }\r
76802
- \r
76803
- <mat-error>{{field.label}} is required</mat-error>\r
76804
- </mat-form-field>\r
76805
- }\r
76806
- </div>\r
76807
- }\r
76808
- @case (types.TextArea) {\r
76809
- <div class="filling-form-fields-item text-area {{field.class ?? 'span-6'}}">\r
76810
- @if (field.label) {\r
76811
- <span class="filling-form-fields-item-label body-1-regular">\r
76812
- {{ field.label + (field.required ? " *" : "") }}\r
76813
- </span>\r
76814
- \r
76815
- <mat-form-field appearance="outline">\r
76816
- <textarea\r
76817
- matInput\r
76818
- [readonly]="field.readonly"\r
76819
- [formControlName]="field.formControlName"\r
76820
- [placeholder]="field.placeholder ?? ''"\r
76821
- (change)="field.onChange && field.onChange(form)"\r
76822
- ></textarea>\r
76823
- </mat-form-field>\r
76824
- }\r
76825
- </div>\r
76826
- }\r
76827
- @case (types.CheckboxList) {\r
76828
- <checkbox-list class="{{field.class}}" [formControlName]="field.formControlName" [items]="field.options ?? []"/>\r
76829
- }\r
76830
- @case (types.Text) {\r
76831
- @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn, prevData()) : field.label;\r
76832
- @if (label) {\r
76833
- <p [class.last]="last" class="filling-form-fields-item-text body-1-regular grey" [class]="field.class" [innerHTML]="label" ></p>\r
76834
- }\r
76835
- }\r
76836
- }\r
76837
- }\r
76838
- }\r
76839
- </div>\r
76840
- </section>\r
76646
+ ], template: `@let fields = this.config();
76647
+ @let form = this.form();
76648
+
76649
+ <section>
76650
+ <div [class.submitted]="isSubmitted()" class="filling-form-fields" [formGroup]="form">
76651
+ @for (field of fields; track field.formControlName + $index; let last = $last) {
76652
+ @if (!field.isVisible || field.isVisible(form)) {
76653
+ @let previousValue = validationConfig()?.[field.formControlName];
76654
+
76655
+ @switch (field.type) {
76656
+ @case (types.Select) {
76657
+ <div class="filling-form-fields-item {{field.class ?? 'span-6'}}">
76658
+ @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label;
76659
+ @if (label) {
76660
+ <span class="filling-form-fields-item-label body-1-regular">
76661
+ {{ (label | translate) + (field.required ? " *" : "") }}
76662
+ </span>
76663
+ }
76664
+ <mat-form-field appearance="outline">
76665
+ @let control = form.get(field.formControlName);
76666
+
76667
+ <input
76668
+ matInput
76669
+ [formControlName]="field.formControlName"
76670
+ [placeholder]="field.placeholder ?? ''"
76671
+ [matAutocomplete]="autocompleteRef"
76672
+ (change)="field.onChange && field.onChange(form)"
76673
+ />
76674
+
76675
+ <mat-autocomplete
76676
+ #autocompleteRef="matAutocomplete"
76677
+ [displayWith]="getDisplayFn(field)"
76678
+ (optionSelected)="field.onChange && field.onChange(form)"
76679
+ >
76680
+ @for (option of getFilteredOptions(field); track option.value) {
76681
+ <mat-option
76682
+ class="filing-form-group-select-option"
76683
+ [value]="option.value"
76684
+ >
76685
+ {{ option.label }}
76686
+ </mat-option>
76687
+ }
76688
+ @if (getFilteredOptions(field).length === 0) {
76689
+ <mat-option disabled>No options found</mat-option>
76690
+ }
76691
+ </mat-autocomplete>
76692
+
76693
+ @if (control?.value && !control?.disabled) {
76694
+ <div matSuffix class="suffix-container">
76695
+ <button mat-icon-button (click)="control?.reset()">
76696
+ <mat-icon>close</mat-icon>
76697
+ </button>
76698
+
76699
+ <mat-icon class="arrow-icon">arrow_drop_down</mat-icon>
76700
+ </div>
76701
+ } @else {
76702
+ <mat-icon matSuffix>arrow_drop_down</mat-icon>
76703
+ }
76704
+
76705
+ <mat-error>{{ field.label }} is required</mat-error>
76706
+ </mat-form-field>
76707
+ </div>
76708
+ }
76709
+
76710
+ @case (types.Checkbox) {
76711
+ <div [class.last]="last" class="filling-form-fields-checkbox {{field.class ?? 'span-6'}}">
76712
+ <mat-checkbox
76713
+ (change)="field.onChange && field.onChange(form)"
76714
+ [formControlName]="field.formControlName"
76715
+ >
76716
+ @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label;
76717
+ <div>
76718
+ <span class="body-1-regular black" [class.warning]="!!previousValue">{{
76719
+ label
76720
+ }}</span>
76721
+ @if (previousValue != null) {
76722
+ <mat-icon
76723
+ [class.warning]="true"
76724
+ class="filling-form-fields-item-icon"
76725
+ matSuffix
76726
+ >warning_amber</mat-icon
76727
+ >
76728
+ }
76729
+ </div>
76730
+ </mat-checkbox>
76731
+
76732
+ @if (previousValue != null) {
76733
+ <mat-hint
76734
+ [class.warning]="true"
76735
+ class="filling-form-fields-item-hint"
76736
+ >Previously saved value: {{ previousValue ? 'checked' : 'unchecked' }}</mat-hint
76737
+ >
76738
+ }
76739
+ </div>
76740
+ }
76741
+
76742
+ @case (types.Empty) {
76743
+ <div class="filling-form-fields-empty {{field.class ?? 'span-6'}}"></div>
76744
+ }
76745
+ @case (types.Autocomplete) {
76746
+ <div class="filling-form-fields-item {{field.class ?? 'span-6'}}">
76747
+ @if (field.label) {
76748
+ <span class="filling-form-fields-item-label body-1-regular">
76749
+ {{ field.label + (field.required ? " *" : "") }}
76750
+ </span>
76751
+ }
76752
+ <autocomplete-field
76753
+ [options]="field.options ?? []"
76754
+ [control]="getFormControl(field.formControlName)"
76755
+ [placeholder]="field.placeholder ?? ''"
76756
+ [required]="field.required ?? false"
76757
+ />
76758
+ </div>
76759
+ }
76760
+
76761
+ @case (types.Date) {
76762
+ <div
76763
+ class="filling-form-fields-item {{field.class ?? 'span-6'}}"
76764
+ [class.warning]="!!previousValue"
76765
+ >
76766
+ @if (field.label) {
76767
+ <span
76768
+ class="filling-form-fields-item-label body-1-regular"
76769
+ [class.warning]="!!previousValue"
76770
+ >
76771
+ {{ field.label + (field.required ? " *" : "") }}
76772
+ </span>
76773
+ }
76774
+
76775
+ <mat-form-field appearance="outline">
76776
+ <input
76777
+ matInput
76778
+ [matDatepicker]="picker"
76779
+ [formControlName]="field.formControlName"
76780
+ [placeholder]="field.placeholder ?? ''"
76781
+ (dateChange)="field.onChange && field.onChange(form)"
76782
+ />
76783
+ <mat-datepicker-toggle matSuffix [for]="picker">
76784
+ <mat-icon matDatepickerToggleIcon>calendar_today</mat-icon>
76785
+ </mat-datepicker-toggle>
76786
+ <mat-datepicker #picker></mat-datepicker>
76787
+
76788
+ @if (previousValue != null) {
76789
+ <mat-hint
76790
+ [class.warning]="true"
76791
+ class="filling-form-fields-item-hint"
76792
+ >
76793
+ Previously saved value: {{ previousValue }}
76794
+ </mat-hint>
76795
+ }
76796
+
76797
+ <mat-error>{{field.label}} is required</mat-error>
76798
+ </mat-form-field>
76799
+ </div>
76800
+ }
76801
+
76802
+ @case (types.Input) {
76803
+ <div
76804
+ [class.warning]="!!previousValue"
76805
+ class="filling-form-fields-item {{field.class ?? 'span-6'}}"
76806
+ >
76807
+ @if (field.label) {
76808
+ <span
76809
+ [class.warning]="!!previousValue"
76810
+ class="filling-form-fields-item-label body-1-regular"
76811
+ >
76812
+ {{ field.label + (field.required ? " *" : "") }}
76813
+ </span>
76814
+
76815
+ <mat-form-field appearance="outline">
76816
+ <input
76817
+ matInput
76818
+ [readonly]="field.readonly"
76819
+ [formControlName]="field.formControlName"
76820
+ [placeholder]="field.placeholder ?? ''"
76821
+ (change)="field.onChange && field.onChange(form)"
76822
+ />
76823
+
76824
+ @if (previousValue != null) {
76825
+ <mat-hint
76826
+ [class.warning]="true"
76827
+ class="filling-form-fields-item-hint"
76828
+ >Previously saved value: {{ previousValue }}</mat-hint
76829
+ >
76830
+ }
76831
+
76832
+ @if (previousValue != null) {
76833
+ <mat-icon
76834
+ [class.warning]="true"
76835
+ class="filling-form-fields-item-icon"
76836
+ matSuffix
76837
+ >warning_amber</mat-icon
76838
+ >
76839
+ }
76840
+
76841
+ <mat-error>{{field.label}} is required</mat-error>
76842
+ </mat-form-field>
76843
+ }
76844
+ </div>
76845
+ }
76846
+ @case (types.TextArea) {
76847
+ <div class="filling-form-fields-item text-area {{field.class ?? 'span-6'}}">
76848
+ @if (field.label) {
76849
+ <span class="filling-form-fields-item-label body-1-regular">
76850
+ {{ field.label + (field.required ? " *" : "") }}
76851
+ </span>
76852
+
76853
+ <mat-form-field appearance="outline">
76854
+ <textarea
76855
+ matInput
76856
+ [readonly]="field.readonly"
76857
+ [formControlName]="field.formControlName"
76858
+ [placeholder]="field.placeholder ?? ''"
76859
+ (change)="field.onChange && field.onChange(form)"
76860
+ ></textarea>
76861
+ </mat-form-field>
76862
+ }
76863
+ </div>
76864
+ }
76865
+ @case (types.CheckboxList) {
76866
+ <checkbox-list class="{{field.class}}" [formControlName]="field.formControlName" [items]="field.options ?? []"/>
76867
+ }
76868
+ @case (types.Text) {
76869
+ @let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn, prevData()) : field.label;
76870
+ @if (label) {
76871
+ <p [class.last]="last" class="filling-form-fields-item-text body-1-regular grey" [class]="field.class" [innerHTML]="label" ></p>
76872
+ }
76873
+ }
76874
+ }
76875
+ }
76876
+ }
76877
+ </div>
76878
+ </section>
76841
76879
  `, styles: ['/* src/app/components/form/filing-form-group/filing-form-group.component.scss */\n:host {\n height: 100%;\n overflow: hidden;\n}\n:host .filling-form-fields {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n column-gap: 16px;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select {\n display: flex;\n}\n:host .filling-form-fields ::ng-deep .mdc-checkbox__background {\n border: 3px solid #6a6c6f;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select-arrow-wrapper {\n display: none;\n}\n:host .filling-form-fields ::ng-deep .suffix-container {\n display: flex;\n align-items: center;\n padding-right: 12px;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-form-field-icon-suffix {\n display: flex;\n align-items: center;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-form-field-icon-suffix .mat-icon {\n display: flex;\n align-items: center;\n}\n:host .filling-form-fields ::ng-deep .arrow-icon {\n pointer-events: none;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-form-field-infix {\n display: flex !important;\n font-size: 14px !important;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select-value-text {\n font-size: 14px !important;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select-value {\n font-size: 14px !important;\n}\n:host .filling-form-fields ::ng-deep .mdc-label {\n font-size: 14px !important;\n}\n:host .filling-form-fields-checkbox {\n display: flex;\n flex-direction: column;\n justify-content: center;\n line-height: 2rem;\n}\n:host .filling-form-fields-checkbox:not(.last) {\n padding-bottom: 16px;\n}\n:host .filling-form-fields-checkbox-text {\n display: flex;\n align-items: center;\n gap: 8px;\n line-height: 20px;\n color: var(--filing-modal-color-grey);\n}\n:host .filling-form-fields-empty {\n width: 100%;\n height: 80px;\n}\n:host .filling-form-fields-item {\n --mat-sys-primary: #6b6f76;\n --mat-sys-primary-container: #e4e5e8;\n --mat-sys-surface-tint: #6b6f76;\n --mat-sys-outline: #c7c9cf;\n --mat-sys-outline-variant: #dfe1e6;\n --mdc-icon-button-state-layer-size: 36px;\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n:host .filling-form-fields-item.text-area ::ng-deep .mat-mdc-text-field-wrapper {\n padding: 0 !important;\n}\n:host .filling-form-fields-item.text-area ::ng-deep .mat-mdc-input-element {\n padding: 0 12px;\n min-height: 230px !important;\n max-height: 230px !important;\n}\n:host .filling-form-fields-item-text {\n font-size: 14px !important;\n}\n:host .filling-form-fields-item-text:not(.last) {\n padding-bottom: 16px;\n}\n:host .filling-form-fields-item-hint {\n display: flex;\n align-items: center;\n font-size: 12px;\n}\n:host .filling-form-fields-item.warning {\n --mdc-outlined-text-field-outline-color: #845400;\n --mdc-outlined-text-field-outline-width: 2px;\n --mat-sys-on-surface: #845400;\n color: #845400;\n padding-bottom: 16px;\n}\n:host .filling-form-fields-item-label {\n color: var(--filing-modal-color-grey);\n}\n:host .filling-form-fields-item-label.warning {\n color: #845400;\n}\n:host .filling-form-fields-item-hint.warning {\n color: #845400;\n}\n:host .filling-form-fields-item-icon {\n font-size: 22px;\n line-height: 22px;\n height: 22px;\n width: 22px;\n}\n:host .filling-form-fields-item-icon.warning {\n color: #845400;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid {\n padding: 0 0 12px;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mdc-notched-outline__leading {\n border-color: #ff3e3e !important;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mdc-notched-outline__trailing {\n border-color: #E22222 !important;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mat-datepicker-toggle-default-icon {\n color: #E22222 !important;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mat-mdc-form-field-error-wrapper {\n padding: 0;\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mat-mdc-form-field-error {\n color: #E22222 !important;\n font-size: 12px;\n font-family: "Open Sans";\n}\n:host .filling-form-fields.submitted ::ng-deep .mat-form-field-invalid .mat-mdc-select-arrow {\n color: #E22222 !important;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mat-icon {\n color: #4a4a4a !important;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mdc-notched-outline__leading {\n border-color: #d6d6d6 !important;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mdc-notched-outline__trailing {\n border-color: #d6d6d6 !important;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mat-datepicker-toggle-default-icon {\n color: #4a4a4a !important;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mat-mdc-form-field-error {\n display: none;\n}\n:host .filling-form-fields:not(.submitted) ::ng-deep .mat-mdc-select-arrow {\n color: #d6d6d6 !important;\n}\n:host .filling-form-fields ::ng-deep {\n --mat-form-field-container-vertical-padding: 6px;\n --mat-form-field-container-height: 36px;\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select-value {\n line-height: 18px;\n}\n:host .filling-form-fields ::ng-deep input,\n:host .filling-form-fields ::ng-deep textarea {\n font-family: "Open Sans";\n}\n:host .filling-form-fields ::ng-deep .mat-mdc-select-value-text {\n font-family: "Open Sans";\n}\n:host .filling-form-fields ::ng-deep .mdc-text-field--disabled {\n background-color: #F5F5F5 !important;\n}\n:host .filling-form-fields ::ng-deep .mdc-notched-outline__leading {\n border-width: 1px !important;\n border-color: #d6d6d6 !important;\n border-top-left-radius: 8px;\n border-bottom-left-radius: 8px;\n}\n:host .filling-form-fields ::ng-deep .mdc-notched-outline__trailing {\n border-width: 1px !important;\n border-color: #d6d6d6 !important;\n border-top-right-radius: 8px;\n border-bottom-right-radius: 8px;\n}\n:host .filling-form-fields ::ng-deep .mdc-icon-button .mat-icon {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n}\n:host .span-1 {\n grid-column: span 1;\n}\n:host .span-2 {\n grid-column: span 2;\n}\n:host .span-3 {\n grid-column: span 3;\n}\n:host .span-4 {\n grid-column: span 4;\n}\n:host .span-5 {\n grid-column: span 5;\n}\n:host .span-6 {\n grid-column: span 6;\n}\n:host .span-8 {\n grid-column: span 8;\n}\n:host .span-12 {\n grid-column: span 12;\n}\n:host .column-1 {\n grid-column: 1/span 2;\n}\n:host .column-2 {\n grid-column: 1/span 4;\n}\n:host .column-3 {\n grid-column: 1/span 6;\n}\n:host ::ng-deep input {\n font-size: 14px !important;\n color: var(--filing-modal-color-grey) !important;\n}\n.filing-form-group-select-option {\n background: white !important;\n}\n.filing-form-group-select-option ::ng-deep .mat-pseudo-checkbox-checked {\n background: transparent !important;\n}\n.filing-form-group-select-option ::ng-deep .mdc-list-item__primary-text {\n font-family: "Open Sans";\n font-size: 14px !important;\n}\n/*# sourceMappingURL=filing-form-group.component.css.map */\n'] }]
76842
76880
  }], null, null);
76843
76881
  })();
@@ -77092,69 +77130,69 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77092
77130
  animate("100ms cubic-bezier(0.4, 0.0, 0.2, 1)")
77093
77131
  ])
77094
77132
  ])
77095
- ], template: `<div class="expandable-card">\r
77096
- <div [class.expanded]="isExpanded()" (click)="toggle()" class="expandable-card-header">\r
77097
- <h2 class="expandable-card-header-title">{{title()}}</h2>\r
77098
- \r
77099
- <div class="expandable-card-header-container">\r
77100
- @if (isStatusIcon()) {\r
77101
- @if (!isValid()) {\r
77102
- <mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon>\r
77103
- }\r
77104
- }\r
77105
- \r
77106
- <mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon>\r
77107
- </div>\r
77108
- </div>\r
77109
- \r
77110
- <div class="expandable-card-content"\r
77111
- [@expandCollapse]="isExpanded()">\r
77112
- <ng-content select="[slot='header-content']"></ng-content>\r
77113
- <div class="expandable-card-actions">\r
77114
- <div>\r
77115
- <ng-content select="[slot='subtitle']"></ng-content>\r
77116
- </div>\r
77117
- \r
77118
- @if (controlsCount() !== 0) {\r
77119
- <div class="expandable-card-actions-items">\r
77120
- <h3 class="expandable-card-actions-item" (click)="expandAll()">\r
77121
- {{ 'Expand all' | translate }}\r
77122
- </h3>\r
77123
- <h3 class="expandable-card-actions-separator">|</h3>\r
77124
- <h3 class="expandable-card-actions-item" (click)="collapseAll()"\r
77125
- >{{ 'Collapse all' | translate }}\r
77126
- </h3>\r
77127
- </div>\r
77128
- }\r
77129
- \r
77130
- </div>\r
77131
- \r
77132
- @for (formGroup of formArray().controls; let i = $index; track formGroup) {\r
77133
- <div class="expandable-card-separator">\r
77134
- <div class="expandable-card-separator-line"></div>\r
77135
- </div>\r
77136
- \r
77137
- <expandable-card\r
77138
- [isListItem]="true"\r
77139
- [title]="getFormGroup(i).get(labelKey())?.value"\r
77140
- [isStatusIcon]="isStatusIcon()"\r
77141
- [isValid]="!formGroup.invalid"\r
77142
- [isOpen]="isItemExpanded(i)"\r
77143
- [border]="false"\r
77144
- [padded]="false"\r
77145
- [chipType]="affiliationTypeToChipType(formGroup.get(controls.AffiliationType)?.value)"\r
77146
- [removable]="removable()"\r
77147
- (toggled)="toggleItem(i)"\r
77148
- (remove)="remove.emit(i)"\r
77149
- >\r
77150
- @let form = getFormGroup(i);\r
77151
- @let configValue = fields() ?? config()?.[form.get(configKey())?.value] ?? [];\r
77152
- <filing-form-group [prevData]="prevData()" [isSubmitted]="isSubmitted()" [form]="form" [config]="configValue"/>\r
77153
- \r
77154
- </expandable-card>\r
77155
- }\r
77156
- </div>\r
77157
- </div>\r
77133
+ ], template: `<div class="expandable-card">
77134
+ <div [class.expanded]="isExpanded()" (click)="toggle()" class="expandable-card-header">
77135
+ <h2 class="expandable-card-header-title">{{title()}}</h2>
77136
+
77137
+ <div class="expandable-card-header-container">
77138
+ @if (isStatusIcon()) {
77139
+ @if (!isValid()) {
77140
+ <mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon>
77141
+ }
77142
+ }
77143
+
77144
+ <mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon>
77145
+ </div>
77146
+ </div>
77147
+
77148
+ <div class="expandable-card-content"
77149
+ [@expandCollapse]="isExpanded()">
77150
+ <ng-content select="[slot='header-content']"></ng-content>
77151
+ <div class="expandable-card-actions">
77152
+ <div>
77153
+ <ng-content select="[slot='subtitle']"></ng-content>
77154
+ </div>
77155
+
77156
+ @if (controlsCount() !== 0) {
77157
+ <div class="expandable-card-actions-items">
77158
+ <h3 class="expandable-card-actions-item" (click)="expandAll()">
77159
+ {{ 'Expand all' | translate }}
77160
+ </h3>
77161
+ <h3 class="expandable-card-actions-separator">|</h3>
77162
+ <h3 class="expandable-card-actions-item" (click)="collapseAll()"
77163
+ >{{ 'Collapse all' | translate }}
77164
+ </h3>
77165
+ </div>
77166
+ }
77167
+
77168
+ </div>
77169
+
77170
+ @for (formGroup of formArray().controls; let i = $index; track formGroup) {
77171
+ <div class="expandable-card-separator">
77172
+ <div class="expandable-card-separator-line"></div>
77173
+ </div>
77174
+
77175
+ <expandable-card
77176
+ [isListItem]="true"
77177
+ [title]="getFormGroup(i).get(labelKey())?.value"
77178
+ [isStatusIcon]="isStatusIcon()"
77179
+ [isValid]="!formGroup.invalid"
77180
+ [isOpen]="isItemExpanded(i)"
77181
+ [border]="false"
77182
+ [padded]="false"
77183
+ [chipType]="affiliationTypeToChipType(formGroup.get(controls.AffiliationType)?.value)"
77184
+ [removable]="removable()"
77185
+ (toggled)="toggleItem(i)"
77186
+ (remove)="remove.emit(i)"
77187
+ >
77188
+ @let form = getFormGroup(i);
77189
+ @let configValue = fields() ?? config()?.[form.get(configKey())?.value] ?? [];
77190
+ <filing-form-group [prevData]="prevData()" [isSubmitted]="isSubmitted()" [form]="form" [config]="configValue"/>
77191
+
77192
+ </expandable-card>
77193
+ }
77194
+ </div>
77195
+ </div>
77158
77196
  `, styles: ["/* src/app/components/expandable-list-card/expandable-list-card.component.scss */\n:host .expandable-card {\n padding: 16px 0;\n box-shadow:\n 0 1px 2px rgba(0, 0, 0, 0.08),\n 0 2px 4px rgba(0, 0, 0, 0.12),\n 0 0 0 1px rgba(0, 0, 0, 0.04);\n border-radius: 8px;\n margin: 1px;\n}\n:host .expandable-card-header {\n padding: 0 16px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n transition: padding-bottom ease-in-out 250ms;\n}\n:host .expandable-card-header.expanded {\n padding-bottom: 16px;\n}\n:host .expandable-card-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n:host .expandable-card-header-title {\n color: #666666;\n font-weight: 700;\n font-size: 14px;\n}\n:host .expandable-card-header-container {\n display: flex;\n align-items: center;\n gap: 16px;\n}\n:host .expandable-card-header-status-icon {\n font-weight: 400;\n color: #F1D01E;\n font-size: 22px;\n height: 22px;\n width: 22px;\n}\n:host .expandable-card-header-status-icon.added {\n color: #44aa00;\n}\n:host .expandable-card-header mat-icon:not(.expandable-card-header-status-icon) {\n display: flex;\n align-items: center;\n justify-content: center;\n transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);\n transform: rotate(-90deg);\n}\n:host .expandable-card-header mat-icon:not(.expandable-card-header-status-icon).rotated {\n transform: rotate(90deg);\n}\n:host .expandable-card-actions {\n padding: 0 16px 0 16px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .expandable-card-actions-items {\n display: flex;\n align-items: center;\n gap: 4px;\n font-size: 14px;\n}\n:host .expandable-card-actions-separator {\n padding: 0 2px;\n color: var(--filing-modal-color-grey);\n font-size: 14px;\n}\n:host .expandable-card-actions-item {\n color: var(--filing-modal-color-light-blue);\n cursor: pointer;\n font-size: 14px;\n}\n:host .expandable-card-actions-item:hover {\n text-decoration: underline;\n}\n:host .expandable-card expandable-card {\n display: block;\n padding: 0 16px;\n}\n:host .expandable-card-separator {\n width: 100%;\n padding: 18px 16px;\n}\n:host .expandable-card-separator-line {\n background-color: var(--filing-modal-color-grey-mid);\n height: 1px;\n width: 100%;\n}\n/*# sourceMappingURL=expandable-list-card.component.css.map */\n"] }]
77159
77197
  }], () => [], null);
77160
77198
  })();
@@ -77270,7 +77308,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77270
77308
  (() => {
77271
77309
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(AlertComponent, [{
77272
77310
  type: Component,
77273
- args: [{ selector: "alert", changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatIconModule], template: '<div class="alert {{type()}}">\r\n @switch (type()) {\r\n @case (alertType.Warning) {\r\n <mat-icon class="alert-icon">warning</mat-icon>\r\n\r\n }\r\n @case (alertType.Info) {\r\n <mat-icon class="alert-icon">info_outlined</mat-icon>\r\n }\r\n }\r\n <div class="alert-text">\r\n <span class="alert-text-title">{{title()}}</span>\r\n\r\n @if (isArray()) {\r\n <ul class="alert-options">\r\n @for(option of content(); track option) {\r\n <li>{{option}}</li>\r\n }\r\n </ul>\r\n }@else {\r\n <span>{{content()}}</span>\r\n }\r\n </div>\r\n\r\n</div>\r\n', styles: ["/* src/app/components/alert/alert.component.scss */\n:host .alert {\n display: flex;\n align-items: center;\n padding: 12px 10px;\n border-radius: 12px;\n gap: 8px;\n border: 1px solid var(--filing-modal-color-grey);\n}\n:host .alert.warning {\n border: 1px solid #F1D01E;\n}\n:host .alert.warning .alert-icon {\n color: #F1D01E;\n font-size: 20px;\n}\n:host .alert-text {\n display: flex;\n flex-direction: column;\n gap: 12px;\n color: var(--filing-modal-color-grey);\n font-size: 14px;\n}\n:host .alert-text-title {\n font-weight: 600;\n}\n:host .alert-options {\n margin: 0;\n padding: 0 24px;\n}\n/*# sourceMappingURL=alert.component.css.map */\n"] }]
77311
+ args: [{ selector: "alert", changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MatIconModule], template: '<div class="alert {{type()}}">\n @switch (type()) {\n @case (alertType.Warning) {\n <mat-icon class="alert-icon">warning</mat-icon>\n\n }\n @case (alertType.Info) {\n <mat-icon class="alert-icon">info_outlined</mat-icon>\n }\n }\n <div class="alert-text">\n <span class="alert-text-title">{{title()}}</span>\n\n @if (isArray()) {\n <ul class="alert-options">\n @for(option of content(); track option) {\n <li>{{option}}</li>\n }\n </ul>\n }@else {\n <span>{{content()}}</span>\n }\n </div>\n\n</div>\n', styles: ["/* src/app/components/alert/alert.component.scss */\n:host .alert {\n display: flex;\n align-items: center;\n padding: 12px 10px;\n border-radius: 12px;\n gap: 8px;\n border: 1px solid var(--filing-modal-color-grey);\n}\n:host .alert.warning {\n border: 1px solid #F1D01E;\n}\n:host .alert.warning .alert-icon {\n color: #F1D01E;\n font-size: 20px;\n}\n:host .alert-text {\n display: flex;\n flex-direction: column;\n gap: 12px;\n color: var(--filing-modal-color-grey);\n font-size: 14px;\n}\n:host .alert-text-title {\n font-weight: 600;\n}\n:host .alert-options {\n margin: 0;\n padding: 0 24px;\n}\n/*# sourceMappingURL=alert.component.css.map */\n"] }]
77274
77312
  }], null, null);
77275
77313
  })();
77276
77314
  (() => {
@@ -77338,7 +77376,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77338
77376
  const ctx_r0 = \u0275\u0275nextContext();
77339
77377
  \u0275\u0275property("isValid", !legalOpinion_r4.invalid)("isStatusIcon", ctx_r0.statusIcon())("title", ctx_r0.groups.LegalOpinion);
77340
77378
  \u0275\u0275advance();
77341
- \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r4)("config", ctx_r0.legalOpinionLawyerFields);
77379
+ \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r4)("config", ctx_r0.legalOpinionLawyerFields());
77342
77380
  \u0275\u0275advance();
77343
77381
  \u0275\u0275property("isSubmitted", ctx_r0.isSubmitted())("form", legalOpinion_r4)("config", ctx_r0.legalOpinionConfirmAddressFields);
77344
77382
  }
@@ -77447,7 +77485,6 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77447
77485
  groups = FormationFormGroups;
77448
77486
  controls = FormationFormControls;
77449
77487
  formationFormControls = FormationFormControls;
77450
- legalOpinionLawyerFields = FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER;
77451
77488
  legalOpinionConfirmAddressFields = FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_CONFIRM_ADDRESS;
77452
77489
  referenceNumbersFields = FORMATION_DELTA_CARD_FORM_REFERENCE_NUMBERS_FIELDS;
77453
77490
  affiliationCardFieldsMap = FORMATION_DELTA_CARD_FORM_ADDRESS_FIELDS_MAP;
@@ -77457,6 +77494,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77457
77494
  contactsFields = [];
77458
77495
  corporationDetailsCardFields = [];
77459
77496
  initiallyOpenCardsCount = 3;
77497
+ laywers = computed(() => {
77498
+ const affiliations = this.task()?.entity.affiliations ?? [];
77499
+ return affiliations.filter((a) => a.role.role_name === "Responsible").map((a) => ({
77500
+ label: a.target._profile.name ?? "",
77501
+ value: a._id
77502
+ }));
77503
+ });
77504
+ legalOpinionLawyerFields = computed(() => FORMATION_DELTA_CARD_FORM_CORPORATION_LEGAL_OPINION_LAWYER(this.laywers()));
77460
77505
  directorsSubtitle = computed(() => {
77461
77506
  const articles = this.task()?.entity._articles;
77462
77507
  if (!articles?.min_directors && !articles?.max_directors) {
@@ -77572,11 +77617,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77572
77617
  FilingFormGroupComponent,
77573
77618
  ExpandableListCardComponent,
77574
77619
  AlertComponent
77575
- ], template: '<div class="incorporation-form">\r\n @if (isNote()) {\r\n <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\r\n }\r\n\r\n @if (errors().length) {\r\n <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\r\n }\r\n\r\n <div class="incorporation-form-content">\r\n @let referenceNumbers = getFormGroup(groups.ReferenceNumbers);\r\n\r\n @if (referenceNumbers) {\r\n <expandable-card [title]="groups.ReferenceNumbers">\r\n <div class="incorporation-form-item">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="referenceNumbers" [config]="referenceNumbersFields"/>\r\n </div>\r\n </expandable-card>\r\n }\r\n\r\n @let corporationDetails = getFormGroup(groups.CorporationDetails);\r\n\r\n @if (corporationDetails) {\r\n <expandable-card [isValid]="!corporationDetails.invalid" [isStatusIcon]="statusIcon()" [title]="groups.CorporationDetails">\r\n <div class="incorporation-form-item">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="corporationDetails" [config]="corporationDetailsCardFields"/>\r\n </div>\r\n </expandable-card>\r\n }\r\n\r\n @if (isLegalOpinion) {\r\n @let legalOpinion = getFormGroup(groups.LegalOpinion);\r\n\r\n @if (legalOpinion) {\r\n <expandable-card [isValid]="!legalOpinion.invalid" [isStatusIcon]="statusIcon()" [title]="groups.LegalOpinion">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="legalOpinion" [config]="legalOpinionLawyerFields"/>\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="legalOpinion" [config]="legalOpinionConfirmAddressFields"/>\r\n </expandable-card>\r\n }\r\n }\r\n\r\n @let registeredOfficeForm = getFormGroup(groups.RegisteredOfficeAddress);\r\n\r\n @if (registeredOfficeForm) {\r\n <expandable-card [isValid]="!registeredOfficeForm.invalid" [isStatusIcon]="statusIcon()" [title]="groups.RegisteredOfficeAddress">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeForm" [config]="affiliationCardFieldsMap[registeredOfficeForm.get(formationFormControls.AffiliationAddressType)?.value]"/>\r\n </expandable-card>\r\n }\r\n\r\n @let incorporatorsArray = getFormArray(groups.Incorporators);\r\n @let directorsArray = getFormArray(groups.Directors);\r\n\r\n @let isOpenDirectors = (directorsArray?.length ?? 0) <= initiallyOpenCardsCount;\r\n @if (directorsArray) {\r\n <expandable-list-card [isValid]="directorsArray.valid" [isOpen]="isOpenDirectors" [isStatusIcon]="statusIcon()" [config]="directorsCardFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="directorsArray" [title]="groups.Directors">\r\n <p slot="subtitle" class="body-1-regular black" [innerHTML]="directorsSubtitle()"></p>\r\n </expandable-list-card>\r\n }\r\n\r\n @let sharesAndRestrictions = getFormGroup(groups.SharesAndRestrictions);\r\n\r\n @if (sharesAndRestrictions) {\r\n <expandable-card [isStatusIcon]="false" [title]="groups.SharesAndRestrictions">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="sharesAndRestrictions" [config]="sharesAndProvincesFields"/>\r\n </expandable-card>\r\n }\r\n\r\n @let isOpenIncorporators = (incorporatorsArray?.length ?? 0) <= initiallyOpenCardsCount;\r\n\r\n @if (incorporatorsArray) {\r\n <expandable-list-card [isValid]="incorporatorsArray.valid" [isOpen]="isOpenIncorporators" [isStatusIcon]="statusIcon()" [config]="incorporatorsCardFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="incorporatorsArray" [title]="groups.Incorporators"/>\r\n }\r\n\r\n @let contact = getFormGroup(groups.Contact);\r\n @if (contact) {\r\n <expandable-card [isStatusIcon]="true" [isValid]="!contact.invalid" [title]="groups.Contact">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="contact" [config]="contactsFields"/>\r\n </expandable-card>\r\n }\r\n </div>\r\n</div>\r\n', styles: ["/* src/app/components/ontario/incorporation/ontario-incorporation-form/ontario-incorporation-form.component.scss */\n:host {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n}\n:host .incorporation-form {\n display: flex;\n height: 100%;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n flex: 1;\n overflow: auto;\n min-height: 0;\n}\n:host .incorporation-form-content-subtitle {\n color: var(--filing-modal-color-grey);\n padding-bottom: 8px;\n}\n:host .incorporation-form-subtitle {\n color: #666666;\n}\n:host .incorporation-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form-item-title {\n color: var(--filing-modal-color-dark-blue);\n}\n/*# sourceMappingURL=ontario-incorporation-form.component.css.map */\n"] }]
77620
+ ], template: '<div class="incorporation-form">\n @if (isNote()) {\n <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\n }\n\n @if (errors().length) {\n <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\n }\n\n <div class="incorporation-form-content">\n @let referenceNumbers = getFormGroup(groups.ReferenceNumbers);\n\n @if (referenceNumbers) {\n <expandable-card [title]="groups.ReferenceNumbers">\n <div class="incorporation-form-item">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="referenceNumbers" [config]="referenceNumbersFields"/>\n </div>\n </expandable-card>\n }\n\n @let corporationDetails = getFormGroup(groups.CorporationDetails);\n\n @if (corporationDetails) {\n <expandable-card [isValid]="!corporationDetails.invalid" [isStatusIcon]="statusIcon()" [title]="groups.CorporationDetails">\n <div class="incorporation-form-item">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="corporationDetails" [config]="corporationDetailsCardFields"/>\n </div>\n </expandable-card>\n }\n\n @if (isLegalOpinion) {\n @let legalOpinion = getFormGroup(groups.LegalOpinion);\n\n @if (legalOpinion) {\n <expandable-card [isValid]="!legalOpinion.invalid" [isStatusIcon]="statusIcon()" [title]="groups.LegalOpinion">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="legalOpinion" [config]="legalOpinionLawyerFields()"/>\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="legalOpinion" [config]="legalOpinionConfirmAddressFields"/>\n </expandable-card>\n }\n }\n\n @let registeredOfficeForm = getFormGroup(groups.RegisteredOfficeAddress);\n\n @if (registeredOfficeForm) {\n <expandable-card [isValid]="!registeredOfficeForm.invalid" [isStatusIcon]="statusIcon()" [title]="groups.RegisteredOfficeAddress">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeForm" [config]="affiliationCardFieldsMap[registeredOfficeForm.get(formationFormControls.AffiliationAddressType)?.value]"/>\n </expandable-card>\n }\n\n @let incorporatorsArray = getFormArray(groups.Incorporators);\n @let directorsArray = getFormArray(groups.Directors);\n\n @let isOpenDirectors = (directorsArray?.length ?? 0) <= initiallyOpenCardsCount;\n @if (directorsArray) {\n <expandable-list-card [isValid]="directorsArray.valid" [isOpen]="isOpenDirectors" [isStatusIcon]="statusIcon()" [config]="directorsCardFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="directorsArray" [title]="groups.Directors">\n <p slot="subtitle" class="body-1-regular black" [innerHTML]="directorsSubtitle()"></p>\n </expandable-list-card>\n }\n\n @let sharesAndRestrictions = getFormGroup(groups.SharesAndRestrictions);\n\n @if (sharesAndRestrictions) {\n <expandable-card [isStatusIcon]="false" [title]="groups.SharesAndRestrictions">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="sharesAndRestrictions" [config]="sharesAndProvincesFields"/>\n </expandable-card>\n }\n\n @let isOpenIncorporators = (incorporatorsArray?.length ?? 0) <= initiallyOpenCardsCount;\n\n @if (incorporatorsArray) {\n <expandable-list-card [isValid]="incorporatorsArray.valid" [isOpen]="isOpenIncorporators" [isStatusIcon]="statusIcon()" [config]="incorporatorsCardFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="incorporatorsArray" [title]="groups.Incorporators"/>\n }\n\n @let contact = getFormGroup(groups.Contact);\n @if (contact) {\n <expandable-card [isStatusIcon]="true" [isValid]="!contact.invalid" [title]="groups.Contact">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="contact" [config]="contactsFields"/>\n </expandable-card>\n }\n </div>\n</div>\n', styles: ["/* src/app/components/ontario/incorporation/ontario-incorporation-form/ontario-incorporation-form.component.scss */\n:host {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n}\n:host .incorporation-form {\n display: flex;\n height: 100%;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n flex: 1;\n overflow: auto;\n min-height: 0;\n}\n:host .incorporation-form-content-subtitle {\n color: var(--filing-modal-color-grey);\n padding-bottom: 8px;\n}\n:host .incorporation-form-subtitle {\n color: #666666;\n}\n:host .incorporation-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form-item-title {\n color: var(--filing-modal-color-dark-blue);\n}\n/*# sourceMappingURL=ontario-incorporation-form.component.css.map */\n"] }]
77576
77621
  }], () => [], null);
77577
77622
  })();
77578
77623
  (() => {
77579
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioIncorporationFormComponent, { className: "OntarioIncorporationFormComponent", filePath: "src/app/components/ontario/incorporation/ontario-incorporation-form/ontario-incorporation-form.component.ts", lineNumber: 42 });
77624
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(OntarioIncorporationFormComponent, { className: "OntarioIncorporationFormComponent", filePath: "src/app/components/ontario/incorporation/ontario-incorporation-form/ontario-incorporation-form.component.ts", lineNumber: 46 });
77580
77625
  })();
77581
77626
  }
77582
77627
  });
@@ -77665,35 +77710,35 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77665
77710
  MatButton,
77666
77711
  TranslatePipe,
77667
77712
  OntarioIncorporationFormComponent
77668
- ], template: `<div class="incorporation-delta-form">\r
77669
- <ontario-incorporation-form\r
77670
- class="incorporation-delta-form-content"\r
77671
- [form]="form()"\r
77672
- [task]="task()"\r
77673
- [errors]="errors()"\r
77674
- [isNote]="isNote()"\r
77675
- [isSubmitted]="submitted()"\r
77676
- [statusIcon]="true"\r
77677
- />\r
77678
- \r
77679
- <div class="incorporation-delta-form-actions">\r
77680
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
77681
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
77682
- </button>\r
77683
- <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>\r
77684
- <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>\r
77685
- </button>\r
77686
- <button\r
77687
- class="submit"\r
77688
- color="primary"\r
77689
- mat-flat-button\r
77690
- [disabled]="actionsDisabled()"\r
77691
- (click)="onValidate()"\r
77692
- >\r
77693
- <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>\r
77694
- </button>\r
77695
- </div>\r
77696
- </div>\r
77713
+ ], template: `<div class="incorporation-delta-form">
77714
+ <ontario-incorporation-form
77715
+ class="incorporation-delta-form-content"
77716
+ [form]="form()"
77717
+ [task]="task()"
77718
+ [errors]="errors()"
77719
+ [isNote]="isNote()"
77720
+ [isSubmitted]="submitted()"
77721
+ [statusIcon]="true"
77722
+ />
77723
+
77724
+ <div class="incorporation-delta-form-actions">
77725
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
77726
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
77727
+ </button>
77728
+ <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>
77729
+ <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>
77730
+ </button>
77731
+ <button
77732
+ class="submit"
77733
+ color="primary"
77734
+ mat-flat-button
77735
+ [disabled]="actionsDisabled()"
77736
+ (click)="onValidate()"
77737
+ >
77738
+ <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>
77739
+ </button>
77740
+ </div>
77741
+ </div>
77697
77742
  `, styles: ["/* src/app/components/ontario/incorporation/steps/delta/ontario-incorporation-delta-form.component.scss */\n:host .incorporation-delta-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .incorporation-delta-form-content {\n flex: 1;\n min-height: 0;\n}\n:host .incorporation-delta-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .incorporation-delta-form-actions button {\n margin: 0;\n}\n:host .incorporation-delta-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=ontario-incorporation-delta-form.component.css.map */\n"] }]
77698
77743
  }], null, null);
77699
77744
  })();
@@ -77770,29 +77815,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
77770
77815
  MatButton,
77771
77816
  TranslatePipe,
77772
77817
  OntarioIncorporationFormComponent
77773
- ], template: `<div class="incorporation-preview-form">\r
77774
- <ontario-incorporation-form\r
77775
- class="incorporation-preview-form-content"\r
77776
- [form]="form()"\r
77777
- [task]="task()"\r
77778
- [statusIcon]="false"\r
77779
- />\r
77780
- \r
77781
- <div class="incorporation-preview-form-actions">\r
77782
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
77783
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
77784
- </button>\r
77785
- <button\r
77786
- class="submit"\r
77787
- color="primary"\r
77788
- mat-flat-button\r
77789
- [disabled]="actionsDisabled()"\r
77790
- (click)="next.emit()"\r
77791
- >\r
77792
- <span class="body-1-semibold">{{ 'File' | translate }}</span>\r
77793
- </button>\r
77794
- </div>\r
77795
- </div>\r
77818
+ ], template: `<div class="incorporation-preview-form">
77819
+ <ontario-incorporation-form
77820
+ class="incorporation-preview-form-content"
77821
+ [form]="form()"
77822
+ [task]="task()"
77823
+ [statusIcon]="false"
77824
+ />
77825
+
77826
+ <div class="incorporation-preview-form-actions">
77827
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
77828
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
77829
+ </button>
77830
+ <button
77831
+ class="submit"
77832
+ color="primary"
77833
+ mat-flat-button
77834
+ [disabled]="actionsDisabled()"
77835
+ (click)="next.emit()"
77836
+ >
77837
+ <span class="body-1-semibold">{{ 'File' | translate }}</span>
77838
+ </button>
77839
+ </div>
77840
+ </div>
77796
77841
  `, styles: ["/* src/app/components/ontario/incorporation/steps/preview/ontario-incorporation-preview-form.component.scss */\n:host .incorporation-preview-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .incorporation-preview-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .incorporation-preview-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-preview-form-errors {\n padding: 0 16px;\n}\n:host .incorporation-preview-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .incorporation-preview-form-actions button {\n margin: 0;\n}\n/*# sourceMappingURL=ontario-incorporation-preview-form.component.css.map */\n"] }]
77797
77842
  }], null, null);
77798
77843
  })();
@@ -78481,7 +78526,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78481
78526
  AlertComponent,
78482
78527
  ExpandableCardComponent,
78483
78528
  ExpandableListCardComponent
78484
- ], template: '<div class="ontario-update-maintain-form">\r\n @if (isNote()) {\r\n <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\r\n }\r\n\r\n @if (errors().length) {\r\n <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\r\n }\r\n\r\n <div class="ontario-update-maintain-form-content">\r\n\r\n <!-- ===== GENERAL INFO ===== -->\r\n @let generalInfoForm = getFormGroup(groups.GeneralInfo);\r\n @if (generalInfoForm) {\r\n <expandable-card [title]="groups.GeneralInfo" [isStatusIcon]="!readonly()">\r\n <filing-form-group\r\n [isSubmitted]="isSubmitted()"\r\n [form]="generalInfoForm"\r\n [config]="generalCardFields"\r\n [label]="groups.GeneralInfo"\r\n />\r\n </expandable-card>\r\n }\r\n\r\n <!-- =====REGISTERED OFFICE ADDRESS===== -->\r\n @let registeredOfficeAddress = getFormGroup(groups.RegisteredOfficeAddress);\r\n @if (registeredOfficeAddress) {\r\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!registeredOfficeAddress.invalid" [title]="groups.RegisteredOfficeAddress">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeAddress" [config]="addressFieldsMap[registeredOfficeAddress.get(controls.AffiliationAddressType)?.value]"/>\r\n </expandable-card>\r\n }\r\n\r\n @let directorsArray = getFormArray(groups.Directors);\r\n @if (directorsArray) {\r\n <expandable-list-card [prevData]="prevData()?.directors" [isSubmitted]="isSubmitted()" [isOpen]="isPersonnelExpanded()" [isStatusIcon]="!readonly()" [config]="directorsFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="directorsArray" [title]="groups.Directors"/>\r\n }\r\n\r\n @let officersArray = getFormArray(groups.Officers);\r\n @if (officersArray) {\r\n <expandable-list-card [prevData]="prevData()?.officers" [isSubmitted]="isSubmitted()" [isOpen]="isPersonnelExpanded()" [isStatusIcon]="!readonly()" [config]="directorsFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="officersArray" [title]="groups.Officers"/>\r\n }\r\n\r\n @let certifiedBy = getFormGroup(groups.CertifiedBy);\r\n @if (certifiedBy) {\r\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!certifiedBy.invalid" [title]="groups.CertifiedBy">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="certifiedBy" [config]="certifiedByFieldsMap[certifiedBy.get(controls.AffiliationAddressType)?.value]"/>\r\n </expandable-card>\r\n }\r\n\r\n @let contact = getFormGroup(groups.Contact);\r\n @if (contact) {\r\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!contact.invalid" [title]="groups.Contact">\r\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="contact" [config]="contactsFields"/>\r\n </expandable-card>\r\n }\r\n\r\n </div>\r\n</div>\r\n\r\n', styles: ["/* src/app/components/ontario/update-maintain/update-maintain-form/update-maintain-form.component.scss */\n:host .ontario-update-maintain-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n overflow-y: auto;\n}\n:host .ontario-update-maintain-form-content {\n display: flex;\n flex-direction: column;\n gap: 24px;\n}\n:host .ontario-update-maintain-form-section {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n:host .ontario-update-maintain-form-section-title {\n font-size: 14px;\n font-weight: 600;\n color: var(--filing-modal-color-dark-blue, #1a2e5a);\n margin: 0;\n padding-bottom: 8px;\n border-bottom: 1px solid var(--color-border, #e0e0e0);\n}\n:host .ontario-update-maintain-form-principal {\n padding: 12px 0;\n border-bottom: 1px solid var(--color-border, #e0e0e0);\n}\n:host .ontario-update-maintain-form-principal:last-child {\n border-bottom: none;\n}\n/*# sourceMappingURL=update-maintain-form.component.css.map */\n"] }]
78529
+ ], template: '<div class="ontario-update-maintain-form">\n @if (isNote()) {\n <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\n }\n\n @if (errors().length) {\n <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\n }\n\n <div class="ontario-update-maintain-form-content">\n\n <!-- ===== GENERAL INFO ===== -->\n @let generalInfoForm = getFormGroup(groups.GeneralInfo);\n @if (generalInfoForm) {\n <expandable-card [title]="groups.GeneralInfo" [isStatusIcon]="!readonly()">\n <filing-form-group\n [isSubmitted]="isSubmitted()"\n [form]="generalInfoForm"\n [config]="generalCardFields"\n [label]="groups.GeneralInfo"\n />\n </expandable-card>\n }\n\n <!-- =====REGISTERED OFFICE ADDRESS===== -->\n @let registeredOfficeAddress = getFormGroup(groups.RegisteredOfficeAddress);\n @if (registeredOfficeAddress) {\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!registeredOfficeAddress.invalid" [title]="groups.RegisteredOfficeAddress">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeAddress" [config]="addressFieldsMap[registeredOfficeAddress.get(controls.AffiliationAddressType)?.value]"/>\n </expandable-card>\n }\n\n @let directorsArray = getFormArray(groups.Directors);\n @if (directorsArray) {\n <expandable-list-card [prevData]="prevData()?.directors" [isSubmitted]="isSubmitted()" [isOpen]="isPersonnelExpanded()" [isStatusIcon]="!readonly()" [config]="directorsFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="directorsArray" [title]="groups.Directors"/>\n }\n\n @let officersArray = getFormArray(groups.Officers);\n @if (officersArray) {\n <expandable-list-card [prevData]="prevData()?.officers" [isSubmitted]="isSubmitted()" [isOpen]="isPersonnelExpanded()" [isStatusIcon]="!readonly()" [config]="directorsFieldsMap" [configKey]="controls.AffiliationAddressType" [formArray]="officersArray" [title]="groups.Officers"/>\n }\n\n @let certifiedBy = getFormGroup(groups.CertifiedBy);\n @if (certifiedBy) {\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!certifiedBy.invalid" [title]="groups.CertifiedBy">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="certifiedBy" [config]="certifiedByFieldsMap[certifiedBy.get(controls.AffiliationAddressType)?.value]"/>\n </expandable-card>\n }\n\n @let contact = getFormGroup(groups.Contact);\n @if (contact) {\n <expandable-card [isStatusIcon]="!readonly()" [isValid]="!contact.invalid" [title]="groups.Contact">\n <filing-form-group [isSubmitted]="isSubmitted()" [form]="contact" [config]="contactsFields"/>\n </expandable-card>\n }\n\n </div>\n</div>\n\n', styles: ["/* src/app/components/ontario/update-maintain/update-maintain-form/update-maintain-form.component.scss */\n:host .ontario-update-maintain-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n overflow-y: auto;\n}\n:host .ontario-update-maintain-form-content {\n display: flex;\n flex-direction: column;\n gap: 24px;\n}\n:host .ontario-update-maintain-form-section {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n:host .ontario-update-maintain-form-section-title {\n font-size: 14px;\n font-weight: 600;\n color: var(--filing-modal-color-dark-blue, #1a2e5a);\n margin: 0;\n padding-bottom: 8px;\n border-bottom: 1px solid var(--color-border, #e0e0e0);\n}\n:host .ontario-update-maintain-form-principal {\n padding: 12px 0;\n border-bottom: 1px solid var(--color-border, #e0e0e0);\n}\n:host .ontario-update-maintain-form-principal:last-child {\n border-bottom: none;\n}\n/*# sourceMappingURL=update-maintain-form.component.css.map */\n"] }]
78485
78530
  }], () => [], null);
78486
78531
  })();
78487
78532
  (() => {
@@ -78575,37 +78620,37 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78575
78620
  MatButton,
78576
78621
  TranslatePipe,
78577
78622
  OntarioUpdateMaintainFormComponent
78578
- ], template: `<div class="ontario-update-maintain-delta-form">\r
78579
- <ontario-update-maintain-form\r
78580
- class="ontario-update-maintain-delta-form-content"\r
78581
- [form]="form()"\r
78582
- [task]="task()"\r
78583
- [errors]="errors()"\r
78584
- [isNote]="isNote()"\r
78585
- [isSubmitted]="submitted()"\r
78586
- [readonly]="false"\r
78587
- [prevData]="prevData()"\r
78588
- />\r
78589
- \r
78590
- <div class="ontario-update-maintain-delta-form-actions">\r
78591
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
78592
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
78593
- </button>\r
78594
- <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>\r
78595
- <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>\r
78596
- </button>\r
78597
- <button\r
78598
- class="submit"\r
78599
- color="primary"\r
78600
- mat-flat-button\r
78601
- [disabled]="actionsDisabled()"\r
78602
- (click)="onValidate()"\r
78603
- >\r
78604
- <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>\r
78605
- </button>\r
78606
- </div>\r
78607
- </div>\r
78608
- \r
78623
+ ], template: `<div class="ontario-update-maintain-delta-form">
78624
+ <ontario-update-maintain-form
78625
+ class="ontario-update-maintain-delta-form-content"
78626
+ [form]="form()"
78627
+ [task]="task()"
78628
+ [errors]="errors()"
78629
+ [isNote]="isNote()"
78630
+ [isSubmitted]="submitted()"
78631
+ [readonly]="false"
78632
+ [prevData]="prevData()"
78633
+ />
78634
+
78635
+ <div class="ontario-update-maintain-delta-form-actions">
78636
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
78637
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
78638
+ </button>
78639
+ <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>
78640
+ <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>
78641
+ </button>
78642
+ <button
78643
+ class="submit"
78644
+ color="primary"
78645
+ mat-flat-button
78646
+ [disabled]="actionsDisabled()"
78647
+ (click)="onValidate()"
78648
+ >
78649
+ <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>
78650
+ </button>
78651
+ </div>
78652
+ </div>
78653
+
78609
78654
  `, styles: ["/* src/app/components/ontario/update-maintain/steps/delta/update-maintain-delta-form.component.scss */\n:host .ontario-update-maintain-delta-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .ontario-update-maintain-delta-form-content {\n flex: 1;\n min-height: 0;\n}\n:host .ontario-update-maintain-delta-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .ontario-update-maintain-delta-form-actions button {\n margin: 0;\n}\n:host .ontario-update-maintain-delta-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=update-maintain-delta-form.component.css.map */\n"] }]
78610
78655
  }], null, null);
78611
78656
  })();
@@ -78680,32 +78725,32 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78680
78725
  MatButton,
78681
78726
  OntarioUpdateMaintainFormComponent,
78682
78727
  TranslatePipe
78683
- ], template: `<div class="ontario-update-maintain-preview-form">\r
78684
- <ontario-update-maintain-form\r
78685
- class="ontario-update-maintain-preview-form-content"\r
78686
- [form]="form()"\r
78687
- [task]="task()"\r
78688
- [errors]="errors()"\r
78689
- [isSubmitted]="false"\r
78690
- [readonly]="false"\r
78691
- />\r
78692
- \r
78693
- <div class="ontario-update-maintain-preview-form-actions">\r
78694
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
78695
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
78696
- </button>\r
78697
- <button\r
78698
- class="submit"\r
78699
- color="primary"\r
78700
- mat-flat-button\r
78701
- [disabled]="actionsDisabled()"\r
78702
- (click)="file.emit()"\r
78703
- >\r
78704
- <span class="body-1-semibold">{{ 'File' | translate }}</span>\r
78705
- </button>\r
78706
- </div>\r
78707
- </div>\r
78708
- \r
78728
+ ], template: `<div class="ontario-update-maintain-preview-form">
78729
+ <ontario-update-maintain-form
78730
+ class="ontario-update-maintain-preview-form-content"
78731
+ [form]="form()"
78732
+ [task]="task()"
78733
+ [errors]="errors()"
78734
+ [isSubmitted]="false"
78735
+ [readonly]="false"
78736
+ />
78737
+
78738
+ <div class="ontario-update-maintain-preview-form-actions">
78739
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
78740
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
78741
+ </button>
78742
+ <button
78743
+ class="submit"
78744
+ color="primary"
78745
+ mat-flat-button
78746
+ [disabled]="actionsDisabled()"
78747
+ (click)="file.emit()"
78748
+ >
78749
+ <span class="body-1-semibold">{{ 'File' | translate }}</span>
78750
+ </button>
78751
+ </div>
78752
+ </div>
78753
+
78709
78754
  `, styles: ["/* src/app/components/ontario/update-maintain/steps/preview/update-maintain-preview-form.component.scss */\n:host .ontario-update-maintain-preview-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .ontario-update-maintain-preview-form-content {\n flex: 1;\n min-height: 0;\n}\n:host .ontario-update-maintain-preview-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .ontario-update-maintain-preview-form-actions button {\n margin: 0;\n}\n:host .ontario-update-maintain-preview-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=update-maintain-preview-form.component.css.map */\n"] }]
78710
78755
  }], null, null);
78711
78756
  })();
@@ -78947,271 +78992,271 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
78947
78992
  FilingFormGroupComponent,
78948
78993
  TranslatePipe,
78949
78994
  MatButton
78950
- ], template: `<div class="terms-and-conditions">\r
78951
- <div class="terms-and-conditions-content">\r
78952
- <expandable-card class="terms-and-conditions-card" title="Terms and Conditions">\r
78953
- \r
78954
- <div class="terms-and-conditions-card-content">\r
78955
- <div class="terms-and-conditions-text-wrapper">\r
78956
- <div class="terms-and-conditions-text">\r
78957
- <span class="body-1-regular">\r
78958
- The following are the Terms and Conditions for filing with the Ministry of\r
78959
- Public and Business Service Delivery ("Ministry") under the Business\r
78960
- Corporations Act, Business Names Act, Corporations Act, Corporations\r
78961
- Information Act, Extra-Provincial Corporations Act, Limited Partnerships\r
78962
- Act and Not-for-Profit Corporations Act, 2010.\r
78963
- </span>\r
78964
- \r
78965
- <span class="body-1-regular">\r
78966
- Agreement to these Terms and Conditions by the following persons and\r
78967
- entities is a mandatory condition of filing:\r
78968
- </span>\r
78969
- \r
78970
- <span class="body-1-regular">\r
78971
- (i) the person(s) signing or otherwise authorizing the filing and any\r
78972
- person(s) acting on their behalf (collectively, the "authorizers"); and\r
78973
- </span>\r
78974
- \r
78975
- <span class="body-1-regular">\r
78976
- (ii) the corporation or other entity that is the subject of the filing\r
78977
- (the "entity") and any person(s) acting on behalf of the entity\r
78978
- </span>\r
78979
- \r
78980
- <span class="body-1-regular">\r
78981
- These Terms and Conditions are made under the authority of the\r
78982
- requirements established by the Director or Registrar appointed under the\r
78983
- applicable Act. These Terms and Conditions are in addition to and subject\r
78984
- to the applicable Acts, regulations and requirements of the Director or\r
78985
- Registrar.\r
78986
- </span>\r
78987
- \r
78988
- <span class="body-1-regular">\r
78989
- By proceeding with this filing under any of the above-named Acts, the\r
78990
- authorizer(s), the entity and any person(s) acting on behalf of the entity\r
78991
- accept and agree to be bound by these Terms and Conditions.\r
78992
- </span>\r
78993
- \r
78994
- <span class="body-1-regular">\r
78995
- 1. The sole responsibility for correctness and completeness of the filing,\r
78996
- and for compliance with the applicable Act and all regulations and\r
78997
- Director's or Registrar's requirements made under it, lies with the\r
78998
- authorizer(s) and the entity. The authorizer(s), the entity and any\r
78999
- person(s) acting on behalf of the entity agree that any information\r
79000
- provided by the Ministry in or related to the making of a filing is not\r
79001
- legal advice, and that they have obtained their own legal or other advice\r
79002
- as appropriate.\r
79003
- </span>\r
79004
- \r
79005
- <span class="body-1-regular">\r
79006
- 2. All filings must meet any signature or authorization requirements\r
79007
- established by the Director or Registrar under the applicable Act. Where\r
79008
- signatures are required for electronic filing, the applicable articles,\r
79009
- application, declaration, other approved form or other document must be\r
79010
- saved or printed and signed in accordance with the instructions provided.\r
79011
- The entity must keep a properly executed version of the applicable\r
79012
- document in paper or electronic format, together with any records that may\r
79013
- exist related to an electronic signature, if signed by electronic\r
79014
- signature, as follows: If the subject of a filing is a corporation, the\r
79015
- corporation must keep these documents and records at its registered\r
79016
- office. If the subject of the filing is an Ontario limited partnership,\r
79017
- the limited partnership must keep these documents and records at the\r
79018
- limited partnership's principal place of business in Ontario. If the\r
79019
- subject of the filing is an extraprovincial limited partnership that does\r
79020
- not have a principal place of business in Ontario, the extraprovincial\r
79021
- limited partnership must keep these documents and records at the address\r
79022
- of the limited partnership's attorney and representative in Ontario set\r
79023
- out in the declaration filed under the Limited Partnerships Act and stated\r
79024
- in the power of attorney executed under the Act. If required by notice\r
79025
- from the Director or Registrar, the corporation, limited partnership, the\r
79026
- attorney and representative in Ontario or other person as applicable must\r
79027
- provide a copy of the properly executed version of the applicable document\r
79028
- to the Director or Registrar within the time period set out in the notice,\r
79029
- together with any records that may exist related to an electronic\r
79030
- signature, if signed by electronic signature.\r
79031
- </span>\r
79032
- \r
79033
- <span class="body-1-regular">\r
79034
- 3. In addition to retaining and filing supporting documents in accordance\r
79035
- with the applicable Act and regulations, the entity must keep a copy of\r
79036
- all filed supporting documents and provide a copy in accordance with any\r
79037
- written notice from the Director or Registrar. In the case of a consent\r
79038
- from a Minister or the Public Guardian and Trustee (PGT) that is required\r
79039
- to support a filing made by a corporation, the corporation agrees that the\r
79040
- Ministry may contact that Minister or the PGT, as applicable, to confirm\r
79041
- that the necessary consent has been obtained and to record this in the\r
79042
- electronic business registration system maintained by the Ministry.\r
79043
- </span>\r
79044
- \r
79045
- <span class="body-1-regular">\r
79046
- 4. The entity assumes full responsibility for any risk of confusion or\r
79047
- legal action, including the risk of a lawsuit or name hearing under the\r
79048
- applicable Act, resulting from a filing that sets out a name that is the\r
79049
- same or similar to that of an existing corporation, business name or\r
79050
- trademark, or that is otherwise contrary to the applicable Act or\r
79051
- regulations.\r
79052
- </span>\r
79053
- \r
79054
- <span class="body-1-regular">\r
79055
- 5. Filings must be made in the required form and format, and must meet the\r
79056
- technical requirements or other specifications and requirements\r
79057
- established by the Director or Registrar.\r
79058
- </span>\r
79059
- \r
79060
- <span class="body-1-regular">\r
79061
- 6. Valid email address(es) must be provided as specified in the\r
79062
- transaction for administrative purposes, and all mandatory fields must be\r
79063
- completed.\r
79064
- </span>\r
79065
- \r
79066
- <span class="body-1-regular">\r
79067
- 7. The business information provided in this filing may be shared with\r
79068
- other government bodies. The business information that is collected may be\r
79069
- used and disclosed for the purpose of administering their programs.\r
79070
- </span>\r
79071
- \r
79072
- <span class="body-1-regular">\r
79073
- 8. Payment of the required fee must be made at the time of submission, and\r
79074
- any certificate or other documentation issued by the Ministry is subject\r
79075
- to compliance action and cancellation if payment is disputed or\r
79076
- fraudulent. Payment of fees for electronic filings must be made\r
79077
- electronically using the payment options provided.\r
79078
- </span>\r
79079
- \r
79080
- <span class="body-1-regular">\r
79081
- 9. If an application is for a corrected certificate, and the application\r
79082
- is approved under the applicable Act, the corporation or limited\r
79083
- partnership as applicable will be notified when the certificate has been\r
79084
- issued. The corporation or limited partnership, as applicable, agrees to\r
79085
- review the issued corrected certificate in the records maintained by the\r
79086
- Ministry forthwith and to confirm that the issued certificate corresponds\r
79087
- with the final approved application for correction. The corporation or\r
79088
- limited partnership, as applicable, agrees to be responsible and assume\r
79089
- all liability for any discrepancies between the issued corrected\r
79090
- certificate and the final approved application if these are not\r
79091
- immediately brought to the attention of the Ministry.\r
79092
- </span>\r
79093
- \r
79094
- <span class="body-1-regular">\r
79095
- 10. If this is a new filing, a company key consisting of a unique series\r
79096
- of digits will be provided electronically by the Ministry to the entity at\r
79097
- the time of completion of the transaction, together with the final\r
79098
- documentation for the transaction. If this is not a new filing, the entity\r
79099
- will have received a company key. The company key provides authority over\r
79100
- the entity; by proceeding with this transaction, any person(s) acting on\r
79101
- behalf of the entity is confirming that they are duly authorized by the\r
79102
- entity.\r
79103
- </span>\r
79104
- \r
79105
- <span class="body-1-regular">\r
79106
- 11. The company key will be required for any subsequent paper or online\r
79107
- filings regarding the entity. The entity is responsible for the care and\r
79108
- control of the company key. The entity is responsible for treating this\r
79109
- key as confidential information and not sharing it unless it is in the\r
79110
- course of providing delegated authority to a trusted service provider or\r
79111
- trusted intermediary to make filings on their behalf. The recipient of the\r
79112
- company key agrees to notify the Ministry as soon as they become aware\r
79113
- that the key has been lost, stolen or misused to request a replacement\r
79114
- key. The entity agrees to be responsible and assume all liability for all\r
79115
- filings authorized by the key in respect of the entity. Unauthorized use\r
79116
- of the company key or delegated authority may result in suspension of\r
79117
- access to the electronic business registration system.\r
79118
- </span>\r
79119
- \r
79120
- <span class="body-1-regular">\r
79121
- 12. The Ministry may take appropriate compliance action at any time if it\r
79122
- comes to the attention of the Ministry that a filing does not comply with\r
79123
- the applicable Act, regulations or the requirements of the Director or\r
79124
- Registrar.\r
79125
- </span>\r
79126
- \r
79127
- <span class="body-1-regular">\r
79128
- 13. The Acts set out penalties, including fines, for submitting false or\r
79129
- misleading information.\r
79130
- </span>\r
79131
- \r
79132
- <span class="body-1-regular">\r
79133
- 14. The corporation agrees to file restated articles at any time required\r
79134
- by the Director under the Business Corporations Act or Not-for-Profit\r
79135
- Corporations Act, 2010.\r
79136
- </span>\r
79137
- \r
79138
- <span class="body-1-regular">\r
79139
- 15. Where a filing under the Business Corporations Act, Extra-Provincial\r
79140
- Corporations Act or Not-for-Profit Corporations Act, 2010 must be\r
79141
- supported by an Ontario biased or weighted Nuans search report, and the\r
79142
- identifying information is provided, the authorizer(s) consents for the\r
79143
- Director appointed under the Act or other person delegated by the Director\r
79144
- to retrieve the Nuans report directly from the appropriate department of\r
79145
- the Government of Canada. The corporation agrees to keep a copy of the\r
79146
- Nuans report in electronic or paper format at the corporation's registered\r
79147
- office.\r
79148
- </span>\r
79149
- \r
79150
- <span class="body-1-regular">\r
79151
- 16. A corporation under the Business Corporations Act or Not-for-Profit\r
79152
- Corporations Act, 2010 that continues out of Ontario agrees to file with\r
79153
- the Ministry a copy of the instrument of continuance issued to it by the\r
79154
- other jurisdiction within 60 days after the date of issuance.\r
79155
- </span>\r
79156
- \r
79157
- <span class="body-1-regular">\r
79158
- 17. If this is a filing made in respect of an arrangement under the\r
79159
- Business Corporations Act or Not-for-Profit Corporations Act, 2010, the\r
79160
- corporation acknowledges that it must give the Director notice of the\r
79161
- application to the court and that the Director is entitled to appear in\r
79162
- court and be heard in person or by counsel. The corporation agrees to\r
79163
- submit the required notice and a draft copy of the Plan of Arrangement\r
79164
- under the applicable Act for review through the electronic system\r
79165
- maintained by the Ministry at least seven business days before seeking an\r
79166
- interim and/or final order with the court. The corporation agrees to make\r
79167
- changes required by the Director to ensure that the Plan complies with the\r
79168
- applicable Act and Ministry requirements, and is capable of being\r
79169
- implemented in the electronic system maintained by the Ministry under the\r
79170
- applicable Act. The corporation agrees that if the Ministry does not\r
79171
- receive a draft of the application or sufficient notice of the\r
79172
- application, additional time may be required for review. The corporation\r
79173
- acknowledges that the Ministry may seek an adjournment if the corporation\r
79174
- fails to provide a draft of the application or sufficient notice of the\r
79175
- application. The corporation agrees that if it obtains a court order\r
79176
- without providing the required notice of the application to the Ministry,\r
79177
- revisions may be required to any Plan of Arrangement attached to a court\r
79178
- order and a further court order may be required before the articles of\r
79179
- arrangement are endorsed.\r
79180
- </span>\r
79181
- </div>\r
79182
- </div>\r
79183
- \r
79184
- <mat-checkbox [formControl]="getFormControl(termsAndConditionsControls.AcceptTerms)">\r
79185
- <div class="body-1-regular black">\r
79186
- <span>I agree to the Terms and Conditions and confirm that all required person(s) and/or entities agree to them</span>\r
79187
- </div>\r
79188
- </mat-checkbox>\r
79189
- </div>\r
79190
- \r
79191
- </expandable-card>\r
79192
- \r
79193
- <expandable-card title="Signatory">\r
79194
- <filing-form-group [isSubmitted]="true" [form]="form" [config]="termsAndConditionsFields"/>\r
79195
- </expandable-card>\r
79196
- </div>\r
79197
- \r
79198
- <div class="terms-and-conditions-form-actions">\r
79199
- <button mat-stroked-button mat-button (click)="close.emit()">\r
79200
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
79201
- </button>\r
79202
- \r
79203
- <button mat-stroked-button mat-button (click)="prev.emit()"><span class="body-1-semibold">{{ 'Back' | translate }}</span></button>\r
79204
- \r
79205
- <button\r
79206
- mat-flat-button\r
79207
- type="submit"\r
79208
- (click)="onConfirm()"\r
79209
- [disabled]="form.invalid"\r
79210
- >\r
79211
- <span class="body-1-semibold">{{ 'Proceed' | translate }}</span>\r
79212
- </button>\r
79213
- </div>\r
79214
- </div>\r
78995
+ ], template: `<div class="terms-and-conditions">
78996
+ <div class="terms-and-conditions-content">
78997
+ <expandable-card class="terms-and-conditions-card" title="Terms and Conditions">
78998
+
78999
+ <div class="terms-and-conditions-card-content">
79000
+ <div class="terms-and-conditions-text-wrapper">
79001
+ <div class="terms-and-conditions-text">
79002
+ <span class="body-1-regular">
79003
+ The following are the Terms and Conditions for filing with the Ministry of
79004
+ Public and Business Service Delivery ("Ministry") under the Business
79005
+ Corporations Act, Business Names Act, Corporations Act, Corporations
79006
+ Information Act, Extra-Provincial Corporations Act, Limited Partnerships
79007
+ Act and Not-for-Profit Corporations Act, 2010.
79008
+ </span>
79009
+
79010
+ <span class="body-1-regular">
79011
+ Agreement to these Terms and Conditions by the following persons and
79012
+ entities is a mandatory condition of filing:
79013
+ </span>
79014
+
79015
+ <span class="body-1-regular">
79016
+ (i) the person(s) signing or otherwise authorizing the filing and any
79017
+ person(s) acting on their behalf (collectively, the "authorizers"); and
79018
+ </span>
79019
+
79020
+ <span class="body-1-regular">
79021
+ (ii) the corporation or other entity that is the subject of the filing
79022
+ (the "entity") and any person(s) acting on behalf of the entity
79023
+ </span>
79024
+
79025
+ <span class="body-1-regular">
79026
+ These Terms and Conditions are made under the authority of the
79027
+ requirements established by the Director or Registrar appointed under the
79028
+ applicable Act. These Terms and Conditions are in addition to and subject
79029
+ to the applicable Acts, regulations and requirements of the Director or
79030
+ Registrar.
79031
+ </span>
79032
+
79033
+ <span class="body-1-regular">
79034
+ By proceeding with this filing under any of the above-named Acts, the
79035
+ authorizer(s), the entity and any person(s) acting on behalf of the entity
79036
+ accept and agree to be bound by these Terms and Conditions.
79037
+ </span>
79038
+
79039
+ <span class="body-1-regular">
79040
+ 1. The sole responsibility for correctness and completeness of the filing,
79041
+ and for compliance with the applicable Act and all regulations and
79042
+ Director's or Registrar's requirements made under it, lies with the
79043
+ authorizer(s) and the entity. The authorizer(s), the entity and any
79044
+ person(s) acting on behalf of the entity agree that any information
79045
+ provided by the Ministry in or related to the making of a filing is not
79046
+ legal advice, and that they have obtained their own legal or other advice
79047
+ as appropriate.
79048
+ </span>
79049
+
79050
+ <span class="body-1-regular">
79051
+ 2. All filings must meet any signature or authorization requirements
79052
+ established by the Director or Registrar under the applicable Act. Where
79053
+ signatures are required for electronic filing, the applicable articles,
79054
+ application, declaration, other approved form or other document must be
79055
+ saved or printed and signed in accordance with the instructions provided.
79056
+ The entity must keep a properly executed version of the applicable
79057
+ document in paper or electronic format, together with any records that may
79058
+ exist related to an electronic signature, if signed by electronic
79059
+ signature, as follows: If the subject of a filing is a corporation, the
79060
+ corporation must keep these documents and records at its registered
79061
+ office. If the subject of the filing is an Ontario limited partnership,
79062
+ the limited partnership must keep these documents and records at the
79063
+ limited partnership's principal place of business in Ontario. If the
79064
+ subject of the filing is an extraprovincial limited partnership that does
79065
+ not have a principal place of business in Ontario, the extraprovincial
79066
+ limited partnership must keep these documents and records at the address
79067
+ of the limited partnership's attorney and representative in Ontario set
79068
+ out in the declaration filed under the Limited Partnerships Act and stated
79069
+ in the power of attorney executed under the Act. If required by notice
79070
+ from the Director or Registrar, the corporation, limited partnership, the
79071
+ attorney and representative in Ontario or other person as applicable must
79072
+ provide a copy of the properly executed version of the applicable document
79073
+ to the Director or Registrar within the time period set out in the notice,
79074
+ together with any records that may exist related to an electronic
79075
+ signature, if signed by electronic signature.
79076
+ </span>
79077
+
79078
+ <span class="body-1-regular">
79079
+ 3. In addition to retaining and filing supporting documents in accordance
79080
+ with the applicable Act and regulations, the entity must keep a copy of
79081
+ all filed supporting documents and provide a copy in accordance with any
79082
+ written notice from the Director or Registrar. In the case of a consent
79083
+ from a Minister or the Public Guardian and Trustee (PGT) that is required
79084
+ to support a filing made by a corporation, the corporation agrees that the
79085
+ Ministry may contact that Minister or the PGT, as applicable, to confirm
79086
+ that the necessary consent has been obtained and to record this in the
79087
+ electronic business registration system maintained by the Ministry.
79088
+ </span>
79089
+
79090
+ <span class="body-1-regular">
79091
+ 4. The entity assumes full responsibility for any risk of confusion or
79092
+ legal action, including the risk of a lawsuit or name hearing under the
79093
+ applicable Act, resulting from a filing that sets out a name that is the
79094
+ same or similar to that of an existing corporation, business name or
79095
+ trademark, or that is otherwise contrary to the applicable Act or
79096
+ regulations.
79097
+ </span>
79098
+
79099
+ <span class="body-1-regular">
79100
+ 5. Filings must be made in the required form and format, and must meet the
79101
+ technical requirements or other specifications and requirements
79102
+ established by the Director or Registrar.
79103
+ </span>
79104
+
79105
+ <span class="body-1-regular">
79106
+ 6. Valid email address(es) must be provided as specified in the
79107
+ transaction for administrative purposes, and all mandatory fields must be
79108
+ completed.
79109
+ </span>
79110
+
79111
+ <span class="body-1-regular">
79112
+ 7. The business information provided in this filing may be shared with
79113
+ other government bodies. The business information that is collected may be
79114
+ used and disclosed for the purpose of administering their programs.
79115
+ </span>
79116
+
79117
+ <span class="body-1-regular">
79118
+ 8. Payment of the required fee must be made at the time of submission, and
79119
+ any certificate or other documentation issued by the Ministry is subject
79120
+ to compliance action and cancellation if payment is disputed or
79121
+ fraudulent. Payment of fees for electronic filings must be made
79122
+ electronically using the payment options provided.
79123
+ </span>
79124
+
79125
+ <span class="body-1-regular">
79126
+ 9. If an application is for a corrected certificate, and the application
79127
+ is approved under the applicable Act, the corporation or limited
79128
+ partnership as applicable will be notified when the certificate has been
79129
+ issued. The corporation or limited partnership, as applicable, agrees to
79130
+ review the issued corrected certificate in the records maintained by the
79131
+ Ministry forthwith and to confirm that the issued certificate corresponds
79132
+ with the final approved application for correction. The corporation or
79133
+ limited partnership, as applicable, agrees to be responsible and assume
79134
+ all liability for any discrepancies between the issued corrected
79135
+ certificate and the final approved application if these are not
79136
+ immediately brought to the attention of the Ministry.
79137
+ </span>
79138
+
79139
+ <span class="body-1-regular">
79140
+ 10. If this is a new filing, a company key consisting of a unique series
79141
+ of digits will be provided electronically by the Ministry to the entity at
79142
+ the time of completion of the transaction, together with the final
79143
+ documentation for the transaction. If this is not a new filing, the entity
79144
+ will have received a company key. The company key provides authority over
79145
+ the entity; by proceeding with this transaction, any person(s) acting on
79146
+ behalf of the entity is confirming that they are duly authorized by the
79147
+ entity.
79148
+ </span>
79149
+
79150
+ <span class="body-1-regular">
79151
+ 11. The company key will be required for any subsequent paper or online
79152
+ filings regarding the entity. The entity is responsible for the care and
79153
+ control of the company key. The entity is responsible for treating this
79154
+ key as confidential information and not sharing it unless it is in the
79155
+ course of providing delegated authority to a trusted service provider or
79156
+ trusted intermediary to make filings on their behalf. The recipient of the
79157
+ company key agrees to notify the Ministry as soon as they become aware
79158
+ that the key has been lost, stolen or misused to request a replacement
79159
+ key. The entity agrees to be responsible and assume all liability for all
79160
+ filings authorized by the key in respect of the entity. Unauthorized use
79161
+ of the company key or delegated authority may result in suspension of
79162
+ access to the electronic business registration system.
79163
+ </span>
79164
+
79165
+ <span class="body-1-regular">
79166
+ 12. The Ministry may take appropriate compliance action at any time if it
79167
+ comes to the attention of the Ministry that a filing does not comply with
79168
+ the applicable Act, regulations or the requirements of the Director or
79169
+ Registrar.
79170
+ </span>
79171
+
79172
+ <span class="body-1-regular">
79173
+ 13. The Acts set out penalties, including fines, for submitting false or
79174
+ misleading information.
79175
+ </span>
79176
+
79177
+ <span class="body-1-regular">
79178
+ 14. The corporation agrees to file restated articles at any time required
79179
+ by the Director under the Business Corporations Act or Not-for-Profit
79180
+ Corporations Act, 2010.
79181
+ </span>
79182
+
79183
+ <span class="body-1-regular">
79184
+ 15. Where a filing under the Business Corporations Act, Extra-Provincial
79185
+ Corporations Act or Not-for-Profit Corporations Act, 2010 must be
79186
+ supported by an Ontario biased or weighted Nuans search report, and the
79187
+ identifying information is provided, the authorizer(s) consents for the
79188
+ Director appointed under the Act or other person delegated by the Director
79189
+ to retrieve the Nuans report directly from the appropriate department of
79190
+ the Government of Canada. The corporation agrees to keep a copy of the
79191
+ Nuans report in electronic or paper format at the corporation's registered
79192
+ office.
79193
+ </span>
79194
+
79195
+ <span class="body-1-regular">
79196
+ 16. A corporation under the Business Corporations Act or Not-for-Profit
79197
+ Corporations Act, 2010 that continues out of Ontario agrees to file with
79198
+ the Ministry a copy of the instrument of continuance issued to it by the
79199
+ other jurisdiction within 60 days after the date of issuance.
79200
+ </span>
79201
+
79202
+ <span class="body-1-regular">
79203
+ 17. If this is a filing made in respect of an arrangement under the
79204
+ Business Corporations Act or Not-for-Profit Corporations Act, 2010, the
79205
+ corporation acknowledges that it must give the Director notice of the
79206
+ application to the court and that the Director is entitled to appear in
79207
+ court and be heard in person or by counsel. The corporation agrees to
79208
+ submit the required notice and a draft copy of the Plan of Arrangement
79209
+ under the applicable Act for review through the electronic system
79210
+ maintained by the Ministry at least seven business days before seeking an
79211
+ interim and/or final order with the court. The corporation agrees to make
79212
+ changes required by the Director to ensure that the Plan complies with the
79213
+ applicable Act and Ministry requirements, and is capable of being
79214
+ implemented in the electronic system maintained by the Ministry under the
79215
+ applicable Act. The corporation agrees that if the Ministry does not
79216
+ receive a draft of the application or sufficient notice of the
79217
+ application, additional time may be required for review. The corporation
79218
+ acknowledges that the Ministry may seek an adjournment if the corporation
79219
+ fails to provide a draft of the application or sufficient notice of the
79220
+ application. The corporation agrees that if it obtains a court order
79221
+ without providing the required notice of the application to the Ministry,
79222
+ revisions may be required to any Plan of Arrangement attached to a court
79223
+ order and a further court order may be required before the articles of
79224
+ arrangement are endorsed.
79225
+ </span>
79226
+ </div>
79227
+ </div>
79228
+
79229
+ <mat-checkbox [formControl]="getFormControl(termsAndConditionsControls.AcceptTerms)">
79230
+ <div class="body-1-regular black">
79231
+ <span>I agree to the Terms and Conditions and confirm that all required person(s) and/or entities agree to them</span>
79232
+ </div>
79233
+ </mat-checkbox>
79234
+ </div>
79235
+
79236
+ </expandable-card>
79237
+
79238
+ <expandable-card title="Signatory">
79239
+ <filing-form-group [isSubmitted]="true" [form]="form" [config]="termsAndConditionsFields"/>
79240
+ </expandable-card>
79241
+ </div>
79242
+
79243
+ <div class="terms-and-conditions-form-actions">
79244
+ <button mat-stroked-button mat-button (click)="close.emit()">
79245
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
79246
+ </button>
79247
+
79248
+ <button mat-stroked-button mat-button (click)="prev.emit()"><span class="body-1-semibold">{{ 'Back' | translate }}</span></button>
79249
+
79250
+ <button
79251
+ mat-flat-button
79252
+ type="submit"
79253
+ (click)="onConfirm()"
79254
+ [disabled]="form.invalid"
79255
+ >
79256
+ <span class="body-1-semibold">{{ 'Proceed' | translate }}</span>
79257
+ </button>
79258
+ </div>
79259
+ </div>
79215
79260
  `, styles: ["/* src/app/components/terms-and-conditions/terms-and-conditions.component.scss */\n:host .terms-and-conditions {\n --mdc-outlined-text-field-outline-color: #e8e8e8;\n --mat-form-field-filled-with-label-container-padding-top: 12px;\n --mat-form-field-filled-with-label-container-padding-bottom: 2px;\n --mat-form-field-container-height: 36px;\n --mdc-filled-text-field-container-color: transparent;\n height: 100%;\n color: #8c8e90;\n}\n:host .terms-and-conditions ::ng-deep .mdc-label {\n font-size: 14px !important;\n}\n:host .terms-and-conditions-card-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: calc(100% - 25px);\n}\n:host .terms-and-conditions-text-wrapper {\n border: 1px solid #A1B5C7;\n border-radius: 8px;\n overflow: hidden;\n}\n:host .terms-and-conditions-text {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n overflow: auto;\n max-height: 420px;\n padding: 8px;\n color: var(--filing-modal-color-grey);\n}\n:host .terms-and-conditions-form {\n height: 100%;\n padding-top: 16px;\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n:host .terms-and-conditions-form-title {\n color: black;\n margin: 0;\n}\n:host .terms-and-conditions-form-input {\n width: 100%;\n}\n:host .terms-and-conditions-form-input::ng-deep .mdc-text-field,\n:host .terms-and-conditions-form-input::ng-deep .mat-mdc-form-field-error-wrapper {\n padding: 0;\n}\n:host .terms-and-conditions-form-container {\n display: flex;\n gap: 16px;\n}\n:host .terms-and-conditions-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .terms-and-conditions-form-actions button {\n margin: 0;\n}\n:host .terms-and-conditions-content {\n height: calc(100% - 67px);\n overflow: auto;\n display: flex;\n flex-direction: column;\n gap: 8px;\n}\n/*# sourceMappingURL=terms-and-conditions.component.css.map */\n"] }]
79216
79261
  }], null, null);
79217
79262
  })();
@@ -81134,7 +81179,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81134
81179
  (() => {
81135
81180
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ConfirmModalComponent, [{
81136
81181
  type: Component,
81137
- args: [{ selector: "confirm-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButtonModule, TranslatePipe], template: '@let config = modalConfig();\r\n<div class="confirm-modal">\r\n <div class="confirm-modal-header">\r\n <h1 class="confirm-modal-header-title d-flex align-items-center">\r\n @if (config.icon) {\r\n <span class="material-icons-outlined icon mr-s">delete</span>\r\n }\r\n\r\n {{ config.title }}\r\n </h1>\r\n </div>\r\n\r\n <div class="confirm-modal-text">{{ config.text }}</div>\r\n\r\n <div class="confirm-modal-actions">\r\n <button mat-stroked-button (click)="closeModal()">\r\n <span class="body-1-semibold">{{ config.cancelButton | translate }}</span>\r\n </button>\r\n <button\r\n class="confirm-modal-actions-submit"\r\n mat-flat-button\r\n color="primary"\r\n (click)="closeModal(true)"\r\n >\r\n <span class="body-1-semibold">{{ config.confirmButton | translate}}</span>\r\n </button>\r\n </div>\r\n</div>\r\n', styles: ['/* src/app/components/confirm-modal/confirm-modal.component.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.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:host {\n display: flex;\n flex-direction: column;\n gap: 12px;\n height: 100%;\n padding: 12px;\n}\n:host .confirm-modal {\n display: flex;\n flex-direction: column;\n flex: 1;\n gap: 16px;\n}\n:host .confirm-modal-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .confirm-modal-header-title {\n font-size: 20px;\n color: var(--neutral-20);\n}\n:host .confirm-modal-header-icon {\n font-size: 14px;\n height: 20px;\n}\n:host .confirm-modal-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n}\n:host .confirm-modal-actions button {\n margin: 0;\n}\n:host .confirm-modal-actions-submit {\n padding-left: 30px;\n padding-right: 30px;\n background-color: #3778e4;\n color: white;\n border-radius: 4px !important;\n}\n/*# sourceMappingURL=confirm-modal.component.css.map */\n'] }]
81182
+ args: [{ selector: "confirm-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButtonModule, TranslatePipe], template: '@let config = modalConfig();\n<div class="confirm-modal">\n <div class="confirm-modal-header">\n <h1 class="confirm-modal-header-title d-flex align-items-center">\n @if (config.icon) {\n <span class="material-icons-outlined icon mr-s">delete</span>\n }\n\n {{ config.title }}\n </h1>\n </div>\n\n <div class="confirm-modal-text">{{ config.text }}</div>\n\n <div class="confirm-modal-actions">\n <button mat-stroked-button (click)="closeModal()">\n <span class="body-1-semibold">{{ config.cancelButton | translate }}</span>\n </button>\n <button\n class="confirm-modal-actions-submit"\n mat-flat-button\n color="primary"\n (click)="closeModal(true)"\n >\n <span class="body-1-semibold">{{ config.confirmButton | translate}}</span>\n </button>\n </div>\n</div>\n', styles: ['/* src/app/components/confirm-modal/confirm-modal.component.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.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:host {\n display: flex;\n flex-direction: column;\n gap: 12px;\n height: 100%;\n padding: 12px;\n}\n:host .confirm-modal {\n display: flex;\n flex-direction: column;\n flex: 1;\n gap: 16px;\n}\n:host .confirm-modal-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n:host .confirm-modal-header-title {\n font-size: 20px;\n color: var(--neutral-20);\n}\n:host .confirm-modal-header-icon {\n font-size: 14px;\n height: 20px;\n}\n:host .confirm-modal-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n}\n:host .confirm-modal-actions button {\n margin: 0;\n}\n:host .confirm-modal-actions-submit {\n padding-left: 30px;\n padding-right: 30px;\n background-color: #3778e4;\n color: white;\n border-radius: 4px !important;\n}\n/*# sourceMappingURL=confirm-modal.component.css.map */\n'] }]
81138
81183
  }], null, null);
81139
81184
  })();
81140
81185
  (() => {
@@ -81780,7 +81825,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81780
81825
  OntarioIncorporationDeltaFormComponent,
81781
81826
  OntarioIncorporationPreviewFormComponent,
81782
81827
  TermsAndConditionsComponent
81783
- ], template: '@let taskData = this.task();\r\n\r\n@if (isFormationTask(taskData)) {\r\n @if (activeStep() === steps.Validate) {\r\n <ontario-incorporation-delta-form\r\n [task]="taskData"\r\n [errors]="errors()"\r\n [isNote]="isNote()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [form]="deltaForm()"\r\n (validate)="onFormationValidate()"\r\n (close)="onClose()"\r\n (save)="onFormationSave()"\r\n />\r\n }\r\n\r\n @if (activeStep() === steps.FilingPreview) {\r\n <ontario-incorporation-preview-form\r\n [task]="taskData"\r\n [form]="previewForm()"\r\n [actionsDisabled]="actionsDisabled()"\r\n (next)="nextStep.emit()"\r\n (close)="close.emit()"\r\n />\r\n }\r\n\r\n @if (activeStep() === steps.TermsAndConditions) {\r\n <terms-and-conditions\r\n (prev)="prevStep.emit()"\r\n (close)="close.emit()"\r\n (confirm)="onFormationSubmit($event)"\r\n />\r\n }\r\n}\r\n\r\n@if (isInitialReturnTask(task())) {\r\n @if (activeStep() === steps.Validate) {\r\n <ontario-update-maintain-delta-form\r\n [task]="$any(task())"\r\n [form]="deltaForm()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [prevData]="prevData()"\r\n [errors]="errors()"\r\n [isNote]="isNote()"\r\n (validate)="onInitialReturnValidate()"\r\n (close)="onClose()"\r\n (save)="onInitialReturnSave()"\r\n />\r\n }\r\n\r\n @if (activeStep() === steps.FilingPreview) {\r\n <ontario-update-maintain-preview-form\r\n [task]="$any(task())"\r\n [form]="previewForm()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [errors]="errors()"\r\n (close)="close.emit()"\r\n (file)="nextStep.emit()"\r\n />\r\n }\r\n\r\n @if (activeStep() === steps.TermsAndConditions) {\r\n <terms-and-conditions\r\n (prev)="prevStep.emit()"\r\n (close)="close.emit()"\r\n (confirm)="onIrSubmit($event)"\r\n />\r\n }\r\n}\r\n', styles: ["/* src/app/components/ontario/ontario.component.scss */\n:host {\n display: contents;\n}\n/*# sourceMappingURL=ontario.component.css.map */\n"] }]
81828
+ ], template: '@let taskData = this.task();\n\n@if (isFormationTask(taskData)) {\n @if (activeStep() === steps.Validate) {\n <ontario-incorporation-delta-form\n [task]="taskData"\n [errors]="errors()"\n [isNote]="isNote()"\n [actionsDisabled]="actionsDisabled()"\n [form]="deltaForm()"\n (validate)="onFormationValidate()"\n (close)="onClose()"\n (save)="onFormationSave()"\n />\n }\n\n @if (activeStep() === steps.FilingPreview) {\n <ontario-incorporation-preview-form\n [task]="taskData"\n [form]="previewForm()"\n [actionsDisabled]="actionsDisabled()"\n (next)="nextStep.emit()"\n (close)="close.emit()"\n />\n }\n\n @if (activeStep() === steps.TermsAndConditions) {\n <terms-and-conditions\n (prev)="prevStep.emit()"\n (close)="close.emit()"\n (confirm)="onFormationSubmit($event)"\n />\n }\n}\n\n@if (isInitialReturnTask(task())) {\n @if (activeStep() === steps.Validate) {\n <ontario-update-maintain-delta-form\n [task]="$any(task())"\n [form]="deltaForm()"\n [actionsDisabled]="actionsDisabled()"\n [prevData]="prevData()"\n [errors]="errors()"\n [isNote]="isNote()"\n (validate)="onInitialReturnValidate()"\n (close)="onClose()"\n (save)="onInitialReturnSave()"\n />\n }\n\n @if (activeStep() === steps.FilingPreview) {\n <ontario-update-maintain-preview-form\n [task]="$any(task())"\n [form]="previewForm()"\n [actionsDisabled]="actionsDisabled()"\n [errors]="errors()"\n (close)="close.emit()"\n (file)="nextStep.emit()"\n />\n }\n\n @if (activeStep() === steps.TermsAndConditions) {\n <terms-and-conditions\n (prev)="prevStep.emit()"\n (close)="close.emit()"\n (confirm)="onIrSubmit($event)"\n />\n }\n}\n', styles: ["/* src/app/components/ontario/ontario.component.scss */\n:host {\n display: contents;\n}\n/*# sourceMappingURL=ontario.component.css.map */\n"] }]
81784
81829
  }], () => [], null);
81785
81830
  })();
81786
81831
  (() => {
@@ -81936,7 +81981,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
81936
81981
  "--mdc-text-button-label-text-size": "14px",
81937
81982
  "--mdc-outlined-button-label-text-color": "#444444",
81938
81983
  "--mdc-outlined-button-label-text-weight": "600",
81939
- "--mdc-outlined-button-container-shape": "6px"
81984
+ "--mdc-outlined-button-container-shape": "6px",
81985
+ // AUTOCOMPLETE
81986
+ "--mat-autocomplete-background-color": "#FFFFFF"
81940
81987
  };
81941
81988
  }
81942
81989
  });
@@ -82906,39 +82953,39 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
82906
82953
  (() => {
82907
82954
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(SelectModalComponent, [{
82908
82955
  type: Component,
82909
- args: [{ standalone: true, selector: "add-documents-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButtonModule, MatDialogModule, MatIconModule, TranslatePipe, MatCheckbox], template: `<div class="add-documents-modal">\r
82910
- <div class="add-documents-modal-header">\r
82911
- <h2 class="grey">{{ dialogData.title | translate }}</h2>\r
82912
- </div>\r
82913
- \r
82914
- <div class="add-documents-modal-list">\r
82915
- @for (doc of dialogData.items; track doc) {\r
82916
- <div (click)="toggleDocument(doc)" class="add-documents-modal-list-item">\r
82917
- <mat-checkbox [checked]="isSelected(doc)"/>\r
82918
- <span class="body-1-regular">{{ doc }}</span>\r
82919
- </div>\r
82920
- }\r
82921
- </div>\r
82922
- \r
82923
- <div class="add-documents-modal-actions">\r
82924
- <button\r
82925
- mat-stroked-button mat-button\r
82926
- (click)="closeModal()"\r
82927
- >\r
82928
- <span class="body-1-semibold">{{ 'Cancel' | translate }}</span>\r
82929
- </button>\r
82930
- \r
82931
- <button\r
82932
- class="submit"\r
82933
- mat-flat-button\r
82934
- [disabled]="!hasSelection()"\r
82935
- (click)="addSelectedDocuments()"\r
82936
- >\r
82937
- <span class="body-1-semibold">{{ dialogData.submitButton | translate }}</span>\r
82938
- </button>\r
82939
- </div>\r
82940
- \r
82941
- </div>\r
82956
+ args: [{ standalone: true, selector: "add-documents-modal", changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatButtonModule, MatDialogModule, MatIconModule, TranslatePipe, MatCheckbox], template: `<div class="add-documents-modal">
82957
+ <div class="add-documents-modal-header">
82958
+ <h2 class="grey">{{ dialogData.title | translate }}</h2>
82959
+ </div>
82960
+
82961
+ <div class="add-documents-modal-list">
82962
+ @for (doc of dialogData.items; track doc) {
82963
+ <div (click)="toggleDocument(doc)" class="add-documents-modal-list-item">
82964
+ <mat-checkbox [checked]="isSelected(doc)"/>
82965
+ <span class="body-1-regular">{{ doc }}</span>
82966
+ </div>
82967
+ }
82968
+ </div>
82969
+
82970
+ <div class="add-documents-modal-actions">
82971
+ <button
82972
+ mat-stroked-button mat-button
82973
+ (click)="closeModal()"
82974
+ >
82975
+ <span class="body-1-semibold">{{ 'Cancel' | translate }}</span>
82976
+ </button>
82977
+
82978
+ <button
82979
+ class="submit"
82980
+ mat-flat-button
82981
+ [disabled]="!hasSelection()"
82982
+ (click)="addSelectedDocuments()"
82983
+ >
82984
+ <span class="body-1-semibold">{{ dialogData.submitButton | translate }}</span>
82985
+ </button>
82986
+ </div>
82987
+
82988
+ </div>
82942
82989
  `, styles: ['/* src/app/components/federal/components/select-modal/select-modal.component.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: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:host ::ng-deep {\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:host ::ng-deep .mat-primary .mat-pseudo-checkbox-checked,\n:host ::ng-deep .mat-primary .mat-pseudo-checkbox-indeterminate {\n background: transparent !important;\n}\n:host ::ng-deep .mat-mdc-checkbox[cardView] .mdc-checkbox {\n width: 24px;\n height: 24px;\n flex-basis: 24px;\n padding: 0;\n}\n:host ::ng-deep .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:host ::ng-deep .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:host ::ng-deep .mat-mdc-checkbox[cardView] .mdc-checkbox__ripple,\n:host ::ng-deep .mat-mdc-checkbox[cardView] .mat-ripple {\n display: none;\n}\n:host ::ng-deep .mat-mdc-checkbox[cardView] .mdc-label {\n padding-left: 8px;\n}\n:host ::ng-deep .mat-mdc-checkbox[cardView] .mdc-button__label {\n line-height: 10px;\n}\n:host .add-documents-modal {\n padding: 24px 0;\n border: 2px solid #ededed;\n border-radius: 16px;\n width: 100%;\n background: white;\n}\n:host .add-documents-modal-header {\n padding: 0 24px;\n}\n:host .add-documents-modal-list {\n display: flex;\n flex-direction: column;\n max-height: 300px;\n overflow: auto;\n padding: 24px;\n}\n:host .add-documents-modal-list-item {\n display: flex;\n align-items: center;\n font-size: 18px;\n cursor: pointer;\n width: 100%;\n -webkit-user-select: none;\n user-select: none;\n}\n:host .add-documents-modal-actions {\n display: flex;\n justify-content: flex-end;\n gap: 8px;\n padding-right: 16px;\n}\n::ng-deep .mat-mdc-dialog-surface {\n background: transparent !important;\n padding: 2px;\n min-width: 660px;\n}\n/*# sourceMappingURL=select-modal.component.css.map */\n'] }]
82943
82990
  }], null, null);
82944
82991
  })();
@@ -83083,34 +83130,34 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
83083
83130
  MatButton,
83084
83131
  TranslatePipe,
83085
83132
  MatIcon
83086
- ], template: `<div class="documents">\r
83087
- <span class="body-1-regular">{{ 'Supporting documents relevant to the proposed name, including consent letters' | translate }}</span>\r
83088
- \r
83089
- @let selectedDocuments = this.selectedDocuments();\r
83090
- @if (selectedDocuments.length) {\r
83091
- <div class="documents-list">\r
83092
- @for(document of selectedDocuments; track document) {\r
83093
- <div class="documents-list-item body-1-regular">\r
83094
- <mat-icon class="documents-list-item-document">description_outline</mat-icon>\r
83095
- <span class="body-1-regular">{{document}}</span>\r
83096
- \r
83097
- @if (!readonly()) {\r
83098
- <div class="documents-list-icon-wrapper" (click)="removeDocument.emit(document)">\r
83099
- <mat-icon class="documents-list-item-close">close</mat-icon>\r
83100
- </div>\r
83101
- }\r
83102
- \r
83103
- </div>\r
83104
- }\r
83105
- </div>\r
83106
- }\r
83107
- \r
83108
- @if (!readonly()) {\r
83109
- <button mat-stroked-button class="outlined" (click)="onAddDocuments()">\r
83110
- <span class="body-1-semibold">{{ 'Add Supporting Documents' | translate }}</span>\r
83111
- </button>\r
83112
- }\r
83113
- </div>\r
83133
+ ], template: `<div class="documents">
83134
+ <span class="body-1-regular">{{ 'Supporting documents relevant to the proposed name, including consent letters' | translate }}</span>
83135
+
83136
+ @let selectedDocuments = this.selectedDocuments();
83137
+ @if (selectedDocuments.length) {
83138
+ <div class="documents-list">
83139
+ @for(document of selectedDocuments; track document) {
83140
+ <div class="documents-list-item body-1-regular">
83141
+ <mat-icon class="documents-list-item-document">description_outline</mat-icon>
83142
+ <span class="body-1-regular">{{document}}</span>
83143
+
83144
+ @if (!readonly()) {
83145
+ <div class="documents-list-icon-wrapper" (click)="removeDocument.emit(document)">
83146
+ <mat-icon class="documents-list-item-close">close</mat-icon>
83147
+ </div>
83148
+ }
83149
+
83150
+ </div>
83151
+ }
83152
+ </div>
83153
+ }
83154
+
83155
+ @if (!readonly()) {
83156
+ <button mat-stroked-button class="outlined" (click)="onAddDocuments()">
83157
+ <span class="body-1-semibold">{{ 'Add Supporting Documents' | translate }}</span>
83158
+ </button>
83159
+ }
83160
+ </div>
83114
83161
  `, styles: ["/* src/app/components/federal/components/documents/documents.component.scss */\n:host .documents {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 16px;\n}\n:host .documents-list {\n display: flex;\n flex-direction: column;\n gap: 4px;\n padding-left: 16px;\n}\n:host .documents-list-item {\n display: flex;\n align-items: center;\n gap: 8px;\n color: var(--filing-modal-color-grey);\n}\n:host .documents-list-item mat-icon {\n color: var(--filing-modal-color-grey);\n display: flex;\n align-items: center;\n}\n:host .documents-list-item-document {\n font-size: 24px;\n}\n:host .documents-list-item-close {\n font-size: 18px;\n height: 18px;\n width: 18px;\n line-height: 18px;\n}\n:host .documents-list-icon-wrapper {\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-left: 32px;\n}\n/*# sourceMappingURL=documents.component.css.map */\n"] }]
83115
83162
  }], null, null);
83116
83163
  })();
@@ -83856,124 +83903,124 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
83856
83903
  TranslatePipe,
83857
83904
  ReactiveFormsModule,
83858
83905
  DatePipe
83859
- ], template: `<div class="incorporation-form">\r
83860
- \r
83861
- @if (isNote()) {\r
83862
- <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\r
83863
- }\r
83864
- \r
83865
- @if (errors().length) {\r
83866
- <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\r
83867
- }\r
83868
- \r
83869
- <div class="incorporation-form-content">\r
83870
- @let corporateName = getFormGroup(groups.CorporateName);\r
83871
- \r
83872
- @if (corporateName) {\r
83873
- <expandable-card [isValid]="!corporateName.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.CorporateName">\r
83874
- <div class="incorporation-form-item">\r
83875
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="corporateName" [config]="incorporationFields"/>\r
83876
- \r
83877
- @if (isNonPreapprovedNameType() || selectedDocuments().length) {\r
83878
- <documents\r
83879
- [documents]="documents()"\r
83880
- [readonly]="isReadonly()"\r
83881
- [selectedDocuments]="selectedDocuments()"\r
83882
- (addDocuments)="addDocuments.emit($event)"\r
83883
- (removeDocument)="removeDocument.emit($event)"\r
83884
- />\r
83885
- }\r
83886
- </div>\r
83887
- </expandable-card>\r
83888
- }\r
83889
- \r
83890
- @let articlesOfIncorporation = getFormGroup(groups.ArticlesOfIncorporation);\r
83891
- \r
83892
- @if (articlesOfIncorporation) {\r
83893
- <expandable-card [isValid]="!articlesOfIncorporation.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.ArticlesOfIncorporation">\r
83894
- <div class="incorporation-form-item">\r
83895
- <span class="body-1-regular black" [innerHTML]="directorsSubtitle()"></span>\r
83896
- \r
83897
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="articlesOfIncorporation" [config]="articlesOfIncorporationFields"/>\r
83898
- <div>\r
83899
- <span class="body-1-semibold dark-blue">Incorporators</span>\r
83900
- \r
83901
- <ul class="incorporators-list">\r
83902
- @for (incorporator of task()?._ext?._incorporators; track incorporator.affiliationID) {\r
83903
- <li class="body-1-regular grey">{{getIncorporatorName(incorporator)}}</li>\r
83904
- }\r
83905
- \r
83906
- </ul>\r
83907
- </div>\r
83908
- \r
83909
- <span class="body-1-regular grey">Effective Date: {{task()?._ext?._future_filing_date ? (task()!._ext!._future_filing_date | date:'yyyy-MM-dd') : (today | date:'yyyy-MM-dd')}}</span>\r
83910
- \r
83911
- </div>\r
83912
- \r
83913
- </expandable-card>\r
83914
- }\r
83915
- \r
83916
- @let registeredOfficeAddress = getFormGroup(groups.RegisteredOfficeAddress);\r
83917
- \r
83918
- @if (registeredOfficeAddress) {\r
83919
- <expandable-card [isValid]="!registeredOfficeAddress.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.RegisteredOfficeAddress">\r
83920
- <div class="incorporation-form-item">\r
83921
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeAddress" [config]="registeredOfficeAddressFields"/>\r
83922
- </div>\r
83923
- \r
83924
- </expandable-card>\r
83925
- }\r
83926
- \r
83927
- @let directorsArray = getFormArray(groups.Directors);\r
83928
- \r
83929
- @if (directorsArray) {\r
83930
- @let directorsFormArray = getFormArray(groups.Directors);\r
83931
- <expandable-list-card [isValid]="directorsFormArray.valid" [isSubmitted]="isSubmitted()" [isOpen]="directorsArray.length <= initiallyOpenCardsCount" [fields]="directorsFields" [formArray]="directorsFormArray" [title]="groups.Directors"/>\r
83932
- }\r
83933
- \r
83934
- @let significantControl = getFormGroup(groups.SignificantControl);\r
83935
- @if (significantControl) {\r
83936
- @let individualsWithSignificantControlArray = getFormArray(groups.IndividualsWithSignificantControl);\r
83937
- \r
83938
- @if (individualsWithSignificantControlArray) {\r
83939
- <expandable-list-card [isOpen]="individualsWithSignificantControlArray.length <= initiallyOpenCardsCount" [isValid]="individualsWithSignificantControlArray.valid && significantControl.valid" (remove)="onRemoveIndividualWithSignificantForm($event)" [removable]="!isReadonly()" [isSubmitted]="isSubmitted()" [isStatusIcon]="isStatusIcon()" [fields]="individualsWithSignificantControlFields" [formArray]="individualsWithSignificantControlArray" [title]="groups.IndividualsWithSignificantControl">\r
83940
- @if (!isReadonly() && isAddIndividualWithSignificantControlAvailable()) {\r
83941
- <button [disabled]="isAddIndividualWithSignificantControlDisabled()" slot="subtitle" mat-stroked-button mat-button (click)="addIndividualWithSignificantControl()">\r
83942
- <span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span>\r
83943
- </button>\r
83944
- }\r
83945
- \r
83946
- <div class="significant-control" slot="header-content">\r
83947
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="significantControl" [config]="significantControlFields"/>\r
83948
- </div>\r
83949
- </expandable-list-card>\r
83950
- }\r
83951
- }\r
83952
- \r
83953
- @let inviteDirectorToBeFullAccessManager = getFormGroup(groups.InviteDirectorToBeFullAccessManager);\r
83954
- @if (inviteDirectorToBeFullAccessManager) {\r
83955
- <expandable-card [isValid]="!inviteDirectorToBeFullAccessManager.invalid" [title]="groups.InviteDirectorToBeFullAccessManager">\r
83956
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="inviteDirectorToBeFullAccessManager" [config]="federalFormationFormInviteDirectorsToBeManagersControl"/>\r
83957
- </expandable-card>\r
83958
- }\r
83959
- \r
83960
- @let extraProvincialLicensesArray = getFormArray(groups.ExtraProvincialRegistrations);\r
83961
- @let extraProvincialLicensesControlsLength = extraProvincialLicensesArray?.length;\r
83962
- \r
83963
- @if (extraProvincialLicensesControlsLength) {\r
83964
- <expandable-list-card [isOpen]="extraProvincialLicensesControlsLength === 1" [isValid]="extraProvincialLicensesArray.valid" [isSubmitted]="isSubmitted()" [isStatusIcon]="isStatusIcon()" [fields]="extraProvincialLicensesFields" [formArray]="extraProvincialLicensesArray" [title]="groups.ExtraProvincialRegistrations"/>\r
83965
- }\r
83966
- \r
83967
- @let contactForm = getFormGroup(groups.Contact);\r
83968
- @if (contactForm) {\r
83969
- <expandable-card [isStatusIcon]="isStatusIcon()" [isValid]="!contactForm.invalid" [title]="groups.Contact">\r
83970
- <filing-form-group [isSubmitted]="isSubmitted()" [form]="contactForm" [config]="contactControl"/>\r
83971
- </expandable-card>\r
83972
- }\r
83973
- \r
83974
- <ng-content></ng-content>\r
83975
- </div>\r
83976
- </div>\r
83906
+ ], template: `<div class="incorporation-form">
83907
+
83908
+ @if (isNote()) {
83909
+ <alert [type]="alertType.Info" title="Entity changed" content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>
83910
+ }
83911
+
83912
+ @if (errors().length) {
83913
+ <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>
83914
+ }
83915
+
83916
+ <div class="incorporation-form-content">
83917
+ @let corporateName = getFormGroup(groups.CorporateName);
83918
+
83919
+ @if (corporateName) {
83920
+ <expandable-card [isValid]="!corporateName.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.CorporateName">
83921
+ <div class="incorporation-form-item">
83922
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="corporateName" [config]="incorporationFields"/>
83923
+
83924
+ @if (isNonPreapprovedNameType() || selectedDocuments().length) {
83925
+ <documents
83926
+ [documents]="documents()"
83927
+ [readonly]="isReadonly()"
83928
+ [selectedDocuments]="selectedDocuments()"
83929
+ (addDocuments)="addDocuments.emit($event)"
83930
+ (removeDocument)="removeDocument.emit($event)"
83931
+ />
83932
+ }
83933
+ </div>
83934
+ </expandable-card>
83935
+ }
83936
+
83937
+ @let articlesOfIncorporation = getFormGroup(groups.ArticlesOfIncorporation);
83938
+
83939
+ @if (articlesOfIncorporation) {
83940
+ <expandable-card [isValid]="!articlesOfIncorporation.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.ArticlesOfIncorporation">
83941
+ <div class="incorporation-form-item">
83942
+ <span class="body-1-regular black" [innerHTML]="directorsSubtitle()"></span>
83943
+
83944
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="articlesOfIncorporation" [config]="articlesOfIncorporationFields"/>
83945
+ <div>
83946
+ <span class="body-1-semibold dark-blue">Incorporators</span>
83947
+
83948
+ <ul class="incorporators-list">
83949
+ @for (incorporator of task()?._ext?._incorporators; track incorporator.affiliationID) {
83950
+ <li class="body-1-regular grey">{{getIncorporatorName(incorporator)}}</li>
83951
+ }
83952
+
83953
+ </ul>
83954
+ </div>
83955
+
83956
+ <span class="body-1-regular grey">Effective Date: {{task()?._ext?._future_filing_date ? (task()!._ext!._future_filing_date | date:'yyyy-MM-dd') : (today | date:'yyyy-MM-dd')}}</span>
83957
+
83958
+ </div>
83959
+
83960
+ </expandable-card>
83961
+ }
83962
+
83963
+ @let registeredOfficeAddress = getFormGroup(groups.RegisteredOfficeAddress);
83964
+
83965
+ @if (registeredOfficeAddress) {
83966
+ <expandable-card [isValid]="!registeredOfficeAddress.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.RegisteredOfficeAddress">
83967
+ <div class="incorporation-form-item">
83968
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeAddress" [config]="registeredOfficeAddressFields"/>
83969
+ </div>
83970
+
83971
+ </expandable-card>
83972
+ }
83973
+
83974
+ @let directorsArray = getFormArray(groups.Directors);
83975
+
83976
+ @if (directorsArray) {
83977
+ @let directorsFormArray = getFormArray(groups.Directors);
83978
+ <expandable-list-card [isValid]="directorsFormArray.valid" [isSubmitted]="isSubmitted()" [isOpen]="directorsArray.length <= initiallyOpenCardsCount" [fields]="directorsFields" [formArray]="directorsFormArray" [title]="groups.Directors"/>
83979
+ }
83980
+
83981
+ @let significantControl = getFormGroup(groups.SignificantControl);
83982
+ @if (significantControl) {
83983
+ @let individualsWithSignificantControlArray = getFormArray(groups.IndividualsWithSignificantControl);
83984
+
83985
+ @if (individualsWithSignificantControlArray) {
83986
+ <expandable-list-card [isOpen]="individualsWithSignificantControlArray.length <= initiallyOpenCardsCount" [isValid]="individualsWithSignificantControlArray.valid && significantControl.valid" (remove)="onRemoveIndividualWithSignificantForm($event)" [removable]="!isReadonly()" [isSubmitted]="isSubmitted()" [isStatusIcon]="isStatusIcon()" [fields]="individualsWithSignificantControlFields" [formArray]="individualsWithSignificantControlArray" [title]="groups.IndividualsWithSignificantControl">
83987
+ @if (!isReadonly() && isAddIndividualWithSignificantControlAvailable()) {
83988
+ <button [disabled]="isAddIndividualWithSignificantControlDisabled()" slot="subtitle" mat-stroked-button mat-button (click)="addIndividualWithSignificantControl()">
83989
+ <span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span>
83990
+ </button>
83991
+ }
83992
+
83993
+ <div class="significant-control" slot="header-content">
83994
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="significantControl" [config]="significantControlFields"/>
83995
+ </div>
83996
+ </expandable-list-card>
83997
+ }
83998
+ }
83999
+
84000
+ @let inviteDirectorToBeFullAccessManager = getFormGroup(groups.InviteDirectorToBeFullAccessManager);
84001
+ @if (inviteDirectorToBeFullAccessManager) {
84002
+ <expandable-card [isValid]="!inviteDirectorToBeFullAccessManager.invalid" [title]="groups.InviteDirectorToBeFullAccessManager">
84003
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="inviteDirectorToBeFullAccessManager" [config]="federalFormationFormInviteDirectorsToBeManagersControl"/>
84004
+ </expandable-card>
84005
+ }
84006
+
84007
+ @let extraProvincialLicensesArray = getFormArray(groups.ExtraProvincialRegistrations);
84008
+ @let extraProvincialLicensesControlsLength = extraProvincialLicensesArray?.length;
84009
+
84010
+ @if (extraProvincialLicensesControlsLength) {
84011
+ <expandable-list-card [isOpen]="extraProvincialLicensesControlsLength === 1" [isValid]="extraProvincialLicensesArray.valid" [isSubmitted]="isSubmitted()" [isStatusIcon]="isStatusIcon()" [fields]="extraProvincialLicensesFields" [formArray]="extraProvincialLicensesArray" [title]="groups.ExtraProvincialRegistrations"/>
84012
+ }
84013
+
84014
+ @let contactForm = getFormGroup(groups.Contact);
84015
+ @if (contactForm) {
84016
+ <expandable-card [isStatusIcon]="isStatusIcon()" [isValid]="!contactForm.invalid" [title]="groups.Contact">
84017
+ <filing-form-group [isSubmitted]="isSubmitted()" [form]="contactForm" [config]="contactControl"/>
84018
+ </expandable-card>
84019
+ }
84020
+
84021
+ <ng-content></ng-content>
84022
+ </div>
84023
+ </div>
83977
84024
  `, styles: ["/* src/app/components/federal/incorporation/federal-incorporation-form/federal-incorporation-form.component.scss */\n:host {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n}\n:host .incorporation-form {\n display: flex;\n height: 100%;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n flex: 1;\n overflow: auto;\n min-height: 0;\n}\n:host .incorporation-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-form .significant-control {\n padding: 0 16px;\n}\n:host .incorporators-list {\n margin: 8px;\n padding-inline-start: 25px;\n}\n/*# sourceMappingURL=federal-incorporation-form.component.css.map */\n"] }]
83978
84025
  }], () => [], null);
83979
84026
  })();
@@ -84076,38 +84123,38 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84076
84123
  MatButton,
84077
84124
  TranslatePipe,
84078
84125
  FederalIncorporationFormComponent
84079
- ], template: `<div class="incorporation-delta-form">\r
84080
- <federal-incorporation-form\r
84081
- class="incorporation-delta-form-content"\r
84082
- [form]="form()"\r
84083
- [task]="task()"\r
84084
- [errors]="errors()"\r
84085
- [isNote]="isNote()"\r
84086
- [isSubmitted]="submitted()"\r
84087
- [documents]="documents()"\r
84088
- [selectedDocuments]="selectedDocuments()"\r
84089
- (addDocuments)="addDocuments.emit($event)"\r
84090
- (removeDocument)="removeDocument.emit($event)"\r
84091
- />\r
84092
- \r
84093
- <div class="incorporation-delta-form-actions">\r
84094
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
84095
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
84096
- </button>\r
84097
- <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>\r
84098
- <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>\r
84099
- </button>\r
84100
- <button\r
84101
- class="submit"\r
84102
- color="primary"\r
84103
- mat-flat-button\r
84104
- [disabled]="actionsDisabled()"\r
84105
- (click)="onValidate()"\r
84106
- >\r
84107
- <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>\r
84108
- </button>\r
84109
- </div>\r
84110
- </div>\r
84126
+ ], template: `<div class="incorporation-delta-form">
84127
+ <federal-incorporation-form
84128
+ class="incorporation-delta-form-content"
84129
+ [form]="form()"
84130
+ [task]="task()"
84131
+ [errors]="errors()"
84132
+ [isNote]="isNote()"
84133
+ [isSubmitted]="submitted()"
84134
+ [documents]="documents()"
84135
+ [selectedDocuments]="selectedDocuments()"
84136
+ (addDocuments)="addDocuments.emit($event)"
84137
+ (removeDocument)="removeDocument.emit($event)"
84138
+ />
84139
+
84140
+ <div class="incorporation-delta-form-actions">
84141
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
84142
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
84143
+ </button>
84144
+ <button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button>
84145
+ <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>
84146
+ </button>
84147
+ <button
84148
+ class="submit"
84149
+ color="primary"
84150
+ mat-flat-button
84151
+ [disabled]="actionsDisabled()"
84152
+ (click)="onValidate()"
84153
+ >
84154
+ <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>
84155
+ </button>
84156
+ </div>
84157
+ </div>
84111
84158
  `, styles: ["/* src/app/components/federal/incorporation/steps/delta/federal-incorporation-delta-form.component.scss */\n:host .incorporation-delta-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .incorporation-delta-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n overflow: auto;\n}\n:host .incorporation-delta-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-delta-form-errors {\n padding: 0 16px;\n}\n:host .incorporation-delta-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .incorporation-delta-form-actions button {\n margin: 0;\n}\n:host .incorporation-delta-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=federal-incorporation-delta-form.component.css.map */\n"] }]
84112
84159
  }], null, null);
84113
84160
  })();
@@ -84226,39 +84273,39 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84226
84273
  FederalIncorporationFormComponent,
84227
84274
  ExpandableCardComponent,
84228
84275
  FilingFormGroupComponent
84229
- ], template: `<div class="incorporation-delta-form">\r
84230
- <federal-incorporation-form\r
84231
- class="incorporation-delta-form-content"\r
84232
- [form]="form()"\r
84233
- [task]="task()"\r
84234
- [errors]="errors()"\r
84235
- [selectedDocuments]="selectedDocuments()"\r
84236
- [isStatusIcon]="false"\r
84237
- [isReadonly]="true"\r
84238
- >\r
84239
- @let signatoryInformation = getFormGroup(groups.Signatory);\r
84240
- \r
84241
- <expandable-card [isExpandable]="false">\r
84242
- <filing-form-group [isSubmitted]="true" [form]="signatoryInformation" [config]="signatoryFields"/>\r
84243
- </expandable-card>\r
84244
- \r
84245
- </federal-incorporation-form>\r
84246
- \r
84247
- <div class="incorporation-delta-form-actions">\r
84248
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
84249
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
84250
- </button>\r
84251
- <button\r
84252
- class="submit"\r
84253
- color="primary"\r
84254
- mat-flat-button\r
84255
- [disabled]="actionsDisabled() || !getFormGroup(groups.Signatory).get(controls.Signatory)?.value"\r
84256
- (click)="file.emit()"\r
84257
- >\r
84258
- <span class="body-1-semibold">{{ 'File' | translate }}</span>\r
84259
- </button>\r
84260
- </div>\r
84261
- </div>\r
84276
+ ], template: `<div class="incorporation-delta-form">
84277
+ <federal-incorporation-form
84278
+ class="incorporation-delta-form-content"
84279
+ [form]="form()"
84280
+ [task]="task()"
84281
+ [errors]="errors()"
84282
+ [selectedDocuments]="selectedDocuments()"
84283
+ [isStatusIcon]="false"
84284
+ [isReadonly]="true"
84285
+ >
84286
+ @let signatoryInformation = getFormGroup(groups.Signatory);
84287
+
84288
+ <expandable-card [isExpandable]="false">
84289
+ <filing-form-group [isSubmitted]="true" [form]="signatoryInformation" [config]="signatoryFields"/>
84290
+ </expandable-card>
84291
+
84292
+ </federal-incorporation-form>
84293
+
84294
+ <div class="incorporation-delta-form-actions">
84295
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
84296
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
84297
+ </button>
84298
+ <button
84299
+ class="submit"
84300
+ color="primary"
84301
+ mat-flat-button
84302
+ [disabled]="actionsDisabled() || !getFormGroup(groups.Signatory).get(controls.Signatory)?.value"
84303
+ (click)="file.emit()"
84304
+ >
84305
+ <span class="body-1-semibold">{{ 'File' | translate }}</span>
84306
+ </button>
84307
+ </div>
84308
+ </div>
84262
84309
  `, styles: ["/* src/app/components/federal/incorporation/steps/preview/federal-incorporation-preview-form.component.scss */\n:host .incorporation-delta-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .incorporation-delta-form-content {\n display: flex;\n flex-direction: column;\n gap: 16px;\n overflow: auto;\n}\n:host .incorporation-delta-form-item {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n:host .incorporation-delta-form-errors {\n padding: 0 16px;\n}\n:host .incorporation-delta-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .incorporation-delta-form-actions button {\n margin: 0;\n}\n/*# sourceMappingURL=federal-incorporation-preview-form.component.css.map */\n"] }]
84263
84310
  }], () => [], null);
84264
84311
  })();
@@ -84837,104 +84884,104 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
84837
84884
  ReactiveFormsModule,
84838
84885
  MatButton,
84839
84886
  TranslatePipe
84840
- ], template: `<div class="federal-update-maintain-form">\r
84841
- @if (isNote()) {\r
84842
- <alert [type]="alertType.Info" title="Entity changed"\r
84843
- content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>\r
84844
- }\r
84845
- \r
84846
- @if (errors().length) {\r
84847
- <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>\r
84848
- }\r
84849
- \r
84850
- <div class="federal-update-maintain-form-content">\r
84851
- @let corporationDetails = getFormGroup(groups.CorporationDetails);\r
84852
- @if (corporationDetails) {\r
84853
- <expandable-card [isValid]="!corporationDetails.invalid" [title]="groups.CorporationDetails">\r
84854
- <filing-form-group\r
84855
- [isSubmitted]="isSubmitted()"\r
84856
- [form]="corporationDetails"\r
84857
- [config]="corporationDetailsFields"\r
84858
- />\r
84859
- </expandable-card>\r
84860
- }\r
84861
- \r
84862
- @let directorsArray = getFormArray(groups.Directors);\r
84863
- @if (directorsArray) {\r
84864
- <expandable-list-card\r
84865
- [isOpen]="true"\r
84866
- [isValid]="directorsArray.valid"\r
84867
- [isSubmitted]="isSubmitted()"\r
84868
- [fields]="directorsFields"\r
84869
- [formArray]="directorsArray"\r
84870
- [labelKey]="controls.AffiliationName"\r
84871
- [title]="groups.Directors"\r
84872
- />\r
84873
- }\r
84874
- \r
84875
- @let annualReturn = getFormGroup(groups.AnnualReturn);\r
84876
- @if (annualReturn) {\r
84877
- <expandable-card [isValid]="!annualReturn.invalid" [title]="groups.AnnualReturn">\r
84878
- <filing-form-group\r
84879
- [isSubmitted]="isSubmitted()"\r
84880
- [form]="annualReturn"\r
84881
- [config]="annualReturnFields"\r
84882
- />\r
84883
- </expandable-card>\r
84884
- }\r
84885
- \r
84886
- @let significantControl = getFormGroup(groups.SignificantControl);\r
84887
- @if (significantControl) {\r
84888
- @let individualsArray = getFormArray(groups.IndividualsWithSignificantControl);\r
84889
- @if (individualsArray) {\r
84890
- <expandable-list-card\r
84891
- [isOpen]="isIndividualsWithSignificantControlOpen()"\r
84892
- [isValid]="individualsArray.valid && significantControl.valid"\r
84893
- [isSubmitted]="isSubmitted()"\r
84894
- [isStatusIcon]="true"\r
84895
- [removable]="!readonly()"\r
84896
- [fields]="individualsWithSignificantControlFields()"\r
84897
- [formArray]="individualsArray"\r
84898
- [labelKey]="controls.AffiliationName"\r
84899
- [title]="groups.IndividualsWithSignificantControl"\r
84900
- (remove)="onRemoveIndividualWithSignificantForm($event)"\r
84901
- >\r
84902
- @if (!readonly() && isAddIndividualWithSignificantControlAvailable()) {\r
84903
- <button\r
84904
- [disabled]="isAddIndividualWithSignificantControlDisabled()"\r
84905
- slot="subtitle"\r
84906
- mat-stroked-button\r
84907
- mat-button\r
84908
- (click)="addIndividualWithSignificantControl()"\r
84909
- >\r
84910
- <span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span>\r
84911
- </button>\r
84912
- }\r
84913
- \r
84914
- <div class="card-header-content" slot="header-content">\r
84915
- <filing-form-group\r
84916
- [isSubmitted]="isSubmitted()"\r
84917
- [form]="significantControl"\r
84918
- [config]="significantControlFields"\r
84919
- />\r
84920
- </div>\r
84921
- </expandable-list-card>\r
84922
- }\r
84923
- }\r
84924
- \r
84925
- @let contact = getFormGroup(groups.Contact);\r
84926
- @if (contact) {\r
84927
- <expandable-card [isStatusIcon]="!readonly()" [isValid]="!contact.invalid" [title]="groups.Contact">\r
84928
- <filing-form-group\r
84929
- [isSubmitted]="isSubmitted()"\r
84930
- [form]="contact"\r
84931
- [config]="contactControl()"\r
84932
- />\r
84933
- </expandable-card>\r
84934
- }\r
84935
- </div>\r
84936
- </div>\r
84937
- \r
84887
+ ], template: `<div class="federal-update-maintain-form">
84888
+ @if (isNote()) {
84889
+ <alert [type]="alertType.Info" title="Entity changed"
84890
+ content="A new draft needs to be generated as the Entity was changed since the last draft was produced."/>
84891
+ }
84892
+
84893
+ @if (errors().length) {
84894
+ <alert title="The following issues need to be resolved before proceeding:" [content]="errors()"/>
84895
+ }
84896
+
84897
+ <div class="federal-update-maintain-form-content">
84898
+ @let corporationDetails = getFormGroup(groups.CorporationDetails);
84899
+ @if (corporationDetails) {
84900
+ <expandable-card [isValid]="!corporationDetails.invalid" [title]="groups.CorporationDetails">
84901
+ <filing-form-group
84902
+ [isSubmitted]="isSubmitted()"
84903
+ [form]="corporationDetails"
84904
+ [config]="corporationDetailsFields"
84905
+ />
84906
+ </expandable-card>
84907
+ }
84908
+
84909
+ @let directorsArray = getFormArray(groups.Directors);
84910
+ @if (directorsArray) {
84911
+ <expandable-list-card
84912
+ [isOpen]="true"
84913
+ [isValid]="directorsArray.valid"
84914
+ [isSubmitted]="isSubmitted()"
84915
+ [fields]="directorsFields"
84916
+ [formArray]="directorsArray"
84917
+ [labelKey]="controls.AffiliationName"
84918
+ [title]="groups.Directors"
84919
+ />
84920
+ }
84921
+
84922
+ @let annualReturn = getFormGroup(groups.AnnualReturn);
84923
+ @if (annualReturn) {
84924
+ <expandable-card [isValid]="!annualReturn.invalid" [title]="groups.AnnualReturn">
84925
+ <filing-form-group
84926
+ [isSubmitted]="isSubmitted()"
84927
+ [form]="annualReturn"
84928
+ [config]="annualReturnFields"
84929
+ />
84930
+ </expandable-card>
84931
+ }
84932
+
84933
+ @let significantControl = getFormGroup(groups.SignificantControl);
84934
+ @if (significantControl) {
84935
+ @let individualsArray = getFormArray(groups.IndividualsWithSignificantControl);
84936
+ @if (individualsArray) {
84937
+ <expandable-list-card
84938
+ [isOpen]="isIndividualsWithSignificantControlOpen()"
84939
+ [isValid]="individualsArray.valid && significantControl.valid"
84940
+ [isSubmitted]="isSubmitted()"
84941
+ [isStatusIcon]="true"
84942
+ [removable]="!readonly()"
84943
+ [fields]="individualsWithSignificantControlFields()"
84944
+ [formArray]="individualsArray"
84945
+ [labelKey]="controls.AffiliationName"
84946
+ [title]="groups.IndividualsWithSignificantControl"
84947
+ (remove)="onRemoveIndividualWithSignificantForm($event)"
84948
+ >
84949
+ @if (!readonly() && isAddIndividualWithSignificantControlAvailable()) {
84950
+ <button
84951
+ [disabled]="isAddIndividualWithSignificantControlDisabled()"
84952
+ slot="subtitle"
84953
+ mat-stroked-button
84954
+ mat-button
84955
+ (click)="addIndividualWithSignificantControl()"
84956
+ >
84957
+ <span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span>
84958
+ </button>
84959
+ }
84960
+
84961
+ <div class="card-header-content" slot="header-content">
84962
+ <filing-form-group
84963
+ [isSubmitted]="isSubmitted()"
84964
+ [form]="significantControl"
84965
+ [config]="significantControlFields"
84966
+ />
84967
+ </div>
84968
+ </expandable-list-card>
84969
+ }
84970
+ }
84971
+
84972
+ @let contact = getFormGroup(groups.Contact);
84973
+ @if (contact) {
84974
+ <expandable-card [isStatusIcon]="!readonly()" [isValid]="!contact.invalid" [title]="groups.Contact">
84975
+ <filing-form-group
84976
+ [isSubmitted]="isSubmitted()"
84977
+ [form]="contact"
84978
+ [config]="contactControl()"
84979
+ />
84980
+ </expandable-card>
84981
+ }
84982
+ </div>
84983
+ </div>
84984
+
84938
84985
  `, styles: ["/* src/app/components/federal/update-maintain/update-maintain-form/update-maintain-form.component.scss */\n:host .federal-update-maintain-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n overflow-y: auto;\n}\n:host .federal-update-maintain-form-content {\n display: flex;\n flex-direction: column;\n gap: 24px;\n}\n:host .card-header-content {\n padding: 0 16px;\n}\n/*# sourceMappingURL=update-maintain-form.component.css.map */\n"] }]
84939
84986
  }], () => [], null);
84940
84987
  })();
@@ -85028,36 +85075,36 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
85028
85075
  MatButton,
85029
85076
  TranslatePipe,
85030
85077
  FederalUpdateMaintainFormComponent
85031
- ], template: `<div class="federal-update-maintain-delta-form">\r
85032
- <federal-update-maintain-form\r
85033
- class="federal-update-maintain-delta-form-content"\r
85034
- [form]="form()"\r
85035
- [task]="task()"\r
85036
- [errors]="errors()"\r
85037
- [isNote]="isNote()"\r
85038
- [isSubmitted]="submitted()"\r
85039
- [readonly]="false"\r
85040
- />\r
85041
- \r
85042
- <div class="federal-update-maintain-delta-form-actions">\r
85043
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
85044
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
85045
- </button>\r
85046
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="save.emit()">\r
85047
- <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>\r
85048
- </button>\r
85049
- <button\r
85050
- class="submit"\r
85051
- color="primary"\r
85052
- mat-flat-button\r
85053
- [disabled]="actionsDisabled()"\r
85054
- (click)="onValidate()"\r
85055
- >\r
85056
- <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>\r
85057
- </button>\r
85058
- </div>\r
85059
- </div>\r
85060
- \r
85078
+ ], template: `<div class="federal-update-maintain-delta-form">
85079
+ <federal-update-maintain-form
85080
+ class="federal-update-maintain-delta-form-content"
85081
+ [form]="form()"
85082
+ [task]="task()"
85083
+ [errors]="errors()"
85084
+ [isNote]="isNote()"
85085
+ [isSubmitted]="submitted()"
85086
+ [readonly]="false"
85087
+ />
85088
+
85089
+ <div class="federal-update-maintain-delta-form-actions">
85090
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
85091
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
85092
+ </button>
85093
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="save.emit()">
85094
+ <span class="body-1-semibold">{{ 'Save Changes' | translate }}</span>
85095
+ </button>
85096
+ <button
85097
+ class="submit"
85098
+ color="primary"
85099
+ mat-flat-button
85100
+ [disabled]="actionsDisabled()"
85101
+ (click)="onValidate()"
85102
+ >
85103
+ <span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span>
85104
+ </button>
85105
+ </div>
85106
+ </div>
85107
+
85061
85108
  `, styles: ["/* src/app/components/federal/update-maintain/steps/delta/update-maintain-delta-form.component.scss */\n:host .federal-update-maintain-delta-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .federal-update-maintain-delta-form-content {\n flex: 1;\n min-height: 0;\n}\n:host .federal-update-maintain-delta-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .federal-update-maintain-delta-form-actions button {\n margin: 0;\n}\n:host .federal-update-maintain-delta-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=update-maintain-delta-form.component.css.map */\n"] }]
85062
85109
  }], null, null);
85063
85110
  })();
@@ -85132,32 +85179,32 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
85132
85179
  MatButton,
85133
85180
  TranslatePipe,
85134
85181
  FederalUpdateMaintainFormComponent
85135
- ], template: `<div class="federal-update-maintain-preview-form">\r
85136
- <federal-update-maintain-form\r
85137
- class="federal-update-maintain-preview-form-content"\r
85138
- [form]="form()"\r
85139
- [task]="task()"\r
85140
- [errors]="errors()"\r
85141
- [isSubmitted]="false"\r
85142
- [readonly]="true"\r
85143
- />\r
85144
- \r
85145
- <div class="federal-update-maintain-preview-form-actions">\r
85146
- <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">\r
85147
- <span class="body-1-semibold">{{ 'Close' | translate }}</span>\r
85148
- </button>\r
85149
- <button\r
85150
- class="submit"\r
85151
- color="primary"\r
85152
- mat-flat-button\r
85153
- [disabled]="actionsDisabled()"\r
85154
- (click)="file.emit()"\r
85155
- >\r
85156
- <span class="body-1-semibold">{{ 'File' | translate }}</span>\r
85157
- </button>\r
85158
- </div>\r
85159
- </div>\r
85160
- \r
85182
+ ], template: `<div class="federal-update-maintain-preview-form">
85183
+ <federal-update-maintain-form
85184
+ class="federal-update-maintain-preview-form-content"
85185
+ [form]="form()"
85186
+ [task]="task()"
85187
+ [errors]="errors()"
85188
+ [isSubmitted]="false"
85189
+ [readonly]="true"
85190
+ />
85191
+
85192
+ <div class="federal-update-maintain-preview-form-actions">
85193
+ <button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()">
85194
+ <span class="body-1-semibold">{{ 'Close' | translate }}</span>
85195
+ </button>
85196
+ <button
85197
+ class="submit"
85198
+ color="primary"
85199
+ mat-flat-button
85200
+ [disabled]="actionsDisabled()"
85201
+ (click)="file.emit()"
85202
+ >
85203
+ <span class="body-1-semibold">{{ 'File' | translate }}</span>
85204
+ </button>
85205
+ </div>
85206
+ </div>
85207
+
85161
85208
  `, styles: ["/* src/app/components/federal/update-maintain/steps/preview/update-maintain-preview-form.component.scss */\n:host .federal-update-maintain-preview-form {\n display: flex;\n flex-direction: column;\n gap: 16px;\n height: 100%;\n}\n:host .federal-update-maintain-preview-form-content {\n flex: 1;\n min-height: 0;\n}\n:host .federal-update-maintain-preview-form-actions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n padding-top: 16px;\n}\n:host .federal-update-maintain-preview-form-actions button {\n margin: 0;\n}\n:host .federal-update-maintain-preview-form-actions .submit {\n padding-left: 30px;\n padding-right: 30px;\n}\n/*# sourceMappingURL=update-maintain-preview-form.component.css.map */\n"] }]
85162
85209
  }], null, null);
85163
85210
  })();
@@ -85578,7 +85625,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
85578
85625
  FederalIncorporationPreviewFormComponent,
85579
85626
  FederalUpdateMaintainDeltaFormComponent,
85580
85627
  FederalUpdateMaintainPreviewFormComponent
85581
- ], template: '@let currentTask = task();\r\n\r\n@if (currentTask) {\r\n @if (isFormationTask(currentTask)) {\r\n @if (activeStep() === steps.Validate) {\r\n <federal-incorporation-delta-form\r\n [documents]="documents"\r\n [selectedDocuments]="selectedDocuments()"\r\n (addDocuments)="onAddDocuments($event)"\r\n (removeDocument)="onRemoveDocument($event)"\r\n (close)="onClose()"\r\n (validate)="onValidate()"\r\n (save)="onSave()"\r\n [task]="currentTask"\r\n [errors]="errors()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [isNote]="isNote()"\r\n [form]="deltaForm()"\r\n />\r\n\r\n } @else if (activeStep() === steps.FilingPreview) {\r\n <federal-incorporation-preview-form (close)="close.emit()" (file)="onFile()" [task]="currentTask"\r\n [errors]="errors()"\r\n [actionsDisabled]="actionsDisabled()" [form]="previewForm()"\r\n [selectedDocuments]="selectedDocuments()"/>\r\n }\r\n }\r\n\r\n @if (isUpdateMaintainTask(currentTask)) {\r\n @if (activeStep() === steps.Validate) {\r\n <federal-update-maintain-delta-form\r\n [task]="$any(currentTask)"\r\n [form]="umDeltaForm()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [errors]="errors()"\r\n [isNote]="isNote()"\r\n (validate)="onUmValidate()"\r\n (close)="onClose()"\r\n (save)="onUmSave()"\r\n />\r\n }\r\n\r\n @if (activeStep() === steps.FilingPreview) {\r\n <federal-update-maintain-preview-form\r\n [task]="$any(currentTask)"\r\n [form]="umPreviewForm()"\r\n [actionsDisabled]="actionsDisabled()"\r\n [errors]="errors()"\r\n (close)="close.emit()"\r\n (file)="onUmSubmit()"\r\n />\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n', styles: ["/* src/app/components/federal/federal.component.scss */\n:host .federal {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n/*# sourceMappingURL=federal.component.css.map */\n"] }]
85628
+ ], template: '@let currentTask = task();\n\n@if (currentTask) {\n @if (isFormationTask(currentTask)) {\n @if (activeStep() === steps.Validate) {\n <federal-incorporation-delta-form\n [documents]="documents"\n [selectedDocuments]="selectedDocuments()"\n (addDocuments)="onAddDocuments($event)"\n (removeDocument)="onRemoveDocument($event)"\n (close)="onClose()"\n (validate)="onValidate()"\n (save)="onSave()"\n [task]="currentTask"\n [errors]="errors()"\n [actionsDisabled]="actionsDisabled()"\n [isNote]="isNote()"\n [form]="deltaForm()"\n />\n\n } @else if (activeStep() === steps.FilingPreview) {\n <federal-incorporation-preview-form (close)="close.emit()" (file)="onFile()" [task]="currentTask"\n [errors]="errors()"\n [actionsDisabled]="actionsDisabled()" [form]="previewForm()"\n [selectedDocuments]="selectedDocuments()"/>\n }\n }\n\n @if (isUpdateMaintainTask(currentTask)) {\n @if (activeStep() === steps.Validate) {\n <federal-update-maintain-delta-form\n [task]="$any(currentTask)"\n [form]="umDeltaForm()"\n [actionsDisabled]="actionsDisabled()"\n [errors]="errors()"\n [isNote]="isNote()"\n (validate)="onUmValidate()"\n (close)="onClose()"\n (save)="onUmSave()"\n />\n }\n\n @if (activeStep() === steps.FilingPreview) {\n <federal-update-maintain-preview-form\n [task]="$any(currentTask)"\n [form]="umPreviewForm()"\n [actionsDisabled]="actionsDisabled()"\n [errors]="errors()"\n (close)="close.emit()"\n (file)="onUmSubmit()"\n />\n }\n }\n}\n\n\n\n\n\n', styles: ["/* src/app/components/federal/federal.component.scss */\n:host .federal {\n display: flex;\n flex-direction: column;\n gap: 16px;\n}\n/*# sourceMappingURL=federal.component.css.map */\n"] }]
85582
85629
  }], () => [], null);
85583
85630
  })();
85584
85631
  (() => {
@@ -87218,10 +87265,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87218
87265
  }
87219
87266
  return false;
87220
87267
  });
87221
- editSectionHeight = 51;
87268
+ editSectionHeight = "51px";
87222
87269
  modalHeight = computed(() => {
87223
- const height = parseInt(this.height(), 10);
87224
- return `${this.isEditButton() ? height - this.editSectionHeight : height}px`;
87270
+ const height = this.height();
87271
+ return this.isEditButton() ? `calc(${height} - ${this.editSectionHeight})` : height;
87225
87272
  });
87226
87273
  dataWasChanged = signal(false);
87227
87274
  steps = Step;
@@ -87705,73 +87752,73 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87705
87752
  MatIcon,
87706
87753
  FederalComponent,
87707
87754
  OntarioComponent
87708
- ], encapsulation: ViewEncapsulation.ShadowDom, template: `<div [style.height]="modalHeight()" class="filing">\r
87709
- <div class="filing-title">\r
87710
- <h1 class="filing-title-text">{{title() | translate}}</h1>\r
87711
- <mat-icon (click)="onClose()" class="filing-title-action">close</mat-icon>\r
87712
- </div>\r
87713
- \r
87714
- @if (isEditButton()) {\r
87715
- <div class="filing-header">\r
87716
- <button\r
87717
- mat-stroked-button\r
87718
- [disabled]="isLoading()"\r
87719
- (click)="onEditClick()"\r
87720
- >\r
87721
- {{ 'Edit' | translate }}\r
87722
- </button>\r
87723
- </div>\r
87724
- }\r
87725
- \r
87726
- <div [class.edit]="isEditButton()" class="filing-content">\r
87727
- @let currentTask = task();\r
87728
- \r
87729
- @if (currentTask) {\r
87730
- @if (isOntarioTask(currentTask)) {\r
87731
- <ontario\r
87732
- [task]="currentTask"\r
87733
- [activeStep]="activeStep()"\r
87734
- [isNote]="dataWasChanged()"\r
87735
- [actionsDisabled]="isLoading()"\r
87736
- [errors]="errors()"\r
87737
- [prevData]="prevData()"\r
87738
- (close)="close.emit()"\r
87739
- (formationValidate)="onOntarioFormationValidate($event)"\r
87740
- (saveFormationDeltaData)="deltaDataChange.emit($event)"\r
87741
- (formationSubmit)="onOntarioFormationSubmit()"\r
87742
- (nextStep)="onNextStepClick()"\r
87743
- (prevStep)="onOntarioPrevStep()"\r
87744
- [irValidationConfig]="validationConfig()"\r
87745
- (irValidate)="validateAndFileInitialReturnTask($event)"\r
87746
- (saveIrDeltaData)="deltaDataChange.emit($event)"\r
87747
- (irSubmit)="onInitialReturnSubmit()"\r
87748
- />\r
87749
- } @else {\r
87750
- <federal\r
87751
- [actionsDisabled]="isLoading()"\r
87752
- [isNote]="dataWasChanged()"\r
87753
- [activeStep]="activeStep()"\r
87754
- [task]="currentTask"\r
87755
- [errors]="errors()"\r
87756
- (close)="close.emit()"\r
87757
- (deltaDataChange)="deltaDataChange.emit($event)"\r
87758
- (file)="onFederalFormationSubmit()"\r
87759
- (validate)="onFederalValidate($event)"\r
87760
- (umSave)="onFederalUpdateMaintainSave($event)"\r
87761
- (umValidate)="onFederalUpdateMaintainValidate($event)"\r
87762
- (umSubmit)="onFederalUpdateMaintainSubmit()"\r
87763
- (nextStep)="defineInitialStep()"\r
87764
- />\r
87765
- }\r
87766
- }\r
87767
- \r
87768
- @if (isLoading()) {\r
87769
- <div class="filing-content-loading">\r
87770
- <mat-spinner [diameter]="40" />\r
87771
- </div>\r
87772
- }\r
87773
- </div>\r
87774
- </div>\r
87755
+ ], encapsulation: ViewEncapsulation.ShadowDom, template: `<div [style.height]="modalHeight()" class="filing">
87756
+ <div class="filing-title">
87757
+ <h1 class="filing-title-text">{{title() | translate}}</h1>
87758
+ <mat-icon (click)="onClose()" class="filing-title-action">close</mat-icon>
87759
+ </div>
87760
+
87761
+ @if (isEditButton()) {
87762
+ <div class="filing-header">
87763
+ <button
87764
+ mat-stroked-button
87765
+ [disabled]="isLoading()"
87766
+ (click)="onEditClick()"
87767
+ >
87768
+ {{ 'Edit' | translate }}
87769
+ </button>
87770
+ </div>
87771
+ }
87772
+
87773
+ <div [class.edit]="isEditButton()" class="filing-content">
87774
+ @let currentTask = task();
87775
+
87776
+ @if (currentTask) {
87777
+ @if (isOntarioTask(currentTask)) {
87778
+ <ontario
87779
+ [task]="currentTask"
87780
+ [activeStep]="activeStep()"
87781
+ [isNote]="dataWasChanged()"
87782
+ [actionsDisabled]="isLoading()"
87783
+ [errors]="errors()"
87784
+ [prevData]="prevData()"
87785
+ (close)="close.emit()"
87786
+ (formationValidate)="onOntarioFormationValidate($event)"
87787
+ (saveFormationDeltaData)="deltaDataChange.emit($event)"
87788
+ (formationSubmit)="onOntarioFormationSubmit()"
87789
+ (nextStep)="onNextStepClick()"
87790
+ (prevStep)="onOntarioPrevStep()"
87791
+ [irValidationConfig]="validationConfig()"
87792
+ (irValidate)="validateAndFileInitialReturnTask($event)"
87793
+ (saveIrDeltaData)="deltaDataChange.emit($event)"
87794
+ (irSubmit)="onInitialReturnSubmit()"
87795
+ />
87796
+ } @else {
87797
+ <federal
87798
+ [actionsDisabled]="isLoading()"
87799
+ [isNote]="dataWasChanged()"
87800
+ [activeStep]="activeStep()"
87801
+ [task]="currentTask"
87802
+ [errors]="errors()"
87803
+ (close)="close.emit()"
87804
+ (deltaDataChange)="deltaDataChange.emit($event)"
87805
+ (file)="onFederalFormationSubmit()"
87806
+ (validate)="onFederalValidate($event)"
87807
+ (umSave)="onFederalUpdateMaintainSave($event)"
87808
+ (umValidate)="onFederalUpdateMaintainValidate($event)"
87809
+ (umSubmit)="onFederalUpdateMaintainSubmit()"
87810
+ (nextStep)="defineInitialStep()"
87811
+ />
87812
+ }
87813
+ }
87814
+
87815
+ @if (isLoading()) {
87816
+ <div class="filing-content-loading">
87817
+ <mat-spinner [diameter]="40" />
87818
+ </div>
87819
+ }
87820
+ </div>
87821
+ </div>
87775
87822
  `, 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'] }]
87776
87823
  }], () => [], null);
87777
87824
  })();