@26lights/orcha 0.34.24 → 0.34.26

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.
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
37
37
  type: import("vue").PropType<ActivityStatus[]>;
38
38
  };
39
39
  isEditable: {
40
- type: import("vue").PropType<boolean>;
40
+ type: import("vue").PropType<boolean | "only-own">;
41
41
  required: true;
42
42
  };
43
43
  attachmentEnabled: {
@@ -99,7 +99,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
99
99
  type: import("vue").PropType<ActivityStatus[]>;
100
100
  };
101
101
  isEditable: {
102
- type: import("vue").PropType<boolean>;
102
+ type: import("vue").PropType<boolean | "only-own">;
103
103
  required: true;
104
104
  };
105
105
  attachmentEnabled: {
@@ -8,7 +8,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
8
8
  isLoading?: boolean | undefined;
9
9
  hasMore?: boolean | undefined;
10
10
  noMoreLabel?: string | undefined;
11
- isEditable: boolean;
11
+ isEditable: boolean | 'only-own';
12
12
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
13
13
  props: {
14
14
  list: Activity[];
@@ -19,7 +19,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
19
19
  isLoading?: boolean | undefined;
20
20
  hasMore?: boolean | undefined;
21
21
  noMoreLabel?: string | undefined;
22
- isEditable: boolean;
22
+ isEditable: boolean | 'only-own';
23
23
  };
24
24
  expose(exposed: {}): void;
25
25
  attrs: any;
@@ -51,7 +51,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
51
51
  isLoading?: boolean | undefined;
52
52
  hasMore?: boolean | undefined;
53
53
  noMoreLabel?: string | undefined;
54
- isEditable: boolean;
54
+ isEditable: boolean | 'only-own';
55
55
  };
56
56
  expose(exposed: {}): void;
57
57
  attrs: any;
@@ -86,7 +86,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
86
86
  isLoading?: boolean | undefined;
87
87
  hasMore?: boolean | undefined;
88
88
  noMoreLabel?: string | undefined;
89
- isEditable: boolean;
89
+ isEditable: boolean | 'only-own';
90
90
  };
91
91
  expose(exposed: {}): void;
92
92
  attrs: any;
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
13
13
  type: import("vue").PropType<Project>;
14
14
  };
15
15
  isEditable: {
16
- type: import("vue").PropType<boolean>;
16
+ type: import("vue").PropType<boolean | "only-own">;
17
17
  required: true;
18
18
  };
19
19
  users: {
@@ -100,7 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
100
100
  type: import("vue").PropType<Project>;
101
101
  };
102
102
  isEditable: {
103
- type: import("vue").PropType<boolean>;
103
+ type: import("vue").PropType<boolean | "only-own">;
104
104
  required: true;
105
105
  };
106
106
  users: {
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.34.24",
7
+ "version": "0.34.26",
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.34.24",
30
+ "@26lights/orcha": "^0.34.26",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",