@lvce-editor/settings-view 2.6.0 → 2.7.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.
|
@@ -2901,11 +2901,6 @@ const getMenuEntries = () => {
|
|
|
2901
2901
|
}];
|
|
2902
2902
|
};
|
|
2903
2903
|
|
|
2904
|
-
const getName = () => {
|
|
2905
|
-
// TODO i18n string
|
|
2906
|
-
return 'Settings';
|
|
2907
|
-
};
|
|
2908
|
-
|
|
2909
2904
|
const ClientX = 'event.clientX';
|
|
2910
2905
|
const ClientY = 'event.clientY';
|
|
2911
2906
|
const DeltaY = 'event.deltaY';
|
|
@@ -2921,6 +2916,15 @@ const RendererWorker$1 = 1;
|
|
|
2921
2916
|
|
|
2922
2917
|
const SetCss = 'Viewlet.setCss';
|
|
2923
2918
|
|
|
2919
|
+
const getMenuIds = () => {
|
|
2920
|
+
return [SettingsFilter];
|
|
2921
|
+
};
|
|
2922
|
+
|
|
2923
|
+
const getName = () => {
|
|
2924
|
+
// TODO i18n string
|
|
2925
|
+
return 'Settings';
|
|
2926
|
+
};
|
|
2927
|
+
|
|
2924
2928
|
const rpcs = Object.create(null);
|
|
2925
2929
|
const set$2 = (id, rpc) => {
|
|
2926
2930
|
rpcs[id] = rpc;
|
|
@@ -5736,6 +5740,7 @@ const commandMap = {
|
|
|
5736
5740
|
'Settings.getCommandIds': getCommandIds,
|
|
5737
5741
|
'Settings.getKeyBindings': getKeyBindings$1,
|
|
5738
5742
|
'Settings.getMenuEntries': getMenuEntries,
|
|
5743
|
+
'Settings.getMenuIds': getMenuIds,
|
|
5739
5744
|
'Settings.getName': getName,
|
|
5740
5745
|
'Settings.handleClickFilterButton': wrapCommand(handleClickFilterButton),
|
|
5741
5746
|
'Settings.handleClickTab': wrapCommand(handleClickTab),
|