@vtj/designer 0.12.55 → 0.12.57
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/dist/Editor-CQx8E24o.js +4 -0
- package/dist/{css.worker-DhE07keG.js → css.worker-C5JgIHzc.js} +28 -28
- package/dist/editor.worker-CTVKatl8.js +25 -0
- package/dist/html.worker-CpAHPonC.js +25 -0
- package/dist/{index-k6sgStuv.js → index-Cn6FSsys.js} +882 -881
- package/dist/index.mjs +1 -1
- package/dist/json.worker-CDQRe8__.js +25 -0
- package/dist/style.css +1 -1
- package/dist/{ts.worker-Bjq4oI3m.js → ts.worker-BNiKFy3_.js} +93 -93
- package/package.json +7 -7
- package/types/components/shared/binder.d.ts +6 -2283
- package/types/components/shared/viewer.d.ts +8 -32
- package/types/components/widgets/apis/form.d.ts +4 -1143
- package/types/version.d.ts +2 -2
- package/dist/Editor-Dj8jjfkD.js +0 -4
- package/dist/editor.worker-DKpUct5n.js +0 -25
- package/dist/html.worker-C5hxLCyX.js +0 -25
- package/dist/json.worker-DCDqLFYI.js +0 -25
@@ -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
|
-
|
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
|
-
|
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"]>;
|