@omnia/tooling-vue 8.0.365-dev → 8.0.366-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.
@@ -519,6 +519,7 @@ import wcb19b2cdc3d544c1893c3048886487a73 from '../../../../client/fx/ux/admin/s
519
519
  import wcfeb168ca8f484e06ab3f88d48c078319 from '../../../../client/fx/ux/admin/system/submenu/services/ServicesJourney';
520
520
  import wc3a923c54b15d461597cd678c0d561496 from '../../../../client/fx/ux/admin/system/submenu/systemlogs/SystemLogsJourney';
521
521
  import wc9fbf91affc974ca698437e8ada43bb0c from '../../../../client/fx/ux/admin/system/submenu/tenantcontact/TenantContactJourney';
522
+ import wc0aa3df9194784591a5be530314b8ac7f from '../../../../client/fx/ux/aurora/admin/blades/chrome/Chrome';
522
523
  import wcd90e0352809742c482bdda733dc8872a from '../../../../client/fx/ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
523
524
  import wc8142fa90f0d34258bb080a15aa21ab74 from '../../../../client/fx/ux/aurora/admin/blades/fontsmanager/FontManager';
524
525
  import wc682077b575c74b2086cbf438346e0ed3 from '../../../../client/fx/ux/aurora/admin/blades/templates/TemplatesJourney';
@@ -4813,6 +4814,17 @@ declare global {
4813
4814
  };
4814
4815
  } : typeof wc9fbf91affc974ca698437e8ada43bb0c;
4815
4816
  };
4817
+ "chrome": {
4818
+ "editor": {
4819
+ "blade": typeof wc0aa3df9194784591a5be530314b8ac7f extends {
4820
+ propsDefinition: infer TProp;
4821
+ } ? {
4822
+ new (...args: any[]): {
4823
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4824
+ };
4825
+ } : typeof wc0aa3df9194784591a5be530314b8ac7f;
4826
+ };
4827
+ };
4816
4828
  "themes": {
4817
4829
  "journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
4818
4830
  propsDefinition: infer TProp;