@26lights/orcha 0.12.0 → 0.12.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.
@@ -40,6 +40,9 @@ declare const _default: import("vue").DefineComponent<{
40
40
  type: import("vue").PropType<string>;
41
41
  default: string;
42
42
  };
43
+ isProjectLocked: {
44
+ type: import("vue").PropType<boolean>;
45
+ };
43
46
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
47
  'change:activities': (payload: ChangeFeedActivitiesPayload) => void;
45
48
  addActivity: (payload: AddActivityFeedPayload) => void;
@@ -102,6 +105,9 @@ declare const _default: import("vue").DefineComponent<{
102
105
  type: import("vue").PropType<string>;
103
106
  default: string;
104
107
  };
108
+ isProjectLocked: {
109
+ type: import("vue").PropType<boolean>;
110
+ };
105
111
  }>> & {
106
112
  onSelectActivity?: ((activityId: string | null) => any) | undefined;
107
113
  onArchiveActivity?: ((payload: {
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.12.0",
7
+ "version": "0.12.1",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],