@26lights/orcha 0.41.6 → 0.41.8

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.
@@ -23,9 +23,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
23
  deadline: {
24
24
  type: import("vue").PropType<string>;
25
25
  };
26
- active: {
27
- type: import("vue").PropType<boolean>;
28
- };
29
26
  isSelected: {
30
27
  type: import("vue").PropType<boolean>;
31
28
  };
@@ -43,9 +40,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
43
40
  archiveMilestone: (payload: {
44
41
  id: string;
45
42
  }) => void;
46
- unarchiveMilestone: (payload: {
47
- id: string;
48
- }) => void;
49
43
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
44
  id: {
51
45
  type: import("vue").PropType<string>;
@@ -70,9 +64,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
70
64
  deadline: {
71
65
  type: import("vue").PropType<string>;
72
66
  };
73
- active: {
74
- type: import("vue").PropType<boolean>;
75
- };
76
67
  isSelected: {
77
68
  type: import("vue").PropType<boolean>;
78
69
  };
@@ -90,9 +81,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
90
81
  onArchiveMilestone?: ((payload: {
91
82
  id: string;
92
83
  }) => any) | undefined;
93
- onUnarchiveMilestone?: ((payload: {
94
- id: string;
95
- }) => any) | undefined;
96
84
  }, {}, {}>, {
97
85
  secondary?(_: {}): any;
98
86
  }>;
@@ -24,9 +24,6 @@ declare const _default: import("vue").DefineComponent<{
24
24
  archiveMilestone: (payload: {
25
25
  id: string;
26
26
  }) => void;
27
- unarchiveMilestone: (payload: {
28
- id: string;
29
- }) => void;
30
27
  updatePhase: (payload: UpdatePhasePayload) => void;
31
28
  archivePhase: (payload: {
32
29
  id: string;
@@ -66,8 +63,5 @@ declare const _default: import("vue").DefineComponent<{
66
63
  onArchiveMilestone?: ((payload: {
67
64
  id: string;
68
65
  }) => any) | undefined;
69
- onUnarchiveMilestone?: ((payload: {
70
- id: string;
71
- }) => any) | undefined;
72
66
  }, {}, {}>;
73
67
  export default _default;
@@ -24,9 +24,6 @@ declare const _default: import("vue").DefineComponent<{
24
24
  archiveMilestone: (payload: {
25
25
  id: string;
26
26
  }) => void;
27
- unarchiveMilestone: (payload: {
28
- id: string;
29
- }) => void;
30
27
  addPhase: (payload: AddPhasePayload) => void;
31
28
  updatePhase: (payload: UpdatePhasePayload) => void;
32
29
  archivePhase: (payload: {
@@ -67,9 +64,6 @@ declare const _default: import("vue").DefineComponent<{
67
64
  onArchiveMilestone?: ((payload: {
68
65
  id: string;
69
66
  }) => any) | undefined;
70
- onUnarchiveMilestone?: ((payload: {
71
- id: string;
72
- }) => any) | undefined;
73
67
  onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
74
68
  }, {}, {}>;
75
69
  export default _default;
@@ -40,7 +40,6 @@ export interface Milestone extends Entity, Ordered {
40
40
  important?: boolean;
41
41
  assignee?: User;
42
42
  color?: string;
43
- active: boolean;
44
43
  }
45
44
  export interface ActivityBase extends Entity, Ordered {
46
45
  name: string;
@@ -64,9 +64,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
64
64
  archiveMilestone: (payload: {
65
65
  id: string;
66
66
  }) => void;
67
- unarchiveMilestone: (payload: {
68
- id: string;
69
- }) => void;
70
67
  addActivity: (payload: AddActivityPayload) => void;
71
68
  'update:activity': (payload: UpdateActivityPayload) => void;
72
69
  archiveActivity: (payload: {
@@ -173,9 +170,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
173
170
  onArchiveMilestone?: ((payload: {
174
171
  id: string;
175
172
  }) => any) | undefined;
176
- onUnarchiveMilestone?: ((payload: {
177
- id: string;
178
- }) => any) | undefined;
179
173
  onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
180
174
  onCopyPhaseToTemplate?: ((payload: {
181
175
  id: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.41.6",
7
+ "version": "0.41.8",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
@@ -27,7 +27,7 @@
27
27
  "vuedraggable": "~4.1.0"
28
28
  },
29
29
  "dependencies": {
30
- "@26lights/orcha": "^0.41.6",
30
+ "@26lights/orcha": "^0.41.8",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",