@omnia/tooling-vue 8.0.368-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';
@@ -851,6 +853,15 @@ declare global {
851
853
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
852
854
  };
853
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
+ };
854
865
  };
855
866
  "command": {
856
867
  "palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da extends {
@@ -5264,7 +5275,16 @@ declare global {
5264
5275
  } : typeof wc2ade92721b3c426fac97c63026f77351;
5265
5276
  };
5266
5277
  "slide": {
5267
- "panel": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
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 {
5268
5288
  propsDefinition: infer TProp;
5269
5289
  } ? {
5270
5290
  new (...args: any[]): {