@linker-design-plus/timeline-track 2.0.19 → 2.0.20
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/core/facade/timelineManager.d.ts +0 -2
- package/dist/index.cjs.js +14 -15
- package/dist/index.es.js +501 -553
- package/dist/utils/diagnostics/index.d.ts +0 -1
- package/dist/utils/diagnostics/types.d.ts +0 -1
- package/package.json +1 -1
- package/dist/utils/diagnostics/DiagnosticsPanel.d.ts +0 -13
|
@@ -73,7 +73,6 @@ export declare class TimelineManager {
|
|
|
73
73
|
private clipRemovalBatchDepth;
|
|
74
74
|
private splitOperationDepth;
|
|
75
75
|
private readonly diagnostics;
|
|
76
|
-
private diagnosticsPanel;
|
|
77
76
|
private previewRuntimeState;
|
|
78
77
|
private previewActiveClipIds;
|
|
79
78
|
private playbackAttemptId;
|
|
@@ -88,7 +87,6 @@ export declare class TimelineManager {
|
|
|
88
87
|
private emitDiagnostic;
|
|
89
88
|
private buildDiagnosticsRuntimeState;
|
|
90
89
|
private buildPreviewDiagnosticsContext;
|
|
91
|
-
private mountDiagnosticsPanel;
|
|
92
90
|
private getTimelineStore;
|
|
93
91
|
private getTimelineCommands;
|
|
94
92
|
private getTrackCollection;
|