@omnia/tooling-vue 8.0.413-dev → 8.0.419-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.
|
@@ -298,6 +298,7 @@ import wcdf79ba95ee5d40139e7935297b7d1e87 from '../../../../client/fx/ux/oxide/i
|
|
|
298
298
|
import wc1a821ca3b97a4b78bf235864addd38ca from '../../../../client/fx/ux/oxide/image/Image';
|
|
299
299
|
import wcfb478d201092422aa2106afa9758300f from '../../../../client/fx/ux/oxide/infinite-scroll/InfiniteScroll';
|
|
300
300
|
import wc51871a0562b54e25bcaf95beba7470c6 from '../../../../client/fx/ux/oxide/inputfield/InputField';
|
|
301
|
+
import wca66334f76993483492575a52946246ca from '../../../../client/fx/ux/oxide/labeledtext/LabeledText';
|
|
301
302
|
import wc428e436c13dc457898a408786361c9b1 from '../../../../client/fx/ux/oxide/layout/Layout';
|
|
302
303
|
import wc2df6ab65eea84ed8bab297dff9c56224 from '../../../../client/fx/ux/oxide/lazy/Lazy';
|
|
303
304
|
import wc75cd93099dd146469e0ce6b5b1cac14d from '../../../../client/fx/ux/oxide/link/Link';
|
|
@@ -5319,6 +5320,15 @@ declare global {
|
|
|
5319
5320
|
};
|
|
5320
5321
|
} : typeof wc51871a0562b54e25bcaf95beba7470c6;
|
|
5321
5322
|
};
|
|
5323
|
+
"labeled": {
|
|
5324
|
+
"text": typeof wca66334f76993483492575a52946246ca extends {
|
|
5325
|
+
propsDefinition: infer TProp;
|
|
5326
|
+
} ? {
|
|
5327
|
+
new (...args: any[]): {
|
|
5328
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5329
|
+
};
|
|
5330
|
+
} : typeof wca66334f76993483492575a52946246ca;
|
|
5331
|
+
};
|
|
5322
5332
|
"layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
|
5323
5333
|
propsDefinition: infer TProp;
|
|
5324
5334
|
} ? {
|