@omnia/tooling-vue 8.0.477-dev → 8.0.479-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.
@@ -242,7 +242,7 @@ import wc9f6fd018560b4c8cbd36f39c6d079bb7 from '../../../../client/fx/ux/flow/re
242
242
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
243
243
  import wc1760d6fe433f46388d4840077b6a6bec from '../../../../client/fx/ux/journey/selection/JourneySelect';
244
244
  import wc58e999e5a1184a7fbea90061fc377f91 from '../../../../client/fx/ux/journey/selection/JourneySelectionListRenderer';
245
- import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
245
+ import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas_old';
246
246
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
247
247
  import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
248
248
  import wc057def31f5f5403d91b2da569de2fdff from '../../../../client/fx/ux/layoutcanvas/layoutblock/LayoutBlock';
@@ -336,6 +336,8 @@ import wcc26ccc7aeae04f76a062e83c6df302fc from '../../../../client/fx/ux/oxide/s
336
336
  import wc61d4ecaae72546b1bd94bdf74e2a9dcc from '../../../../client/fx/ux/oxide/speeddial/SpeedDial';
337
337
  import wc6b7f04ba8fc4487ea496dd8e42b55dbd from '../../../../client/fx/ux/oxide/splitpane/Splitpane';
338
338
  import wc170e15fd849e41568ed9b48f88711527 from '../../../../client/fx/ux/oxide/splitpane/SplitpaneItem';
339
+ import wcd1ad8882a0c04ed4a65ca7653cd46ba8 from '../../../../client/fx/ux/oxide/splitpanev2/SplitPaneContainer';
340
+ import wc5f8763d6835d4d60be746c3178fe64e5 from '../../../../client/fx/ux/oxide/splitpanev2/SplitPaneContent';
339
341
  import wc7cc2d4feecde4174badc5797ba6fb53e from '../../../../client/fx/ux/oxide/stepper/Stepper';
340
342
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from '../../../../client/fx/ux/oxide/stepper/StepperStep';
341
343
  import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from '../../../../client/fx/ux/oxide/stickycontainer/StickyContainer';
@@ -5591,6 +5593,24 @@ declare global {
5591
5593
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5592
5594
  };
5593
5595
  } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
5596
+ "split": {
5597
+ "pane": {
5598
+ "container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
5599
+ propsDefinition: infer TProp;
5600
+ } ? {
5601
+ new (...args: any[]): {
5602
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5603
+ };
5604
+ } : typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8;
5605
+ "content": typeof wc5f8763d6835d4d60be746c3178fe64e5 extends {
5606
+ propsDefinition: infer TProp;
5607
+ } ? {
5608
+ new (...args: any[]): {
5609
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5610
+ };
5611
+ } : typeof wc5f8763d6835d4d60be746c3178fe64e5;
5612
+ };
5613
+ };
5594
5614
  "stepper": {
5595
5615
  "step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
5596
5616
  propsDefinition: infer TProp;