bkui-vue 2.1.0-dev-beta.9 → 2.1.0-dev-beta.10

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/lib/index.js CHANGED
@@ -3,5 +3,5 @@ export * from './hooks';
3
3
  export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
- export const version = "2.1.0-dev-beta.9";
6
+ export const version = "2.1.0-dev-beta.10";
7
7
  window.__bkui_vue_version__ = version;
@@ -3926,7 +3926,9 @@ var EMIT_EVENTS = {
3926
3926
  return (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)("span", (0,external_vue_namespaceObject.mergeProps)({
3927
3927
  "ref": referenceWrapperRef,
3928
3928
  "style": {
3929
- display: 'contents'
3929
+ display: 'contents',
3930
+ width: '100%',
3931
+ height: '100%'
3930
3932
  },
3931
3933
  "class": [referenceCls.value, attrs["class"]]
3932
3934
  }, referenceListeners.value), [(_slots$default = slots["default"]) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots)]), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
@@ -1,6 +1,4 @@
1
1
  export declare enum EVENTS {
2
- NODE_ASYNC_LOAD = "nodeAsyncLoad",
3
- NODE_ASYNC_LOAD_ERROR = "nodeAsyncLoadError",
4
2
  NODE_CHECKED = "nodeChecked",
5
3
  NODE_CLICK = "nodeClick",
6
4
  NODE_COLLAPSE = "nodeCollapse",
@@ -14,8 +12,6 @@ export declare enum EVENTS {
14
12
  NODE_SELECTED = "nodeSelected"
15
13
  }
16
14
  export declare const TreeEmitEventsType: {
17
- nodeAsyncLoad: (..._args: any[]) => boolean;
18
- nodeAsyncLoadError: (..._args: any[]) => boolean;
19
15
  nodeClick: (..._args: any[]) => boolean;
20
16
  nodeCollapse: (..._args: any[]) => boolean;
21
17
  nodeExpand: (..._args: any[]) => boolean;
@@ -38,7 +38,6 @@ declare const BkTree: {
38
38
  prefixIcon: import("vue-types").VueTypeDef<any> & {
39
39
  default: any;
40
40
  };
41
- onDataChange: import("vue").PropType<import("./props").TreeDataChangeHandler>;
42
41
  async: import("vue-types").VueTypeShape<{
43
42
  callback: (item: any, cb: any) => Promise<string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
43
  [key: string]: any;
@@ -135,17 +134,10 @@ declare const BkTree: {
135
134
  } & {
136
135
  default: boolean;
137
136
  };
138
- deepWatch: import("vue-types").VueTypeValidableDef<boolean> & {
139
- default: boolean;
140
- } & {
141
- default: boolean;
142
- };
143
137
  intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
144
138
  default: boolean | (() => import("./props").IIntersectionObserver);
145
139
  };
146
140
  }>> & Readonly<{
147
- onNodeAsyncLoad?: (...args: any[]) => any;
148
- onNodeAsyncLoadError?: (...args: any[]) => any;
149
141
  onNodeChecked?: (...args: any[]) => any;
150
142
  onNodeClick?: (...args: any[]) => any;
151
143
  onNodeCollapse?: (...args: any[]) => any;
@@ -158,8 +150,6 @@ declare const BkTree: {
158
150
  onNodeExpand?: (...args: any[]) => any;
159
151
  onNodeSelected?: (...args: any[]) => any;
160
152
  }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
161
- nodeAsyncLoad: (..._args: any[]) => boolean;
162
- nodeAsyncLoadError: (..._args: any[]) => boolean;
163
153
  nodeClick: (..._args: any[]) => boolean;
164
154
  nodeCollapse: (..._args: any[]) => boolean;
165
155
  nodeExpand: (..._args: any[]) => boolean;
@@ -202,7 +192,6 @@ declare const BkTree: {
202
192
  nodeContentAction: any;
203
193
  keepSlotData: boolean;
204
194
  checkStrictly: boolean;
205
- deepWatch: boolean;
206
195
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
207
196
  P: {};
208
197
  B: {};
@@ -249,7 +238,6 @@ declare const BkTree: {
249
238
  prefixIcon: import("vue-types").VueTypeDef<any> & {
250
239
  default: any;
251
240
  };
252
- onDataChange: import("vue").PropType<import("./props").TreeDataChangeHandler>;
253
241
  async: import("vue-types").VueTypeShape<{
254
242
  callback: (item: any, cb: any) => Promise<string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
255
243
  [key: string]: any;
@@ -346,17 +334,10 @@ declare const BkTree: {
346
334
  } & {
347
335
  default: boolean;
348
336
  };
349
- deepWatch: import("vue-types").VueTypeValidableDef<boolean> & {
350
- default: boolean;
351
- } & {
352
- default: boolean;
353
- };
354
337
  intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
355
338
  default: boolean | (() => import("./props").IIntersectionObserver);
356
339
  };
357
340
  }>> & Readonly<{
358
- onNodeAsyncLoad?: (...args: any[]) => any;
359
- onNodeAsyncLoadError?: (...args: any[]) => any;
360
341
  onNodeChecked?: (...args: any[]) => any;
361
342
  onNodeClick?: (...args: any[]) => any;
362
343
  onNodeCollapse?: (...args: any[]) => any;
@@ -399,7 +380,6 @@ declare const BkTree: {
399
380
  nodeContentAction: any;
400
381
  keepSlotData: boolean;
401
382
  checkStrictly: boolean;
402
- deepWatch: boolean;
403
383
  }>;
404
384
  __isFragment?: never;
405
385
  __isTeleport?: never;
@@ -443,7 +423,6 @@ declare const BkTree: {
443
423
  prefixIcon: import("vue-types").VueTypeDef<any> & {
444
424
  default: any;
445
425
  };
446
- onDataChange: import("vue").PropType<import("./props").TreeDataChangeHandler>;
447
426
  async: import("vue-types").VueTypeShape<{
448
427
  callback: (item: any, cb: any) => Promise<string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
449
428
  [key: string]: any;
@@ -540,17 +519,10 @@ declare const BkTree: {
540
519
  } & {
541
520
  default: boolean;
542
521
  };
543
- deepWatch: import("vue-types").VueTypeValidableDef<boolean> & {
544
- default: boolean;
545
- } & {
546
- default: boolean;
547
- };
548
522
  intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
549
523
  default: boolean | (() => import("./props").IIntersectionObserver);
550
524
  };
551
525
  }>> & Readonly<{
552
- onNodeAsyncLoad?: (...args: any[]) => any;
553
- onNodeAsyncLoadError?: (...args: any[]) => any;
554
526
  onNodeChecked?: (...args: any[]) => any;
555
527
  onNodeClick?: (...args: any[]) => any;
556
528
  onNodeCollapse?: (...args: any[]) => any;
@@ -563,8 +535,6 @@ declare const BkTree: {
563
535
  onNodeExpand?: (...args: any[]) => any;
564
536
  onNodeSelected?: (...args: any[]) => any;
565
537
  }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
566
- nodeAsyncLoad: (..._args: any[]) => boolean;
567
- nodeAsyncLoadError: (..._args: any[]) => boolean;
568
538
  nodeClick: (..._args: any[]) => boolean;
569
539
  nodeCollapse: (..._args: any[]) => boolean;
570
540
  nodeExpand: (..._args: any[]) => boolean;
@@ -607,6 +577,5 @@ declare const BkTree: {
607
577
  nodeContentAction: any;
608
578
  keepSlotData: boolean;
609
579
  checkStrictly: boolean;
610
- deepWatch: boolean;
611
580
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]>;
612
581
  export default BkTree;