bkui-vue 0.0.2-beta.24 → 0.0.2-beta.26

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.
@@ -108,6 +108,7 @@ export declare const useInit: (props: TablePropTypes, targetColumns: ITableColum
108
108
  initIndexData: (keepLocalAction?: boolean) => void;
109
109
  updateIndexData: (selectedAll?: boolean) => void;
110
110
  setRowExpand: (row: any, expand?: any) => void;
111
+ setAllRowExpand: (expand?: any) => void;
111
112
  updateColGroups: (settings?: Settings) => void;
112
113
  clearSelection: () => void;
113
114
  toggleAllSelection: (checked?: any) => void;
@@ -98,6 +98,8 @@ declare const BkTableColumn: {
98
98
  disabled?: boolean;
99
99
  watchCellResize?: boolean;
100
100
  mode?: "auto" | "static";
101
+ popoverOption?: any;
102
+ resizerWay?: import("../../table/src/props").ResizerWay;
101
103
  });
102
104
  };
103
105
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -159,6 +161,8 @@ declare const BkTableColumn: {
159
161
  disabled?: boolean;
160
162
  watchCellResize?: boolean;
161
163
  mode?: "auto" | "static";
164
+ popoverOption?: any;
165
+ resizerWay?: import("../../table/src/props").ResizerWay;
162
166
  };
163
167
  resizable?: boolean;
164
168
  colspan?: import("../../table/src/props").SpanFunctionString;
@@ -225,6 +229,8 @@ declare const BkTableColumn: {
225
229
  disabled?: boolean;
226
230
  watchCellResize?: boolean;
227
231
  mode?: "auto" | "static";
232
+ popoverOption?: any;
233
+ resizerWay?: import("../../table/src/props").ResizerWay;
228
234
  });
229
235
  };
230
236
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -286,6 +292,8 @@ declare const BkTableColumn: {
286
292
  disabled?: boolean;
287
293
  watchCellResize?: boolean;
288
294
  mode?: "auto" | "static";
295
+ popoverOption?: any;
296
+ resizerWay?: import("../../table/src/props").ResizerWay;
289
297
  };
290
298
  resizable?: boolean;
291
299
  colspan?: import("../../table/src/props").SpanFunctionString;
@@ -325,6 +333,8 @@ declare const BkTableColumn: {
325
333
  disabled?: boolean;
326
334
  watchCellResize?: boolean;
327
335
  mode?: "auto" | "static";
336
+ popoverOption?: any;
337
+ resizerWay?: import("../../table/src/props").ResizerWay;
328
338
  });
329
339
  };
330
340
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -386,6 +396,8 @@ declare const BkTableColumn: {
386
396
  disabled?: boolean;
387
397
  watchCellResize?: boolean;
388
398
  mode?: "auto" | "static";
399
+ popoverOption?: any;
400
+ resizerWay?: import("../../table/src/props").ResizerWay;
389
401
  };
390
402
  resizable?: boolean;
391
403
  colspan?: import("../../table/src/props").SpanFunctionString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.24",
3
+ "version": "0.0.2-beta.26",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",