@omnia/tooling-vue 8.0.238-dev → 8.0.240-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.
@@ -334,6 +334,7 @@ import wc0c165626e6834b5284303c38248bc2ec from '../../../../client/fx/ux/app/app
334
334
  import wc97fc43f2fa6e429483740135f5884c00 from '../../../../client/fx/ux/app/apps/admin/TeamworkAppsJourney';
335
335
  import wc633b2666fb3c48078175013704c7f7ac from '../../../../client/fx/ux/app/apps/admin/CommunitiesAppsJourney';
336
336
  import wca457ba6d0da84795925235989b9c0c9a from '../../../../client/fx/ux/app/apps/admin/AppManagementCategoryJourney';
337
+ import wc669778312f2b40739774539e6de4d1ea from '../../../../client/fx/ux/app/apps/admin/AppDefinitionsListing';
337
338
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
338
339
  import wc811d753f7c54407093158c49519020f5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
339
340
  import wc21b90a7556c8450ead8de25357de90d3 from '../../../../client/fx/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -1538,6 +1539,9 @@ declare global {
1538
1539
  "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1539
1540
  propsDefinition: infer TProp;
1540
1541
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca457ba6d0da84795925235989b9c0c9a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca457ba6d0da84795925235989b9c0c9a>, "propsDefinition">> : never;
1542
+ "oa-app-definitions-listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
1543
+ propsDefinition: infer TProp;
1544
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc669778312f2b40739774539e6de4d1ea extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc669778312f2b40739774539e6de4d1ea>, "propsDefinition">> : never;
1541
1545
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1542
1546
  propsDefinition: infer TProp;
1543
1547
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -5941,6 +5945,15 @@ declare global {
5941
5945
  };
5942
5946
  } : typeof wca457ba6d0da84795925235989b9c0c9a;
5943
5947
  };
5948
+ "definitions": {
5949
+ "listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
5950
+ propsDefinition: infer TProp;
5951
+ } ? {
5952
+ new (...args: any[]): {
5953
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5954
+ };
5955
+ } : typeof wc669778312f2b40739774539e6de4d1ea;
5956
+ };
5944
5957
  };
5945
5958
  "auditlogs": {
5946
5959
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {