@omnia/tooling-vue 8.0.500-dev → 8.0.501-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.
@@ -471,6 +471,7 @@ import wc024952d88730404da854cfed0d045284 from '../../../../client/fx/ux/filtere
471
471
  import wcdc589fd533c8400a8dde3dad35f47248 from '../../../../client/fx/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
472
472
  import wc41f1eb15438a488b8b227b1ff31ca66f from '../../../../client/fx/ux/layoutcanvas/editor/developertools/DeveloperTools';
473
473
  import wc86802c11a0c8471ca455385a9fecb9c6 from '../../../../client/fx/ux/layoutcanvas/editor/editings/BlockEditingRenderer';
474
+ import wc8d6b10a8bd7943d592a5812b99f966f7 from '../../../../client/fx/ux/layoutcanvas/editor/editings/BlockEditingPanel';
474
475
  import wc1467198b10eb445181f99ac65363050c from '../../../../client/fx/ux/layoutcanvas/editor/settings/BlockSettingsPanel';
475
476
  import wcac5f615df97543cf97b3ae930ba113d0 from '../../../../client/fx/ux/mediagallery/gallerydialogproviders/slider/Slider';
476
477
  import wc12d1bca1d50b4186acd50014584389c9 from '../../../../client/fx/ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
@@ -3189,13 +3190,21 @@ declare global {
3189
3190
  };
3190
3191
  } : typeof wc8e03e2f7fb024945bc51138b77d06088;
3191
3192
  "block": {
3192
- "edit": typeof wc86802c11a0c8471ca455385a9fecb9c6 extends {
3193
+ "edit": (typeof wc86802c11a0c8471ca455385a9fecb9c6 extends {
3193
3194
  propsDefinition: infer TProp;
3194
3195
  } ? {
3195
3196
  new (...args: any[]): {
3196
3197
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3197
3198
  };
3198
- } : typeof wc86802c11a0c8471ca455385a9fecb9c6;
3199
+ } : typeof wc86802c11a0c8471ca455385a9fecb9c6) & {
3200
+ "panel": typeof wc8d6b10a8bd7943d592a5812b99f966f7 extends {
3201
+ propsDefinition: infer TProp;
3202
+ } ? {
3203
+ new (...args: any[]): {
3204
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3205
+ };
3206
+ } : typeof wc8d6b10a8bd7943d592a5812b99f966f7;
3207
+ };
3199
3208
  };
3200
3209
  };
3201
3210
  "block": (typeof wc057def31f5f5403d91b2da569de2fdff extends {