dfh-ui-library 1.13.15 → 1.13.17

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.
@@ -442,6 +442,7 @@ export interface UserDropdownProps {
442
442
  disabled?: boolean;
443
443
  edited?: boolean;
444
444
  editedValue?: OptionProps;
445
+ disableApplyButton?: boolean;
445
446
  }
446
447
  export interface VersionDropDownProps {
447
448
  options?: {
@@ -506,6 +507,7 @@ export interface ButtonGroupProps extends InputGroupProps {
506
507
  viewMode?: boolean;
507
508
  buttonType?: string;
508
509
  disabled?: boolean;
510
+ disableApplyButton?: boolean;
509
511
  }
510
512
  export interface ButtonGroupMultiProps extends InputGroupProps {
511
513
  options: {