@omnia/tooling-vue 8.0.233-dev → 8.0.234-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.
@@ -513,8 +513,6 @@ import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutc
513
513
  import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
514
514
  import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
515
515
  import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
516
- import wcdaa944a8f4784cadab3dd17136f1b892 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/DetailsBlade';
517
- import wc1ee168eee56443ac97099ad694c0b021 from '../../../../client/fx/ux/admin/system/submenu/auditlogs/blades/SettingsBlade';
518
516
  import wc1476702e8f24468d9185322be5931c54 from '../../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
519
517
  import wc56efc575579e4da3bb45d3a45d8c0888 from '../../../../client/fx/ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
520
518
  import wc891de93e73cc47b0a552d24fdf34c9cf from '../../../../client/fx/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
@@ -2079,12 +2077,6 @@ declare global {
2079
2077
  "omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
2080
2078
  propsDefinition: infer TProp;
2081
2079
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
2082
- "oa-auditlog-detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
2083
- propsDefinition: infer TProp;
2084
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdaa944a8f4784cadab3dd17136f1b892 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdaa944a8f4784cadab3dd17136f1b892>, "propsDefinition">> : never;
2085
- "oa-auditlog-settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
2086
- propsDefinition: infer TProp;
2087
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ee168eee56443ac97099ad694c0b021 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ee168eee56443ac97099ad694c0b021>, "propsDefinition">> : never;
2088
2080
  "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
2089
2081
  propsDefinition: infer TProp;
2090
2082
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
@@ -6062,22 +6054,6 @@ declare global {
6062
6054
  };
6063
6055
  } : typeof wc9fbf91affc974ca698437e8ada43bb0c;
6064
6056
  };
6065
- "auditlog": {
6066
- "detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
6067
- propsDefinition: infer TProp;
6068
- } ? {
6069
- new (...args: any[]): {
6070
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6071
- };
6072
- } : typeof wcdaa944a8f4784cadab3dd17136f1b892;
6073
- "settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
6074
- propsDefinition: infer TProp;
6075
- } ? {
6076
- new (...args: any[]): {
6077
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6078
- };
6079
- } : typeof wc1ee168eee56443ac97099ad694c0b021;
6080
- };
6081
6057
  };
6082
6058
  let o: {
6083
6059
  "alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {