@omnia/tooling-vue 8.0.392-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.
|
@@ -385,7 +385,6 @@ import wca457ba6d0da84795925235989b9c0c9a from '../../../../client/fx/ux/app/app
|
|
|
385
385
|
import wc669778312f2b40739774539e6de4d1ea from '../../../../client/fx/ux/app/apps/admin/AppDefinitionsListing';
|
|
386
386
|
import wc1f34388f1f4140d3a38e6b0cc8897fc5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
|
|
387
387
|
import wc811d753f7c54407093158c49519020f5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
|
|
388
|
-
import wc21b90a7556c8450ead8de25357de90d3 from '../../../../client/fx/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
|
|
389
388
|
import wc78fbae25bf1f421bb9c5dc31ba835bd3 from '../../../../client/fx/ux/aurora/components/borderpicker/BorderPicker';
|
|
390
389
|
import wc8391c3abe04c43b78b32edde15337988 from '../../../../client/fx/ux/aurora/components/borderpicker/BorderPreview';
|
|
391
390
|
import wcdb6d37c1525f463aa5b4a89a4ddfe05c from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonStylePicker';
|
|
@@ -423,7 +422,6 @@ import wc5ac01b439b7b494baf066921c2ae7f9a from '../../../../client/fx/ux/aurora/
|
|
|
423
422
|
import wc5682a90ca29b443fa48b3b691b622e15 from '../../../../client/fx/ux/aurora/components/textformatpicker/TextFormatPicker';
|
|
424
423
|
import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
|
|
425
424
|
import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
|
|
426
|
-
import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from '../../../../client/fx/ux/aurora/components/themepicker/ThemeEditor';
|
|
427
425
|
import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
|
|
428
426
|
import wcc6eec07d48af435ab0c75195d9c7dcfc from '../../../../client/fx/ux/aurora/components/themepreview/ComponentPreview';
|
|
429
427
|
import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
|
|
@@ -2971,13 +2969,6 @@ declare global {
|
|
|
2971
2969
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2972
2970
|
};
|
|
2973
2971
|
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
|
2974
|
-
"editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
|
|
2975
|
-
propsDefinition: infer TProp;
|
|
2976
|
-
} ? {
|
|
2977
|
-
new (...args: any[]): {
|
|
2978
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2979
|
-
};
|
|
2980
|
-
} : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
|
|
2981
2972
|
"viewer": typeof wc73e1c232690249f78967e3e3f6d92bd7 extends {
|
|
2982
2973
|
propsDefinition: infer TProp;
|
|
2983
2974
|
} ? {
|
|
@@ -3972,17 +3963,6 @@ declare global {
|
|
|
3972
3963
|
};
|
|
3973
3964
|
} : typeof wc811d753f7c54407093158c49519020f5;
|
|
3974
3965
|
};
|
|
3975
|
-
"blueprints": {
|
|
3976
|
-
"template": {
|
|
3977
|
-
"picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
|
|
3978
|
-
propsDefinition: infer TProp;
|
|
3979
|
-
} ? {
|
|
3980
|
-
new (...args: any[]): {
|
|
3981
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3982
|
-
};
|
|
3983
|
-
} : typeof wc21b90a7556c8450ead8de25357de90d3;
|
|
3984
|
-
};
|
|
3985
|
-
};
|
|
3986
3966
|
"border": {
|
|
3987
3967
|
"picker": typeof wc78fbae25bf1f421bb9c5dc31ba835bd3 extends {
|
|
3988
3968
|
propsDefinition: infer TProp;
|