@omnia/tooling-vue 8.0.392-dev → 8.0.393-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';
@@ -3972,17 +3971,6 @@ declare global {
3972
3971
  };
3973
3972
  } : typeof wc811d753f7c54407093158c49519020f5;
3974
3973
  };
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
3974
  "border": {
3987
3975
  "picker": typeof wc78fbae25bf1f421bb9c5dc31ba835bd3 extends {
3988
3976
  propsDefinition: infer TProp;