@omnia/tooling-vue 8.0.532-dev → 8.0.535-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 +8 -0
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/package.json +3 -3
|
@@ -445,6 +445,7 @@ import wcfd6b575dc7c44149ac3129492fc83aa6 from '../../../../client/fx/ux/aurora/
|
|
|
445
445
|
import wc5ac01b439b7b494baf066921c2ae7f9a from '../../../../client/fx/ux/aurora/components/textcolorpicker/TextColorPicker';
|
|
446
446
|
import wc1f8e62af53af4535864eeff5b7e34248 from '../../../../client/fx/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker';
|
|
447
447
|
import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
|
|
448
|
+
import wc24f60b68e89540ebb5775cf7ff2df8b7 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStyleViewer';
|
|
448
449
|
import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
|
|
449
450
|
import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
|
|
450
451
|
import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
|
|
@@ -1461,6 +1462,13 @@ declare global {
|
|
|
1461
1462
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1462
1463
|
};
|
|
1463
1464
|
} : typeof wc287d666180644ba5ab5def0471a75a89;
|
|
1465
|
+
"viewer": typeof wc24f60b68e89540ebb5775cf7ff2df8b7 extends {
|
|
1466
|
+
propsDefinition: infer TProp;
|
|
1467
|
+
} ? {
|
|
1468
|
+
new (...args: any[]): {
|
|
1469
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1470
|
+
};
|
|
1471
|
+
} : typeof wc24f60b68e89540ebb5775cf7ff2df8b7;
|
|
1464
1472
|
"editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
|
|
1465
1473
|
propsDefinition: infer TProp;
|
|
1466
1474
|
} ? {
|