@lvce-editor/settings-view 2.26.1 → 2.26.2
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/settingsViewWorkerMain.js +20 -20
- package/package.json +1 -1
|
@@ -2136,52 +2136,52 @@ const unknownSettingType = () => i18nString(UnknownSettingType);
|
|
|
2136
2136
|
|
|
2137
2137
|
const getMenuEntries = () => {
|
|
2138
2138
|
return [{
|
|
2139
|
-
command: 'Settings.
|
|
2139
|
+
command: 'Settings.filterAdvanced',
|
|
2140
2140
|
flags: None$1,
|
|
2141
2141
|
id: 'filter-advanced',
|
|
2142
2142
|
label: advanced()
|
|
2143
2143
|
}, {
|
|
2144
|
-
command: 'Settings.
|
|
2144
|
+
command: 'Settings.filterExperimental',
|
|
2145
2145
|
flags: None$1,
|
|
2146
2146
|
id: 'filter-experimental',
|
|
2147
2147
|
label: experimental()
|
|
2148
2148
|
}, {
|
|
2149
|
-
command: 'Settings.
|
|
2149
|
+
command: 'Settings.filterExtensionId',
|
|
2150
2150
|
flags: None$1,
|
|
2151
2151
|
id: 'filter-extensionId',
|
|
2152
2152
|
label: extensionId()
|
|
2153
2153
|
}, {
|
|
2154
|
-
command: 'Settings.
|
|
2154
|
+
command: 'Settings.filterFeature',
|
|
2155
2155
|
flags: None$1,
|
|
2156
2156
|
id: 'filter-feature',
|
|
2157
2157
|
label: feature()
|
|
2158
2158
|
}, {
|
|
2159
|
-
command: 'Settings.
|
|
2159
|
+
command: 'Settings.filterLanguage',
|
|
2160
2160
|
flags: None$1,
|
|
2161
2161
|
id: 'filter-language',
|
|
2162
2162
|
label: language()
|
|
2163
2163
|
}, {
|
|
2164
|
-
command: 'Settings.
|
|
2164
|
+
command: 'Settings.filterModified',
|
|
2165
2165
|
flags: None$1,
|
|
2166
2166
|
id: 'filter-modified',
|
|
2167
2167
|
label: modified()
|
|
2168
2168
|
}, {
|
|
2169
|
-
command: 'Settings.
|
|
2169
|
+
command: 'Settings.filterPreview',
|
|
2170
2170
|
flags: None$1,
|
|
2171
2171
|
id: 'filter-preview',
|
|
2172
2172
|
label: preview()
|
|
2173
2173
|
}, {
|
|
2174
|
-
command: 'Settings.
|
|
2174
|
+
command: 'Settings.filterSettingId',
|
|
2175
2175
|
flags: None$1,
|
|
2176
2176
|
id: 'filter-settingId',
|
|
2177
2177
|
label: settingId()
|
|
2178
2178
|
}, {
|
|
2179
|
-
command: 'Settings.
|
|
2179
|
+
command: 'Settings.filterStable',
|
|
2180
2180
|
flags: None$1,
|
|
2181
2181
|
id: 'filter-stable',
|
|
2182
2182
|
label: stable()
|
|
2183
2183
|
}, {
|
|
2184
|
-
command: 'Settings.
|
|
2184
|
+
command: 'Settings.filterTag',
|
|
2185
2185
|
flags: None$1,
|
|
2186
2186
|
id: 'filter-tag',
|
|
2187
2187
|
label: tag()
|
|
@@ -3697,16 +3697,16 @@ const commandMap = {
|
|
|
3697
3697
|
'Settings.clearHistory': wrapCommand(clearHistory),
|
|
3698
3698
|
'Settings.create': create$1,
|
|
3699
3699
|
'Settings.diff2': diff2,
|
|
3700
|
-
'Settings.
|
|
3701
|
-
'Settings.
|
|
3702
|
-
'Settings.
|
|
3703
|
-
'Settings.
|
|
3704
|
-
'Settings.
|
|
3705
|
-
'Settings.
|
|
3706
|
-
'Settings.
|
|
3707
|
-
'Settings.
|
|
3708
|
-
'Settings.
|
|
3709
|
-
'Settings.
|
|
3700
|
+
'Settings.filterAdvanced': wrapCommand(filterAdvanced),
|
|
3701
|
+
'Settings.filterExperimental': wrapCommand(filterExperimental),
|
|
3702
|
+
'Settings.filterExtensionId': wrapCommand(filterExtensionId),
|
|
3703
|
+
'Settings.filterFeature': wrapCommand(filterFeature),
|
|
3704
|
+
'Settings.filterLanguage': wrapCommand(filterLanguage),
|
|
3705
|
+
'Settings.filterModified': wrapCommand(filterModified),
|
|
3706
|
+
'Settings.filterPreview': wrapCommand(filterPreview),
|
|
3707
|
+
'Settings.filterSettingId': wrapCommand(filterSettingId),
|
|
3708
|
+
'Settings.filterStable': wrapCommand(filterStable),
|
|
3709
|
+
'Settings.filterTag': wrapCommand(filterTag),
|
|
3710
3710
|
'Settings.getCommandIds': getCommandIds,
|
|
3711
3711
|
'Settings.getKeyBindings': getKeyBindings,
|
|
3712
3712
|
'Settings.getMenuEntries': wrapGetter(getMenuEntries2),
|