bkui-vue 0.0.1-beta.220 → 0.0.1-beta.222

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.
@@ -1,3 +1,3 @@
1
1
  import { TreePropTypes } from './props';
2
- declare const _default: (props: TreePropTypes, root?: any, flatData?: any) => void;
2
+ declare const _default: (props: TreePropTypes, ctx: any, root?: any, flatData?: any) => void;
3
3
  export default _default;
@@ -45,6 +45,8 @@ export declare const getNodeRowClass: (item: any, schema: any) => {
45
45
  [x: string]: any;
46
46
  'is-checked': any;
47
47
  'is-selected': any;
48
+ 'node-folder': any;
49
+ 'node-leaf': any;
48
50
  };
49
51
  /**
50
52
  * 根据路径更新指定节点Child-Data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.220",
3
+ "version": "0.0.1-beta.222",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",