@vtj/designer 0.9.25 → 0.9.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.
- package/dist/{Editor-Cp9Sb2ni.js → Editor-BFm57YMW.js} +6 -6
- package/dist/{css.worker-DcQjDQkA.js → css.worker-DhE07keG.js} +17 -17
- package/dist/{editor.worker-lG8NyUhA.js → editor.worker-DKpUct5n.js} +1 -1
- package/dist/html.worker-C5hxLCyX.js +25 -0
- package/dist/index.mjs +906 -906
- package/dist/{json.worker-Cz3wPAlQ.js → json.worker-DCDqLFYI.js} +1 -1
- package/dist/{ts.worker-C2xNNmKz.js → ts.worker-D9KUThWN.js} +168 -168
- package/package.json +6 -6
- package/types/components/binders/event.d.ts +2 -46
- package/types/components/binders/variable.d.ts +2 -46
- package/types/components/editor/Editor.d.ts +1 -3
- package/types/components/editor/index.d.ts +1 -3
- package/types/components/regions/actions.d.ts +2 -33
- package/types/components/regions/apps.d.ts +2 -33
- package/types/components/regions/brand.d.ts +2 -33
- package/types/components/regions/index.d.ts +10 -258
- package/types/components/regions/preview.d.ts +2 -33
- package/types/components/regions/settings.d.ts +2 -33
- package/types/components/regions/status.d.ts +2 -33
- package/types/components/regions/toolbar.d.ts +2 -33
- package/types/components/regions/workspace.d.ts +2 -33
- package/types/components/setters/function.d.ts +2 -46
- package/types/components/setters/index.d.ts +3 -90
- package/types/components/setters/json.d.ts +2 -46
- package/types/components/shared/binder.d.ts +3 -552
- package/types/components/skeleton.d.ts +2 -180
- package/types/components/widgets/apis/form.d.ts +2 -1520
- package/types/components/widgets/css/index.d.ts +2 -46
- package/types/components/widgets/designer/index.d.ts +1 -4
- package/types/components/widgets/docs/index.d.ts +2 -101
- package/types/components/widgets/index.d.ts +8 -339
- package/types/components/widgets/market/index.d.ts +2 -101
- package/types/components/widgets/previewer/index.d.ts +1 -4
- package/types/components/widgets/raw/index.d.ts +2 -46
- package/types/components/widgets/schema/index.d.ts +2 -46
- package/types/components/widgets/scripts/group.d.ts +4 -650
- package/types/components/widgets/scripts/lifeCycles.d.ts +2 -46
- package/types/components/widgets/style/JsonMode.d.ts +2 -46
- package/types/components/widgets/style/positioning.d.ts +1 -3
- package/types/components/widgets/style/spacing-input.d.ts +2 -255
- package/types/components/widgets/style/spacing.d.ts +1 -4
- package/types/version.d.ts +2 -2
- package/dist/html.worker-B83UVBG6.js +0 -25
@@ -1,5 +1,4 @@
|
|
1
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions
|
2
|
-
import { RegionType } from '..';
|
1
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
3
2
|
export interface Props {
|
4
3
|
headerHeight?: string;
|
5
4
|
leftWidth?: string;
|
@@ -25,182 +24,5 @@ declare const _default: DefineComponent<Props, {
|
|
25
24
|
leftWidth: string;
|
26
25
|
rightWidth: string;
|
27
26
|
footerHeight: string;
|
28
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
29
|
-
brand: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
30
|
-
region: {
|
31
|
-
type: PropType<keyof RegionType>;
|
32
|
-
required: true;
|
33
|
-
};
|
34
|
-
}>> & Readonly<{}>, {
|
35
|
-
regionRef: Ref<any, any>;
|
36
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
37
|
-
P: {};
|
38
|
-
B: {};
|
39
|
-
D: {};
|
40
|
-
C: {};
|
41
|
-
M: {};
|
42
|
-
Defaults: {};
|
43
|
-
}, Readonly< ExtractPropTypes<{
|
44
|
-
region: {
|
45
|
-
type: PropType<keyof RegionType>;
|
46
|
-
required: true;
|
47
|
-
};
|
48
|
-
}>> & Readonly<{}>, {
|
49
|
-
regionRef: Ref<any, any>;
|
50
|
-
}, {}, {}, {}, {}> | null;
|
51
|
-
toolbar: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
52
|
-
region: {
|
53
|
-
type: PropType<keyof RegionType>;
|
54
|
-
required: true;
|
55
|
-
};
|
56
|
-
}>> & Readonly<{}>, {
|
57
|
-
regionRef: Ref<any, any>;
|
58
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
59
|
-
P: {};
|
60
|
-
B: {};
|
61
|
-
D: {};
|
62
|
-
C: {};
|
63
|
-
M: {};
|
64
|
-
Defaults: {};
|
65
|
-
}, Readonly< ExtractPropTypes<{
|
66
|
-
region: {
|
67
|
-
type: PropType<keyof RegionType>;
|
68
|
-
required: true;
|
69
|
-
};
|
70
|
-
}>> & Readonly<{}>, {
|
71
|
-
regionRef: Ref<any, any>;
|
72
|
-
}, {}, {}, {}, {}> | null;
|
73
|
-
actions: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
74
|
-
region: {
|
75
|
-
type: PropType<keyof RegionType>;
|
76
|
-
required: true;
|
77
|
-
};
|
78
|
-
}>> & Readonly<{}>, {
|
79
|
-
regionRef: Ref<any, any>;
|
80
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
81
|
-
P: {};
|
82
|
-
B: {};
|
83
|
-
D: {};
|
84
|
-
C: {};
|
85
|
-
M: {};
|
86
|
-
Defaults: {};
|
87
|
-
}, Readonly< ExtractPropTypes<{
|
88
|
-
region: {
|
89
|
-
type: PropType<keyof RegionType>;
|
90
|
-
required: true;
|
91
|
-
};
|
92
|
-
}>> & Readonly<{}>, {
|
93
|
-
regionRef: Ref<any, any>;
|
94
|
-
}, {}, {}, {}, {}> | null;
|
95
|
-
apps: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
96
|
-
region: {
|
97
|
-
type: PropType<keyof RegionType>;
|
98
|
-
required: true;
|
99
|
-
};
|
100
|
-
}>> & Readonly<{}>, {
|
101
|
-
regionRef: Ref<any, any>;
|
102
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
103
|
-
P: {};
|
104
|
-
B: {};
|
105
|
-
D: {};
|
106
|
-
C: {};
|
107
|
-
M: {};
|
108
|
-
Defaults: {};
|
109
|
-
}, Readonly< ExtractPropTypes<{
|
110
|
-
region: {
|
111
|
-
type: PropType<keyof RegionType>;
|
112
|
-
required: true;
|
113
|
-
};
|
114
|
-
}>> & Readonly<{}>, {
|
115
|
-
regionRef: Ref<any, any>;
|
116
|
-
}, {}, {}, {}, {}> | null;
|
117
|
-
preview: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
118
|
-
region: {
|
119
|
-
type: PropType<keyof RegionType>;
|
120
|
-
required: true;
|
121
|
-
};
|
122
|
-
}>> & Readonly<{}>, {
|
123
|
-
regionRef: Ref<any, any>;
|
124
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
125
|
-
P: {};
|
126
|
-
B: {};
|
127
|
-
D: {};
|
128
|
-
C: {};
|
129
|
-
M: {};
|
130
|
-
Defaults: {};
|
131
|
-
}, Readonly< ExtractPropTypes<{
|
132
|
-
region: {
|
133
|
-
type: PropType<keyof RegionType>;
|
134
|
-
required: true;
|
135
|
-
};
|
136
|
-
}>> & Readonly<{}>, {
|
137
|
-
regionRef: Ref<any, any>;
|
138
|
-
}, {}, {}, {}, {}> | null;
|
139
|
-
workspace: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
140
|
-
region: {
|
141
|
-
type: PropType<keyof RegionType>;
|
142
|
-
required: true;
|
143
|
-
};
|
144
|
-
}>> & Readonly<{}>, {
|
145
|
-
regionRef: Ref<any, any>;
|
146
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
147
|
-
P: {};
|
148
|
-
B: {};
|
149
|
-
D: {};
|
150
|
-
C: {};
|
151
|
-
M: {};
|
152
|
-
Defaults: {};
|
153
|
-
}, Readonly< ExtractPropTypes<{
|
154
|
-
region: {
|
155
|
-
type: PropType<keyof RegionType>;
|
156
|
-
required: true;
|
157
|
-
};
|
158
|
-
}>> & Readonly<{}>, {
|
159
|
-
regionRef: Ref<any, any>;
|
160
|
-
}, {}, {}, {}, {}> | null;
|
161
|
-
settings: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
162
|
-
region: {
|
163
|
-
type: PropType<keyof RegionType>;
|
164
|
-
required: true;
|
165
|
-
};
|
166
|
-
}>> & Readonly<{}>, {
|
167
|
-
regionRef: Ref<any, any>;
|
168
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
169
|
-
P: {};
|
170
|
-
B: {};
|
171
|
-
D: {};
|
172
|
-
C: {};
|
173
|
-
M: {};
|
174
|
-
Defaults: {};
|
175
|
-
}, Readonly< ExtractPropTypes<{
|
176
|
-
region: {
|
177
|
-
type: PropType<keyof RegionType>;
|
178
|
-
required: true;
|
179
|
-
};
|
180
|
-
}>> & Readonly<{}>, {
|
181
|
-
regionRef: Ref<any, any>;
|
182
|
-
}, {}, {}, {}, {}> | null;
|
183
|
-
status: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
184
|
-
region: {
|
185
|
-
type: PropType<keyof RegionType>;
|
186
|
-
required: true;
|
187
|
-
};
|
188
|
-
}>> & Readonly<{}>, {
|
189
|
-
regionRef: Ref<any, any>;
|
190
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
191
|
-
P: {};
|
192
|
-
B: {};
|
193
|
-
D: {};
|
194
|
-
C: {};
|
195
|
-
M: {};
|
196
|
-
Defaults: {};
|
197
|
-
}, Readonly< ExtractPropTypes<{
|
198
|
-
region: {
|
199
|
-
type: PropType<keyof RegionType>;
|
200
|
-
required: true;
|
201
|
-
};
|
202
|
-
}>> & Readonly<{}>, {
|
203
|
-
regionRef: Ref<any, any>;
|
204
|
-
}, {}, {}, {}, {}> | null;
|
205
|
-
}, any>;
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
206
28
|
export default _default;
|