@dyedurham/search-and-file-widget 1.3.6 → 1.3.7
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 +681 -76
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -56777,6 +56777,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
56777
56777
|
useClass: handler
|
|
56778
56778
|
};
|
|
56779
56779
|
}
|
|
56780
|
+
function provideTranslateService(config2 = {}) {
|
|
56781
|
+
return defaultProviders(__spreadValues({
|
|
56782
|
+
compiler: provideTranslateCompiler(TranslateNoOpCompiler),
|
|
56783
|
+
parser: provideTranslateParser(TranslateDefaultParser),
|
|
56784
|
+
loader: provideTranslateLoader(TranslateNoOpLoader),
|
|
56785
|
+
missingTranslationHandler: provideMissingTranslationHandler(DefaultMissingTranslationHandler)
|
|
56786
|
+
}, config2), true);
|
|
56787
|
+
}
|
|
56780
56788
|
function defaultProviders(config2 = {}, provideStore) {
|
|
56781
56789
|
const providers = [];
|
|
56782
56790
|
if (config2.loader) {
|
|
@@ -86813,7 +86821,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86813
86821
|
function FilingComponent_Conditional_10_Conditional_0_Conditional_0_Template(rf, ctx) {
|
|
86814
86822
|
if (rf & 1) {
|
|
86815
86823
|
const _r4 = \u0275\u0275getCurrentView();
|
|
86816
|
-
\u0275\u0275elementStart(0, "delta-form",
|
|
86824
|
+
\u0275\u0275elementStart(0, "delta-form", 10);
|
|
86817
86825
|
\u0275\u0275listener("close", function FilingComponent_Conditional_10_Conditional_0_Conditional_0_Template_delta_form_close_0_listener() {
|
|
86818
86826
|
\u0275\u0275restoreView(_r4);
|
|
86819
86827
|
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
@@ -86842,7 +86850,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86842
86850
|
function FilingComponent_Conditional_10_Conditional_0_Conditional_1_Template(rf, ctx) {
|
|
86843
86851
|
if (rf & 1) {
|
|
86844
86852
|
const _r6 = \u0275\u0275getCurrentView();
|
|
86845
|
-
\u0275\u0275elementStart(0, "preview-form",
|
|
86853
|
+
\u0275\u0275elementStart(0, "preview-form", 11);
|
|
86846
86854
|
\u0275\u0275listener("next", function FilingComponent_Conditional_10_Conditional_0_Conditional_1_Template_preview_form_next_0_listener() {
|
|
86847
86855
|
\u0275\u0275restoreView(_r6);
|
|
86848
86856
|
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
@@ -86863,7 +86871,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86863
86871
|
function FilingComponent_Conditional_10_Conditional_0_Conditional_2_Template(rf, ctx) {
|
|
86864
86872
|
if (rf & 1) {
|
|
86865
86873
|
const _r7 = \u0275\u0275getCurrentView();
|
|
86866
|
-
\u0275\u0275elementStart(0, "terms-and-conditions",
|
|
86874
|
+
\u0275\u0275elementStart(0, "terms-and-conditions", 12);
|
|
86867
86875
|
\u0275\u0275listener("prev", function FilingComponent_Conditional_10_Conditional_0_Conditional_2_Template_terms_and_conditions_prev_0_listener() {
|
|
86868
86876
|
\u0275\u0275restoreView(_r7);
|
|
86869
86877
|
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
@@ -86878,7 +86886,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86878
86886
|
}
|
|
86879
86887
|
function FilingComponent_Conditional_10_Conditional_0_Template(rf, ctx) {
|
|
86880
86888
|
if (rf & 1) {
|
|
86881
|
-
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Conditional_0_Template, 1, 5, "delta-form",
|
|
86889
|
+
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Conditional_0_Template, 1, 5, "delta-form", 8)(1, FilingComponent_Conditional_10_Conditional_0_Conditional_1_Template, 1, 3, "preview-form", 9)(2, FilingComponent_Conditional_10_Conditional_0_Conditional_2_Template, 1, 0, "terms-and-conditions");
|
|
86882
86890
|
}
|
|
86883
86891
|
if (rf & 2) {
|
|
86884
86892
|
const ctx_r2 = \u0275\u0275nextContext(2);
|
|
@@ -86889,95 +86897,104 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
86889
86897
|
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 2 : -1);
|
|
86890
86898
|
}
|
|
86891
86899
|
}
|
|
86892
|
-
function
|
|
86900
|
+
function FilingComponent_Conditional_10_Conditional_1_Conditional_0_Template(rf, ctx) {
|
|
86893
86901
|
if (rf & 1) {
|
|
86894
86902
|
const _r8 = \u0275\u0275getCurrentView();
|
|
86895
86903
|
\u0275\u0275elementStart(0, "comparison-form", 15);
|
|
86896
|
-
\u0275\u0275listener("validate", function
|
|
86904
|
+
\u0275\u0275listener("validate", function FilingComponent_Conditional_10_Conditional_1_Conditional_0_Template_comparison_form_validate_0_listener() {
|
|
86897
86905
|
\u0275\u0275restoreView(_r8);
|
|
86898
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86906
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86899
86907
|
return \u0275\u0275resetView(ctx_r2.onDataComparisonNextClick());
|
|
86900
|
-
})("close", function
|
|
86908
|
+
})("close", function FilingComponent_Conditional_10_Conditional_1_Conditional_0_Template_comparison_form_close_0_listener() {
|
|
86901
86909
|
\u0275\u0275restoreView(_r8);
|
|
86902
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86910
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86903
86911
|
return \u0275\u0275resetView(ctx_r2.onClose());
|
|
86904
|
-
})("save", function
|
|
86912
|
+
})("save", function FilingComponent_Conditional_10_Conditional_1_Conditional_0_Template_comparison_form_save_0_listener() {
|
|
86905
86913
|
\u0275\u0275restoreView(_r8);
|
|
86906
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86914
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86907
86915
|
return \u0275\u0275resetView(ctx_r2.onSaveChanges());
|
|
86908
86916
|
});
|
|
86909
86917
|
\u0275\u0275elementEnd();
|
|
86910
86918
|
}
|
|
86911
86919
|
if (rf & 2) {
|
|
86912
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86920
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86913
86921
|
const currentTask_r5 = \u0275\u0275readContextLet(9);
|
|
86914
86922
|
\u0275\u0275property("form", ctx_r2.previewForm)("taskType", currentTask_r5._taskType)("actionsDisabled", ctx_r2.isLoading())("validationConfig", ctx_r2.validationConfig())("errors", ctx_r2.errors())("readonly", false)("isNote", ctx_r2.dataWasChanged());
|
|
86915
86923
|
}
|
|
86916
86924
|
}
|
|
86917
|
-
function
|
|
86925
|
+
function FilingComponent_Conditional_10_Conditional_1_Conditional_1_Template(rf, ctx) {
|
|
86918
86926
|
if (rf & 1) {
|
|
86919
86927
|
const _r9 = \u0275\u0275getCurrentView();
|
|
86920
86928
|
\u0275\u0275elementStart(0, "comparison-form", 16);
|
|
86921
|
-
\u0275\u0275listener("close", function
|
|
86929
|
+
\u0275\u0275listener("close", function FilingComponent_Conditional_10_Conditional_1_Conditional_1_Template_comparison_form_close_0_listener() {
|
|
86922
86930
|
\u0275\u0275restoreView(_r9);
|
|
86923
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86931
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86924
86932
|
return \u0275\u0275resetView(ctx_r2.onClose());
|
|
86925
|
-
})("save", function
|
|
86933
|
+
})("save", function FilingComponent_Conditional_10_Conditional_1_Conditional_1_Template_comparison_form_save_0_listener() {
|
|
86926
86934
|
\u0275\u0275restoreView(_r9);
|
|
86927
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86935
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86928
86936
|
return \u0275\u0275resetView(ctx_r2.onSaveChanges());
|
|
86929
|
-
})("file", function
|
|
86937
|
+
})("file", function FilingComponent_Conditional_10_Conditional_1_Conditional_1_Template_comparison_form_file_0_listener() {
|
|
86930
86938
|
\u0275\u0275restoreView(_r9);
|
|
86931
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86939
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86932
86940
|
return \u0275\u0275resetView(ctx_r2.onPreviewNextClick());
|
|
86933
86941
|
});
|
|
86934
86942
|
\u0275\u0275elementEnd();
|
|
86935
86943
|
}
|
|
86936
86944
|
if (rf & 2) {
|
|
86937
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86945
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86938
86946
|
const currentTask_r5 = \u0275\u0275readContextLet(9);
|
|
86939
86947
|
\u0275\u0275property("form", ctx_r2.previewForm)("taskType", currentTask_r5._taskType)("actionsDisabled", ctx_r2.isLoading())("validationConfig", ctx_r2.validationConfig())("errors", ctx_r2.errors())("readonly", true);
|
|
86940
86948
|
}
|
|
86941
86949
|
}
|
|
86942
|
-
function
|
|
86950
|
+
function FilingComponent_Conditional_10_Conditional_1_Conditional_2_Conditional_0_Template(rf, ctx) {
|
|
86943
86951
|
if (rf & 1) {
|
|
86944
86952
|
const _r10 = \u0275\u0275getCurrentView();
|
|
86945
|
-
\u0275\u0275elementStart(0, "terms-and-conditions",
|
|
86946
|
-
\u0275\u0275listener("prev", function
|
|
86953
|
+
\u0275\u0275elementStart(0, "terms-and-conditions", 12);
|
|
86954
|
+
\u0275\u0275listener("prev", function FilingComponent_Conditional_10_Conditional_1_Conditional_2_Conditional_0_Template_terms_and_conditions_prev_0_listener() {
|
|
86947
86955
|
\u0275\u0275restoreView(_r10);
|
|
86948
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86956
|
+
const ctx_r2 = \u0275\u0275nextContext(4);
|
|
86949
86957
|
return \u0275\u0275resetView(ctx_r2.onTermsAndConditionsPrevClick());
|
|
86950
|
-
})("confirm", function
|
|
86958
|
+
})("confirm", function FilingComponent_Conditional_10_Conditional_1_Conditional_2_Conditional_0_Template_terms_and_conditions_confirm_0_listener($event) {
|
|
86951
86959
|
\u0275\u0275restoreView(_r10);
|
|
86952
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86960
|
+
const ctx_r2 = \u0275\u0275nextContext(4);
|
|
86953
86961
|
return \u0275\u0275resetView(ctx_r2.onInitialReturnSubmit($event));
|
|
86954
86962
|
});
|
|
86955
86963
|
\u0275\u0275elementEnd();
|
|
86956
86964
|
}
|
|
86957
86965
|
}
|
|
86958
|
-
function
|
|
86966
|
+
function FilingComponent_Conditional_10_Conditional_1_Conditional_2_Template(rf, ctx) {
|
|
86959
86967
|
if (rf & 1) {
|
|
86960
|
-
\u0275\u0275template(0,
|
|
86968
|
+
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_1_Conditional_2_Conditional_0_Template, 1, 0, "terms-and-conditions");
|
|
86961
86969
|
}
|
|
86962
86970
|
if (rf & 2) {
|
|
86963
|
-
const ctx_r2 = \u0275\u0275nextContext(
|
|
86971
|
+
const ctx_r2 = \u0275\u0275nextContext(3);
|
|
86964
86972
|
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 0 : -1);
|
|
86965
86973
|
}
|
|
86966
86974
|
}
|
|
86975
|
+
function FilingComponent_Conditional_10_Conditional_1_Template(rf, ctx) {
|
|
86976
|
+
if (rf & 1) {
|
|
86977
|
+
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_1_Conditional_0_Template, 1, 7, "comparison-form", 13)(1, FilingComponent_Conditional_10_Conditional_1_Conditional_1_Template, 1, 6, "comparison-form", 14)(2, FilingComponent_Conditional_10_Conditional_1_Conditional_2_Template, 1, 1);
|
|
86978
|
+
}
|
|
86979
|
+
if (rf & 2) {
|
|
86980
|
+
const ctx_r2 = \u0275\u0275nextContext(2);
|
|
86981
|
+
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.Validate ? 0 : -1);
|
|
86982
|
+
\u0275\u0275advance();
|
|
86983
|
+
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.FilingPreview ? 1 : -1);
|
|
86984
|
+
\u0275\u0275advance();
|
|
86985
|
+
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 2 : -1);
|
|
86986
|
+
}
|
|
86987
|
+
}
|
|
86967
86988
|
function FilingComponent_Conditional_10_Template(rf, ctx) {
|
|
86968
86989
|
if (rf & 1) {
|
|
86969
|
-
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Template, 3, 3)(1, FilingComponent_Conditional_10_Conditional_1_Template,
|
|
86990
|
+
\u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Template, 3, 3)(1, FilingComponent_Conditional_10_Conditional_1_Template, 3, 3);
|
|
86970
86991
|
}
|
|
86971
86992
|
if (rf & 2) {
|
|
86972
86993
|
const ctx_r2 = \u0275\u0275nextContext();
|
|
86973
86994
|
const currentTask_r5 = \u0275\u0275readContextLet(9);
|
|
86974
86995
|
\u0275\u0275conditional(ctx_r2.isFormationTask(currentTask_r5) ? 0 : -1);
|
|
86975
86996
|
\u0275\u0275advance();
|
|
86976
|
-
\u0275\u0275conditional(ctx_r2.
|
|
86977
|
-
\u0275\u0275advance();
|
|
86978
|
-
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.FilingPreview ? 2 : -1);
|
|
86979
|
-
\u0275\u0275advance();
|
|
86980
|
-
\u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 3 : -1);
|
|
86997
|
+
\u0275\u0275conditional(ctx_r2.isInitialReturnTask(currentTask_r5) ? 1 : -1);
|
|
86981
86998
|
}
|
|
86982
86999
|
}
|
|
86983
87000
|
function FilingComponent_Conditional_11_Template(rf, ctx) {
|
|
@@ -87032,6 +87049,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87032
87049
|
proxyApiUrl = input();
|
|
87033
87050
|
jwtToken = input();
|
|
87034
87051
|
task = input();
|
|
87052
|
+
height = input();
|
|
87035
87053
|
validateOptions = input();
|
|
87036
87054
|
deltaDataChange = output();
|
|
87037
87055
|
filingValidateSuccess = output();
|
|
@@ -87059,6 +87077,8 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87059
87077
|
close: () => this.close.emit()
|
|
87060
87078
|
};
|
|
87061
87079
|
});
|
|
87080
|
+
isFormationTask = isFormationTask;
|
|
87081
|
+
isInitialReturnTask = isInitialReturnTask;
|
|
87062
87082
|
dialog = inject(MatDialog);
|
|
87063
87083
|
formationService = inject(FormationService);
|
|
87064
87084
|
initialReturnService = inject(InitialReturnService);
|
|
@@ -87085,6 +87105,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87085
87105
|
deltaForm = new FormGroup({});
|
|
87086
87106
|
previewForm = new FormGroup({});
|
|
87087
87107
|
previewFormInitialValue = {};
|
|
87108
|
+
deltaFormInitialValue = {};
|
|
87088
87109
|
errors = signal([]);
|
|
87089
87110
|
title = computed(() => {
|
|
87090
87111
|
const task = this.task();
|
|
@@ -87108,8 +87129,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87108
87129
|
effect(() => {
|
|
87109
87130
|
const task = this.task();
|
|
87110
87131
|
if (task) {
|
|
87111
|
-
this.translate.
|
|
87132
|
+
this.translate.use(this.language() || "en");
|
|
87112
87133
|
this.deltaForm = new FormGroup(this.generateDeltaFormFieldsConfig(task));
|
|
87134
|
+
this.deltaFormInitialValue = this.deltaForm.getRawValue();
|
|
87113
87135
|
}
|
|
87114
87136
|
});
|
|
87115
87137
|
effect(() => {
|
|
@@ -87400,7 +87422,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87400
87422
|
return errors.map((item) => item["ErrorMessage"].toString());
|
|
87401
87423
|
}
|
|
87402
87424
|
onClose() {
|
|
87403
|
-
if (deepEqual(this.previewFormInitialValue, this.previewForm.getRawValue())) {
|
|
87425
|
+
if (isInitialReturnTask(this.task()) && deepEqual(this.previewFormInitialValue, this.previewForm.getRawValue())) {
|
|
87426
|
+
this.close.emit();
|
|
87427
|
+
} else if (isFormationTask(this.task()) && deepEqual(this.deltaFormInitialValue, this.deltaForm.getRawValue())) {
|
|
87404
87428
|
this.close.emit();
|
|
87405
87429
|
} else {
|
|
87406
87430
|
this.dialog.open(ConfirmModalComponent, {
|
|
@@ -87573,11 +87597,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87573
87597
|
this.activeStep.set(Step.FilingPreview);
|
|
87574
87598
|
}
|
|
87575
87599
|
}
|
|
87576
|
-
isFormationTask = isFormationTask;
|
|
87577
87600
|
static \u0275fac = function FilingComponent_Factory(__ngFactoryType__) {
|
|
87578
87601
|
return new (__ngFactoryType__ || _FilingComponent)();
|
|
87579
87602
|
};
|
|
87580
|
-
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _FilingComponent, selectors: [["app-filing"]], inputs: { env: [1, "env"], config: [1, "config"], language: [1, "language"], proxyApiUrl: [1, "proxyApiUrl"], jwtToken: [1, "jwtToken"], task: [1, "task"], validateOptions: [1, "validateOptions"] }, outputs: { deltaDataChange: "deltaDataChange", filingValidateSuccess: "filingValidateSuccess", filingSubmitSuccess: "filingSubmitSuccess", close: "close" }, decls: 12, vars:
|
|
87603
|
+
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _FilingComponent, selectors: [["app-filing"]], inputs: { env: [1, "env"], config: [1, "config"], language: [1, "language"], proxyApiUrl: [1, "proxyApiUrl"], jwtToken: [1, "jwtToken"], task: [1, "task"], height: [1, "height"], validateOptions: [1, "validateOptions"] }, outputs: { deltaDataChange: "deltaDataChange", filingValidateSuccess: "filingValidateSuccess", filingSubmitSuccess: "filingSubmitSuccess", close: "close" }, decls: 12, vars: 9, consts: [[1, "filing"], [1, "filing-title"], [1, "filing-title-text"], [1, "filing-title-action", 3, "click"], [1, "filing-header"], [1, "filing-content"], [1, "filing-content-loading"], ["mat-stroked-button", "", 3, "click", "disabled"], [3, "errors", "isNote", "actionsDisabled", "form", "taskType"], [3, "form", "taskType", "actionsDisabled"], [3, "close", "validate", "previous", "save", "errors", "isNote", "actionsDisabled", "form", "taskType"], [3, "next", "close", "form", "taskType", "actionsDisabled"], [3, "prev", "confirm"], [3, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly", "isNote"], [3, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly"], [3, "validate", "close", "save", "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly", "isNote"], [3, "close", "save", "file", "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly"], [3, "diameter"]], template: function FilingComponent_Template(rf, ctx) {
|
|
87581
87604
|
if (rf & 1) {
|
|
87582
87605
|
const _r1 = \u0275\u0275getCurrentView();
|
|
87583
87606
|
\u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
|
|
@@ -87594,15 +87617,17 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87594
87617
|
\u0275\u0275template(7, FilingComponent_Conditional_7_Template, 4, 4, "div", 4);
|
|
87595
87618
|
\u0275\u0275elementStart(8, "div", 5);
|
|
87596
87619
|
\u0275\u0275declareLet(9);
|
|
87597
|
-
\u0275\u0275template(10, FilingComponent_Conditional_10_Template,
|
|
87620
|
+
\u0275\u0275template(10, FilingComponent_Conditional_10_Template, 2, 2)(11, FilingComponent_Conditional_11_Template, 2, 1, "div", 6);
|
|
87598
87621
|
\u0275\u0275elementEnd()();
|
|
87599
87622
|
}
|
|
87600
87623
|
if (rf & 2) {
|
|
87601
87624
|
\u0275\u0275advance(3);
|
|
87602
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4,
|
|
87625
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 6, ctx.title()));
|
|
87603
87626
|
\u0275\u0275advance(4);
|
|
87604
87627
|
\u0275\u0275conditional(ctx.isEditButton() ? 7 : -1);
|
|
87605
|
-
\u0275\u0275advance(
|
|
87628
|
+
\u0275\u0275advance();
|
|
87629
|
+
\u0275\u0275styleProp("height", ctx.height());
|
|
87630
|
+
\u0275\u0275advance();
|
|
87606
87631
|
const currentTask_r11 = \u0275\u0275storeLet(ctx.task());
|
|
87607
87632
|
\u0275\u0275advance();
|
|
87608
87633
|
\u0275\u0275conditional(currentTask_r11 ? 10 : -1);
|
|
@@ -87652,7 +87677,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87652
87677
|
</div>\r
|
|
87653
87678
|
}\r
|
|
87654
87679
|
\r
|
|
87655
|
-
<div class="filing-content">\r
|
|
87680
|
+
<div [style.height]="height()" class="filing-content">\r
|
|
87656
87681
|
@let currentTask = task();\r
|
|
87657
87682
|
\r
|
|
87658
87683
|
@if (currentTask) {\r
|
|
@@ -87689,41 +87714,43 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87689
87714
|
}\r
|
|
87690
87715
|
}\r
|
|
87691
87716
|
\r
|
|
87692
|
-
@if (
|
|
87693
|
-
|
|
87694
|
-
|
|
87695
|
-
|
|
87696
|
-
|
|
87697
|
-
|
|
87698
|
-
|
|
87699
|
-
|
|
87700
|
-
|
|
87701
|
-
|
|
87702
|
-
|
|
87703
|
-
|
|
87704
|
-
|
|
87705
|
-
|
|
87717
|
+
@if (isInitialReturnTask(currentTask)) {\r
|
|
87718
|
+
@if (activeStep() === steps.Validate) {\r
|
|
87719
|
+
<comparison-form\r
|
|
87720
|
+
[form]="previewForm"\r
|
|
87721
|
+
[taskType]="currentTask._taskType"\r
|
|
87722
|
+
[actionsDisabled]="isLoading()"\r
|
|
87723
|
+
[validationConfig]="validationConfig()"\r
|
|
87724
|
+
[errors]="errors()"\r
|
|
87725
|
+
[readonly]="false"\r
|
|
87726
|
+
[isNote]="dataWasChanged()"\r
|
|
87727
|
+
(validate)="onDataComparisonNextClick()"\r
|
|
87728
|
+
(close)="onClose()"\r
|
|
87729
|
+
(save)="onSaveChanges()"\r
|
|
87730
|
+
/>\r
|
|
87731
|
+
}\r
|
|
87706
87732
|
\r
|
|
87707
|
-
|
|
87708
|
-
|
|
87709
|
-
|
|
87710
|
-
|
|
87711
|
-
|
|
87712
|
-
|
|
87713
|
-
|
|
87714
|
-
|
|
87715
|
-
|
|
87716
|
-
|
|
87717
|
-
|
|
87718
|
-
|
|
87719
|
-
|
|
87733
|
+
@if (activeStep() === steps.FilingPreview) {\r
|
|
87734
|
+
<comparison-form\r
|
|
87735
|
+
[form]="previewForm"\r
|
|
87736
|
+
[taskType]="currentTask._taskType"\r
|
|
87737
|
+
[actionsDisabled]="isLoading()"\r
|
|
87738
|
+
[validationConfig]="validationConfig()"\r
|
|
87739
|
+
[errors]="errors()"\r
|
|
87740
|
+
[readonly]="true"\r
|
|
87741
|
+
(close)="onClose()"\r
|
|
87742
|
+
(save)="onSaveChanges()"\r
|
|
87743
|
+
(file)="onPreviewNextClick()"\r
|
|
87744
|
+
/>\r
|
|
87745
|
+
}\r
|
|
87720
87746
|
\r
|
|
87721
|
-
@if (activeStep() === steps.TermsAndConditions) {\r
|
|
87722
87747
|
@if (activeStep() === steps.TermsAndConditions) {\r
|
|
87723
|
-
|
|
87724
|
-
|
|
87725
|
-
|
|
87726
|
-
|
|
87748
|
+
@if (activeStep() === steps.TermsAndConditions) {\r
|
|
87749
|
+
<terms-and-conditions\r
|
|
87750
|
+
(prev)="onTermsAndConditionsPrevClick()"\r
|
|
87751
|
+
(confirm)="onInitialReturnSubmit($event)"\r
|
|
87752
|
+
/>\r
|
|
87753
|
+
}\r
|
|
87727
87754
|
}\r
|
|
87728
87755
|
}\r
|
|
87729
87756
|
}\r
|
|
@@ -92177,6 +92204,564 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
92177
92204
|
}
|
|
92178
92205
|
});
|
|
92179
92206
|
|
|
92207
|
+
// src/assets/i18n/en.json
|
|
92208
|
+
var en_default;
|
|
92209
|
+
var init_en = __esm({
|
|
92210
|
+
"src/assets/i18n/en.json"() {
|
|
92211
|
+
en_default = {
|
|
92212
|
+
"File Article Of Incorporation": "File Article Of Incorporation",
|
|
92213
|
+
"File Initial Return": "File Initial Return",
|
|
92214
|
+
"You have unsaved changes": "You have unsaved changes",
|
|
92215
|
+
"Do you want to save before closing?": "Do you want to save before closing?",
|
|
92216
|
+
Yes: "Yes",
|
|
92217
|
+
No: "No",
|
|
92218
|
+
"Street Type": "Street Type",
|
|
92219
|
+
Direction: "Direction",
|
|
92220
|
+
"Canadian Resident": "Canadian Resident",
|
|
92221
|
+
Directors: "Directors",
|
|
92222
|
+
Officers: "Officers",
|
|
92223
|
+
"Certified By": "Certified By",
|
|
92224
|
+
"Expand all": "Expand all",
|
|
92225
|
+
"Collapse all": "Collapse all",
|
|
92226
|
+
Add: "Add",
|
|
92227
|
+
Update: "Update",
|
|
92228
|
+
Cease: "Cease",
|
|
92229
|
+
Remove: "Remove",
|
|
92230
|
+
"Effective Date": "Effective Date",
|
|
92231
|
+
"Ceased Date": "Ceased Date",
|
|
92232
|
+
New: "New",
|
|
92233
|
+
Previous: "Previous",
|
|
92234
|
+
"The following issues need to be resolved before proceeding:": "The following issues need to be resolved before proceeding:",
|
|
92235
|
+
"All addresses must have a street type and direction specified.": "All addresses must have a street type and direction specified.",
|
|
92236
|
+
"Validate & Generate Draft": "Validate & Generate Draft",
|
|
92237
|
+
File: "File",
|
|
92238
|
+
Edit: "Edit",
|
|
92239
|
+
"Cancel Edits": "Cancel Edits",
|
|
92240
|
+
Cancel: "Cancel",
|
|
92241
|
+
NOTE: "NOTE",
|
|
92242
|
+
"A new draft needs to be generated as the Entity was changed since the last draft was produced.": "A new draft needs to be generated as the Entity was changed since the last draft was produced.",
|
|
92243
|
+
"Terms and Conditions": "Terms and Conditions",
|
|
92244
|
+
"I have read and agree to the Terms and Conditions": "I have read and agree to the Terms and Conditions",
|
|
92245
|
+
Signatory: "Signatory",
|
|
92246
|
+
"First name": "First name",
|
|
92247
|
+
"Last name": "Last name",
|
|
92248
|
+
Proceed: "Proceed",
|
|
92249
|
+
Back: "Back",
|
|
92250
|
+
"General Info": "General Info",
|
|
92251
|
+
"Number Of Directors": "Number Of Directors",
|
|
92252
|
+
Incorporators: "Incorporators",
|
|
92253
|
+
"Shares And Restrictions": "Shares & Restrictions",
|
|
92254
|
+
"Corporation Details": "Corporation Details",
|
|
92255
|
+
"Extra Details": "Extra Details",
|
|
92256
|
+
"Authorized Representative": "Authorized Representative",
|
|
92257
|
+
"Contact Information": "Contact Information",
|
|
92258
|
+
"Records OfficeAddress": "Records Office Address",
|
|
92259
|
+
"Request Options": "Request Options",
|
|
92260
|
+
Principals: "Principals",
|
|
92261
|
+
"Change Certification": "Change Certification",
|
|
92262
|
+
"Business Activity": "Business Activity",
|
|
92263
|
+
"Registered Office Address": "Registered Office Address",
|
|
92264
|
+
Certification: "Certification",
|
|
92265
|
+
Added: "Added",
|
|
92266
|
+
Ceased: "Ceased",
|
|
92267
|
+
Changed: "Edited",
|
|
92268
|
+
Removed: "Removed",
|
|
92269
|
+
"Street Name": "Street Name",
|
|
92270
|
+
"Street Direction": "Street Direction",
|
|
92271
|
+
"Street Number": "Street Number",
|
|
92272
|
+
StreetNumber: "Street Number",
|
|
92273
|
+
"Unit Number": "Unit Number",
|
|
92274
|
+
"Unit Type": "Unit Type",
|
|
92275
|
+
"Official Email": "Official Email",
|
|
92276
|
+
"Legal Identifier": "Legal Identifier",
|
|
92277
|
+
Name: "Name",
|
|
92278
|
+
"Effective Type": "Effective Type",
|
|
92279
|
+
"Naics Code": "Naics Code",
|
|
92280
|
+
"Is Canadian Resident": "Is Canadian Resident",
|
|
92281
|
+
"Also an Incorporator": "Also an Incorporator",
|
|
92282
|
+
"Care Of": "Care Of",
|
|
92283
|
+
City: "City",
|
|
92284
|
+
Province: "Province",
|
|
92285
|
+
"Province / State": "Province / State",
|
|
92286
|
+
"Postal Code": "Postal Code",
|
|
92287
|
+
Country: "Country",
|
|
92288
|
+
"Country Code": "Country Code",
|
|
92289
|
+
Code: "Code",
|
|
92290
|
+
"Restrictions On Business": "Restrictions On Business",
|
|
92291
|
+
"Restrictions On Share Classes": "Restrictions On Share Classes",
|
|
92292
|
+
"Restrictions On Share Rights": "Restrictions On Share Rights",
|
|
92293
|
+
"Restrictions On Share Transfers": "Restrictions On Share Transfers",
|
|
92294
|
+
"Director Type": "Director Type",
|
|
92295
|
+
"Range Min": "Range Min",
|
|
92296
|
+
"Range Max": "Range Max",
|
|
92297
|
+
"Address 1": "Address 1",
|
|
92298
|
+
"Address 2": "Address 2",
|
|
92299
|
+
"Address 3": "Address 3",
|
|
92300
|
+
"Address Continued": "Address Continued",
|
|
92301
|
+
"Address Locale": "Address Locale",
|
|
92302
|
+
"Address Standard Lot": "Address Standard Lot",
|
|
92303
|
+
"Area Code": "Area Code",
|
|
92304
|
+
"Authorizer Name": "Authorizer Name",
|
|
92305
|
+
"Authorizer Type": "Authorizer Type",
|
|
92306
|
+
"Bypass XSD Validation": "Bypass XSD Validation",
|
|
92307
|
+
"Bypass XSD validation": "Bypass XSD Validation",
|
|
92308
|
+
"Cease Date": "Cease Date",
|
|
92309
|
+
"Cease Date: ": "Cease Date: ",
|
|
92310
|
+
"Certification Date": "Certification Date",
|
|
92311
|
+
"City/Town": "City/Town",
|
|
92312
|
+
"Country Telephone Code": "Country Telephone Code",
|
|
92313
|
+
"Corporation Info": "Corporation Info",
|
|
92314
|
+
"Corporation Name": "Corporation Name",
|
|
92315
|
+
"Corporation Number": "Corporation Number",
|
|
92316
|
+
"Docket Number": "Docket Number",
|
|
92317
|
+
"Elected Date": "Elected Date",
|
|
92318
|
+
"Elected Date: ": "Elected Date: ",
|
|
92319
|
+
Email: "Email",
|
|
92320
|
+
"Email Address": "Email Address",
|
|
92321
|
+
"Entity Identifier": "Entity Identifier",
|
|
92322
|
+
"Entity Identifier: ": "Entity Identifier: ",
|
|
92323
|
+
"External Corporation Info": "External Corporation Info",
|
|
92324
|
+
Fax: "Fax",
|
|
92325
|
+
"First Name": "First Name",
|
|
92326
|
+
French: "French",
|
|
92327
|
+
"Generate PDF": "Generate PDF",
|
|
92328
|
+
"Include Request ID": "Include Request ID",
|
|
92329
|
+
"Include request ID": "Include Request ID",
|
|
92330
|
+
"Incorporation Date": "Incorporation Date",
|
|
92331
|
+
"Language Preference": "Language Preference",
|
|
92332
|
+
"Last Name": "Last Name",
|
|
92333
|
+
"Middle Name": "Middle Name",
|
|
92334
|
+
"NAICS Code": "NAICS Code",
|
|
92335
|
+
"Officer Position": "Officer Position",
|
|
92336
|
+
Phone: "Phone",
|
|
92337
|
+
"Phone Number": "Phone Number",
|
|
92338
|
+
Position: "Position",
|
|
92339
|
+
"Position: ": "Position: ",
|
|
92340
|
+
"Post Code": "Post Code",
|
|
92341
|
+
"Postal / Zip": "Postal / Zip",
|
|
92342
|
+
"Primary Activity": "Primary Activity",
|
|
92343
|
+
"Client/Matter Number": "Client/Matter Number",
|
|
92344
|
+
"Region Name": "Region Name",
|
|
92345
|
+
"Resident Canadian": "Resident Canadian",
|
|
92346
|
+
Role: "Role",
|
|
92347
|
+
"Save Draft": "Save Draft",
|
|
92348
|
+
"Save draft": "Save Draft",
|
|
92349
|
+
State: "State",
|
|
92350
|
+
"Street Address Continued": "Street Address Continued",
|
|
92351
|
+
"Street Number Suffix": "Street Number Suffix",
|
|
92352
|
+
"Submit Request": "Submit Request",
|
|
92353
|
+
"Submit request": "Submit Request",
|
|
92354
|
+
"UI Mode": "UI Mode",
|
|
92355
|
+
"UI mode": "UI Mode",
|
|
92356
|
+
North: "North",
|
|
92357
|
+
South: "South",
|
|
92358
|
+
East: "East",
|
|
92359
|
+
West: "West",
|
|
92360
|
+
Northeast: "Northeast",
|
|
92361
|
+
Northwest: "Northwest",
|
|
92362
|
+
Southeast: "Southeast",
|
|
92363
|
+
Southwest: "Southwest",
|
|
92364
|
+
None: "None",
|
|
92365
|
+
Limited: "Limited",
|
|
92366
|
+
Ltd: "Ltd",
|
|
92367
|
+
Incorporated: "Incorporated",
|
|
92368
|
+
Inc: "Inc",
|
|
92369
|
+
Corporation: "Corporation",
|
|
92370
|
+
Corp: "Corp",
|
|
92371
|
+
Abbey: "Abbey",
|
|
92372
|
+
Acres: "Acres",
|
|
92373
|
+
Alley: "Alley",
|
|
92374
|
+
Avenue: "Avenue",
|
|
92375
|
+
Bay: "Bay",
|
|
92376
|
+
Beach: "Beach",
|
|
92377
|
+
Bend: "Bend",
|
|
92378
|
+
Boulevard: "Boulevard",
|
|
92379
|
+
"By-pass": "By-pass",
|
|
92380
|
+
Byway: "Byway",
|
|
92381
|
+
Campus: "Campus",
|
|
92382
|
+
Cape: "Cape",
|
|
92383
|
+
Centre: "Centre",
|
|
92384
|
+
Chase: "Chase",
|
|
92385
|
+
Circle: "Circle",
|
|
92386
|
+
Circuit: "Circuit",
|
|
92387
|
+
Close: "Close",
|
|
92388
|
+
Common: "Common",
|
|
92389
|
+
Concession: "Concession",
|
|
92390
|
+
Corners: "Corners",
|
|
92391
|
+
Court: "Court",
|
|
92392
|
+
Cove: "Cove",
|
|
92393
|
+
Crescent: "Crescent",
|
|
92394
|
+
Crossing: "Crossing",
|
|
92395
|
+
"Cul-de-sac": "Cul-de-sac",
|
|
92396
|
+
Dale: "Dale",
|
|
92397
|
+
Dell: "Dell",
|
|
92398
|
+
Diversion: "Diversion",
|
|
92399
|
+
Downs: "Downs",
|
|
92400
|
+
Drive: "Drive",
|
|
92401
|
+
Farm: "Farm",
|
|
92402
|
+
Field: "Field",
|
|
92403
|
+
Forest: "Forest",
|
|
92404
|
+
Freeway: "Freeway",
|
|
92405
|
+
Front: "Front",
|
|
92406
|
+
Gardens: "Gardens",
|
|
92407
|
+
Gate: "Gate",
|
|
92408
|
+
Glade: "Glade",
|
|
92409
|
+
Glen: "Glen",
|
|
92410
|
+
Green: "Green",
|
|
92411
|
+
Grounds: "Grounds",
|
|
92412
|
+
Grove: "Grove",
|
|
92413
|
+
Harbour: "Harbour",
|
|
92414
|
+
Heath: "Heath",
|
|
92415
|
+
Heights: "Heights",
|
|
92416
|
+
Highlands: "Highlands",
|
|
92417
|
+
Highway: "Highway",
|
|
92418
|
+
Hill: "Hill",
|
|
92419
|
+
Hollow: "Hollow",
|
|
92420
|
+
Inlet: "Inlet",
|
|
92421
|
+
Island: "Island",
|
|
92422
|
+
Key: "Key",
|
|
92423
|
+
Knoll: "Knoll",
|
|
92424
|
+
Landing: "Landing",
|
|
92425
|
+
Lane: "Lane",
|
|
92426
|
+
Limits: "Limits",
|
|
92427
|
+
Line: "Line",
|
|
92428
|
+
Link: "Link",
|
|
92429
|
+
Lookout: "Lookout",
|
|
92430
|
+
Loop: "Loop",
|
|
92431
|
+
Mall: "Mall",
|
|
92432
|
+
Manor: "Manor",
|
|
92433
|
+
Maze: "Maze",
|
|
92434
|
+
Meadow: "Meadow",
|
|
92435
|
+
Mews: "Mews",
|
|
92436
|
+
Moor: "Moor",
|
|
92437
|
+
Mount: "Mount",
|
|
92438
|
+
Mountain: "Mountain",
|
|
92439
|
+
Orchard: "Orchard",
|
|
92440
|
+
Parade: "Parade",
|
|
92441
|
+
Park: "Park",
|
|
92442
|
+
Parkway: "Parkway",
|
|
92443
|
+
Passage: "Passage",
|
|
92444
|
+
Path: "Path",
|
|
92445
|
+
Pathway: "Pathway",
|
|
92446
|
+
Pines: "Pines",
|
|
92447
|
+
Place: "Place",
|
|
92448
|
+
Plateau: "Plateau",
|
|
92449
|
+
Plaza: "Plaza",
|
|
92450
|
+
Point: "Point",
|
|
92451
|
+
Port: "Port",
|
|
92452
|
+
Private: "Private",
|
|
92453
|
+
Promenade: "Promenade",
|
|
92454
|
+
Quay: "Quay",
|
|
92455
|
+
Ramp: "Ramp",
|
|
92456
|
+
Ridge: "Ridge",
|
|
92457
|
+
Rise: "Rise",
|
|
92458
|
+
Road: "Road",
|
|
92459
|
+
Route: "Route",
|
|
92460
|
+
Row: "Row",
|
|
92461
|
+
Run: "Run",
|
|
92462
|
+
Square: "Square",
|
|
92463
|
+
Street: "Street",
|
|
92464
|
+
Subdivision: "Subdivision",
|
|
92465
|
+
Terrace: "Terrace",
|
|
92466
|
+
Thicket: "Thicket",
|
|
92467
|
+
Towers: "Towers",
|
|
92468
|
+
Townline: "Townline",
|
|
92469
|
+
Trail: "Trail",
|
|
92470
|
+
Turnabout: "Turnabout",
|
|
92471
|
+
Vale: "Vale",
|
|
92472
|
+
Via: "Via",
|
|
92473
|
+
View: "View",
|
|
92474
|
+
Village: "Village",
|
|
92475
|
+
Villas: "Villas",
|
|
92476
|
+
Vista: "Vista",
|
|
92477
|
+
Walk: "Walk",
|
|
92478
|
+
Way: "Way",
|
|
92479
|
+
Wharf: "Wharf",
|
|
92480
|
+
Wood: "Wood",
|
|
92481
|
+
Wynd: "Wynd"
|
|
92482
|
+
};
|
|
92483
|
+
}
|
|
92484
|
+
});
|
|
92485
|
+
|
|
92486
|
+
// src/assets/i18n/fr.json
|
|
92487
|
+
var fr_default;
|
|
92488
|
+
var init_fr = __esm({
|
|
92489
|
+
"src/assets/i18n/fr.json"() {
|
|
92490
|
+
fr_default = {
|
|
92491
|
+
"File Article Of Incorporation": "D\xE9poser l'acte constitutif",
|
|
92492
|
+
"File Initial Return": "D\xE9claration initiale",
|
|
92493
|
+
"You have unsaved changes": "Vous avez des modifications non enregistr\xE9es",
|
|
92494
|
+
"Do you want to save before closing?": "Voulez-vous enregistrer avant de fermer ?",
|
|
92495
|
+
Yes: "Oui",
|
|
92496
|
+
No: "Non",
|
|
92497
|
+
"Registered Office Address": "Adresse du si\xE8ge social",
|
|
92498
|
+
"Street Type": "Type de rue",
|
|
92499
|
+
Direction: "Direction",
|
|
92500
|
+
"Canadian Resident": "R\xE9sident canadien",
|
|
92501
|
+
Officers: "Officiers",
|
|
92502
|
+
"Certified By": "Certifi\xE9 par",
|
|
92503
|
+
"Expand all": "Afficher Tout",
|
|
92504
|
+
"Collapse all": "Tout Masquer",
|
|
92505
|
+
Add: "Ajouter",
|
|
92506
|
+
Update: "Mettre \xE0 jour",
|
|
92507
|
+
Cease: "Cesser",
|
|
92508
|
+
Remove: "Supprimer",
|
|
92509
|
+
"Effective Date": "Date d'entr\xE9e en vigueur",
|
|
92510
|
+
"Ceased Date": "Date de cessation",
|
|
92511
|
+
New: "Nouveau",
|
|
92512
|
+
Previous: "Pr\xE9c\xE9dent",
|
|
92513
|
+
"The following issues need to be resolved before proceeding:": "Les probl\xE8mes suivants doivent \xEAtre r\xE9solus avant de poursuivre :",
|
|
92514
|
+
"All addresses must have a street type and direction specified.": "Toutes les adresses doivent inclure un type de rue et une direction.",
|
|
92515
|
+
"Validate & Generate Draft": "Valider et g\xE9n\xE9rer le brouillon",
|
|
92516
|
+
File: "Fichier",
|
|
92517
|
+
Edit: "Modifier",
|
|
92518
|
+
"Cancel Edits": "Annuler les modifications",
|
|
92519
|
+
Cancel: "Annuler",
|
|
92520
|
+
NOTE: "REMARQUE",
|
|
92521
|
+
"A new draft needs to be generated as the Entity was changed since the last draft was produced.": "Un nouveau projet doit \xEAtre g\xE9n\xE9r\xE9 car l'entit\xE9 a \xE9t\xE9 modifi\xE9e depuis la production du dernier projet.",
|
|
92522
|
+
"Terms and Conditions": "Termes et conditions",
|
|
92523
|
+
"I have read and agree to the Terms and Conditions": "J'ai lu et j'accepte les Termes et conditions",
|
|
92524
|
+
Signatory: "Signataire",
|
|
92525
|
+
"First name": "Pr\xE9nom",
|
|
92526
|
+
"Last name": "Nom de famille",
|
|
92527
|
+
Proceed: "Continuer",
|
|
92528
|
+
Back: "Retour",
|
|
92529
|
+
"General Info": "Informations g\xE9n\xE9rales",
|
|
92530
|
+
"Number Of Directors": "Nombre de directeurs",
|
|
92531
|
+
Incorporators: "Fondateurs",
|
|
92532
|
+
Directors: "Directeurs",
|
|
92533
|
+
"Shares And Restrictions": "Actions et restrictions",
|
|
92534
|
+
"Corporation Details": "D\xE9tails de la soci\xE9t\xE9",
|
|
92535
|
+
"Extra Details": "D\xE9tails suppl\xE9mentaires",
|
|
92536
|
+
"Records Office Address": "Adresse du bureau des registres",
|
|
92537
|
+
"Contact Information": "Coordonn\xE9es",
|
|
92538
|
+
RequestOptions: "Options de demande",
|
|
92539
|
+
Principals: "Dirigeants",
|
|
92540
|
+
"Change Certification": "Attestation de modification",
|
|
92541
|
+
"Business Activity": "Activit\xE9 commerciale",
|
|
92542
|
+
Certification: "Attestation",
|
|
92543
|
+
"Authorized Representative": "Repr\xE9sentant autoris\xE9",
|
|
92544
|
+
Added: "Ajout\xE9",
|
|
92545
|
+
Ceased: "Radi\xE9",
|
|
92546
|
+
Changed: "Modifi\xE9",
|
|
92547
|
+
Removed: "Supprim\xE9",
|
|
92548
|
+
"Street Name": "Nom de rue",
|
|
92549
|
+
"Street Direction": "Direction de rue",
|
|
92550
|
+
"Street Number": "Num\xE9ro de rue",
|
|
92551
|
+
StreetNumber: "Num\xE9ro de rue",
|
|
92552
|
+
"Unit Number": "Num\xE9ro d'unit\xE9",
|
|
92553
|
+
"Unit Type": "Type d'unit\xE9",
|
|
92554
|
+
"Official Email": "Courriel officiel",
|
|
92555
|
+
"Legal Identifier": "Identifiant l\xE9gal",
|
|
92556
|
+
Name: "Nom",
|
|
92557
|
+
"Effective Type": "Type d'effet",
|
|
92558
|
+
"Naics Code": "Code SCIAN",
|
|
92559
|
+
"Is Canadian Resident": "Est r\xE9sident canadien",
|
|
92560
|
+
"Also an Incorporator": "\xC9galement fondateur",
|
|
92561
|
+
"Care Of": "Aux soins de",
|
|
92562
|
+
City: "Ville",
|
|
92563
|
+
Province: "Province",
|
|
92564
|
+
"Province / State": "Province / \xC9tat",
|
|
92565
|
+
"Postal Code": "Code postal",
|
|
92566
|
+
Country: "Pays",
|
|
92567
|
+
"Country Code": "Code de pays",
|
|
92568
|
+
Code: "Code",
|
|
92569
|
+
"Restrictions On Business": "Restrictions sur les activit\xE9s commerciales",
|
|
92570
|
+
"Restrictions On Share Classes": "Restrictions sur les cat\xE9gories d'actions",
|
|
92571
|
+
"Restrictions On Share Rights": "Restrictions sur les droits des actionnaires",
|
|
92572
|
+
"Restrictions On Share Transfers": "Restrictions sur les transferts d'actions",
|
|
92573
|
+
"Director Type": "Type de directeur",
|
|
92574
|
+
"Range Min": "Minimum de la plage",
|
|
92575
|
+
"Range Max": "Maximum de la plage",
|
|
92576
|
+
"Address 1": "Adresse 1",
|
|
92577
|
+
"Address 2": "Adresse 2",
|
|
92578
|
+
"Address 3": "Adresse 3",
|
|
92579
|
+
"Address Continued": "Suite de l'adresse",
|
|
92580
|
+
"Address Locale": "Localit\xE9 de l'adresse",
|
|
92581
|
+
"Address Standard Lot": "Lot standard de l'adresse",
|
|
92582
|
+
"Area Code": "Indicatif r\xE9gional",
|
|
92583
|
+
"Authorizer Name": "Nom de l'autorisateur",
|
|
92584
|
+
"Authorizer Type": "Type d'autorisateur",
|
|
92585
|
+
"Bypass XSD Validation": "Ignorer la validation XSD",
|
|
92586
|
+
"Bypass XSD validation": "Ignorer la validation XSD",
|
|
92587
|
+
"Cease Date": "Date de cessation",
|
|
92588
|
+
"Cease Date: ": "Date de cessation : ",
|
|
92589
|
+
"Certification Date": "Date de certification",
|
|
92590
|
+
"City/Town": "Ville",
|
|
92591
|
+
"Country Telephone Code": "Indicatif t\xE9l\xE9phonique du pays",
|
|
92592
|
+
"Corporation Info": "Renseignements sur la soci\xE9t\xE9",
|
|
92593
|
+
"Corporation Name": "Nom de la soci\xE9t\xE9",
|
|
92594
|
+
"Corporation Number": "Num\xE9ro de la soci\xE9t\xE9",
|
|
92595
|
+
"Docket Number": "Num\xE9ro de dossier",
|
|
92596
|
+
"Elected Date": "Date d'\xE9lection",
|
|
92597
|
+
"Elected Date: ": "Date d'\xE9lection : ",
|
|
92598
|
+
Email: "Courriel",
|
|
92599
|
+
"Email Address": "Adresse courriel",
|
|
92600
|
+
"Entity Identifier": "Identifiant de l'entit\xE9",
|
|
92601
|
+
"Entity Identifier: ": "Identifiant de l'entit\xE9 : ",
|
|
92602
|
+
"External Corporation Info": "Renseignements externes sur la soci\xE9t\xE9",
|
|
92603
|
+
Fax: "T\xE9l\xE9copieur",
|
|
92604
|
+
"First Name": "Pr\xE9nom",
|
|
92605
|
+
French: "Fran\xE7ais",
|
|
92606
|
+
"Generate PDF": "G\xE9n\xE9rer le PDF",
|
|
92607
|
+
"Include Request ID": "Inclure l'identifiant de la demande",
|
|
92608
|
+
"Include request ID": "Inclure l'identifiant de la demande",
|
|
92609
|
+
"Incorporation Date": "Date de constitution",
|
|
92610
|
+
"Language Preference": "Pr\xE9f\xE9rence linguistique",
|
|
92611
|
+
"Last Name": "Nom de famille",
|
|
92612
|
+
"Middle Name": "Deuxi\xE8me pr\xE9nom",
|
|
92613
|
+
"NAICS Code": "Code SCIAN",
|
|
92614
|
+
"Officer Position": "Poste de dirigeant",
|
|
92615
|
+
Phone: "T\xE9l\xE9phone",
|
|
92616
|
+
"Phone Number": "Num\xE9ro de t\xE9l\xE9phone",
|
|
92617
|
+
Position: "Poste",
|
|
92618
|
+
"Position: ": "Poste : ",
|
|
92619
|
+
"Post Code": "Code postal",
|
|
92620
|
+
"Postal / Zip": "Code postal / ZIP",
|
|
92621
|
+
"Primary Activity": "Activit\xE9 principale",
|
|
92622
|
+
"Client/Matter Number": "Client / Num\xE9ro de dossier",
|
|
92623
|
+
"Region Name": "Nom de la r\xE9gion",
|
|
92624
|
+
"Resident Canadian": "R\xE9sident canadien",
|
|
92625
|
+
Role: "R\xF4le",
|
|
92626
|
+
"Save Draft": "Enregistrer le brouillon",
|
|
92627
|
+
"Save draft": "Enregistrer le brouillon",
|
|
92628
|
+
State: "\xC9tat",
|
|
92629
|
+
"Street Address Continued": "Suite de l'adresse de rue",
|
|
92630
|
+
"Street Number Suffix": "Suffixe du num\xE9ro de rue",
|
|
92631
|
+
"Submit Request": "Soumettre la demande",
|
|
92632
|
+
"Submit request": "Soumettre la demande",
|
|
92633
|
+
"UI Mode": "Mode d'interface",
|
|
92634
|
+
"UI mode": "Mode d'interface",
|
|
92635
|
+
North: "Nord",
|
|
92636
|
+
South: "Sud",
|
|
92637
|
+
East: "Est",
|
|
92638
|
+
West: "Ouest",
|
|
92639
|
+
Northeast: "Nord-Est",
|
|
92640
|
+
Northwest: "Nord-Ouest",
|
|
92641
|
+
Southeast: "Sud-Est",
|
|
92642
|
+
Southwest: "Sud-Ouest",
|
|
92643
|
+
None: "Aucun",
|
|
92644
|
+
Limited: "Limit\xE9e",
|
|
92645
|
+
Ltd: "Lt\xE9e",
|
|
92646
|
+
Incorporated: "Incorpor\xE9e",
|
|
92647
|
+
Inc: "Inc.",
|
|
92648
|
+
Corporation: "Corporation",
|
|
92649
|
+
Corp: "Corp.",
|
|
92650
|
+
Abbey: "Abbaye",
|
|
92651
|
+
Acres: "Acres",
|
|
92652
|
+
Alley: "Ruelle",
|
|
92653
|
+
Avenue: "Avenue",
|
|
92654
|
+
Bay: "Baie",
|
|
92655
|
+
Beach: "Plage",
|
|
92656
|
+
Bend: "Courbe",
|
|
92657
|
+
Boulevard: "Boulevard",
|
|
92658
|
+
"By-pass": "Contournement",
|
|
92659
|
+
Byway: "Chemin secondaire",
|
|
92660
|
+
Campus: "Campus",
|
|
92661
|
+
Cape: "Cap",
|
|
92662
|
+
Centre: "Centre",
|
|
92663
|
+
Chase: "All\xE9e",
|
|
92664
|
+
Circle: "Cercle",
|
|
92665
|
+
Circuit: "Circuit",
|
|
92666
|
+
Close: "Impasse",
|
|
92667
|
+
Common: "Terrain commun",
|
|
92668
|
+
Concession: "Concession",
|
|
92669
|
+
Corners: "Carrefour",
|
|
92670
|
+
Court: "Cour",
|
|
92671
|
+
Cove: "Anse",
|
|
92672
|
+
Crescent: "Croissant",
|
|
92673
|
+
Crossing: "Croisement",
|
|
92674
|
+
"Cul-de-sac": "Cul-de-sac",
|
|
92675
|
+
Dale: "Vall\xE9e",
|
|
92676
|
+
Dell: "Vallon",
|
|
92677
|
+
Diversion: "D\xE9viation",
|
|
92678
|
+
Downs: "Collines",
|
|
92679
|
+
Drive: "All\xE9e priv\xE9e",
|
|
92680
|
+
Farm: "Ferme",
|
|
92681
|
+
Field: "Champ",
|
|
92682
|
+
Forest: "For\xEAt",
|
|
92683
|
+
Freeway: "Autoroute",
|
|
92684
|
+
Front: "Front",
|
|
92685
|
+
Gardens: "Jardins",
|
|
92686
|
+
Gate: "Portail",
|
|
92687
|
+
Glade: "Clairi\xE8re",
|
|
92688
|
+
Glen: "Vallon bois\xE9",
|
|
92689
|
+
Green: "Vert",
|
|
92690
|
+
Grounds: "Terrain",
|
|
92691
|
+
Grove: "Bosquet",
|
|
92692
|
+
Harbour: "Port",
|
|
92693
|
+
Heath: "Lande",
|
|
92694
|
+
Heights: "Hauteurs",
|
|
92695
|
+
Highlands: "Hautes-terres",
|
|
92696
|
+
Highway: "Route",
|
|
92697
|
+
Hill: "Colline",
|
|
92698
|
+
Hollow: "Creux",
|
|
92699
|
+
Inlet: "Anse",
|
|
92700
|
+
Island: "\xCEle",
|
|
92701
|
+
Key: "Quai",
|
|
92702
|
+
Knoll: "Monticule",
|
|
92703
|
+
Landing: "D\xE9barcad\xE8re",
|
|
92704
|
+
Lane: "Voie",
|
|
92705
|
+
Limits: "Limites",
|
|
92706
|
+
Line: "Ligne",
|
|
92707
|
+
Link: "Liaison",
|
|
92708
|
+
Lookout: "Belv\xE9d\xE8re",
|
|
92709
|
+
Loop: "Boucle",
|
|
92710
|
+
Mall: "Mail",
|
|
92711
|
+
Manor: "Manoir",
|
|
92712
|
+
Maze: "Labyrinthe",
|
|
92713
|
+
Meadow: "Prairie",
|
|
92714
|
+
Mews: "Ruelle",
|
|
92715
|
+
Moor: "Lande",
|
|
92716
|
+
Mount: "Mont",
|
|
92717
|
+
Mountain: "Montagne",
|
|
92718
|
+
Orchard: "Verger",
|
|
92719
|
+
Parade: "Promenade",
|
|
92720
|
+
Park: "Parc",
|
|
92721
|
+
Parkway: "Promenade parc",
|
|
92722
|
+
Passage: "Passage",
|
|
92723
|
+
Path: "Sentier",
|
|
92724
|
+
Pathway: "Sentier",
|
|
92725
|
+
Pines: "Pins",
|
|
92726
|
+
Place: "Place",
|
|
92727
|
+
Plateau: "Plateau",
|
|
92728
|
+
Plaza: "Plaza",
|
|
92729
|
+
Point: "Pointe",
|
|
92730
|
+
Port: "Port",
|
|
92731
|
+
Private: "Priv\xE9e",
|
|
92732
|
+
Promenade: "Promenade",
|
|
92733
|
+
Quay: "Quai",
|
|
92734
|
+
Ramp: "Rampe",
|
|
92735
|
+
Ridge: "Cr\xEAte",
|
|
92736
|
+
Rise: "Mont\xE9e",
|
|
92737
|
+
Road: "Route",
|
|
92738
|
+
Route: "Route",
|
|
92739
|
+
Row: "Rang\xE9e",
|
|
92740
|
+
Run: "Ruisseau",
|
|
92741
|
+
Square: "Square",
|
|
92742
|
+
Street: "Rue",
|
|
92743
|
+
Subdivision: "Subdivision",
|
|
92744
|
+
Terrace: "Terrasse",
|
|
92745
|
+
Thicket: "Hallier",
|
|
92746
|
+
Towers: "Tours",
|
|
92747
|
+
Townline: "Limite de canton",
|
|
92748
|
+
Trail: "Sentier",
|
|
92749
|
+
Turnabout: "Rond-point",
|
|
92750
|
+
Vale: "Val",
|
|
92751
|
+
Via: "Via",
|
|
92752
|
+
View: "Vue",
|
|
92753
|
+
Village: "Village",
|
|
92754
|
+
Villas: "Villas",
|
|
92755
|
+
Vista: "Panorama",
|
|
92756
|
+
Walk: "Promenade",
|
|
92757
|
+
Way: "Voie",
|
|
92758
|
+
Wharf: "Quai",
|
|
92759
|
+
Wood: "Bois",
|
|
92760
|
+
Wynd: "Ruelle"
|
|
92761
|
+
};
|
|
92762
|
+
}
|
|
92763
|
+
});
|
|
92764
|
+
|
|
92180
92765
|
// src/main.ts
|
|
92181
92766
|
var require_main = __commonJS({
|
|
92182
92767
|
"src/main.ts"(exports$1) {
|
|
@@ -92185,9 +92770,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
92185
92770
|
init_filing_component();
|
|
92186
92771
|
init_animations();
|
|
92187
92772
|
init_core2();
|
|
92773
|
+
init_ngx_translate_core();
|
|
92774
|
+
init_en();
|
|
92775
|
+
init_esm();
|
|
92776
|
+
init_fr();
|
|
92188
92777
|
(() => __async(null, null, function* () {
|
|
92189
92778
|
const app = yield createApplication({
|
|
92190
|
-
providers: [
|
|
92779
|
+
providers: [
|
|
92780
|
+
provideAnimations(),
|
|
92781
|
+
provideNativeDateAdapter(),
|
|
92782
|
+
provideTranslateService({
|
|
92783
|
+
loader: {
|
|
92784
|
+
provide: TranslateLoader,
|
|
92785
|
+
useFactory: () => ({
|
|
92786
|
+
getTranslation: (lan) => {
|
|
92787
|
+
if (lan === "fr") {
|
|
92788
|
+
return of(fr_default);
|
|
92789
|
+
}
|
|
92790
|
+
return of(en_default);
|
|
92791
|
+
}
|
|
92792
|
+
})
|
|
92793
|
+
}
|
|
92794
|
+
})
|
|
92795
|
+
]
|
|
92191
92796
|
});
|
|
92192
92797
|
const filingElement = createCustomElement(FilingComponent, {
|
|
92193
92798
|
injector: app.injector
|