dfh-ui-library 1.12.431 → 1.12.432
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
@@ -673,6 +673,7 @@ export interface TimelineProps {
|
|
673
673
|
navigationAction?: (solution?: ISolutionvalues, type?: string) => void;
|
674
674
|
type?: string[];
|
675
675
|
toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
|
676
|
+
isChallengeTimeline?: boolean;
|
676
677
|
}
|
677
678
|
export interface SideBarListProps {
|
678
679
|
filterLeftLabel?: string;
|
@@ -731,6 +732,7 @@ export interface TimelineEventProps {
|
|
731
732
|
surveyDate?: string;
|
732
733
|
navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
|
733
734
|
toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
|
735
|
+
isChallengeTimeline?: boolean;
|
734
736
|
}
|
735
737
|
export interface IVariant {
|
736
738
|
pdfMetaData?: PDFMeta;
|