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[];
|
package/dist/index.d.ts
CHANGED
@@ -290,6 +290,7 @@ interface CustomFileInputProps {
|
|
290
290
|
setFileName?: (fileNameProps: FileNameProps) => void;
|
291
291
|
pclass?: string;
|
292
292
|
fileExt?: string;
|
293
|
+
fileType?: string;
|
293
294
|
}
|
294
295
|
interface ToolTipProps {
|
295
296
|
tooltipIcon?: string;
|
@@ -361,6 +362,7 @@ interface DropdownSearchProps {
|
|
361
362
|
isBorderedError?: boolean;
|
362
363
|
listHeader?: string;
|
363
364
|
selected?: string;
|
365
|
+
clearAction?: () => void;
|
364
366
|
}
|
365
367
|
interface UserDropdownProps {
|
366
368
|
options?: OptionProps[];
|