@omnia/tooling-vue 8.0.239-dev → 8.0.241-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';
@@ -293,6 +292,7 @@ import wc6b7f04ba8fc4487ea496dd8e42b55dbd from '../../../../client/fx/ux/oxide/s
293
292
  import wc170e15fd849e41568ed9b48f88711527 from '../../../../client/fx/ux/oxide/splitpane/SplitpaneItem';
294
293
  import wc7cc2d4feecde4174badc5797ba6fb53e from '../../../../client/fx/ux/oxide/stepper/Stepper';
295
294
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from '../../../../client/fx/ux/oxide/stepper/StepperStep';
295
+ import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from '../../../../client/fx/ux/oxide/stickycontainer/StickyContainer';
296
296
  import wc31cc47b19e7d4c40b826f58d1c955a43 from '../../../../client/fx/ux/oxide/switch/Switch';
297
297
  import wc7345c491927b43438d9f5e14f51fbfad from '../../../../client/fx/ux/oxide/tab/Tabs';
298
298
  import wc8669930d609c497e8cde0c554621db88 from '../../../../client/fx/ux/oxide/tab/Tab';
@@ -335,6 +335,7 @@ import wc0c165626e6834b5284303c38248bc2ec from '../../../../client/fx/ux/app/app
335
335
  import wc97fc43f2fa6e429483740135f5884c00 from '../../../../client/fx/ux/app/apps/admin/TeamworkAppsJourney';
336
336
  import wc633b2666fb3c48078175013704c7f7ac from '../../../../client/fx/ux/app/apps/admin/CommunitiesAppsJourney';
337
337
  import wca457ba6d0da84795925235989b9c0c9a from '../../../../client/fx/ux/app/apps/admin/AppManagementCategoryJourney';
338
+ import wc669778312f2b40739774539e6de4d1ea from '../../../../client/fx/ux/app/apps/admin/AppDefinitionsListing';
338
339
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
339
340
  import wc811d753f7c54407093158c49519020f5 from '../../../../client/fx/ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
340
341
  import wc21b90a7556c8450ead8de25357de90d3 from '../../../../client/fx/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -738,9 +739,6 @@ declare global {
738
739
  "omfx-markdown-editor-future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
739
740
  propsDefinition: infer TProp;
740
741
  } ? (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
742
  "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
745
743
  propsDefinition: infer TProp;
746
744
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
@@ -1416,6 +1414,9 @@ declare global {
1416
1414
  "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
1417
1415
  propsDefinition: infer TProp;
1418
1416
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca8c8ffd3d8ff46ee969d8fb6b9522104>, "propsDefinition">> : never;
1417
+ "o-sticky-container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
1418
+ propsDefinition: infer TProp;
1419
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8>, "propsDefinition">> : never;
1419
1420
  "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
1420
1421
  propsDefinition: infer TProp;
1421
1422
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc31cc47b19e7d4c40b826f58d1c955a43>, "propsDefinition">> : never;
@@ -1542,6 +1543,9 @@ declare global {
1542
1543
  "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1543
1544
  propsDefinition: infer TProp;
1544
1545
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca457ba6d0da84795925235989b9c0c9a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca457ba6d0da84795925235989b9c0c9a>, "propsDefinition">> : never;
1546
+ "oa-app-definitions-listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
1547
+ propsDefinition: infer TProp;
1548
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc669778312f2b40739774539e6de4d1ea extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc669778312f2b40739774539e6de4d1ea>, "propsDefinition">> : never;
1545
1549
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1546
1550
  propsDefinition: infer TProp;
1547
1551
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -3139,29 +3143,20 @@ declare global {
3139
3143
  };
3140
3144
  "markdown": {
3141
3145
  "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 {
3146
+ "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
3147
  propsDefinition: infer TProp;
3153
3148
  } ? {
3154
3149
  new (...args: any[]): {
3155
3150
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3156
3151
  };
3157
- } : typeof wcfaee0b6397494a9abca9c480856e2498;
3158
- "toolbar$": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
+ } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3153
+ "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3159
3154
  propsDefinition: infer TProp;
3160
3155
  } ? {
3161
3156
  new (...args: any[]): {
3162
3157
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3163
3158
  };
3164
- } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3159
+ } : typeof wcfaee0b6397494a9abca9c480856e2498;
3165
3160
  };
3166
3161
  "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
3167
3162
  propsDefinition: infer TProp;
@@ -5954,6 +5949,15 @@ declare global {
5954
5949
  };
5955
5950
  } : typeof wca457ba6d0da84795925235989b9c0c9a;
5956
5951
  };
5952
+ "definitions": {
5953
+ "listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
5954
+ propsDefinition: infer TProp;
5955
+ } ? {
5956
+ new (...args: any[]): {
5957
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5958
+ };
5959
+ } : typeof wc669778312f2b40739774539e6de4d1ea;
5960
+ };
5957
5961
  };
5958
5962
  "auditlogs": {
5959
5963
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {
@@ -6507,6 +6511,15 @@ declare global {
6507
6511
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6508
6512
  };
6509
6513
  } : typeof wc7cc2d4feecde4174badc5797ba6fb53e;
6514
+ "sticky": {
6515
+ "container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
6516
+ propsDefinition: infer TProp;
6517
+ } ? {
6518
+ new (...args: any[]): {
6519
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6520
+ };
6521
+ } : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8;
6522
+ };
6510
6523
  "switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
6511
6524
  propsDefinition: infer TProp;
6512
6525
  } ? {