dfh-ui-library 1.14.28 → 1.14.29

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.
@@ -723,6 +723,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
723
723
  options: {
724
724
  id: number;
725
725
  value: string;
726
+ displayName?: string;
726
727
  }[];
727
728
  onSelect: (selectedOption: selectedValue) => void;
728
729
  label?: string;
@@ -778,6 +779,7 @@ export interface selectedValue {
778
779
  valueRef?: any;
779
780
  answerPrevData?: IAnswerPrevData;
780
781
  updatedDate?: string;
782
+ displayName?: string;
781
783
  }
782
784
  export interface IAnswerPrevData {
783
785
  answerLabel: string;
package/dist/index.d.ts CHANGED
@@ -622,6 +622,7 @@ interface FormGenButtonGroupProps extends FormGenInputGroupProps {
622
622
  options: {
623
623
  id: number;
624
624
  value: string;
625
+ displayName?: string;
625
626
  }[];
626
627
  onSelect: (selectedOption: selectedValue) => void;
627
628
  label?: string;
@@ -677,6 +678,7 @@ interface selectedValue {
677
678
  valueRef?: any;
678
679
  answerPrevData?: IAnswerPrevData;
679
680
  updatedDate?: string;
681
+ displayName?: string;
680
682
  }
681
683
  interface IAnswerPrevData {
682
684
  answerLabel: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.14.28",
3
+ "version": "1.14.29",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",