dfh-ui-library 1.12.595 → 1.12.597

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.
@@ -480,6 +480,7 @@ export interface ButtonGroupMultiProps extends InputGroupProps {
480
480
  onValueChange?: (value: string) => void;
481
481
  viewMode?: boolean;
482
482
  buttonType?: string;
483
+ tooltip?: string;
483
484
  }
484
485
  export interface ButtonGroupWithUploadProps extends InputGroupProps {
485
486
  options: {
@@ -500,6 +501,7 @@ export interface ButtonGroupWithUploadProps extends InputGroupProps {
500
501
  answerLabel: string;
501
502
  lastEditedDate?: string;
502
503
  };
504
+ tooltip?: string;
503
505
  }
504
506
  export interface PaginationProps {
505
507
  pageSize: number;
@@ -625,6 +627,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
625
627
  answerLabel: string;
626
628
  lastEditedDate?: string;
627
629
  };
630
+ tooltip?: string;
628
631
  }
629
632
  export interface selectedValue {
630
633
  value?: any;