@omnia/tooling-vue 8.0.529-dev → 8.0.530-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
|
|
349
|
-
import
|
|
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';
|
|
@@ -5664,21 +5664,6 @@ declare global {
|
|
|
5664
5664
|
};
|
|
5665
5665
|
} : typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc;
|
|
5666
5666
|
};
|
|
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
5667
|
"split": {
|
|
5683
5668
|
"pane": {
|
|
5684
5669
|
"container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
|
|
@@ -5823,6 +5808,21 @@ declare global {
|
|
|
5823
5808
|
};
|
|
5824
5809
|
} : typeof wca7b4c5ba709144929fbfacfbb0d61d58;
|
|
5825
5810
|
};
|
|
5811
|
+
"splitpane": (typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
|
|
5812
|
+
propsDefinition: infer TProp;
|
|
5813
|
+
} ? {
|
|
5814
|
+
new (...args: any[]): {
|
|
5815
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5816
|
+
};
|
|
5817
|
+
} : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd) & {
|
|
5818
|
+
"item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
|
|
5819
|
+
propsDefinition: infer TProp;
|
|
5820
|
+
} ? {
|
|
5821
|
+
new (...args: any[]): {
|
|
5822
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5823
|
+
};
|
|
5824
|
+
} : typeof wc170e15fd849e41568ed9b48f88711527;
|
|
5825
|
+
};
|
|
5826
5826
|
"demo": typeof wcc9d01726f5594902bf4de68612b186de extends {
|
|
5827
5827
|
propsDefinition: infer TProp;
|
|
5828
5828
|
} ? {
|