@lvce-editor/constants 1.36.0 → 1.37.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.
- package/dist/index.d.ts +2 -1
- package/dist/parts/RpcId/RpcId.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -712,6 +712,7 @@ declare const TestWithPlaywrightCli = 6000;
|
|
|
712
712
|
declare const TestWithPlaywrightWorker = 6001;
|
|
713
713
|
declare const IconThemeWorker = 7009;
|
|
714
714
|
declare const TextSearchWorker = 7010;
|
|
715
|
+
declare const TextMeasurementWorker = 7011;
|
|
715
716
|
declare const Left = 1;
|
|
716
717
|
declare const Right = 2;
|
|
717
718
|
declare const File$2 = 1;
|
|
@@ -959,7 +960,7 @@ declare namespace PlatformType {
|
|
|
959
960
|
export { Electron, Remote, Test, Web };
|
|
960
961
|
}
|
|
961
962
|
declare namespace RpcId {
|
|
962
|
-
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextSearchWorker };
|
|
963
|
+
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextMeasurementWorker, TextSearchWorker };
|
|
963
964
|
}
|
|
964
965
|
declare namespace SideBarLocationType {
|
|
965
966
|
export { Left, Right };
|