@clickcns/vmedic-react 0.0.11 → 0.0.13

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.
@@ -8,6 +8,7 @@ interface FeedbackDetailPageContentProps {
8
8
  currentUser: UserDto | undefined;
9
9
  onClose?: () => void;
10
10
  isDialog?: boolean;
11
+ showHeader?: boolean;
11
12
  callbacks: {
12
13
  onCommentCreate: (feedbackId: string, data: CreateFeedbackCommentRequest) => Promise<any>;
13
14
  onCommentUpdate: (commentId: string, data: CreateFeedbackCommentRequest) => Promise<any>;
@@ -24,5 +25,5 @@ interface FeedbackDetailPageContentProps {
24
25
  onViewRecordDetail?: (recordId: string) => void;
25
26
  };
26
27
  }
27
- export declare const FeedbackDetailPageContent: ({ feedback, isFeedbackLoading, feedbackError, comments: commentsData, isCommentsLoading, currentUser, onClose, callbacks, isDialog, }: FeedbackDetailPageContentProps) => import("react/jsx-runtime").JSX.Element;
28
+ export declare const FeedbackDetailPageContent: ({ feedback, isFeedbackLoading, feedbackError, comments: commentsData, isCommentsLoading, currentUser, onClose, callbacks, isDialog, showHeader, }: FeedbackDetailPageContentProps) => import("react/jsx-runtime").JSX.Element;
28
29
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickcns/vmedic-react",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A collection of powerful utilities and components built with React and Vite",
5
5
  "author": "clickcns",
6
6
  "license": "MIT",