dfh-ui-library 1.12.607 → 1.12.608
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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +0 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +2 -2
|
@@ -458,7 +458,6 @@ export interface ButtonGroupProps extends InputGroupProps {
|
|
|
458
458
|
onValueChange?: (value: string) => void;
|
|
459
459
|
viewMode?: boolean;
|
|
460
460
|
buttonType?: string;
|
|
461
|
-
tooltip?: string;
|
|
462
461
|
}
|
|
463
462
|
export interface ButtonGroupMultiProps extends InputGroupProps {
|
|
464
463
|
options: {
|
|
@@ -480,7 +479,6 @@ export interface ButtonGroupMultiProps extends InputGroupProps {
|
|
|
480
479
|
onValueChange?: (value: string) => void;
|
|
481
480
|
viewMode?: boolean;
|
|
482
481
|
buttonType?: string;
|
|
483
|
-
tooltip?: string;
|
|
484
482
|
}
|
|
485
483
|
export interface ButtonGroupWithUploadProps extends InputGroupProps {
|
|
486
484
|
options: {
|
|
@@ -501,7 +499,6 @@ export interface ButtonGroupWithUploadProps extends InputGroupProps {
|
|
|
501
499
|
answerLabel: string;
|
|
502
500
|
lastEditedDate?: string;
|
|
503
501
|
};
|
|
504
|
-
tooltip?: string;
|
|
505
502
|
}
|
|
506
503
|
export interface PaginationProps {
|
|
507
504
|
pageSize: number;
|