@omnia/tooling-vue 8.0.270-dev → 8.0.272-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.
@@ -60,6 +60,8 @@ import wcd91fa8e10e3b4350bb158f9cbeace0e8 from '../../../../client/fx/ux/journey
60
60
  import wc3392707566c844e39f57097aade4e81c from '../../../../client/fx/ux/jsonexportimport/ExportImport';
61
61
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from '../../../../client/fx/ux/languagepicker/LanguagePicker';
62
62
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../../client/fx/ux/limited-label/LimitedLabel';
63
+ import wc9e7b4a48efba4dc390986eeb638b34cd from '../../../../client/fx/ux/linkpicker/LinkPicker';
64
+ import wc4892102894624a4ca84e67df764cbe93 from '../../../../client/fx/ux/linkpicker/LinkRenderer';
63
65
  import wc106dba3f206e4ad7bbb28e574e3da49e from '../../../../client/fx/ux/magiclink/MagicLinkLogin';
64
66
  import wc168b37eb8cbc4e46944cbf9a6a5e9063 from '../../../../client/fx/ux/magiclink/MagicLinkSuccess';
65
67
  import wcd836de74ad894f4999e21046b1ba2cab from '../../../../client/fx/ux/magiclink/MagicLinkFailure';
@@ -211,8 +213,6 @@ import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from '../../../../client/fx/ux/hub/fee
211
213
  import wcbaecc57591074830a5ae2dda9f6b5ed5 from '../../../../client/fx/ux/hub/feed/HubFeedSettings';
212
214
  import wcb11d3955272348cdb3a131cb1bf61374 from '../../../../client/fx/ux/hub/feed/HubFeedChrome';
213
215
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from '../../../../client/fx/ux/image/scalingsettings/ScalingSettings';
214
- import wc800a5cc9e969441ab62989d09642fd91 from '../../../../client/fx/ux/layoutcanvas/actionhandler/LayoutEditorAction';
215
- import wcf8c97eefe53a4f3eaab4aedd8a53f5a8 from '../../../../client/fx/ux/layoutcanvas/actionhandler/LayoutEditorActionSettings';
216
216
  import wc8e03e2f7fb024945bc51138b77d06088 from '../../../../client/fx/ux/layoutcanvas/editor/LayoutEditorCanvas';
217
217
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutAction';
218
218
  import wc02c473f7041b40038ceecdf09e6ba4ca from '../../../../client/fx/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
@@ -510,6 +510,8 @@ import wc48ff129f9a254eec9276b47f0c0f8b3e from '../../../../client/fx/ux/layoutc
510
510
  import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Columns';
511
511
  import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
512
512
  import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
513
+ import wc1a332a3221ad4e578db3643745b0f3c7 from '../../../../client/fx/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings';
514
+ import wc694cc2e8dd154aee90d4d882c1903bd8 from '../../../../client/fx/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer';
513
515
  import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
514
516
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from '../../../../client/fx/ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
515
517
  import wc1476702e8f24468d9185322be5931c54 from '../../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
@@ -651,13 +653,6 @@ declare global {
651
653
  };
652
654
  "layout": {
653
655
  "action": {
654
- "settings": typeof wcf8c97eefe53a4f3eaab4aedd8a53f5a8 extends {
655
- propsDefinition: infer TProp;
656
- } ? {
657
- new (...args: any[]): {
658
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
659
- };
660
- } : typeof wcf8c97eefe53a4f3eaab4aedd8a53f5a8;
661
656
  "btn": {
662
657
  "settings": typeof wc02c473f7041b40038ceecdf09e6ba4ca extends {
663
658
  propsDefinition: infer TProp;
@@ -675,13 +670,6 @@ declare global {
675
670
  };
676
671
  } : typeof wc4aed54beb02341e3a6cbde5af5fb6c78;
677
672
  };
678
- "action$": typeof wc800a5cc9e969441ab62989d09642fd91 extends {
679
- propsDefinition: infer TProp;
680
- } ? {
681
- new (...args: any[]): {
682
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
683
- };
684
- } : typeof wc800a5cc9e969441ab62989d09642fd91;
685
673
  "developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f extends {
686
674
  propsDefinition: infer TProp;
687
675
  } ? {
@@ -1544,6 +1532,22 @@ declare global {
1544
1532
  };
1545
1533
  } : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
1546
1534
  };
1535
+ "link": {
1536
+ "picker": typeof wc9e7b4a48efba4dc390986eeb638b34cd extends {
1537
+ propsDefinition: infer TProp;
1538
+ } ? {
1539
+ new (...args: any[]): {
1540
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1541
+ };
1542
+ } : typeof wc9e7b4a48efba4dc390986eeb638b34cd;
1543
+ "renderer": typeof wc4892102894624a4ca84e67df764cbe93 extends {
1544
+ propsDefinition: infer TProp;
1545
+ } ? {
1546
+ new (...args: any[]): {
1547
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1548
+ };
1549
+ } : typeof wc4892102894624a4ca84e67df764cbe93;
1550
+ };
1547
1551
  "magiclink": {
1548
1552
  "login": typeof wc106dba3f206e4ad7bbb28e574e3da49e extends {
1549
1553
  propsDefinition: infer TProp;
@@ -3003,6 +3007,22 @@ declare global {
3003
3007
  } : typeof wc5b6b6242356046c29e05c24fb2135bf0;
3004
3008
  };
3005
3009
  };
3010
+ "title": {
3011
+ "settings": typeof wc1a332a3221ad4e578db3643745b0f3c7 extends {
3012
+ propsDefinition: infer TProp;
3013
+ } ? {
3014
+ new (...args: any[]): {
3015
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3016
+ };
3017
+ } : typeof wc1a332a3221ad4e578db3643745b0f3c7;
3018
+ "renderer": typeof wc694cc2e8dd154aee90d4d882c1903bd8 extends {
3019
+ propsDefinition: infer TProp;
3020
+ } ? {
3021
+ new (...args: any[]): {
3022
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3023
+ };
3024
+ } : typeof wc694cc2e8dd154aee90d4d882c1903bd8;
3025
+ };
3006
3026
  };
3007
3027
  "photowall": {
3008
3028
  "slider": {