@ahmadmubarak98/namozaj 1.16.9 → 1.16.11

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 CHANGED
@@ -588,6 +588,8 @@ export declare type RepeaterFieldConfig = BaseFieldConfig & {
588
588
  enableBulkAdd?: boolean;
589
589
  enableBulkAddJson?: boolean;
590
590
  bulkAddBtn?: string | React.ReactNode;
591
+ bulkAddFormTabLabel?: string;
592
+ bulkAddJsonTabLabel?: string;
591
593
  enableBulkDelete?: boolean;
592
594
  bulkDeleteBtn?: string | React.ReactNode;
593
595
  bulkDeleteDialogTitle?: string;