@26lights/orcha 0.38.22 → 0.38.24

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.
@@ -25,9 +25,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
25
25
  archivePhase: (payload: {
26
26
  id: string;
27
27
  }) => void;
28
- copyPhaseToTemplate: (payload: {
29
- id: string;
30
- }) => void;
31
28
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
29
  id: {
33
30
  type: import("vue").PropType<string>;
@@ -54,9 +51,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
54
51
  onArchivePhase?: ((payload: {
55
52
  id: string;
56
53
  }) => any) | undefined;
57
- onCopyPhaseToTemplate?: ((payload: {
58
- id: string;
59
- }) => any) | undefined;
60
54
  }, {}, {}>, {
61
55
  secondary?(_: {}): any;
62
56
  }>;
@@ -28,9 +28,6 @@ declare const _default: import("vue").DefineComponent<{
28
28
  archivePhase: (payload: {
29
29
  id: string;
30
30
  }) => void;
31
- copyPhaseToTemplate: (payload: {
32
- id: string;
33
- }) => void;
34
31
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
32
  phase: {
36
33
  type: import("vue").PropType<Phase>;
@@ -57,9 +54,6 @@ declare const _default: import("vue").DefineComponent<{
57
54
  onArchivePhase?: ((payload: {
58
55
  id: string;
59
56
  }) => any) | undefined;
60
- onCopyPhaseToTemplate?: ((payload: {
61
- id: string;
62
- }) => any) | undefined;
63
57
  onArchiveMilestone?: ((payload: {
64
58
  id: string;
65
59
  }) => any) | undefined;
@@ -29,9 +29,6 @@ declare const _default: import("vue").DefineComponent<{
29
29
  archivePhase: (payload: {
30
30
  id: string;
31
31
  }) => void;
32
- copyPhaseToTemplate: (payload: {
33
- id: string;
34
- }) => void;
35
32
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
33
  phases: {
37
34
  type: import("vue").PropType<Phase[]>;
@@ -58,9 +55,6 @@ declare const _default: import("vue").DefineComponent<{
58
55
  onArchivePhase?: ((payload: {
59
56
  id: string;
60
57
  }) => any) | undefined;
61
- onCopyPhaseToTemplate?: ((payload: {
62
- id: string;
63
- }) => any) | undefined;
64
58
  onArchiveMilestone?: ((payload: {
65
59
  id: string;
66
60
  }) => any) | undefined;
@@ -161,13 +161,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
161
161
  onArchivePhase?: ((payload: {
162
162
  id: string;
163
163
  }) => any) | undefined;
164
- onCopyPhaseToTemplate?: ((payload: {
165
- id: string;
166
- }) => any) | undefined;
167
164
  onArchiveMilestone?: ((payload: {
168
165
  id: string;
169
166
  }) => any) | undefined;
170
167
  onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
168
+ onCopyPhaseToTemplate?: ((payload: {
169
+ id: string;
170
+ }) => any) | undefined;
171
171
  onApplyTemplate?: ((payload: ApplyTemplatePayload) => any) | undefined;
172
172
  onSaveTemplate?: ((payload: SaveTemplatePayload) => any) | undefined;
173
173
  "onUpdate:showsArchived"?: ((value: boolean) => any) | undefined;
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.38.22",
7
+ "version": "0.38.24",
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.38.22",
30
+ "@26lights/orcha": "^0.38.24",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",