@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.
@@ -2136,52 +2136,52 @@ const unknownSettingType = () => i18nString(UnknownSettingType);
2136
2136
 
2137
2137
  const getMenuEntries = () => {
2138
2138
  return [{
2139
- command: 'Settings.filter.advanced',
2139
+ command: 'Settings.filterAdvanced',
2140
2140
  flags: None$1,
2141
2141
  id: 'filter-advanced',
2142
2142
  label: advanced()
2143
2143
  }, {
2144
- command: 'Settings.filter.experimental',
2144
+ command: 'Settings.filterExperimental',
2145
2145
  flags: None$1,
2146
2146
  id: 'filter-experimental',
2147
2147
  label: experimental()
2148
2148
  }, {
2149
- command: 'Settings.filter.extensionId',
2149
+ command: 'Settings.filterExtensionId',
2150
2150
  flags: None$1,
2151
2151
  id: 'filter-extensionId',
2152
2152
  label: extensionId()
2153
2153
  }, {
2154
- command: 'Settings.filter.feature',
2154
+ command: 'Settings.filterFeature',
2155
2155
  flags: None$1,
2156
2156
  id: 'filter-feature',
2157
2157
  label: feature()
2158
2158
  }, {
2159
- command: 'Settings.filter.language',
2159
+ command: 'Settings.filterLanguage',
2160
2160
  flags: None$1,
2161
2161
  id: 'filter-language',
2162
2162
  label: language()
2163
2163
  }, {
2164
- command: 'Settings.filter.modified',
2164
+ command: 'Settings.filterModified',
2165
2165
  flags: None$1,
2166
2166
  id: 'filter-modified',
2167
2167
  label: modified()
2168
2168
  }, {
2169
- command: 'Settings.filter.preview',
2169
+ command: 'Settings.filterPreview',
2170
2170
  flags: None$1,
2171
2171
  id: 'filter-preview',
2172
2172
  label: preview()
2173
2173
  }, {
2174
- command: 'Settings.filter.settingId',
2174
+ command: 'Settings.filterSettingId',
2175
2175
  flags: None$1,
2176
2176
  id: 'filter-settingId',
2177
2177
  label: settingId()
2178
2178
  }, {
2179
- command: 'Settings.filter.stable',
2179
+ command: 'Settings.filterStable',
2180
2180
  flags: None$1,
2181
2181
  id: 'filter-stable',
2182
2182
  label: stable()
2183
2183
  }, {
2184
- command: 'Settings.filter.tag',
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.filter.advanced': wrapCommand(filterAdvanced),
3701
- 'Settings.filter.experimental': wrapCommand(filterExperimental),
3702
- 'Settings.filter.extensionId': wrapCommand(filterExtensionId),
3703
- 'Settings.filter.feature': wrapCommand(filterFeature),
3704
- 'Settings.filter.language': wrapCommand(filterLanguage),
3705
- 'Settings.filter.modified': wrapCommand(filterModified),
3706
- 'Settings.filter.preview': wrapCommand(filterPreview),
3707
- 'Settings.filter.settingId': wrapCommand(filterSettingId),
3708
- 'Settings.filter.stable': wrapCommand(filterStable),
3709
- 'Settings.filter.tag': wrapCommand(filterTag),
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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/settings-view",
3
- "version": "2.26.1",
3
+ "version": "2.26.2",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",