@ahmadmubarak98/namozaj 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.d.ts +1 -1
- package/dist/namozaj.js +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -235,7 +235,7 @@ export declare const Namozaj: default_2.ForwardRefExoticComponent<DynamicFormPro
|
|
|
235
235
|
|
|
236
236
|
export declare interface NamozajLocalizationOptions {
|
|
237
237
|
locales: string[];
|
|
238
|
-
|
|
238
|
+
translatedLabel?: (label: string, locale: string) => string;
|
|
239
239
|
translatedFieldNameSuffix?: (locale: string) => string;
|
|
240
240
|
translatedFieldGrid?: (field: DynamicFormField, locale: string) => GridColumnConfig;
|
|
241
241
|
localePicker?: {
|
package/dist/namozaj.js
CHANGED
|
@@ -82563,7 +82563,7 @@ const Form = React__default.forwardRef(
|
|
|
82563
82563
|
), y.label = getTranslatedFieldLabel(
|
|
82564
82564
|
p,
|
|
82565
82565
|
h,
|
|
82566
|
-
(b = e.localization) == null ? void 0 : b.
|
|
82566
|
+
(b = e.localization) == null ? void 0 : b.translatedLabel
|
|
82567
82567
|
), y.grid = getTranslatedFieldGrid(
|
|
82568
82568
|
p,
|
|
82569
82569
|
h,
|