@omnia/tooling-vue 8.0.367-dev → 8.0.369-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.
|
@@ -314,6 +314,7 @@ import wc578e2a4d5cd247a4b1291911256253a7 from '../../../../client/fx/ux/oxide/s
|
|
|
314
314
|
import wc2ade92721b3c426fac97c63026f77351 from '../../../../client/fx/ux/oxide/skeletonloader/SkeletonLoader';
|
|
315
315
|
import wc8b0bddecd5d74fcba7aac87913137ca3 from '../../../../client/fx/ux/oxide/slidepanel/SlidePanel';
|
|
316
316
|
import wcd5ff31018df44196a5c6ab219bab4c25 from '../../../../client/fx/ux/oxide/slidepanel/Slide';
|
|
317
|
+
import wc2001e58f6a33442fb716d45a67eee24d from '../../../../client/fx/ux/oxide/slidepanel/SlidePanelSettings';
|
|
317
318
|
import wcd108fdde5ca942d7ae92195eb74b5452 from '../../../../client/fx/ux/oxide/slider/Slider';
|
|
318
319
|
import wca19feddcd78b4065b7650162fd088379 from '../../../../client/fx/ux/oxide/snackbar/Snackbar';
|
|
319
320
|
import wcc26ccc7aeae04f76a062e83c6df302fc from '../../../../client/fx/ux/oxide/spacer/Spacer';
|
|
@@ -375,6 +376,7 @@ import wc8391c3abe04c43b78b32edde15337988 from '../../../../client/fx/ux/aurora/
|
|
|
375
376
|
import wcdb6d37c1525f463aa5b4a89a4ddfe05c from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonStylePicker';
|
|
376
377
|
import wc28aca89920b749c894138e728231ffc4 from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonStyleEditor';
|
|
377
378
|
import wc7222a47525f54724a8e9f7f2cfc39354 from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
|
|
379
|
+
import wc81ff82944f2542b3afec55c5dba22f36 from '../../../../client/fx/ux/aurora/components/chromepicker/ChromePicker';
|
|
378
380
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from '../../../../client/fx/ux/aurora/components/colorpickerV2/ColorPicker';
|
|
379
381
|
import wc1266389c28034034921b897f788f302d from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
|
380
382
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
|
@@ -560,6 +562,7 @@ import wc606afcf1b9b04b5e8920b7675b4ecc4b from '../../../../client/fx/ux/admin/s
|
|
|
560
562
|
import wc3734b9786d374f388cc5b5181f5cd4f3 from '../../../../client/fx/ux/aurora/admin/blades/blueprints/typography/components/FontPicker';
|
|
561
563
|
import wcb358eb4c58fb49119c7c2fca8b2fe186 from '../../../../client/fx/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade';
|
|
562
564
|
import wcb0e4ded914dd47ed99226f884b927f9a from '../../../../client/fx/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings';
|
|
565
|
+
import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
|
|
563
566
|
declare global {
|
|
564
567
|
namespace JSX {
|
|
565
568
|
interface Element {
|
|
@@ -798,6 +801,13 @@ declare global {
|
|
|
798
801
|
};
|
|
799
802
|
} : typeof wcfc2401c7c3384790ae7ce17d05b0855f;
|
|
800
803
|
};
|
|
804
|
+
"header": typeof wc97a0cc3e2c064517ba3c9db6e5e04f8b extends {
|
|
805
|
+
propsDefinition: infer TProp;
|
|
806
|
+
} ? {
|
|
807
|
+
new (...args: any[]): {
|
|
808
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
809
|
+
};
|
|
810
|
+
} : typeof wc97a0cc3e2c064517ba3c9db6e5e04f8b;
|
|
801
811
|
};
|
|
802
812
|
"dev": {
|
|
803
813
|
"socket": typeof wce6b88bd8d41949c8af6fed268ae64430 extends {
|
|
@@ -843,6 +853,15 @@ declare global {
|
|
|
843
853
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
844
854
|
};
|
|
845
855
|
} : typeof wc057bef6897bb4ba4a089d01c2da1322e;
|
|
856
|
+
"layout": {
|
|
857
|
+
"picker": typeof wc81ff82944f2542b3afec55c5dba22f36 extends {
|
|
858
|
+
propsDefinition: infer TProp;
|
|
859
|
+
} ? {
|
|
860
|
+
new (...args: any[]): {
|
|
861
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
862
|
+
};
|
|
863
|
+
} : typeof wc81ff82944f2542b3afec55c5dba22f36;
|
|
864
|
+
};
|
|
846
865
|
};
|
|
847
866
|
"command": {
|
|
848
867
|
"palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da extends {
|
|
@@ -5256,7 +5275,16 @@ declare global {
|
|
|
5256
5275
|
} : typeof wc2ade92721b3c426fac97c63026f77351;
|
|
5257
5276
|
};
|
|
5258
5277
|
"slide": {
|
|
5259
|
-
"panel":
|
|
5278
|
+
"panel": {
|
|
5279
|
+
"settings": typeof wc2001e58f6a33442fb716d45a67eee24d extends {
|
|
5280
|
+
propsDefinition: infer TProp;
|
|
5281
|
+
} ? {
|
|
5282
|
+
new (...args: any[]): {
|
|
5283
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5284
|
+
};
|
|
5285
|
+
} : typeof wc2001e58f6a33442fb716d45a67eee24d;
|
|
5286
|
+
};
|
|
5287
|
+
"panel$": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
|
|
5260
5288
|
propsDefinition: infer TProp;
|
|
5261
5289
|
} ? {
|
|
5262
5290
|
new (...args: any[]): {
|