@omnia/tooling-vue 8.0.448-dev → 8.0.449-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.
- package/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +0 -8
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/package.json +3 -3
|
@@ -55,7 +55,6 @@ import wca377536b4fd84773a9730966623601cd from '../../../../client/fx/ux/governa
|
|
|
55
55
|
import wc08b9c70d2a77433f8492dc0fb50d900e from '../../../../client/fx/ux/grecaptcha/GRecaptcha';
|
|
56
56
|
import wc64887c3414da45279ea9c905df12c48f from '../../../../client/fx/ux/helptext/HelpText';
|
|
57
57
|
import wc7c3b9838bf844a53a446d3795494b304 from '../../../../client/fx/ux/iconpicker/IconPicker';
|
|
58
|
-
import wc415666f7c12a4534973529b1ea86f071 from '../../../../client/fx/ux/iconpicker/v2/IconPicker';
|
|
59
58
|
import wca7608d8c42184cbb994910dc06c464a1 from '../../../../client/fx/ux/identities/IdentityRenderer';
|
|
60
59
|
import wcba60557e3daf48208c919a1806502df5 from '../../../../client/fx/ux/identitypicker/IdentityPickerField';
|
|
61
60
|
import wc9cbe10e4fe1a48929727942cea5f7338 from '../../../../client/fx/ux/identitypicker/IdentityPickerInlineField';
|
|
@@ -1513,13 +1512,6 @@ declare global {
|
|
|
1513
1512
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1514
1513
|
};
|
|
1515
1514
|
} : typeof wc7c3b9838bf844a53a446d3795494b304;
|
|
1516
|
-
"pickerv2": typeof wc415666f7c12a4534973529b1ea86f071 extends {
|
|
1517
|
-
propsDefinition: infer TProp;
|
|
1518
|
-
} ? {
|
|
1519
|
-
new (...args: any[]): {
|
|
1520
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1521
|
-
};
|
|
1522
|
-
} : typeof wc415666f7c12a4534973529b1ea86f071;
|
|
1523
1515
|
"style": {
|
|
1524
1516
|
"picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
|
|
1525
1517
|
propsDefinition: infer TProp;
|