@omnia/tooling-vue 8.0.525-dev → 8.0.526-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.
@@ -258,6 +258,7 @@ import wc5d6ec741cf6e4d8ab005abdda288ceed from '../../../../client/fx/ux/layoutc
258
258
  import wc0b2ee63495854227a082987161a9e641 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
259
259
  import wc16631fca46634e1b8c44401400bbf6ef from '../../../../client/fx/ux/layoutcanvas/renderer/InternalLayoutBlockSettingsHelper';
260
260
  import wcf346db89a53b404690b1795429fb0162 from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvas';
261
+ import wc100134c612ae49f1a7ab9e89abe8af5b from '../../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvasV2';
261
262
  import wc96c7e84dfb66450796fe123aea7999c5 from '../../../../client/fx/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
262
263
  import wcc15cd6402e584ab18c73ed2b5e3eded9 from '../../../../client/fx/ux/mediagallery/view/MediaDisplayRenderer';
263
264
  import wc29f45ded4fb4479fab6fd6fd79505642 from '../../../../client/fx/ux/mediapickerV2/chrome/MediaPicker';
@@ -3342,13 +3343,21 @@ declare global {
3342
3343
  };
3343
3344
  };
3344
3345
  "renderer": {
3345
- "canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
3346
+ "canvas": (typeof wcf346db89a53b404690b1795429fb0162 extends {
3346
3347
  propsDefinition: infer TProp;
3347
3348
  } ? {
3348
3349
  new (...args: any[]): {
3349
3350
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3350
3351
  };
3351
- } : typeof wcf346db89a53b404690b1795429fb0162;
3352
+ } : typeof wcf346db89a53b404690b1795429fb0162) & {
3353
+ "v2": typeof wc100134c612ae49f1a7ab9e89abe8af5b extends {
3354
+ propsDefinition: infer TProp;
3355
+ } ? {
3356
+ new (...args: any[]): {
3357
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3358
+ };
3359
+ } : typeof wc100134c612ae49f1a7ab9e89abe8af5b;
3360
+ };
3352
3361
  };
3353
3362
  "background": {
3354
3363
  "settings": typeof wcf5cf0b4975644d688124880ae533869e extends {