@omnia/tooling-vue 8.0.302-dev → 8.0.303-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.
@@ -503,6 +503,7 @@ import wc682077b575c74b2086cbf438346e0ed3 from '../../../../client/fx/ux/aurora/
503
503
  import wc5e7631b4411b498eafa68ebde2136cc5 from '../../../../client/fx/ux/aurora/admin/blades/themedesigner/ThemeDesigner';
504
504
  import wc136c9c57149747f198180bdf38a6b297 from '../../../../client/fx/ux/aurora/admin/blades/themedesigner/PreviewJourney';
505
505
  import wcbed95d1ec67f4a15986fc72adebdb78f from '../../../../client/fx/ux/aurora/admin/blades/themes/ThemesJourney';
506
+ import wcd9508940e4fc434687528eb890ae70e9 from '../../../../client/fx/ux/commandpalette/commands/api-explorer/components/ApiExplorer';
506
507
  import wcf5cf0b4975644d688124880ae533869e from '../../../../client/fx/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
507
508
  import wc2e52c0d860ec498fa3abf6b76eacc45d from '../../../../client/fx/ux/layoutcanvas/editor/settings/block/Header';
508
509
  import wc9666ee9da0af46ac8354f0577050cb60 from '../../../../client/fx/ux/layoutcanvas/editor/settings/block/Spacing';
@@ -4095,6 +4096,15 @@ declare global {
4095
4096
  };
4096
4097
  };
4097
4098
  };
4099
+ "api": {
4100
+ "explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
4101
+ propsDefinition: infer TProp;
4102
+ } ? {
4103
+ new (...args: any[]): {
4104
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4105
+ };
4106
+ } : typeof wcd9508940e4fc434687528eb890ae70e9;
4107
+ };
4098
4108
  "add": {
4099
4109
  "button": typeof wc1476702e8f24468d9185322be5931c54 extends {
4100
4110
  propsDefinition: infer TProp;