@omnia/tooling-vue 8.0.529-dev → 8.0.531-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.
@@ -345,10 +345,8 @@ import wcd108fdde5ca942d7ae92195eb74b5452 from '../../../../client/fx/ux/oxide/s
345
345
  import wca19feddcd78b4065b7650162fd088379 from '../../../../client/fx/ux/oxide/snackbar/Snackbar';
346
346
  import wcc26ccc7aeae04f76a062e83c6df302fc from '../../../../client/fx/ux/oxide/spacer/Spacer';
347
347
  import wc61d4ecaae72546b1bd94bdf74e2a9dcc from '../../../../client/fx/ux/oxide/speeddial/SpeedDial';
348
- import wc6b7f04ba8fc4487ea496dd8e42b55dbd from '../../../../client/fx/ux/oxide/splitpane/Splitpane';
349
- import wc170e15fd849e41568ed9b48f88711527 from '../../../../client/fx/ux/oxide/splitpane/SplitpaneItem';
350
- import wcd1ad8882a0c04ed4a65ca7653cd46ba8 from '../../../../client/fx/ux/oxide/splitpanev2/SplitPaneContainer';
351
- import wc5f8763d6835d4d60be746c3178fe64e5 from '../../../../client/fx/ux/oxide/splitpanev2/SplitPaneContent';
348
+ import wcd1ad8882a0c04ed4a65ca7653cd46ba8 from '../../../../client/fx/ux/oxide/splitpane/SplitPaneContainer';
349
+ import wc5f8763d6835d4d60be746c3178fe64e5 from '../../../../client/fx/ux/oxide/splitpane/SplitPaneContent';
352
350
  import wc7cc2d4feecde4174badc5797ba6fb53e from '../../../../client/fx/ux/oxide/stepper/Stepper';
353
351
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from '../../../../client/fx/ux/oxide/stepper/StepperStep';
354
352
  import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from '../../../../client/fx/ux/oxide/stickycontainer/StickyContainer';
@@ -484,6 +482,8 @@ import wcac5f615df97543cf97b3ae930ba113d0 from '../../../../client/fx/ux/mediaga
484
482
  import wc12d1bca1d50b4186acd50014584389c9 from '../../../../client/fx/ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
485
483
  import wc97a809187ad54028a26f31428c844710 from '../../../../client/fx/ux/mediapickerV2/chrome/components/MediaGallerySelector';
486
484
  import wcca498a9d23e947afa4c5695f01ba7959 from '../../../../client/fx/ux/oxide/slidepanel/block/SlidePanelBlock';
485
+ import wc6b7f04ba8fc4487ea496dd8e42b55dbd from '../../../../client/fx/ux/oxide/splitpane/old/Splitpane';
486
+ import wc170e15fd849e41568ed9b48f88711527 from '../../../../client/fx/ux/oxide/splitpane/old/SplitpaneItem';
487
487
  import wc916c23c53dbf4d5a8e421e9449c6b203 from '../../../../client/fx/ux/properties/builtins/birthday/BirthdayDisplay';
488
488
  import wc5b7f85ec36cf4e88911e7951ccec4e2b from '../../../../client/fx/ux/properties/builtins/birthday/BirthdayConfiguration';
489
489
  import wc644e39fe6d4f4e23b1777aefd9c23939 from '../../../../client/fx/ux/properties/builtins/birthday/BirthdayEditor';
@@ -5458,15 +5458,13 @@ declare global {
5458
5458
  };
5459
5459
  } : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
5460
5460
  };
5461
- "omnia": {
5462
- "logo": typeof wcd0b8420c01d54ab28be011c92c8f0d24 extends {
5463
- propsDefinition: infer TProp;
5464
- } ? {
5465
- new (...args: any[]): {
5466
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5467
- };
5468
- } : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
5469
- };
5461
+ "logo": typeof wcd0b8420c01d54ab28be011c92c8f0d24 extends {
5462
+ propsDefinition: infer TProp;
5463
+ } ? {
5464
+ new (...args: any[]): {
5465
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5466
+ };
5467
+ } : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
5470
5468
  "main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
5471
5469
  propsDefinition: infer TProp;
5472
5470
  } ? {
@@ -5664,21 +5662,6 @@ declare global {
5664
5662
  };
5665
5663
  } : typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc;
5666
5664
  };
5667
- "splitpane": (typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
5668
- propsDefinition: infer TProp;
5669
- } ? {
5670
- new (...args: any[]): {
5671
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5672
- };
5673
- } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd) & {
5674
- "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
5675
- propsDefinition: infer TProp;
5676
- } ? {
5677
- new (...args: any[]): {
5678
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5679
- };
5680
- } : typeof wc170e15fd849e41568ed9b48f88711527;
5681
- };
5682
5665
  "split": {
5683
5666
  "pane": {
5684
5667
  "container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
@@ -5823,6 +5806,21 @@ declare global {
5823
5806
  };
5824
5807
  } : typeof wca7b4c5ba709144929fbfacfbb0d61d58;
5825
5808
  };
5809
+ "splitpane": (typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
5810
+ propsDefinition: infer TProp;
5811
+ } ? {
5812
+ new (...args: any[]): {
5813
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5814
+ };
5815
+ } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd) & {
5816
+ "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
5817
+ propsDefinition: infer TProp;
5818
+ } ? {
5819
+ new (...args: any[]): {
5820
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5821
+ };
5822
+ } : typeof wc170e15fd849e41568ed9b48f88711527;
5823
+ };
5826
5824
  "demo": typeof wcc9d01726f5594902bf4de68612b186de extends {
5827
5825
  propsDefinition: infer TProp;
5828
5826
  } ? {