@omnia/tooling-vue 8.0.377-dev → 8.0.379-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.
@@ -548,6 +548,8 @@ import wc53cbd5702e9e41ffa95093586c0e001d from '../../../../client/fx/ux/layoutc
548
548
  import wc1b1dd31ac8644b498ddf378a431dfb19 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
549
549
  import wcbeda6edf4c614323955fc06c6326f7e9 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
550
550
  import wc0f7be5adc6ff4d81b920e5cf086128ae from '../../../../client/fx/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
551
+ import wc37375f596a3a47abb0badf59315a5611 from '../../../../client/fx/ux/layoutcanvas/editor/settings/journey/JourneyBlockSettings';
552
+ import wc193eace0ce8743bf969ea707bc0f937d from '../../../../client/fx/ux/layoutcanvas/editor/settings/journey/JourneyMenuItemSettings';
551
553
  import wc673c5382ae8e4663ac07110302d7e386 from '../../../../client/fx/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
552
554
  import wc221ed456340d4c1fa7522b7bee6d7a64 from '../../../../client/fx/ux/layoutcanvas/editor/settings/layout/BlockHeader';
553
555
  import wc9e404f90ca6640f19c3fece23b073993 from '../../../../client/fx/ux/layoutcanvas/editor/settings/layout/Style';
@@ -3181,6 +3183,26 @@ declare global {
3181
3183
  } : typeof wc0f7be5adc6ff4d81b920e5cf086128ae;
3182
3184
  };
3183
3185
  };
3186
+ "journey": {
3187
+ "block": {
3188
+ "settings": typeof wc37375f596a3a47abb0badf59315a5611 extends {
3189
+ propsDefinition: infer TProp;
3190
+ } ? {
3191
+ new (...args: any[]): {
3192
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3193
+ };
3194
+ } : typeof wc37375f596a3a47abb0badf59315a5611;
3195
+ };
3196
+ "menu": {
3197
+ "items": typeof wc193eace0ce8743bf969ea707bc0f937d extends {
3198
+ propsDefinition: infer TProp;
3199
+ } ? {
3200
+ new (...args: any[]): {
3201
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3202
+ };
3203
+ } : typeof wc193eace0ce8743bf969ea707bc0f937d;
3204
+ };
3205
+ };
3184
3206
  "layout": {
3185
3207
  "settings": {
3186
3208
  "globalheader": typeof wc673c5382ae8e4663ac07110302d7e386 extends {