@lvce-editor/constants 2.8.0 → 2.9.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
CHANGED
|
@@ -814,6 +814,7 @@ declare const SetProperty = "Viewlet.setProperty";
|
|
|
814
814
|
declare const SetDragData = "Viewlet.setDragData";
|
|
815
815
|
declare const SetSelectionByName = "Viewlet.setSelectionByName";
|
|
816
816
|
declare const SetValueByName = "Viewlet.setValueByName";
|
|
817
|
+
declare const SetPatches = "Viewlet.setPatches";
|
|
817
818
|
declare const Explorer$1 = "Explorer";
|
|
818
819
|
declare const Extensions$1 = "Extensions";
|
|
819
820
|
declare const RunAndDebug = "Run And Debug";
|
|
@@ -1074,7 +1075,7 @@ declare namespace UpdateState {
|
|
|
1074
1075
|
export { CheckingForUpdate, DownloadedUpdate, DownloadingUpdate, InstallingUpdated, None$4 as None, WaitingForRestart };
|
|
1075
1076
|
}
|
|
1076
1077
|
declare namespace ViewletCommand {
|
|
1077
|
-
export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetProperty, SetSelectionByName, SetValueByName };
|
|
1078
|
+
export { FocusElementByName, FocusSelector, SetCss, SetDom2, SetDragData, SetFocusContext, SetPatches, SetProperty, SetSelectionByName, SetValueByName };
|
|
1078
1079
|
}
|
|
1079
1080
|
declare namespace ViewletModuleId {
|
|
1080
1081
|
export { Explorer$1 as Explorer, Extensions$1 as Extensions, RunAndDebug, Search$3 as Search, SourceControl$1 as SourceControl };
|
|
@@ -7,3 +7,4 @@ export const SetProperty = 'Viewlet.setProperty';
|
|
|
7
7
|
export const SetDragData = 'Viewlet.setDragData';
|
|
8
8
|
export const SetSelectionByName = 'Viewlet.setSelectionByName';
|
|
9
9
|
export const SetValueByName = 'Viewlet.setValueByName';
|
|
10
|
+
export const SetPatches = 'Viewlet.setPatches';
|