@omnia/tooling-vue 8.0.457-dev → 8.0.458-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.
@@ -413,7 +413,6 @@ import wcd7ac9d3575424277926a0b231dc4f2e3 from '../../../../client/fx/ux/aurora/
413
413
  import wcbb2e0efa0634452f94d99d1f33ae5b64 from '../../../../client/fx/ux/aurora/components/fillpicker/FillPicker';
414
414
  import wc349a445fe7a2403b8f98fceff168f87e from '../../../../client/fx/ux/aurora/components/fillpicker/FillPreview';
415
415
  import wc44e2dd896269442f800da69000d4c2f1 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderPicker';
416
- import wcb059e461e6c048fe830c6d32722e5cdc from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderViewer';
417
416
  import wcb1acedf8859a4daab8c683bd87142462 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderRenderer';
418
417
  import wcadc7e708d0e7419bb327998ca3f3564b from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderStyleEditor';
419
418
  import wc5542a25df57c464897a59a336eee0e56 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStylePicker';
@@ -4200,13 +4199,6 @@ declare global {
4200
4199
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4201
4200
  };
4202
4201
  } : typeof wc44e2dd896269442f800da69000d4c2f1;
4203
- "viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
4204
- propsDefinition: infer TProp;
4205
- } ? {
4206
- new (...args: any[]): {
4207
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4208
- };
4209
- } : typeof wcb059e461e6c048fe830c6d32722e5cdc;
4210
4202
  "renderer": typeof wcb1acedf8859a4daab8c683bd87142462 extends {
4211
4203
  propsDefinition: infer TProp;
4212
4204
  } ? {