dfh-ui-library 1.12.455 → 1.12.457

Sign up to get free protection for your applications and to get access to all the features.
@@ -752,10 +752,14 @@ export interface NoteProps {
752
752
  note?: NoteItemProps[];
753
753
  _id?: string;
754
754
  date?: string;
755
- actionedUser?: string;
755
+ actionedUser?: ActionedUser;
756
756
  noteType?: string;
757
757
  shouldUpdateLastContactDate?: boolean;
758
758
  }
759
+ interface ActionedUser {
760
+ _id?: string;
761
+ fullName?: string;
762
+ }
759
763
  export interface NoteHistoryProps {
760
764
  editedBy?: string;
761
765
  dateTime?: string;
@@ -808,6 +812,7 @@ export interface NoteComponentProps {
808
812
  additionalClassesNote?: string;
809
813
  additionalClassesButtons?: string;
810
814
  minHeight?: string;
815
+ isChallengeNote?: boolean;
811
816
  }
812
817
  export interface TabButtonProps {
813
818
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -644,10 +644,14 @@ interface NoteProps {
644
644
  note?: NoteItemProps[];
645
645
  _id?: string;
646
646
  date?: string;
647
- actionedUser?: string;
647
+ actionedUser?: ActionedUser;
648
648
  noteType?: string;
649
649
  shouldUpdateLastContactDate?: boolean;
650
650
  }
651
+ interface ActionedUser {
652
+ _id?: string;
653
+ fullName?: string;
654
+ }
651
655
  interface NoteHistoryProps {
652
656
  editedBy?: string;
653
657
  dateTime?: string;
@@ -696,6 +700,7 @@ interface NoteComponentProps {
696
700
  additionalClassesNote?: string;
697
701
  additionalClassesButtons?: string;
698
702
  minHeight?: string;
703
+ isChallengeNote?: boolean;
699
704
  }
700
705
  interface TabButtonProps {
701
706
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.455",
3
+ "version": "1.12.457",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { TimelineEventProps } from "../../shared/models/components/common.model";
3
- declare const NoteEvent: React.FC<TimelineEventProps>;
4
- export default NoteEvent;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { NoteItemProps } from "../../shared/models/components/common.model";
3
- interface NoteViewProps {
4
- notes?: NoteItemProps[];
5
- }
6
- declare const NotesEventView: React.FC<NoteViewProps>;
7
- export default NotesEventView;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { CustomDatePickerProps } from '../../shared/models/components/common.model';
3
- declare const MonthPicker: React.FC<CustomDatePickerProps>;
4
- export default MonthPicker;
@@ -1 +0,0 @@
1
- export { default } from "./MonthPicker";
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { TimelineEventProps } from "../../shared/models/components/common.model";
3
- declare const NoteEvent: React.FC<TimelineEventProps>;
4
- export default NoteEvent;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { NoteItemProps } from "../../shared/models/components/common.model";
3
- interface NoteViewProps {
4
- notes?: NoteItemProps[];
5
- }
6
- declare const NotesEventView: React.FC<NoteViewProps>;
7
- export default NotesEventView;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { CustomDatePickerProps } from '../../shared/models/components/common.model';
3
- declare const MonthPicker: React.FC<CustomDatePickerProps>;
4
- export default MonthPicker;
@@ -1 +0,0 @@
1
- export { default } from "./MonthPicker";