@26lights/orcha 0.29.0 → 0.29.1

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.
@@ -42,6 +42,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
42
42
  type: import("vue").PropType<boolean>;
43
43
  required: true;
44
44
  };
45
+ showsArchived: {
46
+ type: import("vue").PropType<boolean>;
47
+ required: true;
48
+ };
45
49
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
50
  addPhase: (payload: AddPhasePayload) => void;
47
51
  updatePhase: (payload: UpdatePhasePayload) => void;
@@ -69,6 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
69
73
  updateComment: (payload: UpdateCommentPayload) => void;
70
74
  removeComment: (payload: RemoveCommentPayload) => void;
71
75
  applyTemplate: (payload: ApplyTemplatePayload) => void;
76
+ 'update:showsArchived': (value: boolean) => void;
72
77
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
73
78
  project: {
74
79
  type: import("vue").PropType<Project>;
@@ -112,6 +117,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
112
117
  type: import("vue").PropType<boolean>;
113
118
  required: true;
114
119
  };
120
+ showsArchived: {
121
+ type: import("vue").PropType<boolean>;
122
+ required: true;
123
+ };
115
124
  }>> & {
116
125
  onArchiveActivity?: ((payload: {
117
126
  id: string;
@@ -139,6 +148,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
139
148
  }) => any) | undefined;
140
149
  onAddPhase?: ((payload: AddPhasePayload) => any) | undefined;
141
150
  onApplyTemplate?: ((payload: ApplyTemplatePayload) => any) | undefined;
151
+ "onUpdate:showsArchived"?: ((value: boolean) => any) | undefined;
142
152
  }, {}, {}>, {
143
153
  activityDetailsBody(props: {
144
154
  activity: Activity;
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.29.0",
7
+ "version": "0.29.1",
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.29.0",
30
+ "@26lights/orcha": "^0.29.1",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.2",
33
33
  "@vueuse/core": "^10.2.1",