@alicloud/console-components-search 0.2.39 → 0.2.40-beta.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @alicloud/console-components-search
2
2
 
3
+ ## 0.2.40-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: SearchFilter 搜索条件较长时限制筛选标签宽度,并通过 Balloon 展示完整内容
8
+
3
9
  ## 0.2.37
4
10
 
5
11
  ### Patch Changes
@@ -58,7 +58,7 @@ const options2 = [
58
58
  },
59
59
  ];
60
60
 
61
- const intl = (a) => a;
61
+ const intl = (a: string, _options?: Record<string, unknown>) => a;
62
62
 
63
63
  const options3 = [
64
64
  {