@omnia/tooling-vue 8.0.239-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.
@@ -67,7 +67,6 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from '../../../../client/fx/ux/markdow
67
67
  import wcc8b990d01ddc45ab930b4409fc406435 from '../../../../client/fx/ux/markdown/MarkdownRenderer';
68
68
  import wccbd18219fce4454d92afd1867f0ef43b from '../../../../client/fx/ux/markdown/MarkdownToolbar';
69
69
  import wcfaee0b6397494a9abca9c480856e2498 from '../../../../client/fx/ux/markdown2/MarkdownEditorFuture';
70
- import wc755f943792b441eab300c1fdc8709d22 from '../../../../client/fx/ux/markdown2/MarkdownToolbar';
71
70
  import wce9bb3179713943d787e139cedf749838 from '../../../../client/fx/ux/mediapickerimage/MediaPickerImage';
72
71
  import wc4b2648ed8b124e62a09b21b099b43399 from '../../../../client/fx/ux/mediapickervideo/MediaPickerVideo';
73
72
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from '../../../../client/fx/ux/monaco/MonacoEditor';
@@ -335,6 +334,7 @@ import wc0c165626e6834b5284303c38248bc2ec from '../../../../client/fx/ux/app/app
335
334
  import wc97fc43f2fa6e429483740135f5884c00 from '../../../../client/fx/ux/app/apps/admin/TeamworkAppsJourney';
336
335
  import wc633b2666fb3c48078175013704c7f7ac from '../../../../client/fx/ux/app/apps/admin/CommunitiesAppsJourney';
337
336
  import wca457ba6d0da84795925235989b9c0c9a from '../../../../client/fx/ux/app/apps/admin/AppManagementCategoryJourney';
337
+ import wc669778312f2b40739774539e6de4d1ea from '../../../../client/fx/ux/app/apps/admin/AppDefinitionsListing';
338
338
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
339
339
  import wc811d753f7c54407093158c49519020f5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
340
340
  import wc21b90a7556c8450ead8de25357de90d3 from '../../../../client/fx/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -738,9 +738,6 @@ declare global {
738
738
  "omfx-markdown-editor-future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
739
739
  propsDefinition: infer TProp;
740
740
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfaee0b6397494a9abca9c480856e2498 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfaee0b6397494a9abca9c480856e2498>, "propsDefinition">> : never;
741
- "omfx-markdown-editor-toolbar-future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
742
- propsDefinition: infer TProp;
743
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc755f943792b441eab300c1fdc8709d22 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc755f943792b441eab300c1fdc8709d22>, "propsDefinition">> : never;
744
741
  "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
745
742
  propsDefinition: infer TProp;
746
743
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
@@ -1542,6 +1539,9 @@ declare global {
1542
1539
  "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1543
1540
  propsDefinition: infer TProp;
1544
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;
1545
1545
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1546
1546
  propsDefinition: infer TProp;
1547
1547
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -3139,29 +3139,20 @@ declare global {
3139
3139
  };
3140
3140
  "markdown": {
3141
3141
  "editor": {
3142
- "toolbar": {
3143
- "future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
3144
- propsDefinition: infer TProp;
3145
- } ? {
3146
- new (...args: any[]): {
3147
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3148
- };
3149
- } : typeof wc755f943792b441eab300c1fdc8709d22;
3150
- };
3151
- "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3142
+ "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
3143
  propsDefinition: infer TProp;
3153
3144
  } ? {
3154
3145
  new (...args: any[]): {
3155
3146
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3156
3147
  };
3157
- } : typeof wcfaee0b6397494a9abca9c480856e2498;
3158
- "toolbar$": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3148
+ } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3149
+ "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3159
3150
  propsDefinition: infer TProp;
3160
3151
  } ? {
3161
3152
  new (...args: any[]): {
3162
3153
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3163
3154
  };
3164
- } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3155
+ } : typeof wcfaee0b6397494a9abca9c480856e2498;
3165
3156
  };
3166
3157
  "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
3167
3158
  propsDefinition: infer TProp;
@@ -5954,6 +5945,15 @@ declare global {
5954
5945
  };
5955
5946
  } : typeof wca457ba6d0da84795925235989b9c0c9a;
5956
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
+ };
5957
5957
  };
5958
5958
  "auditlogs": {
5959
5959
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {