@vtj/designer 0.12.54 → 0.12.56

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.
@@ -35,10 +35,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
35
35
  type: BooleanConstructor;
36
36
  default: boolean;
37
37
  };
38
- checkDescendants: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
38
+ checkDescendants: BooleanConstructor;
42
39
  autoExpandParent: {
43
40
  type: BooleanConstructor;
44
41
  default: boolean;
@@ -49,14 +46,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
49
46
  renderContent: {
50
47
  type: PropType<RenderContentFunction>;
51
48
  };
52
- showCheckbox: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- draggable: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
49
+ showCheckbox: BooleanConstructor;
50
+ draggable: BooleanConstructor;
60
51
  allowDrag: {
61
52
  type: PropType<AllowDragFunction>;
62
53
  };
@@ -71,10 +62,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
71
62
  disabled: string;
72
63
  };
73
64
  };
74
- lazy: {
75
- type: BooleanConstructor;
76
- default: boolean;
77
- };
65
+ lazy: BooleanConstructor;
78
66
  highlightCurrent: BooleanConstructor;
79
67
  load: PropType< TreeComponentProps["load"]>;
80
68
  filterNodeMethod: PropType< TreeComponentProps["filterNodeMethod"]>;
@@ -7259,10 +7247,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
7259
7247
  type: BooleanConstructor;
7260
7248
  default: boolean;
7261
7249
  };
7262
- checkDescendants: {
7263
- type: BooleanConstructor;
7264
- default: boolean;
7265
- };
7250
+ checkDescendants: BooleanConstructor;
7266
7251
  autoExpandParent: {
7267
7252
  type: BooleanConstructor;
7268
7253
  default: boolean;
@@ -7273,14 +7258,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
7273
7258
  renderContent: {
7274
7259
  type: PropType<RenderContentFunction>;
7275
7260
  };
7276
- showCheckbox: {
7277
- type: BooleanConstructor;
7278
- default: boolean;
7279
- };
7280
- draggable: {
7281
- type: BooleanConstructor;
7282
- default: boolean;
7283
- };
7261
+ showCheckbox: BooleanConstructor;
7262
+ draggable: BooleanConstructor;
7284
7263
  allowDrag: {
7285
7264
  type: PropType<AllowDragFunction>;
7286
7265
  };
@@ -7295,10 +7274,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
7295
7274
  disabled: string;
7296
7275
  };
7297
7276
  };
7298
- lazy: {
7299
- type: BooleanConstructor;
7300
- default: boolean;
7301
- };
7277
+ lazy: BooleanConstructor;
7302
7278
  highlightCurrent: BooleanConstructor;
7303
7279
  load: PropType< TreeComponentProps["load"]>;
7304
7280
  filterNodeMethod: PropType< TreeComponentProps["filterNodeMethod"]>;