@omnia/tooling-vue 8.0.271-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.
|
@@ -495,8 +495,6 @@ import wc06eff92039dd49339e522ac2d7a648af from '../../../../client/fx/ux/layoutc
|
|
|
495
495
|
import wc53cbd5702e9e41ffa95093586c0e001d from '../../../../client/fx/ux/layoutcanvas/editor/settings/block/Targeting';
|
|
496
496
|
import wc1b1dd31ac8644b498ddf378a431dfb19 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
|
|
497
497
|
import wcbeda6edf4c614323955fc06c6326f7e9 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
|
|
498
|
-
import wc1a332a3221ad4e578db3643745b0f3c7 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleViewSettings';
|
|
499
|
-
import wc694cc2e8dd154aee90d4d882c1903bd8 from '../../../../client/fx/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleRenderer';
|
|
500
498
|
import wc0f7be5adc6ff4d81b920e5cf086128ae from '../../../../client/fx/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
|
|
501
499
|
import wc673c5382ae8e4663ac07110302d7e386 from '../../../../client/fx/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
|
|
502
500
|
import wc221ed456340d4c1fa7522b7bee6d7a64 from '../../../../client/fx/ux/layoutcanvas/editor/settings/layout/BlockHeader';
|
|
@@ -512,6 +510,8 @@ import wc48ff129f9a254eec9276b47f0c0f8b3e from '../../../../client/fx/ux/layoutc
|
|
|
512
510
|
import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Columns';
|
|
513
511
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
|
514
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';
|
|
515
515
|
import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
|
516
516
|
import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from '../../../../client/fx/ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
|
|
517
517
|
import wc1476702e8f24468d9185322be5931c54 from '../../../../client/fx/ux/app/management/tabs/shared/addbutton/AddButton';
|
|
@@ -2855,22 +2855,6 @@ declare global {
|
|
|
2855
2855
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2856
2856
|
};
|
|
2857
2857
|
} : typeof wcbeda6edf4c614323955fc06c6326f7e9;
|
|
2858
|
-
"view": {
|
|
2859
|
-
"settings": typeof wc1a332a3221ad4e578db3643745b0f3c7 extends {
|
|
2860
|
-
propsDefinition: infer TProp;
|
|
2861
|
-
} ? {
|
|
2862
|
-
new (...args: any[]): {
|
|
2863
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2864
|
-
};
|
|
2865
|
-
} : typeof wc1a332a3221ad4e578db3643745b0f3c7;
|
|
2866
|
-
};
|
|
2867
|
-
"renderer": typeof wc694cc2e8dd154aee90d4d882c1903bd8 extends {
|
|
2868
|
-
propsDefinition: infer TProp;
|
|
2869
|
-
} ? {
|
|
2870
|
-
new (...args: any[]): {
|
|
2871
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
2872
|
-
};
|
|
2873
|
-
} : typeof wc694cc2e8dd154aee90d4d882c1903bd8;
|
|
2874
2858
|
};
|
|
2875
2859
|
"title$": typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
|
|
2876
2860
|
propsDefinition: infer TProp;
|
|
@@ -3023,6 +3007,22 @@ declare global {
|
|
|
3023
3007
|
} : typeof wc5b6b6242356046c29e05c24fb2135bf0;
|
|
3024
3008
|
};
|
|
3025
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
|
+
};
|
|
3026
3026
|
};
|
|
3027
3027
|
"photowall": {
|
|
3028
3028
|
"slider": {
|