@26lights/orcha 0.41.125 → 0.41.127

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.
@@ -49,7 +49,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
49
49
  default: () => never[];
50
50
  };
51
51
  timeTrackingData: {
52
- type: import("vue").PropType<TimeTracking[]>;
52
+ type: import("vue").PropType<Record<string, TimeTracking>>;
53
53
  };
54
54
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
55
  'update:activity': (payload: UpdateActivityPayload) => void;
@@ -115,7 +115,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
115
115
  default: () => never[];
116
116
  };
117
117
  timeTrackingData: {
118
- type: import("vue").PropType<TimeTracking[]>;
118
+ type: import("vue").PropType<Record<string, TimeTracking>>;
119
119
  };
120
120
  }>> & {
121
121
  onClose?: ((args_0?: void | undefined) => any) | undefined;
@@ -472,6 +472,5 @@ export type SaveTemplatePayload = {
472
472
  phaseIds: Id[];
473
473
  };
474
474
  export type TimeTracking = {
475
- activityId: Id;
476
475
  timeSpent: number;
477
476
  };
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
52
52
  type: import("vue").PropType<Project[]>;
53
53
  };
54
54
  timeTrackingData: {
55
- type: import("vue").PropType<TimeTracking[]>;
55
+ type: import("vue").PropType<Record<string, TimeTracking>>;
56
56
  };
57
57
  selectedActivity: {
58
58
  type: import("vue").PropType<Activity>;
@@ -152,7 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
152
152
  type: import("vue").PropType<Project[]>;
153
153
  };
154
154
  timeTrackingData: {
155
- type: import("vue").PropType<TimeTracking[]>;
155
+ type: import("vue").PropType<Record<string, TimeTracking>>;
156
156
  };
157
157
  selectedActivity: {
158
158
  type: import("vue").PropType<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.41.125",
7
+ "version": "0.41.127",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],