@voplus/morpho-workspace 6.0.103 → 6.0.104

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.
Files changed (70) hide show
  1. package/es/components/AutoSequenceDialog/index.d.ts +3 -3
  2. package/es/components/AutoSequenceLink/index.d.ts +2 -2
  3. package/es/controls/InlineSearch/index.d.ts +2 -2
  4. package/es/controls/MoreOperateDropdown/index.d.ts +15 -15
  5. package/es/controls/NodeLink/index.d.ts +1 -1
  6. package/es/data/board/contexts/BoardListContextState/index.d.ts +0 -1
  7. package/es/data/board/metas.d.ts +0 -1
  8. package/es/data/meeting/metas.d.ts +0 -1
  9. package/es/data/task/metas.d.ts +0 -1
  10. package/es/data/work/metas.d.ts +0 -1
  11. package/es/data/work-schedule/metas.d.ts +0 -1
  12. package/es/modules/board/components/Board/index.d.ts +1 -1
  13. package/es/modules/board/components/NewBoardColumnDialog/index.d.ts +2 -2
  14. package/es/modules/board/components/NewColumnDocumentForm/index.d.ts +1 -1
  15. package/es/modules/board/components/SubDocument/index.d.ts +2 -2
  16. package/es/modules/meeting/components/AgendaList/AgendaContext.d.ts +0 -1
  17. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.d.ts +5 -5
  18. package/es/modules/meeting/components/MeetingList/QuickSearch/index.d.ts +8 -9
  19. package/es/modules/notification/components/DocumentNotificationCard/index.d.ts +4 -4
  20. package/es/modules/notification/components/NotificationList/index.d.ts +3 -3
  21. package/es/modules/notification/components/NotificationList/index.less +6 -1
  22. package/es/modules/notification/components/NotificationListHeader/index.d.ts +1 -1
  23. package/es/modules/notification/components/NotificationListHeader/index.js +2 -4
  24. package/es/modules/notification/components/NotificationListHeader/index.js.map +1 -1
  25. package/es/modules/notification/controls/NotificationMenu/item/Send.d.ts +3 -3
  26. package/es/modules/pin/components/MyPinned/index.d.ts +2 -2
  27. package/es/modules/pin/components/PinnedCardList/index.d.ts +3 -3
  28. package/es/modules/tasks/components/AddTaskDropdown/index.d.ts +4 -4
  29. package/es/modules/tasks/components/DelegateDialog/index.d.ts +2 -2
  30. package/es/modules/tasks/components/NewTaskForm/index.d.ts +11 -11
  31. package/es/modules/tasks/components/NotificaitonNewTaskForm/index.d.ts +9 -9
  32. package/es/modules/tasks/components/TaskCheckItem/index.d.ts +2 -2
  33. package/es/modules/tasks/components/TaskCheckNewForm/index.d.ts +4 -4
  34. package/es/modules/tasks/controls/TaskStatusLabel/index.d.ts +1 -1
  35. package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +3 -3
  36. package/es/modules/work/components/NewWorkForm/index.d.ts +8 -8
  37. package/es/modules/work/components/RejectWorkDialog/index.d.ts +4 -4
  38. package/es/modules/work/components/WorkCashReport/index.d.ts +1 -1
  39. package/es/modules/work/components/WorkErrorList/index.d.ts +3 -3
  40. package/es/modules/work/components/WorkList/index.d.ts +0 -2
  41. package/es/modules/work/components/WorkList/index.js +2 -2
  42. package/es/modules/work/components/WorkList/index.js.map +1 -1
  43. package/es/modules/work/components/WorkList2/index.d.ts +45 -0
  44. package/es/modules/work/components/WorkList2/index.js +227 -0
  45. package/es/modules/work/components/WorkList2/index.js.map +1 -0
  46. package/es/modules/work/components/WorkList2/index.less +27 -0
  47. package/es/modules/work/components/WorkListHeader/index.d.ts +17 -0
  48. package/es/modules/work/components/WorkListHeader/index.js +26 -0
  49. package/es/modules/work/components/WorkListHeader/index.js.map +1 -0
  50. package/es/modules/work/controls/SeveritySelect/index.d.ts +8 -8
  51. package/es/modules/work/controls/WorkErrorSelect/index.d.ts +8 -8
  52. package/es/modules/work/controls/WorkMenu/item/Accept.d.ts +3 -3
  53. package/es/modules/work/controls/WorkMenu/item/Reject.d.ts +3 -3
  54. package/es/modules/work/controls/WorkMenu/item/Send.d.ts +3 -3
  55. package/es/modules/work/controls/WorkStatusLabel/index.d.ts +1 -1
  56. package/es/modules/work/work-type/components/ChangeWorkDefaultFolderDialog/index.d.ts +3 -3
  57. package/es/modules/work/work-type/components/ErrorTypeList/Item.d.ts +5 -5
  58. package/es/modules/work/work-type/components/ErrorTypeList/index.d.ts +6 -6
  59. package/es/modules/work/work-type/components/NewTypeForm/index.d.ts +4 -4
  60. package/es/modules/work/work-type/components/WorkTypeIconList/index.d.ts +1 -1
  61. package/es/modules/work/work-type/components/WorkTypeList/index.d.ts +2 -2
  62. package/es/modules/work/work-type/components/WorkTypeSelect/index.d.ts +5 -5
  63. package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.d.ts +1 -1
  64. package/es/modules/workspace/components/MyWorkspaces/index.d.ts +3 -3
  65. package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +5 -5
  66. package/es/modules/workspace/components/WorkspaceIconList/index.d.ts +5 -5
  67. package/es/modules/workspace/components/WorkspaceIconList2/index.d.ts +2 -2
  68. package/es/obsolete/space/components/Notes/ColorSelect/index.d.ts +3 -3
  69. package/es/obsolete/space/components/Notes/NewNoteDialog/index.d.ts +2 -2
  70. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import React from "react";
2
2
  declare const NewWorkspaceDialog: (props: {
3
- parentId?: string | undefined;
4
- className?: string | undefined;
5
- showView?: boolean | undefined;
6
- onSubmitSave?: ((params?: any) => void) | undefined;
7
- onCancel?: (() => void) | undefined;
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 | undefined;
6
+ roles?: boolean;
7
7
  /** filter WorkspaceStatus */
8
- WorkspaceStatus?: string | undefined;
8
+ WorkspaceStatus?: string;
9
9
  /** 显示add card */
10
- addCard?: boolean | undefined;
10
+ addCard?: boolean;
11
11
  /** item onclick */
12
- onItemClick?: ((item: IWorkspace) => void) | undefined;
13
- className?: string | undefined;
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?: ((item: IWorkspace) => void) | undefined;
10
- className?: string | undefined;
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 | undefined;
5
- onChange?: ((option: {
4
+ color?: string;
5
+ onChange?: (option: {
6
6
  name: string;
7
7
  color: string;
8
- }) => void) | undefined;
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?: (() => void) | undefined;
8
- onOk?: ((t: IDocument) => void) | undefined;
7
+ onCancel?: () => void;
8
+ onOk?: (t: IDocument) => void;
9
9
  }) => React.JSX.Element;
10
10
  export default NewNoteDialog;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.103",
3
+ "version": "6.0.104",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",