@26lights/orcha 0.38.5 → 0.38.7

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.
@@ -63,6 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
63
63
  type: import("vue").PropType<string>;
64
64
  default: string;
65
65
  };
66
+ showsOnlyNonAssigned: {
67
+ type: import("vue").PropType<boolean>;
68
+ required: true;
69
+ };
66
70
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
71
  "change:activities": (payload: ChangeFeedActivitiesPayload) => void;
68
72
  addActivity: (payload: AddActivityFeedPayload) => void;
@@ -79,6 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
79
83
  "clear:searchText": (event: Event) => void;
80
84
  "update:showsArchivedActivities": (value: boolean) => void;
81
85
  "update:showsOnlyImportant": (value: boolean) => void;
86
+ "update:showsOnlyNonAssigned": (value: boolean) => void;
82
87
  addSubtask: (payload: AddSubtaskPayload) => void;
83
88
  updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
84
89
  deleteSubtask: (payload: {
@@ -154,6 +159,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
154
159
  type: import("vue").PropType<string>;
155
160
  default: string;
156
161
  };
162
+ showsOnlyNonAssigned: {
163
+ type: import("vue").PropType<boolean>;
164
+ required: true;
165
+ };
157
166
  }>> & {
158
167
  onSelectActivity?: ((activityId: string | null, activitySlug: string | null) => any) | undefined;
159
168
  onArchiveActivity?: ((payload: {
@@ -181,6 +190,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
181
190
  "onClear:searchText"?: ((event: Event) => any) | undefined;
182
191
  "onUpdate:showsArchivedActivities"?: ((value: boolean) => any) | undefined;
183
192
  "onUpdate:showsOnlyImportant"?: ((value: boolean) => any) | undefined;
193
+ "onUpdate:showsOnlyNonAssigned"?: ((value: boolean) => any) | undefined;
184
194
  }, {
185
195
  isTaskCheckable: (task: Subtask) => boolean;
186
196
  attachmentEnabled: boolean;
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.5",
7
+ "version": "0.38.7",
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.5",
30
+ "@26lights/orcha": "^0.38.7",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",