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.
@@ -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;
package/dist/index.d.ts CHANGED
@@ -563,6 +563,7 @@ interface TimelineProps {
563
563
  navigationAction?: (solution?: ISolutionvalues, type?: string) => void;
564
564
  type?: string[];
565
565
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
566
+ isChallengeTimeline?: boolean;
566
567
  }
567
568
  interface SideBarListProps {
568
569
  filterLeftLabel?: string;
@@ -621,6 +622,7 @@ interface TimelineEventProps {
621
622
  surveyDate?: string;
622
623
  navigateAction?: (timeLineNavReq?: ISolutionvalues, type?: string) => void;
623
624
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
625
+ isChallengeTimeline?: boolean;
624
626
  }
625
627
  interface IVariant {
626
628
  pdfMetaData?: PDFMeta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.431",
3
+ "version": "1.12.432",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",