@voplus/morpho-workspace 6.0.103 → 6.0.105
Sign up to get free protection for your applications and to get access to all the features.
- package/es/components/AutoSequenceDialog/index.d.ts +3 -3
- package/es/components/AutoSequenceLink/index.d.ts +2 -2
- package/es/controls/InlineSearch/index.d.ts +2 -2
- package/es/controls/MoreOperateDropdown/index.d.ts +15 -15
- package/es/controls/NodeLink/index.d.ts +1 -1
- package/es/data/board/contexts/BoardListContextState/index.d.ts +0 -1
- package/es/data/board/metas.d.ts +0 -1
- package/es/data/meeting/metas.d.ts +0 -1
- package/es/data/task/metas.d.ts +0 -1
- package/es/data/work/metas.d.ts +0 -1
- package/es/data/work-schedule/metas.d.ts +0 -1
- package/es/modules/board/components/Board/index.d.ts +1 -1
- package/es/modules/board/components/NewBoardColumnDialog/index.d.ts +2 -2
- package/es/modules/board/components/NewColumnDocumentForm/index.d.ts +1 -1
- package/es/modules/board/components/SubDocument/index.d.ts +2 -2
- package/es/modules/meeting/components/AgendaList/AgendaContext.d.ts +0 -1
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.d.ts +5 -5
- package/es/modules/meeting/components/MeetingList/QuickSearch/index.d.ts +8 -9
- package/es/modules/notification/components/DocumentNotificationCard/index.d.ts +4 -4
- package/es/modules/notification/components/NotificationList/index.d.ts +3 -3
- package/es/modules/notification/components/NotificationList/index.less +6 -1
- package/es/modules/notification/components/NotificationListHeader/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationListHeader/index.js +2 -4
- package/es/modules/notification/components/NotificationListHeader/index.js.map +1 -1
- package/es/modules/notification/controls/NotificationMenu/item/Send.d.ts +3 -3
- package/es/modules/pin/components/MyPinned/index.d.ts +2 -2
- package/es/modules/pin/components/PinnedCardList/index.d.ts +3 -3
- package/es/modules/tasks/components/AddTaskDropdown/index.d.ts +4 -4
- package/es/modules/tasks/components/DelegateDialog/index.d.ts +2 -2
- package/es/modules/tasks/components/NewTaskForm/index.d.ts +11 -11
- package/es/modules/tasks/components/NotificaitonNewTaskForm/index.d.ts +9 -9
- package/es/modules/tasks/components/TaskCheckItem/index.d.ts +2 -2
- package/es/modules/tasks/components/TaskCheckNewForm/index.d.ts +4 -4
- package/es/modules/tasks/controls/TaskStatusLabel/index.d.ts +1 -1
- package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +3 -3
- package/es/modules/work/components/NewWorkForm/index.d.ts +8 -8
- package/es/modules/work/components/RejectWorkDialog/index.d.ts +4 -4
- package/es/modules/work/components/WorkCashReport/index.d.ts +1 -1
- package/es/modules/work/components/WorkErrorList/index.d.ts +3 -3
- package/es/modules/work/components/WorkList/index.d.ts +0 -2
- package/es/modules/work/components/WorkList/index.js +2 -2
- package/es/modules/work/components/WorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkList2/index.d.ts +45 -0
- package/es/modules/work/components/WorkList2/index.js +227 -0
- package/es/modules/work/components/WorkList2/index.js.map +1 -0
- package/es/modules/work/components/WorkList2/index.less +27 -0
- package/es/modules/work/components/WorkListHeader/index.d.ts +17 -0
- package/es/modules/work/components/WorkListHeader/index.js +26 -0
- package/es/modules/work/components/WorkListHeader/index.js.map +1 -0
- package/es/modules/work/controls/SeveritySelect/index.d.ts +8 -8
- package/es/modules/work/controls/WorkErrorSelect/index.d.ts +8 -8
- package/es/modules/work/controls/WorkMenu/item/Accept.d.ts +3 -3
- package/es/modules/work/controls/WorkMenu/item/Reject.d.ts +3 -3
- package/es/modules/work/controls/WorkMenu/item/Send.d.ts +3 -3
- package/es/modules/work/controls/WorkStatusLabel/index.d.ts +1 -1
- package/es/modules/work/work-type/components/ChangeWorkDefaultFolderDialog/index.d.ts +3 -3
- package/es/modules/work/work-type/components/ErrorTypeList/Item.d.ts +5 -5
- package/es/modules/work/work-type/components/ErrorTypeList/index.d.ts +6 -6
- package/es/modules/work/work-type/components/NewTypeForm/index.d.ts +4 -4
- package/es/modules/work/work-type/components/WorkTypeIconList/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeList/index.d.ts +2 -2
- package/es/modules/work/work-type/components/WorkTypeSelect/index.d.ts +5 -5
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.d.ts +1 -1
- package/es/modules/workspace/components/MyWorkspaces/index.d.ts +3 -3
- package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +5 -5
- package/es/modules/workspace/components/WorkspaceIconList/index.d.ts +5 -5
- package/es/modules/workspace/components/WorkspaceIconList2/index.d.ts +2 -2
- package/es/obsolete/space/components/Notes/ColorSelect/index.d.ts +3 -3
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.d.ts +2 -2
- package/package.json +1 -1
@@ -1,9 +1,9 @@
|
|
1
1
|
import React from "react";
|
2
2
|
declare const NewWorkspaceDialog: (props: {
|
3
|
-
parentId?: string
|
4
|
-
className?: string
|
5
|
-
showView?: boolean
|
6
|
-
onSubmitSave?: (
|
7
|
-
onCancel?: (
|
3
|
+
parentId?: string;
|
4
|
+
className?: string;
|
5
|
+
showView?: boolean;
|
6
|
+
onSubmitSave?: (params?: any) => void;
|
7
|
+
onCancel?: () => void;
|
8
8
|
}) => React.JSX.Element;
|
9
9
|
export default NewWorkspaceDialog;
|
@@ -3,13 +3,13 @@ import { IWorkspace } from "../../../../data/workspace";
|
|
3
3
|
/** A workspace list view shows workspace in card style. */
|
4
4
|
declare const WorkspaceIconList: (props: {
|
5
5
|
/** filter roles */
|
6
|
-
roles?: boolean
|
6
|
+
roles?: boolean;
|
7
7
|
/** filter WorkspaceStatus */
|
8
|
-
WorkspaceStatus?: string
|
8
|
+
WorkspaceStatus?: string;
|
9
9
|
/** 显示add card */
|
10
|
-
addCard?: boolean
|
10
|
+
addCard?: boolean;
|
11
11
|
/** item onclick */
|
12
|
-
onItemClick?: (
|
13
|
-
className?: string
|
12
|
+
onItemClick?: (item: IWorkspace) => void;
|
13
|
+
className?: string;
|
14
14
|
}) => React.JSX.Element;
|
15
15
|
export default WorkspaceIconList;
|
@@ -6,7 +6,7 @@ import { IWorkspace } from "../../../../data/workspace";
|
|
6
6
|
*/
|
7
7
|
declare const WorkspaceIconList: (props: {
|
8
8
|
/** item onclick */
|
9
|
-
onItemClick?: (
|
10
|
-
className?: string
|
9
|
+
onItemClick?: (item: IWorkspace) => void;
|
10
|
+
className?: string;
|
11
11
|
}) => React.JSX.Element;
|
12
12
|
export default WorkspaceIconList;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import "./index.less";
|
2
2
|
import React from "react";
|
3
3
|
declare const ColorSelect: (props: {
|
4
|
-
color?: string
|
5
|
-
onChange?: (
|
4
|
+
color?: string;
|
5
|
+
onChange?: (option: {
|
6
6
|
name: string;
|
7
7
|
color: string;
|
8
|
-
}) => void
|
8
|
+
}) => void;
|
9
9
|
}) => React.JSX.Element;
|
10
10
|
export default ColorSelect;
|
@@ -4,7 +4,7 @@ import React from "react";
|
|
4
4
|
declare const NewNoteDialog: (props: {
|
5
5
|
parentId: string;
|
6
6
|
visible: boolean;
|
7
|
-
onCancel?: (
|
8
|
-
onOk?: (
|
7
|
+
onCancel?: () => void;
|
8
|
+
onOk?: (t: IDocument) => void;
|
9
9
|
}) => React.JSX.Element;
|
10
10
|
export default NewNoteDialog;
|