@omnia/tooling-vue 8.0.512-dev → 8.0.513-dev
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.
|
@@ -249,6 +249,7 @@ import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey
|
|
|
249
249
|
import wc58e999e5a1184a7fbea90061fc377f91 from '../../../../client/fx/ux/journey/selection/JourneySelectionListRenderer';
|
|
250
250
|
import wc806ee9675e9943459e5d30369a919c86 from '../../../../client/fx/ux/journey/selection/JourneySelect';
|
|
251
251
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas_old';
|
|
252
|
+
import wce470575577684f4ba338bb2f54d697fb from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
252
253
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
253
254
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
254
255
|
import wc057def31f5f5403d91b2da569de2fdff from '../../../../client/fx/ux/layoutcanvas/layoutblock/LayoutBlock';
|
|
@@ -3210,13 +3211,21 @@ declare global {
|
|
|
3210
3211
|
};
|
|
3211
3212
|
"layout": {
|
|
3212
3213
|
"editor": {
|
|
3213
|
-
"canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
|
3214
|
+
"canvas": (typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
|
3214
3215
|
propsDefinition: infer TProp;
|
|
3215
3216
|
} ? {
|
|
3216
3217
|
new (...args: any[]): {
|
|
3217
3218
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3218
3219
|
};
|
|
3219
|
-
} : typeof wc8e03e2f7fb024945bc51138b77d06088
|
|
3220
|
+
} : typeof wc8e03e2f7fb024945bc51138b77d06088) & {
|
|
3221
|
+
"v2": typeof wce470575577684f4ba338bb2f54d697fb extends {
|
|
3222
|
+
propsDefinition: infer TProp;
|
|
3223
|
+
} ? {
|
|
3224
|
+
new (...args: any[]): {
|
|
3225
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3226
|
+
};
|
|
3227
|
+
} : typeof wce470575577684f4ba338bb2f54d697fb;
|
|
3228
|
+
};
|
|
3220
3229
|
"block": {
|
|
3221
3230
|
"edit": (typeof wc86802c11a0c8471ca455385a9fecb9c6 extends {
|
|
3222
3231
|
propsDefinition: infer TProp;
|