ets-fe-ng-sdk 19.0.60 → 19.0.62

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.
@@ -6712,7 +6712,7 @@ class InputBase {
6712
6712
  optionHintField: this.optionHintField(),
6713
6713
  }),
6714
6714
  loader: ({ request: options }) => environment.translate
6715
- ? forkJoin(options.map((x, i) => this.translationService.translateHTML(x.label).pipe(first(), map$1((r) => ({ ...x, label: r })))))
6715
+ ? forkJoin(options.map((x, i) => this.translationService.pipeTransformer(x.label, { noLoader: true }).pipe(first(), map$1((r) => ({ ...x, label: r })))))
6716
6716
  : of(options),
6717
6717
  });
6718
6718
  this.options = computed(() => this.optionsResource.value() || []);