@omnia/tooling-vue 8.0.438-dev → 8.0.440-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.
|
@@ -353,6 +353,7 @@ import wc19adb19938604f41b10f3a00eb3eb534 from '../../../../client/fx/ux/oxide/t
|
|
|
353
353
|
import wc943114ca0d5c4f48a881eb6e047daf4d from '../../../../client/fx/ux/oxide/treeview/OTreeViewV3';
|
|
354
354
|
import wcc617a9d7e25249929c41becb55905973 from '../../../../client/fx/ux/oxide/treeview/Treeview';
|
|
355
355
|
import wc1e7fa637f4914cbeb9ceb6d577fec150 from '../../../../client/fx/ux/oxide/validation/Validation';
|
|
356
|
+
import wca7b4c5ba709144929fbfacfbb0d61d58 from '../../../../client/fx/ux/oxide/virtualscroll/VirtualScroll';
|
|
356
357
|
import wc87d2f5f7fa15440ba71dbb642b0dcf38 from '../../../../client/fx/ux/post/templates/PostTemplate';
|
|
357
358
|
import wc8270a3e368484538870b0bc4a6654234 from '../../../../client/fx/ux/properties/block/PropertyBlock';
|
|
358
359
|
import wcab2cfe16632d45b5bab39e05612982a3 from '../../../../client/fx/ux/properties/block/PropertyBlockSettings';
|
|
@@ -5706,6 +5707,15 @@ declare global {
|
|
|
5706
5707
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5707
5708
|
};
|
|
5708
5709
|
} : typeof wc1e7fa637f4914cbeb9ceb6d577fec150;
|
|
5710
|
+
"virtual": {
|
|
5711
|
+
"scroll": typeof wca7b4c5ba709144929fbfacfbb0d61d58 extends {
|
|
5712
|
+
propsDefinition: infer TProp;
|
|
5713
|
+
} ? {
|
|
5714
|
+
new (...args: any[]): {
|
|
5715
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5716
|
+
};
|
|
5717
|
+
} : typeof wca7b4c5ba709144929fbfacfbb0d61d58;
|
|
5718
|
+
};
|
|
5709
5719
|
"demo": typeof wcc9d01726f5594902bf4de68612b186de extends {
|
|
5710
5720
|
propsDefinition: infer TProp;
|
|
5711
5721
|
} ? {
|