@evercam/ui 1.0.0-preview-cameraPowerSchedule-dd6520ae2 → 1.0.0-preview-cameraPowerSchedule-83b6fbb62

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.
@@ -42,6 +42,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
42
42
  "7": string[];
43
43
  };
44
44
  }, {
45
+ getSegmentLabel(segment: any): string;
45
46
  normalizeTime(time: string): string;
46
47
  getFormattedSchedule(): Record<string, string[]>;
47
48
  formatDay(day: DayCode): string;
package/dist/index.d.ts CHANGED
@@ -1395,6 +1395,7 @@ export declare const components: {
1395
1395
  "7": string[];
1396
1396
  };
1397
1397
  }, {
1398
+ getSegmentLabel(segment: any): string;
1398
1399
  normalizeTime(time: string): string;
1399
1400
  getFormattedSchedule(): Record<string, string[]>;
1400
1401
  formatDay(day: 0 | 6 | 3 | 4 | 1 | 2 | 5): string;