@omnia/tooling-vue 8.0.345-dev → 8.0.347-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';
|
|
@@ -304,7 +305,6 @@ import wc8a82f6b541cc49b2ade3e5b880fd3a58 from '../../../../client/fx/ux/oxide/r
|
|
|
304
305
|
import wc4c41fd8799ae43468150fd47661e8100 from '../../../../client/fx/ux/oxide/rating/Rating';
|
|
305
306
|
import wc177587e103904861b5d4d491388a01b1 from '../../../../client/fx/ux/oxide/scrollcontainer/ScrollContainer';
|
|
306
307
|
import wc578e2a4d5cd247a4b1291911256253a7 from '../../../../client/fx/ux/oxide/select/Select';
|
|
307
|
-
import wcb433dc66d68f4a47997e8934e9afda22 from '../../../../client/fx/ux/oxide/selectionpicker/InputSelect';
|
|
308
308
|
import wc2ade92721b3c426fac97c63026f77351 from '../../../../client/fx/ux/oxide/skeletonloader/SkeletonLoader';
|
|
309
309
|
import wc8b0bddecd5d74fcba7aac87913137ca3 from '../../../../client/fx/ux/oxide/slidepanel/SlidePanel';
|
|
310
310
|
import wcd5ff31018df44196a5c6ab219bab4c25 from '../../../../client/fx/ux/oxide/slidepanel/Slide';
|
|
@@ -1565,6 +1565,13 @@ declare global {
|
|
|
1565
1565
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1566
1566
|
};
|
|
1567
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;
|
|
1568
1575
|
};
|
|
1569
1576
|
"journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
|
1570
1577
|
propsDefinition: infer TProp;
|
|
@@ -5013,13 +5020,6 @@ declare global {
|
|
|
5013
5020
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5014
5021
|
};
|
|
5015
5022
|
} : typeof wc51871a0562b54e25bcaf95beba7470c6;
|
|
5016
|
-
"select": typeof wcb433dc66d68f4a47997e8934e9afda22 extends {
|
|
5017
|
-
propsDefinition: infer TProp;
|
|
5018
|
-
} ? {
|
|
5019
|
-
new (...args: any[]): {
|
|
5020
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5021
|
-
};
|
|
5022
|
-
} : typeof wcb433dc66d68f4a47997e8934e9afda22;
|
|
5023
5023
|
};
|
|
5024
5024
|
"layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
|
5025
5025
|
propsDefinition: infer TProp;
|