@omnia/tooling-vue 8.0.536-dev → 8.0.538-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.
|
@@ -365,6 +365,7 @@ import wcc617a9d7e25249929c41becb55905973 from '../../../../client/fx/ux/oxide/t
|
|
|
365
365
|
import wc1e7fa637f4914cbeb9ceb6d577fec150 from '../../../../client/fx/ux/oxide/validation/Validation';
|
|
366
366
|
import wca7b4c5ba709144929fbfacfbb0d61d58 from '../../../../client/fx/ux/oxide/virtualscroll/VirtualScroll';
|
|
367
367
|
import wc87d2f5f7fa15440ba71dbb642b0dcf38 from '../../../../client/fx/ux/post/templates/PostTemplate';
|
|
368
|
+
import wcaff8c3b68cbe4d289f2f1e5a079b2a88 from '../../../../client/fx/ux/profilecard/aboutuser/AboutUser';
|
|
368
369
|
import wc8270a3e368484538870b0bc4a6654234 from '../../../../client/fx/ux/properties/block/PropertyBlock';
|
|
369
370
|
import wcab2cfe16632d45b5bab39e05612982a3 from '../../../../client/fx/ux/properties/block/PropertyBlockSettings';
|
|
370
371
|
import wc58330f37503947799af05363e58bda3c from '../../../../client/fx/ux/richtexteditor/Emoticon/EmoticonComponent';
|
|
@@ -3606,6 +3607,13 @@ declare global {
|
|
|
3606
3607
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3607
3608
|
};
|
|
3608
3609
|
} : typeof wcd66f4320b87a4577bbcba906d78096ed;
|
|
3610
|
+
"aboutuser": typeof wcaff8c3b68cbe4d289f2f1e5a079b2a88 extends {
|
|
3611
|
+
propsDefinition: infer TProp;
|
|
3612
|
+
} ? {
|
|
3613
|
+
new (...args: any[]): {
|
|
3614
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3615
|
+
};
|
|
3616
|
+
} : typeof wcaff8c3b68cbe4d289f2f1e5a079b2a88;
|
|
3609
3617
|
"emoticon": typeof wc58330f37503947799af05363e58bda3c extends {
|
|
3610
3618
|
propsDefinition: infer TProp;
|
|
3611
3619
|
} ? {
|