@26lights/orcha 0.28.4 → 0.29.0

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.
@@ -5,7 +5,7 @@ export declare function sumTemplateMilestonesAmount(phases: Phase[]): number;
5
5
  export declare function sumTemplateActivitiesAmount(phases: Phase[]): number;
6
6
  export declare function getInitialLetters(name: string): string;
7
7
  export declare function computeNewRank<T extends Ordered>(event: DraggableChangeEvent<T>, list: T[]): string | undefined;
8
- export declare function generateRank<T extends Ordered>(items: T[], oldIndex: number, index: number): string;
8
+ export declare function generateRank<T extends Ordered>(items: T[], index: number): string;
9
9
  export declare function formatDate(value: string | null | undefined, pattern?: string): string;
10
10
  export declare function isActivityClosed(activity: Activity, closedStatus: ActivityStatus): boolean;
11
11
  export declare function isFullyDone(milestone: Milestone, closedStatus: ActivityStatus): boolean;
@@ -62,7 +62,6 @@ export interface Activity extends ActivityBase {
62
62
  comments?: Comment[];
63
63
  duration?: number;
64
64
  durationType?: DurationTypes;
65
- active: boolean;
66
65
  private: boolean;
67
66
  createdBy: User;
68
67
  }
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.28.4",
7
+ "version": "0.29.0",
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.28.4",
30
+ "@26lights/orcha": "^0.29.0",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.2",
33
33
  "@vueuse/core": "^10.2.1",