dfh-ui-library 1.12.126 → 1.12.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ export declare const NoteCard: React.FC<{
10
10
  toggleEdit?: (isShow: boolean) => void;
11
11
  viewNoteHistory?(isShow: boolean, noteId: string, eventData?: any): any;
12
12
  lastModified?: string;
13
- setSaveNoteValues?: any;
13
+ saveNoteValues?: any;
14
14
  setEnableEdit?: (isEnable: boolean) => void;
15
15
  type?: string[];
16
16
  showAll?: boolean;
@@ -784,7 +784,6 @@ export interface NoteComponentProps {
784
784
  enableCheckbox?: boolean;
785
785
  enableEdit?: boolean;
786
786
  setEnableEdit?: (value: boolean) => void;
787
- setShowNoteInner?: (value: boolean) => void;
788
787
  toggleEvents?: {
789
788
  setShowNote?: (value: boolean) => void;
790
789
  lastModified?: string;