@omnia/tooling-vue 8.0.514-dev → 8.0.516-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.
@@ -75,7 +75,6 @@ import wc3392707566c844e39f57097aade4e81c from '../../../../client/fx/ux/jsonexp
75
75
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from '../../../../client/fx/ux/languagepicker/LanguagePicker';
76
76
  import wcfc7e793728e64099ab1b37b8f89e8693 from '../../../../client/fx/ux/letteravatar/LetterAvatar';
77
77
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../../client/fx/ux/limited-label/LimitedLabel';
78
- import wc1114043c582d4359a5261781854e77a3 from '../../../../client/fx/ux/links/LinkPickerV2';
79
78
  import wc9e7b4a48efba4dc390986eeb638b34cd from '../../../../client/fx/ux/links/LinkPicker';
80
79
  import wc4892102894624a4ca84e67df764cbe93 from '../../../../client/fx/ux/links/LinkRenderer';
81
80
  import wc106dba3f206e4ad7bbb28e574e3da49e from '../../../../client/fx/ux/magiclink/MagicLinkLogin';
@@ -1797,21 +1796,13 @@ declare global {
1797
1796
  } : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
1798
1797
  };
1799
1798
  "link": {
1800
- "picker": (typeof wc9e7b4a48efba4dc390986eeb638b34cd extends {
1799
+ "picker": typeof wc9e7b4a48efba4dc390986eeb638b34cd extends {
1801
1800
  propsDefinition: infer TProp;
1802
1801
  } ? {
1803
1802
  new (...args: any[]): {
1804
1803
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1805
1804
  };
1806
- } : typeof wc9e7b4a48efba4dc390986eeb638b34cd) & {
1807
- "v2": typeof wc1114043c582d4359a5261781854e77a3 extends {
1808
- propsDefinition: infer TProp;
1809
- } ? {
1810
- new (...args: any[]): {
1811
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1812
- };
1813
- } : typeof wc1114043c582d4359a5261781854e77a3;
1814
- };
1805
+ } : typeof wc9e7b4a48efba4dc390986eeb638b34cd;
1815
1806
  "renderer": typeof wc4892102894624a4ca84e67df764cbe93 extends {
1816
1807
  propsDefinition: infer TProp;
1817
1808
  } ? {