@lvce-editor/constants 5.20.0 → 5.21.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.
|
@@ -15,6 +15,7 @@ export declare const ClipBoardWorker = 3400;
|
|
|
15
15
|
export declare const ColorPickerWorker = 302;
|
|
16
16
|
export declare const CompletionWorker = 301;
|
|
17
17
|
export declare const DebugWorker = 55;
|
|
18
|
+
export declare const DialogWorker = 7014;
|
|
18
19
|
export declare const EditorWorker = 99;
|
|
19
20
|
export declare const EmbedsProcess = 207;
|
|
20
21
|
export declare const EmbedsWorker = 208;
|
|
@@ -15,6 +15,7 @@ export const ClipBoardWorker = 3400;
|
|
|
15
15
|
export const ColorPickerWorker = 302;
|
|
16
16
|
export const CompletionWorker = 301;
|
|
17
17
|
export const DebugWorker = 55;
|
|
18
|
+
export const DialogWorker = 7014;
|
|
18
19
|
export const EditorWorker = 99;
|
|
19
20
|
export const EmbedsProcess = 207;
|
|
20
21
|
export const EmbedsWorker = 208;
|