@dyedurham/search-and-file-widget 1.3.5 → 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.
Files changed (2) hide show
  1. package/dnd-filing-shell.js +781 -156
  2. package/package.json +1 -1
@@ -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", 12);
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);
@@ -86835,14 +86843,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86835
86843
  }
86836
86844
  if (rf & 2) {
86837
86845
  const ctx_r2 = \u0275\u0275nextContext(3);
86838
- const task_r5 = \u0275\u0275readContextLet(9);
86839
- \u0275\u0275property("errors", ctx_r2.errors())("isNote", ctx_r2.dataWasChanged())("actionsDisabled", ctx_r2.isLoading())("form", ctx_r2.deltaForm)("taskType", task_r5._taskType);
86846
+ const currentTask_r5 = \u0275\u0275readContextLet(9);
86847
+ \u0275\u0275property("errors", ctx_r2.errors())("isNote", ctx_r2.dataWasChanged())("actionsDisabled", ctx_r2.isLoading())("form", ctx_r2.deltaForm)("taskType", currentTask_r5._taskType);
86840
86848
  }
86841
86849
  }
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", 13);
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);
@@ -86856,14 +86864,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86856
86864
  }
86857
86865
  if (rf & 2) {
86858
86866
  const ctx_r2 = \u0275\u0275nextContext(3);
86859
- const task_r5 = \u0275\u0275readContextLet(9);
86860
- \u0275\u0275property("form", ctx_r2.previewForm)("taskType", task_r5._taskType)("actionsDisabled", ctx_r2.isLoading());
86867
+ const currentTask_r5 = \u0275\u0275readContextLet(9);
86868
+ \u0275\u0275property("form", ctx_r2.previewForm)("taskType", currentTask_r5._taskType)("actionsDisabled", ctx_r2.isLoading());
86861
86869
  }
86862
86870
  }
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", 14);
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", 10)(1, FilingComponent_Conditional_10_Conditional_0_Conditional_1_Template, 1, 3, "preview-form", 11)(2, FilingComponent_Conditional_10_Conditional_0_Conditional_2_Template, 1, 0, "terms-and-conditions");
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 FilingComponent_Conditional_10_Conditional_1_Template(rf, ctx) {
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 FilingComponent_Conditional_10_Conditional_1_Template_comparison_form_validate_0_listener() {
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(2);
86906
+ const ctx_r2 = \u0275\u0275nextContext(3);
86899
86907
  return \u0275\u0275resetView(ctx_r2.onDataComparisonNextClick());
86900
- })("close", function FilingComponent_Conditional_10_Conditional_1_Template_comparison_form_close_0_listener() {
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(2);
86910
+ const ctx_r2 = \u0275\u0275nextContext(3);
86903
86911
  return \u0275\u0275resetView(ctx_r2.onClose());
86904
- })("save", function FilingComponent_Conditional_10_Conditional_1_Template_comparison_form_save_0_listener() {
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(2);
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(2);
86913
- const task_r5 = \u0275\u0275readContextLet(9);
86914
- \u0275\u0275property("form", ctx_r2.previewForm)("taskType", task_r5._taskType)("actionsDisabled", ctx_r2.isLoading())("validationConfig", ctx_r2.validationConfig())("errors", ctx_r2.errors())("readonly", false)("isNote", ctx_r2.dataWasChanged());
86920
+ const ctx_r2 = \u0275\u0275nextContext(3);
86921
+ const currentTask_r5 = \u0275\u0275readContextLet(9);
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 FilingComponent_Conditional_10_Conditional_2_Template(rf, ctx) {
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 FilingComponent_Conditional_10_Conditional_2_Template_comparison_form_close_0_listener() {
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(2);
86931
+ const ctx_r2 = \u0275\u0275nextContext(3);
86924
86932
  return \u0275\u0275resetView(ctx_r2.onClose());
86925
- })("save", function FilingComponent_Conditional_10_Conditional_2_Template_comparison_form_save_0_listener() {
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(2);
86935
+ const ctx_r2 = \u0275\u0275nextContext(3);
86928
86936
  return \u0275\u0275resetView(ctx_r2.onSaveChanges());
86929
- })("file", function FilingComponent_Conditional_10_Conditional_2_Template_comparison_form_file_0_listener() {
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(2);
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(2);
86938
- const task_r5 = \u0275\u0275readContextLet(9);
86939
- \u0275\u0275property("form", ctx_r2.previewForm)("taskType", task_r5._taskType)("actionsDisabled", ctx_r2.isLoading())("validationConfig", ctx_r2.validationConfig())("errors", ctx_r2.errors())("readonly", true);
86945
+ const ctx_r2 = \u0275\u0275nextContext(3);
86946
+ const currentTask_r5 = \u0275\u0275readContextLet(9);
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 FilingComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) {
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", 14);
86946
- \u0275\u0275listener("prev", function FilingComponent_Conditional_10_Conditional_3_Conditional_0_Template_terms_and_conditions_prev_0_listener() {
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(3);
86956
+ const ctx_r2 = \u0275\u0275nextContext(4);
86949
86957
  return \u0275\u0275resetView(ctx_r2.onTermsAndConditionsPrevClick());
86950
- })("confirm", function FilingComponent_Conditional_10_Conditional_3_Conditional_0_Template_terms_and_conditions_confirm_0_listener($event) {
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(3);
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 FilingComponent_Conditional_10_Conditional_3_Template(rf, ctx) {
86966
+ function FilingComponent_Conditional_10_Conditional_1_Conditional_2_Template(rf, ctx) {
86959
86967
  if (rf & 1) {
86960
- \u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 0, "terms-and-conditions");
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(2);
86971
+ const ctx_r2 = \u0275\u0275nextContext(3);
86964
86972
  \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 0 : -1);
86965
86973
  }
86966
86974
  }
86967
- function FilingComponent_Conditional_10_Template(rf, ctx) {
86975
+ function FilingComponent_Conditional_10_Conditional_1_Template(rf, ctx) {
86968
86976
  if (rf & 1) {
86969
- \u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Template, 3, 3)(1, FilingComponent_Conditional_10_Conditional_1_Template, 1, 7, "comparison-form", 8)(2, FilingComponent_Conditional_10_Conditional_2_Template, 1, 6, "comparison-form", 9)(3, FilingComponent_Conditional_10_Conditional_3_Template, 1, 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);
86970
86978
  }
86971
86979
  if (rf & 2) {
86972
- const ctx_r2 = \u0275\u0275nextContext();
86973
- const task_r5 = \u0275\u0275readContextLet(9);
86974
- \u0275\u0275conditional(ctx_r2.isFormationTask(task_r5) ? 0 : -1);
86980
+ const ctx_r2 = \u0275\u0275nextContext(2);
86981
+ \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.Validate ? 0 : -1);
86975
86982
  \u0275\u0275advance();
86976
- \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.Validate ? 1 : -1);
86983
+ \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.FilingPreview ? 1 : -1);
86977
86984
  \u0275\u0275advance();
86978
- \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.FilingPreview ? 2 : -1);
86985
+ \u0275\u0275conditional(ctx_r2.activeStep() === ctx_r2.steps.TermsAndConditions ? 2 : -1);
86986
+ }
86987
+ }
86988
+ function FilingComponent_Conditional_10_Template(rf, ctx) {
86989
+ if (rf & 1) {
86990
+ \u0275\u0275template(0, FilingComponent_Conditional_10_Conditional_0_Template, 3, 3)(1, FilingComponent_Conditional_10_Conditional_1_Template, 3, 3);
86991
+ }
86992
+ if (rf & 2) {
86993
+ const ctx_r2 = \u0275\u0275nextContext();
86994
+ const currentTask_r5 = \u0275\u0275readContextLet(9);
86995
+ \u0275\u0275conditional(ctx_r2.isFormationTask(currentTask_r5) ? 0 : -1);
86979
86996
  \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) {
@@ -87026,20 +87043,48 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87026
87043
  init_core();
87027
87044
  init_button();
87028
87045
  FilingComponent = class _FilingComponent {
87029
- signature = input();
87030
- corporationInformation = input();
87031
- deltaData = input();
87046
+ env = input();
87047
+ config = input();
87048
+ language = input("en");
87049
+ proxyApiUrl = input();
87050
+ jwtToken = input();
87051
+ task = input();
87052
+ height = input();
87032
87053
  validateOptions = input();
87033
- envConfig = input();
87034
- changeDeltaData = output();
87035
- onResultGet = output();
87054
+ deltaDataChange = output();
87055
+ filingValidateSuccess = output();
87056
+ filingSubmitSuccess = output();
87036
87057
  close = output();
87058
+ _signature = computed(() => {
87059
+ const task = this.task();
87060
+ const config2 = this.config();
87061
+ const env = this.env();
87062
+ const language = this.language();
87063
+ const proxyApiUrl = this.proxyApiUrl();
87064
+ const jwtToken = this.jwtToken();
87065
+ if (!task || !config2 || !env || !proxyApiUrl || !jwtToken)
87066
+ return void 0;
87067
+ return {
87068
+ env,
87069
+ config: config2,
87070
+ language,
87071
+ proxyApiUrl,
87072
+ jwtToken,
87073
+ task,
87074
+ deltaDataChange: (data) => this.deltaDataChange.emit(data),
87075
+ filingValidateSuccess: (event) => this.filingValidateSuccess.emit(event),
87076
+ filingSubmitSuccess: (event) => this.filingSubmitSuccess.emit(event),
87077
+ close: () => this.close.emit()
87078
+ };
87079
+ });
87080
+ isFormationTask = isFormationTask;
87081
+ isInitialReturnTask = isInitialReturnTask;
87037
87082
  dialog = inject(MatDialog);
87038
87083
  formationService = inject(FormationService);
87039
87084
  initialReturnService = inject(InitialReturnService);
87040
87085
  translate = inject(TranslateService);
87041
87086
  isEditButton = computed(() => {
87042
- const task = this.signature()?.task;
87087
+ const task = this.task();
87043
87088
  switch (task?._taskType) {
87044
87089
  case TaskType.Formation:
87045
87090
  return this.activeStep() === Step.FilingPreview;
@@ -87060,20 +87105,21 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87060
87105
  deltaForm = new FormGroup({});
87061
87106
  previewForm = new FormGroup({});
87062
87107
  previewFormInitialValue = {};
87108
+ deltaFormInitialValue = {};
87063
87109
  errors = signal([]);
87064
87110
  title = computed(() => {
87065
- const signature = this.signature();
87066
- if (isInitialReturnTask(signature?.task)) {
87111
+ const task = this.task();
87112
+ if (isInitialReturnTask(task)) {
87067
87113
  return "File Initial Return";
87068
87114
  }
87069
- if (isFormationTask(signature?.task)) {
87115
+ if (isFormationTask(task)) {
87070
87116
  return "File Article Of Incorporation";
87071
87117
  }
87072
87118
  return "";
87073
87119
  });
87074
87120
  constructor() {
87075
87121
  effect(() => {
87076
- const config2 = this.envConfig();
87122
+ const config2 = this.config();
87077
87123
  if (config2) {
87078
87124
  this.initialReturnService.setConfig(config2);
87079
87125
  this.formationService.setConfig(config2);
@@ -87081,17 +87127,16 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87081
87127
  });
87082
87128
  addStylesVariables();
87083
87129
  effect(() => {
87084
- const task = this.signature()?.task;
87130
+ const task = this.task();
87085
87131
  if (task) {
87086
- this.translate.setDefaultLang(this.signature()?.language || "en");
87132
+ this.translate.use(this.language() || "en");
87087
87133
  this.deltaForm = new FormGroup(this.generateDeltaFormFieldsConfig(task));
87134
+ this.deltaFormInitialValue = this.deltaForm.getRawValue();
87088
87135
  }
87089
87136
  });
87090
87137
  effect(() => {
87091
- const deltaDataValue = this.deltaData();
87092
- const deltaFromSignature = this.signature()?.task.deltaData;
87093
- const deltaData = deltaFromSignature ?? deltaDataValue;
87094
- const task = this.signature()?.task;
87138
+ const task = this.task();
87139
+ const deltaData = task?.deltaData;
87095
87140
  if (!task) {
87096
87141
  return;
87097
87142
  }
@@ -87127,29 +87172,25 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87127
87172
  validateAndFileFormationTask(form, termsAndConditions) {
87128
87173
  return __async(this, null, function* () {
87129
87174
  const deltaData = this.generateFormationDeltaData(form, termsAndConditions);
87130
- if (this.signature()?.deltaDataChange) {
87131
- this.signature()?.deltaDataChange({
87132
- deltaData: __spreadProps(__spreadValues({}, deltaData), { signature: this.signature() })
87133
- });
87134
- }
87135
- const signature = this.signature();
87175
+ this.deltaDataChange.emit({
87176
+ deltaData: __spreadProps(__spreadValues({}, deltaData), { signature: this._signature() })
87177
+ });
87178
+ const signature = this._signature();
87136
87179
  if (signature) {
87137
87180
  const response = yield this.formationService.validate(signature, deltaData, this.serviceOrderId, this.validateOptions() ?? {});
87138
- this.changeDeltaData.emit({
87139
- deltaData: __spreadProps(__spreadValues({}, deltaData), { task: this.signature()?.task })
87181
+ this.deltaDataChange.emit({
87182
+ deltaData: __spreadProps(__spreadValues({}, deltaData), { task: this.task() })
87183
+ });
87184
+ const isoTimestamp = (/* @__PURE__ */ new Date()).toISOString();
87185
+ this.filingValidateSuccess.emit({
87186
+ searchOrFilingType: "ontarioIncorporation",
87187
+ serviceOrderId: this.serviceOrderId,
87188
+ validatedOn: /* @__PURE__ */ new Date(),
87189
+ provider: "obr",
87190
+ draftPdf: response.Draft ?? "",
87191
+ documentName: this.validateOptions()?.documentName ? `${this.validateOptions()?.documentName} ${isoTimestamp}` : `Incorporation Draft ${isoTimestamp}`,
87192
+ documentType: "pdf"
87140
87193
  });
87141
- if (this.signature()?.filingValidateSuccess) {
87142
- const isoTimestamp = (/* @__PURE__ */ new Date()).toISOString();
87143
- this.signature()?.filingValidateSuccess({
87144
- searchOrFilingType: "ontarioIncorporation",
87145
- serviceOrderId: this.serviceOrderId,
87146
- validatedOn: /* @__PURE__ */ new Date(),
87147
- provider: "obr",
87148
- draftPdf: response.Draft ?? "",
87149
- documentName: this.validateOptions()?.documentName ? `${this.validateOptions()?.documentName} ${isoTimestamp}` : `Incorporation Draft ${isoTimestamp}`,
87150
- documentType: "pdf"
87151
- });
87152
- }
87153
87194
  return response;
87154
87195
  }
87155
87196
  return;
@@ -87157,7 +87198,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87157
87198
  }
87158
87199
  validateAndFileInitialReturnTask(form) {
87159
87200
  return __async(this, null, function* () {
87160
- const task = this.signature()?.task;
87201
+ const task = this.task();
87161
87202
  if (!isInitialReturnTask(task)) {
87162
87203
  return null;
87163
87204
  }
@@ -87308,11 +87349,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87308
87349
  }
87309
87350
  }
87310
87351
  };
87311
- const signature = this.signature();
87352
+ const signature = this._signature();
87312
87353
  if (signature) {
87313
87354
  const response = yield this.initialReturnService.submitInitialReturnValidationToECore(signature, payload, this.serviceOrderId, this.validateOptions());
87314
- this.changeDeltaData.emit({
87315
- deltaData: __spreadProps(__spreadValues({}, formData), { task: this.signature()?.task })
87355
+ this.deltaDataChange.emit({
87356
+ deltaData: __spreadProps(__spreadValues({}, formData), { task: this.task() })
87316
87357
  });
87317
87358
  return response;
87318
87359
  }
@@ -87320,7 +87361,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87320
87361
  });
87321
87362
  }
87322
87363
  onEditClick() {
87323
- if (isInitialReturnTask(this.signature()?.task)) {
87364
+ if (isInitialReturnTask(this.task())) {
87324
87365
  this.previewForm.enable();
87325
87366
  this.activeStep.set(Step.Validate);
87326
87367
  return;
@@ -87329,7 +87370,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87329
87370
  }
87330
87371
  onDeltaDataSubmit() {
87331
87372
  return __async(this, null, function* () {
87332
- const task = this.signature()?.task;
87373
+ const task = this.task();
87333
87374
  if (!task) {
87334
87375
  return;
87335
87376
  }
@@ -87357,7 +87398,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87357
87398
  this.errors.set([]);
87358
87399
  const result = yield this.validateAndFileFormationTask(this.previewForm, termsAndConditions);
87359
87400
  const serviceId = result?.ServiceOrderId;
87360
- const signature = this.signature();
87401
+ const signature = this._signature();
87361
87402
  if (serviceId && signature) {
87362
87403
  const result2 = yield this.formationService.submitFormationRequest(signature, serviceId, this.validateOptions());
87363
87404
  if (!result2?.ReceiptPdf) {
@@ -87381,8 +87422,9 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87381
87422
  return errors.map((item) => item["ErrorMessage"].toString());
87382
87423
  }
87383
87424
  onClose() {
87384
- if (deepEqual(this.previewFormInitialValue, this.previewForm.getRawValue())) {
87385
- this.signature()?.close();
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())) {
87386
87428
  this.close.emit();
87387
87429
  } else {
87388
87430
  this.dialog.open(ConfirmModalComponent, {
@@ -87404,7 +87446,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87404
87446
  }
87405
87447
  onSaveDeltaFormChanges() {
87406
87448
  const formData = this.generateFormationDeltaData(this.deltaForm);
87407
- this.signature()?.deltaDataChange?.({ deltaData: formData, signature: this.signature() });
87449
+ this.deltaDataChange.emit({ deltaData: formData, signature: this._signature() });
87408
87450
  }
87409
87451
  generateFormationDeltaData(form, termsAndConditions) {
87410
87452
  const formData = form.getRawValue();
@@ -87423,14 +87465,14 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87423
87465
  }
87424
87466
  onSaveChanges() {
87425
87467
  const formData = this.previewForm.getRawValue();
87426
- this.signature()?.deltaDataChange?.({ deltaData: formData, signature: this.signature() });
87468
+ this.deltaDataChange.emit({ deltaData: formData, signature: this._signature() });
87427
87469
  }
87428
87470
  onPreviewNextClick() {
87429
87471
  this.activeStep.set(Step.TermsAndConditions);
87430
87472
  }
87431
87473
  onDataComparisonNextClick() {
87432
87474
  return __async(this, null, function* () {
87433
- const task = this.signature()?.task;
87475
+ const task = this.task();
87434
87476
  if (!task) {
87435
87477
  return;
87436
87478
  }
@@ -87439,7 +87481,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87439
87481
  this.errors.set([]);
87440
87482
  if (isInitialReturnTask(task)) {
87441
87483
  yield this.validateAndFileInitialReturnTask(this.previewForm);
87442
- this.changeDeltaData.emit({ deltaData: __spreadProps(__spreadValues({}, this.previewForm.getRawValue()), { task: this.signature()?.task }) });
87484
+ this.deltaDataChange.emit({ deltaData: __spreadProps(__spreadValues({}, this.previewForm.getRawValue()), { task: this.task() }) });
87443
87485
  }
87444
87486
  } catch (response) {
87445
87487
  console.error(response);
@@ -87454,7 +87496,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87454
87496
  }
87455
87497
  onInitialReturnSubmit(termsAndConditions) {
87456
87498
  return __async(this, null, function* () {
87457
- const task = this.signature()?.task;
87499
+ const task = this.task();
87458
87500
  if (!task) {
87459
87501
  return;
87460
87502
  }
@@ -87462,7 +87504,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87462
87504
  this.isLoading.set(true);
87463
87505
  this.errors.set([]);
87464
87506
  if (isInitialReturnTask(task)) {
87465
- const signature = this.signature();
87507
+ const signature = this._signature();
87466
87508
  if (signature) {
87467
87509
  const result = yield this.initialReturnService.submitRequest(signature, this.serviceOrderId, this.validateOptions());
87468
87510
  if (!result?.ReceiptPdf) {
@@ -87485,8 +87527,8 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87485
87527
  getStatus(serviceId) {
87486
87528
  return __async(this, null, function* () {
87487
87529
  this.isPolling = true;
87488
- const signature = this.signature();
87489
- const task = this.signature()?.task;
87530
+ const signature = this._signature();
87531
+ const task = this.task();
87490
87532
  if (signature) {
87491
87533
  let result = null;
87492
87534
  if (isFormationTask(task)) {
@@ -87496,7 +87538,10 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87496
87538
  }
87497
87539
  const status = result?.Status;
87498
87540
  if (result && !status) {
87499
- this.onResultGet.emit(result);
87541
+ this.filingSubmitSuccess.emit({
87542
+ serviceOrderId: result.ServiceOrderId ?? serviceId,
87543
+ filedOn: /* @__PURE__ */ new Date()
87544
+ });
87500
87545
  }
87501
87546
  return;
87502
87547
  }
@@ -87509,7 +87554,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87509
87554
  this.activeStep.set(Step.FilingPreview);
87510
87555
  }
87511
87556
  generateFormationPreviewForm(task) {
87512
- const fieldsConfig = FormationPreviewFormHelper.generateFieldConfig(task, this.deltaData()?.deltaData);
87557
+ const fieldsConfig = FormationPreviewFormHelper.generateFieldConfig(task, task.deltaData?.deltaData);
87513
87558
  this.previewForm = new FormGroup(fieldsConfig);
87514
87559
  this.previewForm.disable();
87515
87560
  if (untracked2(this.activeStep) === Step.Validate) {
@@ -87518,7 +87563,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87518
87563
  this.previewFormInitialValue = this.previewForm.getRawValue();
87519
87564
  }
87520
87565
  generateInitialReturnPreviewForm(data) {
87521
- const task = this.signature()?.task;
87566
+ const task = this.task();
87522
87567
  if (!task || !isInitialReturnTask(task) || !data)
87523
87568
  return;
87524
87569
  const fieldsConfig = IRPreviewInitialFormHelper.generateInitialForm(task, data);
@@ -87530,7 +87575,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87530
87575
  }
87531
87576
  getInitialReturnServiceId() {
87532
87577
  return __async(this, null, function* () {
87533
- const signature = this.signature();
87578
+ const signature = this._signature();
87534
87579
  if (signature) {
87535
87580
  return yield this.initialReturnService.validateCurrentData(signature, this.validateOptions());
87536
87581
  }
@@ -87541,22 +87586,21 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87541
87586
  this.activeStep.set(Step.Validate);
87542
87587
  }
87543
87588
  defineInitialStep() {
87544
- const signature = this.signature();
87545
- const taskFromDeltaData = this.signature()?.task?.deltaData?.signature?.task ?? this.deltaData()?.deltaData?.task;
87546
- delete signature?.task?.deltaData;
87547
- if (signature && taskFromDeltaData) {
87548
- const dataWasChanged = !deepEqual(signature.task, taskFromDeltaData, ["deltaData"]);
87589
+ const task = this.task();
87590
+ const taskFromDeltaData = task?.deltaData?.signature?.task;
87591
+ delete task?.deltaData;
87592
+ if (task && taskFromDeltaData) {
87593
+ const dataWasChanged = !deepEqual(task, taskFromDeltaData, ["deltaData"]);
87549
87594
  this.dataWasChanged.set(dataWasChanged);
87550
87595
  this.activeStep.set(dataWasChanged ? Step.Validate : Step.FilingPreview);
87551
87596
  } else {
87552
87597
  this.activeStep.set(Step.FilingPreview);
87553
87598
  }
87554
87599
  }
87555
- isFormationTask = isFormationTask;
87556
87600
  static \u0275fac = function FilingComponent_Factory(__ngFactoryType__) {
87557
87601
  return new (__ngFactoryType__ || _FilingComponent)();
87558
87602
  };
87559
- static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _FilingComponent, selectors: [["app-filing"]], inputs: { signature: [1, "signature"], corporationInformation: [1, "corporationInformation"], deltaData: [1, "deltaData"], validateOptions: [1, "validateOptions"], envConfig: [1, "envConfig"] }, outputs: { changeDeltaData: "changeDeltaData", onResultGet: "onResultGet", close: "close" }, decls: 12, vars: 7, 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, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly", "isNote"], [3, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly"], [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, "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) {
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) {
87560
87604
  if (rf & 1) {
87561
87605
  const _r1 = \u0275\u0275getCurrentView();
87562
87606
  \u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
@@ -87573,19 +87617,20 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87573
87617
  \u0275\u0275template(7, FilingComponent_Conditional_7_Template, 4, 4, "div", 4);
87574
87618
  \u0275\u0275elementStart(8, "div", 5);
87575
87619
  \u0275\u0275declareLet(9);
87576
- \u0275\u0275template(10, FilingComponent_Conditional_10_Template, 4, 4)(11, FilingComponent_Conditional_11_Template, 2, 1, "div", 6);
87620
+ \u0275\u0275template(10, FilingComponent_Conditional_10_Template, 2, 2)(11, FilingComponent_Conditional_11_Template, 2, 1, "div", 6);
87577
87621
  \u0275\u0275elementEnd()();
87578
87622
  }
87579
87623
  if (rf & 2) {
87580
- let tmp_2_0;
87581
87624
  \u0275\u0275advance(3);
87582
- \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 4, ctx.title()));
87625
+ \u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 6, ctx.title()));
87583
87626
  \u0275\u0275advance(4);
87584
87627
  \u0275\u0275conditional(ctx.isEditButton() ? 7 : -1);
87585
- \u0275\u0275advance(2);
87586
- const task_r11 = \u0275\u0275storeLet((tmp_2_0 = ctx.signature()) == null ? null : tmp_2_0.task);
87587
87628
  \u0275\u0275advance();
87588
- \u0275\u0275conditional(task_r11 ? 10 : -1);
87629
+ \u0275\u0275styleProp("height", ctx.height());
87630
+ \u0275\u0275advance();
87631
+ const currentTask_r11 = \u0275\u0275storeLet(ctx.task());
87632
+ \u0275\u0275advance();
87633
+ \u0275\u0275conditional(currentTask_r11 ? 10 : -1);
87589
87634
  \u0275\u0275advance();
87590
87635
  \u0275\u0275conditional(ctx.isLoading() ? 11 : -1);
87591
87636
  }
@@ -87632,11 +87677,11 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87632
87677
  </div>\r
87633
87678
  }\r
87634
87679
  \r
87635
- <div class="filing-content">\r
87636
- @let task = signature()?.task;\r
87680
+ <div [style.height]="height()" class="filing-content">\r
87681
+ @let currentTask = task();\r
87637
87682
  \r
87638
- @if (task) {\r
87639
- @if (isFormationTask(task)) {\r
87683
+ @if (currentTask) {\r
87684
+ @if (isFormationTask(currentTask)) {\r
87640
87685
  @if (activeStep() === steps.Validate) {\r
87641
87686
  <delta-form\r
87642
87687
  [errors]="errors()"\r
@@ -87645,7 +87690,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87645
87690
  (close)="onClose()"\r
87646
87691
  (validate)="onDeltaDataSubmit()"\r
87647
87692
  [form]="deltaForm"\r
87648
- [taskType]="task._taskType"\r
87693
+ [taskType]="currentTask._taskType"\r
87649
87694
  (previous)="onDeltaFormPrevious()"\r
87650
87695
  (save)="onSaveDeltaFormChanges()"\r
87651
87696
  />\r
@@ -87654,7 +87699,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87654
87699
  @if (activeStep() === steps.FilingPreview) {\r
87655
87700
  <preview-form\r
87656
87701
  [form]="previewForm"\r
87657
- [taskType]="task._taskType"\r
87702
+ [taskType]="currentTask._taskType"\r
87658
87703
  [actionsDisabled]="isLoading()"\r
87659
87704
  (next)="onPreviewNextClick()"\r
87660
87705
  (close)="onPreviewPrevClick()"\r
@@ -87669,41 +87714,43 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87669
87714
  }\r
87670
87715
  }\r
87671
87716
  \r
87672
- @if (activeStep() === steps.Validate) {\r
87673
- <comparison-form\r
87674
- [form]="previewForm"\r
87675
- [taskType]="task._taskType"\r
87676
- [actionsDisabled]="isLoading()"\r
87677
- [validationConfig]="validationConfig()"\r
87678
- [errors]="errors()"\r
87679
- [readonly]="false"\r
87680
- [isNote]="dataWasChanged()"\r
87681
- (validate)="onDataComparisonNextClick()"\r
87682
- (close)="onClose()"\r
87683
- (save)="onSaveChanges()"\r
87684
- />\r
87685
- }\r
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
87686
87732
  \r
87687
- @if (activeStep() === steps.FilingPreview) {\r
87688
- <comparison-form\r
87689
- [form]="previewForm"\r
87690
- [taskType]="task._taskType"\r
87691
- [actionsDisabled]="isLoading()"\r
87692
- [validationConfig]="validationConfig()"\r
87693
- [errors]="errors()"\r
87694
- [readonly]="true"\r
87695
- (close)="onClose()"\r
87696
- (save)="onSaveChanges()"\r
87697
- (file)="onPreviewNextClick()"\r
87698
- />\r
87699
- }\r
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
87700
87746
  \r
87701
- @if (activeStep() === steps.TermsAndConditions) {\r
87702
87747
  @if (activeStep() === steps.TermsAndConditions) {\r
87703
- <terms-and-conditions\r
87704
- (prev)="onTermsAndConditionsPrevClick()"\r
87705
- (confirm)="onInitialReturnSubmit($event)"\r
87706
- />\r
87748
+ @if (activeStep() === steps.TermsAndConditions) {\r
87749
+ <terms-and-conditions\r
87750
+ (prev)="onTermsAndConditionsPrevClick()"\r
87751
+ (confirm)="onInitialReturnSubmit($event)"\r
87752
+ />\r
87753
+ }\r
87707
87754
  }\r
87708
87755
  }\r
87709
87756
  }\r
@@ -87719,7 +87766,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
87719
87766
  }], () => [], null);
87720
87767
  })();
87721
87768
  (() => {
87722
- (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber: 80 });
87769
+ (typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(FilingComponent, { className: "FilingComponent", filePath: "src/app/components/filing/filing.component.ts", lineNumber: 85 });
87723
87770
  })();
87724
87771
  }
87725
87772
  });
@@ -92157,6 +92204,564 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
92157
92204
  }
92158
92205
  });
92159
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
+
92160
92765
  // src/main.ts
92161
92766
  var require_main = __commonJS({
92162
92767
  "src/main.ts"(exports$1) {
@@ -92165,9 +92770,29 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
92165
92770
  init_filing_component();
92166
92771
  init_animations();
92167
92772
  init_core2();
92773
+ init_ngx_translate_core();
92774
+ init_en();
92775
+ init_esm();
92776
+ init_fr();
92168
92777
  (() => __async(null, null, function* () {
92169
92778
  const app = yield createApplication({
92170
- providers: [provideAnimations(), provideNativeDateAdapter()]
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
+ ]
92171
92796
  });
92172
92797
  const filingElement = createCustomElement(FilingComponent, {
92173
92798
  injector: app.injector
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {