dfh-ui-library 1.12.763 → 1.12.765
Sign up to get free protection for your applications and to get access to all the features.
- 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 +2 -0
- 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
@@ -313,6 +313,7 @@ export interface CustomFileInputProps {
|
|
313
313
|
setFileName?: (fileNameProps: FileNameProps) => void;
|
314
314
|
pclass?: string;
|
315
315
|
fileExt?: string;
|
316
|
+
fileType?: string;
|
316
317
|
}
|
317
318
|
export interface ToolTipProps {
|
318
319
|
tooltipIcon?: string;
|
@@ -384,6 +385,7 @@ export interface DropdownSearchProps {
|
|
384
385
|
isBorderedError?: boolean;
|
385
386
|
listHeader?: string;
|
386
387
|
selected?: string;
|
388
|
+
clearAction?: () => void;
|
387
389
|
}
|
388
390
|
export interface DropdownVersionProps {
|
389
391
|
options?: OptionProps[];
|