@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.
- package/dnd-filing-shell.js +1247 -1200
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -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]: [
|
|
51416
|
-
|
|
51417
|
-
|
|
51418
|
-
|
|
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]: [
|
|
51422
|
-
|
|
51423
|
-
|
|
51424
|
-
|
|
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 = [
|
|
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 ([
|
|
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) => ({
|
|
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()}}">\
|
|
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"
|
|
54712
|
-
<div (click)="toggle()" class="expandable-card-header"
|
|
54713
|
-
<h2 [class.list-item]="isListItem()" class="expandable-card-header-title">{{title() | translate}}</h2
|
|
54714
|
-
|
|
54715
|
-
<div [class.list-item]="isListItem()" class="expandable-card-header-container"
|
|
54716
|
-
@if (isStatusIcon()) {
|
|
54717
|
-
@if (!isValid()) {
|
|
54718
|
-
<mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon
|
|
54719
|
-
}
|
|
54720
|
-
}
|
|
54721
|
-
|
|
54722
|
-
@if(chipType()) {
|
|
54723
|
-
<chip [type]="chipType()" [title]="chipText()"
|
|
54724
|
-
}
|
|
54725
|
-
|
|
54726
|
-
@if (isExpandable()) {
|
|
54727
|
-
<mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon
|
|
54728
|
-
}
|
|
54729
|
-
</div
|
|
54730
|
-
</div
|
|
54731
|
-
|
|
54732
|
-
<div class="expandable-card-content"
|
|
54733
|
-
[@expandCollapse]="isExpanded()"
|
|
54734
|
-
<div class="expandable-card-content-item"
|
|
54735
|
-
<ng-content></ng-content
|
|
54736
|
-
|
|
54737
|
-
@if (removable()) {
|
|
54738
|
-
<div class="expandable-card-content-item-actions"
|
|
54739
|
-
<span (click)="remove.emit()" class="body-1-regular light-blue pointer">{{'Remove' | translate}}</span
|
|
54740
|
-
</div
|
|
54741
|
-
}
|
|
54742
|
-
|
|
54743
|
-
|
|
54744
|
-
</div
|
|
54745
|
-
</div
|
|
54746
|
-
</div
|
|
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">\
|
|
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">\
|
|
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()
|
|
76609
|
-
@let form = this.form()
|
|
76610
|
-
|
|
76611
|
-
<section
|
|
76612
|
-
<div [class.submitted]="isSubmitted()" class="filling-form-fields" [formGroup]="form"
|
|
76613
|
-
@for (field of fields; track field.formControlName + $index; let last = $last) {
|
|
76614
|
-
@if (!field.isVisible || field.isVisible(form)) {
|
|
76615
|
-
@let previousValue = validationConfig()?.[field.formControlName]
|
|
76616
|
-
|
|
76617
|
-
@switch (field.type) {
|
|
76618
|
-
@case (types.Select) {
|
|
76619
|
-
<div class="filling-form-fields-item {{field.class ?? 'span-6'}}"
|
|
76620
|
-
@let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label
|
|
76621
|
-
@if (label) {
|
|
76622
|
-
<span class="filling-form-fields-item-label body-1-regular"
|
|
76623
|
-
{{ (label | translate) + (field.required ? " *" : "") }}
|
|
76624
|
-
</span
|
|
76625
|
-
}
|
|
76626
|
-
<mat-form-field appearance="outline"
|
|
76627
|
-
@let control = form.get(field.formControlName)
|
|
76628
|
-
|
|
76629
|
-
<input
|
|
76630
|
-
matInput
|
|
76631
|
-
[formControlName]="field.formControlName"
|
|
76632
|
-
[placeholder]="field.placeholder ?? ''"
|
|
76633
|
-
[matAutocomplete]="autocompleteRef"
|
|
76634
|
-
(change)="field.onChange && field.onChange(form)"
|
|
76635
|
-
|
|
76636
|
-
|
|
76637
|
-
<mat-autocomplete
|
|
76638
|
-
#autocompleteRef="matAutocomplete"
|
|
76639
|
-
[displayWith]="getDisplayFn(field)"
|
|
76640
|
-
(optionSelected)="field.onChange && field.onChange(form)"
|
|
76641
|
-
|
|
76642
|
-
@for (option of getFilteredOptions(field); track option.value) {
|
|
76643
|
-
<mat-option
|
|
76644
|
-
class="filing-form-group-select-option"
|
|
76645
|
-
[value]="option.value"
|
|
76646
|
-
|
|
76647
|
-
{{ option.label }}
|
|
76648
|
-
</mat-option
|
|
76649
|
-
}
|
|
76650
|
-
@if (getFilteredOptions(field).length === 0) {
|
|
76651
|
-
<mat-option disabled>No options found</mat-option
|
|
76652
|
-
}
|
|
76653
|
-
</mat-autocomplete
|
|
76654
|
-
|
|
76655
|
-
@if (control?.value && !control?.disabled) {
|
|
76656
|
-
<div matSuffix class="suffix-container"
|
|
76657
|
-
<button mat-icon-button (click)="control?.reset()"
|
|
76658
|
-
<mat-icon>close</mat-icon
|
|
76659
|
-
</button
|
|
76660
|
-
|
|
76661
|
-
<mat-icon class="arrow-icon">arrow_drop_down</mat-icon
|
|
76662
|
-
</div
|
|
76663
|
-
} @else {
|
|
76664
|
-
<mat-icon matSuffix>arrow_drop_down</mat-icon
|
|
76665
|
-
}
|
|
76666
|
-
|
|
76667
|
-
<mat-error>{{ field.label }} is required</mat-error
|
|
76668
|
-
</mat-form-field
|
|
76669
|
-
</div
|
|
76670
|
-
}
|
|
76671
|
-
|
|
76672
|
-
@case (types.Checkbox) {
|
|
76673
|
-
<div [class.last]="last" class="filling-form-fields-checkbox {{field.class ?? 'span-6'}}"
|
|
76674
|
-
<mat-checkbox
|
|
76675
|
-
(change)="field.onChange && field.onChange(form)"
|
|
76676
|
-
[formControlName]="field.formControlName"
|
|
76677
|
-
|
|
76678
|
-
@let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn) : field.label
|
|
76679
|
-
<div
|
|
76680
|
-
<span class="body-1-regular black" [class.warning]="!!previousValue">{{
|
|
76681
|
-
label
|
|
76682
|
-
}}</span
|
|
76683
|
-
@if (previousValue != null) {
|
|
76684
|
-
<mat-icon
|
|
76685
|
-
[class.warning]="true"
|
|
76686
|
-
class="filling-form-fields-item-icon"
|
|
76687
|
-
matSuffix
|
|
76688
|
-
>warning_amber</mat-icon
|
|
76689
|
-
|
|
76690
|
-
}
|
|
76691
|
-
</div
|
|
76692
|
-
</mat-checkbox
|
|
76693
|
-
|
|
76694
|
-
@if (previousValue != null) {
|
|
76695
|
-
<mat-hint
|
|
76696
|
-
[class.warning]="true"
|
|
76697
|
-
class="filling-form-fields-item-hint"
|
|
76698
|
-
>Previously saved value: {{ previousValue ? 'checked' : 'unchecked' }}</mat-hint
|
|
76699
|
-
|
|
76700
|
-
}
|
|
76701
|
-
</div
|
|
76702
|
-
}
|
|
76703
|
-
|
|
76704
|
-
@case (types.Empty) {
|
|
76705
|
-
<div class="filling-form-fields-empty {{field.class ?? 'span-6'}}"></div
|
|
76706
|
-
}
|
|
76707
|
-
@case (types.Autocomplete) {
|
|
76708
|
-
<div class="filling-form-fields-item {{field.class ?? 'span-6'}}"
|
|
76709
|
-
@if (field.label) {
|
|
76710
|
-
<span class="filling-form-fields-item-label body-1-regular"
|
|
76711
|
-
{{ field.label + (field.required ? " *" : "") }}
|
|
76712
|
-
</span
|
|
76713
|
-
}
|
|
76714
|
-
<autocomplete-field
|
|
76715
|
-
[options]="field.options ?? []"
|
|
76716
|
-
[control]="getFormControl(field.formControlName)"
|
|
76717
|
-
[placeholder]="field.placeholder ?? ''"
|
|
76718
|
-
[required]="field.required ?? false"
|
|
76719
|
-
|
|
76720
|
-
</div
|
|
76721
|
-
}
|
|
76722
|
-
|
|
76723
|
-
@case (types.Date) {
|
|
76724
|
-
<div
|
|
76725
|
-
class="filling-form-fields-item {{field.class ?? 'span-6'}}"
|
|
76726
|
-
[class.warning]="!!previousValue"
|
|
76727
|
-
|
|
76728
|
-
@if (field.label) {
|
|
76729
|
-
<span
|
|
76730
|
-
class="filling-form-fields-item-label body-1-regular"
|
|
76731
|
-
[class.warning]="!!previousValue"
|
|
76732
|
-
|
|
76733
|
-
{{ field.label + (field.required ? " *" : "") }}
|
|
76734
|
-
</span
|
|
76735
|
-
}
|
|
76736
|
-
|
|
76737
|
-
<mat-form-field appearance="outline"
|
|
76738
|
-
<input
|
|
76739
|
-
matInput
|
|
76740
|
-
[matDatepicker]="picker"
|
|
76741
|
-
[formControlName]="field.formControlName"
|
|
76742
|
-
[placeholder]="field.placeholder ?? ''"
|
|
76743
|
-
(dateChange)="field.onChange && field.onChange(form)"
|
|
76744
|
-
|
|
76745
|
-
<mat-datepicker-toggle matSuffix [for]="picker"
|
|
76746
|
-
<mat-icon matDatepickerToggleIcon>calendar_today</mat-icon
|
|
76747
|
-
</mat-datepicker-toggle
|
|
76748
|
-
<mat-datepicker #picker></mat-datepicker
|
|
76749
|
-
|
|
76750
|
-
@if (previousValue != null) {
|
|
76751
|
-
<mat-hint
|
|
76752
|
-
[class.warning]="true"
|
|
76753
|
-
class="filling-form-fields-item-hint"
|
|
76754
|
-
|
|
76755
|
-
Previously saved value: {{ previousValue }}
|
|
76756
|
-
</mat-hint
|
|
76757
|
-
}
|
|
76758
|
-
|
|
76759
|
-
<mat-error>{{field.label}} is required</mat-error
|
|
76760
|
-
</mat-form-field
|
|
76761
|
-
</div
|
|
76762
|
-
}
|
|
76763
|
-
|
|
76764
|
-
@case (types.Input) {
|
|
76765
|
-
<div
|
|
76766
|
-
[class.warning]="!!previousValue"
|
|
76767
|
-
class="filling-form-fields-item {{field.class ?? 'span-6'}}"
|
|
76768
|
-
|
|
76769
|
-
@if (field.label) {
|
|
76770
|
-
<span
|
|
76771
|
-
[class.warning]="!!previousValue"
|
|
76772
|
-
class="filling-form-fields-item-label body-1-regular"
|
|
76773
|
-
|
|
76774
|
-
{{ field.label + (field.required ? " *" : "") }}
|
|
76775
|
-
</span
|
|
76776
|
-
|
|
76777
|
-
<mat-form-field appearance="outline"
|
|
76778
|
-
<input
|
|
76779
|
-
matInput
|
|
76780
|
-
[readonly]="field.readonly"
|
|
76781
|
-
[formControlName]="field.formControlName"
|
|
76782
|
-
[placeholder]="field.placeholder ?? ''"
|
|
76783
|
-
(change)="field.onChange && field.onChange(form)"
|
|
76784
|
-
|
|
76785
|
-
|
|
76786
|
-
@if (previousValue != null) {
|
|
76787
|
-
<mat-hint
|
|
76788
|
-
[class.warning]="true"
|
|
76789
|
-
class="filling-form-fields-item-hint"
|
|
76790
|
-
>Previously saved value: {{ previousValue }}</mat-hint
|
|
76791
|
-
|
|
76792
|
-
}
|
|
76793
|
-
|
|
76794
|
-
@if (previousValue != null) {
|
|
76795
|
-
<mat-icon
|
|
76796
|
-
[class.warning]="true"
|
|
76797
|
-
class="filling-form-fields-item-icon"
|
|
76798
|
-
matSuffix
|
|
76799
|
-
>warning_amber</mat-icon
|
|
76800
|
-
|
|
76801
|
-
}
|
|
76802
|
-
|
|
76803
|
-
<mat-error>{{field.label}} is required</mat-error
|
|
76804
|
-
</mat-form-field
|
|
76805
|
-
}
|
|
76806
|
-
</div
|
|
76807
|
-
}
|
|
76808
|
-
@case (types.TextArea) {
|
|
76809
|
-
<div class="filling-form-fields-item text-area {{field.class ?? 'span-6'}}"
|
|
76810
|
-
@if (field.label) {
|
|
76811
|
-
<span class="filling-form-fields-item-label body-1-regular"
|
|
76812
|
-
{{ field.label + (field.required ? " *" : "") }}
|
|
76813
|
-
</span
|
|
76814
|
-
|
|
76815
|
-
<mat-form-field appearance="outline"
|
|
76816
|
-
<textarea
|
|
76817
|
-
matInput
|
|
76818
|
-
[readonly]="field.readonly"
|
|
76819
|
-
[formControlName]="field.formControlName"
|
|
76820
|
-
[placeholder]="field.placeholder ?? ''"
|
|
76821
|
-
(change)="field.onChange && field.onChange(form)"
|
|
76822
|
-
></textarea
|
|
76823
|
-
</mat-form-field
|
|
76824
|
-
}
|
|
76825
|
-
</div
|
|
76826
|
-
}
|
|
76827
|
-
@case (types.CheckboxList) {
|
|
76828
|
-
<checkbox-list class="{{field.class}}" [formControlName]="field.formControlName" [items]="field.options ?? []"
|
|
76829
|
-
}
|
|
76830
|
-
@case (types.Text) {
|
|
76831
|
-
@let label = field.dynamicLabel ? field.dynamicLabel(form, translateFn, prevData()) : field.label
|
|
76832
|
-
@if (label) {
|
|
76833
|
-
<p [class.last]="last" class="filling-form-fields-item-text body-1-regular grey" [class]="field.class" [innerHTML]="label" ></p
|
|
76834
|
-
}
|
|
76835
|
-
}
|
|
76836
|
-
}
|
|
76837
|
-
}
|
|
76838
|
-
}
|
|
76839
|
-
</div
|
|
76840
|
-
</section
|
|
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"
|
|
77096
|
-
<div [class.expanded]="isExpanded()" (click)="toggle()" class="expandable-card-header"
|
|
77097
|
-
<h2 class="expandable-card-header-title">{{title()}}</h2
|
|
77098
|
-
|
|
77099
|
-
<div class="expandable-card-header-container"
|
|
77100
|
-
@if (isStatusIcon()) {
|
|
77101
|
-
@if (!isValid()) {
|
|
77102
|
-
<mat-icon class="expandable-card-header-status-icon"> error_outline </mat-icon
|
|
77103
|
-
}
|
|
77104
|
-
}
|
|
77105
|
-
|
|
77106
|
-
<mat-icon [class.rotated]="!isExpanded()">arrow_forward_ios</mat-icon
|
|
77107
|
-
</div
|
|
77108
|
-
</div
|
|
77109
|
-
|
|
77110
|
-
<div class="expandable-card-content"
|
|
77111
|
-
[@expandCollapse]="isExpanded()"
|
|
77112
|
-
<ng-content select="[slot='header-content']"></ng-content
|
|
77113
|
-
<div class="expandable-card-actions"
|
|
77114
|
-
<div
|
|
77115
|
-
<ng-content select="[slot='subtitle']"></ng-content
|
|
77116
|
-
</div
|
|
77117
|
-
|
|
77118
|
-
@if (controlsCount() !== 0) {
|
|
77119
|
-
<div class="expandable-card-actions-items"
|
|
77120
|
-
<h3 class="expandable-card-actions-item" (click)="expandAll()"
|
|
77121
|
-
{{ 'Expand all' | translate }}
|
|
77122
|
-
</h3
|
|
77123
|
-
<h3 class="expandable-card-actions-separator">|</h3
|
|
77124
|
-
<h3 class="expandable-card-actions-item" (click)="collapseAll()"
|
|
77125
|
-
>{{ 'Collapse all' | translate }}
|
|
77126
|
-
</h3
|
|
77127
|
-
</div
|
|
77128
|
-
}
|
|
77129
|
-
|
|
77130
|
-
</div
|
|
77131
|
-
|
|
77132
|
-
@for (formGroup of formArray().controls; let i = $index; track formGroup) {
|
|
77133
|
-
<div class="expandable-card-separator"
|
|
77134
|
-
<div class="expandable-card-separator-line"></div
|
|
77135
|
-
</div
|
|
77136
|
-
|
|
77137
|
-
<expandable-card
|
|
77138
|
-
[isListItem]="true"
|
|
77139
|
-
[title]="getFormGroup(i).get(labelKey())?.value"
|
|
77140
|
-
[isStatusIcon]="isStatusIcon()"
|
|
77141
|
-
[isValid]="!formGroup.invalid"
|
|
77142
|
-
[isOpen]="isItemExpanded(i)"
|
|
77143
|
-
[border]="false"
|
|
77144
|
-
[padded]="false"
|
|
77145
|
-
[chipType]="affiliationTypeToChipType(formGroup.get(controls.AffiliationType)?.value)"
|
|
77146
|
-
[removable]="removable()"
|
|
77147
|
-
(toggled)="toggleItem(i)"
|
|
77148
|
-
(remove)="remove.emit(i)"
|
|
77149
|
-
|
|
77150
|
-
@let form = getFormGroup(i)
|
|
77151
|
-
@let configValue = fields() ?? config()?.[form.get(configKey())?.value] ?? []
|
|
77152
|
-
<filing-form-group [prevData]="prevData()" [isSubmitted]="isSubmitted()" [form]="form" [config]="configValue"
|
|
77153
|
-
|
|
77154
|
-
</expandable-card
|
|
77155
|
-
}
|
|
77156
|
-
</div
|
|
77157
|
-
</div
|
|
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()}}">\
|
|
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">\
|
|
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:
|
|
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"
|
|
77669
|
-
<ontario-incorporation-form
|
|
77670
|
-
class="incorporation-delta-form-content"
|
|
77671
|
-
[form]="form()"
|
|
77672
|
-
[task]="task()"
|
|
77673
|
-
[errors]="errors()"
|
|
77674
|
-
[isNote]="isNote()"
|
|
77675
|
-
[isSubmitted]="submitted()"
|
|
77676
|
-
[statusIcon]="true"
|
|
77677
|
-
|
|
77678
|
-
|
|
77679
|
-
<div class="incorporation-delta-form-actions"
|
|
77680
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
77681
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
77682
|
-
</button
|
|
77683
|
-
<button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button
|
|
77684
|
-
<span class="body-1-semibold">{{ 'Save Changes' | translate }}</span
|
|
77685
|
-
</button
|
|
77686
|
-
<button
|
|
77687
|
-
class="submit"
|
|
77688
|
-
color="primary"
|
|
77689
|
-
mat-flat-button
|
|
77690
|
-
[disabled]="actionsDisabled()"
|
|
77691
|
-
(click)="onValidate()"
|
|
77692
|
-
|
|
77693
|
-
<span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span
|
|
77694
|
-
</button
|
|
77695
|
-
</div
|
|
77696
|
-
</div
|
|
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"
|
|
77774
|
-
<ontario-incorporation-form
|
|
77775
|
-
class="incorporation-preview-form-content"
|
|
77776
|
-
[form]="form()"
|
|
77777
|
-
[task]="task()"
|
|
77778
|
-
[statusIcon]="false"
|
|
77779
|
-
|
|
77780
|
-
|
|
77781
|
-
<div class="incorporation-preview-form-actions"
|
|
77782
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
77783
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
77784
|
-
</button
|
|
77785
|
-
<button
|
|
77786
|
-
class="submit"
|
|
77787
|
-
color="primary"
|
|
77788
|
-
mat-flat-button
|
|
77789
|
-
[disabled]="actionsDisabled()"
|
|
77790
|
-
(click)="next.emit()"
|
|
77791
|
-
|
|
77792
|
-
<span class="body-1-semibold">{{ 'File' | translate }}</span
|
|
77793
|
-
</button
|
|
77794
|
-
</div
|
|
77795
|
-
</div
|
|
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">\
|
|
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"
|
|
78579
|
-
<ontario-update-maintain-form
|
|
78580
|
-
class="ontario-update-maintain-delta-form-content"
|
|
78581
|
-
[form]="form()"
|
|
78582
|
-
[task]="task()"
|
|
78583
|
-
[errors]="errors()"
|
|
78584
|
-
[isNote]="isNote()"
|
|
78585
|
-
[isSubmitted]="submitted()"
|
|
78586
|
-
[readonly]="false"
|
|
78587
|
-
[prevData]="prevData()"
|
|
78588
|
-
|
|
78589
|
-
|
|
78590
|
-
<div class="ontario-update-maintain-delta-form-actions"
|
|
78591
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
78592
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
78593
|
-
</button
|
|
78594
|
-
<button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button
|
|
78595
|
-
<span class="body-1-semibold">{{ 'Save Changes' | translate }}</span
|
|
78596
|
-
</button
|
|
78597
|
-
<button
|
|
78598
|
-
class="submit"
|
|
78599
|
-
color="primary"
|
|
78600
|
-
mat-flat-button
|
|
78601
|
-
[disabled]="actionsDisabled()"
|
|
78602
|
-
(click)="onValidate()"
|
|
78603
|
-
|
|
78604
|
-
<span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span
|
|
78605
|
-
</button
|
|
78606
|
-
</div
|
|
78607
|
-
</div
|
|
78608
|
-
|
|
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"
|
|
78684
|
-
<ontario-update-maintain-form
|
|
78685
|
-
class="ontario-update-maintain-preview-form-content"
|
|
78686
|
-
[form]="form()"
|
|
78687
|
-
[task]="task()"
|
|
78688
|
-
[errors]="errors()"
|
|
78689
|
-
[isSubmitted]="false"
|
|
78690
|
-
[readonly]="false"
|
|
78691
|
-
|
|
78692
|
-
|
|
78693
|
-
<div class="ontario-update-maintain-preview-form-actions"
|
|
78694
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
78695
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
78696
|
-
</button
|
|
78697
|
-
<button
|
|
78698
|
-
class="submit"
|
|
78699
|
-
color="primary"
|
|
78700
|
-
mat-flat-button
|
|
78701
|
-
[disabled]="actionsDisabled()"
|
|
78702
|
-
(click)="file.emit()"
|
|
78703
|
-
|
|
78704
|
-
<span class="body-1-semibold">{{ 'File' | translate }}</span
|
|
78705
|
-
</button
|
|
78706
|
-
</div
|
|
78707
|
-
</div
|
|
78708
|
-
|
|
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"
|
|
78951
|
-
<div class="terms-and-conditions-content"
|
|
78952
|
-
<expandable-card class="terms-and-conditions-card" title="Terms and Conditions"
|
|
78953
|
-
|
|
78954
|
-
<div class="terms-and-conditions-card-content"
|
|
78955
|
-
<div class="terms-and-conditions-text-wrapper"
|
|
78956
|
-
<div class="terms-and-conditions-text"
|
|
78957
|
-
<span class="body-1-regular"
|
|
78958
|
-
The following are the Terms and Conditions for filing with the Ministry of
|
|
78959
|
-
Public and Business Service Delivery ("Ministry") under the Business
|
|
78960
|
-
Corporations Act, Business Names Act, Corporations Act, Corporations
|
|
78961
|
-
Information Act, Extra-Provincial Corporations Act, Limited Partnerships
|
|
78962
|
-
Act and Not-for-Profit Corporations Act, 2010
|
|
78963
|
-
</span
|
|
78964
|
-
|
|
78965
|
-
<span class="body-1-regular"
|
|
78966
|
-
Agreement to these Terms and Conditions by the following persons and
|
|
78967
|
-
entities is a mandatory condition of filing
|
|
78968
|
-
</span
|
|
78969
|
-
|
|
78970
|
-
<span class="body-1-regular"
|
|
78971
|
-
(i) the person(s) signing or otherwise authorizing the filing and any
|
|
78972
|
-
person(s) acting on their behalf (collectively, the "authorizers"); and
|
|
78973
|
-
</span
|
|
78974
|
-
|
|
78975
|
-
<span class="body-1-regular"
|
|
78976
|
-
(ii) the corporation or other entity that is the subject of the filing
|
|
78977
|
-
(the "entity") and any person(s) acting on behalf of the entity
|
|
78978
|
-
</span
|
|
78979
|
-
|
|
78980
|
-
<span class="body-1-regular"
|
|
78981
|
-
These Terms and Conditions are made under the authority of the
|
|
78982
|
-
requirements established by the Director or Registrar appointed under the
|
|
78983
|
-
applicable Act. These Terms and Conditions are in addition to and subject
|
|
78984
|
-
to the applicable Acts, regulations and requirements of the Director or
|
|
78985
|
-
Registrar
|
|
78986
|
-
</span
|
|
78987
|
-
|
|
78988
|
-
<span class="body-1-regular"
|
|
78989
|
-
By proceeding with this filing under any of the above-named Acts, the
|
|
78990
|
-
authorizer(s), the entity and any person(s) acting on behalf of the entity
|
|
78991
|
-
accept and agree to be bound by these Terms and Conditions
|
|
78992
|
-
</span
|
|
78993
|
-
|
|
78994
|
-
<span class="body-1-regular"
|
|
78995
|
-
1. The sole responsibility for correctness and completeness of the filing
|
|
78996
|
-
and for compliance with the applicable Act and all regulations and
|
|
78997
|
-
Director's or Registrar's requirements made under it, lies with the
|
|
78998
|
-
authorizer(s) and the entity. The authorizer(s), the entity and any
|
|
78999
|
-
person(s) acting on behalf of the entity agree that any information
|
|
79000
|
-
provided by the Ministry in or related to the making of a filing is not
|
|
79001
|
-
legal advice, and that they have obtained their own legal or other advice
|
|
79002
|
-
as appropriate
|
|
79003
|
-
</span
|
|
79004
|
-
|
|
79005
|
-
<span class="body-1-regular"
|
|
79006
|
-
2. All filings must meet any signature or authorization requirements
|
|
79007
|
-
established by the Director or Registrar under the applicable Act. Where
|
|
79008
|
-
signatures are required for electronic filing, the applicable articles
|
|
79009
|
-
application, declaration, other approved form or other document must be
|
|
79010
|
-
saved or printed and signed in accordance with the instructions provided
|
|
79011
|
-
The entity must keep a properly executed version of the applicable
|
|
79012
|
-
document in paper or electronic format, together with any records that may
|
|
79013
|
-
exist related to an electronic signature, if signed by electronic
|
|
79014
|
-
signature, as follows: If the subject of a filing is a corporation, the
|
|
79015
|
-
corporation must keep these documents and records at its registered
|
|
79016
|
-
office. If the subject of the filing is an Ontario limited partnership
|
|
79017
|
-
the limited partnership must keep these documents and records at the
|
|
79018
|
-
limited partnership's principal place of business in Ontario. If the
|
|
79019
|
-
subject of the filing is an extraprovincial limited partnership that does
|
|
79020
|
-
not have a principal place of business in Ontario, the extraprovincial
|
|
79021
|
-
limited partnership must keep these documents and records at the address
|
|
79022
|
-
of the limited partnership's attorney and representative in Ontario set
|
|
79023
|
-
out in the declaration filed under the Limited Partnerships Act and stated
|
|
79024
|
-
in the power of attorney executed under the Act. If required by notice
|
|
79025
|
-
from the Director or Registrar, the corporation, limited partnership, the
|
|
79026
|
-
attorney and representative in Ontario or other person as applicable must
|
|
79027
|
-
provide a copy of the properly executed version of the applicable document
|
|
79028
|
-
to the Director or Registrar within the time period set out in the notice
|
|
79029
|
-
together with any records that may exist related to an electronic
|
|
79030
|
-
signature, if signed by electronic signature
|
|
79031
|
-
</span
|
|
79032
|
-
|
|
79033
|
-
<span class="body-1-regular"
|
|
79034
|
-
3. In addition to retaining and filing supporting documents in accordance
|
|
79035
|
-
with the applicable Act and regulations, the entity must keep a copy of
|
|
79036
|
-
all filed supporting documents and provide a copy in accordance with any
|
|
79037
|
-
written notice from the Director or Registrar. In the case of a consent
|
|
79038
|
-
from a Minister or the Public Guardian and Trustee (PGT) that is required
|
|
79039
|
-
to support a filing made by a corporation, the corporation agrees that the
|
|
79040
|
-
Ministry may contact that Minister or the PGT, as applicable, to confirm
|
|
79041
|
-
that the necessary consent has been obtained and to record this in the
|
|
79042
|
-
electronic business registration system maintained by the Ministry
|
|
79043
|
-
</span
|
|
79044
|
-
|
|
79045
|
-
<span class="body-1-regular"
|
|
79046
|
-
4. The entity assumes full responsibility for any risk of confusion or
|
|
79047
|
-
legal action, including the risk of a lawsuit or name hearing under the
|
|
79048
|
-
applicable Act, resulting from a filing that sets out a name that is the
|
|
79049
|
-
same or similar to that of an existing corporation, business name or
|
|
79050
|
-
trademark, or that is otherwise contrary to the applicable Act or
|
|
79051
|
-
regulations
|
|
79052
|
-
</span
|
|
79053
|
-
|
|
79054
|
-
<span class="body-1-regular"
|
|
79055
|
-
5. Filings must be made in the required form and format, and must meet the
|
|
79056
|
-
technical requirements or other specifications and requirements
|
|
79057
|
-
established by the Director or Registrar
|
|
79058
|
-
</span
|
|
79059
|
-
|
|
79060
|
-
<span class="body-1-regular"
|
|
79061
|
-
6. Valid email address(es) must be provided as specified in the
|
|
79062
|
-
transaction for administrative purposes, and all mandatory fields must be
|
|
79063
|
-
completed
|
|
79064
|
-
</span
|
|
79065
|
-
|
|
79066
|
-
<span class="body-1-regular"
|
|
79067
|
-
7. The business information provided in this filing may be shared with
|
|
79068
|
-
other government bodies. The business information that is collected may be
|
|
79069
|
-
used and disclosed for the purpose of administering their programs
|
|
79070
|
-
</span
|
|
79071
|
-
|
|
79072
|
-
<span class="body-1-regular"
|
|
79073
|
-
8. Payment of the required fee must be made at the time of submission, and
|
|
79074
|
-
any certificate or other documentation issued by the Ministry is subject
|
|
79075
|
-
to compliance action and cancellation if payment is disputed or
|
|
79076
|
-
fraudulent. Payment of fees for electronic filings must be made
|
|
79077
|
-
electronically using the payment options provided
|
|
79078
|
-
</span
|
|
79079
|
-
|
|
79080
|
-
<span class="body-1-regular"
|
|
79081
|
-
9. If an application is for a corrected certificate, and the application
|
|
79082
|
-
is approved under the applicable Act, the corporation or limited
|
|
79083
|
-
partnership as applicable will be notified when the certificate has been
|
|
79084
|
-
issued. The corporation or limited partnership, as applicable, agrees to
|
|
79085
|
-
review the issued corrected certificate in the records maintained by the
|
|
79086
|
-
Ministry forthwith and to confirm that the issued certificate corresponds
|
|
79087
|
-
with the final approved application for correction. The corporation or
|
|
79088
|
-
limited partnership, as applicable, agrees to be responsible and assume
|
|
79089
|
-
all liability for any discrepancies between the issued corrected
|
|
79090
|
-
certificate and the final approved application if these are not
|
|
79091
|
-
immediately brought to the attention of the Ministry
|
|
79092
|
-
</span
|
|
79093
|
-
|
|
79094
|
-
<span class="body-1-regular"
|
|
79095
|
-
10. If this is a new filing, a company key consisting of a unique series
|
|
79096
|
-
of digits will be provided electronically by the Ministry to the entity at
|
|
79097
|
-
the time of completion of the transaction, together with the final
|
|
79098
|
-
documentation for the transaction. If this is not a new filing, the entity
|
|
79099
|
-
will have received a company key. The company key provides authority over
|
|
79100
|
-
the entity; by proceeding with this transaction, any person(s) acting on
|
|
79101
|
-
behalf of the entity is confirming that they are duly authorized by the
|
|
79102
|
-
entity
|
|
79103
|
-
</span
|
|
79104
|
-
|
|
79105
|
-
<span class="body-1-regular"
|
|
79106
|
-
11. The company key will be required for any subsequent paper or online
|
|
79107
|
-
filings regarding the entity. The entity is responsible for the care and
|
|
79108
|
-
control of the company key. The entity is responsible for treating this
|
|
79109
|
-
key as confidential information and not sharing it unless it is in the
|
|
79110
|
-
course of providing delegated authority to a trusted service provider or
|
|
79111
|
-
trusted intermediary to make filings on their behalf. The recipient of the
|
|
79112
|
-
company key agrees to notify the Ministry as soon as they become aware
|
|
79113
|
-
that the key has been lost, stolen or misused to request a replacement
|
|
79114
|
-
key. The entity agrees to be responsible and assume all liability for all
|
|
79115
|
-
filings authorized by the key in respect of the entity. Unauthorized use
|
|
79116
|
-
of the company key or delegated authority may result in suspension of
|
|
79117
|
-
access to the electronic business registration system
|
|
79118
|
-
</span
|
|
79119
|
-
|
|
79120
|
-
<span class="body-1-regular"
|
|
79121
|
-
12. The Ministry may take appropriate compliance action at any time if it
|
|
79122
|
-
comes to the attention of the Ministry that a filing does not comply with
|
|
79123
|
-
the applicable Act, regulations or the requirements of the Director or
|
|
79124
|
-
Registrar
|
|
79125
|
-
</span
|
|
79126
|
-
|
|
79127
|
-
<span class="body-1-regular"
|
|
79128
|
-
13. The Acts set out penalties, including fines, for submitting false or
|
|
79129
|
-
misleading information
|
|
79130
|
-
</span
|
|
79131
|
-
|
|
79132
|
-
<span class="body-1-regular"
|
|
79133
|
-
14. The corporation agrees to file restated articles at any time required
|
|
79134
|
-
by the Director under the Business Corporations Act or Not-for-Profit
|
|
79135
|
-
Corporations Act, 2010
|
|
79136
|
-
</span
|
|
79137
|
-
|
|
79138
|
-
<span class="body-1-regular"
|
|
79139
|
-
15. Where a filing under the Business Corporations Act, Extra-Provincial
|
|
79140
|
-
Corporations Act or Not-for-Profit Corporations Act, 2010 must be
|
|
79141
|
-
supported by an Ontario biased or weighted Nuans search report, and the
|
|
79142
|
-
identifying information is provided, the authorizer(s) consents for the
|
|
79143
|
-
Director appointed under the Act or other person delegated by the Director
|
|
79144
|
-
to retrieve the Nuans report directly from the appropriate department of
|
|
79145
|
-
the Government of Canada. The corporation agrees to keep a copy of the
|
|
79146
|
-
Nuans report in electronic or paper format at the corporation's registered
|
|
79147
|
-
office
|
|
79148
|
-
</span
|
|
79149
|
-
|
|
79150
|
-
<span class="body-1-regular"
|
|
79151
|
-
16. A corporation under the Business Corporations Act or Not-for-Profit
|
|
79152
|
-
Corporations Act, 2010 that continues out of Ontario agrees to file with
|
|
79153
|
-
the Ministry a copy of the instrument of continuance issued to it by the
|
|
79154
|
-
other jurisdiction within 60 days after the date of issuance
|
|
79155
|
-
</span
|
|
79156
|
-
|
|
79157
|
-
<span class="body-1-regular"
|
|
79158
|
-
17. If this is a filing made in respect of an arrangement under the
|
|
79159
|
-
Business Corporations Act or Not-for-Profit Corporations Act, 2010, the
|
|
79160
|
-
corporation acknowledges that it must give the Director notice of the
|
|
79161
|
-
application to the court and that the Director is entitled to appear in
|
|
79162
|
-
court and be heard in person or by counsel. The corporation agrees to
|
|
79163
|
-
submit the required notice and a draft copy of the Plan of Arrangement
|
|
79164
|
-
under the applicable Act for review through the electronic system
|
|
79165
|
-
maintained by the Ministry at least seven business days before seeking an
|
|
79166
|
-
interim and/or final order with the court. The corporation agrees to make
|
|
79167
|
-
changes required by the Director to ensure that the Plan complies with the
|
|
79168
|
-
applicable Act and Ministry requirements, and is capable of being
|
|
79169
|
-
implemented in the electronic system maintained by the Ministry under the
|
|
79170
|
-
applicable Act. The corporation agrees that if the Ministry does not
|
|
79171
|
-
receive a draft of the application or sufficient notice of the
|
|
79172
|
-
application, additional time may be required for review. The corporation
|
|
79173
|
-
acknowledges that the Ministry may seek an adjournment if the corporation
|
|
79174
|
-
fails to provide a draft of the application or sufficient notice of the
|
|
79175
|
-
application. The corporation agrees that if it obtains a court order
|
|
79176
|
-
without providing the required notice of the application to the Ministry
|
|
79177
|
-
revisions may be required to any Plan of Arrangement attached to a court
|
|
79178
|
-
order and a further court order may be required before the articles of
|
|
79179
|
-
arrangement are endorsed
|
|
79180
|
-
</span
|
|
79181
|
-
</div
|
|
79182
|
-
</div
|
|
79183
|
-
|
|
79184
|
-
<mat-checkbox [formControl]="getFormControl(termsAndConditionsControls.AcceptTerms)"
|
|
79185
|
-
<div class="body-1-regular black"
|
|
79186
|
-
<span>I agree to the Terms and Conditions and confirm that all required person(s) and/or entities agree to them</span
|
|
79187
|
-
</div
|
|
79188
|
-
</mat-checkbox
|
|
79189
|
-
</div
|
|
79190
|
-
|
|
79191
|
-
</expandable-card
|
|
79192
|
-
|
|
79193
|
-
<expandable-card title="Signatory"
|
|
79194
|
-
<filing-form-group [isSubmitted]="true" [form]="form" [config]="termsAndConditionsFields"
|
|
79195
|
-
</expandable-card
|
|
79196
|
-
</div
|
|
79197
|
-
|
|
79198
|
-
<div class="terms-and-conditions-form-actions"
|
|
79199
|
-
<button mat-stroked-button mat-button (click)="close.emit()"
|
|
79200
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
79201
|
-
</button
|
|
79202
|
-
|
|
79203
|
-
<button mat-stroked-button mat-button (click)="prev.emit()"><span class="body-1-semibold">{{ 'Back' | translate }}</span></button
|
|
79204
|
-
|
|
79205
|
-
<button
|
|
79206
|
-
mat-flat-button
|
|
79207
|
-
type="submit"
|
|
79208
|
-
(click)="onConfirm()"
|
|
79209
|
-
[disabled]="form.invalid"
|
|
79210
|
-
|
|
79211
|
-
<span class="body-1-semibold">{{ 'Proceed' | translate }}</span
|
|
79212
|
-
</button
|
|
79213
|
-
</div
|
|
79214
|
-
</div
|
|
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();\
|
|
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"
|
|
82910
|
-
<div class="add-documents-modal-header"
|
|
82911
|
-
<h2 class="grey">{{ dialogData.title | translate }}</h2
|
|
82912
|
-
</div
|
|
82913
|
-
|
|
82914
|
-
<div class="add-documents-modal-list"
|
|
82915
|
-
@for (doc of dialogData.items; track doc) {
|
|
82916
|
-
<div (click)="toggleDocument(doc)" class="add-documents-modal-list-item"
|
|
82917
|
-
<mat-checkbox [checked]="isSelected(doc)"
|
|
82918
|
-
<span class="body-1-regular">{{ doc }}</span
|
|
82919
|
-
</div
|
|
82920
|
-
}
|
|
82921
|
-
</div
|
|
82922
|
-
|
|
82923
|
-
<div class="add-documents-modal-actions"
|
|
82924
|
-
<button
|
|
82925
|
-
mat-stroked-button mat-button
|
|
82926
|
-
(click)="closeModal()"
|
|
82927
|
-
|
|
82928
|
-
<span class="body-1-semibold">{{ 'Cancel' | translate }}</span
|
|
82929
|
-
</button
|
|
82930
|
-
|
|
82931
|
-
<button
|
|
82932
|
-
class="submit"
|
|
82933
|
-
mat-flat-button
|
|
82934
|
-
[disabled]="!hasSelection()"
|
|
82935
|
-
(click)="addSelectedDocuments()"
|
|
82936
|
-
|
|
82937
|
-
<span class="body-1-semibold">{{ dialogData.submitButton | translate }}</span
|
|
82938
|
-
</button
|
|
82939
|
-
</div
|
|
82940
|
-
|
|
82941
|
-
</div
|
|
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"
|
|
83087
|
-
<span class="body-1-regular">{{ 'Supporting documents relevant to the proposed name, including consent letters' | translate }}</span
|
|
83088
|
-
|
|
83089
|
-
@let selectedDocuments = this.selectedDocuments()
|
|
83090
|
-
@if (selectedDocuments.length) {
|
|
83091
|
-
<div class="documents-list"
|
|
83092
|
-
@for(document of selectedDocuments; track document) {
|
|
83093
|
-
<div class="documents-list-item body-1-regular"
|
|
83094
|
-
<mat-icon class="documents-list-item-document">description_outline</mat-icon
|
|
83095
|
-
<span class="body-1-regular">{{document}}</span
|
|
83096
|
-
|
|
83097
|
-
@if (!readonly()) {
|
|
83098
|
-
<div class="documents-list-icon-wrapper" (click)="removeDocument.emit(document)"
|
|
83099
|
-
<mat-icon class="documents-list-item-close">close</mat-icon
|
|
83100
|
-
</div
|
|
83101
|
-
}
|
|
83102
|
-
|
|
83103
|
-
</div
|
|
83104
|
-
}
|
|
83105
|
-
</div
|
|
83106
|
-
}
|
|
83107
|
-
|
|
83108
|
-
@if (!readonly()) {
|
|
83109
|
-
<button mat-stroked-button class="outlined" (click)="onAddDocuments()"
|
|
83110
|
-
<span class="body-1-semibold">{{ 'Add Supporting Documents' | translate }}</span
|
|
83111
|
-
</button
|
|
83112
|
-
}
|
|
83113
|
-
</div
|
|
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"
|
|
83860
|
-
|
|
83861
|
-
@if (isNote()) {
|
|
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."
|
|
83863
|
-
}
|
|
83864
|
-
|
|
83865
|
-
@if (errors().length) {
|
|
83866
|
-
<alert title="The following issues need to be resolved before proceeding:" [content]="errors()"
|
|
83867
|
-
}
|
|
83868
|
-
|
|
83869
|
-
<div class="incorporation-form-content"
|
|
83870
|
-
@let corporateName = getFormGroup(groups.CorporateName)
|
|
83871
|
-
|
|
83872
|
-
@if (corporateName) {
|
|
83873
|
-
<expandable-card [isValid]="!corporateName.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.CorporateName"
|
|
83874
|
-
<div class="incorporation-form-item"
|
|
83875
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="corporateName" [config]="incorporationFields"
|
|
83876
|
-
|
|
83877
|
-
@if (isNonPreapprovedNameType() || selectedDocuments().length) {
|
|
83878
|
-
<documents
|
|
83879
|
-
[documents]="documents()"
|
|
83880
|
-
[readonly]="isReadonly()"
|
|
83881
|
-
[selectedDocuments]="selectedDocuments()"
|
|
83882
|
-
(addDocuments)="addDocuments.emit($event)"
|
|
83883
|
-
(removeDocument)="removeDocument.emit($event)"
|
|
83884
|
-
|
|
83885
|
-
}
|
|
83886
|
-
</div
|
|
83887
|
-
</expandable-card
|
|
83888
|
-
}
|
|
83889
|
-
|
|
83890
|
-
@let articlesOfIncorporation = getFormGroup(groups.ArticlesOfIncorporation)
|
|
83891
|
-
|
|
83892
|
-
@if (articlesOfIncorporation) {
|
|
83893
|
-
<expandable-card [isValid]="!articlesOfIncorporation.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.ArticlesOfIncorporation"
|
|
83894
|
-
<div class="incorporation-form-item"
|
|
83895
|
-
<span class="body-1-regular black" [innerHTML]="directorsSubtitle()"></span
|
|
83896
|
-
|
|
83897
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="articlesOfIncorporation" [config]="articlesOfIncorporationFields"
|
|
83898
|
-
<div
|
|
83899
|
-
<span class="body-1-semibold dark-blue">Incorporators</span
|
|
83900
|
-
|
|
83901
|
-
<ul class="incorporators-list"
|
|
83902
|
-
@for (incorporator of task()?._ext?._incorporators; track incorporator.affiliationID) {
|
|
83903
|
-
<li class="body-1-regular grey">{{getIncorporatorName(incorporator)}}</li
|
|
83904
|
-
}
|
|
83905
|
-
|
|
83906
|
-
</ul
|
|
83907
|
-
</div
|
|
83908
|
-
|
|
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
|
|
83910
|
-
|
|
83911
|
-
</div
|
|
83912
|
-
|
|
83913
|
-
</expandable-card
|
|
83914
|
-
}
|
|
83915
|
-
|
|
83916
|
-
@let registeredOfficeAddress = getFormGroup(groups.RegisteredOfficeAddress)
|
|
83917
|
-
|
|
83918
|
-
@if (registeredOfficeAddress) {
|
|
83919
|
-
<expandable-card [isValid]="!registeredOfficeAddress.invalid" [isStatusIcon]="isStatusIcon()" [title]="groups.RegisteredOfficeAddress"
|
|
83920
|
-
<div class="incorporation-form-item"
|
|
83921
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="registeredOfficeAddress" [config]="registeredOfficeAddressFields"
|
|
83922
|
-
</div
|
|
83923
|
-
|
|
83924
|
-
</expandable-card
|
|
83925
|
-
}
|
|
83926
|
-
|
|
83927
|
-
@let directorsArray = getFormArray(groups.Directors)
|
|
83928
|
-
|
|
83929
|
-
@if (directorsArray) {
|
|
83930
|
-
@let directorsFormArray = getFormArray(groups.Directors)
|
|
83931
|
-
<expandable-list-card [isValid]="directorsFormArray.valid" [isSubmitted]="isSubmitted()" [isOpen]="directorsArray.length <= initiallyOpenCardsCount" [fields]="directorsFields" [formArray]="directorsFormArray" [title]="groups.Directors"
|
|
83932
|
-
}
|
|
83933
|
-
|
|
83934
|
-
@let significantControl = getFormGroup(groups.SignificantControl)
|
|
83935
|
-
@if (significantControl) {
|
|
83936
|
-
@let individualsWithSignificantControlArray = getFormArray(groups.IndividualsWithSignificantControl)
|
|
83937
|
-
|
|
83938
|
-
@if (individualsWithSignificantControlArray) {
|
|
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"
|
|
83940
|
-
@if (!isReadonly() && isAddIndividualWithSignificantControlAvailable()) {
|
|
83941
|
-
<button [disabled]="isAddIndividualWithSignificantControlDisabled()" slot="subtitle" mat-stroked-button mat-button (click)="addIndividualWithSignificantControl()"
|
|
83942
|
-
<span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span
|
|
83943
|
-
</button
|
|
83944
|
-
}
|
|
83945
|
-
|
|
83946
|
-
<div class="significant-control" slot="header-content"
|
|
83947
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="significantControl" [config]="significantControlFields"
|
|
83948
|
-
</div
|
|
83949
|
-
</expandable-list-card
|
|
83950
|
-
}
|
|
83951
|
-
}
|
|
83952
|
-
|
|
83953
|
-
@let inviteDirectorToBeFullAccessManager = getFormGroup(groups.InviteDirectorToBeFullAccessManager)
|
|
83954
|
-
@if (inviteDirectorToBeFullAccessManager) {
|
|
83955
|
-
<expandable-card [isValid]="!inviteDirectorToBeFullAccessManager.invalid" [title]="groups.InviteDirectorToBeFullAccessManager"
|
|
83956
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="inviteDirectorToBeFullAccessManager" [config]="federalFormationFormInviteDirectorsToBeManagersControl"
|
|
83957
|
-
</expandable-card
|
|
83958
|
-
}
|
|
83959
|
-
|
|
83960
|
-
@let extraProvincialLicensesArray = getFormArray(groups.ExtraProvincialRegistrations)
|
|
83961
|
-
@let extraProvincialLicensesControlsLength = extraProvincialLicensesArray?.length
|
|
83962
|
-
|
|
83963
|
-
@if (extraProvincialLicensesControlsLength) {
|
|
83964
|
-
<expandable-list-card [isOpen]="extraProvincialLicensesControlsLength === 1" [isValid]="extraProvincialLicensesArray.valid" [isSubmitted]="isSubmitted()" [isStatusIcon]="isStatusIcon()" [fields]="extraProvincialLicensesFields" [formArray]="extraProvincialLicensesArray" [title]="groups.ExtraProvincialRegistrations"
|
|
83965
|
-
}
|
|
83966
|
-
|
|
83967
|
-
@let contactForm = getFormGroup(groups.Contact)
|
|
83968
|
-
@if (contactForm) {
|
|
83969
|
-
<expandable-card [isStatusIcon]="isStatusIcon()" [isValid]="!contactForm.invalid" [title]="groups.Contact"
|
|
83970
|
-
<filing-form-group [isSubmitted]="isSubmitted()" [form]="contactForm" [config]="contactControl"
|
|
83971
|
-
</expandable-card
|
|
83972
|
-
}
|
|
83973
|
-
|
|
83974
|
-
<ng-content></ng-content
|
|
83975
|
-
</div
|
|
83976
|
-
</div
|
|
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"
|
|
84080
|
-
<federal-incorporation-form
|
|
84081
|
-
class="incorporation-delta-form-content"
|
|
84082
|
-
[form]="form()"
|
|
84083
|
-
[task]="task()"
|
|
84084
|
-
[errors]="errors()"
|
|
84085
|
-
[isNote]="isNote()"
|
|
84086
|
-
[isSubmitted]="submitted()"
|
|
84087
|
-
[documents]="documents()"
|
|
84088
|
-
[selectedDocuments]="selectedDocuments()"
|
|
84089
|
-
(addDocuments)="addDocuments.emit($event)"
|
|
84090
|
-
(removeDocument)="removeDocument.emit($event)"
|
|
84091
|
-
|
|
84092
|
-
|
|
84093
|
-
<div class="incorporation-delta-form-actions"
|
|
84094
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
84095
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
84096
|
-
</button
|
|
84097
|
-
<button (click)="save.emit()" [disabled]="actionsDisabled()" mat-stroked-button mat-button
|
|
84098
|
-
<span class="body-1-semibold">{{ 'Save Changes' | translate }}</span
|
|
84099
|
-
</button
|
|
84100
|
-
<button
|
|
84101
|
-
class="submit"
|
|
84102
|
-
color="primary"
|
|
84103
|
-
mat-flat-button
|
|
84104
|
-
[disabled]="actionsDisabled()"
|
|
84105
|
-
(click)="onValidate()"
|
|
84106
|
-
|
|
84107
|
-
<span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span
|
|
84108
|
-
</button
|
|
84109
|
-
</div
|
|
84110
|
-
</div
|
|
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"
|
|
84230
|
-
<federal-incorporation-form
|
|
84231
|
-
class="incorporation-delta-form-content"
|
|
84232
|
-
[form]="form()"
|
|
84233
|
-
[task]="task()"
|
|
84234
|
-
[errors]="errors()"
|
|
84235
|
-
[selectedDocuments]="selectedDocuments()"
|
|
84236
|
-
[isStatusIcon]="false"
|
|
84237
|
-
[isReadonly]="true"
|
|
84238
|
-
|
|
84239
|
-
@let signatoryInformation = getFormGroup(groups.Signatory)
|
|
84240
|
-
|
|
84241
|
-
<expandable-card [isExpandable]="false"
|
|
84242
|
-
<filing-form-group [isSubmitted]="true" [form]="signatoryInformation" [config]="signatoryFields"
|
|
84243
|
-
</expandable-card
|
|
84244
|
-
|
|
84245
|
-
</federal-incorporation-form
|
|
84246
|
-
|
|
84247
|
-
<div class="incorporation-delta-form-actions"
|
|
84248
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
84249
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
84250
|
-
</button
|
|
84251
|
-
<button
|
|
84252
|
-
class="submit"
|
|
84253
|
-
color="primary"
|
|
84254
|
-
mat-flat-button
|
|
84255
|
-
[disabled]="actionsDisabled() || !getFormGroup(groups.Signatory).get(controls.Signatory)?.value"
|
|
84256
|
-
(click)="file.emit()"
|
|
84257
|
-
|
|
84258
|
-
<span class="body-1-semibold">{{ 'File' | translate }}</span
|
|
84259
|
-
</button
|
|
84260
|
-
</div
|
|
84261
|
-
</div
|
|
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"
|
|
84841
|
-
@if (isNote()) {
|
|
84842
|
-
<alert [type]="alertType.Info" title="Entity changed"
|
|
84843
|
-
content="A new draft needs to be generated as the Entity was changed since the last draft was produced."
|
|
84844
|
-
}
|
|
84845
|
-
|
|
84846
|
-
@if (errors().length) {
|
|
84847
|
-
<alert title="The following issues need to be resolved before proceeding:" [content]="errors()"
|
|
84848
|
-
}
|
|
84849
|
-
|
|
84850
|
-
<div class="federal-update-maintain-form-content"
|
|
84851
|
-
@let corporationDetails = getFormGroup(groups.CorporationDetails)
|
|
84852
|
-
@if (corporationDetails) {
|
|
84853
|
-
<expandable-card [isValid]="!corporationDetails.invalid" [title]="groups.CorporationDetails"
|
|
84854
|
-
<filing-form-group
|
|
84855
|
-
[isSubmitted]="isSubmitted()"
|
|
84856
|
-
[form]="corporationDetails"
|
|
84857
|
-
[config]="corporationDetailsFields"
|
|
84858
|
-
|
|
84859
|
-
</expandable-card
|
|
84860
|
-
}
|
|
84861
|
-
|
|
84862
|
-
@let directorsArray = getFormArray(groups.Directors)
|
|
84863
|
-
@if (directorsArray) {
|
|
84864
|
-
<expandable-list-card
|
|
84865
|
-
[isOpen]="true"
|
|
84866
|
-
[isValid]="directorsArray.valid"
|
|
84867
|
-
[isSubmitted]="isSubmitted()"
|
|
84868
|
-
[fields]="directorsFields"
|
|
84869
|
-
[formArray]="directorsArray"
|
|
84870
|
-
[labelKey]="controls.AffiliationName"
|
|
84871
|
-
[title]="groups.Directors"
|
|
84872
|
-
|
|
84873
|
-
}
|
|
84874
|
-
|
|
84875
|
-
@let annualReturn = getFormGroup(groups.AnnualReturn)
|
|
84876
|
-
@if (annualReturn) {
|
|
84877
|
-
<expandable-card [isValid]="!annualReturn.invalid" [title]="groups.AnnualReturn"
|
|
84878
|
-
<filing-form-group
|
|
84879
|
-
[isSubmitted]="isSubmitted()"
|
|
84880
|
-
[form]="annualReturn"
|
|
84881
|
-
[config]="annualReturnFields"
|
|
84882
|
-
|
|
84883
|
-
</expandable-card
|
|
84884
|
-
}
|
|
84885
|
-
|
|
84886
|
-
@let significantControl = getFormGroup(groups.SignificantControl)
|
|
84887
|
-
@if (significantControl) {
|
|
84888
|
-
@let individualsArray = getFormArray(groups.IndividualsWithSignificantControl)
|
|
84889
|
-
@if (individualsArray) {
|
|
84890
|
-
<expandable-list-card
|
|
84891
|
-
[isOpen]="isIndividualsWithSignificantControlOpen()"
|
|
84892
|
-
[isValid]="individualsArray.valid && significantControl.valid"
|
|
84893
|
-
[isSubmitted]="isSubmitted()"
|
|
84894
|
-
[isStatusIcon]="true"
|
|
84895
|
-
[removable]="!readonly()"
|
|
84896
|
-
[fields]="individualsWithSignificantControlFields()"
|
|
84897
|
-
[formArray]="individualsArray"
|
|
84898
|
-
[labelKey]="controls.AffiliationName"
|
|
84899
|
-
[title]="groups.IndividualsWithSignificantControl"
|
|
84900
|
-
(remove)="onRemoveIndividualWithSignificantForm($event)"
|
|
84901
|
-
|
|
84902
|
-
@if (!readonly() && isAddIndividualWithSignificantControlAvailable()) {
|
|
84903
|
-
<button
|
|
84904
|
-
[disabled]="isAddIndividualWithSignificantControlDisabled()"
|
|
84905
|
-
slot="subtitle"
|
|
84906
|
-
mat-stroked-button
|
|
84907
|
-
mat-button
|
|
84908
|
-
(click)="addIndividualWithSignificantControl()"
|
|
84909
|
-
|
|
84910
|
-
<span class="body-1-semibold">{{ 'Add Individuals With Significant Control' | translate }}</span
|
|
84911
|
-
</button
|
|
84912
|
-
}
|
|
84913
|
-
|
|
84914
|
-
<div class="card-header-content" slot="header-content"
|
|
84915
|
-
<filing-form-group
|
|
84916
|
-
[isSubmitted]="isSubmitted()"
|
|
84917
|
-
[form]="significantControl"
|
|
84918
|
-
[config]="significantControlFields"
|
|
84919
|
-
|
|
84920
|
-
</div
|
|
84921
|
-
</expandable-list-card
|
|
84922
|
-
}
|
|
84923
|
-
}
|
|
84924
|
-
|
|
84925
|
-
@let contact = getFormGroup(groups.Contact)
|
|
84926
|
-
@if (contact) {
|
|
84927
|
-
<expandable-card [isStatusIcon]="!readonly()" [isValid]="!contact.invalid" [title]="groups.Contact"
|
|
84928
|
-
<filing-form-group
|
|
84929
|
-
[isSubmitted]="isSubmitted()"
|
|
84930
|
-
[form]="contact"
|
|
84931
|
-
[config]="contactControl()"
|
|
84932
|
-
|
|
84933
|
-
</expandable-card
|
|
84934
|
-
}
|
|
84935
|
-
</div
|
|
84936
|
-
</div
|
|
84937
|
-
|
|
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"
|
|
85032
|
-
<federal-update-maintain-form
|
|
85033
|
-
class="federal-update-maintain-delta-form-content"
|
|
85034
|
-
[form]="form()"
|
|
85035
|
-
[task]="task()"
|
|
85036
|
-
[errors]="errors()"
|
|
85037
|
-
[isNote]="isNote()"
|
|
85038
|
-
[isSubmitted]="submitted()"
|
|
85039
|
-
[readonly]="false"
|
|
85040
|
-
|
|
85041
|
-
|
|
85042
|
-
<div class="federal-update-maintain-delta-form-actions"
|
|
85043
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
85044
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
85045
|
-
</button
|
|
85046
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="save.emit()"
|
|
85047
|
-
<span class="body-1-semibold">{{ 'Save Changes' | translate }}</span
|
|
85048
|
-
</button
|
|
85049
|
-
<button
|
|
85050
|
-
class="submit"
|
|
85051
|
-
color="primary"
|
|
85052
|
-
mat-flat-button
|
|
85053
|
-
[disabled]="actionsDisabled()"
|
|
85054
|
-
(click)="onValidate()"
|
|
85055
|
-
|
|
85056
|
-
<span class="body-1-semibold">{{ 'Validate & Generate Draft' | translate }}</span
|
|
85057
|
-
</button
|
|
85058
|
-
</div
|
|
85059
|
-
</div
|
|
85060
|
-
|
|
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"
|
|
85136
|
-
<federal-update-maintain-form
|
|
85137
|
-
class="federal-update-maintain-preview-form-content"
|
|
85138
|
-
[form]="form()"
|
|
85139
|
-
[task]="task()"
|
|
85140
|
-
[errors]="errors()"
|
|
85141
|
-
[isSubmitted]="false"
|
|
85142
|
-
[readonly]="true"
|
|
85143
|
-
|
|
85144
|
-
|
|
85145
|
-
<div class="federal-update-maintain-preview-form-actions"
|
|
85146
|
-
<button [disabled]="actionsDisabled()" mat-stroked-button mat-button (click)="close.emit()"
|
|
85147
|
-
<span class="body-1-semibold">{{ 'Close' | translate }}</span
|
|
85148
|
-
</button
|
|
85149
|
-
<button
|
|
85150
|
-
class="submit"
|
|
85151
|
-
color="primary"
|
|
85152
|
-
mat-flat-button
|
|
85153
|
-
[disabled]="actionsDisabled()"
|
|
85154
|
-
(click)="file.emit()"
|
|
85155
|
-
|
|
85156
|
-
<span class="body-1-semibold">{{ 'File' | translate }}</span
|
|
85157
|
-
</button
|
|
85158
|
-
</div
|
|
85159
|
-
</div
|
|
85160
|
-
|
|
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();\
|
|
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 =
|
|
87268
|
+
editSectionHeight = "51px";
|
|
87222
87269
|
modalHeight = computed(() => {
|
|
87223
|
-
const height =
|
|
87224
|
-
return
|
|
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"
|
|
87709
|
-
<div class="filing-title"
|
|
87710
|
-
<h1 class="filing-title-text">{{title() | translate}}</h1
|
|
87711
|
-
<mat-icon (click)="onClose()" class="filing-title-action">close</mat-icon
|
|
87712
|
-
</div
|
|
87713
|
-
|
|
87714
|
-
@if (isEditButton()) {
|
|
87715
|
-
<div class="filing-header"
|
|
87716
|
-
<button
|
|
87717
|
-
mat-stroked-button
|
|
87718
|
-
[disabled]="isLoading()"
|
|
87719
|
-
(click)="onEditClick()"
|
|
87720
|
-
|
|
87721
|
-
{{ 'Edit' | translate }}
|
|
87722
|
-
</button
|
|
87723
|
-
</div
|
|
87724
|
-
}
|
|
87725
|
-
|
|
87726
|
-
<div [class.edit]="isEditButton()" class="filing-content"
|
|
87727
|
-
@let currentTask = task()
|
|
87728
|
-
|
|
87729
|
-
@if (currentTask) {
|
|
87730
|
-
@if (isOntarioTask(currentTask)) {
|
|
87731
|
-
<ontario
|
|
87732
|
-
[task]="currentTask"
|
|
87733
|
-
[activeStep]="activeStep()"
|
|
87734
|
-
[isNote]="dataWasChanged()"
|
|
87735
|
-
[actionsDisabled]="isLoading()"
|
|
87736
|
-
[errors]="errors()"
|
|
87737
|
-
[prevData]="prevData()"
|
|
87738
|
-
(close)="close.emit()"
|
|
87739
|
-
(formationValidate)="onOntarioFormationValidate($event)"
|
|
87740
|
-
(saveFormationDeltaData)="deltaDataChange.emit($event)"
|
|
87741
|
-
(formationSubmit)="onOntarioFormationSubmit()"
|
|
87742
|
-
(nextStep)="onNextStepClick()"
|
|
87743
|
-
(prevStep)="onOntarioPrevStep()"
|
|
87744
|
-
[irValidationConfig]="validationConfig()"
|
|
87745
|
-
(irValidate)="validateAndFileInitialReturnTask($event)"
|
|
87746
|
-
(saveIrDeltaData)="deltaDataChange.emit($event)"
|
|
87747
|
-
(irSubmit)="onInitialReturnSubmit()"
|
|
87748
|
-
|
|
87749
|
-
} @else {
|
|
87750
|
-
<federal
|
|
87751
|
-
[actionsDisabled]="isLoading()"
|
|
87752
|
-
[isNote]="dataWasChanged()"
|
|
87753
|
-
[activeStep]="activeStep()"
|
|
87754
|
-
[task]="currentTask"
|
|
87755
|
-
[errors]="errors()"
|
|
87756
|
-
(close)="close.emit()"
|
|
87757
|
-
(deltaDataChange)="deltaDataChange.emit($event)"
|
|
87758
|
-
(file)="onFederalFormationSubmit()"
|
|
87759
|
-
(validate)="onFederalValidate($event)"
|
|
87760
|
-
(umSave)="onFederalUpdateMaintainSave($event)"
|
|
87761
|
-
(umValidate)="onFederalUpdateMaintainValidate($event)"
|
|
87762
|
-
(umSubmit)="onFederalUpdateMaintainSubmit()"
|
|
87763
|
-
(nextStep)="defineInitialStep()"
|
|
87764
|
-
|
|
87765
|
-
}
|
|
87766
|
-
}
|
|
87767
|
-
|
|
87768
|
-
@if (isLoading()) {
|
|
87769
|
-
<div class="filing-content-loading"
|
|
87770
|
-
<mat-spinner [diameter]="40"
|
|
87771
|
-
</div
|
|
87772
|
-
}
|
|
87773
|
-
</div
|
|
87774
|
-
</div
|
|
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
|
})();
|