@omnia/tooling-vue 8.0.393-dev → 8.0.394-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.
|
@@ -422,7 +422,6 @@ import wc5ac01b439b7b494baf066921c2ae7f9a from '../../../../client/fx/ux/aurora/
|
|
|
422
422
|
import wc5682a90ca29b443fa48b3b691b622e15 from '../../../../client/fx/ux/aurora/components/textformatpicker/TextFormatPicker';
|
|
423
423
|
import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
|
|
424
424
|
import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
|
|
425
|
-
import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeEditor';
|
|
426
425
|
import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
|
|
427
426
|
import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
|
|
428
427
|
import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
|
|
@@ -2970,13 +2969,6 @@ declare global {
|
|
|
2970
2969
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2971
2970
|
};
|
|
2972
2971
|
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
|
2973
|
-
"editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
|
|
2974
|
-
propsDefinition: infer TProp;
|
|
2975
|
-
} ? {
|
|
2976
|
-
new (...args: any[]): {
|
|
2977
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2978
|
-
};
|
|
2979
|
-
} : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
|
|
2980
2972
|
"viewer": typeof wc73e1c232690249f78967e3e3f6d92bd7 extends {
|
|
2981
2973
|
propsDefinition: infer TProp;
|
|
2982
2974
|
} ? {
|