@lvce-editor/extension-search-view 7.13.3 → 7.14.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.
@@ -1770,7 +1770,6 @@ const Installing$1 = 'Installing';
1770
1770
  const Uninstalling$1 = 'Uninstalling';
1771
1771
  const InstallAnotherVersion = 'Install Another Version';
1772
1772
  const SearchExtensionsInMarketplace = 'Search Extensions in Marketplace';
1773
- const ViewsAndMoreActions = 'Views and more Actions...';
1774
1773
  const Extensions$2 = 'Extensions';
1775
1774
  const Installed$1 = 'Installed';
1776
1775
  const Marketplace = 'Marketplace';
@@ -1873,9 +1872,6 @@ const copyExtensionId$1 = () => {
1873
1872
  const searchExtensionsInMarketPlace = () => {
1874
1873
  return i18nString(SearchExtensionsInMarketplace);
1875
1874
  };
1876
- const viewsAndMoreActions = () => {
1877
- return i18nString(ViewsAndMoreActions);
1878
- };
1879
1875
  const installed = () => {
1880
1876
  return i18nString(Installed$1);
1881
1877
  };
@@ -1955,7 +1951,6 @@ const HandleInputBlur = 24;
1955
1951
  const ClearAll = 'ClearAll';
1956
1952
  const Filter = 'Filter';
1957
1953
  const Refresh = 'Refresh';
1958
- const Ellipsis = 'Ellipsis';
1959
1954
 
1960
1955
  const getInputActions = hasValue => {
1961
1956
  const clearEnabled = hasValue;
@@ -2878,11 +2873,6 @@ const getActions = () => {
2878
2873
  icon: Refresh,
2879
2874
  id: refresh(),
2880
2875
  type: Button
2881
- }, {
2882
- command: '',
2883
- icon: Ellipsis,
2884
- id: viewsAndMoreActions(),
2885
- type: Button
2886
2876
  }];
2887
2877
  };
2888
2878
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "7.13.3",
3
+ "version": "7.14.0",
4
4
  "description": "Extension Search View Worker",
5
5
  "repository": {
6
6
  "type": "git",