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;
|
package/dist/index.d.ts
CHANGED
|
@@ -421,7 +421,6 @@ interface ButtonGroupProps extends InputGroupProps {
|
|
|
421
421
|
onValueChange?: (value: string) => void;
|
|
422
422
|
viewMode?: boolean;
|
|
423
423
|
buttonType?: string;
|
|
424
|
-
tooltip?: string;
|
|
425
424
|
}
|
|
426
425
|
interface ButtonGroupMultiProps extends InputGroupProps {
|
|
427
426
|
options: {
|
|
@@ -443,7 +442,6 @@ interface ButtonGroupMultiProps extends InputGroupProps {
|
|
|
443
442
|
onValueChange?: (value: string) => void;
|
|
444
443
|
viewMode?: boolean;
|
|
445
444
|
buttonType?: string;
|
|
446
|
-
tooltip?: string;
|
|
447
445
|
}
|
|
448
446
|
interface ButtonGroupWithUploadProps extends InputGroupProps {
|
|
449
447
|
options: {
|
|
@@ -464,7 +462,6 @@ interface ButtonGroupWithUploadProps extends InputGroupProps {
|
|
|
464
462
|
answerLabel: string;
|
|
465
463
|
lastEditedDate?: string;
|
|
466
464
|
};
|
|
467
|
-
tooltip?: string;
|
|
468
465
|
}
|
|
469
466
|
interface PaginationProps {
|
|
470
467
|
pageSize: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dfh-ui-library",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.608",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/react": "^18.2.37",
|
|
24
24
|
"autoprefixer": "^10.4.16",
|
|
25
25
|
"classnames": "^2.3.2",
|
|
26
|
-
"dfh-form-generator": "^1.2.
|
|
26
|
+
"dfh-form-generator": "^1.2.80",
|
|
27
27
|
"formik": "^2.4.5",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"moment": "^2.29.4",
|