@omnia/tooling-vue 8.0.309-dev → 8.0.310-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.
@@ -392,6 +392,7 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/
392
392
  import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
393
393
  import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
394
394
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from '../../../../client/fx/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
395
+ import wcd9508940e4fc434687528eb890ae70e9 from '../../../../client/fx/ux/commandpalette/commands/api-explorer/components/ApiExplorer';
395
396
  import wc4fc2b52f62484d5caced1c31f7ead58b from '../../../../client/fx/ux/enterpriseproperties/display/datafield/DataFieldDisplay';
396
397
  import wc8bb3a534205140f58cea8130e5b10715 from '../../../../client/fx/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
397
398
  import wc08f6ee02c5d94b648f630ec352fdd94c from '../../../../client/fx/ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
@@ -505,7 +506,6 @@ import wc682077b575c74b2086cbf438346e0ed3 from '../../../../client/fx/ux/aurora/
505
506
  import wc5e7631b4411b498eafa68ebde2136cc5 from '../../../../client/fx/ux/aurora/admin/blades/themedesigner/ThemeDesigner';
506
507
  import wc136c9c57149747f198180bdf38a6b297 from '../../../../client/fx/ux/aurora/admin/blades/themedesigner/PreviewJourney';
507
508
  import wcbed95d1ec67f4a15986fc72adebdb78f from '../../../../client/fx/ux/aurora/admin/blades/themes/ThemesJourney';
508
- import wcd9508940e4fc434687528eb890ae70e9 from '../../../../client/fx/ux/commandpalette/commands/api-explorer/components/ApiExplorer';
509
509
  import wcf5cf0b4975644d688124880ae533869e from '../../../../client/fx/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
510
510
  import wc2e52c0d860ec498fa3abf6b76eacc45d from '../../../../client/fx/ux/layoutcanvas/editor/settings/block/Header';
511
511
  import wc9666ee9da0af46ac8354f0577050cb60 from '../../../../client/fx/ux/layoutcanvas/editor/settings/block/Spacing';
@@ -3905,6 +3905,15 @@ declare global {
3905
3905
  } : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
3906
3906
  };
3907
3907
  };
3908
+ "api": {
3909
+ "explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
3910
+ propsDefinition: infer TProp;
3911
+ } ? {
3912
+ new (...args: any[]): {
3913
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3914
+ };
3915
+ } : typeof wcd9508940e4fc434687528eb890ae70e9;
3916
+ };
3908
3917
  "enterpriseproperties": {
3909
3918
  "datafield": {
3910
3919
  "display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
@@ -4102,15 +4111,6 @@ declare global {
4102
4111
  };
4103
4112
  };
4104
4113
  };
4105
- "api": {
4106
- "explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
4107
- propsDefinition: infer TProp;
4108
- } ? {
4109
- new (...args: any[]): {
4110
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4111
- };
4112
- } : typeof wcd9508940e4fc434687528eb890ae70e9;
4113
- };
4114
4114
  "add": {
4115
4115
  "button": typeof wc1476702e8f24468d9185322be5931c54 extends {
4116
4116
  propsDefinition: infer TProp;