@optifye/dashboard-core 6.9.5 → 6.9.7

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.
package/dist/index.d.mts CHANGED
@@ -6575,6 +6575,7 @@ interface FileManagerFiltersProps {
6575
6575
  date?: string;
6576
6576
  shift?: string | number;
6577
6577
  className?: string;
6578
+ targetCycleTime?: number | null;
6578
6579
  }
6579
6580
  declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
6580
6581
 
package/dist/index.d.ts CHANGED
@@ -6575,6 +6575,7 @@ interface FileManagerFiltersProps {
6575
6575
  date?: string;
6576
6576
  shift?: string | number;
6577
6577
  className?: string;
6578
+ targetCycleTime?: number | null;
6578
6579
  }
6579
6580
  declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
6580
6581