@omnia/tooling-vue 8.0.344-dev → 8.0.346-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.
|
@@ -225,6 +225,7 @@ import wc0619d10d541645aaabbdc17d5b867501 from '../../../../client/fx/ux/enterpr
|
|
|
225
225
|
import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/flow/editor/FlowEditor';
|
|
226
226
|
import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/renderer/FlowRenderer';
|
|
227
227
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
|
|
228
|
+
import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey/selection/JourneySelect';
|
|
228
229
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
|
|
229
230
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
230
231
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
@@ -1564,6 +1565,13 @@ declare global {
|
|
|
1564
1565
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1565
1566
|
};
|
|
1566
1567
|
} : typeof wc828a4c20542945858e792ec584148a5c;
|
|
1568
|
+
"select": typeof wc1760d6fe433f46388d4840077b6a6bec extends {
|
|
1569
|
+
propsDefinition: infer TProp;
|
|
1570
|
+
} ? {
|
|
1571
|
+
new (...args: any[]): {
|
|
1572
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1573
|
+
};
|
|
1574
|
+
} : typeof wc1760d6fe433f46388d4840077b6a6bec;
|
|
1567
1575
|
};
|
|
1568
1576
|
"journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
|
1569
1577
|
propsDefinition: infer TProp;
|