bkui-vue 2.0.1-beta.86 → 2.0.1-beta.88

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.
@@ -153,6 +153,11 @@ declare const tagProps: () => {
153
153
  } & {
154
154
  default: boolean;
155
155
  };
156
+ clickContentAutoHide: import("vue-types").VueTypeValidableDef<boolean> & {
157
+ default: boolean;
158
+ } & {
159
+ default: boolean;
160
+ };
156
161
  width: import("vue-types").VueTypeDef<string | number> & {
157
162
  default: string | number;
158
163
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.86",
3
+ "version": "2.0.1-beta.88",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",