@omnia/tooling-vue 8.0.228-dev → 8.0.230-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/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +11 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/bundle.js +3 -1
- package/package.json +3 -3
|
@@ -82,6 +82,7 @@ import wc828d6c37d5524e7d9f949270c521b6da from '../../../../client/fx/ux/pickerw
|
|
|
82
82
|
import wcffa71f76ab46494a9180e1f55885ce4d from '../../../../client/fx/ux/post/Post';
|
|
83
83
|
import wc1a58948a606a42078da3fb919cc4f7e6 from '../../../../client/fx/ux/presetupwizard/PreSetupWizard';
|
|
84
84
|
import wc6489472fd8d24a1b9413537fde528566 from '../../../../client/fx/ux/profilecard/ProfileCard';
|
|
85
|
+
import wc3c421adf849a4f8abc88b667ceb5d374 from '../../../../client/fx/ux/profilecard/ProfileCardDialog';
|
|
85
86
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from '../../../../client/fx/ux/profilecard/ProfileCardRenderer';
|
|
86
87
|
import wc091ee9b103234b26a5e2bd5f992b2582 from '../../../../client/fx/ux/properties/property-picker/PropertyPicker';
|
|
87
88
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from '../../../../client/fx/ux/properties/property-renderer/PropertyBindingValueRenderer';
|
|
@@ -780,6 +781,9 @@ declare global {
|
|
|
780
781
|
"omfx-profilecard": typeof wc6489472fd8d24a1b9413537fde528566 extends {
|
|
781
782
|
propsDefinition: infer TProp;
|
|
782
783
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6489472fd8d24a1b9413537fde528566 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6489472fd8d24a1b9413537fde528566>, "propsDefinition">> : never;
|
|
784
|
+
"omfx-profilecard-dialog": typeof wc3c421adf849a4f8abc88b667ceb5d374 extends {
|
|
785
|
+
propsDefinition: infer TProp;
|
|
786
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3c421adf849a4f8abc88b667ceb5d374 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3c421adf849a4f8abc88b667ceb5d374>, "propsDefinition">> : never;
|
|
783
787
|
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1 extends {
|
|
784
788
|
propsDefinition: infer TProp;
|
|
785
789
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6d1d84cb210643c59ca8437fc36c75a1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6d1d84cb210643c59ca8437fc36c75a1>, "propsDefinition">> : never;
|
|
@@ -3409,6 +3413,13 @@ declare global {
|
|
|
3409
3413
|
} : typeof wc1a58948a606a42078da3fb919cc4f7e6;
|
|
3410
3414
|
};
|
|
3411
3415
|
"profilecard": {
|
|
3416
|
+
"dialog": typeof wc3c421adf849a4f8abc88b667ceb5d374 extends {
|
|
3417
|
+
propsDefinition: infer TProp;
|
|
3418
|
+
} ? {
|
|
3419
|
+
new (...args: any[]): {
|
|
3420
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3421
|
+
};
|
|
3422
|
+
} : typeof wc3c421adf849a4f8abc88b667ceb5d374;
|
|
3412
3423
|
"renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1 extends {
|
|
3413
3424
|
propsDefinition: infer TProp;
|
|
3414
3425
|
} ? {
|