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: {
package/dist/index.d.ts CHANGED
@@ -404,6 +404,7 @@ interface UserDropdownProps {
404
404
  disabled?: boolean;
405
405
  edited?: boolean;
406
406
  editedValue?: OptionProps;
407
+ disableApplyButton?: boolean;
407
408
  }
408
409
  interface VersionDropDownProps {
409
410
  options?: {
@@ -468,6 +469,7 @@ interface ButtonGroupProps extends InputGroupProps {
468
469
  viewMode?: boolean;
469
470
  buttonType?: string;
470
471
  disabled?: boolean;
472
+ disableApplyButton?: boolean;
471
473
  }
472
474
  interface ButtonGroupMultiProps extends InputGroupProps {
473
475
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.15",
3
+ "version": "1.13.17",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",