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