dfh-ui-library 1.12.595 → 1.12.596

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/dist/index.d.ts CHANGED
@@ -443,6 +443,7 @@ interface ButtonGroupMultiProps extends InputGroupProps {
443
443
  onValueChange?: (value: string) => void;
444
444
  viewMode?: boolean;
445
445
  buttonType?: string;
446
+ tooltip?: string;
446
447
  }
447
448
  interface ButtonGroupWithUploadProps extends InputGroupProps {
448
449
  options: {
@@ -463,6 +464,7 @@ interface ButtonGroupWithUploadProps extends InputGroupProps {
463
464
  answerLabel: string;
464
465
  lastEditedDate?: string;
465
466
  };
467
+ tooltip?: string;
466
468
  }
467
469
  interface PaginationProps {
468
470
  pageSize: number;
@@ -534,6 +536,7 @@ interface FormGenButtonGroupProps extends FormGenInputGroupProps {
534
536
  answerLabel: string;
535
537
  lastEditedDate?: string;
536
538
  };
539
+ tooltip?: string;
537
540
  }
538
541
  interface selectedValue {
539
542
  value?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.595",
3
+ "version": "1.12.596",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",