@omnia/tooling-vue 8.0.506-dev → 8.0.507-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.
|
@@ -243,9 +243,9 @@ import wc2bfe7d758b5b405d96018f930505c918 from '../../../../client/fx/ux/enterpr
|
|
|
243
243
|
import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/flow/editor/FlowEditor';
|
|
244
244
|
import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/renderer/FlowRenderer';
|
|
245
245
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
|
|
246
|
-
import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey/selection/
|
|
246
|
+
import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey/selection/JourneySelectBase';
|
|
247
247
|
import wc58e999e5a1184a7fbea90061fc377f91 from '../../../../client/fx/ux/journey/selection/JourneySelectionListRenderer';
|
|
248
|
-
import wc806ee9675e9943459e5d30369a919c86 from '../../../../client/fx/ux/journey/selection/
|
|
248
|
+
import wc806ee9675e9943459e5d30369a919c86 from '../../../../client/fx/ux/journey/selection/JourneySelect';
|
|
249
249
|
import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas_old';
|
|
250
250
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
|
251
251
|
import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
|
@@ -1706,13 +1706,6 @@ declare global {
|
|
|
1706
1706
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1707
1707
|
};
|
|
1708
1708
|
} : typeof wc828a4c20542945858e792ec584148a5c;
|
|
1709
|
-
"select": typeof wc1760d6fe433f46388d4840077b6a6bec extends {
|
|
1710
|
-
propsDefinition: infer TProp;
|
|
1711
|
-
} ? {
|
|
1712
|
-
new (...args: any[]): {
|
|
1713
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1714
|
-
};
|
|
1715
|
-
} : typeof wc1760d6fe433f46388d4840077b6a6bec;
|
|
1716
1709
|
"selection": {
|
|
1717
1710
|
"list": typeof wc58e999e5a1184a7fbea90061fc377f91 extends {
|
|
1718
1711
|
propsDefinition: infer TProp;
|
|
@@ -1722,13 +1715,21 @@ declare global {
|
|
|
1722
1715
|
};
|
|
1723
1716
|
} : typeof wc58e999e5a1184a7fbea90061fc377f91;
|
|
1724
1717
|
};
|
|
1725
|
-
"
|
|
1718
|
+
"select": (typeof wc806ee9675e9943459e5d30369a919c86 extends {
|
|
1726
1719
|
propsDefinition: infer TProp;
|
|
1727
1720
|
} ? {
|
|
1728
1721
|
new (...args: any[]): {
|
|
1729
1722
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1730
1723
|
};
|
|
1731
|
-
} : typeof wc806ee9675e9943459e5d30369a919c86
|
|
1724
|
+
} : typeof wc806ee9675e9943459e5d30369a919c86) & {
|
|
1725
|
+
"base": typeof wc1760d6fe433f46388d4840077b6a6bec extends {
|
|
1726
|
+
propsDefinition: infer TProp;
|
|
1727
|
+
} ? {
|
|
1728
|
+
new (...args: any[]): {
|
|
1729
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1730
|
+
};
|
|
1731
|
+
} : typeof wc1760d6fe433f46388d4840077b6a6bec;
|
|
1732
|
+
};
|
|
1732
1733
|
};
|
|
1733
1734
|
"settings": {
|
|
1734
1735
|
"journey": {
|